diff --git a/.swagger-codegen/VERSION b/.swagger-codegen/VERSION new file mode 100644 index 00000000..be9d3ebd --- /dev/null +++ b/.swagger-codegen/VERSION @@ -0,0 +1 @@ +2.4.13-SNAPSHOT \ No newline at end of file diff --git a/docusign_esign/apis/__init__.py b/docusign_esign/apis/__init__.py index 2e8668d2..58320e6e 100644 --- a/docusign_esign/apis/__init__.py +++ b/docusign_esign/apis/__init__.py @@ -1,5 +1,7 @@ from __future__ import absolute_import +# flake8: noqa + # import apis into api package from .accounts_api import AccountsApi from .authentication_api import AuthenticationApi diff --git a/docusign_esign/apis/accounts_api.py b/docusign_esign/apis/accounts_api.py index f69f56c1..890a4540 100644 --- a/docusign_esign/apis/accounts_api.py +++ b/docusign_esign/apis/accounts_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/authentication_api.py b/docusign_esign/apis/authentication_api.py index d5c29e61..cae26f95 100644 --- a/docusign_esign/apis/authentication_api.py +++ b/docusign_esign/apis/authentication_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/billing_api.py b/docusign_esign/apis/billing_api.py index 41362d9b..4d96e811 100644 --- a/docusign_esign/apis/billing_api.py +++ b/docusign_esign/apis/billing_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -244,6 +244,107 @@ def get_credit_card_info_with_http_info(self, account_id, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def get_downgrade_request_billing_info(self, account_id, **kwargs): + """ + Returns downgrade plan information for the specified account. + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.get_downgrade_request_billing_info(account_id, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str account_id: The external account number (int) or account ID Guid. (required) + :return: DowngradRequestBillingInfoResponse + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.get_downgrade_request_billing_info_with_http_info(account_id, **kwargs) + else: + (data) = self.get_downgrade_request_billing_info_with_http_info(account_id, **kwargs) + return data + + def get_downgrade_request_billing_info_with_http_info(self, account_id, **kwargs): + """ + Returns downgrade plan information for the specified account. + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.get_downgrade_request_billing_info_with_http_info(account_id, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str account_id: The external account number (int) or account ID Guid. (required) + :return: DowngradRequestBillingInfoResponse + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id'] + all_params.append('callback') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method get_downgrade_request_billing_info" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'account_id' is set + if ('account_id' not in params) or (params['account_id'] is None): + raise ValueError("Missing the required parameter `account_id` when calling `get_downgrade_request_billing_info`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/billing_plan/downgrade'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.\ + select_header_accept(['application/json']) + + # Authentication setting + auth_settings = [] + + return self.api_client.call_api(resource_path, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='DowngradRequestBillingInfoResponse', + auth_settings=auth_settings, + callback=params.get('callback'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + def get_invoice(self, account_id, invoice_id, **kwargs): """ Retrieves a billing invoice. diff --git a/docusign_esign/apis/bulk_envelopes_api.py b/docusign_esign/apis/bulk_envelopes_api.py index f48f4113..f157c358 100644 --- a/docusign_esign/apis/bulk_envelopes_api.py +++ b/docusign_esign/apis/bulk_envelopes_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -1292,7 +1292,7 @@ def update_recipients(self, account_id, envelope_id, recipient_id, bulk_recipien :param callback function: The callback function for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID GUID. (required) - :param str envelope_id: The envelope's GUID. Example: `93be49ab-afa0-4adf-933c-f752070d71ec` (required) + :param str envelope_id: The envelope's GUID. Example: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec` (required) :param str recipient_id: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required) :param str bulk_recipients_request: (required) :return: BulkRecipientsSummaryResponse @@ -1321,7 +1321,7 @@ def update_recipients_with_http_info(self, account_id, envelope_id, recipient_id :param callback function: The callback function for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID GUID. (required) - :param str envelope_id: The envelope's GUID. Example: `93be49ab-afa0-4adf-933c-f752070d71ec` (required) + :param str envelope_id: The envelope's GUID. Example: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec` (required) :param str recipient_id: A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required) :param str bulk_recipients_request: (required) :return: BulkRecipientsSummaryResponse diff --git a/docusign_esign/apis/cloud_storage_api.py b/docusign_esign/apis/cloud_storage_api.py index bbe637c9..d36307a1 100644 --- a/docusign_esign/apis/cloud_storage_api.py +++ b/docusign_esign/apis/cloud_storage_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/connect_api.py b/docusign_esign/apis/connect_api.py index ebbd75e2..fa5f45fc 100644 --- a/docusign_esign/apis/connect_api.py +++ b/docusign_esign/apis/connect_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/custom_tabs_api.py b/docusign_esign/apis/custom_tabs_api.py index 74c48f19..b8cc5a94 100644 --- a/docusign_esign/apis/custom_tabs_api.py +++ b/docusign_esign/apis/custom_tabs_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/data_feed_api.py b/docusign_esign/apis/data_feed_api.py index 1160469f..bae96518 100644 --- a/docusign_esign/apis/data_feed_api.py +++ b/docusign_esign/apis/data_feed_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/diagnostics_api.py b/docusign_esign/apis/diagnostics_api.py index d630cc8d..ee4bc7ad 100644 --- a/docusign_esign/apis/diagnostics_api.py +++ b/docusign_esign/apis/diagnostics_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/email_archive_api.py b/docusign_esign/apis/email_archive_api.py index fe55c599..b7b3e375 100644 --- a/docusign_esign/apis/email_archive_api.py +++ b/docusign_esign/apis/email_archive_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/envelopes_api.py b/docusign_esign/apis/envelopes_api.py index 22403832..f44ec503 100644 --- a/docusign_esign/apis/envelopes_api.py +++ b/docusign_esign/apis/envelopes_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -56,6 +56,7 @@ def apply_template(self, account_id, envelope_id, **kwargs): for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str preserve_template_recipient: :param DocumentTemplateList document_template_list: :return: DocumentTemplateList If the method is called asynchronously, @@ -84,13 +85,14 @@ def apply_template_with_http_info(self, account_id, envelope_id, **kwargs): for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str preserve_template_recipient: :param DocumentTemplateList document_template_list: :return: DocumentTemplateList If the method is called asynchronously, returns the request thread. """ - all_params = ['account_id', 'envelope_id', 'document_template_list'] + all_params = ['account_id', 'envelope_id', 'preserve_template_recipient', 'document_template_list'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -123,6 +125,8 @@ def apply_template_with_http_info(self, account_id, envelope_id, **kwargs): path_params['envelopeId'] = params['envelope_id'] query_params = {} + if 'preserve_template_recipient' in params: + query_params['preserve_template_recipient'] = params['preserve_template_recipient'] header_params = {} @@ -171,6 +175,7 @@ def apply_template_to_document(self, account_id, document_id, envelope_id, **kwa :param str account_id: The external account number (int) or account ID Guid. (required) :param str document_id: The ID of the document being accessed. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str preserve_template_recipient: :param DocumentTemplateList document_template_list: :return: DocumentTemplateList If the method is called asynchronously, @@ -200,13 +205,14 @@ def apply_template_to_document_with_http_info(self, account_id, document_id, env :param str account_id: The external account number (int) or account ID Guid. (required) :param str document_id: The ID of the document being accessed. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str preserve_template_recipient: :param DocumentTemplateList document_template_list: :return: DocumentTemplateList If the method is called asynchronously, returns the request thread. """ - all_params = ['account_id', 'document_id', 'envelope_id', 'document_template_list'] + all_params = ['account_id', 'document_id', 'envelope_id', 'preserve_template_recipient', 'document_template_list'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -244,6 +250,8 @@ def apply_template_to_document_with_http_info(self, account_id, document_id, env path_params['envelopeId'] = params['envelope_id'] query_params = {} + if 'preserve_template_recipient' in params: + query_params['preserve_template_recipient'] = params['preserve_template_recipient'] header_params = {} diff --git a/docusign_esign/apis/folders_api.py b/docusign_esign/apis/folders_api.py index 98f64369..22aecf63 100644 --- a/docusign_esign/apis/folders_api.py +++ b/docusign_esign/apis/folders_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/groups_api.py b/docusign_esign/apis/groups_api.py index 9fc11dcd..d1ebd77d 100644 --- a/docusign_esign/apis/groups_api.py +++ b/docusign_esign/apis/groups_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/notary_api.py b/docusign_esign/apis/notary_api.py index e14156f6..735dde69 100644 --- a/docusign_esign/apis/notary_api.py +++ b/docusign_esign/apis/notary_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/organizations_api.py b/docusign_esign/apis/organizations_api.py index d0fe8470..1cae01e7 100644 --- a/docusign_esign/apis/organizations_api.py +++ b/docusign_esign/apis/organizations_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/power_forms_api.py b/docusign_esign/apis/power_forms_api.py index 4e28be3f..208184e9 100644 --- a/docusign_esign/apis/power_forms_api.py +++ b/docusign_esign/apis/power_forms_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/signing_groups_api.py b/docusign_esign/apis/signing_groups_api.py index 0e6c2ad3..15f45412 100644 --- a/docusign_esign/apis/signing_groups_api.py +++ b/docusign_esign/apis/signing_groups_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/templates_api.py b/docusign_esign/apis/templates_api.py index 0be5e1dc..21a44593 100644 --- a/docusign_esign/apis/templates_api.py +++ b/docusign_esign/apis/templates_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/users_api.py b/docusign_esign/apis/users_api.py index 1a5f49ac..baf3358a 100644 --- a/docusign_esign/apis/users_api.py +++ b/docusign_esign/apis/users_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/apis/workspaces_api.py b/docusign_esign/apis/workspaces_api.py index b2bda2d6..ea336f62 100644 --- a/docusign_esign/apis/workspaces_api.py +++ b/docusign_esign/apis/workspaces_api.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com diff --git a/docusign_esign/models/__init__.py b/docusign_esign/models/__init__.py index 141269e1..17716898 100644 --- a/docusign_esign/models/__init__.py +++ b/docusign_esign/models/__init__.py @@ -1,9 +1,10 @@ # coding: utf-8 +# flake8: noqa """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -14,415 +15,416 @@ from __future__ import absolute_import # import models into model package -from .access_code_format import AccessCodeFormat -from .account_address import AccountAddress -from .account_billing_plan import AccountBillingPlan -from .account_billing_plan_response import AccountBillingPlanResponse -from .account_identity_input_option import AccountIdentityInputOption -from .account_identity_verification_response import AccountIdentityVerificationResponse -from .account_identity_verification_step import AccountIdentityVerificationStep -from .account_identity_verification_workflow import AccountIdentityVerificationWorkflow -from .account_information import AccountInformation -from .account_minimum_password_length import AccountMinimumPasswordLength -from .account_notification import AccountNotification -from .account_password_expire_password_days import AccountPasswordExpirePasswordDays -from .account_password_lockout_duration_minutes import AccountPasswordLockoutDurationMinutes -from .account_password_lockout_duration_type import AccountPasswordLockoutDurationType -from .account_password_minimum_password_age_days import AccountPasswordMinimumPasswordAgeDays -from .account_password_questions_required import AccountPasswordQuestionsRequired -from .account_password_rules import AccountPasswordRules -from .account_password_strength_type import AccountPasswordStrengthType -from .account_password_strength_type_option import AccountPasswordStrengthTypeOption -from .account_role_settings import AccountRoleSettings -from .account_seals import AccountSeals -from .account_settings_information import AccountSettingsInformation -from .account_shared_access import AccountSharedAccess -from .account_signature_provider import AccountSignatureProvider -from .account_signature_provider_option import AccountSignatureProviderOption -from .account_signature_providers import AccountSignatureProviders -from .account_ui_settings import AccountUISettings -from .add_on import AddOn -from .address_information import AddressInformation -from .address_information_input import AddressInformationInput -from .admin_message import AdminMessage -from .agent import Agent -from .api_request_log import ApiRequestLog -from .api_request_logs_result import ApiRequestLogsResult -from .app_store_product import AppStoreProduct -from .app_store_receipt import AppStoreReceipt -from .approve import Approve -from .ask_an_admin import AskAnAdmin -from .attachment import Attachment -from .authentication_method import AuthenticationMethod -from .authentication_status import AuthenticationStatus -from .bcc_email_address import BccEmailAddress -from .bcc_email_archive import BccEmailArchive -from .bcc_email_archive_history import BccEmailArchiveHistory -from .bcc_email_archive_history_list import BccEmailArchiveHistoryList -from .bcc_email_archive_list import BccEmailArchiveList -from .billing_charge import BillingCharge -from .billing_charge_response import BillingChargeResponse -from .billing_discount import BillingDiscount -from .billing_invoice import BillingInvoice -from .billing_invoice_item import BillingInvoiceItem -from .billing_invoices_response import BillingInvoicesResponse -from .billing_invoices_summary import BillingInvoicesSummary -from .billing_payment import BillingPayment -from .billing_payment_item import BillingPaymentItem -from .billing_payment_request import BillingPaymentRequest -from .billing_payment_response import BillingPaymentResponse -from .billing_payments_response import BillingPaymentsResponse -from .billing_plan import BillingPlan -from .billing_plan_information import BillingPlanInformation -from .billing_plan_preview import BillingPlanPreview -from .billing_plan_response import BillingPlanResponse -from .billing_plan_update_response import BillingPlanUpdateResponse -from .billing_plans_response import BillingPlansResponse -from .billing_price import BillingPrice -from .brand import Brand -from .brand_email_content import BrandEmailContent -from .brand_link import BrandLink -from .brand_logos import BrandLogos -from .brand_request import BrandRequest -from .brand_resource_urls import BrandResourceUrls -from .brand_resources import BrandResources -from .brand_resources_list import BrandResourcesList -from .brands_request import BrandsRequest -from .brands_response import BrandsResponse -from .bulk_envelope import BulkEnvelope -from .bulk_envelope_status import BulkEnvelopeStatus -from .bulk_envelopes_response import BulkEnvelopesResponse -from .bulk_recipient import BulkRecipient -from .bulk_recipient_signature_provider import BulkRecipientSignatureProvider -from .bulk_recipient_tab_label import BulkRecipientTabLabel -from .bulk_recipients_request import BulkRecipientsRequest -from .bulk_recipients_response import BulkRecipientsResponse -from .bulk_recipients_summary_response import BulkRecipientsSummaryResponse -from .bulk_recipients_update_response import BulkRecipientsUpdateResponse -from .bulk_send_request import BulkSendRequest -from .bulk_send_response import BulkSendResponse -from .bulk_send_test_response import BulkSendTestResponse -from .bulk_sending_copy import BulkSendingCopy -from .bulk_sending_copy_custom_field import BulkSendingCopyCustomField -from .bulk_sending_copy_recipient import BulkSendingCopyRecipient -from .bulk_sending_copy_tab import BulkSendingCopyTab -from .bulk_sending_list import BulkSendingList -from .bulk_sending_list_summaries import BulkSendingListSummaries -from .bulk_sending_list_summary import BulkSendingListSummary -from .captive_recipient import CaptiveRecipient -from .captive_recipient_information import CaptiveRecipientInformation -from .carbon_copy import CarbonCopy -from .certified_delivery import CertifiedDelivery -from .checkbox import Checkbox -from .chunked_upload_part import ChunkedUploadPart -from .chunked_upload_request import ChunkedUploadRequest -from .chunked_upload_response import ChunkedUploadResponse -from .cloud_storage_provider import CloudStorageProvider -from .cloud_storage_providers import CloudStorageProviders -from .comment import Comment -from .comment_history_result import CommentHistoryResult -from .comment_publish import CommentPublish -from .comment_thread import CommentThread -from .comments_publish import CommentsPublish -from .company import Company -from .composite_template import CompositeTemplate -from .connect_config_results import ConnectConfigResults -from .connect_custom_configuration import ConnectCustomConfiguration -from .connect_debug_log import ConnectDebugLog -from .connect_event_data import ConnectEventData -from .connect_failure_filter import ConnectFailureFilter -from .connect_failure_result import ConnectFailureResult -from .connect_failure_results import ConnectFailureResults -from .connect_log import ConnectLog -from .connect_logs import ConnectLogs -from .connect_salesforce_field import ConnectSalesforceField -from .connect_salesforce_object import ConnectSalesforceObject -from .connect_user_object import ConnectUserObject -from .console_view_request import ConsoleViewRequest -from .consumer_disclosure import ConsumerDisclosure -from .contact import Contact -from .contact_get_response import ContactGetResponse -from .contact_mod_request import ContactModRequest -from .contact_phone_number import ContactPhoneNumber -from .contact_update_response import ContactUpdateResponse -from .correct_view_request import CorrectViewRequest -from .country import Country -from .credit_card_information import CreditCardInformation -from .credit_card_types import CreditCardTypes -from .currency_feature_set_price import CurrencyFeatureSetPrice -from .currency_plan_price import CurrencyPlanPrice -from .custom_field import CustomField -from .custom_fields import CustomFields -from .custom_fields_envelope import CustomFieldsEnvelope -from .custom_settings_information import CustomSettingsInformation -from .date import Date -from .date_signed import DateSigned -from .date_stamp_properties import DateStampProperties -from .decline import Decline -from .diagnostics_settings_information import DiagnosticsSettingsInformation -from .direct_debit_processor_information import DirectDebitProcessorInformation -from .dob_information_input import DobInformationInput -from .document import Document -from .document_fields_information import DocumentFieldsInformation -from .document_html_collapsible_display_settings import DocumentHtmlCollapsibleDisplaySettings -from .document_html_definition import DocumentHtmlDefinition -from .document_html_definition_original import DocumentHtmlDefinitionOriginal -from .document_html_definition_originals import DocumentHtmlDefinitionOriginals -from .document_html_definitions import DocumentHtmlDefinitions -from .document_html_display_anchor import DocumentHtmlDisplayAnchor -from .document_html_display_settings import DocumentHtmlDisplaySettings -from .document_template import DocumentTemplate -from .document_template_list import DocumentTemplateList -from .document_visibility import DocumentVisibility -from .document_visibility_list import DocumentVisibilityList -from .downgrade_billing_plan_information import DowngradeBillingPlanInformation -from .downgrade_plan_update_response import DowngradePlanUpdateResponse -from .draw import Draw -from .e_note_configuration import ENoteConfiguration -from .editor import Editor -from .email import Email -from .email_address import EmailAddress -from .email_settings import EmailSettings -from .envelope import Envelope -from .envelope_attachment import EnvelopeAttachment -from .envelope_attachments_request import EnvelopeAttachmentsRequest -from .envelope_attachments_result import EnvelopeAttachmentsResult -from .envelope_audit_event import EnvelopeAuditEvent -from .envelope_audit_event_response import EnvelopeAuditEventResponse -from .envelope_definition import EnvelopeDefinition -from .envelope_document import EnvelopeDocument -from .envelope_documents_result import EnvelopeDocumentsResult -from .envelope_event import EnvelopeEvent -from .envelope_form_data import EnvelopeFormData -from .envelope_id import EnvelopeId -from .envelope_ids_request import EnvelopeIdsRequest -from .envelope_metadata import EnvelopeMetadata -from .envelope_notification_request import EnvelopeNotificationRequest -from .envelope_purge_configuration import EnvelopePurgeConfiguration -from .envelope_summary import EnvelopeSummary -from .envelope_template import EnvelopeTemplate -from .envelope_template_results import EnvelopeTemplateResults -from .envelope_transaction_status import EnvelopeTransactionStatus -from .envelope_transfer_rule import EnvelopeTransferRule -from .envelope_transfer_rule_information import EnvelopeTransferRuleInformation -from .envelope_transfer_rule_request import EnvelopeTransferRuleRequest -from .envelope_update_summary import EnvelopeUpdateSummary -from .envelopes_information import EnvelopesInformation -from .error_details import ErrorDetails -from .event_notification import EventNotification -from .event_result import EventResult -from .expirations import Expirations -from .external_doc_service_error_details import ExternalDocServiceErrorDetails -from .external_document_sources import ExternalDocumentSources -from .external_file import ExternalFile -from .external_folder import ExternalFolder -from .favorite_templates_content_item import FavoriteTemplatesContentItem -from .favorite_templates_info import FavoriteTemplatesInfo -from .feature_available_metadata import FeatureAvailableMetadata -from .feature_set import FeatureSet -from .file_type import FileType -from .file_type_list import FileTypeList -from .filter import Filter -from .first_name import FirstName -from .folder import Folder -from .folder_item_response import FolderItemResponse -from .folder_item_v2 import FolderItemV2 -from .folder_items_response import FolderItemsResponse -from .folder_shared_item import FolderSharedItem -from .folders_request import FoldersRequest -from .folders_response import FoldersResponse -from .forgotten_password_information import ForgottenPasswordInformation -from .form_data_item import FormDataItem -from .formula_tab import FormulaTab -from .full_name import FullName -from .graphics_context import GraphicsContext -from .group import Group -from .group_information import GroupInformation -from .id_check_configuration import IdCheckConfiguration -from .id_check_information_input import IdCheckInformationInput -from .id_check_security_step import IdCheckSecurityStep -from .in_person_signer import InPersonSigner -from .initial_here import InitialHere -from .inline_template import InlineTemplate -from .integrated_user_info_list import IntegratedUserInfoList -from .intermediary import Intermediary -from .jurisdiction import Jurisdiction -from .last_name import LastName -from .list import List -from .list_custom_field import ListCustomField -from .list_item import ListItem -from .locale_policy import LocalePolicy -from .locale_policy_tab import LocalePolicyTab -from .lock_information import LockInformation -from .lock_request import LockRequest -from .login_account import LoginAccount -from .login_information import LoginInformation -from .match_box import MatchBox -from .member_group_shared_item import MemberGroupSharedItem -from .member_shared_items import MemberSharedItems -from .merge_field import MergeField -from .mobile_notifier_configuration import MobileNotifierConfiguration -from .mobile_notifier_configuration_information import MobileNotifierConfigurationInformation -from .money import Money -from .name_value import NameValue -from .new_account_definition import NewAccountDefinition -from .new_account_summary import NewAccountSummary -from .new_user import NewUser -from .new_users_definition import NewUsersDefinition -from .new_users_summary import NewUsersSummary -from .notarize import Notarize -from .notary import Notary -from .notary_host import NotaryHost -from .notary_journal import NotaryJournal -from .notary_journal_credible_witness import NotaryJournalCredibleWitness -from .notary_journal_list import NotaryJournalList -from .notary_journal_meta_data import NotaryJournalMetaData -from .notary_jurisdiction import NotaryJurisdiction -from .notary_jurisdiction_list import NotaryJurisdictionList -from .notary_result import NotaryResult -from .note import Note -from .notification import Notification -from .notification_default_settings import NotificationDefaultSettings -from .notification_defaults import NotificationDefaults -from .number import Number -from .oauth_access import OauthAccess -from .ocr_request import OcrRequest -from .offline_attributes import OfflineAttributes -from .page import Page -from .page_images import PageImages -from .page_request import PageRequest -from .page_size import PageSize -from .path_extended_element import PathExtendedElement -from .pay_pal_legacy_settings import PayPalLegacySettings -from .payment_details import PaymentDetails -from .payment_gateway_account import PaymentGatewayAccount -from .payment_gateway_account_setting import PaymentGatewayAccountSetting -from .payment_gateway_accounts_info import PaymentGatewayAccountsInfo -from .payment_line_item import PaymentLineItem -from .payment_method_with_options import PaymentMethodWithOptions -from .payment_processor_information import PaymentProcessorInformation -from .permission_profile import PermissionProfile -from .permission_profile_information import PermissionProfileInformation -from .plan_information import PlanInformation -from .poly_line import PolyLine -from .poly_line_overlay import PolyLineOverlay -from .power_form import PowerForm -from .power_form_form_data_envelope import PowerFormFormDataEnvelope -from .power_form_form_data_recipient import PowerFormFormDataRecipient -from .power_form_recipient import PowerFormRecipient -from .power_form_senders_response import PowerFormSendersResponse -from .power_forms_form_data_response import PowerFormsFormDataResponse -from .power_forms_request import PowerFormsRequest -from .power_forms_response import PowerFormsResponse -from .proof_service_resource_token import ProofServiceResourceToken -from .proof_service_view_link import ProofServiceViewLink -from .property_metadata import PropertyMetadata -from .province import Province -from .provisioning_information import ProvisioningInformation -from .purchased_envelopes_information import PurchasedEnvelopesInformation -from .radio import Radio -from .radio_group import RadioGroup -from .recipient_attachment import RecipientAttachment -from .recipient_domain import RecipientDomain -from .recipient_email_notification import RecipientEmailNotification -from .recipient_event import RecipientEvent -from .recipient_form_data import RecipientFormData -from .recipient_identity_input_option import RecipientIdentityInputOption -from .recipient_identity_phone_number import RecipientIdentityPhoneNumber -from .recipient_identity_verification import RecipientIdentityVerification -from .recipient_names_response import RecipientNamesResponse -from .recipient_phone_authentication import RecipientPhoneAuthentication -from .recipient_preview_request import RecipientPreviewRequest -from .recipient_proof_file import RecipientProofFile -from .recipient_sms_authentication import RecipientSMSAuthentication -from .recipient_signature_information import RecipientSignatureInformation -from .recipient_signature_provider import RecipientSignatureProvider -from .recipient_signature_provider_options import RecipientSignatureProviderOptions -from .recipient_update_response import RecipientUpdateResponse -from .recipient_view_request import RecipientViewRequest -from .recipients import Recipients -from .recipients_update_summary import RecipientsUpdateSummary -from .referral_information import ReferralInformation -from .reminders import Reminders -from .resource_information import ResourceInformation -from .return_url_request import ReturnUrlRequest -from .seal_identifier import SealIdentifier -from .seal_sign import SealSign -from .seat_discount import SeatDiscount -from .sender_email_notifications import SenderEmailNotifications -from .server_template import ServerTemplate -from .service_information import ServiceInformation -from .service_version import ServiceVersion -from .settings_metadata import SettingsMetadata -from .shared_item import SharedItem -from .sign_here import SignHere -from .signature_provider_required_option import SignatureProviderRequiredOption -from .signature_type import SignatureType -from .signer import Signer -from .signer_attachment import SignerAttachment -from .signer_email_notifications import SignerEmailNotifications -from .signing_group import SigningGroup -from .signing_group_information import SigningGroupInformation -from .signing_group_user import SigningGroupUser -from .signing_group_users import SigningGroupUsers -from .smart_contract_information import SmartContractInformation -from .smart_section import SmartSection -from .smart_section_anchor_position import SmartSectionAnchorPosition -from .smart_section_collapsible_display_settings import SmartSectionCollapsibleDisplaySettings -from .smart_section_display_settings import SmartSectionDisplaySettings -from .social_account_information import SocialAccountInformation -from .social_authentication import SocialAuthentication -from .ssn import Ssn -from .ssn4_information_input import Ssn4InformationInput -from .ssn9_information_input import Ssn9InformationInput -from .stamp import Stamp -from .supported_languages import SupportedLanguages -from .tab_account_settings import TabAccountSettings -from .tab_group import TabGroup -from .tab_metadata import TabMetadata -from .tab_metadata_list import TabMetadataList -from .tabs import Tabs -from .template_custom_fields import TemplateCustomFields -from .template_document_visibility_list import TemplateDocumentVisibilityList -from .template_documents_result import TemplateDocumentsResult -from .template_information import TemplateInformation -from .template_match import TemplateMatch -from .template_notification_request import TemplateNotificationRequest -from .template_recipients import TemplateRecipients -from .template_role import TemplateRole -from .template_shared_item import TemplateSharedItem -from .template_summary import TemplateSummary -from .template_tabs import TemplateTabs -from .template_update_summary import TemplateUpdateSummary -from .text import Text -from .text_custom_field import TextCustomField -from .title import Title -from .usage_history import UsageHistory -from .user_account_management_granular_information import UserAccountManagementGranularInformation -from .user_info import UserInfo -from .user_info_list import UserInfoList -from .user_information import UserInformation -from .user_information_list import UserInformationList -from .user_password_information import UserPasswordInformation -from .user_password_rules import UserPasswordRules -from .user_profile import UserProfile -from .user_settings_information import UserSettingsInformation -from .user_shared_item import UserSharedItem -from .user_signature import UserSignature -from .user_signature_definition import UserSignatureDefinition -from .user_signatures_information import UserSignaturesInformation -from .user_social_id_result import UserSocialIdResult -from .users_response import UsersResponse -from .view import View -from .view_url import ViewUrl -from .watermark import Watermark -from .witness import Witness -from .workspace import Workspace -from .workspace_folder_contents import WorkspaceFolderContents -from .workspace_item import WorkspaceItem -from .workspace_item_list import WorkspaceItemList -from .workspace_list import WorkspaceList -from .workspace_settings import WorkspaceSettings -from .workspace_user import WorkspaceUser -from .workspace_user_authorization import WorkspaceUserAuthorization -from .zip import Zip +from docusign_esign.models.access_code_format import AccessCodeFormat +from docusign_esign.models.account_address import AccountAddress +from docusign_esign.models.account_billing_plan import AccountBillingPlan +from docusign_esign.models.account_billing_plan_response import AccountBillingPlanResponse +from docusign_esign.models.account_identity_input_option import AccountIdentityInputOption +from docusign_esign.models.account_identity_verification_response import AccountIdentityVerificationResponse +from docusign_esign.models.account_identity_verification_step import AccountIdentityVerificationStep +from docusign_esign.models.account_identity_verification_workflow import AccountIdentityVerificationWorkflow +from docusign_esign.models.account_information import AccountInformation +from docusign_esign.models.account_minimum_password_length import AccountMinimumPasswordLength +from docusign_esign.models.account_notification import AccountNotification +from docusign_esign.models.account_password_expire_password_days import AccountPasswordExpirePasswordDays +from docusign_esign.models.account_password_lockout_duration_minutes import AccountPasswordLockoutDurationMinutes +from docusign_esign.models.account_password_lockout_duration_type import AccountPasswordLockoutDurationType +from docusign_esign.models.account_password_minimum_password_age_days import AccountPasswordMinimumPasswordAgeDays +from docusign_esign.models.account_password_questions_required import AccountPasswordQuestionsRequired +from docusign_esign.models.account_password_rules import AccountPasswordRules +from docusign_esign.models.account_password_strength_type import AccountPasswordStrengthType +from docusign_esign.models.account_password_strength_type_option import AccountPasswordStrengthTypeOption +from docusign_esign.models.account_role_settings import AccountRoleSettings +from docusign_esign.models.account_seals import AccountSeals +from docusign_esign.models.account_settings_information import AccountSettingsInformation +from docusign_esign.models.account_shared_access import AccountSharedAccess +from docusign_esign.models.account_signature_provider import AccountSignatureProvider +from docusign_esign.models.account_signature_provider_option import AccountSignatureProviderOption +from docusign_esign.models.account_signature_providers import AccountSignatureProviders +from docusign_esign.models.account_ui_settings import AccountUISettings +from docusign_esign.models.add_on import AddOn +from docusign_esign.models.address_information import AddressInformation +from docusign_esign.models.address_information_input import AddressInformationInput +from docusign_esign.models.admin_message import AdminMessage +from docusign_esign.models.agent import Agent +from docusign_esign.models.api_request_log import ApiRequestLog +from docusign_esign.models.api_request_logs_result import ApiRequestLogsResult +from docusign_esign.models.app_store_product import AppStoreProduct +from docusign_esign.models.app_store_receipt import AppStoreReceipt +from docusign_esign.models.approve import Approve +from docusign_esign.models.ask_an_admin import AskAnAdmin +from docusign_esign.models.attachment import Attachment +from docusign_esign.models.authentication_method import AuthenticationMethod +from docusign_esign.models.authentication_status import AuthenticationStatus +from docusign_esign.models.bcc_email_address import BccEmailAddress +from docusign_esign.models.bcc_email_archive import BccEmailArchive +from docusign_esign.models.bcc_email_archive_history import BccEmailArchiveHistory +from docusign_esign.models.bcc_email_archive_history_list import BccEmailArchiveHistoryList +from docusign_esign.models.bcc_email_archive_list import BccEmailArchiveList +from docusign_esign.models.billing_charge import BillingCharge +from docusign_esign.models.billing_charge_response import BillingChargeResponse +from docusign_esign.models.billing_discount import BillingDiscount +from docusign_esign.models.billing_invoice import BillingInvoice +from docusign_esign.models.billing_invoice_item import BillingInvoiceItem +from docusign_esign.models.billing_invoices_response import BillingInvoicesResponse +from docusign_esign.models.billing_invoices_summary import BillingInvoicesSummary +from docusign_esign.models.billing_payment import BillingPayment +from docusign_esign.models.billing_payment_item import BillingPaymentItem +from docusign_esign.models.billing_payment_request import BillingPaymentRequest +from docusign_esign.models.billing_payment_response import BillingPaymentResponse +from docusign_esign.models.billing_payments_response import BillingPaymentsResponse +from docusign_esign.models.billing_plan import BillingPlan +from docusign_esign.models.billing_plan_information import BillingPlanInformation +from docusign_esign.models.billing_plan_preview import BillingPlanPreview +from docusign_esign.models.billing_plan_response import BillingPlanResponse +from docusign_esign.models.billing_plan_update_response import BillingPlanUpdateResponse +from docusign_esign.models.billing_plans_response import BillingPlansResponse +from docusign_esign.models.billing_price import BillingPrice +from docusign_esign.models.brand import Brand +from docusign_esign.models.brand_email_content import BrandEmailContent +from docusign_esign.models.brand_link import BrandLink +from docusign_esign.models.brand_logos import BrandLogos +from docusign_esign.models.brand_request import BrandRequest +from docusign_esign.models.brand_resource_urls import BrandResourceUrls +from docusign_esign.models.brand_resources import BrandResources +from docusign_esign.models.brand_resources_list import BrandResourcesList +from docusign_esign.models.brands_request import BrandsRequest +from docusign_esign.models.brands_response import BrandsResponse +from docusign_esign.models.bulk_envelope import BulkEnvelope +from docusign_esign.models.bulk_envelope_status import BulkEnvelopeStatus +from docusign_esign.models.bulk_envelopes_response import BulkEnvelopesResponse +from docusign_esign.models.bulk_recipient import BulkRecipient +from docusign_esign.models.bulk_recipient_signature_provider import BulkRecipientSignatureProvider +from docusign_esign.models.bulk_recipient_tab_label import BulkRecipientTabLabel +from docusign_esign.models.bulk_recipients_request import BulkRecipientsRequest +from docusign_esign.models.bulk_recipients_response import BulkRecipientsResponse +from docusign_esign.models.bulk_recipients_summary_response import BulkRecipientsSummaryResponse +from docusign_esign.models.bulk_recipients_update_response import BulkRecipientsUpdateResponse +from docusign_esign.models.bulk_send_request import BulkSendRequest +from docusign_esign.models.bulk_send_response import BulkSendResponse +from docusign_esign.models.bulk_send_test_response import BulkSendTestResponse +from docusign_esign.models.bulk_sending_copy import BulkSendingCopy +from docusign_esign.models.bulk_sending_copy_custom_field import BulkSendingCopyCustomField +from docusign_esign.models.bulk_sending_copy_recipient import BulkSendingCopyRecipient +from docusign_esign.models.bulk_sending_copy_tab import BulkSendingCopyTab +from docusign_esign.models.bulk_sending_list import BulkSendingList +from docusign_esign.models.bulk_sending_list_summaries import BulkSendingListSummaries +from docusign_esign.models.bulk_sending_list_summary import BulkSendingListSummary +from docusign_esign.models.captive_recipient import CaptiveRecipient +from docusign_esign.models.captive_recipient_information import CaptiveRecipientInformation +from docusign_esign.models.carbon_copy import CarbonCopy +from docusign_esign.models.certified_delivery import CertifiedDelivery +from docusign_esign.models.checkbox import Checkbox +from docusign_esign.models.chunked_upload_part import ChunkedUploadPart +from docusign_esign.models.chunked_upload_request import ChunkedUploadRequest +from docusign_esign.models.chunked_upload_response import ChunkedUploadResponse +from docusign_esign.models.cloud_storage_provider import CloudStorageProvider +from docusign_esign.models.cloud_storage_providers import CloudStorageProviders +from docusign_esign.models.comment import Comment +from docusign_esign.models.comment_history_result import CommentHistoryResult +from docusign_esign.models.comment_publish import CommentPublish +from docusign_esign.models.comment_thread import CommentThread +from docusign_esign.models.comments_publish import CommentsPublish +from docusign_esign.models.company import Company +from docusign_esign.models.composite_template import CompositeTemplate +from docusign_esign.models.connect_config_results import ConnectConfigResults +from docusign_esign.models.connect_custom_configuration import ConnectCustomConfiguration +from docusign_esign.models.connect_debug_log import ConnectDebugLog +from docusign_esign.models.connect_event_data import ConnectEventData +from docusign_esign.models.connect_failure_filter import ConnectFailureFilter +from docusign_esign.models.connect_failure_result import ConnectFailureResult +from docusign_esign.models.connect_failure_results import ConnectFailureResults +from docusign_esign.models.connect_log import ConnectLog +from docusign_esign.models.connect_logs import ConnectLogs +from docusign_esign.models.connect_salesforce_field import ConnectSalesforceField +from docusign_esign.models.connect_salesforce_object import ConnectSalesforceObject +from docusign_esign.models.connect_user_object import ConnectUserObject +from docusign_esign.models.console_view_request import ConsoleViewRequest +from docusign_esign.models.consumer_disclosure import ConsumerDisclosure +from docusign_esign.models.contact import Contact +from docusign_esign.models.contact_get_response import ContactGetResponse +from docusign_esign.models.contact_mod_request import ContactModRequest +from docusign_esign.models.contact_phone_number import ContactPhoneNumber +from docusign_esign.models.contact_update_response import ContactUpdateResponse +from docusign_esign.models.correct_view_request import CorrectViewRequest +from docusign_esign.models.country import Country +from docusign_esign.models.credit_card_information import CreditCardInformation +from docusign_esign.models.credit_card_types import CreditCardTypes +from docusign_esign.models.currency_feature_set_price import CurrencyFeatureSetPrice +from docusign_esign.models.currency_plan_price import CurrencyPlanPrice +from docusign_esign.models.custom_field import CustomField +from docusign_esign.models.custom_fields import CustomFields +from docusign_esign.models.custom_fields_envelope import CustomFieldsEnvelope +from docusign_esign.models.custom_settings_information import CustomSettingsInformation +from docusign_esign.models.date_signed import DateSigned +from docusign_esign.models.date_stamp_properties import DateStampProperties +from docusign_esign.models.decline import Decline +from docusign_esign.models.diagnostics_settings_information import DiagnosticsSettingsInformation +from docusign_esign.models.direct_debit_processor_information import DirectDebitProcessorInformation +from docusign_esign.models.dob_information_input import DobInformationInput +from docusign_esign.models.document import Document +from docusign_esign.models.document_fields_information import DocumentFieldsInformation +from docusign_esign.models.document_html_collapsible_display_settings import DocumentHtmlCollapsibleDisplaySettings +from docusign_esign.models.document_html_definition import DocumentHtmlDefinition +from docusign_esign.models.document_html_definition_original import DocumentHtmlDefinitionOriginal +from docusign_esign.models.document_html_definition_originals import DocumentHtmlDefinitionOriginals +from docusign_esign.models.document_html_definitions import DocumentHtmlDefinitions +from docusign_esign.models.document_html_display_anchor import DocumentHtmlDisplayAnchor +from docusign_esign.models.document_html_display_settings import DocumentHtmlDisplaySettings +from docusign_esign.models.document_template import DocumentTemplate +from docusign_esign.models.document_template_list import DocumentTemplateList +from docusign_esign.models.document_visibility import DocumentVisibility +from docusign_esign.models.document_visibility_list import DocumentVisibilityList +from docusign_esign.models.downgrad_request_billing_info_response import DowngradRequestBillingInfoResponse +from docusign_esign.models.downgrade_billing_plan_information import DowngradeBillingPlanInformation +from docusign_esign.models.downgrade_plan_update_response import DowngradePlanUpdateResponse +from docusign_esign.models.draw import Draw +from docusign_esign.models.e_note_configuration import ENoteConfiguration +from docusign_esign.models.editor import Editor +from docusign_esign.models.email import Email +from docusign_esign.models.email_address import EmailAddress +from docusign_esign.models.email_settings import EmailSettings +from docusign_esign.models.envelope import Envelope +from docusign_esign.models.envelope_attachment import EnvelopeAttachment +from docusign_esign.models.envelope_attachments_request import EnvelopeAttachmentsRequest +from docusign_esign.models.envelope_attachments_result import EnvelopeAttachmentsResult +from docusign_esign.models.envelope_audit_event import EnvelopeAuditEvent +from docusign_esign.models.envelope_audit_event_response import EnvelopeAuditEventResponse +from docusign_esign.models.envelope_definition import EnvelopeDefinition +from docusign_esign.models.envelope_document import EnvelopeDocument +from docusign_esign.models.envelope_documents_result import EnvelopeDocumentsResult +from docusign_esign.models.envelope_event import EnvelopeEvent +from docusign_esign.models.envelope_form_data import EnvelopeFormData +from docusign_esign.models.envelope_id import EnvelopeId +from docusign_esign.models.envelope_ids_request import EnvelopeIdsRequest +from docusign_esign.models.envelope_metadata import EnvelopeMetadata +from docusign_esign.models.envelope_notification_request import EnvelopeNotificationRequest +from docusign_esign.models.envelope_purge_configuration import EnvelopePurgeConfiguration +from docusign_esign.models.envelope_summary import EnvelopeSummary +from docusign_esign.models.envelope_template import EnvelopeTemplate +from docusign_esign.models.envelope_template_results import EnvelopeTemplateResults +from docusign_esign.models.envelope_transaction_status import EnvelopeTransactionStatus +from docusign_esign.models.envelope_transfer_rule import EnvelopeTransferRule +from docusign_esign.models.envelope_transfer_rule_information import EnvelopeTransferRuleInformation +from docusign_esign.models.envelope_transfer_rule_request import EnvelopeTransferRuleRequest +from docusign_esign.models.envelope_update_summary import EnvelopeUpdateSummary +from docusign_esign.models.envelopes_information import EnvelopesInformation +from docusign_esign.models.error_details import ErrorDetails +from docusign_esign.models.event_notification import EventNotification +from docusign_esign.models.event_result import EventResult +from docusign_esign.models.expirations import Expirations +from docusign_esign.models.external_doc_service_error_details import ExternalDocServiceErrorDetails +from docusign_esign.models.external_document_sources import ExternalDocumentSources +from docusign_esign.models.external_file import ExternalFile +from docusign_esign.models.external_folder import ExternalFolder +from docusign_esign.models.favorite_templates_content_item import FavoriteTemplatesContentItem +from docusign_esign.models.favorite_templates_info import FavoriteTemplatesInfo +from docusign_esign.models.feature_available_metadata import FeatureAvailableMetadata +from docusign_esign.models.feature_set import FeatureSet +from docusign_esign.models.file_type import FileType +from docusign_esign.models.file_type_list import FileTypeList +from docusign_esign.models.filter import Filter +from docusign_esign.models.first_name import FirstName +from docusign_esign.models.folder import Folder +from docusign_esign.models.folder_item_response import FolderItemResponse +from docusign_esign.models.folder_item_v2 import FolderItemV2 +from docusign_esign.models.folder_items_response import FolderItemsResponse +from docusign_esign.models.folder_shared_item import FolderSharedItem +from docusign_esign.models.folders_request import FoldersRequest +from docusign_esign.models.folders_response import FoldersResponse +from docusign_esign.models.forgotten_password_information import ForgottenPasswordInformation +from docusign_esign.models.form_data_item import FormDataItem +from docusign_esign.models.formula_tab import FormulaTab +from docusign_esign.models.full_name import FullName +from docusign_esign.models.graphics_context import GraphicsContext +from docusign_esign.models.group import Group +from docusign_esign.models.group_information import GroupInformation +from docusign_esign.models.id_check_configuration import IdCheckConfiguration +from docusign_esign.models.id_check_information_input import IdCheckInformationInput +from docusign_esign.models.id_check_security_step import IdCheckSecurityStep +from docusign_esign.models.in_person_signer import InPersonSigner +from docusign_esign.models.initial_here import InitialHere +from docusign_esign.models.inline_template import InlineTemplate +from docusign_esign.models.integrated_user_info_list import IntegratedUserInfoList +from docusign_esign.models.intermediary import Intermediary +from docusign_esign.models.jurisdiction import Jurisdiction +from docusign_esign.models.last_name import LastName +from docusign_esign.models.list import List +from docusign_esign.models.list_custom_field import ListCustomField +from docusign_esign.models.list_item import ListItem +from docusign_esign.models.locale_policy import LocalePolicy +from docusign_esign.models.locale_policy_tab import LocalePolicyTab +from docusign_esign.models.lock_information import LockInformation +from docusign_esign.models.lock_request import LockRequest +from docusign_esign.models.login_account import LoginAccount +from docusign_esign.models.login_information import LoginInformation +from docusign_esign.models.match_box import MatchBox +from docusign_esign.models.member_group_shared_item import MemberGroupSharedItem +from docusign_esign.models.member_shared_items import MemberSharedItems +from docusign_esign.models.merge_field import MergeField +from docusign_esign.models.mobile_notifier_configuration import MobileNotifierConfiguration +from docusign_esign.models.mobile_notifier_configuration_information import MobileNotifierConfigurationInformation +from docusign_esign.models.model_date import ModelDate +from docusign_esign.models.money import Money +from docusign_esign.models.name_value import NameValue +from docusign_esign.models.new_account_definition import NewAccountDefinition +from docusign_esign.models.new_account_summary import NewAccountSummary +from docusign_esign.models.new_user import NewUser +from docusign_esign.models.new_users_definition import NewUsersDefinition +from docusign_esign.models.new_users_summary import NewUsersSummary +from docusign_esign.models.notarize import Notarize +from docusign_esign.models.notary import Notary +from docusign_esign.models.notary_host import NotaryHost +from docusign_esign.models.notary_journal import NotaryJournal +from docusign_esign.models.notary_journal_credible_witness import NotaryJournalCredibleWitness +from docusign_esign.models.notary_journal_list import NotaryJournalList +from docusign_esign.models.notary_journal_meta_data import NotaryJournalMetaData +from docusign_esign.models.notary_jurisdiction import NotaryJurisdiction +from docusign_esign.models.notary_jurisdiction_list import NotaryJurisdictionList +from docusign_esign.models.notary_result import NotaryResult +from docusign_esign.models.note import Note +from docusign_esign.models.notification import Notification +from docusign_esign.models.notification_default_settings import NotificationDefaultSettings +from docusign_esign.models.notification_defaults import NotificationDefaults +from docusign_esign.models.number import Number +from docusign_esign.models.oauth_access import OauthAccess +from docusign_esign.models.offline_attributes import OfflineAttributes +from docusign_esign.models.page import Page +from docusign_esign.models.page_images import PageImages +from docusign_esign.models.page_request import PageRequest +from docusign_esign.models.path_extended_element import PathExtendedElement +from docusign_esign.models.pay_pal_legacy_settings import PayPalLegacySettings +from docusign_esign.models.payment_details import PaymentDetails +from docusign_esign.models.payment_gateway_account import PaymentGatewayAccount +from docusign_esign.models.payment_gateway_account_setting import PaymentGatewayAccountSetting +from docusign_esign.models.payment_gateway_accounts_info import PaymentGatewayAccountsInfo +from docusign_esign.models.payment_line_item import PaymentLineItem +from docusign_esign.models.payment_method_with_options import PaymentMethodWithOptions +from docusign_esign.models.payment_processor_information import PaymentProcessorInformation +from docusign_esign.models.permission_profile import PermissionProfile +from docusign_esign.models.permission_profile_information import PermissionProfileInformation +from docusign_esign.models.plan_information import PlanInformation +from docusign_esign.models.poly_line import PolyLine +from docusign_esign.models.poly_line_overlay import PolyLineOverlay +from docusign_esign.models.power_form import PowerForm +from docusign_esign.models.power_form_form_data_envelope import PowerFormFormDataEnvelope +from docusign_esign.models.power_form_form_data_recipient import PowerFormFormDataRecipient +from docusign_esign.models.power_form_recipient import PowerFormRecipient +from docusign_esign.models.power_form_senders_response import PowerFormSendersResponse +from docusign_esign.models.power_forms_form_data_response import PowerFormsFormDataResponse +from docusign_esign.models.power_forms_request import PowerFormsRequest +from docusign_esign.models.power_forms_response import PowerFormsResponse +from docusign_esign.models.proof_service_resource_token import ProofServiceResourceToken +from docusign_esign.models.proof_service_view_link import ProofServiceViewLink +from docusign_esign.models.property_metadata import PropertyMetadata +from docusign_esign.models.province import Province +from docusign_esign.models.provisioning_information import ProvisioningInformation +from docusign_esign.models.purchased_envelopes_information import PurchasedEnvelopesInformation +from docusign_esign.models.radio import Radio +from docusign_esign.models.radio_group import RadioGroup +from docusign_esign.models.recipient_additional_notification import RecipientAdditionalNotification +from docusign_esign.models.recipient_attachment import RecipientAttachment +from docusign_esign.models.recipient_domain import RecipientDomain +from docusign_esign.models.recipient_email_notification import RecipientEmailNotification +from docusign_esign.models.recipient_event import RecipientEvent +from docusign_esign.models.recipient_form_data import RecipientFormData +from docusign_esign.models.recipient_identity_input_option import RecipientIdentityInputOption +from docusign_esign.models.recipient_identity_phone_number import RecipientIdentityPhoneNumber +from docusign_esign.models.recipient_identity_verification import RecipientIdentityVerification +from docusign_esign.models.recipient_names_response import RecipientNamesResponse +from docusign_esign.models.recipient_phone_authentication import RecipientPhoneAuthentication +from docusign_esign.models.recipient_phone_number import RecipientPhoneNumber +from docusign_esign.models.recipient_preview_request import RecipientPreviewRequest +from docusign_esign.models.recipient_proof_file import RecipientProofFile +from docusign_esign.models.recipient_sms_authentication import RecipientSMSAuthentication +from docusign_esign.models.recipient_signature_information import RecipientSignatureInformation +from docusign_esign.models.recipient_signature_provider import RecipientSignatureProvider +from docusign_esign.models.recipient_signature_provider_options import RecipientSignatureProviderOptions +from docusign_esign.models.recipient_update_response import RecipientUpdateResponse +from docusign_esign.models.recipient_view_request import RecipientViewRequest +from docusign_esign.models.recipients import Recipients +from docusign_esign.models.recipients_update_summary import RecipientsUpdateSummary +from docusign_esign.models.referral_information import ReferralInformation +from docusign_esign.models.reminders import Reminders +from docusign_esign.models.resource_information import ResourceInformation +from docusign_esign.models.return_url_request import ReturnUrlRequest +from docusign_esign.models.seal_identifier import SealIdentifier +from docusign_esign.models.seal_sign import SealSign +from docusign_esign.models.seat_discount import SeatDiscount +from docusign_esign.models.sender_email_notifications import SenderEmailNotifications +from docusign_esign.models.server_template import ServerTemplate +from docusign_esign.models.service_information import ServiceInformation +from docusign_esign.models.service_version import ServiceVersion +from docusign_esign.models.settings_metadata import SettingsMetadata +from docusign_esign.models.shared_item import SharedItem +from docusign_esign.models.sign_here import SignHere +from docusign_esign.models.signature_provider_required_option import SignatureProviderRequiredOption +from docusign_esign.models.signature_type import SignatureType +from docusign_esign.models.signer import Signer +from docusign_esign.models.signer_attachment import SignerAttachment +from docusign_esign.models.signer_email_notifications import SignerEmailNotifications +from docusign_esign.models.signing_group import SigningGroup +from docusign_esign.models.signing_group_information import SigningGroupInformation +from docusign_esign.models.signing_group_user import SigningGroupUser +from docusign_esign.models.signing_group_users import SigningGroupUsers +from docusign_esign.models.smart_contract_information import SmartContractInformation +from docusign_esign.models.smart_section import SmartSection +from docusign_esign.models.smart_section_anchor_position import SmartSectionAnchorPosition +from docusign_esign.models.smart_section_collapsible_display_settings import SmartSectionCollapsibleDisplaySettings +from docusign_esign.models.smart_section_display_settings import SmartSectionDisplaySettings +from docusign_esign.models.social_account_information import SocialAccountInformation +from docusign_esign.models.social_authentication import SocialAuthentication +from docusign_esign.models.ssn import Ssn +from docusign_esign.models.ssn4_information_input import Ssn4InformationInput +from docusign_esign.models.ssn9_information_input import Ssn9InformationInput +from docusign_esign.models.stamp import Stamp +from docusign_esign.models.supported_languages import SupportedLanguages +from docusign_esign.models.tab_account_settings import TabAccountSettings +from docusign_esign.models.tab_group import TabGroup +from docusign_esign.models.tab_metadata import TabMetadata +from docusign_esign.models.tab_metadata_list import TabMetadataList +from docusign_esign.models.tabs import Tabs +from docusign_esign.models.template_custom_fields import TemplateCustomFields +from docusign_esign.models.template_document_visibility_list import TemplateDocumentVisibilityList +from docusign_esign.models.template_documents_result import TemplateDocumentsResult +from docusign_esign.models.template_information import TemplateInformation +from docusign_esign.models.template_match import TemplateMatch +from docusign_esign.models.template_notification_request import TemplateNotificationRequest +from docusign_esign.models.template_recipients import TemplateRecipients +from docusign_esign.models.template_role import TemplateRole +from docusign_esign.models.template_shared_item import TemplateSharedItem +from docusign_esign.models.template_summary import TemplateSummary +from docusign_esign.models.template_tabs import TemplateTabs +from docusign_esign.models.template_update_summary import TemplateUpdateSummary +from docusign_esign.models.text import Text +from docusign_esign.models.text_custom_field import TextCustomField +from docusign_esign.models.title import Title +from docusign_esign.models.usage_history import UsageHistory +from docusign_esign.models.user_account_management_granular_information import UserAccountManagementGranularInformation +from docusign_esign.models.user_info import UserInfo +from docusign_esign.models.user_info_list import UserInfoList +from docusign_esign.models.user_information import UserInformation +from docusign_esign.models.user_information_list import UserInformationList +from docusign_esign.models.user_password_information import UserPasswordInformation +from docusign_esign.models.user_password_rules import UserPasswordRules +from docusign_esign.models.user_profile import UserProfile +from docusign_esign.models.user_settings_information import UserSettingsInformation +from docusign_esign.models.user_shared_item import UserSharedItem +from docusign_esign.models.user_signature import UserSignature +from docusign_esign.models.user_signature_definition import UserSignatureDefinition +from docusign_esign.models.user_signatures_information import UserSignaturesInformation +from docusign_esign.models.user_social_id_result import UserSocialIdResult +from docusign_esign.models.users_response import UsersResponse +from docusign_esign.models.view import View +from docusign_esign.models.view_url import ViewUrl +from docusign_esign.models.watermark import Watermark +from docusign_esign.models.witness import Witness +from docusign_esign.models.workspace import Workspace +from docusign_esign.models.workspace_folder_contents import WorkspaceFolderContents +from docusign_esign.models.workspace_item import WorkspaceItem +from docusign_esign.models.workspace_item_list import WorkspaceItemList +from docusign_esign.models.workspace_list import WorkspaceList +from docusign_esign.models.workspace_settings import WorkspaceSettings +from docusign_esign.models.workspace_user import WorkspaceUser +from docusign_esign.models.workspace_user_authorization import WorkspaceUserAuthorization +from docusign_esign.models.zip import Zip diff --git a/docusign_esign/models/access_code_format.py b/docusign_esign/models/access_code_format.py index d3741fe0..aa7b4c23 100644 --- a/docusign_esign/models/access_code_format.py +++ b/docusign_esign/models/access_code_format.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccessCodeFormat(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, format_required=None, format_required_metadata=None, letter_required=None, letter_required_metadata=None, minimum_length=None, minimum_length_metadata=None, number_required=None, number_required_metadata=None, special_character_required=None, special_character_required_metadata=None): - """ - AccessCodeFormat - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'format_required': 'str', - 'format_required_metadata': 'SettingsMetadata', - 'letter_required': 'str', - 'letter_required_metadata': 'SettingsMetadata', - 'minimum_length': 'str', - 'minimum_length_metadata': 'SettingsMetadata', - 'number_required': 'str', - 'number_required_metadata': 'SettingsMetadata', - 'special_character_required': 'str', - 'special_character_required_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'format_required': 'formatRequired', - 'format_required_metadata': 'formatRequiredMetadata', - 'letter_required': 'letterRequired', - 'letter_required_metadata': 'letterRequiredMetadata', - 'minimum_length': 'minimumLength', - 'minimum_length_metadata': 'minimumLengthMetadata', - 'number_required': 'numberRequired', - 'number_required_metadata': 'numberRequiredMetadata', - 'special_character_required': 'specialCharacterRequired', - 'special_character_required_metadata': 'specialCharacterRequiredMetadata' - } - - self._format_required = format_required - self._format_required_metadata = format_required_metadata - self._letter_required = letter_required - self._letter_required_metadata = letter_required_metadata - self._minimum_length = minimum_length - self._minimum_length_metadata = minimum_length_metadata - self._number_required = number_required - self._number_required_metadata = number_required_metadata - self._special_character_required = special_character_required - self._special_character_required_metadata = special_character_required_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'format_required': 'str', + 'format_required_metadata': 'SettingsMetadata', + 'letter_required': 'str', + 'letter_required_metadata': 'SettingsMetadata', + 'minimum_length': 'str', + 'minimum_length_metadata': 'SettingsMetadata', + 'number_required': 'str', + 'number_required_metadata': 'SettingsMetadata', + 'special_character_required': 'str', + 'special_character_required_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'format_required': 'formatRequired', + 'format_required_metadata': 'formatRequiredMetadata', + 'letter_required': 'letterRequired', + 'letter_required_metadata': 'letterRequiredMetadata', + 'minimum_length': 'minimumLength', + 'minimum_length_metadata': 'minimumLengthMetadata', + 'number_required': 'numberRequired', + 'number_required_metadata': 'numberRequiredMetadata', + 'special_character_required': 'specialCharacterRequired', + 'special_character_required_metadata': 'specialCharacterRequiredMetadata' + } + + def __init__(self, format_required=None, format_required_metadata=None, letter_required=None, letter_required_metadata=None, minimum_length=None, minimum_length_metadata=None, number_required=None, number_required_metadata=None, special_character_required=None, special_character_required_metadata=None): # noqa: E501 + """AccessCodeFormat - a model defined in Swagger""" # noqa: E501 + + self._format_required = None + self._format_required_metadata = None + self._letter_required = None + self._letter_required_metadata = None + self._minimum_length = None + self._minimum_length_metadata = None + self._number_required = None + self._number_required_metadata = None + self._special_character_required = None + self._special_character_required_metadata = None + self.discriminator = None + + if format_required is not None: + self.format_required = format_required + if format_required_metadata is not None: + self.format_required_metadata = format_required_metadata + if letter_required is not None: + self.letter_required = letter_required + if letter_required_metadata is not None: + self.letter_required_metadata = letter_required_metadata + if minimum_length is not None: + self.minimum_length = minimum_length + if minimum_length_metadata is not None: + self.minimum_length_metadata = minimum_length_metadata + if number_required is not None: + self.number_required = number_required + if number_required_metadata is not None: + self.number_required_metadata = number_required_metadata + if special_character_required is not None: + self.special_character_required = special_character_required + if special_character_required_metadata is not None: + self.special_character_required_metadata = special_character_required_metadata @property def format_required(self): - """ - Gets the format_required of this AccessCodeFormat. - + """Gets the format_required of this AccessCodeFormat. # noqa: E501 + + # noqa: E501 - :return: The format_required of this AccessCodeFormat. + :return: The format_required of this AccessCodeFormat. # noqa: E501 :rtype: str """ return self._format_required @format_required.setter def format_required(self, format_required): - """ - Sets the format_required of this AccessCodeFormat. - + """Sets the format_required of this AccessCodeFormat. - :param format_required: The format_required of this AccessCodeFormat. + # noqa: E501 + + :param format_required: The format_required of this AccessCodeFormat. # noqa: E501 :type: str """ @@ -92,20 +117,20 @@ def format_required(self, format_required): @property def format_required_metadata(self): - """ - Gets the format_required_metadata of this AccessCodeFormat. + """Gets the format_required_metadata of this AccessCodeFormat. # noqa: E501 - :return: The format_required_metadata of this AccessCodeFormat. + + :return: The format_required_metadata of this AccessCodeFormat. # noqa: E501 :rtype: SettingsMetadata """ return self._format_required_metadata @format_required_metadata.setter def format_required_metadata(self, format_required_metadata): - """ - Sets the format_required_metadata of this AccessCodeFormat. + """Sets the format_required_metadata of this AccessCodeFormat. - :param format_required_metadata: The format_required_metadata of this AccessCodeFormat. + + :param format_required_metadata: The format_required_metadata of this AccessCodeFormat. # noqa: E501 :type: SettingsMetadata """ @@ -113,22 +138,22 @@ def format_required_metadata(self, format_required_metadata): @property def letter_required(self): - """ - Gets the letter_required of this AccessCodeFormat. - + """Gets the letter_required of this AccessCodeFormat. # noqa: E501 - :return: The letter_required of this AccessCodeFormat. + # noqa: E501 + + :return: The letter_required of this AccessCodeFormat. # noqa: E501 :rtype: str """ return self._letter_required @letter_required.setter def letter_required(self, letter_required): - """ - Sets the letter_required of this AccessCodeFormat. - + """Sets the letter_required of this AccessCodeFormat. - :param letter_required: The letter_required of this AccessCodeFormat. + # noqa: E501 + + :param letter_required: The letter_required of this AccessCodeFormat. # noqa: E501 :type: str """ @@ -136,20 +161,20 @@ def letter_required(self, letter_required): @property def letter_required_metadata(self): - """ - Gets the letter_required_metadata of this AccessCodeFormat. + """Gets the letter_required_metadata of this AccessCodeFormat. # noqa: E501 - :return: The letter_required_metadata of this AccessCodeFormat. + + :return: The letter_required_metadata of this AccessCodeFormat. # noqa: E501 :rtype: SettingsMetadata """ return self._letter_required_metadata @letter_required_metadata.setter def letter_required_metadata(self, letter_required_metadata): - """ - Sets the letter_required_metadata of this AccessCodeFormat. + """Sets the letter_required_metadata of this AccessCodeFormat. - :param letter_required_metadata: The letter_required_metadata of this AccessCodeFormat. + + :param letter_required_metadata: The letter_required_metadata of this AccessCodeFormat. # noqa: E501 :type: SettingsMetadata """ @@ -157,22 +182,22 @@ def letter_required_metadata(self, letter_required_metadata): @property def minimum_length(self): - """ - Gets the minimum_length of this AccessCodeFormat. - + """Gets the minimum_length of this AccessCodeFormat. # noqa: E501 - :return: The minimum_length of this AccessCodeFormat. + # noqa: E501 + + :return: The minimum_length of this AccessCodeFormat. # noqa: E501 :rtype: str """ return self._minimum_length @minimum_length.setter def minimum_length(self, minimum_length): - """ - Sets the minimum_length of this AccessCodeFormat. - + """Sets the minimum_length of this AccessCodeFormat. + + # noqa: E501 - :param minimum_length: The minimum_length of this AccessCodeFormat. + :param minimum_length: The minimum_length of this AccessCodeFormat. # noqa: E501 :type: str """ @@ -180,20 +205,20 @@ def minimum_length(self, minimum_length): @property def minimum_length_metadata(self): - """ - Gets the minimum_length_metadata of this AccessCodeFormat. + """Gets the minimum_length_metadata of this AccessCodeFormat. # noqa: E501 + - :return: The minimum_length_metadata of this AccessCodeFormat. + :return: The minimum_length_metadata of this AccessCodeFormat. # noqa: E501 :rtype: SettingsMetadata """ return self._minimum_length_metadata @minimum_length_metadata.setter def minimum_length_metadata(self, minimum_length_metadata): - """ - Sets the minimum_length_metadata of this AccessCodeFormat. + """Sets the minimum_length_metadata of this AccessCodeFormat. + - :param minimum_length_metadata: The minimum_length_metadata of this AccessCodeFormat. + :param minimum_length_metadata: The minimum_length_metadata of this AccessCodeFormat. # noqa: E501 :type: SettingsMetadata """ @@ -201,22 +226,22 @@ def minimum_length_metadata(self, minimum_length_metadata): @property def number_required(self): - """ - Gets the number_required of this AccessCodeFormat. - + """Gets the number_required of this AccessCodeFormat. # noqa: E501 + + # noqa: E501 - :return: The number_required of this AccessCodeFormat. + :return: The number_required of this AccessCodeFormat. # noqa: E501 :rtype: str """ return self._number_required @number_required.setter def number_required(self, number_required): - """ - Sets the number_required of this AccessCodeFormat. - + """Sets the number_required of this AccessCodeFormat. + + # noqa: E501 - :param number_required: The number_required of this AccessCodeFormat. + :param number_required: The number_required of this AccessCodeFormat. # noqa: E501 :type: str """ @@ -224,20 +249,20 @@ def number_required(self, number_required): @property def number_required_metadata(self): - """ - Gets the number_required_metadata of this AccessCodeFormat. + """Gets the number_required_metadata of this AccessCodeFormat. # noqa: E501 + - :return: The number_required_metadata of this AccessCodeFormat. + :return: The number_required_metadata of this AccessCodeFormat. # noqa: E501 :rtype: SettingsMetadata """ return self._number_required_metadata @number_required_metadata.setter def number_required_metadata(self, number_required_metadata): - """ - Sets the number_required_metadata of this AccessCodeFormat. + """Sets the number_required_metadata of this AccessCodeFormat. + - :param number_required_metadata: The number_required_metadata of this AccessCodeFormat. + :param number_required_metadata: The number_required_metadata of this AccessCodeFormat. # noqa: E501 :type: SettingsMetadata """ @@ -245,22 +270,22 @@ def number_required_metadata(self, number_required_metadata): @property def special_character_required(self): - """ - Gets the special_character_required of this AccessCodeFormat. - + """Gets the special_character_required of this AccessCodeFormat. # noqa: E501 + + # noqa: E501 - :return: The special_character_required of this AccessCodeFormat. + :return: The special_character_required of this AccessCodeFormat. # noqa: E501 :rtype: str """ return self._special_character_required @special_character_required.setter def special_character_required(self, special_character_required): - """ - Sets the special_character_required of this AccessCodeFormat. - + """Sets the special_character_required of this AccessCodeFormat. + + # noqa: E501 - :param special_character_required: The special_character_required of this AccessCodeFormat. + :param special_character_required: The special_character_required of this AccessCodeFormat. # noqa: E501 :type: str """ @@ -268,32 +293,30 @@ def special_character_required(self, special_character_required): @property def special_character_required_metadata(self): - """ - Gets the special_character_required_metadata of this AccessCodeFormat. + """Gets the special_character_required_metadata of this AccessCodeFormat. # noqa: E501 - :return: The special_character_required_metadata of this AccessCodeFormat. + + :return: The special_character_required_metadata of this AccessCodeFormat. # noqa: E501 :rtype: SettingsMetadata """ return self._special_character_required_metadata @special_character_required_metadata.setter def special_character_required_metadata(self, special_character_required_metadata): - """ - Sets the special_character_required_metadata of this AccessCodeFormat. + """Sets the special_character_required_metadata of this AccessCodeFormat. - :param special_character_required_metadata: The special_character_required_metadata of this AccessCodeFormat. + + :param special_character_required_metadata: The special_character_required_metadata of this AccessCodeFormat. # noqa: E501 :type: SettingsMetadata """ self._special_character_required_metadata = special_character_required_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -310,29 +333,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccessCodeFormat, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccessCodeFormat): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_address.py b/docusign_esign/models/account_address.py index 6e824206..ac4d9515 100644 --- a/docusign_esign/models/account_address.py +++ b/docusign_esign/models/account_address.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountAddress(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address1=None, address2=None, city=None, country=None, email=None, fax=None, first_name=None, last_name=None, phone=None, postal_code=None, state=None, supported_countries=None): - """ - AccountAddress - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address1': 'str', - 'address2': 'str', - 'city': 'str', - 'country': 'str', - 'email': 'str', - 'fax': 'str', - 'first_name': 'str', - 'last_name': 'str', - 'phone': 'str', - 'postal_code': 'str', - 'state': 'str', - 'supported_countries': 'list[Country]' - } - - self.attribute_map = { - 'address1': 'address1', - 'address2': 'address2', - 'city': 'city', - 'country': 'country', - 'email': 'email', - 'fax': 'fax', - 'first_name': 'firstName', - 'last_name': 'lastName', - 'phone': 'phone', - 'postal_code': 'postalCode', - 'state': 'state', - 'supported_countries': 'supportedCountries' - } - self._address1 = address1 - self._address2 = address2 - self._city = city - self._country = country - self._email = email - self._fax = fax - self._first_name = first_name - self._last_name = last_name - self._phone = phone - self._postal_code = postal_code - self._state = state - self._supported_countries = supported_countries + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address1': 'str', + 'address2': 'str', + 'city': 'str', + 'country': 'str', + 'email': 'str', + 'fax': 'str', + 'first_name': 'str', + 'last_name': 'str', + 'phone': 'str', + 'postal_code': 'str', + 'state': 'str', + 'supported_countries': 'list[Country]' + } + + attribute_map = { + 'address1': 'address1', + 'address2': 'address2', + 'city': 'city', + 'country': 'country', + 'email': 'email', + 'fax': 'fax', + 'first_name': 'firstName', + 'last_name': 'lastName', + 'phone': 'phone', + 'postal_code': 'postalCode', + 'state': 'state', + 'supported_countries': 'supportedCountries' + } + + def __init__(self, address1=None, address2=None, city=None, country=None, email=None, fax=None, first_name=None, last_name=None, phone=None, postal_code=None, state=None, supported_countries=None): # noqa: E501 + """AccountAddress - a model defined in Swagger""" # noqa: E501 + + self._address1 = None + self._address2 = None + self._city = None + self._country = None + self._email = None + self._fax = None + self._first_name = None + self._last_name = None + self._phone = None + self._postal_code = None + self._state = None + self._supported_countries = None + self.discriminator = None + + if address1 is not None: + self.address1 = address1 + if address2 is not None: + self.address2 = address2 + if city is not None: + self.city = city + if country is not None: + self.country = country + if email is not None: + self.email = email + if fax is not None: + self.fax = fax + if first_name is not None: + self.first_name = first_name + if last_name is not None: + self.last_name = last_name + if phone is not None: + self.phone = phone + if postal_code is not None: + self.postal_code = postal_code + if state is not None: + self.state = state + if supported_countries is not None: + self.supported_countries = supported_countries @property def address1(self): - """ - Gets the address1 of this AccountAddress. - First Line of the address. Maximum length: 100 characters. + """Gets the address1 of this AccountAddress. # noqa: E501 + + First Line of the address. Maximum length: 100 characters. # noqa: E501 - :return: The address1 of this AccountAddress. + :return: The address1 of this AccountAddress. # noqa: E501 :rtype: str """ return self._address1 @address1.setter def address1(self, address1): - """ - Sets the address1 of this AccountAddress. - First Line of the address. Maximum length: 100 characters. + """Sets the address1 of this AccountAddress. - :param address1: The address1 of this AccountAddress. + First Line of the address. Maximum length: 100 characters. # noqa: E501 + + :param address1: The address1 of this AccountAddress. # noqa: E501 :type: str """ @@ -98,22 +127,22 @@ def address1(self, address1): @property def address2(self): - """ - Gets the address2 of this AccountAddress. - Second Line of the address. Maximum length: 100 characters. + """Gets the address2 of this AccountAddress. # noqa: E501 - :return: The address2 of this AccountAddress. + Second Line of the address. Maximum length: 100 characters. # noqa: E501 + + :return: The address2 of this AccountAddress. # noqa: E501 :rtype: str """ return self._address2 @address2.setter def address2(self, address2): - """ - Sets the address2 of this AccountAddress. - Second Line of the address. Maximum length: 100 characters. + """Sets the address2 of this AccountAddress. + + Second Line of the address. Maximum length: 100 characters. # noqa: E501 - :param address2: The address2 of this AccountAddress. + :param address2: The address2 of this AccountAddress. # noqa: E501 :type: str """ @@ -121,22 +150,22 @@ def address2(self, address2): @property def city(self): - """ - Gets the city of this AccountAddress. - The city value of the address. + """Gets the city of this AccountAddress. # noqa: E501 + + The city value of the address. # noqa: E501 - :return: The city of this AccountAddress. + :return: The city of this AccountAddress. # noqa: E501 :rtype: str """ return self._city @city.setter def city(self, city): - """ - Sets the city of this AccountAddress. - The city value of the address. + """Sets the city of this AccountAddress. + + The city value of the address. # noqa: E501 - :param city: The city of this AccountAddress. + :param city: The city of this AccountAddress. # noqa: E501 :type: str """ @@ -144,22 +173,22 @@ def city(self, city): @property def country(self): - """ - Gets the country of this AccountAddress. - Specifies the country associated with the address. + """Gets the country of this AccountAddress. # noqa: E501 - :return: The country of this AccountAddress. + Specifies the country associated with the address. # noqa: E501 + + :return: The country of this AccountAddress. # noqa: E501 :rtype: str """ return self._country @country.setter def country(self, country): - """ - Sets the country of this AccountAddress. - Specifies the country associated with the address. + """Sets the country of this AccountAddress. - :param country: The country of this AccountAddress. + Specifies the country associated with the address. # noqa: E501 + + :param country: The country of this AccountAddress. # noqa: E501 :type: str """ @@ -167,22 +196,22 @@ def country(self, country): @property def email(self): - """ - Gets the email of this AccountAddress. - + """Gets the email of this AccountAddress. # noqa: E501 + + # noqa: E501 - :return: The email of this AccountAddress. + :return: The email of this AccountAddress. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this AccountAddress. - + """Sets the email of this AccountAddress. + + # noqa: E501 - :param email: The email of this AccountAddress. + :param email: The email of this AccountAddress. # noqa: E501 :type: str """ @@ -190,22 +219,22 @@ def email(self, email): @property def fax(self): - """ - Gets the fax of this AccountAddress. - + """Gets the fax of this AccountAddress. # noqa: E501 + + # noqa: E501 - :return: The fax of this AccountAddress. + :return: The fax of this AccountAddress. # noqa: E501 :rtype: str """ return self._fax @fax.setter def fax(self, fax): - """ - Sets the fax of this AccountAddress. - + """Sets the fax of this AccountAddress. - :param fax: The fax of this AccountAddress. + # noqa: E501 + + :param fax: The fax of this AccountAddress. # noqa: E501 :type: str """ @@ -213,22 +242,22 @@ def fax(self, fax): @property def first_name(self): - """ - Gets the first_name of this AccountAddress. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this AccountAddress. # noqa: E501 - :return: The first_name of this AccountAddress. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :return: The first_name of this AccountAddress. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this AccountAddress. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this AccountAddress. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this AccountAddress. + :param first_name: The first_name of this AccountAddress. # noqa: E501 :type: str """ @@ -236,22 +265,22 @@ def first_name(self, first_name): @property def last_name(self): - """ - Gets the last_name of this AccountAddress. - + """Gets the last_name of this AccountAddress. # noqa: E501 + + # noqa: E501 - :return: The last_name of this AccountAddress. + :return: The last_name of this AccountAddress. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this AccountAddress. - + """Sets the last_name of this AccountAddress. + + # noqa: E501 - :param last_name: The last_name of this AccountAddress. + :param last_name: The last_name of this AccountAddress. # noqa: E501 :type: str """ @@ -259,22 +288,22 @@ def last_name(self, last_name): @property def phone(self): - """ - Gets the phone of this AccountAddress. - + """Gets the phone of this AccountAddress. # noqa: E501 - :return: The phone of this AccountAddress. + # noqa: E501 + + :return: The phone of this AccountAddress. # noqa: E501 :rtype: str """ return self._phone @phone.setter def phone(self, phone): - """ - Sets the phone of this AccountAddress. - + """Sets the phone of this AccountAddress. - :param phone: The phone of this AccountAddress. + # noqa: E501 + + :param phone: The phone of this AccountAddress. # noqa: E501 :type: str """ @@ -282,22 +311,22 @@ def phone(self, phone): @property def postal_code(self): - """ - Gets the postal_code of this AccountAddress. - + """Gets the postal_code of this AccountAddress. # noqa: E501 + + # noqa: E501 - :return: The postal_code of this AccountAddress. + :return: The postal_code of this AccountAddress. # noqa: E501 :rtype: str """ return self._postal_code @postal_code.setter def postal_code(self, postal_code): - """ - Sets the postal_code of this AccountAddress. - + """Sets the postal_code of this AccountAddress. + + # noqa: E501 - :param postal_code: The postal_code of this AccountAddress. + :param postal_code: The postal_code of this AccountAddress. # noqa: E501 :type: str """ @@ -305,22 +334,22 @@ def postal_code(self, postal_code): @property def state(self): - """ - Gets the state of this AccountAddress. - The state or province associated with the address. + """Gets the state of this AccountAddress. # noqa: E501 + + The state or province associated with the address. # noqa: E501 - :return: The state of this AccountAddress. + :return: The state of this AccountAddress. # noqa: E501 :rtype: str """ return self._state @state.setter def state(self, state): - """ - Sets the state of this AccountAddress. - The state or province associated with the address. + """Sets the state of this AccountAddress. - :param state: The state of this AccountAddress. + The state or province associated with the address. # noqa: E501 + + :param state: The state of this AccountAddress. # noqa: E501 :type: str """ @@ -328,34 +357,32 @@ def state(self, state): @property def supported_countries(self): - """ - Gets the supported_countries of this AccountAddress. - Contains an array of countries supported by the billing plan. + """Gets the supported_countries of this AccountAddress. # noqa: E501 - :return: The supported_countries of this AccountAddress. + Contains an array of countries supported by the billing plan. # noqa: E501 + + :return: The supported_countries of this AccountAddress. # noqa: E501 :rtype: list[Country] """ return self._supported_countries @supported_countries.setter def supported_countries(self, supported_countries): - """ - Sets the supported_countries of this AccountAddress. - Contains an array of countries supported by the billing plan. + """Sets the supported_countries of this AccountAddress. + + Contains an array of countries supported by the billing plan. # noqa: E501 - :param supported_countries: The supported_countries of this AccountAddress. + :param supported_countries: The supported_countries of this AccountAddress. # noqa: E501 :type: list[Country] """ self._supported_countries = supported_countries def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -372,29 +399,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountAddress, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountAddress): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_billing_plan.py b/docusign_esign/models/account_billing_plan.py index dbe16dcd..6fe8a058 100644 --- a/docusign_esign/models/account_billing_plan.py +++ b/docusign_esign/models/account_billing_plan.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,113 +11,160 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountBillingPlan(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, add_ons=None, can_cancel_renewal=None, can_upgrade=None, currency_code=None, downgrade_plan_information=None, enable_support=None, included_seats=None, incremental_seats=None, is_downgrade=None, other_discount_percent=None, payment_cycle=None, payment_method=None, per_seat_price=None, plan_classification=None, plan_feature_sets=None, plan_id=None, plan_name=None, renewal_status=None, seat_discounts=None, support_incident_fee=None, support_plan_fee=None): - """ - AccountBillingPlan - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'add_ons': 'list[AddOn]', - 'can_cancel_renewal': 'str', - 'can_upgrade': 'str', - 'currency_code': 'str', - 'downgrade_plan_information': 'DowngradePlanUpdateResponse', - 'enable_support': 'str', - 'included_seats': 'str', - 'incremental_seats': 'str', - 'is_downgrade': 'str', - 'other_discount_percent': 'str', - 'payment_cycle': 'str', - 'payment_method': 'str', - 'per_seat_price': 'str', - 'plan_classification': 'str', - 'plan_feature_sets': 'list[FeatureSet]', - 'plan_id': 'str', - 'plan_name': 'str', - 'renewal_status': 'str', - 'seat_discounts': 'list[SeatDiscount]', - 'support_incident_fee': 'str', - 'support_plan_fee': 'str' - } - - self.attribute_map = { - 'add_ons': 'addOns', - 'can_cancel_renewal': 'canCancelRenewal', - 'can_upgrade': 'canUpgrade', - 'currency_code': 'currencyCode', - 'downgrade_plan_information': 'downgradePlanInformation', - 'enable_support': 'enableSupport', - 'included_seats': 'includedSeats', - 'incremental_seats': 'incrementalSeats', - 'is_downgrade': 'isDowngrade', - 'other_discount_percent': 'otherDiscountPercent', - 'payment_cycle': 'paymentCycle', - 'payment_method': 'paymentMethod', - 'per_seat_price': 'perSeatPrice', - 'plan_classification': 'planClassification', - 'plan_feature_sets': 'planFeatureSets', - 'plan_id': 'planId', - 'plan_name': 'planName', - 'renewal_status': 'renewalStatus', - 'seat_discounts': 'seatDiscounts', - 'support_incident_fee': 'supportIncidentFee', - 'support_plan_fee': 'supportPlanFee' - } - self._add_ons = add_ons - self._can_cancel_renewal = can_cancel_renewal - self._can_upgrade = can_upgrade - self._currency_code = currency_code - self._downgrade_plan_information = downgrade_plan_information - self._enable_support = enable_support - self._included_seats = included_seats - self._incremental_seats = incremental_seats - self._is_downgrade = is_downgrade - self._other_discount_percent = other_discount_percent - self._payment_cycle = payment_cycle - self._payment_method = payment_method - self._per_seat_price = per_seat_price - self._plan_classification = plan_classification - self._plan_feature_sets = plan_feature_sets - self._plan_id = plan_id - self._plan_name = plan_name - self._renewal_status = renewal_status - self._seat_discounts = seat_discounts - self._support_incident_fee = support_incident_fee - self._support_plan_fee = support_plan_fee + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'add_ons': 'list[AddOn]', + 'can_cancel_renewal': 'str', + 'can_upgrade': 'str', + 'currency_code': 'str', + 'downgrade_plan_information': 'DowngradePlanUpdateResponse', + 'enable_support': 'str', + 'included_seats': 'str', + 'incremental_seats': 'str', + 'is_downgrade': 'str', + 'other_discount_percent': 'str', + 'payment_cycle': 'str', + 'payment_method': 'str', + 'per_seat_price': 'str', + 'plan_classification': 'str', + 'plan_feature_sets': 'list[FeatureSet]', + 'plan_id': 'str', + 'plan_name': 'str', + 'renewal_status': 'str', + 'seat_discounts': 'list[SeatDiscount]', + 'support_incident_fee': 'str', + 'support_plan_fee': 'str' + } + + attribute_map = { + 'add_ons': 'addOns', + 'can_cancel_renewal': 'canCancelRenewal', + 'can_upgrade': 'canUpgrade', + 'currency_code': 'currencyCode', + 'downgrade_plan_information': 'downgradePlanInformation', + 'enable_support': 'enableSupport', + 'included_seats': 'includedSeats', + 'incremental_seats': 'incrementalSeats', + 'is_downgrade': 'isDowngrade', + 'other_discount_percent': 'otherDiscountPercent', + 'payment_cycle': 'paymentCycle', + 'payment_method': 'paymentMethod', + 'per_seat_price': 'perSeatPrice', + 'plan_classification': 'planClassification', + 'plan_feature_sets': 'planFeatureSets', + 'plan_id': 'planId', + 'plan_name': 'planName', + 'renewal_status': 'renewalStatus', + 'seat_discounts': 'seatDiscounts', + 'support_incident_fee': 'supportIncidentFee', + 'support_plan_fee': 'supportPlanFee' + } + + def __init__(self, add_ons=None, can_cancel_renewal=None, can_upgrade=None, currency_code=None, downgrade_plan_information=None, enable_support=None, included_seats=None, incremental_seats=None, is_downgrade=None, other_discount_percent=None, payment_cycle=None, payment_method=None, per_seat_price=None, plan_classification=None, plan_feature_sets=None, plan_id=None, plan_name=None, renewal_status=None, seat_discounts=None, support_incident_fee=None, support_plan_fee=None): # noqa: E501 + """AccountBillingPlan - a model defined in Swagger""" # noqa: E501 + + self._add_ons = None + self._can_cancel_renewal = None + self._can_upgrade = None + self._currency_code = None + self._downgrade_plan_information = None + self._enable_support = None + self._included_seats = None + self._incremental_seats = None + self._is_downgrade = None + self._other_discount_percent = None + self._payment_cycle = None + self._payment_method = None + self._per_seat_price = None + self._plan_classification = None + self._plan_feature_sets = None + self._plan_id = None + self._plan_name = None + self._renewal_status = None + self._seat_discounts = None + self._support_incident_fee = None + self._support_plan_fee = None + self.discriminator = None + + if add_ons is not None: + self.add_ons = add_ons + if can_cancel_renewal is not None: + self.can_cancel_renewal = can_cancel_renewal + if can_upgrade is not None: + self.can_upgrade = can_upgrade + if currency_code is not None: + self.currency_code = currency_code + if downgrade_plan_information is not None: + self.downgrade_plan_information = downgrade_plan_information + if enable_support is not None: + self.enable_support = enable_support + if included_seats is not None: + self.included_seats = included_seats + if incremental_seats is not None: + self.incremental_seats = incremental_seats + if is_downgrade is not None: + self.is_downgrade = is_downgrade + if other_discount_percent is not None: + self.other_discount_percent = other_discount_percent + if payment_cycle is not None: + self.payment_cycle = payment_cycle + if payment_method is not None: + self.payment_method = payment_method + if per_seat_price is not None: + self.per_seat_price = per_seat_price + if plan_classification is not None: + self.plan_classification = plan_classification + if plan_feature_sets is not None: + self.plan_feature_sets = plan_feature_sets + if plan_id is not None: + self.plan_id = plan_id + if plan_name is not None: + self.plan_name = plan_name + if renewal_status is not None: + self.renewal_status = renewal_status + if seat_discounts is not None: + self.seat_discounts = seat_discounts + if support_incident_fee is not None: + self.support_incident_fee = support_incident_fee + if support_plan_fee is not None: + self.support_plan_fee = support_plan_fee @property def add_ons(self): - """ - Gets the add_ons of this AccountBillingPlan. - Reserved: + """Gets the add_ons of this AccountBillingPlan. # noqa: E501 + + Reserved: # noqa: E501 - :return: The add_ons of this AccountBillingPlan. + :return: The add_ons of this AccountBillingPlan. # noqa: E501 :rtype: list[AddOn] """ return self._add_ons @add_ons.setter def add_ons(self, add_ons): - """ - Sets the add_ons of this AccountBillingPlan. - Reserved: + """Sets the add_ons of this AccountBillingPlan. + + Reserved: # noqa: E501 - :param add_ons: The add_ons of this AccountBillingPlan. + :param add_ons: The add_ons of this AccountBillingPlan. # noqa: E501 :type: list[AddOn] """ @@ -125,22 +172,22 @@ def add_ons(self, add_ons): @property def can_cancel_renewal(self): - """ - Gets the can_cancel_renewal of this AccountBillingPlan. - Reserved: TBD + """Gets the can_cancel_renewal of this AccountBillingPlan. # noqa: E501 - :return: The can_cancel_renewal of this AccountBillingPlan. + Reserved: TBD # noqa: E501 + + :return: The can_cancel_renewal of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._can_cancel_renewal @can_cancel_renewal.setter def can_cancel_renewal(self, can_cancel_renewal): - """ - Sets the can_cancel_renewal of this AccountBillingPlan. - Reserved: TBD + """Sets the can_cancel_renewal of this AccountBillingPlan. - :param can_cancel_renewal: The can_cancel_renewal of this AccountBillingPlan. + Reserved: TBD # noqa: E501 + + :param can_cancel_renewal: The can_cancel_renewal of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -148,22 +195,22 @@ def can_cancel_renewal(self, can_cancel_renewal): @property def can_upgrade(self): - """ - Gets the can_upgrade of this AccountBillingPlan. - When set to **true**, specifies that you can upgrade the account through the API. + """Gets the can_upgrade of this AccountBillingPlan. # noqa: E501 - :return: The can_upgrade of this AccountBillingPlan. + When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 + + :return: The can_upgrade of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._can_upgrade @can_upgrade.setter def can_upgrade(self, can_upgrade): - """ - Sets the can_upgrade of this AccountBillingPlan. - When set to **true**, specifies that you can upgrade the account through the API. + """Sets the can_upgrade of this AccountBillingPlan. - :param can_upgrade: The can_upgrade of this AccountBillingPlan. + When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 + + :param can_upgrade: The can_upgrade of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -171,22 +218,22 @@ def can_upgrade(self, can_upgrade): @property def currency_code(self): - """ - Gets the currency_code of this AccountBillingPlan. - Specifies the ISO currency code for the account. + """Gets the currency_code of this AccountBillingPlan. # noqa: E501 - :return: The currency_code of this AccountBillingPlan. + Specifies the ISO currency code for the account. # noqa: E501 + + :return: The currency_code of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this AccountBillingPlan. - Specifies the ISO currency code for the account. + """Sets the currency_code of this AccountBillingPlan. - :param currency_code: The currency_code of this AccountBillingPlan. + Specifies the ISO currency code for the account. # noqa: E501 + + :param currency_code: The currency_code of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -194,20 +241,20 @@ def currency_code(self, currency_code): @property def downgrade_plan_information(self): - """ - Gets the downgrade_plan_information of this AccountBillingPlan. + """Gets the downgrade_plan_information of this AccountBillingPlan. # noqa: E501 - :return: The downgrade_plan_information of this AccountBillingPlan. + + :return: The downgrade_plan_information of this AccountBillingPlan. # noqa: E501 :rtype: DowngradePlanUpdateResponse """ return self._downgrade_plan_information @downgrade_plan_information.setter def downgrade_plan_information(self, downgrade_plan_information): - """ - Sets the downgrade_plan_information of this AccountBillingPlan. + """Sets the downgrade_plan_information of this AccountBillingPlan. + - :param downgrade_plan_information: The downgrade_plan_information of this AccountBillingPlan. + :param downgrade_plan_information: The downgrade_plan_information of this AccountBillingPlan. # noqa: E501 :type: DowngradePlanUpdateResponse """ @@ -215,22 +262,22 @@ def downgrade_plan_information(self, downgrade_plan_information): @property def enable_support(self): - """ - Gets the enable_support of this AccountBillingPlan. - When set to **true**, then customer support is provided as part of the account plan. + """Gets the enable_support of this AccountBillingPlan. # noqa: E501 + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :return: The enable_support of this AccountBillingPlan. + :return: The enable_support of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._enable_support @enable_support.setter def enable_support(self, enable_support): - """ - Sets the enable_support of this AccountBillingPlan. - When set to **true**, then customer support is provided as part of the account plan. + """Sets the enable_support of this AccountBillingPlan. + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :param enable_support: The enable_support of this AccountBillingPlan. + :param enable_support: The enable_support of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -238,22 +285,22 @@ def enable_support(self, enable_support): @property def included_seats(self): - """ - Gets the included_seats of this AccountBillingPlan. - The number of seats (users) included. + """Gets the included_seats of this AccountBillingPlan. # noqa: E501 + + The number of seats (users) included. # noqa: E501 - :return: The included_seats of this AccountBillingPlan. + :return: The included_seats of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._included_seats @included_seats.setter def included_seats(self, included_seats): - """ - Sets the included_seats of this AccountBillingPlan. - The number of seats (users) included. + """Sets the included_seats of this AccountBillingPlan. + + The number of seats (users) included. # noqa: E501 - :param included_seats: The included_seats of this AccountBillingPlan. + :param included_seats: The included_seats of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -261,22 +308,22 @@ def included_seats(self, included_seats): @property def incremental_seats(self): - """ - Gets the incremental_seats of this AccountBillingPlan. - Reserved: TBD + """Gets the incremental_seats of this AccountBillingPlan. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The incremental_seats of this AccountBillingPlan. + :return: The incremental_seats of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._incremental_seats @incremental_seats.setter def incremental_seats(self, incremental_seats): - """ - Sets the incremental_seats of this AccountBillingPlan. - Reserved: TBD + """Sets the incremental_seats of this AccountBillingPlan. + + Reserved: TBD # noqa: E501 - :param incremental_seats: The incremental_seats of this AccountBillingPlan. + :param incremental_seats: The incremental_seats of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -284,22 +331,22 @@ def incremental_seats(self, incremental_seats): @property def is_downgrade(self): - """ - Gets the is_downgrade of this AccountBillingPlan. - + """Gets the is_downgrade of this AccountBillingPlan. # noqa: E501 + + # noqa: E501 - :return: The is_downgrade of this AccountBillingPlan. + :return: The is_downgrade of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._is_downgrade @is_downgrade.setter def is_downgrade(self, is_downgrade): - """ - Sets the is_downgrade of this AccountBillingPlan. - + """Sets the is_downgrade of this AccountBillingPlan. - :param is_downgrade: The is_downgrade of this AccountBillingPlan. + # noqa: E501 + + :param is_downgrade: The is_downgrade of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -307,22 +354,22 @@ def is_downgrade(self, is_downgrade): @property def other_discount_percent(self): - """ - Gets the other_discount_percent of this AccountBillingPlan. - Any other percentage discount for the plan. + """Gets the other_discount_percent of this AccountBillingPlan. # noqa: E501 - :return: The other_discount_percent of this AccountBillingPlan. + Any other percentage discount for the plan. # noqa: E501 + + :return: The other_discount_percent of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._other_discount_percent @other_discount_percent.setter def other_discount_percent(self, other_discount_percent): - """ - Sets the other_discount_percent of this AccountBillingPlan. - Any other percentage discount for the plan. + """Sets the other_discount_percent of this AccountBillingPlan. - :param other_discount_percent: The other_discount_percent of this AccountBillingPlan. + Any other percentage discount for the plan. # noqa: E501 + + :param other_discount_percent: The other_discount_percent of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -330,22 +377,22 @@ def other_discount_percent(self, other_discount_percent): @property def payment_cycle(self): - """ - Gets the payment_cycle of this AccountBillingPlan. - + """Gets the payment_cycle of this AccountBillingPlan. # noqa: E501 - :return: The payment_cycle of this AccountBillingPlan. + # noqa: E501 + + :return: The payment_cycle of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._payment_cycle @payment_cycle.setter def payment_cycle(self, payment_cycle): - """ - Sets the payment_cycle of this AccountBillingPlan. - + """Sets the payment_cycle of this AccountBillingPlan. - :param payment_cycle: The payment_cycle of this AccountBillingPlan. + # noqa: E501 + + :param payment_cycle: The payment_cycle of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -353,22 +400,22 @@ def payment_cycle(self, payment_cycle): @property def payment_method(self): - """ - Gets the payment_method of this AccountBillingPlan. - The payment method used with the plan. The possible values are: CreditCard, PurchaseOrder, Premium, or Freemium. + """Gets the payment_method of this AccountBillingPlan. # noqa: E501 - :return: The payment_method of this AccountBillingPlan. + The payment method used with the plan. The possible values are: CreditCard, PurchaseOrder, Premium, or Freemium. # noqa: E501 + + :return: The payment_method of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this AccountBillingPlan. - The payment method used with the plan. The possible values are: CreditCard, PurchaseOrder, Premium, or Freemium. + """Sets the payment_method of this AccountBillingPlan. - :param payment_method: The payment_method of this AccountBillingPlan. + The payment method used with the plan. The possible values are: CreditCard, PurchaseOrder, Premium, or Freemium. # noqa: E501 + + :param payment_method: The payment_method of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -376,22 +423,22 @@ def payment_method(self, payment_method): @property def per_seat_price(self): - """ - Gets the per_seat_price of this AccountBillingPlan. - + """Gets the per_seat_price of this AccountBillingPlan. # noqa: E501 + + # noqa: E501 - :return: The per_seat_price of this AccountBillingPlan. + :return: The per_seat_price of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._per_seat_price @per_seat_price.setter def per_seat_price(self, per_seat_price): - """ - Sets the per_seat_price of this AccountBillingPlan. - + """Sets the per_seat_price of this AccountBillingPlan. + + # noqa: E501 - :param per_seat_price: The per_seat_price of this AccountBillingPlan. + :param per_seat_price: The per_seat_price of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -399,22 +446,22 @@ def per_seat_price(self, per_seat_price): @property def plan_classification(self): - """ - Gets the plan_classification of this AccountBillingPlan. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Gets the plan_classification of this AccountBillingPlan. # noqa: E501 + + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 - :return: The plan_classification of this AccountBillingPlan. + :return: The plan_classification of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._plan_classification @plan_classification.setter def plan_classification(self, plan_classification): - """ - Sets the plan_classification of this AccountBillingPlan. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Sets the plan_classification of this AccountBillingPlan. + + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 - :param plan_classification: The plan_classification of this AccountBillingPlan. + :param plan_classification: The plan_classification of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -422,22 +469,22 @@ def plan_classification(self, plan_classification): @property def plan_feature_sets(self): - """ - Gets the plan_feature_sets of this AccountBillingPlan. - A complex type that sets the feature sets for the account. It contains the following information (all string content): * currencyFeatureSetPrices - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, seatFee that are configured for this plan feature set. * envelopeFee - An incremental envelope cost for plans with envelope overages (when isEnabled=true). * featureSetId - A unique ID for the feature set. * fixedFee - A one-time fee associated with the plan (when isEnabled=true). * isActive - Specifies whether the feature set is actively set as part of the plan. * isEnabled - Specifies whether the feature set is actively enabled as part of the plan. * name - The name of the feature set. * seatFee - An incremental seat cost for seat-based plans (when isEnabled=true). + """Gets the plan_feature_sets of this AccountBillingPlan. # noqa: E501 + + A complex type that sets the feature sets for the account. It contains the following information (all string content): * currencyFeatureSetPrices - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, seatFee that are configured for this plan feature set. * envelopeFee - An incremental envelope cost for plans with envelope overages (when isEnabled=true). * featureSetId - A unique ID for the feature set. * fixedFee - A one-time fee associated with the plan (when isEnabled=true). * isActive - Specifies whether the feature set is actively set as part of the plan. * isEnabled - Specifies whether the feature set is actively enabled as part of the plan. * name - The name of the feature set. * seatFee - An incremental seat cost for seat-based plans (when isEnabled=true). # noqa: E501 - :return: The plan_feature_sets of this AccountBillingPlan. + :return: The plan_feature_sets of this AccountBillingPlan. # noqa: E501 :rtype: list[FeatureSet] """ return self._plan_feature_sets @plan_feature_sets.setter def plan_feature_sets(self, plan_feature_sets): - """ - Sets the plan_feature_sets of this AccountBillingPlan. - A complex type that sets the feature sets for the account. It contains the following information (all string content): * currencyFeatureSetPrices - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, seatFee that are configured for this plan feature set. * envelopeFee - An incremental envelope cost for plans with envelope overages (when isEnabled=true). * featureSetId - A unique ID for the feature set. * fixedFee - A one-time fee associated with the plan (when isEnabled=true). * isActive - Specifies whether the feature set is actively set as part of the plan. * isEnabled - Specifies whether the feature set is actively enabled as part of the plan. * name - The name of the feature set. * seatFee - An incremental seat cost for seat-based plans (when isEnabled=true). + """Sets the plan_feature_sets of this AccountBillingPlan. + + A complex type that sets the feature sets for the account. It contains the following information (all string content): * currencyFeatureSetPrices - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, seatFee that are configured for this plan feature set. * envelopeFee - An incremental envelope cost for plans with envelope overages (when isEnabled=true). * featureSetId - A unique ID for the feature set. * fixedFee - A one-time fee associated with the plan (when isEnabled=true). * isActive - Specifies whether the feature set is actively set as part of the plan. * isEnabled - Specifies whether the feature set is actively enabled as part of the plan. * name - The name of the feature set. * seatFee - An incremental seat cost for seat-based plans (when isEnabled=true). # noqa: E501 - :param plan_feature_sets: The plan_feature_sets of this AccountBillingPlan. + :param plan_feature_sets: The plan_feature_sets of this AccountBillingPlan. # noqa: E501 :type: list[FeatureSet] """ @@ -445,22 +492,22 @@ def plan_feature_sets(self, plan_feature_sets): @property def plan_id(self): - """ - Gets the plan_id of this AccountBillingPlan. - + """Gets the plan_id of this AccountBillingPlan. # noqa: E501 + + # noqa: E501 - :return: The plan_id of this AccountBillingPlan. + :return: The plan_id of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._plan_id @plan_id.setter def plan_id(self, plan_id): - """ - Sets the plan_id of this AccountBillingPlan. - + """Sets the plan_id of this AccountBillingPlan. + + # noqa: E501 - :param plan_id: The plan_id of this AccountBillingPlan. + :param plan_id: The plan_id of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -468,22 +515,22 @@ def plan_id(self, plan_id): @property def plan_name(self): - """ - Gets the plan_name of this AccountBillingPlan. - The name of the Billing Plan. + """Gets the plan_name of this AccountBillingPlan. # noqa: E501 - :return: The plan_name of this AccountBillingPlan. + The name of the Billing Plan. # noqa: E501 + + :return: The plan_name of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._plan_name @plan_name.setter def plan_name(self, plan_name): - """ - Sets the plan_name of this AccountBillingPlan. - The name of the Billing Plan. + """Sets the plan_name of this AccountBillingPlan. - :param plan_name: The plan_name of this AccountBillingPlan. + The name of the Billing Plan. # noqa: E501 + + :param plan_name: The plan_name of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -491,22 +538,22 @@ def plan_name(self, plan_name): @property def renewal_status(self): - """ - Gets the renewal_status of this AccountBillingPlan. - The renewal status for the account. The acceptable values are: * auto: The account automatically renews. * queued_for_close: Account will be closed at the billingPeriodEndDate. * queued_for_downgrade: Account will be downgraded at the billingPeriodEndDate. + """Gets the renewal_status of this AccountBillingPlan. # noqa: E501 - :return: The renewal_status of this AccountBillingPlan. + The renewal status for the account. The acceptable values are: * auto: The account automatically renews. * queued_for_close: Account will be closed at the billingPeriodEndDate. * queued_for_downgrade: Account will be downgraded at the billingPeriodEndDate. # noqa: E501 + + :return: The renewal_status of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._renewal_status @renewal_status.setter def renewal_status(self, renewal_status): - """ - Sets the renewal_status of this AccountBillingPlan. - The renewal status for the account. The acceptable values are: * auto: The account automatically renews. * queued_for_close: Account will be closed at the billingPeriodEndDate. * queued_for_downgrade: Account will be downgraded at the billingPeriodEndDate. + """Sets the renewal_status of this AccountBillingPlan. - :param renewal_status: The renewal_status of this AccountBillingPlan. + The renewal status for the account. The acceptable values are: * auto: The account automatically renews. * queued_for_close: Account will be closed at the billingPeriodEndDate. * queued_for_downgrade: Account will be downgraded at the billingPeriodEndDate. # noqa: E501 + + :param renewal_status: The renewal_status of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -514,22 +561,22 @@ def renewal_status(self, renewal_status): @property def seat_discounts(self): - """ - Gets the seat_discounts of this AccountBillingPlan. - A complex type that contains any seat discount information. Values are: BeginSeatCount, EndSeatCount, and SeatDiscountPercent. + """Gets the seat_discounts of this AccountBillingPlan. # noqa: E501 - :return: The seat_discounts of this AccountBillingPlan. + A complex type that contains any seat discount information. Values are: BeginSeatCount, EndSeatCount, and SeatDiscountPercent. # noqa: E501 + + :return: The seat_discounts of this AccountBillingPlan. # noqa: E501 :rtype: list[SeatDiscount] """ return self._seat_discounts @seat_discounts.setter def seat_discounts(self, seat_discounts): - """ - Sets the seat_discounts of this AccountBillingPlan. - A complex type that contains any seat discount information. Values are: BeginSeatCount, EndSeatCount, and SeatDiscountPercent. + """Sets the seat_discounts of this AccountBillingPlan. - :param seat_discounts: The seat_discounts of this AccountBillingPlan. + A complex type that contains any seat discount information. Values are: BeginSeatCount, EndSeatCount, and SeatDiscountPercent. # noqa: E501 + + :param seat_discounts: The seat_discounts of this AccountBillingPlan. # noqa: E501 :type: list[SeatDiscount] """ @@ -537,22 +584,22 @@ def seat_discounts(self, seat_discounts): @property def support_incident_fee(self): - """ - Gets the support_incident_fee of this AccountBillingPlan. - The support incident fee charged for each support incident. + """Gets the support_incident_fee of this AccountBillingPlan. # noqa: E501 - :return: The support_incident_fee of this AccountBillingPlan. + The support incident fee charged for each support incident. # noqa: E501 + + :return: The support_incident_fee of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._support_incident_fee @support_incident_fee.setter def support_incident_fee(self, support_incident_fee): - """ - Sets the support_incident_fee of this AccountBillingPlan. - The support incident fee charged for each support incident. + """Sets the support_incident_fee of this AccountBillingPlan. + + The support incident fee charged for each support incident. # noqa: E501 - :param support_incident_fee: The support_incident_fee of this AccountBillingPlan. + :param support_incident_fee: The support_incident_fee of this AccountBillingPlan. # noqa: E501 :type: str """ @@ -560,34 +607,32 @@ def support_incident_fee(self, support_incident_fee): @property def support_plan_fee(self): - """ - Gets the support_plan_fee of this AccountBillingPlan. - The support plan fee charged for this plan. + """Gets the support_plan_fee of this AccountBillingPlan. # noqa: E501 + + The support plan fee charged for this plan. # noqa: E501 - :return: The support_plan_fee of this AccountBillingPlan. + :return: The support_plan_fee of this AccountBillingPlan. # noqa: E501 :rtype: str """ return self._support_plan_fee @support_plan_fee.setter def support_plan_fee(self, support_plan_fee): - """ - Sets the support_plan_fee of this AccountBillingPlan. - The support plan fee charged for this plan. + """Sets the support_plan_fee of this AccountBillingPlan. + + The support plan fee charged for this plan. # noqa: E501 - :param support_plan_fee: The support_plan_fee of this AccountBillingPlan. + :param support_plan_fee: The support_plan_fee of this AccountBillingPlan. # noqa: E501 :type: str """ self._support_plan_fee = support_plan_fee def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -604,29 +649,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountBillingPlan, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountBillingPlan): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_billing_plan_response.py b/docusign_esign/models/account_billing_plan_response.py index 55e3e017..e1b2855e 100644 --- a/docusign_esign/models/account_billing_plan_response.py +++ b/docusign_esign/models/account_billing_plan_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,78 +11,103 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountBillingPlanResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_address=None, billing_address_is_credit_card_address=None, billing_plan=None, credit_card_information=None, direct_debit_processor_information=None, downgrade_plan_information=None, payment_method=None, payment_processor_information=None, referral_information=None, successor_plans=None): - """ - AccountBillingPlanResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_address': 'AccountAddress', - 'billing_address_is_credit_card_address': 'str', - 'billing_plan': 'AccountBillingPlan', - 'credit_card_information': 'CreditCardInformation', - 'direct_debit_processor_information': 'DirectDebitProcessorInformation', - 'downgrade_plan_information': 'DowngradePlanUpdateResponse', - 'payment_method': 'str', - 'payment_processor_information': 'PaymentProcessorInformation', - 'referral_information': 'ReferralInformation', - 'successor_plans': 'list[BillingPlan]' - } - - self.attribute_map = { - 'billing_address': 'billingAddress', - 'billing_address_is_credit_card_address': 'billingAddressIsCreditCardAddress', - 'billing_plan': 'billingPlan', - 'credit_card_information': 'creditCardInformation', - 'direct_debit_processor_information': 'directDebitProcessorInformation', - 'downgrade_plan_information': 'downgradePlanInformation', - 'payment_method': 'paymentMethod', - 'payment_processor_information': 'paymentProcessorInformation', - 'referral_information': 'referralInformation', - 'successor_plans': 'successorPlans' - } - - self._billing_address = billing_address - self._billing_address_is_credit_card_address = billing_address_is_credit_card_address - self._billing_plan = billing_plan - self._credit_card_information = credit_card_information - self._direct_debit_processor_information = direct_debit_processor_information - self._downgrade_plan_information = downgrade_plan_information - self._payment_method = payment_method - self._payment_processor_information = payment_processor_information - self._referral_information = referral_information - self._successor_plans = successor_plans + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_address': 'AccountAddress', + 'billing_address_is_credit_card_address': 'str', + 'billing_plan': 'AccountBillingPlan', + 'credit_card_information': 'CreditCardInformation', + 'direct_debit_processor_information': 'DirectDebitProcessorInformation', + 'downgrade_plan_information': 'DowngradePlanUpdateResponse', + 'payment_method': 'str', + 'payment_processor_information': 'PaymentProcessorInformation', + 'referral_information': 'ReferralInformation', + 'successor_plans': 'list[BillingPlan]' + } + + attribute_map = { + 'billing_address': 'billingAddress', + 'billing_address_is_credit_card_address': 'billingAddressIsCreditCardAddress', + 'billing_plan': 'billingPlan', + 'credit_card_information': 'creditCardInformation', + 'direct_debit_processor_information': 'directDebitProcessorInformation', + 'downgrade_plan_information': 'downgradePlanInformation', + 'payment_method': 'paymentMethod', + 'payment_processor_information': 'paymentProcessorInformation', + 'referral_information': 'referralInformation', + 'successor_plans': 'successorPlans' + } + + def __init__(self, billing_address=None, billing_address_is_credit_card_address=None, billing_plan=None, credit_card_information=None, direct_debit_processor_information=None, downgrade_plan_information=None, payment_method=None, payment_processor_information=None, referral_information=None, successor_plans=None): # noqa: E501 + """AccountBillingPlanResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_address = None + self._billing_address_is_credit_card_address = None + self._billing_plan = None + self._credit_card_information = None + self._direct_debit_processor_information = None + self._downgrade_plan_information = None + self._payment_method = None + self._payment_processor_information = None + self._referral_information = None + self._successor_plans = None + self.discriminator = None + + if billing_address is not None: + self.billing_address = billing_address + if billing_address_is_credit_card_address is not None: + self.billing_address_is_credit_card_address = billing_address_is_credit_card_address + if billing_plan is not None: + self.billing_plan = billing_plan + if credit_card_information is not None: + self.credit_card_information = credit_card_information + if direct_debit_processor_information is not None: + self.direct_debit_processor_information = direct_debit_processor_information + if downgrade_plan_information is not None: + self.downgrade_plan_information = downgrade_plan_information + if payment_method is not None: + self.payment_method = payment_method + if payment_processor_information is not None: + self.payment_processor_information = payment_processor_information + if referral_information is not None: + self.referral_information = referral_information + if successor_plans is not None: + self.successor_plans = successor_plans @property def billing_address(self): - """ - Gets the billing_address of this AccountBillingPlanResponse. + """Gets the billing_address of this AccountBillingPlanResponse. # noqa: E501 + - :return: The billing_address of this AccountBillingPlanResponse. + :return: The billing_address of this AccountBillingPlanResponse. # noqa: E501 :rtype: AccountAddress """ return self._billing_address @billing_address.setter def billing_address(self, billing_address): - """ - Sets the billing_address of this AccountBillingPlanResponse. + """Sets the billing_address of this AccountBillingPlanResponse. - :param billing_address: The billing_address of this AccountBillingPlanResponse. + + :param billing_address: The billing_address of this AccountBillingPlanResponse. # noqa: E501 :type: AccountAddress """ @@ -90,22 +115,22 @@ def billing_address(self, billing_address): @property def billing_address_is_credit_card_address(self): - """ - Gets the billing_address_is_credit_card_address of this AccountBillingPlanResponse. - When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different. + """Gets the billing_address_is_credit_card_address of this AccountBillingPlanResponse. # noqa: E501 - :return: The billing_address_is_credit_card_address of this AccountBillingPlanResponse. + When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different. # noqa: E501 + + :return: The billing_address_is_credit_card_address of this AccountBillingPlanResponse. # noqa: E501 :rtype: str """ return self._billing_address_is_credit_card_address @billing_address_is_credit_card_address.setter def billing_address_is_credit_card_address(self, billing_address_is_credit_card_address): - """ - Sets the billing_address_is_credit_card_address of this AccountBillingPlanResponse. - When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different. + """Sets the billing_address_is_credit_card_address of this AccountBillingPlanResponse. - :param billing_address_is_credit_card_address: The billing_address_is_credit_card_address of this AccountBillingPlanResponse. + When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different. # noqa: E501 + + :param billing_address_is_credit_card_address: The billing_address_is_credit_card_address of this AccountBillingPlanResponse. # noqa: E501 :type: str """ @@ -113,20 +138,20 @@ def billing_address_is_credit_card_address(self, billing_address_is_credit_card_ @property def billing_plan(self): - """ - Gets the billing_plan of this AccountBillingPlanResponse. + """Gets the billing_plan of this AccountBillingPlanResponse. # noqa: E501 - :return: The billing_plan of this AccountBillingPlanResponse. + + :return: The billing_plan of this AccountBillingPlanResponse. # noqa: E501 :rtype: AccountBillingPlan """ return self._billing_plan @billing_plan.setter def billing_plan(self, billing_plan): - """ - Sets the billing_plan of this AccountBillingPlanResponse. + """Sets the billing_plan of this AccountBillingPlanResponse. - :param billing_plan: The billing_plan of this AccountBillingPlanResponse. + + :param billing_plan: The billing_plan of this AccountBillingPlanResponse. # noqa: E501 :type: AccountBillingPlan """ @@ -134,20 +159,20 @@ def billing_plan(self, billing_plan): @property def credit_card_information(self): - """ - Gets the credit_card_information of this AccountBillingPlanResponse. + """Gets the credit_card_information of this AccountBillingPlanResponse. # noqa: E501 - :return: The credit_card_information of this AccountBillingPlanResponse. + + :return: The credit_card_information of this AccountBillingPlanResponse. # noqa: E501 :rtype: CreditCardInformation """ return self._credit_card_information @credit_card_information.setter def credit_card_information(self, credit_card_information): - """ - Sets the credit_card_information of this AccountBillingPlanResponse. + """Sets the credit_card_information of this AccountBillingPlanResponse. - :param credit_card_information: The credit_card_information of this AccountBillingPlanResponse. + + :param credit_card_information: The credit_card_information of this AccountBillingPlanResponse. # noqa: E501 :type: CreditCardInformation """ @@ -155,20 +180,20 @@ def credit_card_information(self, credit_card_information): @property def direct_debit_processor_information(self): - """ - Gets the direct_debit_processor_information of this AccountBillingPlanResponse. + """Gets the direct_debit_processor_information of this AccountBillingPlanResponse. # noqa: E501 - :return: The direct_debit_processor_information of this AccountBillingPlanResponse. + + :return: The direct_debit_processor_information of this AccountBillingPlanResponse. # noqa: E501 :rtype: DirectDebitProcessorInformation """ return self._direct_debit_processor_information @direct_debit_processor_information.setter def direct_debit_processor_information(self, direct_debit_processor_information): - """ - Sets the direct_debit_processor_information of this AccountBillingPlanResponse. + """Sets the direct_debit_processor_information of this AccountBillingPlanResponse. + - :param direct_debit_processor_information: The direct_debit_processor_information of this AccountBillingPlanResponse. + :param direct_debit_processor_information: The direct_debit_processor_information of this AccountBillingPlanResponse. # noqa: E501 :type: DirectDebitProcessorInformation """ @@ -176,20 +201,20 @@ def direct_debit_processor_information(self, direct_debit_processor_information) @property def downgrade_plan_information(self): - """ - Gets the downgrade_plan_information of this AccountBillingPlanResponse. + """Gets the downgrade_plan_information of this AccountBillingPlanResponse. # noqa: E501 + - :return: The downgrade_plan_information of this AccountBillingPlanResponse. + :return: The downgrade_plan_information of this AccountBillingPlanResponse. # noqa: E501 :rtype: DowngradePlanUpdateResponse """ return self._downgrade_plan_information @downgrade_plan_information.setter def downgrade_plan_information(self, downgrade_plan_information): - """ - Sets the downgrade_plan_information of this AccountBillingPlanResponse. + """Sets the downgrade_plan_information of this AccountBillingPlanResponse. + - :param downgrade_plan_information: The downgrade_plan_information of this AccountBillingPlanResponse. + :param downgrade_plan_information: The downgrade_plan_information of this AccountBillingPlanResponse. # noqa: E501 :type: DowngradePlanUpdateResponse """ @@ -197,22 +222,22 @@ def downgrade_plan_information(self, downgrade_plan_information): @property def payment_method(self): - """ - Gets the payment_method of this AccountBillingPlanResponse. - + """Gets the payment_method of this AccountBillingPlanResponse. # noqa: E501 + + # noqa: E501 - :return: The payment_method of this AccountBillingPlanResponse. + :return: The payment_method of this AccountBillingPlanResponse. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this AccountBillingPlanResponse. - + """Sets the payment_method of this AccountBillingPlanResponse. + + # noqa: E501 - :param payment_method: The payment_method of this AccountBillingPlanResponse. + :param payment_method: The payment_method of this AccountBillingPlanResponse. # noqa: E501 :type: str """ @@ -220,20 +245,20 @@ def payment_method(self, payment_method): @property def payment_processor_information(self): - """ - Gets the payment_processor_information of this AccountBillingPlanResponse. + """Gets the payment_processor_information of this AccountBillingPlanResponse. # noqa: E501 + - :return: The payment_processor_information of this AccountBillingPlanResponse. + :return: The payment_processor_information of this AccountBillingPlanResponse. # noqa: E501 :rtype: PaymentProcessorInformation """ return self._payment_processor_information @payment_processor_information.setter def payment_processor_information(self, payment_processor_information): - """ - Sets the payment_processor_information of this AccountBillingPlanResponse. + """Sets the payment_processor_information of this AccountBillingPlanResponse. + - :param payment_processor_information: The payment_processor_information of this AccountBillingPlanResponse. + :param payment_processor_information: The payment_processor_information of this AccountBillingPlanResponse. # noqa: E501 :type: PaymentProcessorInformation """ @@ -241,20 +266,20 @@ def payment_processor_information(self, payment_processor_information): @property def referral_information(self): - """ - Gets the referral_information of this AccountBillingPlanResponse. + """Gets the referral_information of this AccountBillingPlanResponse. # noqa: E501 + - :return: The referral_information of this AccountBillingPlanResponse. + :return: The referral_information of this AccountBillingPlanResponse. # noqa: E501 :rtype: ReferralInformation """ return self._referral_information @referral_information.setter def referral_information(self, referral_information): - """ - Sets the referral_information of this AccountBillingPlanResponse. + """Sets the referral_information of this AccountBillingPlanResponse. + - :param referral_information: The referral_information of this AccountBillingPlanResponse. + :param referral_information: The referral_information of this AccountBillingPlanResponse. # noqa: E501 :type: ReferralInformation """ @@ -262,34 +287,32 @@ def referral_information(self, referral_information): @property def successor_plans(self): - """ - Gets the successor_plans of this AccountBillingPlanResponse. - + """Gets the successor_plans of this AccountBillingPlanResponse. # noqa: E501 - :return: The successor_plans of this AccountBillingPlanResponse. + # noqa: E501 + + :return: The successor_plans of this AccountBillingPlanResponse. # noqa: E501 :rtype: list[BillingPlan] """ return self._successor_plans @successor_plans.setter def successor_plans(self, successor_plans): - """ - Sets the successor_plans of this AccountBillingPlanResponse. - + """Sets the successor_plans of this AccountBillingPlanResponse. - :param successor_plans: The successor_plans of this AccountBillingPlanResponse. + # noqa: E501 + + :param successor_plans: The successor_plans of this AccountBillingPlanResponse. # noqa: E501 :type: list[BillingPlan] """ self._successor_plans = successor_plans def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -306,29 +329,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountBillingPlanResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountBillingPlanResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_identity_input_option.py b/docusign_esign/models/account_identity_input_option.py index ae60f508..c2fefc32 100644 --- a/docusign_esign/models/account_identity_input_option.py +++ b/docusign_esign/models/account_identity_input_option.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountIdentityInputOption(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, is_required=None, option_name=None, value_type=None): - """ - AccountIdentityInputOption - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'is_required': 'bool', - 'option_name': 'str', - 'value_type': 'str' - } - - self.attribute_map = { - 'is_required': 'isRequired', - 'option_name': 'optionName', - 'value_type': 'valueType' - } - - self._is_required = is_required - self._option_name = option_name - self._value_type = value_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'is_required': 'bool', + 'option_name': 'str', + 'value_type': 'str' + } + + attribute_map = { + 'is_required': 'isRequired', + 'option_name': 'optionName', + 'value_type': 'valueType' + } + + def __init__(self, is_required=None, option_name=None, value_type=None): # noqa: E501 + """AccountIdentityInputOption - a model defined in Swagger""" # noqa: E501 + + self._is_required = None + self._option_name = None + self._value_type = None + self.discriminator = None + + if is_required is not None: + self.is_required = is_required + if option_name is not None: + self.option_name = option_name + if value_type is not None: + self.value_type = value_type @property def is_required(self): - """ - Gets the is_required of this AccountIdentityInputOption. - + """Gets the is_required of this AccountIdentityInputOption. # noqa: E501 + + # noqa: E501 - :return: The is_required of this AccountIdentityInputOption. + :return: The is_required of this AccountIdentityInputOption. # noqa: E501 :rtype: bool """ return self._is_required @is_required.setter def is_required(self, is_required): - """ - Sets the is_required of this AccountIdentityInputOption. - + """Sets the is_required of this AccountIdentityInputOption. + + # noqa: E501 - :param is_required: The is_required of this AccountIdentityInputOption. + :param is_required: The is_required of this AccountIdentityInputOption. # noqa: E501 :type: bool """ @@ -71,22 +82,22 @@ def is_required(self, is_required): @property def option_name(self): - """ - Gets the option_name of this AccountIdentityInputOption. - + """Gets the option_name of this AccountIdentityInputOption. # noqa: E501 + + # noqa: E501 - :return: The option_name of this AccountIdentityInputOption. + :return: The option_name of this AccountIdentityInputOption. # noqa: E501 :rtype: str """ return self._option_name @option_name.setter def option_name(self, option_name): - """ - Sets the option_name of this AccountIdentityInputOption. - + """Sets the option_name of this AccountIdentityInputOption. + + # noqa: E501 - :param option_name: The option_name of this AccountIdentityInputOption. + :param option_name: The option_name of this AccountIdentityInputOption. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def option_name(self, option_name): @property def value_type(self): - """ - Gets the value_type of this AccountIdentityInputOption. - + """Gets the value_type of this AccountIdentityInputOption. # noqa: E501 - :return: The value_type of this AccountIdentityInputOption. + # noqa: E501 + + :return: The value_type of this AccountIdentityInputOption. # noqa: E501 :rtype: str """ return self._value_type @value_type.setter def value_type(self, value_type): - """ - Sets the value_type of this AccountIdentityInputOption. - + """Sets the value_type of this AccountIdentityInputOption. - :param value_type: The value_type of this AccountIdentityInputOption. + # noqa: E501 + + :param value_type: The value_type of this AccountIdentityInputOption. # noqa: E501 :type: str """ self._value_type = value_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountIdentityInputOption, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountIdentityInputOption): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_identity_verification_response.py b/docusign_esign/models/account_identity_verification_response.py index 589603bd..2dabf07d 100644 --- a/docusign_esign/models/account_identity_verification_response.py +++ b/docusign_esign/models/account_identity_verification_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountIdentityVerificationResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, identity_verification=None): - """ - AccountIdentityVerificationResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'identity_verification': 'list[AccountIdentityVerificationWorkflow]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'identity_verification': 'list[AccountIdentityVerificationWorkflow]' + } - self.attribute_map = { - 'identity_verification': 'identityVerification' - } + attribute_map = { + 'identity_verification': 'identityVerification' + } - self._identity_verification = identity_verification + def __init__(self, identity_verification=None): # noqa: E501 + """AccountIdentityVerificationResponse - a model defined in Swagger""" # noqa: E501 + + self._identity_verification = None + self.discriminator = None + + if identity_verification is not None: + self.identity_verification = identity_verification @property def identity_verification(self): - """ - Gets the identity_verification of this AccountIdentityVerificationResponse. - + """Gets the identity_verification of this AccountIdentityVerificationResponse. # noqa: E501 + + # noqa: E501 - :return: The identity_verification of this AccountIdentityVerificationResponse. + :return: The identity_verification of this AccountIdentityVerificationResponse. # noqa: E501 :rtype: list[AccountIdentityVerificationWorkflow] """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this AccountIdentityVerificationResponse. - + """Sets the identity_verification of this AccountIdentityVerificationResponse. - :param identity_verification: The identity_verification of this AccountIdentityVerificationResponse. + # noqa: E501 + + :param identity_verification: The identity_verification of this AccountIdentityVerificationResponse. # noqa: E501 :type: list[AccountIdentityVerificationWorkflow] """ self._identity_verification = identity_verification def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountIdentityVerificationResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountIdentityVerificationResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_identity_verification_step.py b/docusign_esign/models/account_identity_verification_step.py index 4e549786..764d96eb 100644 --- a/docusign_esign/models/account_identity_verification_step.py +++ b/docusign_esign/models/account_identity_verification_step.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountIdentityVerificationStep(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, type=None): - """ - AccountIdentityVerificationStep - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'type': 'str' + } - self.attribute_map = { - 'name': 'name', - 'type': 'type' - } + attribute_map = { + 'name': 'name', + 'type': 'type' + } - self._name = name - self._type = type + def __init__(self, name=None, type=None): # noqa: E501 + """AccountIdentityVerificationStep - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._type = None + self.discriminator = None + + if name is not None: + self.name = name + if type is not None: + self.type = type @property def name(self): - """ - Gets the name of this AccountIdentityVerificationStep. - + """Gets the name of this AccountIdentityVerificationStep. # noqa: E501 - :return: The name of this AccountIdentityVerificationStep. + # noqa: E501 + + :return: The name of this AccountIdentityVerificationStep. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this AccountIdentityVerificationStep. - + """Sets the name of this AccountIdentityVerificationStep. + + # noqa: E501 - :param name: The name of this AccountIdentityVerificationStep. + :param name: The name of this AccountIdentityVerificationStep. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def name(self, name): @property def type(self): - """ - Gets the type of this AccountIdentityVerificationStep. - + """Gets the type of this AccountIdentityVerificationStep. # noqa: E501 + + # noqa: E501 - :return: The type of this AccountIdentityVerificationStep. + :return: The type of this AccountIdentityVerificationStep. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this AccountIdentityVerificationStep. - + """Sets the type of this AccountIdentityVerificationStep. + + # noqa: E501 - :param type: The type of this AccountIdentityVerificationStep. + :param type: The type of this AccountIdentityVerificationStep. # noqa: E501 :type: str """ self._type = type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountIdentityVerificationStep, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountIdentityVerificationStep): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_identity_verification_workflow.py b/docusign_esign/models/account_identity_verification_workflow.py index f0f0866b..9341e6ab 100644 --- a/docusign_esign/models/account_identity_verification_workflow.py +++ b/docusign_esign/models/account_identity_verification_workflow.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountIdentityVerificationWorkflow(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, default_description=None, default_name=None, input_options=None, signature_provider=None, steps=None, workflow_id=None, workflow_resource_key=None): - """ - AccountIdentityVerificationWorkflow - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'default_description': 'str', - 'default_name': 'str', - 'input_options': 'list[AccountIdentityInputOption]', - 'signature_provider': 'AccountSignatureProvider', - 'steps': 'list[AccountIdentityVerificationStep]', - 'workflow_id': 'str', - 'workflow_resource_key': 'str' - } - - self.attribute_map = { - 'default_description': 'defaultDescription', - 'default_name': 'defaultName', - 'input_options': 'inputOptions', - 'signature_provider': 'signatureProvider', - 'steps': 'steps', - 'workflow_id': 'workflowId', - 'workflow_resource_key': 'workflowResourceKey' - } - - self._default_description = default_description - self._default_name = default_name - self._input_options = input_options - self._signature_provider = signature_provider - self._steps = steps - self._workflow_id = workflow_id - self._workflow_resource_key = workflow_resource_key + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'default_description': 'str', + 'default_name': 'str', + 'input_options': 'list[AccountIdentityInputOption]', + 'signature_provider': 'AccountSignatureProvider', + 'steps': 'list[AccountIdentityVerificationStep]', + 'workflow_id': 'str', + 'workflow_resource_key': 'str' + } + + attribute_map = { + 'default_description': 'defaultDescription', + 'default_name': 'defaultName', + 'input_options': 'inputOptions', + 'signature_provider': 'signatureProvider', + 'steps': 'steps', + 'workflow_id': 'workflowId', + 'workflow_resource_key': 'workflowResourceKey' + } + + def __init__(self, default_description=None, default_name=None, input_options=None, signature_provider=None, steps=None, workflow_id=None, workflow_resource_key=None): # noqa: E501 + """AccountIdentityVerificationWorkflow - a model defined in Swagger""" # noqa: E501 + + self._default_description = None + self._default_name = None + self._input_options = None + self._signature_provider = None + self._steps = None + self._workflow_id = None + self._workflow_resource_key = None + self.discriminator = None + + if default_description is not None: + self.default_description = default_description + if default_name is not None: + self.default_name = default_name + if input_options is not None: + self.input_options = input_options + if signature_provider is not None: + self.signature_provider = signature_provider + if steps is not None: + self.steps = steps + if workflow_id is not None: + self.workflow_id = workflow_id + if workflow_resource_key is not None: + self.workflow_resource_key = workflow_resource_key @property def default_description(self): - """ - Gets the default_description of this AccountIdentityVerificationWorkflow. - + """Gets the default_description of this AccountIdentityVerificationWorkflow. # noqa: E501 - :return: The default_description of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :return: The default_description of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: str """ return self._default_description @default_description.setter def default_description(self, default_description): - """ - Sets the default_description of this AccountIdentityVerificationWorkflow. - + """Sets the default_description of this AccountIdentityVerificationWorkflow. - :param default_description: The default_description of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :param default_description: The default_description of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def default_description(self, default_description): @property def default_name(self): - """ - Gets the default_name of this AccountIdentityVerificationWorkflow. - + """Gets the default_name of this AccountIdentityVerificationWorkflow. # noqa: E501 + + # noqa: E501 - :return: The default_name of this AccountIdentityVerificationWorkflow. + :return: The default_name of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: str """ return self._default_name @default_name.setter def default_name(self, default_name): - """ - Sets the default_name of this AccountIdentityVerificationWorkflow. - + """Sets the default_name of this AccountIdentityVerificationWorkflow. + + # noqa: E501 - :param default_name: The default_name of this AccountIdentityVerificationWorkflow. + :param default_name: The default_name of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def default_name(self, default_name): @property def input_options(self): - """ - Gets the input_options of this AccountIdentityVerificationWorkflow. - + """Gets the input_options of this AccountIdentityVerificationWorkflow. # noqa: E501 - :return: The input_options of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :return: The input_options of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: list[AccountIdentityInputOption] """ return self._input_options @input_options.setter def input_options(self, input_options): - """ - Sets the input_options of this AccountIdentityVerificationWorkflow. - + """Sets the input_options of this AccountIdentityVerificationWorkflow. + + # noqa: E501 - :param input_options: The input_options of this AccountIdentityVerificationWorkflow. + :param input_options: The input_options of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: list[AccountIdentityInputOption] """ @@ -129,20 +148,20 @@ def input_options(self, input_options): @property def signature_provider(self): - """ - Gets the signature_provider of this AccountIdentityVerificationWorkflow. + """Gets the signature_provider of this AccountIdentityVerificationWorkflow. # noqa: E501 + - :return: The signature_provider of this AccountIdentityVerificationWorkflow. + :return: The signature_provider of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: AccountSignatureProvider """ return self._signature_provider @signature_provider.setter def signature_provider(self, signature_provider): - """ - Sets the signature_provider of this AccountIdentityVerificationWorkflow. + """Sets the signature_provider of this AccountIdentityVerificationWorkflow. + - :param signature_provider: The signature_provider of this AccountIdentityVerificationWorkflow. + :param signature_provider: The signature_provider of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: AccountSignatureProvider """ @@ -150,22 +169,22 @@ def signature_provider(self, signature_provider): @property def steps(self): - """ - Gets the steps of this AccountIdentityVerificationWorkflow. - + """Gets the steps of this AccountIdentityVerificationWorkflow. # noqa: E501 + + # noqa: E501 - :return: The steps of this AccountIdentityVerificationWorkflow. + :return: The steps of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: list[AccountIdentityVerificationStep] """ return self._steps @steps.setter def steps(self, steps): - """ - Sets the steps of this AccountIdentityVerificationWorkflow. - + """Sets the steps of this AccountIdentityVerificationWorkflow. - :param steps: The steps of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :param steps: The steps of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: list[AccountIdentityVerificationStep] """ @@ -173,22 +192,22 @@ def steps(self, steps): @property def workflow_id(self): - """ - Gets the workflow_id of this AccountIdentityVerificationWorkflow. - + """Gets the workflow_id of this AccountIdentityVerificationWorkflow. # noqa: E501 - :return: The workflow_id of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :return: The workflow_id of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: str """ return self._workflow_id @workflow_id.setter def workflow_id(self, workflow_id): - """ - Sets the workflow_id of this AccountIdentityVerificationWorkflow. - + """Sets the workflow_id of this AccountIdentityVerificationWorkflow. - :param workflow_id: The workflow_id of this AccountIdentityVerificationWorkflow. + # noqa: E501 + + :param workflow_id: The workflow_id of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: str """ @@ -196,34 +215,32 @@ def workflow_id(self, workflow_id): @property def workflow_resource_key(self): - """ - Gets the workflow_resource_key of this AccountIdentityVerificationWorkflow. - + """Gets the workflow_resource_key of this AccountIdentityVerificationWorkflow. # noqa: E501 + + # noqa: E501 - :return: The workflow_resource_key of this AccountIdentityVerificationWorkflow. + :return: The workflow_resource_key of this AccountIdentityVerificationWorkflow. # noqa: E501 :rtype: str """ return self._workflow_resource_key @workflow_resource_key.setter def workflow_resource_key(self, workflow_resource_key): - """ - Sets the workflow_resource_key of this AccountIdentityVerificationWorkflow. - + """Sets the workflow_resource_key of this AccountIdentityVerificationWorkflow. + + # noqa: E501 - :param workflow_resource_key: The workflow_resource_key of this AccountIdentityVerificationWorkflow. + :param workflow_resource_key: The workflow_resource_key of this AccountIdentityVerificationWorkflow. # noqa: E501 :type: str """ self._workflow_resource_key = workflow_resource_key def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountIdentityVerificationWorkflow, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountIdentityVerificationWorkflow): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_information.py b/docusign_esign/models/account_information.py index 9f926473..e75c96f4 100644 --- a/docusign_esign/models/account_information.py +++ b/docusign_esign/models/account_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,152 +11,225 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id_guid=None, account_name=None, account_settings=None, allow_transaction_rooms=None, billing_period_days_remaining=None, billing_period_end_date=None, billing_period_envelopes_allowed=None, billing_period_envelopes_sent=None, billing_period_start_date=None, billing_profile=None, can_upgrade=None, connect_permission=None, created_date=None, currency_code=None, current_plan_id=None, distributor_code=None, docu_sign_landing_url=None, dss_values=None, envelope_sending_blocked=None, envelope_unit_price=None, external_account_id=None, forgotten_password_questions_count=None, is_downgrade=None, payment_method=None, plan_classification=None, plan_end_date=None, plan_name=None, plan_start_date=None, recipient_domains=None, seats_allowed=None, seats_in_use=None, status21_cfr_part11=None, suspension_date=None, suspension_status=None): - """ - AccountInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id_guid': 'str', - 'account_name': 'str', - 'account_settings': 'AccountSettingsInformation', - 'allow_transaction_rooms': 'str', - 'billing_period_days_remaining': 'str', - 'billing_period_end_date': 'str', - 'billing_period_envelopes_allowed': 'str', - 'billing_period_envelopes_sent': 'str', - 'billing_period_start_date': 'str', - 'billing_profile': 'str', - 'can_upgrade': 'str', - 'connect_permission': 'str', - 'created_date': 'str', - 'currency_code': 'str', - 'current_plan_id': 'str', - 'distributor_code': 'str', - 'docu_sign_landing_url': 'str', - 'dss_values': 'dict(str, str)', - 'envelope_sending_blocked': 'str', - 'envelope_unit_price': 'str', - 'external_account_id': 'str', - 'forgotten_password_questions_count': 'str', - 'is_downgrade': 'str', - 'payment_method': 'str', - 'plan_classification': 'str', - 'plan_end_date': 'str', - 'plan_name': 'str', - 'plan_start_date': 'str', - 'recipient_domains': 'list[RecipientDomain]', - 'seats_allowed': 'str', - 'seats_in_use': 'str', - 'status21_cfr_part11': 'str', - 'suspension_date': 'str', - 'suspension_status': 'str' - } - - self.attribute_map = { - 'account_id_guid': 'accountIdGuid', - 'account_name': 'accountName', - 'account_settings': 'accountSettings', - 'allow_transaction_rooms': 'allowTransactionRooms', - 'billing_period_days_remaining': 'billingPeriodDaysRemaining', - 'billing_period_end_date': 'billingPeriodEndDate', - 'billing_period_envelopes_allowed': 'billingPeriodEnvelopesAllowed', - 'billing_period_envelopes_sent': 'billingPeriodEnvelopesSent', - 'billing_period_start_date': 'billingPeriodStartDate', - 'billing_profile': 'billingProfile', - 'can_upgrade': 'canUpgrade', - 'connect_permission': 'connectPermission', - 'created_date': 'createdDate', - 'currency_code': 'currencyCode', - 'current_plan_id': 'currentPlanId', - 'distributor_code': 'distributorCode', - 'docu_sign_landing_url': 'docuSignLandingUrl', - 'dss_values': 'dssValues', - 'envelope_sending_blocked': 'envelopeSendingBlocked', - 'envelope_unit_price': 'envelopeUnitPrice', - 'external_account_id': 'externalAccountId', - 'forgotten_password_questions_count': 'forgottenPasswordQuestionsCount', - 'is_downgrade': 'isDowngrade', - 'payment_method': 'paymentMethod', - 'plan_classification': 'planClassification', - 'plan_end_date': 'planEndDate', - 'plan_name': 'planName', - 'plan_start_date': 'planStartDate', - 'recipient_domains': 'recipientDomains', - 'seats_allowed': 'seatsAllowed', - 'seats_in_use': 'seatsInUse', - 'status21_cfr_part11': 'status21CFRPart11', - 'suspension_date': 'suspensionDate', - 'suspension_status': 'suspensionStatus' - } - self._account_id_guid = account_id_guid - self._account_name = account_name - self._account_settings = account_settings - self._allow_transaction_rooms = allow_transaction_rooms - self._billing_period_days_remaining = billing_period_days_remaining - self._billing_period_end_date = billing_period_end_date - self._billing_period_envelopes_allowed = billing_period_envelopes_allowed - self._billing_period_envelopes_sent = billing_period_envelopes_sent - self._billing_period_start_date = billing_period_start_date - self._billing_profile = billing_profile - self._can_upgrade = can_upgrade - self._connect_permission = connect_permission - self._created_date = created_date - self._currency_code = currency_code - self._current_plan_id = current_plan_id - self._distributor_code = distributor_code - self._docu_sign_landing_url = docu_sign_landing_url - self._dss_values = dss_values - self._envelope_sending_blocked = envelope_sending_blocked - self._envelope_unit_price = envelope_unit_price - self._external_account_id = external_account_id - self._forgotten_password_questions_count = forgotten_password_questions_count - self._is_downgrade = is_downgrade - self._payment_method = payment_method - self._plan_classification = plan_classification - self._plan_end_date = plan_end_date - self._plan_name = plan_name - self._plan_start_date = plan_start_date - self._recipient_domains = recipient_domains - self._seats_allowed = seats_allowed - self._seats_in_use = seats_in_use - self._status21_cfr_part11 = status21_cfr_part11 - self._suspension_date = suspension_date - self._suspension_status = suspension_status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id_guid': 'str', + 'account_name': 'str', + 'account_settings': 'AccountSettingsInformation', + 'allow_transaction_rooms': 'str', + 'billing_period_days_remaining': 'str', + 'billing_period_end_date': 'str', + 'billing_period_envelopes_allowed': 'str', + 'billing_period_envelopes_sent': 'str', + 'billing_period_start_date': 'str', + 'billing_profile': 'str', + 'can_upgrade': 'str', + 'connect_permission': 'str', + 'created_date': 'str', + 'currency_code': 'str', + 'current_plan_id': 'str', + 'distributor_code': 'str', + 'docu_sign_landing_url': 'str', + 'dss_values': 'dict(str, str)', + 'envelope_sending_blocked': 'str', + 'envelope_unit_price': 'str', + 'external_account_id': 'str', + 'forgotten_password_questions_count': 'str', + 'is_downgrade': 'str', + 'payment_method': 'str', + 'plan_classification': 'str', + 'plan_end_date': 'str', + 'plan_name': 'str', + 'plan_start_date': 'str', + 'recipient_domains': 'list[RecipientDomain]', + 'seats_allowed': 'str', + 'seats_in_use': 'str', + 'status21_cfr_part11': 'str', + 'suspension_date': 'str', + 'suspension_status': 'str' + } + + attribute_map = { + 'account_id_guid': 'accountIdGuid', + 'account_name': 'accountName', + 'account_settings': 'accountSettings', + 'allow_transaction_rooms': 'allowTransactionRooms', + 'billing_period_days_remaining': 'billingPeriodDaysRemaining', + 'billing_period_end_date': 'billingPeriodEndDate', + 'billing_period_envelopes_allowed': 'billingPeriodEnvelopesAllowed', + 'billing_period_envelopes_sent': 'billingPeriodEnvelopesSent', + 'billing_period_start_date': 'billingPeriodStartDate', + 'billing_profile': 'billingProfile', + 'can_upgrade': 'canUpgrade', + 'connect_permission': 'connectPermission', + 'created_date': 'createdDate', + 'currency_code': 'currencyCode', + 'current_plan_id': 'currentPlanId', + 'distributor_code': 'distributorCode', + 'docu_sign_landing_url': 'docuSignLandingUrl', + 'dss_values': 'dssValues', + 'envelope_sending_blocked': 'envelopeSendingBlocked', + 'envelope_unit_price': 'envelopeUnitPrice', + 'external_account_id': 'externalAccountId', + 'forgotten_password_questions_count': 'forgottenPasswordQuestionsCount', + 'is_downgrade': 'isDowngrade', + 'payment_method': 'paymentMethod', + 'plan_classification': 'planClassification', + 'plan_end_date': 'planEndDate', + 'plan_name': 'planName', + 'plan_start_date': 'planStartDate', + 'recipient_domains': 'recipientDomains', + 'seats_allowed': 'seatsAllowed', + 'seats_in_use': 'seatsInUse', + 'status21_cfr_part11': 'status21CFRPart11', + 'suspension_date': 'suspensionDate', + 'suspension_status': 'suspensionStatus' + } + + def __init__(self, account_id_guid=None, account_name=None, account_settings=None, allow_transaction_rooms=None, billing_period_days_remaining=None, billing_period_end_date=None, billing_period_envelopes_allowed=None, billing_period_envelopes_sent=None, billing_period_start_date=None, billing_profile=None, can_upgrade=None, connect_permission=None, created_date=None, currency_code=None, current_plan_id=None, distributor_code=None, docu_sign_landing_url=None, dss_values=None, envelope_sending_blocked=None, envelope_unit_price=None, external_account_id=None, forgotten_password_questions_count=None, is_downgrade=None, payment_method=None, plan_classification=None, plan_end_date=None, plan_name=None, plan_start_date=None, recipient_domains=None, seats_allowed=None, seats_in_use=None, status21_cfr_part11=None, suspension_date=None, suspension_status=None): # noqa: E501 + """AccountInformation - a model defined in Swagger""" # noqa: E501 + + self._account_id_guid = None + self._account_name = None + self._account_settings = None + self._allow_transaction_rooms = None + self._billing_period_days_remaining = None + self._billing_period_end_date = None + self._billing_period_envelopes_allowed = None + self._billing_period_envelopes_sent = None + self._billing_period_start_date = None + self._billing_profile = None + self._can_upgrade = None + self._connect_permission = None + self._created_date = None + self._currency_code = None + self._current_plan_id = None + self._distributor_code = None + self._docu_sign_landing_url = None + self._dss_values = None + self._envelope_sending_blocked = None + self._envelope_unit_price = None + self._external_account_id = None + self._forgotten_password_questions_count = None + self._is_downgrade = None + self._payment_method = None + self._plan_classification = None + self._plan_end_date = None + self._plan_name = None + self._plan_start_date = None + self._recipient_domains = None + self._seats_allowed = None + self._seats_in_use = None + self._status21_cfr_part11 = None + self._suspension_date = None + self._suspension_status = None + self.discriminator = None + + if account_id_guid is not None: + self.account_id_guid = account_id_guid + if account_name is not None: + self.account_name = account_name + if account_settings is not None: + self.account_settings = account_settings + if allow_transaction_rooms is not None: + self.allow_transaction_rooms = allow_transaction_rooms + if billing_period_days_remaining is not None: + self.billing_period_days_remaining = billing_period_days_remaining + if billing_period_end_date is not None: + self.billing_period_end_date = billing_period_end_date + if billing_period_envelopes_allowed is not None: + self.billing_period_envelopes_allowed = billing_period_envelopes_allowed + if billing_period_envelopes_sent is not None: + self.billing_period_envelopes_sent = billing_period_envelopes_sent + if billing_period_start_date is not None: + self.billing_period_start_date = billing_period_start_date + if billing_profile is not None: + self.billing_profile = billing_profile + if can_upgrade is not None: + self.can_upgrade = can_upgrade + if connect_permission is not None: + self.connect_permission = connect_permission + if created_date is not None: + self.created_date = created_date + if currency_code is not None: + self.currency_code = currency_code + if current_plan_id is not None: + self.current_plan_id = current_plan_id + if distributor_code is not None: + self.distributor_code = distributor_code + if docu_sign_landing_url is not None: + self.docu_sign_landing_url = docu_sign_landing_url + if dss_values is not None: + self.dss_values = dss_values + if envelope_sending_blocked is not None: + self.envelope_sending_blocked = envelope_sending_blocked + if envelope_unit_price is not None: + self.envelope_unit_price = envelope_unit_price + if external_account_id is not None: + self.external_account_id = external_account_id + if forgotten_password_questions_count is not None: + self.forgotten_password_questions_count = forgotten_password_questions_count + if is_downgrade is not None: + self.is_downgrade = is_downgrade + if payment_method is not None: + self.payment_method = payment_method + if plan_classification is not None: + self.plan_classification = plan_classification + if plan_end_date is not None: + self.plan_end_date = plan_end_date + if plan_name is not None: + self.plan_name = plan_name + if plan_start_date is not None: + self.plan_start_date = plan_start_date + if recipient_domains is not None: + self.recipient_domains = recipient_domains + if seats_allowed is not None: + self.seats_allowed = seats_allowed + if seats_in_use is not None: + self.seats_in_use = seats_in_use + if status21_cfr_part11 is not None: + self.status21_cfr_part11 = status21_cfr_part11 + if suspension_date is not None: + self.suspension_date = suspension_date + if suspension_status is not None: + self.suspension_status = suspension_status @property def account_id_guid(self): - """ - Gets the account_id_guid of this AccountInformation. - The GUID associated with the account ID. + """Gets the account_id_guid of this AccountInformation. # noqa: E501 + + The GUID associated with the account ID. # noqa: E501 - :return: The account_id_guid of this AccountInformation. + :return: The account_id_guid of this AccountInformation. # noqa: E501 :rtype: str """ return self._account_id_guid @account_id_guid.setter def account_id_guid(self, account_id_guid): - """ - Sets the account_id_guid of this AccountInformation. - The GUID associated with the account ID. + """Sets the account_id_guid of this AccountInformation. - :param account_id_guid: The account_id_guid of this AccountInformation. + The GUID associated with the account ID. # noqa: E501 + + :param account_id_guid: The account_id_guid of this AccountInformation. # noqa: E501 :type: str """ @@ -164,22 +237,22 @@ def account_id_guid(self, account_id_guid): @property def account_name(self): - """ - Gets the account_name of this AccountInformation. - The name of the current account. + """Gets the account_name of this AccountInformation. # noqa: E501 + + The name of the current account. # noqa: E501 - :return: The account_name of this AccountInformation. + :return: The account_name of this AccountInformation. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this AccountInformation. - The name of the current account. + """Sets the account_name of this AccountInformation. + + The name of the current account. # noqa: E501 - :param account_name: The account_name of this AccountInformation. + :param account_name: The account_name of this AccountInformation. # noqa: E501 :type: str """ @@ -187,20 +260,20 @@ def account_name(self, account_name): @property def account_settings(self): - """ - Gets the account_settings of this AccountInformation. + """Gets the account_settings of this AccountInformation. # noqa: E501 + - :return: The account_settings of this AccountInformation. + :return: The account_settings of this AccountInformation. # noqa: E501 :rtype: AccountSettingsInformation """ return self._account_settings @account_settings.setter def account_settings(self, account_settings): - """ - Sets the account_settings of this AccountInformation. + """Sets the account_settings of this AccountInformation. - :param account_settings: The account_settings of this AccountInformation. + + :param account_settings: The account_settings of this AccountInformation. # noqa: E501 :type: AccountSettingsInformation """ @@ -208,22 +281,22 @@ def account_settings(self, account_settings): @property def allow_transaction_rooms(self): - """ - Gets the allow_transaction_rooms of this AccountInformation. - When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. + """Gets the allow_transaction_rooms of this AccountInformation. # noqa: E501 + + When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 - :return: The allow_transaction_rooms of this AccountInformation. + :return: The allow_transaction_rooms of this AccountInformation. # noqa: E501 :rtype: str """ return self._allow_transaction_rooms @allow_transaction_rooms.setter def allow_transaction_rooms(self, allow_transaction_rooms): - """ - Sets the allow_transaction_rooms of this AccountInformation. - When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. + """Sets the allow_transaction_rooms of this AccountInformation. + + When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 - :param allow_transaction_rooms: The allow_transaction_rooms of this AccountInformation. + :param allow_transaction_rooms: The allow_transaction_rooms of this AccountInformation. # noqa: E501 :type: str """ @@ -231,22 +304,22 @@ def allow_transaction_rooms(self, allow_transaction_rooms): @property def billing_period_days_remaining(self): - """ - Gets the billing_period_days_remaining of this AccountInformation. - Reserved: TBD + """Gets the billing_period_days_remaining of this AccountInformation. # noqa: E501 - :return: The billing_period_days_remaining of this AccountInformation. + Reserved: TBD # noqa: E501 + + :return: The billing_period_days_remaining of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_period_days_remaining @billing_period_days_remaining.setter def billing_period_days_remaining(self, billing_period_days_remaining): - """ - Sets the billing_period_days_remaining of this AccountInformation. - Reserved: TBD + """Sets the billing_period_days_remaining of this AccountInformation. + + Reserved: TBD # noqa: E501 - :param billing_period_days_remaining: The billing_period_days_remaining of this AccountInformation. + :param billing_period_days_remaining: The billing_period_days_remaining of this AccountInformation. # noqa: E501 :type: str """ @@ -254,22 +327,22 @@ def billing_period_days_remaining(self, billing_period_days_remaining): @property def billing_period_end_date(self): - """ - Gets the billing_period_end_date of this AccountInformation. - Reserved: TBD + """Gets the billing_period_end_date of this AccountInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_period_end_date of this AccountInformation. + :return: The billing_period_end_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_period_end_date @billing_period_end_date.setter def billing_period_end_date(self, billing_period_end_date): - """ - Sets the billing_period_end_date of this AccountInformation. - Reserved: TBD + """Sets the billing_period_end_date of this AccountInformation. - :param billing_period_end_date: The billing_period_end_date of this AccountInformation. + Reserved: TBD # noqa: E501 + + :param billing_period_end_date: The billing_period_end_date of this AccountInformation. # noqa: E501 :type: str """ @@ -277,22 +350,22 @@ def billing_period_end_date(self, billing_period_end_date): @property def billing_period_envelopes_allowed(self): - """ - Gets the billing_period_envelopes_allowed of this AccountInformation. - Reserved: TBD + """Gets the billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_period_envelopes_allowed of this AccountInformation. + :return: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_period_envelopes_allowed @billing_period_envelopes_allowed.setter def billing_period_envelopes_allowed(self, billing_period_envelopes_allowed): - """ - Sets the billing_period_envelopes_allowed of this AccountInformation. - Reserved: TBD + """Sets the billing_period_envelopes_allowed of this AccountInformation. + + Reserved: TBD # noqa: E501 - :param billing_period_envelopes_allowed: The billing_period_envelopes_allowed of this AccountInformation. + :param billing_period_envelopes_allowed: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 :type: str """ @@ -300,22 +373,22 @@ def billing_period_envelopes_allowed(self, billing_period_envelopes_allowed): @property def billing_period_envelopes_sent(self): - """ - Gets the billing_period_envelopes_sent of this AccountInformation. - Reserved: TBD + """Gets the billing_period_envelopes_sent of this AccountInformation. # noqa: E501 - :return: The billing_period_envelopes_sent of this AccountInformation. + Reserved: TBD # noqa: E501 + + :return: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_period_envelopes_sent @billing_period_envelopes_sent.setter def billing_period_envelopes_sent(self, billing_period_envelopes_sent): - """ - Sets the billing_period_envelopes_sent of this AccountInformation. - Reserved: TBD + """Sets the billing_period_envelopes_sent of this AccountInformation. - :param billing_period_envelopes_sent: The billing_period_envelopes_sent of this AccountInformation. + Reserved: TBD # noqa: E501 + + :param billing_period_envelopes_sent: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 :type: str """ @@ -323,22 +396,22 @@ def billing_period_envelopes_sent(self, billing_period_envelopes_sent): @property def billing_period_start_date(self): - """ - Gets the billing_period_start_date of this AccountInformation. - Reserved: TBD + """Gets the billing_period_start_date of this AccountInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_period_start_date of this AccountInformation. + :return: The billing_period_start_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_period_start_date @billing_period_start_date.setter def billing_period_start_date(self, billing_period_start_date): - """ - Sets the billing_period_start_date of this AccountInformation. - Reserved: TBD + """Sets the billing_period_start_date of this AccountInformation. + + Reserved: TBD # noqa: E501 - :param billing_period_start_date: The billing_period_start_date of this AccountInformation. + :param billing_period_start_date: The billing_period_start_date of this AccountInformation. # noqa: E501 :type: str """ @@ -346,22 +419,22 @@ def billing_period_start_date(self, billing_period_start_date): @property def billing_profile(self): - """ - Gets the billing_profile of this AccountInformation. - Reserved: TBD + """Gets the billing_profile of this AccountInformation. # noqa: E501 - :return: The billing_profile of this AccountInformation. + Reserved: TBD # noqa: E501 + + :return: The billing_profile of this AccountInformation. # noqa: E501 :rtype: str """ return self._billing_profile @billing_profile.setter def billing_profile(self, billing_profile): - """ - Sets the billing_profile of this AccountInformation. - Reserved: TBD + """Sets the billing_profile of this AccountInformation. + + Reserved: TBD # noqa: E501 - :param billing_profile: The billing_profile of this AccountInformation. + :param billing_profile: The billing_profile of this AccountInformation. # noqa: E501 :type: str """ @@ -369,22 +442,22 @@ def billing_profile(self, billing_profile): @property def can_upgrade(self): - """ - Gets the can_upgrade of this AccountInformation. - When set to **true**, specifies that you can upgrade the account through the API. + """Gets the can_upgrade of this AccountInformation. # noqa: E501 + + When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 - :return: The can_upgrade of this AccountInformation. + :return: The can_upgrade of this AccountInformation. # noqa: E501 :rtype: str """ return self._can_upgrade @can_upgrade.setter def can_upgrade(self, can_upgrade): - """ - Sets the can_upgrade of this AccountInformation. - When set to **true**, specifies that you can upgrade the account through the API. + """Sets the can_upgrade of this AccountInformation. - :param can_upgrade: The can_upgrade of this AccountInformation. + When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 + + :param can_upgrade: The can_upgrade of this AccountInformation. # noqa: E501 :type: str """ @@ -392,22 +465,22 @@ def can_upgrade(self, can_upgrade): @property def connect_permission(self): - """ - Gets the connect_permission of this AccountInformation. - + """Gets the connect_permission of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The connect_permission of this AccountInformation. + :return: The connect_permission of this AccountInformation. # noqa: E501 :rtype: str """ return self._connect_permission @connect_permission.setter def connect_permission(self, connect_permission): - """ - Sets the connect_permission of this AccountInformation. - + """Sets the connect_permission of this AccountInformation. + + # noqa: E501 - :param connect_permission: The connect_permission of this AccountInformation. + :param connect_permission: The connect_permission of this AccountInformation. # noqa: E501 :type: str """ @@ -415,22 +488,22 @@ def connect_permission(self, connect_permission): @property def created_date(self): - """ - Gets the created_date of this AccountInformation. - + """Gets the created_date of this AccountInformation. # noqa: E501 - :return: The created_date of this AccountInformation. + # noqa: E501 + + :return: The created_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._created_date @created_date.setter def created_date(self, created_date): - """ - Sets the created_date of this AccountInformation. - + """Sets the created_date of this AccountInformation. + + # noqa: E501 - :param created_date: The created_date of this AccountInformation. + :param created_date: The created_date of this AccountInformation. # noqa: E501 :type: str """ @@ -438,22 +511,22 @@ def created_date(self, created_date): @property def currency_code(self): - """ - Gets the currency_code of this AccountInformation. - Specifies the ISO currency code for the account. + """Gets the currency_code of this AccountInformation. # noqa: E501 + + Specifies the ISO currency code for the account. # noqa: E501 - :return: The currency_code of this AccountInformation. + :return: The currency_code of this AccountInformation. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this AccountInformation. - Specifies the ISO currency code for the account. + """Sets the currency_code of this AccountInformation. + + Specifies the ISO currency code for the account. # noqa: E501 - :param currency_code: The currency_code of this AccountInformation. + :param currency_code: The currency_code of this AccountInformation. # noqa: E501 :type: str """ @@ -461,22 +534,22 @@ def currency_code(self, currency_code): @property def current_plan_id(self): - """ - Gets the current_plan_id of this AccountInformation. - Identifies the plan that was used create this account. + """Gets the current_plan_id of this AccountInformation. # noqa: E501 - :return: The current_plan_id of this AccountInformation. + Identifies the plan that was used create this account. # noqa: E501 + + :return: The current_plan_id of this AccountInformation. # noqa: E501 :rtype: str """ return self._current_plan_id @current_plan_id.setter def current_plan_id(self, current_plan_id): - """ - Sets the current_plan_id of this AccountInformation. - Identifies the plan that was used create this account. + """Sets the current_plan_id of this AccountInformation. + + Identifies the plan that was used create this account. # noqa: E501 - :param current_plan_id: The current_plan_id of this AccountInformation. + :param current_plan_id: The current_plan_id of this AccountInformation. # noqa: E501 :type: str """ @@ -484,22 +557,22 @@ def current_plan_id(self, current_plan_id): @property def distributor_code(self): - """ - Gets the distributor_code of this AccountInformation. - The code that identifies the billing plan groups and plans for the new account. + """Gets the distributor_code of this AccountInformation. # noqa: E501 + + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 - :return: The distributor_code of this AccountInformation. + :return: The distributor_code of this AccountInformation. # noqa: E501 :rtype: str """ return self._distributor_code @distributor_code.setter def distributor_code(self, distributor_code): - """ - Sets the distributor_code of this AccountInformation. - The code that identifies the billing plan groups and plans for the new account. + """Sets the distributor_code of this AccountInformation. - :param distributor_code: The distributor_code of this AccountInformation. + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 + + :param distributor_code: The distributor_code of this AccountInformation. # noqa: E501 :type: str """ @@ -507,22 +580,22 @@ def distributor_code(self, distributor_code): @property def docu_sign_landing_url(self): - """ - Gets the docu_sign_landing_url of this AccountInformation. - + """Gets the docu_sign_landing_url of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The docu_sign_landing_url of this AccountInformation. + :return: The docu_sign_landing_url of this AccountInformation. # noqa: E501 :rtype: str """ return self._docu_sign_landing_url @docu_sign_landing_url.setter def docu_sign_landing_url(self, docu_sign_landing_url): - """ - Sets the docu_sign_landing_url of this AccountInformation. - + """Sets the docu_sign_landing_url of this AccountInformation. + + # noqa: E501 - :param docu_sign_landing_url: The docu_sign_landing_url of this AccountInformation. + :param docu_sign_landing_url: The docu_sign_landing_url of this AccountInformation. # noqa: E501 :type: str """ @@ -530,22 +603,22 @@ def docu_sign_landing_url(self, docu_sign_landing_url): @property def dss_values(self): - """ - Gets the dss_values of this AccountInformation. - + """Gets the dss_values of this AccountInformation. # noqa: E501 - :return: The dss_values of this AccountInformation. + # noqa: E501 + + :return: The dss_values of this AccountInformation. # noqa: E501 :rtype: dict(str, str) """ return self._dss_values @dss_values.setter def dss_values(self, dss_values): - """ - Sets the dss_values of this AccountInformation. - + """Sets the dss_values of this AccountInformation. + + # noqa: E501 - :param dss_values: The dss_values of this AccountInformation. + :param dss_values: The dss_values of this AccountInformation. # noqa: E501 :type: dict(str, str) """ @@ -553,22 +626,22 @@ def dss_values(self, dss_values): @property def envelope_sending_blocked(self): - """ - Gets the envelope_sending_blocked of this AccountInformation. - + """Gets the envelope_sending_blocked of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The envelope_sending_blocked of this AccountInformation. + :return: The envelope_sending_blocked of this AccountInformation. # noqa: E501 :rtype: str """ return self._envelope_sending_blocked @envelope_sending_blocked.setter def envelope_sending_blocked(self, envelope_sending_blocked): - """ - Sets the envelope_sending_blocked of this AccountInformation. - + """Sets the envelope_sending_blocked of this AccountInformation. - :param envelope_sending_blocked: The envelope_sending_blocked of this AccountInformation. + # noqa: E501 + + :param envelope_sending_blocked: The envelope_sending_blocked of this AccountInformation. # noqa: E501 :type: str """ @@ -576,22 +649,22 @@ def envelope_sending_blocked(self, envelope_sending_blocked): @property def envelope_unit_price(self): - """ - Gets the envelope_unit_price of this AccountInformation. - + """Gets the envelope_unit_price of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The envelope_unit_price of this AccountInformation. + :return: The envelope_unit_price of this AccountInformation. # noqa: E501 :rtype: str """ return self._envelope_unit_price @envelope_unit_price.setter def envelope_unit_price(self, envelope_unit_price): - """ - Sets the envelope_unit_price of this AccountInformation. - + """Sets the envelope_unit_price of this AccountInformation. + + # noqa: E501 - :param envelope_unit_price: The envelope_unit_price of this AccountInformation. + :param envelope_unit_price: The envelope_unit_price of this AccountInformation. # noqa: E501 :type: str """ @@ -599,22 +672,22 @@ def envelope_unit_price(self, envelope_unit_price): @property def external_account_id(self): - """ - Gets the external_account_id of this AccountInformation. - + """Gets the external_account_id of this AccountInformation. # noqa: E501 - :return: The external_account_id of this AccountInformation. + # noqa: E501 + + :return: The external_account_id of this AccountInformation. # noqa: E501 :rtype: str """ return self._external_account_id @external_account_id.setter def external_account_id(self, external_account_id): - """ - Sets the external_account_id of this AccountInformation. - + """Sets the external_account_id of this AccountInformation. + + # noqa: E501 - :param external_account_id: The external_account_id of this AccountInformation. + :param external_account_id: The external_account_id of this AccountInformation. # noqa: E501 :type: str """ @@ -622,22 +695,22 @@ def external_account_id(self, external_account_id): @property def forgotten_password_questions_count(self): - """ - Gets the forgotten_password_questions_count of this AccountInformation. - A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. + """Gets the forgotten_password_questions_count of this AccountInformation. # noqa: E501 + + A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 - :return: The forgotten_password_questions_count of this AccountInformation. + :return: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_questions_count @forgotten_password_questions_count.setter def forgotten_password_questions_count(self, forgotten_password_questions_count): - """ - Sets the forgotten_password_questions_count of this AccountInformation. - A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. + """Sets the forgotten_password_questions_count of this AccountInformation. - :param forgotten_password_questions_count: The forgotten_password_questions_count of this AccountInformation. + A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 + + :param forgotten_password_questions_count: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 :type: str """ @@ -645,22 +718,22 @@ def forgotten_password_questions_count(self, forgotten_password_questions_count) @property def is_downgrade(self): - """ - Gets the is_downgrade of this AccountInformation. - + """Gets the is_downgrade of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The is_downgrade of this AccountInformation. + :return: The is_downgrade of this AccountInformation. # noqa: E501 :rtype: str """ return self._is_downgrade @is_downgrade.setter def is_downgrade(self, is_downgrade): - """ - Sets the is_downgrade of this AccountInformation. - + """Sets the is_downgrade of this AccountInformation. + + # noqa: E501 - :param is_downgrade: The is_downgrade of this AccountInformation. + :param is_downgrade: The is_downgrade of this AccountInformation. # noqa: E501 :type: str """ @@ -668,22 +741,22 @@ def is_downgrade(self, is_downgrade): @property def payment_method(self): - """ - Gets the payment_method of this AccountInformation. - + """Gets the payment_method of this AccountInformation. # noqa: E501 - :return: The payment_method of this AccountInformation. + # noqa: E501 + + :return: The payment_method of this AccountInformation. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this AccountInformation. - + """Sets the payment_method of this AccountInformation. + + # noqa: E501 - :param payment_method: The payment_method of this AccountInformation. + :param payment_method: The payment_method of this AccountInformation. # noqa: E501 :type: str """ @@ -691,22 +764,22 @@ def payment_method(self, payment_method): @property def plan_classification(self): - """ - Gets the plan_classification of this AccountInformation. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Gets the plan_classification of this AccountInformation. # noqa: E501 + + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 - :return: The plan_classification of this AccountInformation. + :return: The plan_classification of this AccountInformation. # noqa: E501 :rtype: str """ return self._plan_classification @plan_classification.setter def plan_classification(self, plan_classification): - """ - Sets the plan_classification of this AccountInformation. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Sets the plan_classification of this AccountInformation. - :param plan_classification: The plan_classification of this AccountInformation. + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 + + :param plan_classification: The plan_classification of this AccountInformation. # noqa: E501 :type: str """ @@ -714,22 +787,22 @@ def plan_classification(self, plan_classification): @property def plan_end_date(self): - """ - Gets the plan_end_date of this AccountInformation. - The date that the current plan will end. + """Gets the plan_end_date of this AccountInformation. # noqa: E501 - :return: The plan_end_date of this AccountInformation. + The date that the current plan will end. # noqa: E501 + + :return: The plan_end_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._plan_end_date @plan_end_date.setter def plan_end_date(self, plan_end_date): - """ - Sets the plan_end_date of this AccountInformation. - The date that the current plan will end. + """Sets the plan_end_date of this AccountInformation. + + The date that the current plan will end. # noqa: E501 - :param plan_end_date: The plan_end_date of this AccountInformation. + :param plan_end_date: The plan_end_date of this AccountInformation. # noqa: E501 :type: str """ @@ -737,22 +810,22 @@ def plan_end_date(self, plan_end_date): @property def plan_name(self): - """ - Gets the plan_name of this AccountInformation. - The name of the Billing Plan. + """Gets the plan_name of this AccountInformation. # noqa: E501 + + The name of the Billing Plan. # noqa: E501 - :return: The plan_name of this AccountInformation. + :return: The plan_name of this AccountInformation. # noqa: E501 :rtype: str """ return self._plan_name @plan_name.setter def plan_name(self, plan_name): - """ - Sets the plan_name of this AccountInformation. - The name of the Billing Plan. + """Sets the plan_name of this AccountInformation. - :param plan_name: The plan_name of this AccountInformation. + The name of the Billing Plan. # noqa: E501 + + :param plan_name: The plan_name of this AccountInformation. # noqa: E501 :type: str """ @@ -760,22 +833,22 @@ def plan_name(self, plan_name): @property def plan_start_date(self): - """ - Gets the plan_start_date of this AccountInformation. - The date that the Account started using the current plan. + """Gets the plan_start_date of this AccountInformation. # noqa: E501 + + The date that the Account started using the current plan. # noqa: E501 - :return: The plan_start_date of this AccountInformation. + :return: The plan_start_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._plan_start_date @plan_start_date.setter def plan_start_date(self, plan_start_date): - """ - Sets the plan_start_date of this AccountInformation. - The date that the Account started using the current plan. + """Sets the plan_start_date of this AccountInformation. + + The date that the Account started using the current plan. # noqa: E501 - :param plan_start_date: The plan_start_date of this AccountInformation. + :param plan_start_date: The plan_start_date of this AccountInformation. # noqa: E501 :type: str """ @@ -783,22 +856,22 @@ def plan_start_date(self, plan_start_date): @property def recipient_domains(self): - """ - Gets the recipient_domains of this AccountInformation. - + """Gets the recipient_domains of this AccountInformation. # noqa: E501 - :return: The recipient_domains of this AccountInformation. + # noqa: E501 + + :return: The recipient_domains of this AccountInformation. # noqa: E501 :rtype: list[RecipientDomain] """ return self._recipient_domains @recipient_domains.setter def recipient_domains(self, recipient_domains): - """ - Sets the recipient_domains of this AccountInformation. - + """Sets the recipient_domains of this AccountInformation. + + # noqa: E501 - :param recipient_domains: The recipient_domains of this AccountInformation. + :param recipient_domains: The recipient_domains of this AccountInformation. # noqa: E501 :type: list[RecipientDomain] """ @@ -806,22 +879,22 @@ def recipient_domains(self, recipient_domains): @property def seats_allowed(self): - """ - Gets the seats_allowed of this AccountInformation. - + """Gets the seats_allowed of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The seats_allowed of this AccountInformation. + :return: The seats_allowed of this AccountInformation. # noqa: E501 :rtype: str """ return self._seats_allowed @seats_allowed.setter def seats_allowed(self, seats_allowed): - """ - Sets the seats_allowed of this AccountInformation. - + """Sets the seats_allowed of this AccountInformation. - :param seats_allowed: The seats_allowed of this AccountInformation. + # noqa: E501 + + :param seats_allowed: The seats_allowed of this AccountInformation. # noqa: E501 :type: str """ @@ -829,22 +902,22 @@ def seats_allowed(self, seats_allowed): @property def seats_in_use(self): - """ - Gets the seats_in_use of this AccountInformation. - + """Gets the seats_in_use of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The seats_in_use of this AccountInformation. + :return: The seats_in_use of this AccountInformation. # noqa: E501 :rtype: str """ return self._seats_in_use @seats_in_use.setter def seats_in_use(self, seats_in_use): - """ - Sets the seats_in_use of this AccountInformation. - + """Sets the seats_in_use of this AccountInformation. + + # noqa: E501 - :param seats_in_use: The seats_in_use of this AccountInformation. + :param seats_in_use: The seats_in_use of this AccountInformation. # noqa: E501 :type: str """ @@ -852,22 +925,22 @@ def seats_in_use(self, seats_in_use): @property def status21_cfr_part11(self): - """ - Gets the status21_cfr_part11 of this AccountInformation. - + """Gets the status21_cfr_part11 of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The status21_cfr_part11 of this AccountInformation. + :return: The status21_cfr_part11 of this AccountInformation. # noqa: E501 :rtype: str """ return self._status21_cfr_part11 @status21_cfr_part11.setter def status21_cfr_part11(self, status21_cfr_part11): - """ - Sets the status21_cfr_part11 of this AccountInformation. - + """Sets the status21_cfr_part11 of this AccountInformation. - :param status21_cfr_part11: The status21_cfr_part11 of this AccountInformation. + # noqa: E501 + + :param status21_cfr_part11: The status21_cfr_part11 of this AccountInformation. # noqa: E501 :type: str """ @@ -875,22 +948,22 @@ def status21_cfr_part11(self, status21_cfr_part11): @property def suspension_date(self): - """ - Gets the suspension_date of this AccountInformation. - + """Gets the suspension_date of this AccountInformation. # noqa: E501 + + # noqa: E501 - :return: The suspension_date of this AccountInformation. + :return: The suspension_date of this AccountInformation. # noqa: E501 :rtype: str """ return self._suspension_date @suspension_date.setter def suspension_date(self, suspension_date): - """ - Sets the suspension_date of this AccountInformation. - + """Sets the suspension_date of this AccountInformation. + + # noqa: E501 - :param suspension_date: The suspension_date of this AccountInformation. + :param suspension_date: The suspension_date of this AccountInformation. # noqa: E501 :type: str """ @@ -898,34 +971,32 @@ def suspension_date(self, suspension_date): @property def suspension_status(self): - """ - Gets the suspension_status of this AccountInformation. - + """Gets the suspension_status of this AccountInformation. # noqa: E501 - :return: The suspension_status of this AccountInformation. + # noqa: E501 + + :return: The suspension_status of this AccountInformation. # noqa: E501 :rtype: str """ return self._suspension_status @suspension_status.setter def suspension_status(self, suspension_status): - """ - Sets the suspension_status of this AccountInformation. - + """Sets the suspension_status of this AccountInformation. + + # noqa: E501 - :param suspension_status: The suspension_status of this AccountInformation. + :param suspension_status: The suspension_status of this AccountInformation. # noqa: E501 :type: str """ self._suspension_status = suspension_status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -942,29 +1013,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_minimum_password_length.py b/docusign_esign/models/account_minimum_password_length.py index 530d1aca..8819e3c9 100644 --- a/docusign_esign/models/account_minimum_password_length.py +++ b/docusign_esign/models/account_minimum_password_length.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountMinimumPasswordLength(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, maximum_length=None, minimum_length=None): - """ - AccountMinimumPasswordLength - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'maximum_length': 'str', - 'minimum_length': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'maximum_length': 'str', + 'minimum_length': 'str' + } - self.attribute_map = { - 'maximum_length': 'maximumLength', - 'minimum_length': 'minimumLength' - } + attribute_map = { + 'maximum_length': 'maximumLength', + 'minimum_length': 'minimumLength' + } - self._maximum_length = maximum_length - self._minimum_length = minimum_length + def __init__(self, maximum_length=None, minimum_length=None): # noqa: E501 + """AccountMinimumPasswordLength - a model defined in Swagger""" # noqa: E501 + + self._maximum_length = None + self._minimum_length = None + self.discriminator = None + + if maximum_length is not None: + self.maximum_length = maximum_length + if minimum_length is not None: + self.minimum_length = minimum_length @property def maximum_length(self): - """ - Gets the maximum_length of this AccountMinimumPasswordLength. - + """Gets the maximum_length of this AccountMinimumPasswordLength. # noqa: E501 - :return: The maximum_length of this AccountMinimumPasswordLength. + # noqa: E501 + + :return: The maximum_length of this AccountMinimumPasswordLength. # noqa: E501 :rtype: str """ return self._maximum_length @maximum_length.setter def maximum_length(self, maximum_length): - """ - Sets the maximum_length of this AccountMinimumPasswordLength. - + """Sets the maximum_length of this AccountMinimumPasswordLength. + + # noqa: E501 - :param maximum_length: The maximum_length of this AccountMinimumPasswordLength. + :param maximum_length: The maximum_length of this AccountMinimumPasswordLength. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def maximum_length(self, maximum_length): @property def minimum_length(self): - """ - Gets the minimum_length of this AccountMinimumPasswordLength. - + """Gets the minimum_length of this AccountMinimumPasswordLength. # noqa: E501 + + # noqa: E501 - :return: The minimum_length of this AccountMinimumPasswordLength. + :return: The minimum_length of this AccountMinimumPasswordLength. # noqa: E501 :rtype: str """ return self._minimum_length @minimum_length.setter def minimum_length(self, minimum_length): - """ - Sets the minimum_length of this AccountMinimumPasswordLength. - + """Sets the minimum_length of this AccountMinimumPasswordLength. + + # noqa: E501 - :param minimum_length: The minimum_length of this AccountMinimumPasswordLength. + :param minimum_length: The minimum_length of this AccountMinimumPasswordLength. # noqa: E501 :type: str """ self._minimum_length = minimum_length def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountMinimumPasswordLength, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountMinimumPasswordLength): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_notification.py b/docusign_esign/models/account_notification.py index cd74ac30..38cf0b26 100644 --- a/docusign_esign/models/account_notification.py +++ b/docusign_esign/models/account_notification.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountNotification(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expirations=None, reminders=None, user_override_enabled=None): - """ - AccountNotification - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expirations': 'Expirations', - 'reminders': 'Reminders', - 'user_override_enabled': 'str' - } - - self.attribute_map = { - 'expirations': 'expirations', - 'reminders': 'reminders', - 'user_override_enabled': 'userOverrideEnabled' - } - - self._expirations = expirations - self._reminders = reminders - self._user_override_enabled = user_override_enabled + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expirations': 'Expirations', + 'reminders': 'Reminders', + 'user_override_enabled': 'str' + } + + attribute_map = { + 'expirations': 'expirations', + 'reminders': 'reminders', + 'user_override_enabled': 'userOverrideEnabled' + } + + def __init__(self, expirations=None, reminders=None, user_override_enabled=None): # noqa: E501 + """AccountNotification - a model defined in Swagger""" # noqa: E501 + + self._expirations = None + self._reminders = None + self._user_override_enabled = None + self.discriminator = None + + if expirations is not None: + self.expirations = expirations + if reminders is not None: + self.reminders = reminders + if user_override_enabled is not None: + self.user_override_enabled = user_override_enabled @property def expirations(self): - """ - Gets the expirations of this AccountNotification. + """Gets the expirations of this AccountNotification. # noqa: E501 + - :return: The expirations of this AccountNotification. + :return: The expirations of this AccountNotification. # noqa: E501 :rtype: Expirations """ return self._expirations @expirations.setter def expirations(self, expirations): - """ - Sets the expirations of this AccountNotification. + """Sets the expirations of this AccountNotification. + - :param expirations: The expirations of this AccountNotification. + :param expirations: The expirations of this AccountNotification. # noqa: E501 :type: Expirations """ @@ -69,20 +80,20 @@ def expirations(self, expirations): @property def reminders(self): - """ - Gets the reminders of this AccountNotification. + """Gets the reminders of this AccountNotification. # noqa: E501 + - :return: The reminders of this AccountNotification. + :return: The reminders of this AccountNotification. # noqa: E501 :rtype: Reminders """ return self._reminders @reminders.setter def reminders(self, reminders): - """ - Sets the reminders of this AccountNotification. + """Sets the reminders of this AccountNotification. + - :param reminders: The reminders of this AccountNotification. + :param reminders: The reminders of this AccountNotification. # noqa: E501 :type: Reminders """ @@ -90,34 +101,32 @@ def reminders(self, reminders): @property def user_override_enabled(self): - """ - Gets the user_override_enabled of this AccountNotification. - + """Gets the user_override_enabled of this AccountNotification. # noqa: E501 - :return: The user_override_enabled of this AccountNotification. + # noqa: E501 + + :return: The user_override_enabled of this AccountNotification. # noqa: E501 :rtype: str """ return self._user_override_enabled @user_override_enabled.setter def user_override_enabled(self, user_override_enabled): - """ - Sets the user_override_enabled of this AccountNotification. - + """Sets the user_override_enabled of this AccountNotification. - :param user_override_enabled: The user_override_enabled of this AccountNotification. + # noqa: E501 + + :param user_override_enabled: The user_override_enabled of this AccountNotification. # noqa: E501 :type: str """ self._user_override_enabled = user_override_enabled def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountNotification, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountNotification): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_expire_password_days.py b/docusign_esign/models/account_password_expire_password_days.py index 2530c128..76af44fd 100644 --- a/docusign_esign/models/account_password_expire_password_days.py +++ b/docusign_esign/models/account_password_expire_password_days.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordExpirePasswordDays(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, maximum_days=None, minimum_days=None): - """ - AccountPasswordExpirePasswordDays - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'maximum_days': 'str', - 'minimum_days': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'maximum_days': 'str', + 'minimum_days': 'str' + } - self.attribute_map = { - 'maximum_days': 'maximumDays', - 'minimum_days': 'minimumDays' - } + attribute_map = { + 'maximum_days': 'maximumDays', + 'minimum_days': 'minimumDays' + } - self._maximum_days = maximum_days - self._minimum_days = minimum_days + def __init__(self, maximum_days=None, minimum_days=None): # noqa: E501 + """AccountPasswordExpirePasswordDays - a model defined in Swagger""" # noqa: E501 + + self._maximum_days = None + self._minimum_days = None + self.discriminator = None + + if maximum_days is not None: + self.maximum_days = maximum_days + if minimum_days is not None: + self.minimum_days = minimum_days @property def maximum_days(self): - """ - Gets the maximum_days of this AccountPasswordExpirePasswordDays. - + """Gets the maximum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 - :return: The maximum_days of this AccountPasswordExpirePasswordDays. + # noqa: E501 + + :return: The maximum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 :rtype: str """ return self._maximum_days @maximum_days.setter def maximum_days(self, maximum_days): - """ - Sets the maximum_days of this AccountPasswordExpirePasswordDays. - + """Sets the maximum_days of this AccountPasswordExpirePasswordDays. + + # noqa: E501 - :param maximum_days: The maximum_days of this AccountPasswordExpirePasswordDays. + :param maximum_days: The maximum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def maximum_days(self, maximum_days): @property def minimum_days(self): - """ - Gets the minimum_days of this AccountPasswordExpirePasswordDays. - + """Gets the minimum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 + + # noqa: E501 - :return: The minimum_days of this AccountPasswordExpirePasswordDays. + :return: The minimum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 :rtype: str """ return self._minimum_days @minimum_days.setter def minimum_days(self, minimum_days): - """ - Sets the minimum_days of this AccountPasswordExpirePasswordDays. - + """Sets the minimum_days of this AccountPasswordExpirePasswordDays. + + # noqa: E501 - :param minimum_days: The minimum_days of this AccountPasswordExpirePasswordDays. + :param minimum_days: The minimum_days of this AccountPasswordExpirePasswordDays. # noqa: E501 :type: str """ self._minimum_days = minimum_days def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordExpirePasswordDays, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordExpirePasswordDays): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_lockout_duration_minutes.py b/docusign_esign/models/account_password_lockout_duration_minutes.py index 4ac93beb..1c7423ea 100644 --- a/docusign_esign/models/account_password_lockout_duration_minutes.py +++ b/docusign_esign/models/account_password_lockout_duration_minutes.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordLockoutDurationMinutes(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, maximum_minutes=None, minimum_minutes=None): - """ - AccountPasswordLockoutDurationMinutes - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'maximum_minutes': 'str', - 'minimum_minutes': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'maximum_minutes': 'str', + 'minimum_minutes': 'str' + } - self.attribute_map = { - 'maximum_minutes': 'maximumMinutes', - 'minimum_minutes': 'minimumMinutes' - } + attribute_map = { + 'maximum_minutes': 'maximumMinutes', + 'minimum_minutes': 'minimumMinutes' + } - self._maximum_minutes = maximum_minutes - self._minimum_minutes = minimum_minutes + def __init__(self, maximum_minutes=None, minimum_minutes=None): # noqa: E501 + """AccountPasswordLockoutDurationMinutes - a model defined in Swagger""" # noqa: E501 + + self._maximum_minutes = None + self._minimum_minutes = None + self.discriminator = None + + if maximum_minutes is not None: + self.maximum_minutes = maximum_minutes + if minimum_minutes is not None: + self.minimum_minutes = minimum_minutes @property def maximum_minutes(self): - """ - Gets the maximum_minutes of this AccountPasswordLockoutDurationMinutes. - + """Gets the maximum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 - :return: The maximum_minutes of this AccountPasswordLockoutDurationMinutes. + # noqa: E501 + + :return: The maximum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 :rtype: str """ return self._maximum_minutes @maximum_minutes.setter def maximum_minutes(self, maximum_minutes): - """ - Sets the maximum_minutes of this AccountPasswordLockoutDurationMinutes. - + """Sets the maximum_minutes of this AccountPasswordLockoutDurationMinutes. + + # noqa: E501 - :param maximum_minutes: The maximum_minutes of this AccountPasswordLockoutDurationMinutes. + :param maximum_minutes: The maximum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def maximum_minutes(self, maximum_minutes): @property def minimum_minutes(self): - """ - Gets the minimum_minutes of this AccountPasswordLockoutDurationMinutes. - + """Gets the minimum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 + + # noqa: E501 - :return: The minimum_minutes of this AccountPasswordLockoutDurationMinutes. + :return: The minimum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 :rtype: str """ return self._minimum_minutes @minimum_minutes.setter def minimum_minutes(self, minimum_minutes): - """ - Sets the minimum_minutes of this AccountPasswordLockoutDurationMinutes. - + """Sets the minimum_minutes of this AccountPasswordLockoutDurationMinutes. + + # noqa: E501 - :param minimum_minutes: The minimum_minutes of this AccountPasswordLockoutDurationMinutes. + :param minimum_minutes: The minimum_minutes of this AccountPasswordLockoutDurationMinutes. # noqa: E501 :type: str """ self._minimum_minutes = minimum_minutes def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordLockoutDurationMinutes, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordLockoutDurationMinutes): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_lockout_duration_type.py b/docusign_esign/models/account_password_lockout_duration_type.py index fed2d802..eceecd13 100644 --- a/docusign_esign/models/account_password_lockout_duration_type.py +++ b/docusign_esign/models/account_password_lockout_duration_type.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordLockoutDurationType(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, options=None): - """ - AccountPasswordLockoutDurationType - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'options': 'list[str]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'options': 'list[str]' + } - self.attribute_map = { - 'options': 'options' - } + attribute_map = { + 'options': 'options' + } - self._options = options + def __init__(self, options=None): # noqa: E501 + """AccountPasswordLockoutDurationType - a model defined in Swagger""" # noqa: E501 + + self._options = None + self.discriminator = None + + if options is not None: + self.options = options @property def options(self): - """ - Gets the options of this AccountPasswordLockoutDurationType. - + """Gets the options of this AccountPasswordLockoutDurationType. # noqa: E501 + + # noqa: E501 - :return: The options of this AccountPasswordLockoutDurationType. + :return: The options of this AccountPasswordLockoutDurationType. # noqa: E501 :rtype: list[str] """ return self._options @options.setter def options(self, options): - """ - Sets the options of this AccountPasswordLockoutDurationType. - + """Sets the options of this AccountPasswordLockoutDurationType. - :param options: The options of this AccountPasswordLockoutDurationType. + # noqa: E501 + + :param options: The options of this AccountPasswordLockoutDurationType. # noqa: E501 :type: list[str] """ self._options = options def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordLockoutDurationType, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordLockoutDurationType): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_minimum_password_age_days.py b/docusign_esign/models/account_password_minimum_password_age_days.py index 3c060e5e..106fa861 100644 --- a/docusign_esign/models/account_password_minimum_password_age_days.py +++ b/docusign_esign/models/account_password_minimum_password_age_days.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordMinimumPasswordAgeDays(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, maximum_age=None, minimum_age=None): - """ - AccountPasswordMinimumPasswordAgeDays - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'maximum_age': 'str', - 'minimum_age': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'maximum_age': 'str', + 'minimum_age': 'str' + } - self.attribute_map = { - 'maximum_age': 'maximumAge', - 'minimum_age': 'minimumAge' - } + attribute_map = { + 'maximum_age': 'maximumAge', + 'minimum_age': 'minimumAge' + } - self._maximum_age = maximum_age - self._minimum_age = minimum_age + def __init__(self, maximum_age=None, minimum_age=None): # noqa: E501 + """AccountPasswordMinimumPasswordAgeDays - a model defined in Swagger""" # noqa: E501 + + self._maximum_age = None + self._minimum_age = None + self.discriminator = None + + if maximum_age is not None: + self.maximum_age = maximum_age + if minimum_age is not None: + self.minimum_age = minimum_age @property def maximum_age(self): - """ - Gets the maximum_age of this AccountPasswordMinimumPasswordAgeDays. - + """Gets the maximum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 - :return: The maximum_age of this AccountPasswordMinimumPasswordAgeDays. + # noqa: E501 + + :return: The maximum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 :rtype: str """ return self._maximum_age @maximum_age.setter def maximum_age(self, maximum_age): - """ - Sets the maximum_age of this AccountPasswordMinimumPasswordAgeDays. - + """Sets the maximum_age of this AccountPasswordMinimumPasswordAgeDays. + + # noqa: E501 - :param maximum_age: The maximum_age of this AccountPasswordMinimumPasswordAgeDays. + :param maximum_age: The maximum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def maximum_age(self, maximum_age): @property def minimum_age(self): - """ - Gets the minimum_age of this AccountPasswordMinimumPasswordAgeDays. - + """Gets the minimum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 + + # noqa: E501 - :return: The minimum_age of this AccountPasswordMinimumPasswordAgeDays. + :return: The minimum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 :rtype: str """ return self._minimum_age @minimum_age.setter def minimum_age(self, minimum_age): - """ - Sets the minimum_age of this AccountPasswordMinimumPasswordAgeDays. - + """Sets the minimum_age of this AccountPasswordMinimumPasswordAgeDays. + + # noqa: E501 - :param minimum_age: The minimum_age of this AccountPasswordMinimumPasswordAgeDays. + :param minimum_age: The minimum_age of this AccountPasswordMinimumPasswordAgeDays. # noqa: E501 :type: str """ self._minimum_age = minimum_age def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordMinimumPasswordAgeDays, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordMinimumPasswordAgeDays): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_questions_required.py b/docusign_esign/models/account_password_questions_required.py index db699c5e..edcc8ba3 100644 --- a/docusign_esign/models/account_password_questions_required.py +++ b/docusign_esign/models/account_password_questions_required.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordQuestionsRequired(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, maximum_questions=None, minimum_questions=None): - """ - AccountPasswordQuestionsRequired - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'maximum_questions': 'str', - 'minimum_questions': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'maximum_questions': 'str', + 'minimum_questions': 'str' + } - self.attribute_map = { - 'maximum_questions': 'maximumQuestions', - 'minimum_questions': 'minimumQuestions' - } + attribute_map = { + 'maximum_questions': 'maximumQuestions', + 'minimum_questions': 'minimumQuestions' + } - self._maximum_questions = maximum_questions - self._minimum_questions = minimum_questions + def __init__(self, maximum_questions=None, minimum_questions=None): # noqa: E501 + """AccountPasswordQuestionsRequired - a model defined in Swagger""" # noqa: E501 + + self._maximum_questions = None + self._minimum_questions = None + self.discriminator = None + + if maximum_questions is not None: + self.maximum_questions = maximum_questions + if minimum_questions is not None: + self.minimum_questions = minimum_questions @property def maximum_questions(self): - """ - Gets the maximum_questions of this AccountPasswordQuestionsRequired. - + """Gets the maximum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 - :return: The maximum_questions of this AccountPasswordQuestionsRequired. + # noqa: E501 + + :return: The maximum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 :rtype: str """ return self._maximum_questions @maximum_questions.setter def maximum_questions(self, maximum_questions): - """ - Sets the maximum_questions of this AccountPasswordQuestionsRequired. - + """Sets the maximum_questions of this AccountPasswordQuestionsRequired. + + # noqa: E501 - :param maximum_questions: The maximum_questions of this AccountPasswordQuestionsRequired. + :param maximum_questions: The maximum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def maximum_questions(self, maximum_questions): @property def minimum_questions(self): - """ - Gets the minimum_questions of this AccountPasswordQuestionsRequired. - + """Gets the minimum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 + + # noqa: E501 - :return: The minimum_questions of this AccountPasswordQuestionsRequired. + :return: The minimum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 :rtype: str """ return self._minimum_questions @minimum_questions.setter def minimum_questions(self, minimum_questions): - """ - Sets the minimum_questions of this AccountPasswordQuestionsRequired. - + """Sets the minimum_questions of this AccountPasswordQuestionsRequired. + + # noqa: E501 - :param minimum_questions: The minimum_questions of this AccountPasswordQuestionsRequired. + :param minimum_questions: The minimum_questions of this AccountPasswordQuestionsRequired. # noqa: E501 :type: str """ self._minimum_questions = minimum_questions def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordQuestionsRequired, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordQuestionsRequired): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_rules.py b/docusign_esign/models/account_password_rules.py index 2ff55bb1..85b32f5f 100644 --- a/docusign_esign/models/account_password_rules.py +++ b/docusign_esign/models/account_password_rules.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,110 +11,155 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordRules(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expire_password=None, expire_password_days=None, expire_password_days_metadata=None, lockout_duration_minutes=None, lockout_duration_minutes_metadata=None, lockout_duration_type=None, lockout_duration_type_metadata=None, minimum_password_age_days=None, minimum_password_age_days_metadata=None, minimum_password_length=None, minimum_password_length_metadata=None, password_include_digit=None, password_include_digit_or_special_character=None, password_include_lower_case=None, password_include_special_character=None, password_include_upper_case=None, password_strength_type=None, password_strength_type_metadata=None, questions_required=None, questions_required_metadata=None): - """ - AccountPasswordRules - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expire_password': 'str', - 'expire_password_days': 'str', - 'expire_password_days_metadata': 'AccountPasswordExpirePasswordDays', - 'lockout_duration_minutes': 'str', - 'lockout_duration_minutes_metadata': 'AccountPasswordLockoutDurationMinutes', - 'lockout_duration_type': 'str', - 'lockout_duration_type_metadata': 'AccountPasswordLockoutDurationType', - 'minimum_password_age_days': 'str', - 'minimum_password_age_days_metadata': 'AccountPasswordMinimumPasswordAgeDays', - 'minimum_password_length': 'str', - 'minimum_password_length_metadata': 'AccountMinimumPasswordLength', - 'password_include_digit': 'str', - 'password_include_digit_or_special_character': 'str', - 'password_include_lower_case': 'str', - 'password_include_special_character': 'str', - 'password_include_upper_case': 'str', - 'password_strength_type': 'str', - 'password_strength_type_metadata': 'AccountPasswordStrengthType', - 'questions_required': 'str', - 'questions_required_metadata': 'AccountPasswordQuestionsRequired' - } - - self.attribute_map = { - 'expire_password': 'expirePassword', - 'expire_password_days': 'expirePasswordDays', - 'expire_password_days_metadata': 'expirePasswordDaysMetadata', - 'lockout_duration_minutes': 'lockoutDurationMinutes', - 'lockout_duration_minutes_metadata': 'lockoutDurationMinutesMetadata', - 'lockout_duration_type': 'lockoutDurationType', - 'lockout_duration_type_metadata': 'lockoutDurationTypeMetadata', - 'minimum_password_age_days': 'minimumPasswordAgeDays', - 'minimum_password_age_days_metadata': 'minimumPasswordAgeDaysMetadata', - 'minimum_password_length': 'minimumPasswordLength', - 'minimum_password_length_metadata': 'minimumPasswordLengthMetadata', - 'password_include_digit': 'passwordIncludeDigit', - 'password_include_digit_or_special_character': 'passwordIncludeDigitOrSpecialCharacter', - 'password_include_lower_case': 'passwordIncludeLowerCase', - 'password_include_special_character': 'passwordIncludeSpecialCharacter', - 'password_include_upper_case': 'passwordIncludeUpperCase', - 'password_strength_type': 'passwordStrengthType', - 'password_strength_type_metadata': 'passwordStrengthTypeMetadata', - 'questions_required': 'questionsRequired', - 'questions_required_metadata': 'questionsRequiredMetadata' - } - self._expire_password = expire_password - self._expire_password_days = expire_password_days - self._expire_password_days_metadata = expire_password_days_metadata - self._lockout_duration_minutes = lockout_duration_minutes - self._lockout_duration_minutes_metadata = lockout_duration_minutes_metadata - self._lockout_duration_type = lockout_duration_type - self._lockout_duration_type_metadata = lockout_duration_type_metadata - self._minimum_password_age_days = minimum_password_age_days - self._minimum_password_age_days_metadata = minimum_password_age_days_metadata - self._minimum_password_length = minimum_password_length - self._minimum_password_length_metadata = minimum_password_length_metadata - self._password_include_digit = password_include_digit - self._password_include_digit_or_special_character = password_include_digit_or_special_character - self._password_include_lower_case = password_include_lower_case - self._password_include_special_character = password_include_special_character - self._password_include_upper_case = password_include_upper_case - self._password_strength_type = password_strength_type - self._password_strength_type_metadata = password_strength_type_metadata - self._questions_required = questions_required - self._questions_required_metadata = questions_required_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expire_password': 'str', + 'expire_password_days': 'str', + 'expire_password_days_metadata': 'AccountPasswordExpirePasswordDays', + 'lockout_duration_minutes': 'str', + 'lockout_duration_minutes_metadata': 'AccountPasswordLockoutDurationMinutes', + 'lockout_duration_type': 'str', + 'lockout_duration_type_metadata': 'AccountPasswordLockoutDurationType', + 'minimum_password_age_days': 'str', + 'minimum_password_age_days_metadata': 'AccountPasswordMinimumPasswordAgeDays', + 'minimum_password_length': 'str', + 'minimum_password_length_metadata': 'AccountMinimumPasswordLength', + 'password_include_digit': 'str', + 'password_include_digit_or_special_character': 'str', + 'password_include_lower_case': 'str', + 'password_include_special_character': 'str', + 'password_include_upper_case': 'str', + 'password_strength_type': 'str', + 'password_strength_type_metadata': 'AccountPasswordStrengthType', + 'questions_required': 'str', + 'questions_required_metadata': 'AccountPasswordQuestionsRequired' + } + + attribute_map = { + 'expire_password': 'expirePassword', + 'expire_password_days': 'expirePasswordDays', + 'expire_password_days_metadata': 'expirePasswordDaysMetadata', + 'lockout_duration_minutes': 'lockoutDurationMinutes', + 'lockout_duration_minutes_metadata': 'lockoutDurationMinutesMetadata', + 'lockout_duration_type': 'lockoutDurationType', + 'lockout_duration_type_metadata': 'lockoutDurationTypeMetadata', + 'minimum_password_age_days': 'minimumPasswordAgeDays', + 'minimum_password_age_days_metadata': 'minimumPasswordAgeDaysMetadata', + 'minimum_password_length': 'minimumPasswordLength', + 'minimum_password_length_metadata': 'minimumPasswordLengthMetadata', + 'password_include_digit': 'passwordIncludeDigit', + 'password_include_digit_or_special_character': 'passwordIncludeDigitOrSpecialCharacter', + 'password_include_lower_case': 'passwordIncludeLowerCase', + 'password_include_special_character': 'passwordIncludeSpecialCharacter', + 'password_include_upper_case': 'passwordIncludeUpperCase', + 'password_strength_type': 'passwordStrengthType', + 'password_strength_type_metadata': 'passwordStrengthTypeMetadata', + 'questions_required': 'questionsRequired', + 'questions_required_metadata': 'questionsRequiredMetadata' + } + + def __init__(self, expire_password=None, expire_password_days=None, expire_password_days_metadata=None, lockout_duration_minutes=None, lockout_duration_minutes_metadata=None, lockout_duration_type=None, lockout_duration_type_metadata=None, minimum_password_age_days=None, minimum_password_age_days_metadata=None, minimum_password_length=None, minimum_password_length_metadata=None, password_include_digit=None, password_include_digit_or_special_character=None, password_include_lower_case=None, password_include_special_character=None, password_include_upper_case=None, password_strength_type=None, password_strength_type_metadata=None, questions_required=None, questions_required_metadata=None): # noqa: E501 + """AccountPasswordRules - a model defined in Swagger""" # noqa: E501 + + self._expire_password = None + self._expire_password_days = None + self._expire_password_days_metadata = None + self._lockout_duration_minutes = None + self._lockout_duration_minutes_metadata = None + self._lockout_duration_type = None + self._lockout_duration_type_metadata = None + self._minimum_password_age_days = None + self._minimum_password_age_days_metadata = None + self._minimum_password_length = None + self._minimum_password_length_metadata = None + self._password_include_digit = None + self._password_include_digit_or_special_character = None + self._password_include_lower_case = None + self._password_include_special_character = None + self._password_include_upper_case = None + self._password_strength_type = None + self._password_strength_type_metadata = None + self._questions_required = None + self._questions_required_metadata = None + self.discriminator = None + + if expire_password is not None: + self.expire_password = expire_password + if expire_password_days is not None: + self.expire_password_days = expire_password_days + if expire_password_days_metadata is not None: + self.expire_password_days_metadata = expire_password_days_metadata + if lockout_duration_minutes is not None: + self.lockout_duration_minutes = lockout_duration_minutes + if lockout_duration_minutes_metadata is not None: + self.lockout_duration_minutes_metadata = lockout_duration_minutes_metadata + if lockout_duration_type is not None: + self.lockout_duration_type = lockout_duration_type + if lockout_duration_type_metadata is not None: + self.lockout_duration_type_metadata = lockout_duration_type_metadata + if minimum_password_age_days is not None: + self.minimum_password_age_days = minimum_password_age_days + if minimum_password_age_days_metadata is not None: + self.minimum_password_age_days_metadata = minimum_password_age_days_metadata + if minimum_password_length is not None: + self.minimum_password_length = minimum_password_length + if minimum_password_length_metadata is not None: + self.minimum_password_length_metadata = minimum_password_length_metadata + if password_include_digit is not None: + self.password_include_digit = password_include_digit + if password_include_digit_or_special_character is not None: + self.password_include_digit_or_special_character = password_include_digit_or_special_character + if password_include_lower_case is not None: + self.password_include_lower_case = password_include_lower_case + if password_include_special_character is not None: + self.password_include_special_character = password_include_special_character + if password_include_upper_case is not None: + self.password_include_upper_case = password_include_upper_case + if password_strength_type is not None: + self.password_strength_type = password_strength_type + if password_strength_type_metadata is not None: + self.password_strength_type_metadata = password_strength_type_metadata + if questions_required is not None: + self.questions_required = questions_required + if questions_required_metadata is not None: + self.questions_required_metadata = questions_required_metadata @property def expire_password(self): - """ - Gets the expire_password of this AccountPasswordRules. - + """Gets the expire_password of this AccountPasswordRules. # noqa: E501 - :return: The expire_password of this AccountPasswordRules. + # noqa: E501 + + :return: The expire_password of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._expire_password @expire_password.setter def expire_password(self, expire_password): - """ - Sets the expire_password of this AccountPasswordRules. - + """Sets the expire_password of this AccountPasswordRules. + + # noqa: E501 - :param expire_password: The expire_password of this AccountPasswordRules. + :param expire_password: The expire_password of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -122,22 +167,22 @@ def expire_password(self, expire_password): @property def expire_password_days(self): - """ - Gets the expire_password_days of this AccountPasswordRules. - + """Gets the expire_password_days of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The expire_password_days of this AccountPasswordRules. + :return: The expire_password_days of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._expire_password_days @expire_password_days.setter def expire_password_days(self, expire_password_days): - """ - Sets the expire_password_days of this AccountPasswordRules. - + """Sets the expire_password_days of this AccountPasswordRules. + + # noqa: E501 - :param expire_password_days: The expire_password_days of this AccountPasswordRules. + :param expire_password_days: The expire_password_days of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -145,20 +190,20 @@ def expire_password_days(self, expire_password_days): @property def expire_password_days_metadata(self): - """ - Gets the expire_password_days_metadata of this AccountPasswordRules. + """Gets the expire_password_days_metadata of this AccountPasswordRules. # noqa: E501 + - :return: The expire_password_days_metadata of this AccountPasswordRules. + :return: The expire_password_days_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordExpirePasswordDays """ return self._expire_password_days_metadata @expire_password_days_metadata.setter def expire_password_days_metadata(self, expire_password_days_metadata): - """ - Sets the expire_password_days_metadata of this AccountPasswordRules. + """Sets the expire_password_days_metadata of this AccountPasswordRules. + - :param expire_password_days_metadata: The expire_password_days_metadata of this AccountPasswordRules. + :param expire_password_days_metadata: The expire_password_days_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordExpirePasswordDays """ @@ -166,22 +211,22 @@ def expire_password_days_metadata(self, expire_password_days_metadata): @property def lockout_duration_minutes(self): - """ - Gets the lockout_duration_minutes of this AccountPasswordRules. - + """Gets the lockout_duration_minutes of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The lockout_duration_minutes of this AccountPasswordRules. + :return: The lockout_duration_minutes of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._lockout_duration_minutes @lockout_duration_minutes.setter def lockout_duration_minutes(self, lockout_duration_minutes): - """ - Sets the lockout_duration_minutes of this AccountPasswordRules. - + """Sets the lockout_duration_minutes of this AccountPasswordRules. + + # noqa: E501 - :param lockout_duration_minutes: The lockout_duration_minutes of this AccountPasswordRules. + :param lockout_duration_minutes: The lockout_duration_minutes of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -189,20 +234,20 @@ def lockout_duration_minutes(self, lockout_duration_minutes): @property def lockout_duration_minutes_metadata(self): - """ - Gets the lockout_duration_minutes_metadata of this AccountPasswordRules. + """Gets the lockout_duration_minutes_metadata of this AccountPasswordRules. # noqa: E501 + - :return: The lockout_duration_minutes_metadata of this AccountPasswordRules. + :return: The lockout_duration_minutes_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordLockoutDurationMinutes """ return self._lockout_duration_minutes_metadata @lockout_duration_minutes_metadata.setter def lockout_duration_minutes_metadata(self, lockout_duration_minutes_metadata): - """ - Sets the lockout_duration_minutes_metadata of this AccountPasswordRules. + """Sets the lockout_duration_minutes_metadata of this AccountPasswordRules. - :param lockout_duration_minutes_metadata: The lockout_duration_minutes_metadata of this AccountPasswordRules. + + :param lockout_duration_minutes_metadata: The lockout_duration_minutes_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordLockoutDurationMinutes """ @@ -210,22 +255,22 @@ def lockout_duration_minutes_metadata(self, lockout_duration_minutes_metadata): @property def lockout_duration_type(self): - """ - Gets the lockout_duration_type of this AccountPasswordRules. - + """Gets the lockout_duration_type of this AccountPasswordRules. # noqa: E501 - :return: The lockout_duration_type of this AccountPasswordRules. + # noqa: E501 + + :return: The lockout_duration_type of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._lockout_duration_type @lockout_duration_type.setter def lockout_duration_type(self, lockout_duration_type): - """ - Sets the lockout_duration_type of this AccountPasswordRules. - + """Sets the lockout_duration_type of this AccountPasswordRules. - :param lockout_duration_type: The lockout_duration_type of this AccountPasswordRules. + # noqa: E501 + + :param lockout_duration_type: The lockout_duration_type of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -233,20 +278,20 @@ def lockout_duration_type(self, lockout_duration_type): @property def lockout_duration_type_metadata(self): - """ - Gets the lockout_duration_type_metadata of this AccountPasswordRules. + """Gets the lockout_duration_type_metadata of this AccountPasswordRules. # noqa: E501 + - :return: The lockout_duration_type_metadata of this AccountPasswordRules. + :return: The lockout_duration_type_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordLockoutDurationType """ return self._lockout_duration_type_metadata @lockout_duration_type_metadata.setter def lockout_duration_type_metadata(self, lockout_duration_type_metadata): - """ - Sets the lockout_duration_type_metadata of this AccountPasswordRules. + """Sets the lockout_duration_type_metadata of this AccountPasswordRules. + - :param lockout_duration_type_metadata: The lockout_duration_type_metadata of this AccountPasswordRules. + :param lockout_duration_type_metadata: The lockout_duration_type_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordLockoutDurationType """ @@ -254,22 +299,22 @@ def lockout_duration_type_metadata(self, lockout_duration_type_metadata): @property def minimum_password_age_days(self): - """ - Gets the minimum_password_age_days of this AccountPasswordRules. - + """Gets the minimum_password_age_days of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The minimum_password_age_days of this AccountPasswordRules. + :return: The minimum_password_age_days of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._minimum_password_age_days @minimum_password_age_days.setter def minimum_password_age_days(self, minimum_password_age_days): - """ - Sets the minimum_password_age_days of this AccountPasswordRules. - + """Sets the minimum_password_age_days of this AccountPasswordRules. + + # noqa: E501 - :param minimum_password_age_days: The minimum_password_age_days of this AccountPasswordRules. + :param minimum_password_age_days: The minimum_password_age_days of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -277,20 +322,20 @@ def minimum_password_age_days(self, minimum_password_age_days): @property def minimum_password_age_days_metadata(self): - """ - Gets the minimum_password_age_days_metadata of this AccountPasswordRules. + """Gets the minimum_password_age_days_metadata of this AccountPasswordRules. # noqa: E501 - :return: The minimum_password_age_days_metadata of this AccountPasswordRules. + + :return: The minimum_password_age_days_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordMinimumPasswordAgeDays """ return self._minimum_password_age_days_metadata @minimum_password_age_days_metadata.setter def minimum_password_age_days_metadata(self, minimum_password_age_days_metadata): - """ - Sets the minimum_password_age_days_metadata of this AccountPasswordRules. + """Sets the minimum_password_age_days_metadata of this AccountPasswordRules. - :param minimum_password_age_days_metadata: The minimum_password_age_days_metadata of this AccountPasswordRules. + + :param minimum_password_age_days_metadata: The minimum_password_age_days_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordMinimumPasswordAgeDays """ @@ -298,22 +343,22 @@ def minimum_password_age_days_metadata(self, minimum_password_age_days_metadata) @property def minimum_password_length(self): - """ - Gets the minimum_password_length of this AccountPasswordRules. - + """Gets the minimum_password_length of this AccountPasswordRules. # noqa: E501 - :return: The minimum_password_length of this AccountPasswordRules. + # noqa: E501 + + :return: The minimum_password_length of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._minimum_password_length @minimum_password_length.setter def minimum_password_length(self, minimum_password_length): - """ - Sets the minimum_password_length of this AccountPasswordRules. - + """Sets the minimum_password_length of this AccountPasswordRules. - :param minimum_password_length: The minimum_password_length of this AccountPasswordRules. + # noqa: E501 + + :param minimum_password_length: The minimum_password_length of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -321,20 +366,20 @@ def minimum_password_length(self, minimum_password_length): @property def minimum_password_length_metadata(self): - """ - Gets the minimum_password_length_metadata of this AccountPasswordRules. + """Gets the minimum_password_length_metadata of this AccountPasswordRules. # noqa: E501 - :return: The minimum_password_length_metadata of this AccountPasswordRules. + + :return: The minimum_password_length_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountMinimumPasswordLength """ return self._minimum_password_length_metadata @minimum_password_length_metadata.setter def minimum_password_length_metadata(self, minimum_password_length_metadata): - """ - Sets the minimum_password_length_metadata of this AccountPasswordRules. + """Sets the minimum_password_length_metadata of this AccountPasswordRules. - :param minimum_password_length_metadata: The minimum_password_length_metadata of this AccountPasswordRules. + + :param minimum_password_length_metadata: The minimum_password_length_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountMinimumPasswordLength """ @@ -342,22 +387,22 @@ def minimum_password_length_metadata(self, minimum_password_length_metadata): @property def password_include_digit(self): - """ - Gets the password_include_digit of this AccountPasswordRules. - + """Gets the password_include_digit of this AccountPasswordRules. # noqa: E501 - :return: The password_include_digit of this AccountPasswordRules. + # noqa: E501 + + :return: The password_include_digit of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_include_digit @password_include_digit.setter def password_include_digit(self, password_include_digit): - """ - Sets the password_include_digit of this AccountPasswordRules. - + """Sets the password_include_digit of this AccountPasswordRules. + + # noqa: E501 - :param password_include_digit: The password_include_digit of this AccountPasswordRules. + :param password_include_digit: The password_include_digit of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -365,22 +410,22 @@ def password_include_digit(self, password_include_digit): @property def password_include_digit_or_special_character(self): - """ - Gets the password_include_digit_or_special_character of this AccountPasswordRules. - + """Gets the password_include_digit_or_special_character of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The password_include_digit_or_special_character of this AccountPasswordRules. + :return: The password_include_digit_or_special_character of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_include_digit_or_special_character @password_include_digit_or_special_character.setter def password_include_digit_or_special_character(self, password_include_digit_or_special_character): - """ - Sets the password_include_digit_or_special_character of this AccountPasswordRules. - + """Sets the password_include_digit_or_special_character of this AccountPasswordRules. + + # noqa: E501 - :param password_include_digit_or_special_character: The password_include_digit_or_special_character of this AccountPasswordRules. + :param password_include_digit_or_special_character: The password_include_digit_or_special_character of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -388,22 +433,22 @@ def password_include_digit_or_special_character(self, password_include_digit_or_ @property def password_include_lower_case(self): - """ - Gets the password_include_lower_case of this AccountPasswordRules. - + """Gets the password_include_lower_case of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The password_include_lower_case of this AccountPasswordRules. + :return: The password_include_lower_case of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_include_lower_case @password_include_lower_case.setter def password_include_lower_case(self, password_include_lower_case): - """ - Sets the password_include_lower_case of this AccountPasswordRules. - + """Sets the password_include_lower_case of this AccountPasswordRules. - :param password_include_lower_case: The password_include_lower_case of this AccountPasswordRules. + # noqa: E501 + + :param password_include_lower_case: The password_include_lower_case of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -411,22 +456,22 @@ def password_include_lower_case(self, password_include_lower_case): @property def password_include_special_character(self): - """ - Gets the password_include_special_character of this AccountPasswordRules. - + """Gets the password_include_special_character of this AccountPasswordRules. # noqa: E501 - :return: The password_include_special_character of this AccountPasswordRules. + # noqa: E501 + + :return: The password_include_special_character of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_include_special_character @password_include_special_character.setter def password_include_special_character(self, password_include_special_character): - """ - Sets the password_include_special_character of this AccountPasswordRules. - + """Sets the password_include_special_character of this AccountPasswordRules. - :param password_include_special_character: The password_include_special_character of this AccountPasswordRules. + # noqa: E501 + + :param password_include_special_character: The password_include_special_character of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -434,22 +479,22 @@ def password_include_special_character(self, password_include_special_character) @property def password_include_upper_case(self): - """ - Gets the password_include_upper_case of this AccountPasswordRules. - + """Gets the password_include_upper_case of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The password_include_upper_case of this AccountPasswordRules. + :return: The password_include_upper_case of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_include_upper_case @password_include_upper_case.setter def password_include_upper_case(self, password_include_upper_case): - """ - Sets the password_include_upper_case of this AccountPasswordRules. - + """Sets the password_include_upper_case of this AccountPasswordRules. + + # noqa: E501 - :param password_include_upper_case: The password_include_upper_case of this AccountPasswordRules. + :param password_include_upper_case: The password_include_upper_case of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -457,22 +502,22 @@ def password_include_upper_case(self, password_include_upper_case): @property def password_strength_type(self): - """ - Gets the password_strength_type of this AccountPasswordRules. - + """Gets the password_strength_type of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The password_strength_type of this AccountPasswordRules. + :return: The password_strength_type of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._password_strength_type @password_strength_type.setter def password_strength_type(self, password_strength_type): - """ - Sets the password_strength_type of this AccountPasswordRules. - + """Sets the password_strength_type of this AccountPasswordRules. + + # noqa: E501 - :param password_strength_type: The password_strength_type of this AccountPasswordRules. + :param password_strength_type: The password_strength_type of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -480,20 +525,20 @@ def password_strength_type(self, password_strength_type): @property def password_strength_type_metadata(self): - """ - Gets the password_strength_type_metadata of this AccountPasswordRules. + """Gets the password_strength_type_metadata of this AccountPasswordRules. # noqa: E501 + - :return: The password_strength_type_metadata of this AccountPasswordRules. + :return: The password_strength_type_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordStrengthType """ return self._password_strength_type_metadata @password_strength_type_metadata.setter def password_strength_type_metadata(self, password_strength_type_metadata): - """ - Sets the password_strength_type_metadata of this AccountPasswordRules. + """Sets the password_strength_type_metadata of this AccountPasswordRules. + - :param password_strength_type_metadata: The password_strength_type_metadata of this AccountPasswordRules. + :param password_strength_type_metadata: The password_strength_type_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordStrengthType """ @@ -501,22 +546,22 @@ def password_strength_type_metadata(self, password_strength_type_metadata): @property def questions_required(self): - """ - Gets the questions_required of this AccountPasswordRules. - + """Gets the questions_required of this AccountPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The questions_required of this AccountPasswordRules. + :return: The questions_required of this AccountPasswordRules. # noqa: E501 :rtype: str """ return self._questions_required @questions_required.setter def questions_required(self, questions_required): - """ - Sets the questions_required of this AccountPasswordRules. - + """Sets the questions_required of this AccountPasswordRules. + + # noqa: E501 - :param questions_required: The questions_required of this AccountPasswordRules. + :param questions_required: The questions_required of this AccountPasswordRules. # noqa: E501 :type: str """ @@ -524,32 +569,30 @@ def questions_required(self, questions_required): @property def questions_required_metadata(self): - """ - Gets the questions_required_metadata of this AccountPasswordRules. + """Gets the questions_required_metadata of this AccountPasswordRules. # noqa: E501 - :return: The questions_required_metadata of this AccountPasswordRules. + + :return: The questions_required_metadata of this AccountPasswordRules. # noqa: E501 :rtype: AccountPasswordQuestionsRequired """ return self._questions_required_metadata @questions_required_metadata.setter def questions_required_metadata(self, questions_required_metadata): - """ - Sets the questions_required_metadata of this AccountPasswordRules. + """Sets the questions_required_metadata of this AccountPasswordRules. - :param questions_required_metadata: The questions_required_metadata of this AccountPasswordRules. + + :param questions_required_metadata: The questions_required_metadata of this AccountPasswordRules. # noqa: E501 :type: AccountPasswordQuestionsRequired """ self._questions_required_metadata = questions_required_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -566,29 +609,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordRules, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordRules): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_strength_type.py b/docusign_esign/models/account_password_strength_type.py index 0996b704..7e47d2e1 100644 --- a/docusign_esign/models/account_password_strength_type.py +++ b/docusign_esign/models/account_password_strength_type.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordStrengthType(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, options=None): - """ - AccountPasswordStrengthType - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'options': 'list[AccountPasswordStrengthTypeOption]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'options': 'list[AccountPasswordStrengthTypeOption]' + } - self.attribute_map = { - 'options': 'options' - } + attribute_map = { + 'options': 'options' + } - self._options = options + def __init__(self, options=None): # noqa: E501 + """AccountPasswordStrengthType - a model defined in Swagger""" # noqa: E501 + + self._options = None + self.discriminator = None + + if options is not None: + self.options = options @property def options(self): - """ - Gets the options of this AccountPasswordStrengthType. - + """Gets the options of this AccountPasswordStrengthType. # noqa: E501 + + # noqa: E501 - :return: The options of this AccountPasswordStrengthType. + :return: The options of this AccountPasswordStrengthType. # noqa: E501 :rtype: list[AccountPasswordStrengthTypeOption] """ return self._options @options.setter def options(self, options): - """ - Sets the options of this AccountPasswordStrengthType. - + """Sets the options of this AccountPasswordStrengthType. - :param options: The options of this AccountPasswordStrengthType. + # noqa: E501 + + :param options: The options of this AccountPasswordStrengthType. # noqa: E501 :type: list[AccountPasswordStrengthTypeOption] """ self._options = options def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordStrengthType, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordStrengthType): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_password_strength_type_option.py b/docusign_esign/models/account_password_strength_type_option.py index 3711a426..655b7990 100644 --- a/docusign_esign/models/account_password_strength_type_option.py +++ b/docusign_esign/models/account_password_strength_type_option.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountPasswordStrengthTypeOption(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, minimum_length=None, name=None, password_include_digit=None, password_include_digit_or_special_character=None, password_include_lower_case=None, password_include_special_character=None, password_include_upper_case=None): - """ - AccountPasswordStrengthTypeOption - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'minimum_length': 'str', - 'name': 'str', - 'password_include_digit': 'str', - 'password_include_digit_or_special_character': 'str', - 'password_include_lower_case': 'str', - 'password_include_special_character': 'str', - 'password_include_upper_case': 'str' - } - - self.attribute_map = { - 'minimum_length': 'minimumLength', - 'name': 'name', - 'password_include_digit': 'passwordIncludeDigit', - 'password_include_digit_or_special_character': 'passwordIncludeDigitOrSpecialCharacter', - 'password_include_lower_case': 'passwordIncludeLowerCase', - 'password_include_special_character': 'passwordIncludeSpecialCharacter', - 'password_include_upper_case': 'passwordIncludeUpperCase' - } - - self._minimum_length = minimum_length - self._name = name - self._password_include_digit = password_include_digit - self._password_include_digit_or_special_character = password_include_digit_or_special_character - self._password_include_lower_case = password_include_lower_case - self._password_include_special_character = password_include_special_character - self._password_include_upper_case = password_include_upper_case + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'minimum_length': 'str', + 'name': 'str', + 'password_include_digit': 'str', + 'password_include_digit_or_special_character': 'str', + 'password_include_lower_case': 'str', + 'password_include_special_character': 'str', + 'password_include_upper_case': 'str' + } + + attribute_map = { + 'minimum_length': 'minimumLength', + 'name': 'name', + 'password_include_digit': 'passwordIncludeDigit', + 'password_include_digit_or_special_character': 'passwordIncludeDigitOrSpecialCharacter', + 'password_include_lower_case': 'passwordIncludeLowerCase', + 'password_include_special_character': 'passwordIncludeSpecialCharacter', + 'password_include_upper_case': 'passwordIncludeUpperCase' + } + + def __init__(self, minimum_length=None, name=None, password_include_digit=None, password_include_digit_or_special_character=None, password_include_lower_case=None, password_include_special_character=None, password_include_upper_case=None): # noqa: E501 + """AccountPasswordStrengthTypeOption - a model defined in Swagger""" # noqa: E501 + + self._minimum_length = None + self._name = None + self._password_include_digit = None + self._password_include_digit_or_special_character = None + self._password_include_lower_case = None + self._password_include_special_character = None + self._password_include_upper_case = None + self.discriminator = None + + if minimum_length is not None: + self.minimum_length = minimum_length + if name is not None: + self.name = name + if password_include_digit is not None: + self.password_include_digit = password_include_digit + if password_include_digit_or_special_character is not None: + self.password_include_digit_or_special_character = password_include_digit_or_special_character + if password_include_lower_case is not None: + self.password_include_lower_case = password_include_lower_case + if password_include_special_character is not None: + self.password_include_special_character = password_include_special_character + if password_include_upper_case is not None: + self.password_include_upper_case = password_include_upper_case @property def minimum_length(self): - """ - Gets the minimum_length of this AccountPasswordStrengthTypeOption. - + """Gets the minimum_length of this AccountPasswordStrengthTypeOption. # noqa: E501 - :return: The minimum_length of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :return: The minimum_length of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._minimum_length @minimum_length.setter def minimum_length(self, minimum_length): - """ - Sets the minimum_length of this AccountPasswordStrengthTypeOption. - + """Sets the minimum_length of this AccountPasswordStrengthTypeOption. - :param minimum_length: The minimum_length of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :param minimum_length: The minimum_length of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def minimum_length(self, minimum_length): @property def name(self): - """ - Gets the name of this AccountPasswordStrengthTypeOption. - + """Gets the name of this AccountPasswordStrengthTypeOption. # noqa: E501 + + # noqa: E501 - :return: The name of this AccountPasswordStrengthTypeOption. + :return: The name of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this AccountPasswordStrengthTypeOption. - + """Sets the name of this AccountPasswordStrengthTypeOption. + + # noqa: E501 - :param name: The name of this AccountPasswordStrengthTypeOption. + :param name: The name of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def name(self, name): @property def password_include_digit(self): - """ - Gets the password_include_digit of this AccountPasswordStrengthTypeOption. - + """Gets the password_include_digit of this AccountPasswordStrengthTypeOption. # noqa: E501 - :return: The password_include_digit of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :return: The password_include_digit of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._password_include_digit @password_include_digit.setter def password_include_digit(self, password_include_digit): - """ - Sets the password_include_digit of this AccountPasswordStrengthTypeOption. - + """Sets the password_include_digit of this AccountPasswordStrengthTypeOption. + + # noqa: E501 - :param password_include_digit: The password_include_digit of this AccountPasswordStrengthTypeOption. + :param password_include_digit: The password_include_digit of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def password_include_digit(self, password_include_digit): @property def password_include_digit_or_special_character(self): - """ - Gets the password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. - + """Gets the password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 + + # noqa: E501 - :return: The password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. + :return: The password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._password_include_digit_or_special_character @password_include_digit_or_special_character.setter def password_include_digit_or_special_character(self, password_include_digit_or_special_character): - """ - Sets the password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. - + """Sets the password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. + + # noqa: E501 - :param password_include_digit_or_special_character: The password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. + :param password_include_digit_or_special_character: The password_include_digit_or_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def password_include_digit_or_special_character(self, password_include_digit_or_ @property def password_include_lower_case(self): - """ - Gets the password_include_lower_case of this AccountPasswordStrengthTypeOption. - + """Gets the password_include_lower_case of this AccountPasswordStrengthTypeOption. # noqa: E501 + + # noqa: E501 - :return: The password_include_lower_case of this AccountPasswordStrengthTypeOption. + :return: The password_include_lower_case of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._password_include_lower_case @password_include_lower_case.setter def password_include_lower_case(self, password_include_lower_case): - """ - Sets the password_include_lower_case of this AccountPasswordStrengthTypeOption. - + """Sets the password_include_lower_case of this AccountPasswordStrengthTypeOption. - :param password_include_lower_case: The password_include_lower_case of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :param password_include_lower_case: The password_include_lower_case of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def password_include_lower_case(self, password_include_lower_case): @property def password_include_special_character(self): - """ - Gets the password_include_special_character of this AccountPasswordStrengthTypeOption. - + """Gets the password_include_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 - :return: The password_include_special_character of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :return: The password_include_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._password_include_special_character @password_include_special_character.setter def password_include_special_character(self, password_include_special_character): - """ - Sets the password_include_special_character of this AccountPasswordStrengthTypeOption. - + """Sets the password_include_special_character of this AccountPasswordStrengthTypeOption. - :param password_include_special_character: The password_include_special_character of this AccountPasswordStrengthTypeOption. + # noqa: E501 + + :param password_include_special_character: The password_include_special_character of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def password_include_special_character(self, password_include_special_character) @property def password_include_upper_case(self): - """ - Gets the password_include_upper_case of this AccountPasswordStrengthTypeOption. - + """Gets the password_include_upper_case of this AccountPasswordStrengthTypeOption. # noqa: E501 + + # noqa: E501 - :return: The password_include_upper_case of this AccountPasswordStrengthTypeOption. + :return: The password_include_upper_case of this AccountPasswordStrengthTypeOption. # noqa: E501 :rtype: str """ return self._password_include_upper_case @password_include_upper_case.setter def password_include_upper_case(self, password_include_upper_case): - """ - Sets the password_include_upper_case of this AccountPasswordStrengthTypeOption. - + """Sets the password_include_upper_case of this AccountPasswordStrengthTypeOption. + + # noqa: E501 - :param password_include_upper_case: The password_include_upper_case of this AccountPasswordStrengthTypeOption. + :param password_include_upper_case: The password_include_upper_case of this AccountPasswordStrengthTypeOption. # noqa: E501 :type: str """ self._password_include_upper_case = password_include_upper_case def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountPasswordStrengthTypeOption, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountPasswordStrengthTypeOption): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_role_settings.py b/docusign_esign/models/account_role_settings.py index 785a0420..07db4704 100644 --- a/docusign_esign/models/account_role_settings.py +++ b/docusign_esign/models/account_role_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,269 +11,420 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountRoleSettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_account_management=None, allow_account_management_metadata=None, allow_api_access=None, allow_api_access_metadata=None, allow_api_access_to_account=None, allow_api_access_to_account_metadata=None, allow_api_sending_on_behalf_of_others=None, allow_api_sending_on_behalf_of_others_metadata=None, allow_api_sequential_signing=None, allow_api_sequential_signing_metadata=None, allow_auto_tagging=None, allow_auto_tagging_metadata=None, allow_bulk_sending=None, allow_bulk_sending_metadata=None, allow_docu_sign_desktop_client=None, allow_docu_sign_desktop_client_metadata=None, allowed_address_book_access=None, allowed_address_book_access_metadata=None, allowed_clickwraps_access=None, allowed_clickwraps_access_metadata=None, allowed_template_access=None, allowed_template_access_metadata=None, allowed_to_be_envelope_transfer_recipient=None, allowed_to_be_envelope_transfer_recipient_metadata=None, allow_envelope_sending=None, allow_envelope_sending_metadata=None, allow_e_seal_recipients=None, allow_e_seal_recipients_metadata=None, allow_power_forms_admin_to_access_all_power_form_envelopes=None, allow_power_forms_admin_to_access_all_power_form_envelopes_metadata=None, allow_senders_to_set_recipient_email_language=None, allow_senders_to_set_recipient_email_language_metadata=None, allow_signer_attachments=None, allow_signer_attachments_metadata=None, allow_supplemental_documents=None, allow_supplemental_documents_metadata=None, allow_tagging_in_send_and_correct=None, allow_tagging_in_send_and_correct_metadata=None, allow_vaulting=None, allow_vaulting_metadata=None, allow_wet_signing_override=None, allow_wet_signing_override_metadata=None, can_create_workspaces=None, can_create_workspaces_metadata=None, disable_document_upload=None, disable_document_upload_metadata=None, disable_other_actions=None, disable_other_actions_metadata=None, enable_api_request_logging=None, enable_api_request_logging_metadata=None, enable_recipient_viewing_notifications=None, enable_recipient_viewing_notifications_metadata=None, enable_sequential_signing_interface=None, enable_sequential_signing_interface_metadata=None, enable_transaction_point_integration=None, enable_transaction_point_integration_metadata=None, power_form_role=None, power_form_role_metadata=None, receive_completed_self_signed_documents_as_email_links=None, receive_completed_self_signed_documents_as_email_links_metadata=None, signing_ui_version_metadata=None, supplemental_documents_must_accept=None, supplemental_documents_must_accept_metadata=None, supplemental_documents_must_read=None, supplemental_documents_must_read_metadata=None, supplemental_documents_must_view=None, supplemental_documents_must_view_metadata=None, use_new_docu_sign_experience_interface=None, use_new_docu_sign_experience_interface_metadata=None, use_new_sending_interface=None, use_new_sending_interface_metadata=None, vaulting_mode=None, vaulting_mode_metadata=None): - """ - AccountRoleSettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_account_management': 'str', - 'allow_account_management_metadata': 'SettingsMetadata', - 'allow_api_access': 'str', - 'allow_api_access_metadata': 'SettingsMetadata', - 'allow_api_access_to_account': 'str', - 'allow_api_access_to_account_metadata': 'SettingsMetadata', - 'allow_api_sending_on_behalf_of_others': 'str', - 'allow_api_sending_on_behalf_of_others_metadata': 'SettingsMetadata', - 'allow_api_sequential_signing': 'str', - 'allow_api_sequential_signing_metadata': 'SettingsMetadata', - 'allow_auto_tagging': 'str', - 'allow_auto_tagging_metadata': 'SettingsMetadata', - 'allow_bulk_sending': 'str', - 'allow_bulk_sending_metadata': 'SettingsMetadata', - 'allow_docu_sign_desktop_client': 'str', - 'allow_docu_sign_desktop_client_metadata': 'SettingsMetadata', - 'allowed_address_book_access': 'str', - 'allowed_address_book_access_metadata': 'SettingsMetadata', - 'allowed_clickwraps_access': 'str', - 'allowed_clickwraps_access_metadata': 'SettingsMetadata', - 'allowed_template_access': 'str', - 'allowed_template_access_metadata': 'SettingsMetadata', - 'allowed_to_be_envelope_transfer_recipient': 'str', - 'allowed_to_be_envelope_transfer_recipient_metadata': 'SettingsMetadata', - 'allow_envelope_sending': 'str', - 'allow_envelope_sending_metadata': 'SettingsMetadata', - 'allow_e_seal_recipients': 'str', - 'allow_e_seal_recipients_metadata': 'SettingsMetadata', - 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'str', - 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'SettingsMetadata', - 'allow_senders_to_set_recipient_email_language': 'str', - 'allow_senders_to_set_recipient_email_language_metadata': 'SettingsMetadata', - 'allow_signer_attachments': 'str', - 'allow_signer_attachments_metadata': 'SettingsMetadata', - 'allow_supplemental_documents': 'str', - 'allow_supplemental_documents_metadata': 'SettingsMetadata', - 'allow_tagging_in_send_and_correct': 'str', - 'allow_tagging_in_send_and_correct_metadata': 'SettingsMetadata', - 'allow_vaulting': 'str', - 'allow_vaulting_metadata': 'SettingsMetadata', - 'allow_wet_signing_override': 'str', - 'allow_wet_signing_override_metadata': 'SettingsMetadata', - 'can_create_workspaces': 'str', - 'can_create_workspaces_metadata': 'SettingsMetadata', - 'disable_document_upload': 'str', - 'disable_document_upload_metadata': 'SettingsMetadata', - 'disable_other_actions': 'str', - 'disable_other_actions_metadata': 'SettingsMetadata', - 'enable_api_request_logging': 'str', - 'enable_api_request_logging_metadata': 'SettingsMetadata', - 'enable_recipient_viewing_notifications': 'str', - 'enable_recipient_viewing_notifications_metadata': 'SettingsMetadata', - 'enable_sequential_signing_interface': 'str', - 'enable_sequential_signing_interface_metadata': 'SettingsMetadata', - 'enable_transaction_point_integration': 'str', - 'enable_transaction_point_integration_metadata': 'SettingsMetadata', - 'power_form_role': 'str', - 'power_form_role_metadata': 'SettingsMetadata', - 'receive_completed_self_signed_documents_as_email_links': 'str', - 'receive_completed_self_signed_documents_as_email_links_metadata': 'SettingsMetadata', - 'signing_ui_version_metadata': 'SettingsMetadata', - 'supplemental_documents_must_accept': 'str', - 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', - 'supplemental_documents_must_read': 'str', - 'supplemental_documents_must_read_metadata': 'SettingsMetadata', - 'supplemental_documents_must_view': 'str', - 'supplemental_documents_must_view_metadata': 'SettingsMetadata', - 'use_new_docu_sign_experience_interface': 'str', - 'use_new_docu_sign_experience_interface_metadata': 'SettingsMetadata', - 'use_new_sending_interface': 'str', - 'use_new_sending_interface_metadata': 'SettingsMetadata', - 'vaulting_mode': 'str', - 'vaulting_mode_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'allow_account_management': 'allowAccountManagement', - 'allow_account_management_metadata': 'allowAccountManagementMetadata', - 'allow_api_access': 'allowApiAccess', - 'allow_api_access_metadata': 'allowApiAccessMetadata', - 'allow_api_access_to_account': 'allowApiAccessToAccount', - 'allow_api_access_to_account_metadata': 'allowApiAccessToAccountMetadata', - 'allow_api_sending_on_behalf_of_others': 'allowApiSendingOnBehalfOfOthers', - 'allow_api_sending_on_behalf_of_others_metadata': 'allowApiSendingOnBehalfOfOthersMetadata', - 'allow_api_sequential_signing': 'allowApiSequentialSigning', - 'allow_api_sequential_signing_metadata': 'allowApiSequentialSigningMetadata', - 'allow_auto_tagging': 'allowAutoTagging', - 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', - 'allow_bulk_sending': 'allowBulkSending', - 'allow_bulk_sending_metadata': 'allowBulkSendingMetadata', - 'allow_docu_sign_desktop_client': 'allowDocuSignDesktopClient', - 'allow_docu_sign_desktop_client_metadata': 'allowDocuSignDesktopClientMetadata', - 'allowed_address_book_access': 'allowedAddressBookAccess', - 'allowed_address_book_access_metadata': 'allowedAddressBookAccessMetadata', - 'allowed_clickwraps_access': 'allowedClickwrapsAccess', - 'allowed_clickwraps_access_metadata': 'allowedClickwrapsAccessMetadata', - 'allowed_template_access': 'allowedTemplateAccess', - 'allowed_template_access_metadata': 'allowedTemplateAccessMetadata', - 'allowed_to_be_envelope_transfer_recipient': 'allowedToBeEnvelopeTransferRecipient', - 'allowed_to_be_envelope_transfer_recipient_metadata': 'allowedToBeEnvelopeTransferRecipientMetadata', - 'allow_envelope_sending': 'allowEnvelopeSending', - 'allow_envelope_sending_metadata': 'allowEnvelopeSendingMetadata', - 'allow_e_seal_recipients': 'allowESealRecipients', - 'allow_e_seal_recipients_metadata': 'allowESealRecipientsMetadata', - 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopes', - 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata', - 'allow_senders_to_set_recipient_email_language': 'allowSendersToSetRecipientEmailLanguage', - 'allow_senders_to_set_recipient_email_language_metadata': 'allowSendersToSetRecipientEmailLanguageMetadata', - 'allow_signer_attachments': 'allowSignerAttachments', - 'allow_signer_attachments_metadata': 'allowSignerAttachmentsMetadata', - 'allow_supplemental_documents': 'allowSupplementalDocuments', - 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', - 'allow_tagging_in_send_and_correct': 'allowTaggingInSendAndCorrect', - 'allow_tagging_in_send_and_correct_metadata': 'allowTaggingInSendAndCorrectMetadata', - 'allow_vaulting': 'allowVaulting', - 'allow_vaulting_metadata': 'allowVaultingMetadata', - 'allow_wet_signing_override': 'allowWetSigningOverride', - 'allow_wet_signing_override_metadata': 'allowWetSigningOverrideMetadata', - 'can_create_workspaces': 'canCreateWorkspaces', - 'can_create_workspaces_metadata': 'canCreateWorkspacesMetadata', - 'disable_document_upload': 'disableDocumentUpload', - 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', - 'disable_other_actions': 'disableOtherActions', - 'disable_other_actions_metadata': 'disableOtherActionsMetadata', - 'enable_api_request_logging': 'enableApiRequestLogging', - 'enable_api_request_logging_metadata': 'enableApiRequestLoggingMetadata', - 'enable_recipient_viewing_notifications': 'enableRecipientViewingNotifications', - 'enable_recipient_viewing_notifications_metadata': 'enableRecipientViewingNotificationsMetadata', - 'enable_sequential_signing_interface': 'enableSequentialSigningInterface', - 'enable_sequential_signing_interface_metadata': 'enableSequentialSigningInterfaceMetadata', - 'enable_transaction_point_integration': 'enableTransactionPointIntegration', - 'enable_transaction_point_integration_metadata': 'enableTransactionPointIntegrationMetadata', - 'power_form_role': 'powerFormRole', - 'power_form_role_metadata': 'powerFormRoleMetadata', - 'receive_completed_self_signed_documents_as_email_links': 'receiveCompletedSelfSignedDocumentsAsEmailLinks', - 'receive_completed_self_signed_documents_as_email_links_metadata': 'receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata', - 'signing_ui_version_metadata': 'signingUiVersionMetadata', - 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', - 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', - 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', - 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', - 'supplemental_documents_must_view': 'supplementalDocumentsMustView', - 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', - 'use_new_docu_sign_experience_interface': 'useNewDocuSignExperienceInterface', - 'use_new_docu_sign_experience_interface_metadata': 'useNewDocuSignExperienceInterfaceMetadata', - 'use_new_sending_interface': 'useNewSendingInterface', - 'use_new_sending_interface_metadata': 'useNewSendingInterfaceMetadata', - 'vaulting_mode': 'vaultingMode', - 'vaulting_mode_metadata': 'vaultingModeMetadata' - } - self._allow_account_management = allow_account_management - self._allow_account_management_metadata = allow_account_management_metadata - self._allow_api_access = allow_api_access - self._allow_api_access_metadata = allow_api_access_metadata - self._allow_api_access_to_account = allow_api_access_to_account - self._allow_api_access_to_account_metadata = allow_api_access_to_account_metadata - self._allow_api_sending_on_behalf_of_others = allow_api_sending_on_behalf_of_others - self._allow_api_sending_on_behalf_of_others_metadata = allow_api_sending_on_behalf_of_others_metadata - self._allow_api_sequential_signing = allow_api_sequential_signing - self._allow_api_sequential_signing_metadata = allow_api_sequential_signing_metadata - self._allow_auto_tagging = allow_auto_tagging - self._allow_auto_tagging_metadata = allow_auto_tagging_metadata - self._allow_bulk_sending = allow_bulk_sending - self._allow_bulk_sending_metadata = allow_bulk_sending_metadata - self._allow_docu_sign_desktop_client = allow_docu_sign_desktop_client - self._allow_docu_sign_desktop_client_metadata = allow_docu_sign_desktop_client_metadata - self._allowed_address_book_access = allowed_address_book_access - self._allowed_address_book_access_metadata = allowed_address_book_access_metadata - self._allowed_clickwraps_access = allowed_clickwraps_access - self._allowed_clickwraps_access_metadata = allowed_clickwraps_access_metadata - self._allowed_template_access = allowed_template_access - self._allowed_template_access_metadata = allowed_template_access_metadata - self._allowed_to_be_envelope_transfer_recipient = allowed_to_be_envelope_transfer_recipient - self._allowed_to_be_envelope_transfer_recipient_metadata = allowed_to_be_envelope_transfer_recipient_metadata - self._allow_envelope_sending = allow_envelope_sending - self._allow_envelope_sending_metadata = allow_envelope_sending_metadata - self._allow_e_seal_recipients = allow_e_seal_recipients - self._allow_e_seal_recipients_metadata = allow_e_seal_recipients_metadata - self._allow_power_forms_admin_to_access_all_power_form_envelopes = allow_power_forms_admin_to_access_all_power_form_envelopes - self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = allow_power_forms_admin_to_access_all_power_form_envelopes_metadata - self._allow_senders_to_set_recipient_email_language = allow_senders_to_set_recipient_email_language - self._allow_senders_to_set_recipient_email_language_metadata = allow_senders_to_set_recipient_email_language_metadata - self._allow_signer_attachments = allow_signer_attachments - self._allow_signer_attachments_metadata = allow_signer_attachments_metadata - self._allow_supplemental_documents = allow_supplemental_documents - self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata - self._allow_tagging_in_send_and_correct = allow_tagging_in_send_and_correct - self._allow_tagging_in_send_and_correct_metadata = allow_tagging_in_send_and_correct_metadata - self._allow_vaulting = allow_vaulting - self._allow_vaulting_metadata = allow_vaulting_metadata - self._allow_wet_signing_override = allow_wet_signing_override - self._allow_wet_signing_override_metadata = allow_wet_signing_override_metadata - self._can_create_workspaces = can_create_workspaces - self._can_create_workspaces_metadata = can_create_workspaces_metadata - self._disable_document_upload = disable_document_upload - self._disable_document_upload_metadata = disable_document_upload_metadata - self._disable_other_actions = disable_other_actions - self._disable_other_actions_metadata = disable_other_actions_metadata - self._enable_api_request_logging = enable_api_request_logging - self._enable_api_request_logging_metadata = enable_api_request_logging_metadata - self._enable_recipient_viewing_notifications = enable_recipient_viewing_notifications - self._enable_recipient_viewing_notifications_metadata = enable_recipient_viewing_notifications_metadata - self._enable_sequential_signing_interface = enable_sequential_signing_interface - self._enable_sequential_signing_interface_metadata = enable_sequential_signing_interface_metadata - self._enable_transaction_point_integration = enable_transaction_point_integration - self._enable_transaction_point_integration_metadata = enable_transaction_point_integration_metadata - self._power_form_role = power_form_role - self._power_form_role_metadata = power_form_role_metadata - self._receive_completed_self_signed_documents_as_email_links = receive_completed_self_signed_documents_as_email_links - self._receive_completed_self_signed_documents_as_email_links_metadata = receive_completed_self_signed_documents_as_email_links_metadata - self._signing_ui_version_metadata = signing_ui_version_metadata - self._supplemental_documents_must_accept = supplemental_documents_must_accept - self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata - self._supplemental_documents_must_read = supplemental_documents_must_read - self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata - self._supplemental_documents_must_view = supplemental_documents_must_view - self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata - self._use_new_docu_sign_experience_interface = use_new_docu_sign_experience_interface - self._use_new_docu_sign_experience_interface_metadata = use_new_docu_sign_experience_interface_metadata - self._use_new_sending_interface = use_new_sending_interface - self._use_new_sending_interface_metadata = use_new_sending_interface_metadata - self._vaulting_mode = vaulting_mode - self._vaulting_mode_metadata = vaulting_mode_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_account_management': 'str', + 'allow_account_management_metadata': 'SettingsMetadata', + 'allow_api_access': 'str', + 'allow_api_access_metadata': 'SettingsMetadata', + 'allow_api_access_to_account': 'str', + 'allow_api_access_to_account_metadata': 'SettingsMetadata', + 'allow_api_sending_on_behalf_of_others': 'str', + 'allow_api_sending_on_behalf_of_others_metadata': 'SettingsMetadata', + 'allow_api_sequential_signing': 'str', + 'allow_api_sequential_signing_metadata': 'SettingsMetadata', + 'allow_auto_tagging': 'str', + 'allow_auto_tagging_metadata': 'SettingsMetadata', + 'allow_bulk_sending': 'str', + 'allow_bulk_sending_metadata': 'SettingsMetadata', + 'allow_docu_sign_desktop_client': 'str', + 'allow_docu_sign_desktop_client_metadata': 'SettingsMetadata', + 'allowed_address_book_access': 'str', + 'allowed_address_book_access_metadata': 'SettingsMetadata', + 'allowed_clickwraps_access': 'str', + 'allowed_clickwraps_access_metadata': 'SettingsMetadata', + 'allowed_template_access': 'str', + 'allowed_template_access_metadata': 'SettingsMetadata', + 'allowed_to_be_envelope_transfer_recipient': 'str', + 'allowed_to_be_envelope_transfer_recipient_metadata': 'SettingsMetadata', + 'allow_envelope_sending': 'str', + 'allow_envelope_sending_metadata': 'SettingsMetadata', + 'allow_e_seal_recipients': 'str', + 'allow_e_seal_recipients_metadata': 'SettingsMetadata', + 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'str', + 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'SettingsMetadata', + 'allow_senders_to_set_recipient_email_language': 'str', + 'allow_senders_to_set_recipient_email_language_metadata': 'SettingsMetadata', + 'allow_signer_attachments': 'str', + 'allow_signer_attachments_metadata': 'SettingsMetadata', + 'allow_supplemental_documents': 'str', + 'allow_supplemental_documents_metadata': 'SettingsMetadata', + 'allow_tagging_in_send_and_correct': 'str', + 'allow_tagging_in_send_and_correct_metadata': 'SettingsMetadata', + 'allow_vaulting': 'str', + 'allow_vaulting_metadata': 'SettingsMetadata', + 'allow_wet_signing_override': 'str', + 'allow_wet_signing_override_metadata': 'SettingsMetadata', + 'can_create_workspaces': 'str', + 'can_create_workspaces_metadata': 'SettingsMetadata', + 'disable_document_upload': 'str', + 'disable_document_upload_metadata': 'SettingsMetadata', + 'disable_other_actions': 'str', + 'disable_other_actions_metadata': 'SettingsMetadata', + 'enable_api_request_logging': 'str', + 'enable_api_request_logging_metadata': 'SettingsMetadata', + 'enable_recipient_viewing_notifications': 'str', + 'enable_recipient_viewing_notifications_metadata': 'SettingsMetadata', + 'enable_sequential_signing_interface': 'str', + 'enable_sequential_signing_interface_metadata': 'SettingsMetadata', + 'enable_transaction_point_integration': 'str', + 'enable_transaction_point_integration_metadata': 'SettingsMetadata', + 'power_form_role': 'str', + 'power_form_role_metadata': 'SettingsMetadata', + 'receive_completed_self_signed_documents_as_email_links': 'str', + 'receive_completed_self_signed_documents_as_email_links_metadata': 'SettingsMetadata', + 'signing_ui_version_metadata': 'SettingsMetadata', + 'supplemental_documents_must_accept': 'str', + 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', + 'supplemental_documents_must_read': 'str', + 'supplemental_documents_must_read_metadata': 'SettingsMetadata', + 'supplemental_documents_must_view': 'str', + 'supplemental_documents_must_view_metadata': 'SettingsMetadata', + 'use_new_docu_sign_experience_interface': 'str', + 'use_new_docu_sign_experience_interface_metadata': 'SettingsMetadata', + 'use_new_sending_interface': 'str', + 'use_new_sending_interface_metadata': 'SettingsMetadata', + 'vaulting_mode': 'str', + 'vaulting_mode_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'allow_account_management': 'allowAccountManagement', + 'allow_account_management_metadata': 'allowAccountManagementMetadata', + 'allow_api_access': 'allowApiAccess', + 'allow_api_access_metadata': 'allowApiAccessMetadata', + 'allow_api_access_to_account': 'allowApiAccessToAccount', + 'allow_api_access_to_account_metadata': 'allowApiAccessToAccountMetadata', + 'allow_api_sending_on_behalf_of_others': 'allowApiSendingOnBehalfOfOthers', + 'allow_api_sending_on_behalf_of_others_metadata': 'allowApiSendingOnBehalfOfOthersMetadata', + 'allow_api_sequential_signing': 'allowApiSequentialSigning', + 'allow_api_sequential_signing_metadata': 'allowApiSequentialSigningMetadata', + 'allow_auto_tagging': 'allowAutoTagging', + 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', + 'allow_bulk_sending': 'allowBulkSending', + 'allow_bulk_sending_metadata': 'allowBulkSendingMetadata', + 'allow_docu_sign_desktop_client': 'allowDocuSignDesktopClient', + 'allow_docu_sign_desktop_client_metadata': 'allowDocuSignDesktopClientMetadata', + 'allowed_address_book_access': 'allowedAddressBookAccess', + 'allowed_address_book_access_metadata': 'allowedAddressBookAccessMetadata', + 'allowed_clickwraps_access': 'allowedClickwrapsAccess', + 'allowed_clickwraps_access_metadata': 'allowedClickwrapsAccessMetadata', + 'allowed_template_access': 'allowedTemplateAccess', + 'allowed_template_access_metadata': 'allowedTemplateAccessMetadata', + 'allowed_to_be_envelope_transfer_recipient': 'allowedToBeEnvelopeTransferRecipient', + 'allowed_to_be_envelope_transfer_recipient_metadata': 'allowedToBeEnvelopeTransferRecipientMetadata', + 'allow_envelope_sending': 'allowEnvelopeSending', + 'allow_envelope_sending_metadata': 'allowEnvelopeSendingMetadata', + 'allow_e_seal_recipients': 'allowESealRecipients', + 'allow_e_seal_recipients_metadata': 'allowESealRecipientsMetadata', + 'allow_power_forms_admin_to_access_all_power_form_envelopes': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopes', + 'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata', + 'allow_senders_to_set_recipient_email_language': 'allowSendersToSetRecipientEmailLanguage', + 'allow_senders_to_set_recipient_email_language_metadata': 'allowSendersToSetRecipientEmailLanguageMetadata', + 'allow_signer_attachments': 'allowSignerAttachments', + 'allow_signer_attachments_metadata': 'allowSignerAttachmentsMetadata', + 'allow_supplemental_documents': 'allowSupplementalDocuments', + 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', + 'allow_tagging_in_send_and_correct': 'allowTaggingInSendAndCorrect', + 'allow_tagging_in_send_and_correct_metadata': 'allowTaggingInSendAndCorrectMetadata', + 'allow_vaulting': 'allowVaulting', + 'allow_vaulting_metadata': 'allowVaultingMetadata', + 'allow_wet_signing_override': 'allowWetSigningOverride', + 'allow_wet_signing_override_metadata': 'allowWetSigningOverrideMetadata', + 'can_create_workspaces': 'canCreateWorkspaces', + 'can_create_workspaces_metadata': 'canCreateWorkspacesMetadata', + 'disable_document_upload': 'disableDocumentUpload', + 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', + 'disable_other_actions': 'disableOtherActions', + 'disable_other_actions_metadata': 'disableOtherActionsMetadata', + 'enable_api_request_logging': 'enableApiRequestLogging', + 'enable_api_request_logging_metadata': 'enableApiRequestLoggingMetadata', + 'enable_recipient_viewing_notifications': 'enableRecipientViewingNotifications', + 'enable_recipient_viewing_notifications_metadata': 'enableRecipientViewingNotificationsMetadata', + 'enable_sequential_signing_interface': 'enableSequentialSigningInterface', + 'enable_sequential_signing_interface_metadata': 'enableSequentialSigningInterfaceMetadata', + 'enable_transaction_point_integration': 'enableTransactionPointIntegration', + 'enable_transaction_point_integration_metadata': 'enableTransactionPointIntegrationMetadata', + 'power_form_role': 'powerFormRole', + 'power_form_role_metadata': 'powerFormRoleMetadata', + 'receive_completed_self_signed_documents_as_email_links': 'receiveCompletedSelfSignedDocumentsAsEmailLinks', + 'receive_completed_self_signed_documents_as_email_links_metadata': 'receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata', + 'signing_ui_version_metadata': 'signingUiVersionMetadata', + 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', + 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', + 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', + 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', + 'supplemental_documents_must_view': 'supplementalDocumentsMustView', + 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', + 'use_new_docu_sign_experience_interface': 'useNewDocuSignExperienceInterface', + 'use_new_docu_sign_experience_interface_metadata': 'useNewDocuSignExperienceInterfaceMetadata', + 'use_new_sending_interface': 'useNewSendingInterface', + 'use_new_sending_interface_metadata': 'useNewSendingInterfaceMetadata', + 'vaulting_mode': 'vaultingMode', + 'vaulting_mode_metadata': 'vaultingModeMetadata' + } + + def __init__(self, allow_account_management=None, allow_account_management_metadata=None, allow_api_access=None, allow_api_access_metadata=None, allow_api_access_to_account=None, allow_api_access_to_account_metadata=None, allow_api_sending_on_behalf_of_others=None, allow_api_sending_on_behalf_of_others_metadata=None, allow_api_sequential_signing=None, allow_api_sequential_signing_metadata=None, allow_auto_tagging=None, allow_auto_tagging_metadata=None, allow_bulk_sending=None, allow_bulk_sending_metadata=None, allow_docu_sign_desktop_client=None, allow_docu_sign_desktop_client_metadata=None, allowed_address_book_access=None, allowed_address_book_access_metadata=None, allowed_clickwraps_access=None, allowed_clickwraps_access_metadata=None, allowed_template_access=None, allowed_template_access_metadata=None, allowed_to_be_envelope_transfer_recipient=None, allowed_to_be_envelope_transfer_recipient_metadata=None, allow_envelope_sending=None, allow_envelope_sending_metadata=None, allow_e_seal_recipients=None, allow_e_seal_recipients_metadata=None, allow_power_forms_admin_to_access_all_power_form_envelopes=None, allow_power_forms_admin_to_access_all_power_form_envelopes_metadata=None, allow_senders_to_set_recipient_email_language=None, allow_senders_to_set_recipient_email_language_metadata=None, allow_signer_attachments=None, allow_signer_attachments_metadata=None, allow_supplemental_documents=None, allow_supplemental_documents_metadata=None, allow_tagging_in_send_and_correct=None, allow_tagging_in_send_and_correct_metadata=None, allow_vaulting=None, allow_vaulting_metadata=None, allow_wet_signing_override=None, allow_wet_signing_override_metadata=None, can_create_workspaces=None, can_create_workspaces_metadata=None, disable_document_upload=None, disable_document_upload_metadata=None, disable_other_actions=None, disable_other_actions_metadata=None, enable_api_request_logging=None, enable_api_request_logging_metadata=None, enable_recipient_viewing_notifications=None, enable_recipient_viewing_notifications_metadata=None, enable_sequential_signing_interface=None, enable_sequential_signing_interface_metadata=None, enable_transaction_point_integration=None, enable_transaction_point_integration_metadata=None, power_form_role=None, power_form_role_metadata=None, receive_completed_self_signed_documents_as_email_links=None, receive_completed_self_signed_documents_as_email_links_metadata=None, signing_ui_version_metadata=None, supplemental_documents_must_accept=None, supplemental_documents_must_accept_metadata=None, supplemental_documents_must_read=None, supplemental_documents_must_read_metadata=None, supplemental_documents_must_view=None, supplemental_documents_must_view_metadata=None, use_new_docu_sign_experience_interface=None, use_new_docu_sign_experience_interface_metadata=None, use_new_sending_interface=None, use_new_sending_interface_metadata=None, vaulting_mode=None, vaulting_mode_metadata=None): # noqa: E501 + """AccountRoleSettings - a model defined in Swagger""" # noqa: E501 + + self._allow_account_management = None + self._allow_account_management_metadata = None + self._allow_api_access = None + self._allow_api_access_metadata = None + self._allow_api_access_to_account = None + self._allow_api_access_to_account_metadata = None + self._allow_api_sending_on_behalf_of_others = None + self._allow_api_sending_on_behalf_of_others_metadata = None + self._allow_api_sequential_signing = None + self._allow_api_sequential_signing_metadata = None + self._allow_auto_tagging = None + self._allow_auto_tagging_metadata = None + self._allow_bulk_sending = None + self._allow_bulk_sending_metadata = None + self._allow_docu_sign_desktop_client = None + self._allow_docu_sign_desktop_client_metadata = None + self._allowed_address_book_access = None + self._allowed_address_book_access_metadata = None + self._allowed_clickwraps_access = None + self._allowed_clickwraps_access_metadata = None + self._allowed_template_access = None + self._allowed_template_access_metadata = None + self._allowed_to_be_envelope_transfer_recipient = None + self._allowed_to_be_envelope_transfer_recipient_metadata = None + self._allow_envelope_sending = None + self._allow_envelope_sending_metadata = None + self._allow_e_seal_recipients = None + self._allow_e_seal_recipients_metadata = None + self._allow_power_forms_admin_to_access_all_power_form_envelopes = None + self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = None + self._allow_senders_to_set_recipient_email_language = None + self._allow_senders_to_set_recipient_email_language_metadata = None + self._allow_signer_attachments = None + self._allow_signer_attachments_metadata = None + self._allow_supplemental_documents = None + self._allow_supplemental_documents_metadata = None + self._allow_tagging_in_send_and_correct = None + self._allow_tagging_in_send_and_correct_metadata = None + self._allow_vaulting = None + self._allow_vaulting_metadata = None + self._allow_wet_signing_override = None + self._allow_wet_signing_override_metadata = None + self._can_create_workspaces = None + self._can_create_workspaces_metadata = None + self._disable_document_upload = None + self._disable_document_upload_metadata = None + self._disable_other_actions = None + self._disable_other_actions_metadata = None + self._enable_api_request_logging = None + self._enable_api_request_logging_metadata = None + self._enable_recipient_viewing_notifications = None + self._enable_recipient_viewing_notifications_metadata = None + self._enable_sequential_signing_interface = None + self._enable_sequential_signing_interface_metadata = None + self._enable_transaction_point_integration = None + self._enable_transaction_point_integration_metadata = None + self._power_form_role = None + self._power_form_role_metadata = None + self._receive_completed_self_signed_documents_as_email_links = None + self._receive_completed_self_signed_documents_as_email_links_metadata = None + self._signing_ui_version_metadata = None + self._supplemental_documents_must_accept = None + self._supplemental_documents_must_accept_metadata = None + self._supplemental_documents_must_read = None + self._supplemental_documents_must_read_metadata = None + self._supplemental_documents_must_view = None + self._supplemental_documents_must_view_metadata = None + self._use_new_docu_sign_experience_interface = None + self._use_new_docu_sign_experience_interface_metadata = None + self._use_new_sending_interface = None + self._use_new_sending_interface_metadata = None + self._vaulting_mode = None + self._vaulting_mode_metadata = None + self.discriminator = None + + if allow_account_management is not None: + self.allow_account_management = allow_account_management + if allow_account_management_metadata is not None: + self.allow_account_management_metadata = allow_account_management_metadata + if allow_api_access is not None: + self.allow_api_access = allow_api_access + if allow_api_access_metadata is not None: + self.allow_api_access_metadata = allow_api_access_metadata + if allow_api_access_to_account is not None: + self.allow_api_access_to_account = allow_api_access_to_account + if allow_api_access_to_account_metadata is not None: + self.allow_api_access_to_account_metadata = allow_api_access_to_account_metadata + if allow_api_sending_on_behalf_of_others is not None: + self.allow_api_sending_on_behalf_of_others = allow_api_sending_on_behalf_of_others + if allow_api_sending_on_behalf_of_others_metadata is not None: + self.allow_api_sending_on_behalf_of_others_metadata = allow_api_sending_on_behalf_of_others_metadata + if allow_api_sequential_signing is not None: + self.allow_api_sequential_signing = allow_api_sequential_signing + if allow_api_sequential_signing_metadata is not None: + self.allow_api_sequential_signing_metadata = allow_api_sequential_signing_metadata + if allow_auto_tagging is not None: + self.allow_auto_tagging = allow_auto_tagging + if allow_auto_tagging_metadata is not None: + self.allow_auto_tagging_metadata = allow_auto_tagging_metadata + if allow_bulk_sending is not None: + self.allow_bulk_sending = allow_bulk_sending + if allow_bulk_sending_metadata is not None: + self.allow_bulk_sending_metadata = allow_bulk_sending_metadata + if allow_docu_sign_desktop_client is not None: + self.allow_docu_sign_desktop_client = allow_docu_sign_desktop_client + if allow_docu_sign_desktop_client_metadata is not None: + self.allow_docu_sign_desktop_client_metadata = allow_docu_sign_desktop_client_metadata + if allowed_address_book_access is not None: + self.allowed_address_book_access = allowed_address_book_access + if allowed_address_book_access_metadata is not None: + self.allowed_address_book_access_metadata = allowed_address_book_access_metadata + if allowed_clickwraps_access is not None: + self.allowed_clickwraps_access = allowed_clickwraps_access + if allowed_clickwraps_access_metadata is not None: + self.allowed_clickwraps_access_metadata = allowed_clickwraps_access_metadata + if allowed_template_access is not None: + self.allowed_template_access = allowed_template_access + if allowed_template_access_metadata is not None: + self.allowed_template_access_metadata = allowed_template_access_metadata + if allowed_to_be_envelope_transfer_recipient is not None: + self.allowed_to_be_envelope_transfer_recipient = allowed_to_be_envelope_transfer_recipient + if allowed_to_be_envelope_transfer_recipient_metadata is not None: + self.allowed_to_be_envelope_transfer_recipient_metadata = allowed_to_be_envelope_transfer_recipient_metadata + if allow_envelope_sending is not None: + self.allow_envelope_sending = allow_envelope_sending + if allow_envelope_sending_metadata is not None: + self.allow_envelope_sending_metadata = allow_envelope_sending_metadata + if allow_e_seal_recipients is not None: + self.allow_e_seal_recipients = allow_e_seal_recipients + if allow_e_seal_recipients_metadata is not None: + self.allow_e_seal_recipients_metadata = allow_e_seal_recipients_metadata + if allow_power_forms_admin_to_access_all_power_form_envelopes is not None: + self.allow_power_forms_admin_to_access_all_power_form_envelopes = allow_power_forms_admin_to_access_all_power_form_envelopes + if allow_power_forms_admin_to_access_all_power_form_envelopes_metadata is not None: + self.allow_power_forms_admin_to_access_all_power_form_envelopes_metadata = allow_power_forms_admin_to_access_all_power_form_envelopes_metadata + if allow_senders_to_set_recipient_email_language is not None: + self.allow_senders_to_set_recipient_email_language = allow_senders_to_set_recipient_email_language + if allow_senders_to_set_recipient_email_language_metadata is not None: + self.allow_senders_to_set_recipient_email_language_metadata = allow_senders_to_set_recipient_email_language_metadata + if allow_signer_attachments is not None: + self.allow_signer_attachments = allow_signer_attachments + if allow_signer_attachments_metadata is not None: + self.allow_signer_attachments_metadata = allow_signer_attachments_metadata + if allow_supplemental_documents is not None: + self.allow_supplemental_documents = allow_supplemental_documents + if allow_supplemental_documents_metadata is not None: + self.allow_supplemental_documents_metadata = allow_supplemental_documents_metadata + if allow_tagging_in_send_and_correct is not None: + self.allow_tagging_in_send_and_correct = allow_tagging_in_send_and_correct + if allow_tagging_in_send_and_correct_metadata is not None: + self.allow_tagging_in_send_and_correct_metadata = allow_tagging_in_send_and_correct_metadata + if allow_vaulting is not None: + self.allow_vaulting = allow_vaulting + if allow_vaulting_metadata is not None: + self.allow_vaulting_metadata = allow_vaulting_metadata + if allow_wet_signing_override is not None: + self.allow_wet_signing_override = allow_wet_signing_override + if allow_wet_signing_override_metadata is not None: + self.allow_wet_signing_override_metadata = allow_wet_signing_override_metadata + if can_create_workspaces is not None: + self.can_create_workspaces = can_create_workspaces + if can_create_workspaces_metadata is not None: + self.can_create_workspaces_metadata = can_create_workspaces_metadata + if disable_document_upload is not None: + self.disable_document_upload = disable_document_upload + if disable_document_upload_metadata is not None: + self.disable_document_upload_metadata = disable_document_upload_metadata + if disable_other_actions is not None: + self.disable_other_actions = disable_other_actions + if disable_other_actions_metadata is not None: + self.disable_other_actions_metadata = disable_other_actions_metadata + if enable_api_request_logging is not None: + self.enable_api_request_logging = enable_api_request_logging + if enable_api_request_logging_metadata is not None: + self.enable_api_request_logging_metadata = enable_api_request_logging_metadata + if enable_recipient_viewing_notifications is not None: + self.enable_recipient_viewing_notifications = enable_recipient_viewing_notifications + if enable_recipient_viewing_notifications_metadata is not None: + self.enable_recipient_viewing_notifications_metadata = enable_recipient_viewing_notifications_metadata + if enable_sequential_signing_interface is not None: + self.enable_sequential_signing_interface = enable_sequential_signing_interface + if enable_sequential_signing_interface_metadata is not None: + self.enable_sequential_signing_interface_metadata = enable_sequential_signing_interface_metadata + if enable_transaction_point_integration is not None: + self.enable_transaction_point_integration = enable_transaction_point_integration + if enable_transaction_point_integration_metadata is not None: + self.enable_transaction_point_integration_metadata = enable_transaction_point_integration_metadata + if power_form_role is not None: + self.power_form_role = power_form_role + if power_form_role_metadata is not None: + self.power_form_role_metadata = power_form_role_metadata + if receive_completed_self_signed_documents_as_email_links is not None: + self.receive_completed_self_signed_documents_as_email_links = receive_completed_self_signed_documents_as_email_links + if receive_completed_self_signed_documents_as_email_links_metadata is not None: + self.receive_completed_self_signed_documents_as_email_links_metadata = receive_completed_self_signed_documents_as_email_links_metadata + if signing_ui_version_metadata is not None: + self.signing_ui_version_metadata = signing_ui_version_metadata + if supplemental_documents_must_accept is not None: + self.supplemental_documents_must_accept = supplemental_documents_must_accept + if supplemental_documents_must_accept_metadata is not None: + self.supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata + if supplemental_documents_must_read is not None: + self.supplemental_documents_must_read = supplemental_documents_must_read + if supplemental_documents_must_read_metadata is not None: + self.supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata + if supplemental_documents_must_view is not None: + self.supplemental_documents_must_view = supplemental_documents_must_view + if supplemental_documents_must_view_metadata is not None: + self.supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata + if use_new_docu_sign_experience_interface is not None: + self.use_new_docu_sign_experience_interface = use_new_docu_sign_experience_interface + if use_new_docu_sign_experience_interface_metadata is not None: + self.use_new_docu_sign_experience_interface_metadata = use_new_docu_sign_experience_interface_metadata + if use_new_sending_interface is not None: + self.use_new_sending_interface = use_new_sending_interface + if use_new_sending_interface_metadata is not None: + self.use_new_sending_interface_metadata = use_new_sending_interface_metadata + if vaulting_mode is not None: + self.vaulting_mode = vaulting_mode + if vaulting_mode_metadata is not None: + self.vaulting_mode_metadata = vaulting_mode_metadata @property def allow_account_management(self): - """ - Gets the allow_account_management of this AccountRoleSettings. - + """Gets the allow_account_management of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_account_management of this AccountRoleSettings. + :return: The allow_account_management of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_account_management @allow_account_management.setter def allow_account_management(self, allow_account_management): - """ - Sets the allow_account_management of this AccountRoleSettings. - + """Sets the allow_account_management of this AccountRoleSettings. - :param allow_account_management: The allow_account_management of this AccountRoleSettings. + # noqa: E501 + + :param allow_account_management: The allow_account_management of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -281,20 +432,20 @@ def allow_account_management(self, allow_account_management): @property def allow_account_management_metadata(self): - """ - Gets the allow_account_management_metadata of this AccountRoleSettings. + """Gets the allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_account_management_metadata of this AccountRoleSettings. + :return: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_account_management_metadata @allow_account_management_metadata.setter def allow_account_management_metadata(self, allow_account_management_metadata): - """ - Sets the allow_account_management_metadata of this AccountRoleSettings. + """Sets the allow_account_management_metadata of this AccountRoleSettings. + - :param allow_account_management_metadata: The allow_account_management_metadata of this AccountRoleSettings. + :param allow_account_management_metadata: The allow_account_management_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -302,22 +453,22 @@ def allow_account_management_metadata(self, allow_account_management_metadata): @property def allow_api_access(self): - """ - Gets the allow_api_access of this AccountRoleSettings. - + """Gets the allow_api_access of this AccountRoleSettings. # noqa: E501 - :return: The allow_api_access of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_api_access of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_api_access @allow_api_access.setter def allow_api_access(self, allow_api_access): - """ - Sets the allow_api_access of this AccountRoleSettings. - + """Sets the allow_api_access of this AccountRoleSettings. + + # noqa: E501 - :param allow_api_access: The allow_api_access of this AccountRoleSettings. + :param allow_api_access: The allow_api_access of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -325,20 +476,20 @@ def allow_api_access(self, allow_api_access): @property def allow_api_access_metadata(self): - """ - Gets the allow_api_access_metadata of this AccountRoleSettings. + """Gets the allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_api_access_metadata of this AccountRoleSettings. + :return: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_api_access_metadata @allow_api_access_metadata.setter def allow_api_access_metadata(self, allow_api_access_metadata): - """ - Sets the allow_api_access_metadata of this AccountRoleSettings. + """Sets the allow_api_access_metadata of this AccountRoleSettings. - :param allow_api_access_metadata: The allow_api_access_metadata of this AccountRoleSettings. + + :param allow_api_access_metadata: The allow_api_access_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -346,22 +497,22 @@ def allow_api_access_metadata(self, allow_api_access_metadata): @property def allow_api_access_to_account(self): - """ - Gets the allow_api_access_to_account of this AccountRoleSettings. - + """Gets the allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_api_access_to_account of this AccountRoleSettings. + :return: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_api_access_to_account @allow_api_access_to_account.setter def allow_api_access_to_account(self, allow_api_access_to_account): - """ - Sets the allow_api_access_to_account of this AccountRoleSettings. - + """Sets the allow_api_access_to_account of this AccountRoleSettings. + + # noqa: E501 - :param allow_api_access_to_account: The allow_api_access_to_account of this AccountRoleSettings. + :param allow_api_access_to_account: The allow_api_access_to_account of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -369,20 +520,20 @@ def allow_api_access_to_account(self, allow_api_access_to_account): @property def allow_api_access_to_account_metadata(self): - """ - Gets the allow_api_access_to_account_metadata of this AccountRoleSettings. + """Gets the allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allow_api_access_to_account_metadata of this AccountRoleSettings. + + :return: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_api_access_to_account_metadata @allow_api_access_to_account_metadata.setter def allow_api_access_to_account_metadata(self, allow_api_access_to_account_metadata): - """ - Sets the allow_api_access_to_account_metadata of this AccountRoleSettings. + """Sets the allow_api_access_to_account_metadata of this AccountRoleSettings. + - :param allow_api_access_to_account_metadata: The allow_api_access_to_account_metadata of this AccountRoleSettings. + :param allow_api_access_to_account_metadata: The allow_api_access_to_account_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -390,22 +541,22 @@ def allow_api_access_to_account_metadata(self, allow_api_access_to_account_metad @property def allow_api_sending_on_behalf_of_others(self): - """ - Gets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. - + """Gets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. + :return: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_api_sending_on_behalf_of_others @allow_api_sending_on_behalf_of_others.setter def allow_api_sending_on_behalf_of_others(self, allow_api_sending_on_behalf_of_others): - """ - Sets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. - + """Sets the allow_api_sending_on_behalf_of_others of this AccountRoleSettings. - :param allow_api_sending_on_behalf_of_others: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. + # noqa: E501 + + :param allow_api_sending_on_behalf_of_others: The allow_api_sending_on_behalf_of_others of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -413,20 +564,20 @@ def allow_api_sending_on_behalf_of_others(self, allow_api_sending_on_behalf_of_o @property def allow_api_sending_on_behalf_of_others_metadata(self): - """ - Gets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. + """Gets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. + :return: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_api_sending_on_behalf_of_others_metadata @allow_api_sending_on_behalf_of_others_metadata.setter def allow_api_sending_on_behalf_of_others_metadata(self, allow_api_sending_on_behalf_of_others_metadata): - """ - Sets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. + """Sets the allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. + - :param allow_api_sending_on_behalf_of_others_metadata: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. + :param allow_api_sending_on_behalf_of_others_metadata: The allow_api_sending_on_behalf_of_others_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -434,22 +585,22 @@ def allow_api_sending_on_behalf_of_others_metadata(self, allow_api_sending_on_be @property def allow_api_sequential_signing(self): - """ - Gets the allow_api_sequential_signing of this AccountRoleSettings. - + """Gets the allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 - :return: The allow_api_sequential_signing of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_api_sequential_signing @allow_api_sequential_signing.setter def allow_api_sequential_signing(self, allow_api_sequential_signing): - """ - Sets the allow_api_sequential_signing of this AccountRoleSettings. - + """Sets the allow_api_sequential_signing of this AccountRoleSettings. + + # noqa: E501 - :param allow_api_sequential_signing: The allow_api_sequential_signing of this AccountRoleSettings. + :param allow_api_sequential_signing: The allow_api_sequential_signing of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -457,20 +608,20 @@ def allow_api_sequential_signing(self, allow_api_sequential_signing): @property def allow_api_sequential_signing_metadata(self): - """ - Gets the allow_api_sequential_signing_metadata of this AccountRoleSettings. + """Gets the allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_api_sequential_signing_metadata of this AccountRoleSettings. + :return: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_api_sequential_signing_metadata @allow_api_sequential_signing_metadata.setter def allow_api_sequential_signing_metadata(self, allow_api_sequential_signing_metadata): - """ - Sets the allow_api_sequential_signing_metadata of this AccountRoleSettings. + """Sets the allow_api_sequential_signing_metadata of this AccountRoleSettings. - :param allow_api_sequential_signing_metadata: The allow_api_sequential_signing_metadata of this AccountRoleSettings. + + :param allow_api_sequential_signing_metadata: The allow_api_sequential_signing_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -478,22 +629,22 @@ def allow_api_sequential_signing_metadata(self, allow_api_sequential_signing_met @property def allow_auto_tagging(self): - """ - Gets the allow_auto_tagging of this AccountRoleSettings. - + """Gets the allow_auto_tagging of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_auto_tagging of this AccountRoleSettings. + :return: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_auto_tagging @allow_auto_tagging.setter def allow_auto_tagging(self, allow_auto_tagging): - """ - Sets the allow_auto_tagging of this AccountRoleSettings. - + """Sets the allow_auto_tagging of this AccountRoleSettings. + + # noqa: E501 - :param allow_auto_tagging: The allow_auto_tagging of this AccountRoleSettings. + :param allow_auto_tagging: The allow_auto_tagging of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -501,20 +652,20 @@ def allow_auto_tagging(self, allow_auto_tagging): @property def allow_auto_tagging_metadata(self): - """ - Gets the allow_auto_tagging_metadata of this AccountRoleSettings. + """Gets the allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allow_auto_tagging_metadata of this AccountRoleSettings. + + :return: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_auto_tagging_metadata @allow_auto_tagging_metadata.setter def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): - """ - Sets the allow_auto_tagging_metadata of this AccountRoleSettings. + """Sets the allow_auto_tagging_metadata of this AccountRoleSettings. + - :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountRoleSettings. + :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -522,22 +673,22 @@ def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): @property def allow_bulk_sending(self): - """ - Gets the allow_bulk_sending of this AccountRoleSettings. - + """Gets the allow_bulk_sending of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_bulk_sending of this AccountRoleSettings. + :return: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_bulk_sending @allow_bulk_sending.setter def allow_bulk_sending(self, allow_bulk_sending): - """ - Sets the allow_bulk_sending of this AccountRoleSettings. - + """Sets the allow_bulk_sending of this AccountRoleSettings. - :param allow_bulk_sending: The allow_bulk_sending of this AccountRoleSettings. + # noqa: E501 + + :param allow_bulk_sending: The allow_bulk_sending of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -545,20 +696,20 @@ def allow_bulk_sending(self, allow_bulk_sending): @property def allow_bulk_sending_metadata(self): - """ - Gets the allow_bulk_sending_metadata of this AccountRoleSettings. + """Gets the allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_bulk_sending_metadata of this AccountRoleSettings. + :return: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_bulk_sending_metadata @allow_bulk_sending_metadata.setter def allow_bulk_sending_metadata(self, allow_bulk_sending_metadata): - """ - Sets the allow_bulk_sending_metadata of this AccountRoleSettings. + """Sets the allow_bulk_sending_metadata of this AccountRoleSettings. + - :param allow_bulk_sending_metadata: The allow_bulk_sending_metadata of this AccountRoleSettings. + :param allow_bulk_sending_metadata: The allow_bulk_sending_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -566,22 +717,22 @@ def allow_bulk_sending_metadata(self, allow_bulk_sending_metadata): @property def allow_docu_sign_desktop_client(self): - """ - Gets the allow_docu_sign_desktop_client of this AccountRoleSettings. - + """Gets the allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 - :return: The allow_docu_sign_desktop_client of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_docu_sign_desktop_client @allow_docu_sign_desktop_client.setter def allow_docu_sign_desktop_client(self, allow_docu_sign_desktop_client): - """ - Sets the allow_docu_sign_desktop_client of this AccountRoleSettings. - + """Sets the allow_docu_sign_desktop_client of this AccountRoleSettings. + + # noqa: E501 - :param allow_docu_sign_desktop_client: The allow_docu_sign_desktop_client of this AccountRoleSettings. + :param allow_docu_sign_desktop_client: The allow_docu_sign_desktop_client of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -589,20 +740,20 @@ def allow_docu_sign_desktop_client(self, allow_docu_sign_desktop_client): @property def allow_docu_sign_desktop_client_metadata(self): - """ - Gets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. + """Gets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. + :return: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_docu_sign_desktop_client_metadata @allow_docu_sign_desktop_client_metadata.setter def allow_docu_sign_desktop_client_metadata(self, allow_docu_sign_desktop_client_metadata): - """ - Sets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. + """Sets the allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. - :param allow_docu_sign_desktop_client_metadata: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. + + :param allow_docu_sign_desktop_client_metadata: The allow_docu_sign_desktop_client_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -610,22 +761,22 @@ def allow_docu_sign_desktop_client_metadata(self, allow_docu_sign_desktop_client @property def allowed_address_book_access(self): - """ - Gets the allowed_address_book_access of this AccountRoleSettings. - + """Gets the allowed_address_book_access of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allowed_address_book_access of this AccountRoleSettings. + :return: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allowed_address_book_access @allowed_address_book_access.setter def allowed_address_book_access(self, allowed_address_book_access): - """ - Sets the allowed_address_book_access of this AccountRoleSettings. - + """Sets the allowed_address_book_access of this AccountRoleSettings. + + # noqa: E501 - :param allowed_address_book_access: The allowed_address_book_access of this AccountRoleSettings. + :param allowed_address_book_access: The allowed_address_book_access of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -633,20 +784,20 @@ def allowed_address_book_access(self, allowed_address_book_access): @property def allowed_address_book_access_metadata(self): - """ - Gets the allowed_address_book_access_metadata of this AccountRoleSettings. + """Gets the allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allowed_address_book_access_metadata of this AccountRoleSettings. + + :return: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allowed_address_book_access_metadata @allowed_address_book_access_metadata.setter def allowed_address_book_access_metadata(self, allowed_address_book_access_metadata): - """ - Sets the allowed_address_book_access_metadata of this AccountRoleSettings. + """Sets the allowed_address_book_access_metadata of this AccountRoleSettings. + - :param allowed_address_book_access_metadata: The allowed_address_book_access_metadata of this AccountRoleSettings. + :param allowed_address_book_access_metadata: The allowed_address_book_access_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -654,22 +805,22 @@ def allowed_address_book_access_metadata(self, allowed_address_book_access_metad @property def allowed_clickwraps_access(self): - """ - Gets the allowed_clickwraps_access of this AccountRoleSettings. - + """Gets the allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allowed_clickwraps_access of this AccountRoleSettings. + :return: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allowed_clickwraps_access @allowed_clickwraps_access.setter def allowed_clickwraps_access(self, allowed_clickwraps_access): - """ - Sets the allowed_clickwraps_access of this AccountRoleSettings. - + """Sets the allowed_clickwraps_access of this AccountRoleSettings. - :param allowed_clickwraps_access: The allowed_clickwraps_access of this AccountRoleSettings. + # noqa: E501 + + :param allowed_clickwraps_access: The allowed_clickwraps_access of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -677,20 +828,20 @@ def allowed_clickwraps_access(self, allowed_clickwraps_access): @property def allowed_clickwraps_access_metadata(self): - """ - Gets the allowed_clickwraps_access_metadata of this AccountRoleSettings. + """Gets the allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allowed_clickwraps_access_metadata of this AccountRoleSettings. + :return: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allowed_clickwraps_access_metadata @allowed_clickwraps_access_metadata.setter def allowed_clickwraps_access_metadata(self, allowed_clickwraps_access_metadata): - """ - Sets the allowed_clickwraps_access_metadata of this AccountRoleSettings. + """Sets the allowed_clickwraps_access_metadata of this AccountRoleSettings. + - :param allowed_clickwraps_access_metadata: The allowed_clickwraps_access_metadata of this AccountRoleSettings. + :param allowed_clickwraps_access_metadata: The allowed_clickwraps_access_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -698,22 +849,22 @@ def allowed_clickwraps_access_metadata(self, allowed_clickwraps_access_metadata) @property def allowed_template_access(self): - """ - Gets the allowed_template_access of this AccountRoleSettings. - + """Gets the allowed_template_access of this AccountRoleSettings. # noqa: E501 - :return: The allowed_template_access of this AccountRoleSettings. + # noqa: E501 + + :return: The allowed_template_access of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allowed_template_access @allowed_template_access.setter def allowed_template_access(self, allowed_template_access): - """ - Sets the allowed_template_access of this AccountRoleSettings. - + """Sets the allowed_template_access of this AccountRoleSettings. + + # noqa: E501 - :param allowed_template_access: The allowed_template_access of this AccountRoleSettings. + :param allowed_template_access: The allowed_template_access of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -721,20 +872,20 @@ def allowed_template_access(self, allowed_template_access): @property def allowed_template_access_metadata(self): - """ - Gets the allowed_template_access_metadata of this AccountRoleSettings. + """Gets the allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allowed_template_access_metadata of this AccountRoleSettings. + :return: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allowed_template_access_metadata @allowed_template_access_metadata.setter def allowed_template_access_metadata(self, allowed_template_access_metadata): - """ - Sets the allowed_template_access_metadata of this AccountRoleSettings. + """Sets the allowed_template_access_metadata of this AccountRoleSettings. - :param allowed_template_access_metadata: The allowed_template_access_metadata of this AccountRoleSettings. + + :param allowed_template_access_metadata: The allowed_template_access_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -742,22 +893,22 @@ def allowed_template_access_metadata(self, allowed_template_access_metadata): @property def allowed_to_be_envelope_transfer_recipient(self): - """ - Gets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. - + """Gets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. + :return: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allowed_to_be_envelope_transfer_recipient @allowed_to_be_envelope_transfer_recipient.setter def allowed_to_be_envelope_transfer_recipient(self, allowed_to_be_envelope_transfer_recipient): - """ - Sets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. - + """Sets the allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. + + # noqa: E501 - :param allowed_to_be_envelope_transfer_recipient: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. + :param allowed_to_be_envelope_transfer_recipient: The allowed_to_be_envelope_transfer_recipient of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -765,20 +916,20 @@ def allowed_to_be_envelope_transfer_recipient(self, allowed_to_be_envelope_trans @property def allowed_to_be_envelope_transfer_recipient_metadata(self): - """ - Gets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. + """Gets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. + + :return: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allowed_to_be_envelope_transfer_recipient_metadata @allowed_to_be_envelope_transfer_recipient_metadata.setter def allowed_to_be_envelope_transfer_recipient_metadata(self, allowed_to_be_envelope_transfer_recipient_metadata): - """ - Sets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. + """Sets the allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. + - :param allowed_to_be_envelope_transfer_recipient_metadata: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. + :param allowed_to_be_envelope_transfer_recipient_metadata: The allowed_to_be_envelope_transfer_recipient_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -786,22 +937,22 @@ def allowed_to_be_envelope_transfer_recipient_metadata(self, allowed_to_be_envel @property def allow_envelope_sending(self): - """ - Gets the allow_envelope_sending of this AccountRoleSettings. - + """Gets the allow_envelope_sending of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_envelope_sending of this AccountRoleSettings. + :return: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_envelope_sending @allow_envelope_sending.setter def allow_envelope_sending(self, allow_envelope_sending): - """ - Sets the allow_envelope_sending of this AccountRoleSettings. - + """Sets the allow_envelope_sending of this AccountRoleSettings. - :param allow_envelope_sending: The allow_envelope_sending of this AccountRoleSettings. + # noqa: E501 + + :param allow_envelope_sending: The allow_envelope_sending of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -809,20 +960,20 @@ def allow_envelope_sending(self, allow_envelope_sending): @property def allow_envelope_sending_metadata(self): - """ - Gets the allow_envelope_sending_metadata of this AccountRoleSettings. + """Gets the allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_envelope_sending_metadata of this AccountRoleSettings. + :return: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_sending_metadata @allow_envelope_sending_metadata.setter def allow_envelope_sending_metadata(self, allow_envelope_sending_metadata): - """ - Sets the allow_envelope_sending_metadata of this AccountRoleSettings. + """Sets the allow_envelope_sending_metadata of this AccountRoleSettings. + - :param allow_envelope_sending_metadata: The allow_envelope_sending_metadata of this AccountRoleSettings. + :param allow_envelope_sending_metadata: The allow_envelope_sending_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -830,22 +981,22 @@ def allow_envelope_sending_metadata(self, allow_envelope_sending_metadata): @property def allow_e_seal_recipients(self): - """ - Gets the allow_e_seal_recipients of this AccountRoleSettings. - + """Gets the allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 - :return: The allow_e_seal_recipients of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_e_seal_recipients @allow_e_seal_recipients.setter def allow_e_seal_recipients(self, allow_e_seal_recipients): - """ - Sets the allow_e_seal_recipients of this AccountRoleSettings. - + """Sets the allow_e_seal_recipients of this AccountRoleSettings. + + # noqa: E501 - :param allow_e_seal_recipients: The allow_e_seal_recipients of this AccountRoleSettings. + :param allow_e_seal_recipients: The allow_e_seal_recipients of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -853,20 +1004,20 @@ def allow_e_seal_recipients(self, allow_e_seal_recipients): @property def allow_e_seal_recipients_metadata(self): - """ - Gets the allow_e_seal_recipients_metadata of this AccountRoleSettings. + """Gets the allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_e_seal_recipients_metadata of this AccountRoleSettings. + :return: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_e_seal_recipients_metadata @allow_e_seal_recipients_metadata.setter def allow_e_seal_recipients_metadata(self, allow_e_seal_recipients_metadata): - """ - Sets the allow_e_seal_recipients_metadata of this AccountRoleSettings. + """Sets the allow_e_seal_recipients_metadata of this AccountRoleSettings. - :param allow_e_seal_recipients_metadata: The allow_e_seal_recipients_metadata of this AccountRoleSettings. + + :param allow_e_seal_recipients_metadata: The allow_e_seal_recipients_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -874,22 +1025,22 @@ def allow_e_seal_recipients_metadata(self, allow_e_seal_recipients_metadata): @property def allow_power_forms_admin_to_access_all_power_form_envelopes(self): - """ - Gets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. - + """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 - :return: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_power_forms_admin_to_access_all_power_form_envelopes @allow_power_forms_admin_to_access_all_power_form_envelopes.setter def allow_power_forms_admin_to_access_all_power_form_envelopes(self, allow_power_forms_admin_to_access_all_power_form_envelopes): - """ - Sets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. - + """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. + + # noqa: E501 - :param allow_power_forms_admin_to_access_all_power_form_envelopes: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. + :param allow_power_forms_admin_to_access_all_power_form_envelopes: The allow_power_forms_admin_to_access_all_power_form_envelopes of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -897,20 +1048,20 @@ def allow_power_forms_admin_to_access_all_power_form_envelopes(self, allow_power @property def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self): - """ - Gets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. + """Gets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. + :return: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_power_forms_admin_to_access_all_power_form_envelopes_metadata @allow_power_forms_admin_to_access_all_power_form_envelopes_metadata.setter def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelopes_metadata): - """ - Sets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. + """Sets the allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. - :param allow_power_forms_admin_to_access_all_power_form_envelopes_metadata: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. + + :param allow_power_forms_admin_to_access_all_power_form_envelopes_metadata: The allow_power_forms_admin_to_access_all_power_form_envelopes_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -918,22 +1069,22 @@ def allow_power_forms_admin_to_access_all_power_form_envelopes_metadata(self, al @property def allow_senders_to_set_recipient_email_language(self): - """ - Gets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. - + """Gets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. + :return: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_senders_to_set_recipient_email_language @allow_senders_to_set_recipient_email_language.setter def allow_senders_to_set_recipient_email_language(self, allow_senders_to_set_recipient_email_language): - """ - Sets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. - + """Sets the allow_senders_to_set_recipient_email_language of this AccountRoleSettings. + + # noqa: E501 - :param allow_senders_to_set_recipient_email_language: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. + :param allow_senders_to_set_recipient_email_language: The allow_senders_to_set_recipient_email_language of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -941,20 +1092,20 @@ def allow_senders_to_set_recipient_email_language(self, allow_senders_to_set_rec @property def allow_senders_to_set_recipient_email_language_metadata(self): - """ - Gets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. + """Gets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. + + :return: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_senders_to_set_recipient_email_language_metadata @allow_senders_to_set_recipient_email_language_metadata.setter def allow_senders_to_set_recipient_email_language_metadata(self, allow_senders_to_set_recipient_email_language_metadata): - """ - Sets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. + """Sets the allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. + - :param allow_senders_to_set_recipient_email_language_metadata: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. + :param allow_senders_to_set_recipient_email_language_metadata: The allow_senders_to_set_recipient_email_language_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -962,22 +1113,22 @@ def allow_senders_to_set_recipient_email_language_metadata(self, allow_senders_t @property def allow_signer_attachments(self): - """ - Gets the allow_signer_attachments of this AccountRoleSettings. - + """Gets the allow_signer_attachments of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_signer_attachments of this AccountRoleSettings. + :return: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_signer_attachments @allow_signer_attachments.setter def allow_signer_attachments(self, allow_signer_attachments): - """ - Sets the allow_signer_attachments of this AccountRoleSettings. - + """Sets the allow_signer_attachments of this AccountRoleSettings. - :param allow_signer_attachments: The allow_signer_attachments of this AccountRoleSettings. + # noqa: E501 + + :param allow_signer_attachments: The allow_signer_attachments of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -985,20 +1136,20 @@ def allow_signer_attachments(self, allow_signer_attachments): @property def allow_signer_attachments_metadata(self): - """ - Gets the allow_signer_attachments_metadata of this AccountRoleSettings. + """Gets the allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_signer_attachments_metadata of this AccountRoleSettings. + :return: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signer_attachments_metadata @allow_signer_attachments_metadata.setter def allow_signer_attachments_metadata(self, allow_signer_attachments_metadata): - """ - Sets the allow_signer_attachments_metadata of this AccountRoleSettings. + """Sets the allow_signer_attachments_metadata of this AccountRoleSettings. + - :param allow_signer_attachments_metadata: The allow_signer_attachments_metadata of this AccountRoleSettings. + :param allow_signer_attachments_metadata: The allow_signer_attachments_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1006,22 +1157,22 @@ def allow_signer_attachments_metadata(self, allow_signer_attachments_metadata): @property def allow_supplemental_documents(self): - """ - Gets the allow_supplemental_documents of this AccountRoleSettings. - + """Gets the allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 - :return: The allow_supplemental_documents of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_supplemental_documents @allow_supplemental_documents.setter def allow_supplemental_documents(self, allow_supplemental_documents): - """ - Sets the allow_supplemental_documents of this AccountRoleSettings. - + """Sets the allow_supplemental_documents of this AccountRoleSettings. + + # noqa: E501 - :param allow_supplemental_documents: The allow_supplemental_documents of this AccountRoleSettings. + :param allow_supplemental_documents: The allow_supplemental_documents of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1029,20 +1180,20 @@ def allow_supplemental_documents(self, allow_supplemental_documents): @property def allow_supplemental_documents_metadata(self): - """ - Gets the allow_supplemental_documents_metadata of this AccountRoleSettings. + """Gets the allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_supplemental_documents_metadata of this AccountRoleSettings. + :return: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_supplemental_documents_metadata @allow_supplemental_documents_metadata.setter def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): - """ - Sets the allow_supplemental_documents_metadata of this AccountRoleSettings. + """Sets the allow_supplemental_documents_metadata of this AccountRoleSettings. - :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountRoleSettings. + + :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1050,22 +1201,22 @@ def allow_supplemental_documents_metadata(self, allow_supplemental_documents_met @property def allow_tagging_in_send_and_correct(self): - """ - Gets the allow_tagging_in_send_and_correct of this AccountRoleSettings. - + """Gets the allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_tagging_in_send_and_correct of this AccountRoleSettings. + :return: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_tagging_in_send_and_correct @allow_tagging_in_send_and_correct.setter def allow_tagging_in_send_and_correct(self, allow_tagging_in_send_and_correct): - """ - Sets the allow_tagging_in_send_and_correct of this AccountRoleSettings. - + """Sets the allow_tagging_in_send_and_correct of this AccountRoleSettings. + + # noqa: E501 - :param allow_tagging_in_send_and_correct: The allow_tagging_in_send_and_correct of this AccountRoleSettings. + :param allow_tagging_in_send_and_correct: The allow_tagging_in_send_and_correct of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1073,20 +1224,20 @@ def allow_tagging_in_send_and_correct(self, allow_tagging_in_send_and_correct): @property def allow_tagging_in_send_and_correct_metadata(self): - """ - Gets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. + """Gets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 - :return: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. + + :return: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_tagging_in_send_and_correct_metadata @allow_tagging_in_send_and_correct_metadata.setter def allow_tagging_in_send_and_correct_metadata(self, allow_tagging_in_send_and_correct_metadata): - """ - Sets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. + """Sets the allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. + - :param allow_tagging_in_send_and_correct_metadata: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. + :param allow_tagging_in_send_and_correct_metadata: The allow_tagging_in_send_and_correct_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1094,22 +1245,22 @@ def allow_tagging_in_send_and_correct_metadata(self, allow_tagging_in_send_and_c @property def allow_vaulting(self): - """ - Gets the allow_vaulting of this AccountRoleSettings. - + """Gets the allow_vaulting of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_vaulting of this AccountRoleSettings. + :return: The allow_vaulting of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_vaulting @allow_vaulting.setter def allow_vaulting(self, allow_vaulting): - """ - Sets the allow_vaulting of this AccountRoleSettings. - + """Sets the allow_vaulting of this AccountRoleSettings. - :param allow_vaulting: The allow_vaulting of this AccountRoleSettings. + # noqa: E501 + + :param allow_vaulting: The allow_vaulting of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1117,20 +1268,20 @@ def allow_vaulting(self, allow_vaulting): @property def allow_vaulting_metadata(self): - """ - Gets the allow_vaulting_metadata of this AccountRoleSettings. + """Gets the allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_vaulting_metadata of this AccountRoleSettings. + :return: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_vaulting_metadata @allow_vaulting_metadata.setter def allow_vaulting_metadata(self, allow_vaulting_metadata): - """ - Sets the allow_vaulting_metadata of this AccountRoleSettings. + """Sets the allow_vaulting_metadata of this AccountRoleSettings. + - :param allow_vaulting_metadata: The allow_vaulting_metadata of this AccountRoleSettings. + :param allow_vaulting_metadata: The allow_vaulting_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1138,22 +1289,22 @@ def allow_vaulting_metadata(self, allow_vaulting_metadata): @property def allow_wet_signing_override(self): - """ - Gets the allow_wet_signing_override of this AccountRoleSettings. - + """Gets the allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 - :return: The allow_wet_signing_override of this AccountRoleSettings. + # noqa: E501 + + :return: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._allow_wet_signing_override @allow_wet_signing_override.setter def allow_wet_signing_override(self, allow_wet_signing_override): - """ - Sets the allow_wet_signing_override of this AccountRoleSettings. - + """Sets the allow_wet_signing_override of this AccountRoleSettings. + + # noqa: E501 - :param allow_wet_signing_override: The allow_wet_signing_override of this AccountRoleSettings. + :param allow_wet_signing_override: The allow_wet_signing_override of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1161,20 +1312,20 @@ def allow_wet_signing_override(self, allow_wet_signing_override): @property def allow_wet_signing_override_metadata(self): - """ - Gets the allow_wet_signing_override_metadata of this AccountRoleSettings. + """Gets the allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The allow_wet_signing_override_metadata of this AccountRoleSettings. + :return: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_wet_signing_override_metadata @allow_wet_signing_override_metadata.setter def allow_wet_signing_override_metadata(self, allow_wet_signing_override_metadata): - """ - Sets the allow_wet_signing_override_metadata of this AccountRoleSettings. + """Sets the allow_wet_signing_override_metadata of this AccountRoleSettings. - :param allow_wet_signing_override_metadata: The allow_wet_signing_override_metadata of this AccountRoleSettings. + + :param allow_wet_signing_override_metadata: The allow_wet_signing_override_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1182,22 +1333,22 @@ def allow_wet_signing_override_metadata(self, allow_wet_signing_override_metadat @property def can_create_workspaces(self): - """ - Gets the can_create_workspaces of this AccountRoleSettings. - + """Gets the can_create_workspaces of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The can_create_workspaces of this AccountRoleSettings. + :return: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._can_create_workspaces @can_create_workspaces.setter def can_create_workspaces(self, can_create_workspaces): - """ - Sets the can_create_workspaces of this AccountRoleSettings. - + """Sets the can_create_workspaces of this AccountRoleSettings. + + # noqa: E501 - :param can_create_workspaces: The can_create_workspaces of this AccountRoleSettings. + :param can_create_workspaces: The can_create_workspaces of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1205,20 +1356,20 @@ def can_create_workspaces(self, can_create_workspaces): @property def can_create_workspaces_metadata(self): - """ - Gets the can_create_workspaces_metadata of this AccountRoleSettings. + """Gets the can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 - :return: The can_create_workspaces_metadata of this AccountRoleSettings. + + :return: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._can_create_workspaces_metadata @can_create_workspaces_metadata.setter def can_create_workspaces_metadata(self, can_create_workspaces_metadata): - """ - Sets the can_create_workspaces_metadata of this AccountRoleSettings. + """Sets the can_create_workspaces_metadata of this AccountRoleSettings. + - :param can_create_workspaces_metadata: The can_create_workspaces_metadata of this AccountRoleSettings. + :param can_create_workspaces_metadata: The can_create_workspaces_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1226,22 +1377,22 @@ def can_create_workspaces_metadata(self, can_create_workspaces_metadata): @property def disable_document_upload(self): - """ - Gets the disable_document_upload of this AccountRoleSettings. - + """Gets the disable_document_upload of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The disable_document_upload of this AccountRoleSettings. + :return: The disable_document_upload of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._disable_document_upload @disable_document_upload.setter def disable_document_upload(self, disable_document_upload): - """ - Sets the disable_document_upload of this AccountRoleSettings. - + """Sets the disable_document_upload of this AccountRoleSettings. - :param disable_document_upload: The disable_document_upload of this AccountRoleSettings. + # noqa: E501 + + :param disable_document_upload: The disable_document_upload of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1249,20 +1400,20 @@ def disable_document_upload(self, disable_document_upload): @property def disable_document_upload_metadata(self): - """ - Gets the disable_document_upload_metadata of this AccountRoleSettings. + """Gets the disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The disable_document_upload_metadata of this AccountRoleSettings. + :return: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_document_upload_metadata @disable_document_upload_metadata.setter def disable_document_upload_metadata(self, disable_document_upload_metadata): - """ - Sets the disable_document_upload_metadata of this AccountRoleSettings. + """Sets the disable_document_upload_metadata of this AccountRoleSettings. + - :param disable_document_upload_metadata: The disable_document_upload_metadata of this AccountRoleSettings. + :param disable_document_upload_metadata: The disable_document_upload_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1270,22 +1421,22 @@ def disable_document_upload_metadata(self, disable_document_upload_metadata): @property def disable_other_actions(self): - """ - Gets the disable_other_actions of this AccountRoleSettings. - + """Gets the disable_other_actions of this AccountRoleSettings. # noqa: E501 - :return: The disable_other_actions of this AccountRoleSettings. + # noqa: E501 + + :return: The disable_other_actions of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._disable_other_actions @disable_other_actions.setter def disable_other_actions(self, disable_other_actions): - """ - Sets the disable_other_actions of this AccountRoleSettings. - + """Sets the disable_other_actions of this AccountRoleSettings. + + # noqa: E501 - :param disable_other_actions: The disable_other_actions of this AccountRoleSettings. + :param disable_other_actions: The disable_other_actions of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1293,20 +1444,20 @@ def disable_other_actions(self, disable_other_actions): @property def disable_other_actions_metadata(self): - """ - Gets the disable_other_actions_metadata of this AccountRoleSettings. + """Gets the disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The disable_other_actions_metadata of this AccountRoleSettings. + :return: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_other_actions_metadata @disable_other_actions_metadata.setter def disable_other_actions_metadata(self, disable_other_actions_metadata): - """ - Sets the disable_other_actions_metadata of this AccountRoleSettings. + """Sets the disable_other_actions_metadata of this AccountRoleSettings. - :param disable_other_actions_metadata: The disable_other_actions_metadata of this AccountRoleSettings. + + :param disable_other_actions_metadata: The disable_other_actions_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1314,22 +1465,22 @@ def disable_other_actions_metadata(self, disable_other_actions_metadata): @property def enable_api_request_logging(self): - """ - Gets the enable_api_request_logging of this AccountRoleSettings. - + """Gets the enable_api_request_logging of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The enable_api_request_logging of this AccountRoleSettings. + :return: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._enable_api_request_logging @enable_api_request_logging.setter def enable_api_request_logging(self, enable_api_request_logging): - """ - Sets the enable_api_request_logging of this AccountRoleSettings. - + """Sets the enable_api_request_logging of this AccountRoleSettings. + + # noqa: E501 - :param enable_api_request_logging: The enable_api_request_logging of this AccountRoleSettings. + :param enable_api_request_logging: The enable_api_request_logging of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1337,20 +1488,20 @@ def enable_api_request_logging(self, enable_api_request_logging): @property def enable_api_request_logging_metadata(self): - """ - Gets the enable_api_request_logging_metadata of this AccountRoleSettings. + """Gets the enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 - :return: The enable_api_request_logging_metadata of this AccountRoleSettings. + + :return: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_api_request_logging_metadata @enable_api_request_logging_metadata.setter def enable_api_request_logging_metadata(self, enable_api_request_logging_metadata): - """ - Sets the enable_api_request_logging_metadata of this AccountRoleSettings. + """Sets the enable_api_request_logging_metadata of this AccountRoleSettings. + - :param enable_api_request_logging_metadata: The enable_api_request_logging_metadata of this AccountRoleSettings. + :param enable_api_request_logging_metadata: The enable_api_request_logging_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1358,22 +1509,22 @@ def enable_api_request_logging_metadata(self, enable_api_request_logging_metadat @property def enable_recipient_viewing_notifications(self): - """ - Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. - + """Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The enable_recipient_viewing_notifications of this AccountRoleSettings. + :return: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._enable_recipient_viewing_notifications @enable_recipient_viewing_notifications.setter def enable_recipient_viewing_notifications(self, enable_recipient_viewing_notifications): - """ - Sets the enable_recipient_viewing_notifications of this AccountRoleSettings. - + """Sets the enable_recipient_viewing_notifications of this AccountRoleSettings. - :param enable_recipient_viewing_notifications: The enable_recipient_viewing_notifications of this AccountRoleSettings. + # noqa: E501 + + :param enable_recipient_viewing_notifications: The enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1381,20 +1532,20 @@ def enable_recipient_viewing_notifications(self, enable_recipient_viewing_notifi @property def enable_recipient_viewing_notifications_metadata(self): - """ - Gets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. + """Gets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. + :return: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_recipient_viewing_notifications_metadata @enable_recipient_viewing_notifications_metadata.setter def enable_recipient_viewing_notifications_metadata(self, enable_recipient_viewing_notifications_metadata): - """ - Sets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. + """Sets the enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. + - :param enable_recipient_viewing_notifications_metadata: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. + :param enable_recipient_viewing_notifications_metadata: The enable_recipient_viewing_notifications_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1402,22 +1553,22 @@ def enable_recipient_viewing_notifications_metadata(self, enable_recipient_viewi @property def enable_sequential_signing_interface(self): - """ - Gets the enable_sequential_signing_interface of this AccountRoleSettings. - + """Gets the enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The enable_sequential_signing_interface of this AccountRoleSettings. + :return: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._enable_sequential_signing_interface @enable_sequential_signing_interface.setter def enable_sequential_signing_interface(self, enable_sequential_signing_interface): - """ - Sets the enable_sequential_signing_interface of this AccountRoleSettings. - + """Sets the enable_sequential_signing_interface of this AccountRoleSettings. - :param enable_sequential_signing_interface: The enable_sequential_signing_interface of this AccountRoleSettings. + # noqa: E501 + + :param enable_sequential_signing_interface: The enable_sequential_signing_interface of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1425,20 +1576,20 @@ def enable_sequential_signing_interface(self, enable_sequential_signing_interfac @property def enable_sequential_signing_interface_metadata(self): - """ - Gets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. + """Gets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. + :return: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sequential_signing_interface_metadata @enable_sequential_signing_interface_metadata.setter def enable_sequential_signing_interface_metadata(self, enable_sequential_signing_interface_metadata): - """ - Sets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. + """Sets the enable_sequential_signing_interface_metadata of this AccountRoleSettings. + - :param enable_sequential_signing_interface_metadata: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. + :param enable_sequential_signing_interface_metadata: The enable_sequential_signing_interface_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1446,22 +1597,22 @@ def enable_sequential_signing_interface_metadata(self, enable_sequential_signing @property def enable_transaction_point_integration(self): - """ - Gets the enable_transaction_point_integration of this AccountRoleSettings. - + """Gets the enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 - :return: The enable_transaction_point_integration of this AccountRoleSettings. + # noqa: E501 + + :return: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._enable_transaction_point_integration @enable_transaction_point_integration.setter def enable_transaction_point_integration(self, enable_transaction_point_integration): - """ - Sets the enable_transaction_point_integration of this AccountRoleSettings. - + """Sets the enable_transaction_point_integration of this AccountRoleSettings. + + # noqa: E501 - :param enable_transaction_point_integration: The enable_transaction_point_integration of this AccountRoleSettings. + :param enable_transaction_point_integration: The enable_transaction_point_integration of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1469,20 +1620,20 @@ def enable_transaction_point_integration(self, enable_transaction_point_integrat @property def enable_transaction_point_integration_metadata(self): - """ - Gets the enable_transaction_point_integration_metadata of this AccountRoleSettings. + """Gets the enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The enable_transaction_point_integration_metadata of this AccountRoleSettings. + :return: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_transaction_point_integration_metadata @enable_transaction_point_integration_metadata.setter def enable_transaction_point_integration_metadata(self, enable_transaction_point_integration_metadata): - """ - Sets the enable_transaction_point_integration_metadata of this AccountRoleSettings. + """Sets the enable_transaction_point_integration_metadata of this AccountRoleSettings. - :param enable_transaction_point_integration_metadata: The enable_transaction_point_integration_metadata of this AccountRoleSettings. + + :param enable_transaction_point_integration_metadata: The enable_transaction_point_integration_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1490,22 +1641,22 @@ def enable_transaction_point_integration_metadata(self, enable_transaction_point @property def power_form_role(self): - """ - Gets the power_form_role of this AccountRoleSettings. - + """Gets the power_form_role of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The power_form_role of this AccountRoleSettings. + :return: The power_form_role of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._power_form_role @power_form_role.setter def power_form_role(self, power_form_role): - """ - Sets the power_form_role of this AccountRoleSettings. - + """Sets the power_form_role of this AccountRoleSettings. + + # noqa: E501 - :param power_form_role: The power_form_role of this AccountRoleSettings. + :param power_form_role: The power_form_role of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1513,20 +1664,20 @@ def power_form_role(self, power_form_role): @property def power_form_role_metadata(self): - """ - Gets the power_form_role_metadata of this AccountRoleSettings. + """Gets the power_form_role_metadata of this AccountRoleSettings. # noqa: E501 - :return: The power_form_role_metadata of this AccountRoleSettings. + + :return: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._power_form_role_metadata @power_form_role_metadata.setter def power_form_role_metadata(self, power_form_role_metadata): - """ - Sets the power_form_role_metadata of this AccountRoleSettings. + """Sets the power_form_role_metadata of this AccountRoleSettings. + - :param power_form_role_metadata: The power_form_role_metadata of this AccountRoleSettings. + :param power_form_role_metadata: The power_form_role_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1534,22 +1685,22 @@ def power_form_role_metadata(self, power_form_role_metadata): @property def receive_completed_self_signed_documents_as_email_links(self): - """ - Gets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. - + """Gets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. + :return: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._receive_completed_self_signed_documents_as_email_links @receive_completed_self_signed_documents_as_email_links.setter def receive_completed_self_signed_documents_as_email_links(self, receive_completed_self_signed_documents_as_email_links): - """ - Sets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. - + """Sets the receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. - :param receive_completed_self_signed_documents_as_email_links: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. + # noqa: E501 + + :param receive_completed_self_signed_documents_as_email_links: The receive_completed_self_signed_documents_as_email_links of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1557,20 +1708,20 @@ def receive_completed_self_signed_documents_as_email_links(self, receive_complet @property def receive_completed_self_signed_documents_as_email_links_metadata(self): - """ - Gets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. + """Gets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. + :return: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._receive_completed_self_signed_documents_as_email_links_metadata @receive_completed_self_signed_documents_as_email_links_metadata.setter def receive_completed_self_signed_documents_as_email_links_metadata(self, receive_completed_self_signed_documents_as_email_links_metadata): - """ - Sets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. + """Sets the receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. + - :param receive_completed_self_signed_documents_as_email_links_metadata: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. + :param receive_completed_self_signed_documents_as_email_links_metadata: The receive_completed_self_signed_documents_as_email_links_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1578,20 +1729,20 @@ def receive_completed_self_signed_documents_as_email_links_metadata(self, receiv @property def signing_ui_version_metadata(self): - """ - Gets the signing_ui_version_metadata of this AccountRoleSettings. + """Gets the signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 - :return: The signing_ui_version_metadata of this AccountRoleSettings. + + :return: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._signing_ui_version_metadata @signing_ui_version_metadata.setter def signing_ui_version_metadata(self, signing_ui_version_metadata): - """ - Sets the signing_ui_version_metadata of this AccountRoleSettings. + """Sets the signing_ui_version_metadata of this AccountRoleSettings. + - :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountRoleSettings. + :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1599,22 +1750,22 @@ def signing_ui_version_metadata(self, signing_ui_version_metadata): @property def supplemental_documents_must_accept(self): - """ - Gets the supplemental_documents_must_accept of this AccountRoleSettings. - + """Gets the supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The supplemental_documents_must_accept of this AccountRoleSettings. + :return: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_accept @supplemental_documents_must_accept.setter def supplemental_documents_must_accept(self, supplemental_documents_must_accept): - """ - Sets the supplemental_documents_must_accept of this AccountRoleSettings. - + """Sets the supplemental_documents_must_accept of this AccountRoleSettings. - :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountRoleSettings. + # noqa: E501 + + :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1622,20 +1773,20 @@ def supplemental_documents_must_accept(self, supplemental_documents_must_accept) @property def supplemental_documents_must_accept_metadata(self): - """ - Gets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. + """Gets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. + :return: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_accept_metadata @supplemental_documents_must_accept_metadata.setter def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): - """ - Sets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. + """Sets the supplemental_documents_must_accept_metadata of this AccountRoleSettings. + - :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. + :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1643,22 +1794,22 @@ def supplemental_documents_must_accept_metadata(self, supplemental_documents_mus @property def supplemental_documents_must_read(self): - """ - Gets the supplemental_documents_must_read of this AccountRoleSettings. - + """Gets the supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 - :return: The supplemental_documents_must_read of this AccountRoleSettings. + # noqa: E501 + + :return: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_read @supplemental_documents_must_read.setter def supplemental_documents_must_read(self, supplemental_documents_must_read): - """ - Sets the supplemental_documents_must_read of this AccountRoleSettings. - + """Sets the supplemental_documents_must_read of this AccountRoleSettings. + + # noqa: E501 - :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountRoleSettings. + :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1666,20 +1817,20 @@ def supplemental_documents_must_read(self, supplemental_documents_must_read): @property def supplemental_documents_must_read_metadata(self): - """ - Gets the supplemental_documents_must_read_metadata of this AccountRoleSettings. + """Gets the supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The supplemental_documents_must_read_metadata of this AccountRoleSettings. + :return: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_read_metadata @supplemental_documents_must_read_metadata.setter def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): - """ - Sets the supplemental_documents_must_read_metadata of this AccountRoleSettings. + """Sets the supplemental_documents_must_read_metadata of this AccountRoleSettings. - :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountRoleSettings. + + :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1687,22 +1838,22 @@ def supplemental_documents_must_read_metadata(self, supplemental_documents_must_ @property def supplemental_documents_must_view(self): - """ - Gets the supplemental_documents_must_view of this AccountRoleSettings. - + """Gets the supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The supplemental_documents_must_view of this AccountRoleSettings. + :return: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_view @supplemental_documents_must_view.setter def supplemental_documents_must_view(self, supplemental_documents_must_view): - """ - Sets the supplemental_documents_must_view of this AccountRoleSettings. - + """Sets the supplemental_documents_must_view of this AccountRoleSettings. + + # noqa: E501 - :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountRoleSettings. + :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1710,20 +1861,20 @@ def supplemental_documents_must_view(self, supplemental_documents_must_view): @property def supplemental_documents_must_view_metadata(self): - """ - Gets the supplemental_documents_must_view_metadata of this AccountRoleSettings. + """Gets the supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 - :return: The supplemental_documents_must_view_metadata of this AccountRoleSettings. + + :return: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_view_metadata @supplemental_documents_must_view_metadata.setter def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): - """ - Sets the supplemental_documents_must_view_metadata of this AccountRoleSettings. + """Sets the supplemental_documents_must_view_metadata of this AccountRoleSettings. + - :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountRoleSettings. + :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1731,22 +1882,22 @@ def supplemental_documents_must_view_metadata(self, supplemental_documents_must_ @property def use_new_docu_sign_experience_interface(self): - """ - Gets the use_new_docu_sign_experience_interface of this AccountRoleSettings. - + """Gets the use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The use_new_docu_sign_experience_interface of this AccountRoleSettings. + :return: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._use_new_docu_sign_experience_interface @use_new_docu_sign_experience_interface.setter def use_new_docu_sign_experience_interface(self, use_new_docu_sign_experience_interface): - """ - Sets the use_new_docu_sign_experience_interface of this AccountRoleSettings. - + """Sets the use_new_docu_sign_experience_interface of this AccountRoleSettings. - :param use_new_docu_sign_experience_interface: The use_new_docu_sign_experience_interface of this AccountRoleSettings. + # noqa: E501 + + :param use_new_docu_sign_experience_interface: The use_new_docu_sign_experience_interface of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1754,20 +1905,20 @@ def use_new_docu_sign_experience_interface(self, use_new_docu_sign_experience_in @property def use_new_docu_sign_experience_interface_metadata(self): - """ - Gets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. + """Gets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. + :return: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._use_new_docu_sign_experience_interface_metadata @use_new_docu_sign_experience_interface_metadata.setter def use_new_docu_sign_experience_interface_metadata(self, use_new_docu_sign_experience_interface_metadata): - """ - Sets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. + """Sets the use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. + - :param use_new_docu_sign_experience_interface_metadata: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. + :param use_new_docu_sign_experience_interface_metadata: The use_new_docu_sign_experience_interface_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1775,22 +1926,22 @@ def use_new_docu_sign_experience_interface_metadata(self, use_new_docu_sign_expe @property def use_new_sending_interface(self): - """ - Gets the use_new_sending_interface of this AccountRoleSettings. - + """Gets the use_new_sending_interface of this AccountRoleSettings. # noqa: E501 - :return: The use_new_sending_interface of this AccountRoleSettings. + # noqa: E501 + + :return: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._use_new_sending_interface @use_new_sending_interface.setter def use_new_sending_interface(self, use_new_sending_interface): - """ - Sets the use_new_sending_interface of this AccountRoleSettings. - + """Sets the use_new_sending_interface of this AccountRoleSettings. + + # noqa: E501 - :param use_new_sending_interface: The use_new_sending_interface of this AccountRoleSettings. + :param use_new_sending_interface: The use_new_sending_interface of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1798,20 +1949,20 @@ def use_new_sending_interface(self, use_new_sending_interface): @property def use_new_sending_interface_metadata(self): - """ - Gets the use_new_sending_interface_metadata of this AccountRoleSettings. + """Gets the use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 + - :return: The use_new_sending_interface_metadata of this AccountRoleSettings. + :return: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._use_new_sending_interface_metadata @use_new_sending_interface_metadata.setter def use_new_sending_interface_metadata(self, use_new_sending_interface_metadata): - """ - Sets the use_new_sending_interface_metadata of this AccountRoleSettings. + """Sets the use_new_sending_interface_metadata of this AccountRoleSettings. - :param use_new_sending_interface_metadata: The use_new_sending_interface_metadata of this AccountRoleSettings. + + :param use_new_sending_interface_metadata: The use_new_sending_interface_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ @@ -1819,22 +1970,22 @@ def use_new_sending_interface_metadata(self, use_new_sending_interface_metadata) @property def vaulting_mode(self): - """ - Gets the vaulting_mode of this AccountRoleSettings. - + """Gets the vaulting_mode of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 - :return: The vaulting_mode of this AccountRoleSettings. + :return: The vaulting_mode of this AccountRoleSettings. # noqa: E501 :rtype: str """ return self._vaulting_mode @vaulting_mode.setter def vaulting_mode(self, vaulting_mode): - """ - Sets the vaulting_mode of this AccountRoleSettings. - + """Sets the vaulting_mode of this AccountRoleSettings. + + # noqa: E501 - :param vaulting_mode: The vaulting_mode of this AccountRoleSettings. + :param vaulting_mode: The vaulting_mode of this AccountRoleSettings. # noqa: E501 :type: str """ @@ -1842,32 +1993,30 @@ def vaulting_mode(self, vaulting_mode): @property def vaulting_mode_metadata(self): - """ - Gets the vaulting_mode_metadata of this AccountRoleSettings. + """Gets the vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 - :return: The vaulting_mode_metadata of this AccountRoleSettings. + + :return: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._vaulting_mode_metadata @vaulting_mode_metadata.setter def vaulting_mode_metadata(self, vaulting_mode_metadata): - """ - Sets the vaulting_mode_metadata of this AccountRoleSettings. + """Sets the vaulting_mode_metadata of this AccountRoleSettings. + - :param vaulting_mode_metadata: The vaulting_mode_metadata of this AccountRoleSettings. + :param vaulting_mode_metadata: The vaulting_mode_metadata of this AccountRoleSettings. # noqa: E501 :type: SettingsMetadata """ self._vaulting_mode_metadata = vaulting_mode_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1884,29 +2033,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountRoleSettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountRoleSettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_seals.py b/docusign_esign/models/account_seals.py index 2e4cfe5b..43705727 100644 --- a/docusign_esign/models/account_seals.py +++ b/docusign_esign/models/account_seals.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountSeals(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, seals=None): - """ - AccountSeals - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'seals': 'list[SealIdentifier]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'seals': 'list[SealIdentifier]' + } - self.attribute_map = { - 'seals': 'seals' - } + attribute_map = { + 'seals': 'seals' + } - self._seals = seals + def __init__(self, seals=None): # noqa: E501 + """AccountSeals - a model defined in Swagger""" # noqa: E501 + + self._seals = None + self.discriminator = None + + if seals is not None: + self.seals = seals @property def seals(self): - """ - Gets the seals of this AccountSeals. - + """Gets the seals of this AccountSeals. # noqa: E501 + + # noqa: E501 - :return: The seals of this AccountSeals. + :return: The seals of this AccountSeals. # noqa: E501 :rtype: list[SealIdentifier] """ return self._seals @seals.setter def seals(self, seals): - """ - Sets the seals of this AccountSeals. - + """Sets the seals of this AccountSeals. - :param seals: The seals of this AccountSeals. + # noqa: E501 + + :param seals: The seals of this AccountSeals. # noqa: E501 :type: list[SealIdentifier] """ self._seals = seals def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSeals, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSeals): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py index 327481c8..71d121e2 100644 --- a/docusign_esign/models/account_settings_information.py +++ b/docusign_esign/models/account_settings_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,1590 +11,1598 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 +import six -class AccountSettingsInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. - Do not edit the class manually. - """ - def __init__(self, access_code_format=None, account_date_time_format=None, account_date_time_format_metadata=None, account_name=None, account_name_metadata=None, account_notification=None, account_ui_settings=None, adopt_sig_config=None, adopt_sig_config_metadata=None, advanced_correct=None, advanced_correct_metadata=None, allow_access_code_format=None, allow_access_code_format_metadata=None, allow_account_management_granular=None, allow_account_management_granular_metadata=None, allow_account_member_name_change=None, allow_account_member_name_change_metadata=None, allow_advanced_recipient_routing_conditional=None, allow_advanced_recipient_routing_conditional_metadata=None, allow_agent_name_email_edit=None, allow_agent_name_email_edit_metadata=None, allow_agreement_actions=None, allow_agreement_actions_metadata=None, allow_auto_nav_settings=None, allow_auto_nav_settings_metadata=None, allow_auto_tagging=None, allow_auto_tagging_metadata=None, allow_bulk_send=None, allow_bulk_send_metadata=None, allow_cd_withdraw=None, allow_cd_withdraw_metadata=None, allow_connect_http_listener_configs=None, allow_connect_send_finish_later=None, allow_connect_send_finish_later_metadata=None, allow_consumer_disclosure_override=None, allow_consumer_disclosure_override_metadata=None, allow_data_download=None, allow_data_download_metadata=None, allow_document_disclosures=None, allow_document_disclosures_metadata=None, allow_documents_on_signed_envelopes=None, allow_documents_on_signed_envelopes_metadata=None, allow_document_visibility=None, allow_document_visibility_metadata=None, allow_e_hanko_stamps=None, allow_e_hanko_stamps_metadata=None, allow_e_note_e_original=None, allow_e_note_e_original_metadata=None, allow_envelope_correct=None, allow_envelope_correct_metadata=None, allow_envelope_custody_transfer=None, allow_envelope_custody_transfer_metadata=None, allow_envelope_custom_fields=None, allow_envelope_custom_fields_metadata=None, allow_envelope_publish_reporting=None, allow_envelope_publish_reporting_metadata=None, allow_envelope_reporting=None, allow_envelope_reporting_metadata=None, allow_expression=None, allow_expression_metadata=None, allow_express_signer_certificate=None, allow_express_signer_certificate_metadata=None, allow_extended_sending_resource_file=None, allow_extended_sending_resource_file_metadata=None, allow_external_signature_pad=None, allow_external_signature_pad_metadata=None, allow_idv_level1=None, allow_idv_level1_metadata=None, allow_idv_platform=None, allow_idv_platform_metadata=None, allow_in_person=None, allow_in_person_metadata=None, allow_managed_stamps=None, allow_managed_stamps_metadata=None, allow_markup=None, allow_markup_metadata=None, allow_member_time_zone=None, allow_member_time_zone_metadata=None, allow_merge_fields=None, allow_merge_fields_metadata=None, allow_multiple_brand_profiles=None, allow_multiple_brand_profiles_metadata=None, allow_multiple_signer_attachments=None, allow_multiple_signer_attachments_metadata=None, allow_non_us_phone_auth=None, allow_non_us_phone_auth_metadata=None, allow_ocr_of_envelope_documents=None, allow_ocr_of_envelope_documents_metadata=None, allow_offline_signing=None, allow_offline_signing_metadata=None, allow_open_trust_signer_certificate=None, allow_open_trust_signer_certificate_metadata=None, allow_organizations=None, allow_organizations_metadata=None, allow_payment_processing=None, allow_payment_processing_metadata=None, allow_personal_signer_certificate=None, allow_personal_signer_certificate_metadata=None, allow_phone_authentication=None, allow_phone_authentication_metadata=None, allow_phone_auth_override=None, allow_phone_auth_override_metadata=None, allow_private_signing_groups=None, allow_private_signing_groups_metadata=None, allow_reminders=None, allow_reminders_metadata=None, allow_resource_file_branding=None, allow_resource_file_branding_metadata=None, allow_safe_bio_pharma_signer_certificate=None, allow_safe_bio_pharma_signer_certificate_metadata=None, allow_security_appliance=None, allow_security_appliance_metadata=None, allow_send_to_certified_delivery=None, allow_send_to_certified_delivery_metadata=None, allow_send_to_intermediary=None, allow_send_to_intermediary_metadata=None, allow_server_templates=None, allow_server_templates_metadata=None, allow_set_embedded_recipient_start_url=None, allow_set_embedded_recipient_start_url_metadata=None, allow_shared_tabs=None, allow_shared_tabs_metadata=None, allow_signature_stamps=None, allow_signature_stamps_metadata=None, allow_sign_document_from_home_page=None, allow_sign_document_from_home_page_metadata=None, allow_signer_reassign=None, allow_signer_reassign_metadata=None, allow_signer_reassign_override=None, allow_signer_reassign_override_metadata=None, allow_signing_extensions=None, allow_signing_extensions_metadata=None, allow_signing_groups=None, allow_signing_groups_metadata=None, allow_signing_radio_deselect=None, allow_signing_radio_deselect_metadata=None, allow_sign_now=None, allow_sign_now_metadata=None, allow_sms_delivery=None, allow_sms_delivery_metadata=None, allow_social_id_login=None, allow_social_id_login_metadata=None, allow_supplemental_documents=None, allow_supplemental_documents_metadata=None, allow_users_to_access_directory=None, allow_users_to_access_directory_metadata=None, allow_value_insights=None, allow_value_insights_metadata=None, anchor_population_scope=None, anchor_population_scope_metadata=None, anchor_tag_versioned_placement_enabled=None, anchor_tag_versioned_placement_metadata_enabled=None, attach_completed_envelope=None, attach_completed_envelope_metadata=None, authentication_check=None, authentication_check_metadata=None, auto_nav_rule=None, auto_nav_rule_metadata=None, auto_provision_signer_account=None, auto_provision_signer_account_metadata=None, bcc_email_archive=None, bcc_email_archive_metadata=None, beta_switch_configuration=None, beta_switch_configuration_metadata=None, billing_address=None, billing_address_metadata=None, bulk_send=None, bulk_send_max_copies_in_batch=None, bulk_send_max_unprocessed_envelopes_count=None, bulk_send_metadata=None, can_self_brand_send=None, can_self_brand_send_metadata=None, can_self_brand_sign=None, can_self_brand_sign_metadata=None, can_use_salesforce_o_auth=None, can_use_salesforce_o_auth_metadata=None, capture_voice_recording=None, capture_voice_recording_metadata=None, cfr_use_wide_image=None, cfr_use_wide_image_metadata=None, check_for_multiple_admins_on_account=None, check_for_multiple_admins_on_account_metadata=None, chrome_signature_enabled=None, chrome_signature_enabled_metadata=None, comment_email_show_message_text=None, comment_email_show_message_text_metadata=None, comments_allow_envelope_override=None, comments_allow_envelope_override_metadata=None, conditional_fields_enabled=None, conditional_fields_enabled_metadata=None, consumer_disclosure_frequency=None, consumer_disclosure_frequency_metadata=None, convert_pdf_fields=None, convert_pdf_fields_metadata=None, data_population_scope=None, data_population_scope_metadata=None, disable_mobile_app=None, disable_mobile_app_metadata=None, disable_mobile_push_notifications=None, disable_mobile_push_notifications_metadata=None, disable_mobile_sending=None, disable_mobile_sending_metadata=None, disable_multiple_sessions=None, disable_multiple_sessions_metadata=None, disable_purge_notifications_for_sender_metadata=None, disable_signer_cert_view=None, disable_signer_cert_view_metadata=None, disable_signer_history_view=None, disable_signer_history_view_metadata=None, disable_style_signature=None, disable_style_signature_metadata=None, disable_upload_signature=None, disable_upload_signature_metadata=None, disable_user_sharing=None, disable_user_sharing_metadata=None, display_beta_switch=None, display_beta_switch_metadata=None, document_conversion_restrictions=None, document_conversion_restrictions_metadata=None, document_retention=None, document_retention_metadata=None, document_retention_purge_tabs=None, document_visibility=None, document_visibility_metadata=None, email_template_version=None, email_template_version_metadata=None, enable_access_code_generator=None, enable_access_code_generator_metadata=None, enable_advanced_payments=None, enable_advanced_payments_metadata=None, enable_advanced_power_forms=None, enable_advanced_power_forms_metadata=None, enable_auto_nav=None, enable_auto_nav_metadata=None, enable_calculated_fields=None, enable_calculated_fields_metadata=None, enable_clickwraps=None, enable_clickwraps_metadata=None, enable_comments_history_download_in_signing=None, enable_comments_history_download_in_signing_metadata=None, enable_customer_satisfaction_metric_tracking=None, enable_customer_satisfaction_metric_tracking_metadata=None, enable_ds_pro=None, enable_ds_pro_metadata=None, enable_envelope_stamping_by_account_admin=None, enable_envelope_stamping_by_account_admin_metadata=None, enable_envelope_stamping_by_ds_admin=None, enable_envelope_stamping_by_ds_admin_metadata=None, enable_in_browser_editor=None, enable_in_browser_editor_metadata=None, enable_payment_processing=None, enable_payment_processing_metadata=None, enable_power_form=None, enable_power_form_direct=None, enable_power_form_direct_metadata=None, enable_power_form_metadata=None, enable_recipient_domain_validation=None, enable_recipient_domain_validation_metadata=None, enable_report_links=None, enable_report_links_metadata=None, enable_require_sign_on_paper=None, enable_require_sign_on_paper_metadata=None, enable_reserved_domain=None, enable_reserved_domain_metadata=None, enable_responsive_signing=None, enable_responsive_signing_metadata=None, enable_scheduled_release=None, enable_scheduled_release_metadata=None, enable_search_ui=None, enable_search_ui_metadata=None, enable_sending_tags_font_settings=None, enable_sending_tags_font_settings_metadata=None, enable_send_to_agent=None, enable_send_to_agent_metadata=None, enable_send_to_intermediary=None, enable_send_to_intermediary_metadata=None, enable_send_to_manage=None, enable_send_to_manage_metadata=None, enable_sequential_signing_api=None, enable_sequential_signing_api_metadata=None, enable_sequential_signing_ui=None, enable_sequential_signing_ui_metadata=None, enable_signer_attachments=None, enable_signer_attachments_metadata=None, enable_signing_extension_comments=None, enable_signing_extension_comments_metadata=None, enable_signing_extension_conversations=None, enable_signing_extension_conversations_metadata=None, enable_signing_order_settings_for_account=None, enable_signing_order_settings_for_account_metadata=None, enable_sign_on_paper=None, enable_sign_on_paper_metadata=None, enable_sign_on_paper_override=None, enable_sign_on_paper_override_metadata=None, enable_sign_with_notary=None, enable_sign_with_notary_metadata=None, enable_smart_contracts=None, enable_smart_contracts_metadata=None, enable_sms_authentication=None, enable_sms_authentication_metadata=None, enable_social_id_login=None, enable_social_id_login_metadata=None, enable_strike_through=None, enable_strike_through_metadata=None, enable_transaction_point=None, enable_transaction_point_metadata=None, enable_vaulting=None, enable_vaulting_metadata=None, enable_witnessing=None, enable_witnessing_metadata=None, enforce_template_name_uniqueness=None, enforce_template_name_uniqueness_metadata=None, envelope_integration_allowed=None, envelope_integration_allowed_metadata=None, envelope_integration_enabled=None, envelope_integration_enabled_metadata=None, envelope_stamping_default_value=None, envelope_stamping_default_value_metadata=None, express_send=None, express_send_allow_tabs=None, express_send_allow_tabs_metadata=None, express_send_metadata=None, external_document_sources=None, external_signature_pad_type=None, external_signature_pad_type_metadata=None, fax_out_enabled=None, fax_out_enabled_metadata=None, guided_forms_html_allowed=None, guided_forms_html_allowed_metadata=None, hide_account_address_in_co_c=None, hide_account_address_in_co_c_metadata=None, hide_pricing=None, hide_pricing_metadata=None, id_check_configurations=None, id_check_expire=None, id_check_expire_days=None, id_check_expire_days_metadata=None, id_check_expire_metadata=None, id_check_expire_minutes=None, id_check_expire_minutes_metadata=None, id_check_required=None, id_check_required_metadata=None, identity_verification=None, identity_verification_metadata=None, ignore_error_if_anchor_tab_not_found=None, ignore_error_if_anchor_tab_not_found_metadata_enabled=None, in_person_id_check_question=None, in_person_id_check_question_metadata=None, in_person_signing_enabled=None, in_person_signing_enabled_metadata=None, in_session_enabled=None, in_session_enabled_metadata=None, in_session_suppress_emails=None, in_session_suppress_emails_metadata=None, maximum_signing_groups=None, maximum_signing_groups_metadata=None, maximum_users_per_signing_group=None, maximum_users_per_signing_group_metadata=None, max_number_of_custom_stamps=None, mobile_session_timeout=None, mobile_session_timeout_metadata=None, number_of_active_custom_stamps=None, opt_in_mobile_signing_v02=None, opt_in_mobile_signing_v02_metadata=None, opt_out_auto_nav_text_and_tab_color_updates=None, opt_out_auto_nav_text_and_tab_color_updates_metadata=None, opt_out_new_platform_seal=None, opt_out_new_platform_seal_platform_metadata=None, phone_auth_recipient_may_provide_phone_number=None, phone_auth_recipient_may_provide_phone_number_metadata=None, pki_sign_downloaded_pdf_docs=None, pki_sign_downloaded_pdf_docs_metadata=None, recipients_can_sign_offline=None, recipients_can_sign_offline_metadata=None, recipient_signing_auto_navigation_control=None, recipient_signing_auto_navigation_control_metadata=None, require21_cf_rpt11_compliance=None, require21_cf_rpt11_compliance_metadata=None, require_decline_reason=None, require_decline_reason_metadata=None, require_external_user_management=None, require_external_user_management_metadata=None, require_signer_certificate_type=None, require_signer_certificate_type_metadata=None, rsa_verid_account_name=None, rsa_verid_password=None, rsa_verid_ruleset=None, rsa_verid_user_id=None, self_signed_recipient_email_document=None, self_signed_recipient_email_document_metadata=None, self_signed_recipient_email_document_user_override=None, self_signed_recipient_email_document_user_override_metadata=None, sender_can_sign_in_each_location=None, sender_can_sign_in_each_location_metadata=None, sender_must_authenticate_signing=None, sender_must_authenticate_signing_metadata=None, sending_tags_font_color=None, sending_tags_font_color_metadata=None, sending_tags_font_name=None, sending_tags_font_name_metadata=None, sending_tags_font_size=None, sending_tags_font_size_metadata=None, send_to_certified_delivery_enabled=None, send_to_certified_delivery_enabled_metadata=None, session_timeout=None, session_timeout_metadata=None, set_recip_email_lang=None, set_recip_email_lang_metadata=None, set_recip_sign_lang=None, set_recip_sign_lang_metadata=None, shared_template_folders=None, shared_template_folders_metadata=None, show_complete_dialog_in_embedded_session=None, show_complete_dialog_in_embedded_session_metadata=None, show_conditional_routing_on_send=None, show_conditional_routing_on_send_metadata=None, show_initial_conditional_fields=None, show_initial_conditional_fields_metadata=None, show_localized_watermarks=None, show_localized_watermarks_metadata=None, show_tutorials=None, show_tutorials_metadata=None, signature_providers=None, signature_providers_metadata=None, sign_date_format=None, sign_date_format_metadata=None, signer_attach_certificate_to_envelope_pdf=None, signer_attach_certificate_to_envelope_pdf_metadata=None, signer_attach_concat=None, signer_attach_concat_metadata=None, signer_can_create_account=None, signer_can_create_account_metadata=None, signer_can_sign_on_mobile=None, signer_can_sign_on_mobile_metadata=None, signer_in_session_use_envelope_complete_email=None, signer_in_session_use_envelope_complete_email_metadata=None, signer_login_requirements=None, signer_login_requirements_metadata=None, signer_must_have_account=None, signer_must_have_account_metadata=None, signer_must_login_to_sign=None, signer_must_login_to_sign_metadata=None, signer_show_secure_field_initial_values=None, signer_show_secure_field_initial_values_metadata=None, signing_session_timeout=None, signing_session_timeout_metadata=None, signing_ui_version=None, signing_ui_version_metadata=None, sign_time_format=None, sign_time_format_metadata=None, sign_time_show_am_pm=None, sign_time_show_am_pm_metadata=None, simplified_sending_enabled=None, simplified_sending_enabled_metadata=None, single_sign_on_enabled=None, single_sign_on_enabled_metadata=None, skip_auth_completed_envelopes=None, skip_auth_completed_envelopes_metadata=None, social_id_recip_auth=None, social_id_recip_auth_metadata=None, specify_document_visibility=None, specify_document_visibility_metadata=None, start_in_advanced_correct=None, start_in_advanced_correct_metadata=None, supplemental_documents_must_accept=None, supplemental_documents_must_accept_metadata=None, supplemental_documents_must_read=None, supplemental_documents_must_read_metadata=None, supplemental_documents_must_view=None, supplemental_documents_must_view_metadata=None, suppress_certificate_enforcement=None, suppress_certificate_enforcement_metadata=None, tab_account_settings=None, timezone_offset_api=None, timezone_offset_api_metadata=None, timezone_offset_ui=None, timezone_offset_ui_metadata=None, universal_signature_opt_in=None, use_account_level_email=None, use_account_level_email_metadata=None, use_consumer_disclosure=None, use_consumer_disclosure_metadata=None, use_consumer_disclosure_within_account=None, use_consumer_disclosure_within_account_metadata=None, use_derived_keys=None, use_derived_keys_metadata=None, use_docu_sign_express_signer_certificate=None, use_docu_sign_express_signer_certificate_metadata=None, use_multi_app_groups_data=None, use_multi_app_groups_data_metadata=None, use_new_blob_for_pdf=None, use_new_blob_for_pdf_metadata=None, use_safe_signer_certificates=None, use_safe_signer_certificates_metadata=None, uses_api=None, uses_api_metadata=None, use_signature_provider_platform=None, use_signature_provider_platform_metadata=None, validations_allowed=None, validations_allowed_metadata=None, validations_brand=None, validations_brand_metadata=None, validations_cadence=None, validations_cadence_metadata=None, validations_enabled=None, validations_enabled_metadata=None, validations_report=None, validations_report_metadata=None, water_mark_enabled=None, water_mark_enabled_metadata=None, write_reminder_to_envelope_history=None, write_reminder_to_envelope_history_metadata=None, wurfl_min_allowable_screen_size=None, wurfl_min_allowable_screen_size_metadata=None): - """ - AccountSettingsInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code_format': 'AccessCodeFormat', - 'account_date_time_format': 'str', - 'account_date_time_format_metadata': 'SettingsMetadata', - 'account_name': 'str', - 'account_name_metadata': 'SettingsMetadata', - 'account_notification': 'AccountNotification', - 'account_ui_settings': 'AccountUISettings', - 'adopt_sig_config': 'str', - 'adopt_sig_config_metadata': 'SettingsMetadata', - 'advanced_correct': 'str', - 'advanced_correct_metadata': 'SettingsMetadata', - 'allow_access_code_format': 'str', - 'allow_access_code_format_metadata': 'SettingsMetadata', - 'allow_account_management_granular': 'str', - 'allow_account_management_granular_metadata': 'SettingsMetadata', - 'allow_account_member_name_change': 'str', - 'allow_account_member_name_change_metadata': 'SettingsMetadata', - 'allow_advanced_recipient_routing_conditional': 'str', - 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', - 'allow_agent_name_email_edit': 'str', - 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', - 'allow_agreement_actions': 'str', - 'allow_agreement_actions_metadata': 'SettingsMetadata', - 'allow_auto_nav_settings': 'str', - 'allow_auto_nav_settings_metadata': 'SettingsMetadata', - 'allow_auto_tagging': 'str', - 'allow_auto_tagging_metadata': 'SettingsMetadata', - 'allow_bulk_send': 'str', - 'allow_bulk_send_metadata': 'SettingsMetadata', - 'allow_cd_withdraw': 'str', - 'allow_cd_withdraw_metadata': 'SettingsMetadata', - 'allow_connect_http_listener_configs': 'str', - 'allow_connect_send_finish_later': 'str', - 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', - 'allow_consumer_disclosure_override': 'str', - 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', - 'allow_data_download': 'str', - 'allow_data_download_metadata': 'SettingsMetadata', - 'allow_document_disclosures': 'str', - 'allow_document_disclosures_metadata': 'SettingsMetadata', - 'allow_documents_on_signed_envelopes': 'str', - 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', - 'allow_document_visibility': 'str', - 'allow_document_visibility_metadata': 'SettingsMetadata', - 'allow_e_hanko_stamps': 'str', - 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', - 'allow_e_note_e_original': 'str', - 'allow_e_note_e_original_metadata': 'SettingsMetadata', - 'allow_envelope_correct': 'str', - 'allow_envelope_correct_metadata': 'SettingsMetadata', - 'allow_envelope_custody_transfer': 'str', - 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', - 'allow_envelope_custom_fields': 'str', - 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', - 'allow_envelope_publish_reporting': 'str', - 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', - 'allow_envelope_reporting': 'str', - 'allow_envelope_reporting_metadata': 'SettingsMetadata', - 'allow_expression': 'str', - 'allow_expression_metadata': 'SettingsMetadata', - 'allow_express_signer_certificate': 'str', - 'allow_express_signer_certificate_metadata': 'SettingsMetadata', - 'allow_extended_sending_resource_file': 'str', - 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', - 'allow_external_signature_pad': 'str', - 'allow_external_signature_pad_metadata': 'SettingsMetadata', - 'allow_idv_level1': 'str', - 'allow_idv_level1_metadata': 'SettingsMetadata', - 'allow_idv_platform': 'str', - 'allow_idv_platform_metadata': 'SettingsMetadata', - 'allow_in_person': 'str', - 'allow_in_person_metadata': 'SettingsMetadata', - 'allow_managed_stamps': 'str', - 'allow_managed_stamps_metadata': 'SettingsMetadata', - 'allow_markup': 'str', - 'allow_markup_metadata': 'SettingsMetadata', - 'allow_member_time_zone': 'str', - 'allow_member_time_zone_metadata': 'SettingsMetadata', - 'allow_merge_fields': 'str', - 'allow_merge_fields_metadata': 'SettingsMetadata', - 'allow_multiple_brand_profiles': 'str', - 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', - 'allow_multiple_signer_attachments': 'str', - 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', - 'allow_non_us_phone_auth': 'str', - 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', - 'allow_ocr_of_envelope_documents': 'str', - 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', - 'allow_offline_signing': 'str', - 'allow_offline_signing_metadata': 'SettingsMetadata', - 'allow_open_trust_signer_certificate': 'str', - 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', - 'allow_organizations': 'str', - 'allow_organizations_metadata': 'SettingsMetadata', - 'allow_payment_processing': 'str', - 'allow_payment_processing_metadata': 'SettingsMetadata', - 'allow_personal_signer_certificate': 'str', - 'allow_personal_signer_certificate_metadata': 'SettingsMetadata', - 'allow_phone_authentication': 'str', - 'allow_phone_authentication_metadata': 'SettingsMetadata', - 'allow_phone_auth_override': 'str', - 'allow_phone_auth_override_metadata': 'SettingsMetadata', - 'allow_private_signing_groups': 'str', - 'allow_private_signing_groups_metadata': 'SettingsMetadata', - 'allow_reminders': 'str', - 'allow_reminders_metadata': 'SettingsMetadata', - 'allow_resource_file_branding': 'str', - 'allow_resource_file_branding_metadata': 'SettingsMetadata', - 'allow_safe_bio_pharma_signer_certificate': 'str', - 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', - 'allow_security_appliance': 'str', - 'allow_security_appliance_metadata': 'SettingsMetadata', - 'allow_send_to_certified_delivery': 'str', - 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', - 'allow_send_to_intermediary': 'str', - 'allow_send_to_intermediary_metadata': 'SettingsMetadata', - 'allow_server_templates': 'str', - 'allow_server_templates_metadata': 'SettingsMetadata', - 'allow_set_embedded_recipient_start_url': 'str', - 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', - 'allow_shared_tabs': 'str', - 'allow_shared_tabs_metadata': 'SettingsMetadata', - 'allow_signature_stamps': 'str', - 'allow_signature_stamps_metadata': 'SettingsMetadata', - 'allow_sign_document_from_home_page': 'str', - 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', - 'allow_signer_reassign': 'str', - 'allow_signer_reassign_metadata': 'SettingsMetadata', - 'allow_signer_reassign_override': 'str', - 'allow_signer_reassign_override_metadata': 'SettingsMetadata', - 'allow_signing_extensions': 'str', - 'allow_signing_extensions_metadata': 'SettingsMetadata', - 'allow_signing_groups': 'str', - 'allow_signing_groups_metadata': 'SettingsMetadata', - 'allow_signing_radio_deselect': 'str', - 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', - 'allow_sign_now': 'str', - 'allow_sign_now_metadata': 'str', - 'allow_sms_delivery': 'str', - 'allow_sms_delivery_metadata': 'SettingsMetadata', - 'allow_social_id_login': 'str', - 'allow_social_id_login_metadata': 'SettingsMetadata', - 'allow_supplemental_documents': 'str', - 'allow_supplemental_documents_metadata': 'SettingsMetadata', - 'allow_users_to_access_directory': 'str', - 'allow_users_to_access_directory_metadata': 'SettingsMetadata', - 'allow_value_insights': 'str', - 'allow_value_insights_metadata': 'SettingsMetadata', - 'anchor_population_scope': 'str', - 'anchor_population_scope_metadata': 'SettingsMetadata', - 'anchor_tag_versioned_placement_enabled': 'str', - 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', - 'attach_completed_envelope': 'str', - 'attach_completed_envelope_metadata': 'SettingsMetadata', - 'authentication_check': 'str', - 'authentication_check_metadata': 'SettingsMetadata', - 'auto_nav_rule': 'str', - 'auto_nav_rule_metadata': 'SettingsMetadata', - 'auto_provision_signer_account': 'str', - 'auto_provision_signer_account_metadata': 'SettingsMetadata', - 'bcc_email_archive': 'str', - 'bcc_email_archive_metadata': 'SettingsMetadata', - 'beta_switch_configuration': 'str', - 'beta_switch_configuration_metadata': 'SettingsMetadata', - 'billing_address': 'AddressInformation', - 'billing_address_metadata': 'SettingsMetadata', - 'bulk_send': 'str', - 'bulk_send_max_copies_in_batch': 'str', - 'bulk_send_max_unprocessed_envelopes_count': 'str', - 'bulk_send_metadata': 'SettingsMetadata', - 'can_self_brand_send': 'str', - 'can_self_brand_send_metadata': 'SettingsMetadata', - 'can_self_brand_sign': 'str', - 'can_self_brand_sign_metadata': 'SettingsMetadata', - 'can_use_salesforce_o_auth': 'str', - 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', - 'capture_voice_recording': 'str', - 'capture_voice_recording_metadata': 'SettingsMetadata', - 'cfr_use_wide_image': 'str', - 'cfr_use_wide_image_metadata': 'SettingsMetadata', - 'check_for_multiple_admins_on_account': 'str', - 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', - 'chrome_signature_enabled': 'str', - 'chrome_signature_enabled_metadata': 'SettingsMetadata', - 'comment_email_show_message_text': 'str', - 'comment_email_show_message_text_metadata': 'SettingsMetadata', - 'comments_allow_envelope_override': 'str', - 'comments_allow_envelope_override_metadata': 'SettingsMetadata', - 'conditional_fields_enabled': 'str', - 'conditional_fields_enabled_metadata': 'SettingsMetadata', - 'consumer_disclosure_frequency': 'str', - 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', - 'convert_pdf_fields': 'str', - 'convert_pdf_fields_metadata': 'SettingsMetadata', - 'data_population_scope': 'str', - 'data_population_scope_metadata': 'SettingsMetadata', - 'disable_mobile_app': 'str', - 'disable_mobile_app_metadata': 'SettingsMetadata', - 'disable_mobile_push_notifications': 'str', - 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', - 'disable_mobile_sending': 'str', - 'disable_mobile_sending_metadata': 'SettingsMetadata', - 'disable_multiple_sessions': 'str', - 'disable_multiple_sessions_metadata': 'SettingsMetadata', - 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', - 'disable_signer_cert_view': 'str', - 'disable_signer_cert_view_metadata': 'SettingsMetadata', - 'disable_signer_history_view': 'str', - 'disable_signer_history_view_metadata': 'SettingsMetadata', - 'disable_style_signature': 'str', - 'disable_style_signature_metadata': 'SettingsMetadata', - 'disable_upload_signature': 'str', - 'disable_upload_signature_metadata': 'SettingsMetadata', - 'disable_user_sharing': 'str', - 'disable_user_sharing_metadata': 'SettingsMetadata', - 'display_beta_switch': 'str', - 'display_beta_switch_metadata': 'SettingsMetadata', - 'document_conversion_restrictions': 'str', - 'document_conversion_restrictions_metadata': 'SettingsMetadata', - 'document_retention': 'str', - 'document_retention_metadata': 'SettingsMetadata', - 'document_retention_purge_tabs': 'str', - 'document_visibility': 'str', - 'document_visibility_metadata': 'SettingsMetadata', - 'email_template_version': 'str', - 'email_template_version_metadata': 'SettingsMetadata', - 'enable_access_code_generator': 'str', - 'enable_access_code_generator_metadata': 'SettingsMetadata', - 'enable_advanced_payments': 'str', - 'enable_advanced_payments_metadata': 'SettingsMetadata', - 'enable_advanced_power_forms': 'str', - 'enable_advanced_power_forms_metadata': 'SettingsMetadata', - 'enable_auto_nav': 'str', - 'enable_auto_nav_metadata': 'SettingsMetadata', - 'enable_calculated_fields': 'str', - 'enable_calculated_fields_metadata': 'SettingsMetadata', - 'enable_clickwraps': 'str', - 'enable_clickwraps_metadata': 'SettingsMetadata', - 'enable_comments_history_download_in_signing': 'str', - 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', - 'enable_customer_satisfaction_metric_tracking': 'str', - 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', - 'enable_ds_pro': 'str', - 'enable_ds_pro_metadata': 'SettingsMetadata', - 'enable_envelope_stamping_by_account_admin': 'str', - 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', - 'enable_envelope_stamping_by_ds_admin': 'str', - 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', - 'enable_in_browser_editor': 'str', - 'enable_in_browser_editor_metadata': 'SettingsMetadata', - 'enable_payment_processing': 'str', - 'enable_payment_processing_metadata': 'SettingsMetadata', - 'enable_power_form': 'str', - 'enable_power_form_direct': 'str', - 'enable_power_form_direct_metadata': 'SettingsMetadata', - 'enable_power_form_metadata': 'SettingsMetadata', - 'enable_recipient_domain_validation': 'str', - 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', - 'enable_report_links': 'str', - 'enable_report_links_metadata': 'SettingsMetadata', - 'enable_require_sign_on_paper': 'str', - 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', - 'enable_reserved_domain': 'str', - 'enable_reserved_domain_metadata': 'SettingsMetadata', - 'enable_responsive_signing': 'str', - 'enable_responsive_signing_metadata': 'SettingsMetadata', - 'enable_scheduled_release': 'str', - 'enable_scheduled_release_metadata': 'SettingsMetadata', - 'enable_search_ui': 'str', - 'enable_search_ui_metadata': 'SettingsMetadata', - 'enable_sending_tags_font_settings': 'str', - 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', - 'enable_send_to_agent': 'str', - 'enable_send_to_agent_metadata': 'SettingsMetadata', - 'enable_send_to_intermediary': 'str', - 'enable_send_to_intermediary_metadata': 'SettingsMetadata', - 'enable_send_to_manage': 'str', - 'enable_send_to_manage_metadata': 'SettingsMetadata', - 'enable_sequential_signing_api': 'str', - 'enable_sequential_signing_api_metadata': 'SettingsMetadata', - 'enable_sequential_signing_ui': 'str', - 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', - 'enable_signer_attachments': 'str', - 'enable_signer_attachments_metadata': 'SettingsMetadata', - 'enable_signing_extension_comments': 'str', - 'enable_signing_extension_comments_metadata': 'SettingsMetadata', - 'enable_signing_extension_conversations': 'str', - 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', - 'enable_signing_order_settings_for_account': 'str', - 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', - 'enable_sign_on_paper': 'str', - 'enable_sign_on_paper_metadata': 'SettingsMetadata', - 'enable_sign_on_paper_override': 'str', - 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', - 'enable_sign_with_notary': 'str', - 'enable_sign_with_notary_metadata': 'SettingsMetadata', - 'enable_smart_contracts': 'str', - 'enable_smart_contracts_metadata': 'SettingsMetadata', - 'enable_sms_authentication': 'str', - 'enable_sms_authentication_metadata': 'SettingsMetadata', - 'enable_social_id_login': 'str', - 'enable_social_id_login_metadata': 'SettingsMetadata', - 'enable_strike_through': 'str', - 'enable_strike_through_metadata': 'SettingsMetadata', - 'enable_transaction_point': 'str', - 'enable_transaction_point_metadata': 'SettingsMetadata', - 'enable_vaulting': 'str', - 'enable_vaulting_metadata': 'SettingsMetadata', - 'enable_witnessing': 'str', - 'enable_witnessing_metadata': 'SettingsMetadata', - 'enforce_template_name_uniqueness': 'str', - 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', - 'envelope_integration_allowed': 'str', - 'envelope_integration_allowed_metadata': 'SettingsMetadata', - 'envelope_integration_enabled': 'str', - 'envelope_integration_enabled_metadata': 'SettingsMetadata', - 'envelope_stamping_default_value': 'str', - 'envelope_stamping_default_value_metadata': 'SettingsMetadata', - 'express_send': 'str', - 'express_send_allow_tabs': 'str', - 'express_send_allow_tabs_metadata': 'SettingsMetadata', - 'express_send_metadata': 'SettingsMetadata', - 'external_document_sources': 'ExternalDocumentSources', - 'external_signature_pad_type': 'str', - 'external_signature_pad_type_metadata': 'SettingsMetadata', - 'fax_out_enabled': 'str', - 'fax_out_enabled_metadata': 'SettingsMetadata', - 'guided_forms_html_allowed': 'str', - 'guided_forms_html_allowed_metadata': 'SettingsMetadata', - 'hide_account_address_in_co_c': 'str', - 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', - 'hide_pricing': 'str', - 'hide_pricing_metadata': 'SettingsMetadata', - 'id_check_configurations': 'list[IdCheckConfiguration]', - 'id_check_expire': 'str', - 'id_check_expire_days': 'str', - 'id_check_expire_days_metadata': 'SettingsMetadata', - 'id_check_expire_metadata': 'SettingsMetadata', - 'id_check_expire_minutes': 'str', - 'id_check_expire_minutes_metadata': 'SettingsMetadata', - 'id_check_required': 'str', - 'id_check_required_metadata': 'SettingsMetadata', - 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', - 'identity_verification_metadata': 'SettingsMetadata', - 'ignore_error_if_anchor_tab_not_found': 'str', - 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', - 'in_person_id_check_question': 'str', - 'in_person_id_check_question_metadata': 'SettingsMetadata', - 'in_person_signing_enabled': 'str', - 'in_person_signing_enabled_metadata': 'SettingsMetadata', - 'in_session_enabled': 'str', - 'in_session_enabled_metadata': 'SettingsMetadata', - 'in_session_suppress_emails': 'str', - 'in_session_suppress_emails_metadata': 'SettingsMetadata', - 'maximum_signing_groups': 'str', - 'maximum_signing_groups_metadata': 'SettingsMetadata', - 'maximum_users_per_signing_group': 'str', - 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', - 'max_number_of_custom_stamps': 'str', - 'mobile_session_timeout': 'str', - 'mobile_session_timeout_metadata': 'SettingsMetadata', - 'number_of_active_custom_stamps': 'str', - 'opt_in_mobile_signing_v02': 'str', - 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', - 'opt_out_auto_nav_text_and_tab_color_updates': 'str', - 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', - 'opt_out_new_platform_seal': 'str', - 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', - 'phone_auth_recipient_may_provide_phone_number': 'str', - 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', - 'pki_sign_downloaded_pdf_docs': 'str', - 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', - 'recipients_can_sign_offline': 'str', - 'recipients_can_sign_offline_metadata': 'SettingsMetadata', - 'recipient_signing_auto_navigation_control': 'str', - 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', - 'require21_cf_rpt11_compliance': 'str', - 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', - 'require_decline_reason': 'str', - 'require_decline_reason_metadata': 'SettingsMetadata', - 'require_external_user_management': 'str', - 'require_external_user_management_metadata': 'SettingsMetadata', - 'require_signer_certificate_type': 'str', - 'require_signer_certificate_type_metadata': 'SettingsMetadata', - 'rsa_verid_account_name': 'str', - 'rsa_verid_password': 'str', - 'rsa_verid_ruleset': 'str', - 'rsa_verid_user_id': 'str', - 'self_signed_recipient_email_document': 'str', - 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', - 'self_signed_recipient_email_document_user_override': 'str', - 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', - 'sender_can_sign_in_each_location': 'str', - 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', - 'sender_must_authenticate_signing': 'str', - 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', - 'sending_tags_font_color': 'str', - 'sending_tags_font_color_metadata': 'SettingsMetadata', - 'sending_tags_font_name': 'str', - 'sending_tags_font_name_metadata': 'SettingsMetadata', - 'sending_tags_font_size': 'str', - 'sending_tags_font_size_metadata': 'SettingsMetadata', - 'send_to_certified_delivery_enabled': 'str', - 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', - 'session_timeout': 'str', - 'session_timeout_metadata': 'SettingsMetadata', - 'set_recip_email_lang': 'str', - 'set_recip_email_lang_metadata': 'SettingsMetadata', - 'set_recip_sign_lang': 'str', - 'set_recip_sign_lang_metadata': 'SettingsMetadata', - 'shared_template_folders': 'str', - 'shared_template_folders_metadata': 'SettingsMetadata', - 'show_complete_dialog_in_embedded_session': 'str', - 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', - 'show_conditional_routing_on_send': 'str', - 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', - 'show_initial_conditional_fields': 'str', - 'show_initial_conditional_fields_metadata': 'SettingsMetadata', - 'show_localized_watermarks': 'str', - 'show_localized_watermarks_metadata': 'SettingsMetadata', - 'show_tutorials': 'str', - 'show_tutorials_metadata': 'SettingsMetadata', - 'signature_providers': 'list[str]', - 'signature_providers_metadata': 'SettingsMetadata', - 'sign_date_format': 'str', - 'sign_date_format_metadata': 'SettingsMetadata', - 'signer_attach_certificate_to_envelope_pdf': 'str', - 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', - 'signer_attach_concat': 'str', - 'signer_attach_concat_metadata': 'SettingsMetadata', - 'signer_can_create_account': 'str', - 'signer_can_create_account_metadata': 'SettingsMetadata', - 'signer_can_sign_on_mobile': 'str', - 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', - 'signer_in_session_use_envelope_complete_email': 'str', - 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', - 'signer_login_requirements': 'str', - 'signer_login_requirements_metadata': 'SettingsMetadata', - 'signer_must_have_account': 'str', - 'signer_must_have_account_metadata': 'SettingsMetadata', - 'signer_must_login_to_sign': 'str', - 'signer_must_login_to_sign_metadata': 'SettingsMetadata', - 'signer_show_secure_field_initial_values': 'str', - 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', - 'signing_session_timeout': 'str', - 'signing_session_timeout_metadata': 'SettingsMetadata', - 'signing_ui_version': 'str', - 'signing_ui_version_metadata': 'SettingsMetadata', - 'sign_time_format': 'str', - 'sign_time_format_metadata': 'SettingsMetadata', - 'sign_time_show_am_pm': 'str', - 'sign_time_show_am_pm_metadata': 'SettingsMetadata', - 'simplified_sending_enabled': 'str', - 'simplified_sending_enabled_metadata': 'SettingsMetadata', - 'single_sign_on_enabled': 'str', - 'single_sign_on_enabled_metadata': 'SettingsMetadata', - 'skip_auth_completed_envelopes': 'str', - 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', - 'social_id_recip_auth': 'str', - 'social_id_recip_auth_metadata': 'SettingsMetadata', - 'specify_document_visibility': 'str', - 'specify_document_visibility_metadata': 'SettingsMetadata', - 'start_in_advanced_correct': 'str', - 'start_in_advanced_correct_metadata': 'SettingsMetadata', - 'supplemental_documents_must_accept': 'str', - 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', - 'supplemental_documents_must_read': 'str', - 'supplemental_documents_must_read_metadata': 'SettingsMetadata', - 'supplemental_documents_must_view': 'str', - 'supplemental_documents_must_view_metadata': 'SettingsMetadata', - 'suppress_certificate_enforcement': 'str', - 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', - 'tab_account_settings': 'TabAccountSettings', - 'timezone_offset_api': 'str', - 'timezone_offset_api_metadata': 'SettingsMetadata', - 'timezone_offset_ui': 'str', - 'timezone_offset_ui_metadata': 'SettingsMetadata', - 'universal_signature_opt_in': 'str', - 'use_account_level_email': 'str', - 'use_account_level_email_metadata': 'SettingsMetadata', - 'use_consumer_disclosure': 'str', - 'use_consumer_disclosure_metadata': 'SettingsMetadata', - 'use_consumer_disclosure_within_account': 'str', - 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', - 'use_derived_keys': 'str', - 'use_derived_keys_metadata': 'SettingsMetadata', - 'use_docu_sign_express_signer_certificate': 'str', - 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', - 'use_multi_app_groups_data': 'str', - 'use_multi_app_groups_data_metadata': 'SettingsMetadata', - 'use_new_blob_for_pdf': 'str', - 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', - 'use_safe_signer_certificates': 'str', - 'use_safe_signer_certificates_metadata': 'SettingsMetadata', - 'uses_api': 'str', - 'uses_api_metadata': 'SettingsMetadata', - 'use_signature_provider_platform': 'str', - 'use_signature_provider_platform_metadata': 'SettingsMetadata', - 'validations_allowed': 'str', - 'validations_allowed_metadata': 'SettingsMetadata', - 'validations_brand': 'str', - 'validations_brand_metadata': 'SettingsMetadata', - 'validations_cadence': 'str', - 'validations_cadence_metadata': 'SettingsMetadata', - 'validations_enabled': 'str', - 'validations_enabled_metadata': 'SettingsMetadata', - 'validations_report': 'str', - 'validations_report_metadata': 'SettingsMetadata', - 'water_mark_enabled': 'str', - 'water_mark_enabled_metadata': 'SettingsMetadata', - 'write_reminder_to_envelope_history': 'str', - 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', - 'wurfl_min_allowable_screen_size': 'str', - 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'access_code_format': 'accessCodeFormat', - 'account_date_time_format': 'accountDateTimeFormat', - 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', - 'account_name': 'accountName', - 'account_name_metadata': 'accountNameMetadata', - 'account_notification': 'accountNotification', - 'account_ui_settings': 'accountUISettings', - 'adopt_sig_config': 'adoptSigConfig', - 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', - 'advanced_correct': 'advancedCorrect', - 'advanced_correct_metadata': 'advancedCorrectMetadata', - 'allow_access_code_format': 'allowAccessCodeFormat', - 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', - 'allow_account_management_granular': 'allowAccountManagementGranular', - 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', - 'allow_account_member_name_change': 'allowAccountMemberNameChange', - 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', - 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', - 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', - 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', - 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', - 'allow_agreement_actions': 'allowAgreementActions', - 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', - 'allow_auto_nav_settings': 'allowAutoNavSettings', - 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', - 'allow_auto_tagging': 'allowAutoTagging', - 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', - 'allow_bulk_send': 'allowBulkSend', - 'allow_bulk_send_metadata': 'allowBulkSendMetadata', - 'allow_cd_withdraw': 'allowCDWithdraw', - 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', - 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', - 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', - 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', - 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', - 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', - 'allow_data_download': 'allowDataDownload', - 'allow_data_download_metadata': 'allowDataDownloadMetadata', - 'allow_document_disclosures': 'allowDocumentDisclosures', - 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', - 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', - 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', - 'allow_document_visibility': 'allowDocumentVisibility', - 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', - 'allow_e_hanko_stamps': 'allowEHankoStamps', - 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', - 'allow_e_note_e_original': 'allowENoteEOriginal', - 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', - 'allow_envelope_correct': 'allowEnvelopeCorrect', - 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', - 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', - 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', - 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', - 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', - 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', - 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', - 'allow_envelope_reporting': 'allowEnvelopeReporting', - 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', - 'allow_expression': 'allowExpression', - 'allow_expression_metadata': 'allowExpressionMetadata', - 'allow_express_signer_certificate': 'allowExpressSignerCertificate', - 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', - 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', - 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', - 'allow_external_signature_pad': 'allowExternalSignaturePad', - 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', - 'allow_idv_level1': 'allowIDVLevel1', - 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', - 'allow_idv_platform': 'allowIDVPlatform', - 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', - 'allow_in_person': 'allowInPerson', - 'allow_in_person_metadata': 'allowInPersonMetadata', - 'allow_managed_stamps': 'allowManagedStamps', - 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', - 'allow_markup': 'allowMarkup', - 'allow_markup_metadata': 'allowMarkupMetadata', - 'allow_member_time_zone': 'allowMemberTimeZone', - 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', - 'allow_merge_fields': 'allowMergeFields', - 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', - 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', - 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', - 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', - 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', - 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', - 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', - 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', - 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', - 'allow_offline_signing': 'allowOfflineSigning', - 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', - 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', - 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', - 'allow_organizations': 'allowOrganizations', - 'allow_organizations_metadata': 'allowOrganizationsMetadata', - 'allow_payment_processing': 'allowPaymentProcessing', - 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', - 'allow_personal_signer_certificate': 'allowPersonalSignerCertificate', - 'allow_personal_signer_certificate_metadata': 'allowPersonalSignerCertificateMetadata', - 'allow_phone_authentication': 'allowPhoneAuthentication', - 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', - 'allow_phone_auth_override': 'allowPhoneAuthOverride', - 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', - 'allow_private_signing_groups': 'allowPrivateSigningGroups', - 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', - 'allow_reminders': 'allowReminders', - 'allow_reminders_metadata': 'allowRemindersMetadata', - 'allow_resource_file_branding': 'allowResourceFileBranding', - 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', - 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', - 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', - 'allow_security_appliance': 'allowSecurityAppliance', - 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', - 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', - 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', - 'allow_send_to_intermediary': 'allowSendToIntermediary', - 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', - 'allow_server_templates': 'allowServerTemplates', - 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', - 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', - 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', - 'allow_shared_tabs': 'allowSharedTabs', - 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', - 'allow_signature_stamps': 'allowSignatureStamps', - 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', - 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', - 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', - 'allow_signer_reassign': 'allowSignerReassign', - 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', - 'allow_signer_reassign_override': 'allowSignerReassignOverride', - 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', - 'allow_signing_extensions': 'allowSigningExtensions', - 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', - 'allow_signing_groups': 'allowSigningGroups', - 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', - 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', - 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', - 'allow_sign_now': 'allowSignNow', - 'allow_sign_now_metadata': 'allowSignNowMetadata', - 'allow_sms_delivery': 'allowSMSDelivery', - 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', - 'allow_social_id_login': 'allowSocialIdLogin', - 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', - 'allow_supplemental_documents': 'allowSupplementalDocuments', - 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', - 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', - 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', - 'allow_value_insights': 'allowValueInsights', - 'allow_value_insights_metadata': 'allowValueInsightsMetadata', - 'anchor_population_scope': 'anchorPopulationScope', - 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', - 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', - 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', - 'attach_completed_envelope': 'attachCompletedEnvelope', - 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', - 'authentication_check': 'authenticationCheck', - 'authentication_check_metadata': 'authenticationCheckMetadata', - 'auto_nav_rule': 'autoNavRule', - 'auto_nav_rule_metadata': 'autoNavRuleMetadata', - 'auto_provision_signer_account': 'autoProvisionSignerAccount', - 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', - 'bcc_email_archive': 'bccEmailArchive', - 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', - 'beta_switch_configuration': 'betaSwitchConfiguration', - 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', - 'billing_address': 'billingAddress', - 'billing_address_metadata': 'billingAddressMetadata', - 'bulk_send': 'bulkSend', - 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', - 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', - 'bulk_send_metadata': 'bulkSendMetadata', - 'can_self_brand_send': 'canSelfBrandSend', - 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', - 'can_self_brand_sign': 'canSelfBrandSign', - 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', - 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', - 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', - 'capture_voice_recording': 'captureVoiceRecording', - 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', - 'cfr_use_wide_image': 'cfrUseWideImage', - 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', - 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', - 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', - 'chrome_signature_enabled': 'chromeSignatureEnabled', - 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', - 'comment_email_show_message_text': 'commentEmailShowMessageText', - 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', - 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', - 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', - 'conditional_fields_enabled': 'conditionalFieldsEnabled', - 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', - 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', - 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', - 'convert_pdf_fields': 'convertPdfFields', - 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', - 'data_population_scope': 'dataPopulationScope', - 'data_population_scope_metadata': 'dataPopulationScopeMetadata', - 'disable_mobile_app': 'disableMobileApp', - 'disable_mobile_app_metadata': 'disableMobileAppMetadata', - 'disable_mobile_push_notifications': 'disableMobilePushNotifications', - 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', - 'disable_mobile_sending': 'disableMobileSending', - 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', - 'disable_multiple_sessions': 'disableMultipleSessions', - 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', - 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', - 'disable_signer_cert_view': 'disableSignerCertView', - 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', - 'disable_signer_history_view': 'disableSignerHistoryView', - 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', - 'disable_style_signature': 'disableStyleSignature', - 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', - 'disable_upload_signature': 'disableUploadSignature', - 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', - 'disable_user_sharing': 'disableUserSharing', - 'disable_user_sharing_metadata': 'disableUserSharingMetadata', - 'display_beta_switch': 'displayBetaSwitch', - 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', - 'document_conversion_restrictions': 'documentConversionRestrictions', - 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', - 'document_retention': 'documentRetention', - 'document_retention_metadata': 'documentRetentionMetadata', - 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', - 'document_visibility': 'documentVisibility', - 'document_visibility_metadata': 'documentVisibilityMetadata', - 'email_template_version': 'emailTemplateVersion', - 'email_template_version_metadata': 'emailTemplateVersionMetadata', - 'enable_access_code_generator': 'enableAccessCodeGenerator', - 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', - 'enable_advanced_payments': 'enableAdvancedPayments', - 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', - 'enable_advanced_power_forms': 'enableAdvancedPowerForms', - 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', - 'enable_auto_nav': 'enableAutoNav', - 'enable_auto_nav_metadata': 'enableAutoNavMetadata', - 'enable_calculated_fields': 'enableCalculatedFields', - 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', - 'enable_clickwraps': 'enableClickwraps', - 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', - 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', - 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', - 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', - 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', - 'enable_ds_pro': 'enableDSPro', - 'enable_ds_pro_metadata': 'enableDSProMetadata', - 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', - 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', - 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', - 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', - 'enable_in_browser_editor': 'enableInBrowserEditor', - 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', - 'enable_payment_processing': 'enablePaymentProcessing', - 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', - 'enable_power_form': 'enablePowerForm', - 'enable_power_form_direct': 'enablePowerFormDirect', - 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', - 'enable_power_form_metadata': 'enablePowerFormMetadata', - 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', - 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', - 'enable_report_links': 'enableReportLinks', - 'enable_report_links_metadata': 'enableReportLinksMetadata', - 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', - 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', - 'enable_reserved_domain': 'enableReservedDomain', - 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', - 'enable_responsive_signing': 'enableResponsiveSigning', - 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', - 'enable_scheduled_release': 'enableScheduledRelease', - 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', - 'enable_search_ui': 'enableSearchUI', - 'enable_search_ui_metadata': 'enableSearchUIMetadata', - 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', - 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', - 'enable_send_to_agent': 'enableSendToAgent', - 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', - 'enable_send_to_intermediary': 'enableSendToIntermediary', - 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', - 'enable_send_to_manage': 'enableSendToManage', - 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', - 'enable_sequential_signing_api': 'enableSequentialSigningAPI', - 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', - 'enable_sequential_signing_ui': 'enableSequentialSigningUI', - 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', - 'enable_signer_attachments': 'enableSignerAttachments', - 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', - 'enable_signing_extension_comments': 'enableSigningExtensionComments', - 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', - 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', - 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', - 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', - 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', - 'enable_sign_on_paper': 'enableSignOnPaper', - 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', - 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', - 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', - 'enable_sign_with_notary': 'enableSignWithNotary', - 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', - 'enable_smart_contracts': 'enableSmartContracts', - 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', - 'enable_sms_authentication': 'enableSMSAuthentication', - 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', - 'enable_social_id_login': 'enableSocialIdLogin', - 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', - 'enable_strike_through': 'enableStrikeThrough', - 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', - 'enable_transaction_point': 'enableTransactionPoint', - 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', - 'enable_vaulting': 'enableVaulting', - 'enable_vaulting_metadata': 'enableVaultingMetadata', - 'enable_witnessing': 'enableWitnessing', - 'enable_witnessing_metadata': 'enableWitnessingMetadata', - 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', - 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', - 'envelope_integration_allowed': 'envelopeIntegrationAllowed', - 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', - 'envelope_integration_enabled': 'envelopeIntegrationEnabled', - 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', - 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', - 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', - 'express_send': 'expressSend', - 'express_send_allow_tabs': 'expressSendAllowTabs', - 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', - 'express_send_metadata': 'expressSendMetadata', - 'external_document_sources': 'externalDocumentSources', - 'external_signature_pad_type': 'externalSignaturePadType', - 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', - 'fax_out_enabled': 'faxOutEnabled', - 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', - 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', - 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', - 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', - 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', - 'hide_pricing': 'hidePricing', - 'hide_pricing_metadata': 'hidePricingMetadata', - 'id_check_configurations': 'idCheckConfigurations', - 'id_check_expire': 'idCheckExpire', - 'id_check_expire_days': 'idCheckExpireDays', - 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', - 'id_check_expire_metadata': 'idCheckExpireMetadata', - 'id_check_expire_minutes': 'idCheckExpireMinutes', - 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', - 'id_check_required': 'idCheckRequired', - 'id_check_required_metadata': 'idCheckRequiredMetadata', - 'identity_verification': 'identityVerification', - 'identity_verification_metadata': 'identityVerificationMetadata', - 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', - 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', - 'in_person_id_check_question': 'inPersonIDCheckQuestion', - 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', - 'in_person_signing_enabled': 'inPersonSigningEnabled', - 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', - 'in_session_enabled': 'inSessionEnabled', - 'in_session_enabled_metadata': 'inSessionEnabledMetadata', - 'in_session_suppress_emails': 'inSessionSuppressEmails', - 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', - 'maximum_signing_groups': 'maximumSigningGroups', - 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', - 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', - 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', - 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', - 'mobile_session_timeout': 'mobileSessionTimeout', - 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', - 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', - 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', - 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', - 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', - 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', - 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', - 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', - 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', - 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', - 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', - 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', - 'recipients_can_sign_offline': 'recipientsCanSignOffline', - 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', - 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', - 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', - 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', - 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', - 'require_decline_reason': 'requireDeclineReason', - 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', - 'require_external_user_management': 'requireExternalUserManagement', - 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', - 'require_signer_certificate_type': 'requireSignerCertificateType', - 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', - 'rsa_verid_account_name': 'rsaVeridAccountName', - 'rsa_verid_password': 'rsaVeridPassword', - 'rsa_verid_ruleset': 'rsaVeridRuleset', - 'rsa_verid_user_id': 'rsaVeridUserId', - 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', - 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', - 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', - 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', - 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', - 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', - 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', - 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', - 'sending_tags_font_color': 'sendingTagsFontColor', - 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', - 'sending_tags_font_name': 'sendingTagsFontName', - 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', - 'sending_tags_font_size': 'sendingTagsFontSize', - 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', - 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', - 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', - 'session_timeout': 'sessionTimeout', - 'session_timeout_metadata': 'sessionTimeoutMetadata', - 'set_recip_email_lang': 'setRecipEmailLang', - 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', - 'set_recip_sign_lang': 'setRecipSignLang', - 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', - 'shared_template_folders': 'sharedTemplateFolders', - 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', - 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', - 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', - 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', - 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', - 'show_initial_conditional_fields': 'showInitialConditionalFields', - 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', - 'show_localized_watermarks': 'showLocalizedWatermarks', - 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', - 'show_tutorials': 'showTutorials', - 'show_tutorials_metadata': 'showTutorialsMetadata', - 'signature_providers': 'signatureProviders', - 'signature_providers_metadata': 'signatureProvidersMetadata', - 'sign_date_format': 'signDateFormat', - 'sign_date_format_metadata': 'signDateFormatMetadata', - 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', - 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', - 'signer_attach_concat': 'signerAttachConcat', - 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', - 'signer_can_create_account': 'signerCanCreateAccount', - 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', - 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', - 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', - 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', - 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', - 'signer_login_requirements': 'signerLoginRequirements', - 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', - 'signer_must_have_account': 'signerMustHaveAccount', - 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', - 'signer_must_login_to_sign': 'signerMustLoginToSign', - 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', - 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', - 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', - 'signing_session_timeout': 'signingSessionTimeout', - 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', - 'signing_ui_version': 'signingUiVersion', - 'signing_ui_version_metadata': 'signingUiVersionMetadata', - 'sign_time_format': 'signTimeFormat', - 'sign_time_format_metadata': 'signTimeFormatMetadata', - 'sign_time_show_am_pm': 'signTimeShowAmPm', - 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', - 'simplified_sending_enabled': 'simplifiedSendingEnabled', - 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', - 'single_sign_on_enabled': 'singleSignOnEnabled', - 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', - 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', - 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', - 'social_id_recip_auth': 'socialIdRecipAuth', - 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', - 'specify_document_visibility': 'specifyDocumentVisibility', - 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', - 'start_in_advanced_correct': 'startInAdvancedCorrect', - 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', - 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', - 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', - 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', - 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', - 'supplemental_documents_must_view': 'supplementalDocumentsMustView', - 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', - 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', - 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', - 'tab_account_settings': 'tabAccountSettings', - 'timezone_offset_api': 'timezoneOffsetAPI', - 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', - 'timezone_offset_ui': 'timezoneOffsetUI', - 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', - 'universal_signature_opt_in': 'universalSignatureOptIn', - 'use_account_level_email': 'useAccountLevelEmail', - 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', - 'use_consumer_disclosure': 'useConsumerDisclosure', - 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', - 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', - 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', - 'use_derived_keys': 'useDerivedKeys', - 'use_derived_keys_metadata': 'useDerivedKeysMetadata', - 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', - 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', - 'use_multi_app_groups_data': 'useMultiAppGroupsData', - 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', - 'use_new_blob_for_pdf': 'useNewBlobForPdf', - 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', - 'use_safe_signer_certificates': 'useSAFESignerCertificates', - 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', - 'uses_api': 'usesAPI', - 'uses_api_metadata': 'usesAPIMetadata', - 'use_signature_provider_platform': 'useSignatureProviderPlatform', - 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', - 'validations_allowed': 'validationsAllowed', - 'validations_allowed_metadata': 'validationsAllowedMetadata', - 'validations_brand': 'validationsBrand', - 'validations_brand_metadata': 'validationsBrandMetadata', - 'validations_cadence': 'validationsCadence', - 'validations_cadence_metadata': 'validationsCadenceMetadata', - 'validations_enabled': 'validationsEnabled', - 'validations_enabled_metadata': 'validationsEnabledMetadata', - 'validations_report': 'validationsReport', - 'validations_report_metadata': 'validationsReportMetadata', - 'water_mark_enabled': 'waterMarkEnabled', - 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', - 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', - 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', - 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', - 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' - } - - self._access_code_format = access_code_format - self._account_date_time_format = account_date_time_format - self._account_date_time_format_metadata = account_date_time_format_metadata - self._account_name = account_name - self._account_name_metadata = account_name_metadata - self._account_notification = account_notification - self._account_ui_settings = account_ui_settings - self._adopt_sig_config = adopt_sig_config - self._adopt_sig_config_metadata = adopt_sig_config_metadata - self._advanced_correct = advanced_correct - self._advanced_correct_metadata = advanced_correct_metadata - self._allow_access_code_format = allow_access_code_format - self._allow_access_code_format_metadata = allow_access_code_format_metadata - self._allow_account_management_granular = allow_account_management_granular - self._allow_account_management_granular_metadata = allow_account_management_granular_metadata - self._allow_account_member_name_change = allow_account_member_name_change - self._allow_account_member_name_change_metadata = allow_account_member_name_change_metadata - self._allow_advanced_recipient_routing_conditional = allow_advanced_recipient_routing_conditional - self._allow_advanced_recipient_routing_conditional_metadata = allow_advanced_recipient_routing_conditional_metadata - self._allow_agent_name_email_edit = allow_agent_name_email_edit - self._allow_agent_name_email_edit_metadata = allow_agent_name_email_edit_metadata - self._allow_agreement_actions = allow_agreement_actions - self._allow_agreement_actions_metadata = allow_agreement_actions_metadata - self._allow_auto_nav_settings = allow_auto_nav_settings - self._allow_auto_nav_settings_metadata = allow_auto_nav_settings_metadata - self._allow_auto_tagging = allow_auto_tagging - self._allow_auto_tagging_metadata = allow_auto_tagging_metadata - self._allow_bulk_send = allow_bulk_send - self._allow_bulk_send_metadata = allow_bulk_send_metadata - self._allow_cd_withdraw = allow_cd_withdraw - self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata - self._allow_connect_http_listener_configs = allow_connect_http_listener_configs - self._allow_connect_send_finish_later = allow_connect_send_finish_later - self._allow_connect_send_finish_later_metadata = allow_connect_send_finish_later_metadata - self._allow_consumer_disclosure_override = allow_consumer_disclosure_override - self._allow_consumer_disclosure_override_metadata = allow_consumer_disclosure_override_metadata - self._allow_data_download = allow_data_download - self._allow_data_download_metadata = allow_data_download_metadata - self._allow_document_disclosures = allow_document_disclosures - self._allow_document_disclosures_metadata = allow_document_disclosures_metadata - self._allow_documents_on_signed_envelopes = allow_documents_on_signed_envelopes - self._allow_documents_on_signed_envelopes_metadata = allow_documents_on_signed_envelopes_metadata - self._allow_document_visibility = allow_document_visibility - self._allow_document_visibility_metadata = allow_document_visibility_metadata - self._allow_e_hanko_stamps = allow_e_hanko_stamps - self._allow_e_hanko_stamps_metadata = allow_e_hanko_stamps_metadata - self._allow_e_note_e_original = allow_e_note_e_original - self._allow_e_note_e_original_metadata = allow_e_note_e_original_metadata - self._allow_envelope_correct = allow_envelope_correct - self._allow_envelope_correct_metadata = allow_envelope_correct_metadata - self._allow_envelope_custody_transfer = allow_envelope_custody_transfer - self._allow_envelope_custody_transfer_metadata = allow_envelope_custody_transfer_metadata - self._allow_envelope_custom_fields = allow_envelope_custom_fields - self._allow_envelope_custom_fields_metadata = allow_envelope_custom_fields_metadata - self._allow_envelope_publish_reporting = allow_envelope_publish_reporting - self._allow_envelope_publish_reporting_metadata = allow_envelope_publish_reporting_metadata - self._allow_envelope_reporting = allow_envelope_reporting - self._allow_envelope_reporting_metadata = allow_envelope_reporting_metadata - self._allow_expression = allow_expression - self._allow_expression_metadata = allow_expression_metadata - self._allow_express_signer_certificate = allow_express_signer_certificate - self._allow_express_signer_certificate_metadata = allow_express_signer_certificate_metadata - self._allow_extended_sending_resource_file = allow_extended_sending_resource_file - self._allow_extended_sending_resource_file_metadata = allow_extended_sending_resource_file_metadata - self._allow_external_signature_pad = allow_external_signature_pad - self._allow_external_signature_pad_metadata = allow_external_signature_pad_metadata - self._allow_idv_level1 = allow_idv_level1 - self._allow_idv_level1_metadata = allow_idv_level1_metadata - self._allow_idv_platform = allow_idv_platform - self._allow_idv_platform_metadata = allow_idv_platform_metadata - self._allow_in_person = allow_in_person - self._allow_in_person_metadata = allow_in_person_metadata - self._allow_managed_stamps = allow_managed_stamps - self._allow_managed_stamps_metadata = allow_managed_stamps_metadata - self._allow_markup = allow_markup - self._allow_markup_metadata = allow_markup_metadata - self._allow_member_time_zone = allow_member_time_zone - self._allow_member_time_zone_metadata = allow_member_time_zone_metadata - self._allow_merge_fields = allow_merge_fields - self._allow_merge_fields_metadata = allow_merge_fields_metadata - self._allow_multiple_brand_profiles = allow_multiple_brand_profiles - self._allow_multiple_brand_profiles_metadata = allow_multiple_brand_profiles_metadata - self._allow_multiple_signer_attachments = allow_multiple_signer_attachments - self._allow_multiple_signer_attachments_metadata = allow_multiple_signer_attachments_metadata - self._allow_non_us_phone_auth = allow_non_us_phone_auth - self._allow_non_us_phone_auth_metadata = allow_non_us_phone_auth_metadata - self._allow_ocr_of_envelope_documents = allow_ocr_of_envelope_documents - self._allow_ocr_of_envelope_documents_metadata = allow_ocr_of_envelope_documents_metadata - self._allow_offline_signing = allow_offline_signing - self._allow_offline_signing_metadata = allow_offline_signing_metadata - self._allow_open_trust_signer_certificate = allow_open_trust_signer_certificate - self._allow_open_trust_signer_certificate_metadata = allow_open_trust_signer_certificate_metadata - self._allow_organizations = allow_organizations - self._allow_organizations_metadata = allow_organizations_metadata - self._allow_payment_processing = allow_payment_processing - self._allow_payment_processing_metadata = allow_payment_processing_metadata - self._allow_personal_signer_certificate = allow_personal_signer_certificate - self._allow_personal_signer_certificate_metadata = allow_personal_signer_certificate_metadata - self._allow_phone_authentication = allow_phone_authentication - self._allow_phone_authentication_metadata = allow_phone_authentication_metadata - self._allow_phone_auth_override = allow_phone_auth_override - self._allow_phone_auth_override_metadata = allow_phone_auth_override_metadata - self._allow_private_signing_groups = allow_private_signing_groups - self._allow_private_signing_groups_metadata = allow_private_signing_groups_metadata - self._allow_reminders = allow_reminders - self._allow_reminders_metadata = allow_reminders_metadata - self._allow_resource_file_branding = allow_resource_file_branding - self._allow_resource_file_branding_metadata = allow_resource_file_branding_metadata - self._allow_safe_bio_pharma_signer_certificate = allow_safe_bio_pharma_signer_certificate - self._allow_safe_bio_pharma_signer_certificate_metadata = allow_safe_bio_pharma_signer_certificate_metadata - self._allow_security_appliance = allow_security_appliance - self._allow_security_appliance_metadata = allow_security_appliance_metadata - self._allow_send_to_certified_delivery = allow_send_to_certified_delivery - self._allow_send_to_certified_delivery_metadata = allow_send_to_certified_delivery_metadata - self._allow_send_to_intermediary = allow_send_to_intermediary - self._allow_send_to_intermediary_metadata = allow_send_to_intermediary_metadata - self._allow_server_templates = allow_server_templates - self._allow_server_templates_metadata = allow_server_templates_metadata - self._allow_set_embedded_recipient_start_url = allow_set_embedded_recipient_start_url - self._allow_set_embedded_recipient_start_url_metadata = allow_set_embedded_recipient_start_url_metadata - self._allow_shared_tabs = allow_shared_tabs - self._allow_shared_tabs_metadata = allow_shared_tabs_metadata - self._allow_signature_stamps = allow_signature_stamps - self._allow_signature_stamps_metadata = allow_signature_stamps_metadata - self._allow_sign_document_from_home_page = allow_sign_document_from_home_page - self._allow_sign_document_from_home_page_metadata = allow_sign_document_from_home_page_metadata - self._allow_signer_reassign = allow_signer_reassign - self._allow_signer_reassign_metadata = allow_signer_reassign_metadata - self._allow_signer_reassign_override = allow_signer_reassign_override - self._allow_signer_reassign_override_metadata = allow_signer_reassign_override_metadata - self._allow_signing_extensions = allow_signing_extensions - self._allow_signing_extensions_metadata = allow_signing_extensions_metadata - self._allow_signing_groups = allow_signing_groups - self._allow_signing_groups_metadata = allow_signing_groups_metadata - self._allow_signing_radio_deselect = allow_signing_radio_deselect - self._allow_signing_radio_deselect_metadata = allow_signing_radio_deselect_metadata - self._allow_sign_now = allow_sign_now - self._allow_sign_now_metadata = allow_sign_now_metadata - self._allow_sms_delivery = allow_sms_delivery - self._allow_sms_delivery_metadata = allow_sms_delivery_metadata - self._allow_social_id_login = allow_social_id_login - self._allow_social_id_login_metadata = allow_social_id_login_metadata - self._allow_supplemental_documents = allow_supplemental_documents - self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata - self._allow_users_to_access_directory = allow_users_to_access_directory - self._allow_users_to_access_directory_metadata = allow_users_to_access_directory_metadata - self._allow_value_insights = allow_value_insights - self._allow_value_insights_metadata = allow_value_insights_metadata - self._anchor_population_scope = anchor_population_scope - self._anchor_population_scope_metadata = anchor_population_scope_metadata - self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled - self._anchor_tag_versioned_placement_metadata_enabled = anchor_tag_versioned_placement_metadata_enabled - self._attach_completed_envelope = attach_completed_envelope - self._attach_completed_envelope_metadata = attach_completed_envelope_metadata - self._authentication_check = authentication_check - self._authentication_check_metadata = authentication_check_metadata - self._auto_nav_rule = auto_nav_rule - self._auto_nav_rule_metadata = auto_nav_rule_metadata - self._auto_provision_signer_account = auto_provision_signer_account - self._auto_provision_signer_account_metadata = auto_provision_signer_account_metadata - self._bcc_email_archive = bcc_email_archive - self._bcc_email_archive_metadata = bcc_email_archive_metadata - self._beta_switch_configuration = beta_switch_configuration - self._beta_switch_configuration_metadata = beta_switch_configuration_metadata - self._billing_address = billing_address - self._billing_address_metadata = billing_address_metadata - self._bulk_send = bulk_send - self._bulk_send_max_copies_in_batch = bulk_send_max_copies_in_batch - self._bulk_send_max_unprocessed_envelopes_count = bulk_send_max_unprocessed_envelopes_count - self._bulk_send_metadata = bulk_send_metadata - self._can_self_brand_send = can_self_brand_send - self._can_self_brand_send_metadata = can_self_brand_send_metadata - self._can_self_brand_sign = can_self_brand_sign - self._can_self_brand_sign_metadata = can_self_brand_sign_metadata - self._can_use_salesforce_o_auth = can_use_salesforce_o_auth - self._can_use_salesforce_o_auth_metadata = can_use_salesforce_o_auth_metadata - self._capture_voice_recording = capture_voice_recording - self._capture_voice_recording_metadata = capture_voice_recording_metadata - self._cfr_use_wide_image = cfr_use_wide_image - self._cfr_use_wide_image_metadata = cfr_use_wide_image_metadata - self._check_for_multiple_admins_on_account = check_for_multiple_admins_on_account - self._check_for_multiple_admins_on_account_metadata = check_for_multiple_admins_on_account_metadata - self._chrome_signature_enabled = chrome_signature_enabled - self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata - self._comment_email_show_message_text = comment_email_show_message_text - self._comment_email_show_message_text_metadata = comment_email_show_message_text_metadata - self._comments_allow_envelope_override = comments_allow_envelope_override - self._comments_allow_envelope_override_metadata = comments_allow_envelope_override_metadata - self._conditional_fields_enabled = conditional_fields_enabled - self._conditional_fields_enabled_metadata = conditional_fields_enabled_metadata - self._consumer_disclosure_frequency = consumer_disclosure_frequency - self._consumer_disclosure_frequency_metadata = consumer_disclosure_frequency_metadata - self._convert_pdf_fields = convert_pdf_fields - self._convert_pdf_fields_metadata = convert_pdf_fields_metadata - self._data_population_scope = data_population_scope - self._data_population_scope_metadata = data_population_scope_metadata - self._disable_mobile_app = disable_mobile_app - self._disable_mobile_app_metadata = disable_mobile_app_metadata - self._disable_mobile_push_notifications = disable_mobile_push_notifications - self._disable_mobile_push_notifications_metadata = disable_mobile_push_notifications_metadata - self._disable_mobile_sending = disable_mobile_sending - self._disable_mobile_sending_metadata = disable_mobile_sending_metadata - self._disable_multiple_sessions = disable_multiple_sessions - self._disable_multiple_sessions_metadata = disable_multiple_sessions_metadata - self._disable_purge_notifications_for_sender_metadata = disable_purge_notifications_for_sender_metadata - self._disable_signer_cert_view = disable_signer_cert_view - self._disable_signer_cert_view_metadata = disable_signer_cert_view_metadata - self._disable_signer_history_view = disable_signer_history_view - self._disable_signer_history_view_metadata = disable_signer_history_view_metadata - self._disable_style_signature = disable_style_signature - self._disable_style_signature_metadata = disable_style_signature_metadata - self._disable_upload_signature = disable_upload_signature - self._disable_upload_signature_metadata = disable_upload_signature_metadata - self._disable_user_sharing = disable_user_sharing - self._disable_user_sharing_metadata = disable_user_sharing_metadata - self._display_beta_switch = display_beta_switch - self._display_beta_switch_metadata = display_beta_switch_metadata - self._document_conversion_restrictions = document_conversion_restrictions - self._document_conversion_restrictions_metadata = document_conversion_restrictions_metadata - self._document_retention = document_retention - self._document_retention_metadata = document_retention_metadata - self._document_retention_purge_tabs = document_retention_purge_tabs - self._document_visibility = document_visibility - self._document_visibility_metadata = document_visibility_metadata - self._email_template_version = email_template_version - self._email_template_version_metadata = email_template_version_metadata - self._enable_access_code_generator = enable_access_code_generator - self._enable_access_code_generator_metadata = enable_access_code_generator_metadata - self._enable_advanced_payments = enable_advanced_payments - self._enable_advanced_payments_metadata = enable_advanced_payments_metadata - self._enable_advanced_power_forms = enable_advanced_power_forms - self._enable_advanced_power_forms_metadata = enable_advanced_power_forms_metadata - self._enable_auto_nav = enable_auto_nav - self._enable_auto_nav_metadata = enable_auto_nav_metadata - self._enable_calculated_fields = enable_calculated_fields - self._enable_calculated_fields_metadata = enable_calculated_fields_metadata - self._enable_clickwraps = enable_clickwraps - self._enable_clickwraps_metadata = enable_clickwraps_metadata - self._enable_comments_history_download_in_signing = enable_comments_history_download_in_signing - self._enable_comments_history_download_in_signing_metadata = enable_comments_history_download_in_signing_metadata - self._enable_customer_satisfaction_metric_tracking = enable_customer_satisfaction_metric_tracking - self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata - self._enable_ds_pro = enable_ds_pro - self._enable_ds_pro_metadata = enable_ds_pro_metadata - self._enable_envelope_stamping_by_account_admin = enable_envelope_stamping_by_account_admin - self._enable_envelope_stamping_by_account_admin_metadata = enable_envelope_stamping_by_account_admin_metadata - self._enable_envelope_stamping_by_ds_admin = enable_envelope_stamping_by_ds_admin - self._enable_envelope_stamping_by_ds_admin_metadata = enable_envelope_stamping_by_ds_admin_metadata - self._enable_in_browser_editor = enable_in_browser_editor - self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata - self._enable_payment_processing = enable_payment_processing - self._enable_payment_processing_metadata = enable_payment_processing_metadata - self._enable_power_form = enable_power_form - self._enable_power_form_direct = enable_power_form_direct - self._enable_power_form_direct_metadata = enable_power_form_direct_metadata - self._enable_power_form_metadata = enable_power_form_metadata - self._enable_recipient_domain_validation = enable_recipient_domain_validation - self._enable_recipient_domain_validation_metadata = enable_recipient_domain_validation_metadata - self._enable_report_links = enable_report_links - self._enable_report_links_metadata = enable_report_links_metadata - self._enable_require_sign_on_paper = enable_require_sign_on_paper - self._enable_require_sign_on_paper_metadata = enable_require_sign_on_paper_metadata - self._enable_reserved_domain = enable_reserved_domain - self._enable_reserved_domain_metadata = enable_reserved_domain_metadata - self._enable_responsive_signing = enable_responsive_signing - self._enable_responsive_signing_metadata = enable_responsive_signing_metadata - self._enable_scheduled_release = enable_scheduled_release - self._enable_scheduled_release_metadata = enable_scheduled_release_metadata - self._enable_search_ui = enable_search_ui - self._enable_search_ui_metadata = enable_search_ui_metadata - self._enable_sending_tags_font_settings = enable_sending_tags_font_settings - self._enable_sending_tags_font_settings_metadata = enable_sending_tags_font_settings_metadata - self._enable_send_to_agent = enable_send_to_agent - self._enable_send_to_agent_metadata = enable_send_to_agent_metadata - self._enable_send_to_intermediary = enable_send_to_intermediary - self._enable_send_to_intermediary_metadata = enable_send_to_intermediary_metadata - self._enable_send_to_manage = enable_send_to_manage - self._enable_send_to_manage_metadata = enable_send_to_manage_metadata - self._enable_sequential_signing_api = enable_sequential_signing_api - self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata - self._enable_sequential_signing_ui = enable_sequential_signing_ui - self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata - self._enable_signer_attachments = enable_signer_attachments - self._enable_signer_attachments_metadata = enable_signer_attachments_metadata - self._enable_signing_extension_comments = enable_signing_extension_comments - self._enable_signing_extension_comments_metadata = enable_signing_extension_comments_metadata - self._enable_signing_extension_conversations = enable_signing_extension_conversations - self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata - self._enable_signing_order_settings_for_account = enable_signing_order_settings_for_account - self._enable_signing_order_settings_for_account_metadata = enable_signing_order_settings_for_account_metadata - self._enable_sign_on_paper = enable_sign_on_paper - self._enable_sign_on_paper_metadata = enable_sign_on_paper_metadata - self._enable_sign_on_paper_override = enable_sign_on_paper_override - self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata - self._enable_sign_with_notary = enable_sign_with_notary - self._enable_sign_with_notary_metadata = enable_sign_with_notary_metadata - self._enable_smart_contracts = enable_smart_contracts - self._enable_smart_contracts_metadata = enable_smart_contracts_metadata - self._enable_sms_authentication = enable_sms_authentication - self._enable_sms_authentication_metadata = enable_sms_authentication_metadata - self._enable_social_id_login = enable_social_id_login - self._enable_social_id_login_metadata = enable_social_id_login_metadata - self._enable_strike_through = enable_strike_through - self._enable_strike_through_metadata = enable_strike_through_metadata - self._enable_transaction_point = enable_transaction_point - self._enable_transaction_point_metadata = enable_transaction_point_metadata - self._enable_vaulting = enable_vaulting - self._enable_vaulting_metadata = enable_vaulting_metadata - self._enable_witnessing = enable_witnessing - self._enable_witnessing_metadata = enable_witnessing_metadata - self._enforce_template_name_uniqueness = enforce_template_name_uniqueness - self._enforce_template_name_uniqueness_metadata = enforce_template_name_uniqueness_metadata - self._envelope_integration_allowed = envelope_integration_allowed - self._envelope_integration_allowed_metadata = envelope_integration_allowed_metadata - self._envelope_integration_enabled = envelope_integration_enabled - self._envelope_integration_enabled_metadata = envelope_integration_enabled_metadata - self._envelope_stamping_default_value = envelope_stamping_default_value - self._envelope_stamping_default_value_metadata = envelope_stamping_default_value_metadata - self._express_send = express_send - self._express_send_allow_tabs = express_send_allow_tabs - self._express_send_allow_tabs_metadata = express_send_allow_tabs_metadata - self._express_send_metadata = express_send_metadata - self._external_document_sources = external_document_sources - self._external_signature_pad_type = external_signature_pad_type - self._external_signature_pad_type_metadata = external_signature_pad_type_metadata - self._fax_out_enabled = fax_out_enabled - self._fax_out_enabled_metadata = fax_out_enabled_metadata - self._guided_forms_html_allowed = guided_forms_html_allowed - self._guided_forms_html_allowed_metadata = guided_forms_html_allowed_metadata - self._hide_account_address_in_co_c = hide_account_address_in_co_c - self._hide_account_address_in_co_c_metadata = hide_account_address_in_co_c_metadata - self._hide_pricing = hide_pricing - self._hide_pricing_metadata = hide_pricing_metadata - self._id_check_configurations = id_check_configurations - self._id_check_expire = id_check_expire - self._id_check_expire_days = id_check_expire_days - self._id_check_expire_days_metadata = id_check_expire_days_metadata - self._id_check_expire_metadata = id_check_expire_metadata - self._id_check_expire_minutes = id_check_expire_minutes - self._id_check_expire_minutes_metadata = id_check_expire_minutes_metadata - self._id_check_required = id_check_required - self._id_check_required_metadata = id_check_required_metadata - self._identity_verification = identity_verification - self._identity_verification_metadata = identity_verification_metadata - self._ignore_error_if_anchor_tab_not_found = ignore_error_if_anchor_tab_not_found - self._ignore_error_if_anchor_tab_not_found_metadata_enabled = ignore_error_if_anchor_tab_not_found_metadata_enabled - self._in_person_id_check_question = in_person_id_check_question - self._in_person_id_check_question_metadata = in_person_id_check_question_metadata - self._in_person_signing_enabled = in_person_signing_enabled - self._in_person_signing_enabled_metadata = in_person_signing_enabled_metadata - self._in_session_enabled = in_session_enabled - self._in_session_enabled_metadata = in_session_enabled_metadata - self._in_session_suppress_emails = in_session_suppress_emails - self._in_session_suppress_emails_metadata = in_session_suppress_emails_metadata - self._maximum_signing_groups = maximum_signing_groups - self._maximum_signing_groups_metadata = maximum_signing_groups_metadata - self._maximum_users_per_signing_group = maximum_users_per_signing_group - self._maximum_users_per_signing_group_metadata = maximum_users_per_signing_group_metadata - self._max_number_of_custom_stamps = max_number_of_custom_stamps - self._mobile_session_timeout = mobile_session_timeout - self._mobile_session_timeout_metadata = mobile_session_timeout_metadata - self._number_of_active_custom_stamps = number_of_active_custom_stamps - self._opt_in_mobile_signing_v02 = opt_in_mobile_signing_v02 - self._opt_in_mobile_signing_v02_metadata = opt_in_mobile_signing_v02_metadata - self._opt_out_auto_nav_text_and_tab_color_updates = opt_out_auto_nav_text_and_tab_color_updates - self._opt_out_auto_nav_text_and_tab_color_updates_metadata = opt_out_auto_nav_text_and_tab_color_updates_metadata - self._opt_out_new_platform_seal = opt_out_new_platform_seal - self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata - self._phone_auth_recipient_may_provide_phone_number = phone_auth_recipient_may_provide_phone_number - self._phone_auth_recipient_may_provide_phone_number_metadata = phone_auth_recipient_may_provide_phone_number_metadata - self._pki_sign_downloaded_pdf_docs = pki_sign_downloaded_pdf_docs - self._pki_sign_downloaded_pdf_docs_metadata = pki_sign_downloaded_pdf_docs_metadata - self._recipients_can_sign_offline = recipients_can_sign_offline - self._recipients_can_sign_offline_metadata = recipients_can_sign_offline_metadata - self._recipient_signing_auto_navigation_control = recipient_signing_auto_navigation_control - self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata - self._require21_cf_rpt11_compliance = require21_cf_rpt11_compliance - self._require21_cf_rpt11_compliance_metadata = require21_cf_rpt11_compliance_metadata - self._require_decline_reason = require_decline_reason - self._require_decline_reason_metadata = require_decline_reason_metadata - self._require_external_user_management = require_external_user_management - self._require_external_user_management_metadata = require_external_user_management_metadata - self._require_signer_certificate_type = require_signer_certificate_type - self._require_signer_certificate_type_metadata = require_signer_certificate_type_metadata - self._rsa_verid_account_name = rsa_verid_account_name - self._rsa_verid_password = rsa_verid_password - self._rsa_verid_ruleset = rsa_verid_ruleset - self._rsa_verid_user_id = rsa_verid_user_id - self._self_signed_recipient_email_document = self_signed_recipient_email_document - self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata - self._self_signed_recipient_email_document_user_override = self_signed_recipient_email_document_user_override - self._self_signed_recipient_email_document_user_override_metadata = self_signed_recipient_email_document_user_override_metadata - self._sender_can_sign_in_each_location = sender_can_sign_in_each_location - self._sender_can_sign_in_each_location_metadata = sender_can_sign_in_each_location_metadata - self._sender_must_authenticate_signing = sender_must_authenticate_signing - self._sender_must_authenticate_signing_metadata = sender_must_authenticate_signing_metadata - self._sending_tags_font_color = sending_tags_font_color - self._sending_tags_font_color_metadata = sending_tags_font_color_metadata - self._sending_tags_font_name = sending_tags_font_name - self._sending_tags_font_name_metadata = sending_tags_font_name_metadata - self._sending_tags_font_size = sending_tags_font_size - self._sending_tags_font_size_metadata = sending_tags_font_size_metadata - self._send_to_certified_delivery_enabled = send_to_certified_delivery_enabled - self._send_to_certified_delivery_enabled_metadata = send_to_certified_delivery_enabled_metadata - self._session_timeout = session_timeout - self._session_timeout_metadata = session_timeout_metadata - self._set_recip_email_lang = set_recip_email_lang - self._set_recip_email_lang_metadata = set_recip_email_lang_metadata - self._set_recip_sign_lang = set_recip_sign_lang - self._set_recip_sign_lang_metadata = set_recip_sign_lang_metadata - self._shared_template_folders = shared_template_folders - self._shared_template_folders_metadata = shared_template_folders_metadata - self._show_complete_dialog_in_embedded_session = show_complete_dialog_in_embedded_session - self._show_complete_dialog_in_embedded_session_metadata = show_complete_dialog_in_embedded_session_metadata - self._show_conditional_routing_on_send = show_conditional_routing_on_send - self._show_conditional_routing_on_send_metadata = show_conditional_routing_on_send_metadata - self._show_initial_conditional_fields = show_initial_conditional_fields - self._show_initial_conditional_fields_metadata = show_initial_conditional_fields_metadata - self._show_localized_watermarks = show_localized_watermarks - self._show_localized_watermarks_metadata = show_localized_watermarks_metadata - self._show_tutorials = show_tutorials - self._show_tutorials_metadata = show_tutorials_metadata - self._signature_providers = signature_providers - self._signature_providers_metadata = signature_providers_metadata - self._sign_date_format = sign_date_format - self._sign_date_format_metadata = sign_date_format_metadata - self._signer_attach_certificate_to_envelope_pdf = signer_attach_certificate_to_envelope_pdf - self._signer_attach_certificate_to_envelope_pdf_metadata = signer_attach_certificate_to_envelope_pdf_metadata - self._signer_attach_concat = signer_attach_concat - self._signer_attach_concat_metadata = signer_attach_concat_metadata - self._signer_can_create_account = signer_can_create_account - self._signer_can_create_account_metadata = signer_can_create_account_metadata - self._signer_can_sign_on_mobile = signer_can_sign_on_mobile - self._signer_can_sign_on_mobile_metadata = signer_can_sign_on_mobile_metadata - self._signer_in_session_use_envelope_complete_email = signer_in_session_use_envelope_complete_email - self._signer_in_session_use_envelope_complete_email_metadata = signer_in_session_use_envelope_complete_email_metadata - self._signer_login_requirements = signer_login_requirements - self._signer_login_requirements_metadata = signer_login_requirements_metadata - self._signer_must_have_account = signer_must_have_account - self._signer_must_have_account_metadata = signer_must_have_account_metadata - self._signer_must_login_to_sign = signer_must_login_to_sign - self._signer_must_login_to_sign_metadata = signer_must_login_to_sign_metadata - self._signer_show_secure_field_initial_values = signer_show_secure_field_initial_values - self._signer_show_secure_field_initial_values_metadata = signer_show_secure_field_initial_values_metadata - self._signing_session_timeout = signing_session_timeout - self._signing_session_timeout_metadata = signing_session_timeout_metadata - self._signing_ui_version = signing_ui_version - self._signing_ui_version_metadata = signing_ui_version_metadata - self._sign_time_format = sign_time_format - self._sign_time_format_metadata = sign_time_format_metadata - self._sign_time_show_am_pm = sign_time_show_am_pm - self._sign_time_show_am_pm_metadata = sign_time_show_am_pm_metadata - self._simplified_sending_enabled = simplified_sending_enabled - self._simplified_sending_enabled_metadata = simplified_sending_enabled_metadata - self._single_sign_on_enabled = single_sign_on_enabled - self._single_sign_on_enabled_metadata = single_sign_on_enabled_metadata - self._skip_auth_completed_envelopes = skip_auth_completed_envelopes - self._skip_auth_completed_envelopes_metadata = skip_auth_completed_envelopes_metadata - self._social_id_recip_auth = social_id_recip_auth - self._social_id_recip_auth_metadata = social_id_recip_auth_metadata - self._specify_document_visibility = specify_document_visibility - self._specify_document_visibility_metadata = specify_document_visibility_metadata - self._start_in_advanced_correct = start_in_advanced_correct - self._start_in_advanced_correct_metadata = start_in_advanced_correct_metadata - self._supplemental_documents_must_accept = supplemental_documents_must_accept - self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata - self._supplemental_documents_must_read = supplemental_documents_must_read - self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata - self._supplemental_documents_must_view = supplemental_documents_must_view - self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata - self._suppress_certificate_enforcement = suppress_certificate_enforcement - self._suppress_certificate_enforcement_metadata = suppress_certificate_enforcement_metadata - self._tab_account_settings = tab_account_settings - self._timezone_offset_api = timezone_offset_api - self._timezone_offset_api_metadata = timezone_offset_api_metadata - self._timezone_offset_ui = timezone_offset_ui - self._timezone_offset_ui_metadata = timezone_offset_ui_metadata - self._universal_signature_opt_in = universal_signature_opt_in - self._use_account_level_email = use_account_level_email - self._use_account_level_email_metadata = use_account_level_email_metadata - self._use_consumer_disclosure = use_consumer_disclosure - self._use_consumer_disclosure_metadata = use_consumer_disclosure_metadata - self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account - self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata - self._use_derived_keys = use_derived_keys - self._use_derived_keys_metadata = use_derived_keys_metadata - self._use_docu_sign_express_signer_certificate = use_docu_sign_express_signer_certificate - self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata - self._use_multi_app_groups_data = use_multi_app_groups_data - self._use_multi_app_groups_data_metadata = use_multi_app_groups_data_metadata - self._use_new_blob_for_pdf = use_new_blob_for_pdf - self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata - self._use_safe_signer_certificates = use_safe_signer_certificates - self._use_safe_signer_certificates_metadata = use_safe_signer_certificates_metadata - self._uses_api = uses_api - self._uses_api_metadata = uses_api_metadata - self._use_signature_provider_platform = use_signature_provider_platform - self._use_signature_provider_platform_metadata = use_signature_provider_platform_metadata - self._validations_allowed = validations_allowed - self._validations_allowed_metadata = validations_allowed_metadata - self._validations_brand = validations_brand - self._validations_brand_metadata = validations_brand_metadata - self._validations_cadence = validations_cadence - self._validations_cadence_metadata = validations_cadence_metadata - self._validations_enabled = validations_enabled - self._validations_enabled_metadata = validations_enabled_metadata - self._validations_report = validations_report - self._validations_report_metadata = validations_report_metadata - self._water_mark_enabled = water_mark_enabled - self._water_mark_enabled_metadata = water_mark_enabled_metadata - self._write_reminder_to_envelope_history = write_reminder_to_envelope_history - self._write_reminder_to_envelope_history_metadata = write_reminder_to_envelope_history_metadata - self._wurfl_min_allowable_screen_size = wurfl_min_allowable_screen_size - self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata + +class AccountSettingsInformation(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code_format': 'AccessCodeFormat', + 'account_date_time_format': 'str', + 'account_date_time_format_metadata': 'SettingsMetadata', + 'account_name': 'str', + 'account_name_metadata': 'SettingsMetadata', + 'account_notification': 'AccountNotification', + 'account_ui_settings': 'AccountUISettings', + 'adopt_sig_config': 'str', + 'adopt_sig_config_metadata': 'SettingsMetadata', + 'advanced_correct': 'str', + 'advanced_correct_metadata': 'SettingsMetadata', + 'allow_access_code_format': 'str', + 'allow_access_code_format_metadata': 'SettingsMetadata', + 'allow_account_management_granular': 'str', + 'allow_account_management_granular_metadata': 'SettingsMetadata', + 'allow_account_member_name_change': 'str', + 'allow_account_member_name_change_metadata': 'SettingsMetadata', + 'allow_advanced_recipient_routing_conditional': 'str', + 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', + 'allow_agent_name_email_edit': 'str', + 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', + 'allow_agreement_actions': 'str', + 'allow_agreement_actions_metadata': 'SettingsMetadata', + 'allow_auto_nav_settings': 'str', + 'allow_auto_nav_settings_metadata': 'SettingsMetadata', + 'allow_auto_tagging': 'str', + 'allow_auto_tagging_metadata': 'SettingsMetadata', + 'allow_bulk_send': 'str', + 'allow_bulk_send_metadata': 'SettingsMetadata', + 'allow_cd_withdraw': 'str', + 'allow_cd_withdraw_metadata': 'SettingsMetadata', + 'allow_connect_http_listener_configs': 'str', + 'allow_connect_send_finish_later': 'str', + 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', + 'allow_consumer_disclosure_override': 'str', + 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', + 'allow_data_download': 'str', + 'allow_data_download_metadata': 'SettingsMetadata', + 'allow_document_disclosures': 'str', + 'allow_document_disclosures_metadata': 'SettingsMetadata', + 'allow_documents_on_signed_envelopes': 'str', + 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', + 'allow_document_visibility': 'str', + 'allow_document_visibility_metadata': 'SettingsMetadata', + 'allow_e_hanko_stamps': 'str', + 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', + 'allow_e_note_e_original': 'str', + 'allow_e_note_e_original_metadata': 'SettingsMetadata', + 'allow_envelope_correct': 'str', + 'allow_envelope_correct_metadata': 'SettingsMetadata', + 'allow_envelope_custody_transfer': 'str', + 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', + 'allow_envelope_custom_fields': 'str', + 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', + 'allow_envelope_publish_reporting': 'str', + 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', + 'allow_envelope_reporting': 'str', + 'allow_envelope_reporting_metadata': 'SettingsMetadata', + 'allow_expression': 'str', + 'allow_expression_metadata': 'SettingsMetadata', + 'allow_express_signer_certificate': 'str', + 'allow_express_signer_certificate_metadata': 'SettingsMetadata', + 'allow_extended_sending_resource_file': 'str', + 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', + 'allow_external_signature_pad': 'str', + 'allow_external_signature_pad_metadata': 'SettingsMetadata', + 'allow_idv_level1': 'str', + 'allow_idv_level1_metadata': 'SettingsMetadata', + 'allow_idv_platform': 'str', + 'allow_idv_platform_metadata': 'SettingsMetadata', + 'allow_in_person': 'str', + 'allow_in_person_metadata': 'SettingsMetadata', + 'allow_managed_stamps': 'str', + 'allow_managed_stamps_metadata': 'SettingsMetadata', + 'allow_markup': 'str', + 'allow_markup_metadata': 'SettingsMetadata', + 'allow_member_time_zone': 'str', + 'allow_member_time_zone_metadata': 'SettingsMetadata', + 'allow_merge_fields': 'str', + 'allow_merge_fields_metadata': 'SettingsMetadata', + 'allow_multiple_brand_profiles': 'str', + 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', + 'allow_multiple_signer_attachments': 'str', + 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', + 'allow_non_us_phone_auth': 'str', + 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', + 'allow_ocr_of_envelope_documents': 'str', + 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', + 'allow_offline_signing': 'str', + 'allow_offline_signing_metadata': 'SettingsMetadata', + 'allow_open_trust_signer_certificate': 'str', + 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', + 'allow_organizations': 'str', + 'allow_organizations_metadata': 'SettingsMetadata', + 'allow_payment_processing': 'str', + 'allow_payment_processing_metadata': 'SettingsMetadata', + 'allow_personal_signer_certificate': 'str', + 'allow_personal_signer_certificate_metadata': 'SettingsMetadata', + 'allow_phone_authentication': 'str', + 'allow_phone_authentication_metadata': 'SettingsMetadata', + 'allow_phone_auth_override': 'str', + 'allow_phone_auth_override_metadata': 'SettingsMetadata', + 'allow_private_signing_groups': 'str', + 'allow_private_signing_groups_metadata': 'SettingsMetadata', + 'allow_reminders': 'str', + 'allow_reminders_metadata': 'SettingsMetadata', + 'allow_resource_file_branding': 'str', + 'allow_resource_file_branding_metadata': 'SettingsMetadata', + 'allow_safe_bio_pharma_signer_certificate': 'str', + 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', + 'allow_security_appliance': 'str', + 'allow_security_appliance_metadata': 'SettingsMetadata', + 'allow_send_to_certified_delivery': 'str', + 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', + 'allow_send_to_intermediary': 'str', + 'allow_send_to_intermediary_metadata': 'SettingsMetadata', + 'allow_server_templates': 'str', + 'allow_server_templates_metadata': 'SettingsMetadata', + 'allow_set_embedded_recipient_start_url': 'str', + 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', + 'allow_shared_tabs': 'str', + 'allow_shared_tabs_metadata': 'SettingsMetadata', + 'allow_signature_stamps': 'str', + 'allow_signature_stamps_metadata': 'SettingsMetadata', + 'allow_sign_document_from_home_page': 'str', + 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', + 'allow_signer_reassign': 'str', + 'allow_signer_reassign_metadata': 'SettingsMetadata', + 'allow_signer_reassign_override': 'str', + 'allow_signer_reassign_override_metadata': 'SettingsMetadata', + 'allow_signing_extensions': 'str', + 'allow_signing_extensions_metadata': 'SettingsMetadata', + 'allow_signing_groups': 'str', + 'allow_signing_groups_metadata': 'SettingsMetadata', + 'allow_signing_radio_deselect': 'str', + 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', + 'allow_sign_now': 'str', + 'allow_sign_now_metadata': 'str', + 'allow_sms_delivery': 'str', + 'allow_sms_delivery_metadata': 'SettingsMetadata', + 'allow_social_id_login': 'str', + 'allow_social_id_login_metadata': 'SettingsMetadata', + 'allow_supplemental_documents': 'str', + 'allow_supplemental_documents_metadata': 'SettingsMetadata', + 'allow_users_to_access_directory': 'str', + 'allow_users_to_access_directory_metadata': 'SettingsMetadata', + 'allow_value_insights': 'str', + 'allow_value_insights_metadata': 'SettingsMetadata', + 'anchor_population_scope': 'str', + 'anchor_population_scope_metadata': 'SettingsMetadata', + 'anchor_tag_versioned_placement_enabled': 'str', + 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', + 'attach_completed_envelope': 'str', + 'attach_completed_envelope_metadata': 'SettingsMetadata', + 'authentication_check': 'str', + 'authentication_check_metadata': 'SettingsMetadata', + 'auto_nav_rule': 'str', + 'auto_nav_rule_metadata': 'SettingsMetadata', + 'auto_provision_signer_account': 'str', + 'auto_provision_signer_account_metadata': 'SettingsMetadata', + 'bcc_email_archive': 'str', + 'bcc_email_archive_metadata': 'SettingsMetadata', + 'beta_switch_configuration': 'str', + 'beta_switch_configuration_metadata': 'SettingsMetadata', + 'billing_address': 'AddressInformation', + 'billing_address_metadata': 'SettingsMetadata', + 'bulk_send': 'str', + 'bulk_send_max_copies_in_batch': 'str', + 'bulk_send_max_unprocessed_envelopes_count': 'str', + 'bulk_send_metadata': 'SettingsMetadata', + 'can_self_brand_send': 'str', + 'can_self_brand_send_metadata': 'SettingsMetadata', + 'can_self_brand_sign': 'str', + 'can_self_brand_sign_metadata': 'SettingsMetadata', + 'can_use_salesforce_o_auth': 'str', + 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', + 'capture_voice_recording': 'str', + 'capture_voice_recording_metadata': 'SettingsMetadata', + 'cfr_use_wide_image': 'str', + 'cfr_use_wide_image_metadata': 'SettingsMetadata', + 'check_for_multiple_admins_on_account': 'str', + 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', + 'chrome_signature_enabled': 'str', + 'chrome_signature_enabled_metadata': 'SettingsMetadata', + 'comment_email_show_message_text': 'str', + 'comment_email_show_message_text_metadata': 'SettingsMetadata', + 'comments_allow_envelope_override': 'str', + 'comments_allow_envelope_override_metadata': 'SettingsMetadata', + 'conditional_fields_enabled': 'str', + 'conditional_fields_enabled_metadata': 'SettingsMetadata', + 'consumer_disclosure_frequency': 'str', + 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', + 'convert_pdf_fields': 'str', + 'convert_pdf_fields_metadata': 'SettingsMetadata', + 'data_population_scope': 'str', + 'data_population_scope_metadata': 'SettingsMetadata', + 'disable_mobile_app': 'str', + 'disable_mobile_app_metadata': 'SettingsMetadata', + 'disable_mobile_push_notifications': 'str', + 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', + 'disable_mobile_sending': 'str', + 'disable_mobile_sending_metadata': 'SettingsMetadata', + 'disable_multiple_sessions': 'str', + 'disable_multiple_sessions_metadata': 'SettingsMetadata', + 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', + 'disable_signer_cert_view': 'str', + 'disable_signer_cert_view_metadata': 'SettingsMetadata', + 'disable_signer_history_view': 'str', + 'disable_signer_history_view_metadata': 'SettingsMetadata', + 'disable_style_signature': 'str', + 'disable_style_signature_metadata': 'SettingsMetadata', + 'disable_upload_signature': 'str', + 'disable_upload_signature_metadata': 'SettingsMetadata', + 'disable_user_sharing': 'str', + 'disable_user_sharing_metadata': 'SettingsMetadata', + 'display_beta_switch': 'str', + 'display_beta_switch_metadata': 'SettingsMetadata', + 'document_conversion_restrictions': 'str', + 'document_conversion_restrictions_metadata': 'SettingsMetadata', + 'document_retention': 'str', + 'document_retention_metadata': 'SettingsMetadata', + 'document_retention_purge_tabs': 'str', + 'document_visibility': 'str', + 'document_visibility_metadata': 'SettingsMetadata', + 'email_template_version': 'str', + 'email_template_version_metadata': 'SettingsMetadata', + 'enable_access_code_generator': 'str', + 'enable_access_code_generator_metadata': 'SettingsMetadata', + 'enable_advanced_payments': 'str', + 'enable_advanced_payments_metadata': 'SettingsMetadata', + 'enable_advanced_power_forms': 'str', + 'enable_advanced_power_forms_metadata': 'SettingsMetadata', + 'enable_auto_nav': 'str', + 'enable_auto_nav_metadata': 'SettingsMetadata', + 'enable_calculated_fields': 'str', + 'enable_calculated_fields_metadata': 'SettingsMetadata', + 'enable_clickwraps': 'str', + 'enable_clickwraps_metadata': 'SettingsMetadata', + 'enable_comments_history_download_in_signing': 'str', + 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', + 'enable_customer_satisfaction_metric_tracking': 'str', + 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', + 'enable_ds_pro': 'str', + 'enable_ds_pro_metadata': 'SettingsMetadata', + 'enable_envelope_stamping_by_account_admin': 'str', + 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', + 'enable_envelope_stamping_by_ds_admin': 'str', + 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', + 'enable_in_browser_editor': 'str', + 'enable_in_browser_editor_metadata': 'SettingsMetadata', + 'enable_payment_processing': 'str', + 'enable_payment_processing_metadata': 'SettingsMetadata', + 'enable_power_form': 'str', + 'enable_power_form_direct': 'str', + 'enable_power_form_direct_metadata': 'SettingsMetadata', + 'enable_power_form_metadata': 'SettingsMetadata', + 'enable_recipient_domain_validation': 'str', + 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', + 'enable_report_links': 'str', + 'enable_report_links_metadata': 'SettingsMetadata', + 'enable_require_sign_on_paper': 'str', + 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', + 'enable_reserved_domain': 'str', + 'enable_reserved_domain_metadata': 'SettingsMetadata', + 'enable_responsive_signing': 'str', + 'enable_responsive_signing_metadata': 'SettingsMetadata', + 'enable_scheduled_release': 'str', + 'enable_scheduled_release_metadata': 'SettingsMetadata', + 'enable_search_ui': 'str', + 'enable_search_ui_metadata': 'SettingsMetadata', + 'enable_sending_tags_font_settings': 'str', + 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', + 'enable_send_to_agent': 'str', + 'enable_send_to_agent_metadata': 'SettingsMetadata', + 'enable_send_to_intermediary': 'str', + 'enable_send_to_intermediary_metadata': 'SettingsMetadata', + 'enable_send_to_manage': 'str', + 'enable_send_to_manage_metadata': 'SettingsMetadata', + 'enable_sequential_signing_api': 'str', + 'enable_sequential_signing_api_metadata': 'SettingsMetadata', + 'enable_sequential_signing_ui': 'str', + 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', + 'enable_signer_attachments': 'str', + 'enable_signer_attachments_metadata': 'SettingsMetadata', + 'enable_signing_extension_comments': 'str', + 'enable_signing_extension_comments_metadata': 'SettingsMetadata', + 'enable_signing_extension_conversations': 'str', + 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', + 'enable_signing_order_settings_for_account': 'str', + 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', + 'enable_sign_on_paper': 'str', + 'enable_sign_on_paper_metadata': 'SettingsMetadata', + 'enable_sign_on_paper_override': 'str', + 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', + 'enable_sign_with_notary': 'str', + 'enable_sign_with_notary_metadata': 'SettingsMetadata', + 'enable_smart_contracts': 'str', + 'enable_smart_contracts_metadata': 'SettingsMetadata', + 'enable_sms_authentication': 'str', + 'enable_sms_authentication_metadata': 'SettingsMetadata', + 'enable_social_id_login': 'str', + 'enable_social_id_login_metadata': 'SettingsMetadata', + 'enable_strike_through': 'str', + 'enable_strike_through_metadata': 'SettingsMetadata', + 'enable_transaction_point': 'str', + 'enable_transaction_point_metadata': 'SettingsMetadata', + 'enable_vaulting': 'str', + 'enable_vaulting_metadata': 'SettingsMetadata', + 'enable_witnessing': 'str', + 'enable_witnessing_metadata': 'SettingsMetadata', + 'enforce_template_name_uniqueness': 'str', + 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', + 'envelope_integration_allowed': 'str', + 'envelope_integration_allowed_metadata': 'SettingsMetadata', + 'envelope_integration_enabled': 'str', + 'envelope_integration_enabled_metadata': 'SettingsMetadata', + 'envelope_stamping_default_value': 'str', + 'envelope_stamping_default_value_metadata': 'SettingsMetadata', + 'express_send': 'str', + 'express_send_allow_tabs': 'str', + 'express_send_allow_tabs_metadata': 'SettingsMetadata', + 'express_send_metadata': 'SettingsMetadata', + 'external_document_sources': 'ExternalDocumentSources', + 'external_signature_pad_type': 'str', + 'external_signature_pad_type_metadata': 'SettingsMetadata', + 'fax_out_enabled': 'str', + 'fax_out_enabled_metadata': 'SettingsMetadata', + 'guided_forms_html_allowed': 'str', + 'guided_forms_html_allowed_metadata': 'SettingsMetadata', + 'hide_account_address_in_co_c': 'str', + 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', + 'hide_pricing': 'str', + 'hide_pricing_metadata': 'SettingsMetadata', + 'id_check_configurations': 'list[IdCheckConfiguration]', + 'id_check_expire': 'str', + 'id_check_expire_days': 'str', + 'id_check_expire_days_metadata': 'SettingsMetadata', + 'id_check_expire_metadata': 'SettingsMetadata', + 'id_check_expire_minutes': 'str', + 'id_check_expire_minutes_metadata': 'SettingsMetadata', + 'id_check_required': 'str', + 'id_check_required_metadata': 'SettingsMetadata', + 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', + 'identity_verification_metadata': 'SettingsMetadata', + 'ignore_error_if_anchor_tab_not_found': 'str', + 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', + 'in_person_id_check_question': 'str', + 'in_person_id_check_question_metadata': 'SettingsMetadata', + 'in_person_signing_enabled': 'str', + 'in_person_signing_enabled_metadata': 'SettingsMetadata', + 'in_session_enabled': 'str', + 'in_session_enabled_metadata': 'SettingsMetadata', + 'in_session_suppress_emails': 'str', + 'in_session_suppress_emails_metadata': 'SettingsMetadata', + 'maximum_signing_groups': 'str', + 'maximum_signing_groups_metadata': 'SettingsMetadata', + 'maximum_users_per_signing_group': 'str', + 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', + 'max_number_of_custom_stamps': 'str', + 'mobile_session_timeout': 'str', + 'mobile_session_timeout_metadata': 'SettingsMetadata', + 'number_of_active_custom_stamps': 'str', + 'opt_in_mobile_signing_v02': 'str', + 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', + 'opt_out_auto_nav_text_and_tab_color_updates': 'str', + 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', + 'opt_out_new_platform_seal': 'str', + 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', + 'phone_auth_recipient_may_provide_phone_number': 'str', + 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', + 'pki_sign_downloaded_pdf_docs': 'str', + 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', + 'recipients_can_sign_offline': 'str', + 'recipients_can_sign_offline_metadata': 'SettingsMetadata', + 'recipient_signing_auto_navigation_control': 'str', + 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', + 'require21_cf_rpt11_compliance': 'str', + 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', + 'require_decline_reason': 'str', + 'require_decline_reason_metadata': 'SettingsMetadata', + 'require_external_user_management': 'str', + 'require_external_user_management_metadata': 'SettingsMetadata', + 'require_signer_certificate_type': 'str', + 'require_signer_certificate_type_metadata': 'SettingsMetadata', + 'rsa_verid_account_name': 'str', + 'rsa_verid_password': 'str', + 'rsa_verid_ruleset': 'str', + 'rsa_verid_user_id': 'str', + 'self_signed_recipient_email_document': 'str', + 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', + 'self_signed_recipient_email_document_user_override': 'str', + 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', + 'sender_can_sign_in_each_location': 'str', + 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', + 'sender_must_authenticate_signing': 'str', + 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', + 'sending_tags_font_color': 'str', + 'sending_tags_font_color_metadata': 'SettingsMetadata', + 'sending_tags_font_name': 'str', + 'sending_tags_font_name_metadata': 'SettingsMetadata', + 'sending_tags_font_size': 'str', + 'sending_tags_font_size_metadata': 'SettingsMetadata', + 'send_to_certified_delivery_enabled': 'str', + 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', + 'session_timeout': 'str', + 'session_timeout_metadata': 'SettingsMetadata', + 'set_recip_email_lang': 'str', + 'set_recip_email_lang_metadata': 'SettingsMetadata', + 'set_recip_sign_lang': 'str', + 'set_recip_sign_lang_metadata': 'SettingsMetadata', + 'shared_template_folders': 'str', + 'shared_template_folders_metadata': 'SettingsMetadata', + 'show_complete_dialog_in_embedded_session': 'str', + 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', + 'show_conditional_routing_on_send': 'str', + 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', + 'show_initial_conditional_fields': 'str', + 'show_initial_conditional_fields_metadata': 'SettingsMetadata', + 'show_localized_watermarks': 'str', + 'show_localized_watermarks_metadata': 'SettingsMetadata', + 'show_tutorials': 'str', + 'show_tutorials_metadata': 'SettingsMetadata', + 'signature_providers': 'list[str]', + 'signature_providers_metadata': 'SettingsMetadata', + 'sign_date_format': 'str', + 'sign_date_format_metadata': 'SettingsMetadata', + 'signer_attach_certificate_to_envelope_pdf': 'str', + 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', + 'signer_attach_concat': 'str', + 'signer_attach_concat_metadata': 'SettingsMetadata', + 'signer_can_create_account': 'str', + 'signer_can_create_account_metadata': 'SettingsMetadata', + 'signer_can_sign_on_mobile': 'str', + 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', + 'signer_in_session_use_envelope_complete_email': 'str', + 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', + 'signer_login_requirements': 'str', + 'signer_login_requirements_metadata': 'SettingsMetadata', + 'signer_must_have_account': 'str', + 'signer_must_have_account_metadata': 'SettingsMetadata', + 'signer_must_login_to_sign': 'str', + 'signer_must_login_to_sign_metadata': 'SettingsMetadata', + 'signer_show_secure_field_initial_values': 'str', + 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', + 'signing_session_timeout': 'str', + 'signing_session_timeout_metadata': 'SettingsMetadata', + 'signing_ui_version': 'str', + 'signing_ui_version_metadata': 'SettingsMetadata', + 'sign_time_format': 'str', + 'sign_time_format_metadata': 'SettingsMetadata', + 'sign_time_show_am_pm': 'str', + 'sign_time_show_am_pm_metadata': 'SettingsMetadata', + 'simplified_sending_enabled': 'str', + 'simplified_sending_enabled_metadata': 'SettingsMetadata', + 'single_sign_on_enabled': 'str', + 'single_sign_on_enabled_metadata': 'SettingsMetadata', + 'skip_auth_completed_envelopes': 'str', + 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', + 'social_id_recip_auth': 'str', + 'social_id_recip_auth_metadata': 'SettingsMetadata', + 'specify_document_visibility': 'str', + 'specify_document_visibility_metadata': 'SettingsMetadata', + 'start_in_advanced_correct': 'str', + 'start_in_advanced_correct_metadata': 'SettingsMetadata', + 'supplemental_documents_must_accept': 'str', + 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', + 'supplemental_documents_must_read': 'str', + 'supplemental_documents_must_read_metadata': 'SettingsMetadata', + 'supplemental_documents_must_view': 'str', + 'supplemental_documents_must_view_metadata': 'SettingsMetadata', + 'suppress_certificate_enforcement': 'str', + 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', + 'tab_account_settings': 'TabAccountSettings', + 'timezone_offset_api': 'str', + 'timezone_offset_api_metadata': 'SettingsMetadata', + 'timezone_offset_ui': 'str', + 'timezone_offset_ui_metadata': 'SettingsMetadata', + 'universal_signature_opt_in': 'str', + 'use_account_level_email': 'str', + 'use_account_level_email_metadata': 'SettingsMetadata', + 'use_consumer_disclosure': 'str', + 'use_consumer_disclosure_metadata': 'SettingsMetadata', + 'use_consumer_disclosure_within_account': 'str', + 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', + 'use_derived_keys': 'str', + 'use_derived_keys_metadata': 'SettingsMetadata', + 'use_docu_sign_express_signer_certificate': 'str', + 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', + 'use_multi_app_groups_data': 'str', + 'use_multi_app_groups_data_metadata': 'SettingsMetadata', + 'use_new_blob_for_pdf': 'str', + 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', + 'use_safe_signer_certificates': 'str', + 'use_safe_signer_certificates_metadata': 'SettingsMetadata', + 'uses_api': 'str', + 'uses_api_metadata': 'SettingsMetadata', + 'use_signature_provider_platform': 'str', + 'use_signature_provider_platform_metadata': 'SettingsMetadata', + 'validations_allowed': 'str', + 'validations_allowed_metadata': 'SettingsMetadata', + 'validations_brand': 'str', + 'validations_brand_metadata': 'SettingsMetadata', + 'validations_cadence': 'str', + 'validations_cadence_metadata': 'SettingsMetadata', + 'validations_enabled': 'str', + 'validations_enabled_metadata': 'SettingsMetadata', + 'validations_report': 'str', + 'validations_report_metadata': 'SettingsMetadata', + 'water_mark_enabled': 'str', + 'water_mark_enabled_metadata': 'SettingsMetadata', + 'write_reminder_to_envelope_history': 'str', + 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', + 'wurfl_min_allowable_screen_size': 'str', + 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'access_code_format': 'accessCodeFormat', + 'account_date_time_format': 'accountDateTimeFormat', + 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', + 'account_name': 'accountName', + 'account_name_metadata': 'accountNameMetadata', + 'account_notification': 'accountNotification', + 'account_ui_settings': 'accountUISettings', + 'adopt_sig_config': 'adoptSigConfig', + 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', + 'advanced_correct': 'advancedCorrect', + 'advanced_correct_metadata': 'advancedCorrectMetadata', + 'allow_access_code_format': 'allowAccessCodeFormat', + 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', + 'allow_account_management_granular': 'allowAccountManagementGranular', + 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', + 'allow_account_member_name_change': 'allowAccountMemberNameChange', + 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', + 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', + 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', + 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', + 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', + 'allow_agreement_actions': 'allowAgreementActions', + 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', + 'allow_auto_nav_settings': 'allowAutoNavSettings', + 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', + 'allow_auto_tagging': 'allowAutoTagging', + 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', + 'allow_bulk_send': 'allowBulkSend', + 'allow_bulk_send_metadata': 'allowBulkSendMetadata', + 'allow_cd_withdraw': 'allowCDWithdraw', + 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', + 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', + 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', + 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', + 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', + 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', + 'allow_data_download': 'allowDataDownload', + 'allow_data_download_metadata': 'allowDataDownloadMetadata', + 'allow_document_disclosures': 'allowDocumentDisclosures', + 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', + 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', + 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', + 'allow_document_visibility': 'allowDocumentVisibility', + 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', + 'allow_e_hanko_stamps': 'allowEHankoStamps', + 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', + 'allow_e_note_e_original': 'allowENoteEOriginal', + 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', + 'allow_envelope_correct': 'allowEnvelopeCorrect', + 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', + 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', + 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', + 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', + 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', + 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', + 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', + 'allow_envelope_reporting': 'allowEnvelopeReporting', + 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', + 'allow_expression': 'allowExpression', + 'allow_expression_metadata': 'allowExpressionMetadata', + 'allow_express_signer_certificate': 'allowExpressSignerCertificate', + 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', + 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', + 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', + 'allow_external_signature_pad': 'allowExternalSignaturePad', + 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', + 'allow_idv_level1': 'allowIDVLevel1', + 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', + 'allow_idv_platform': 'allowIDVPlatform', + 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', + 'allow_in_person': 'allowInPerson', + 'allow_in_person_metadata': 'allowInPersonMetadata', + 'allow_managed_stamps': 'allowManagedStamps', + 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', + 'allow_markup': 'allowMarkup', + 'allow_markup_metadata': 'allowMarkupMetadata', + 'allow_member_time_zone': 'allowMemberTimeZone', + 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', + 'allow_merge_fields': 'allowMergeFields', + 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', + 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', + 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', + 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', + 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', + 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', + 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', + 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', + 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', + 'allow_offline_signing': 'allowOfflineSigning', + 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', + 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', + 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', + 'allow_organizations': 'allowOrganizations', + 'allow_organizations_metadata': 'allowOrganizationsMetadata', + 'allow_payment_processing': 'allowPaymentProcessing', + 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', + 'allow_personal_signer_certificate': 'allowPersonalSignerCertificate', + 'allow_personal_signer_certificate_metadata': 'allowPersonalSignerCertificateMetadata', + 'allow_phone_authentication': 'allowPhoneAuthentication', + 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', + 'allow_phone_auth_override': 'allowPhoneAuthOverride', + 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', + 'allow_private_signing_groups': 'allowPrivateSigningGroups', + 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', + 'allow_reminders': 'allowReminders', + 'allow_reminders_metadata': 'allowRemindersMetadata', + 'allow_resource_file_branding': 'allowResourceFileBranding', + 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', + 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', + 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', + 'allow_security_appliance': 'allowSecurityAppliance', + 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', + 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', + 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', + 'allow_send_to_intermediary': 'allowSendToIntermediary', + 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', + 'allow_server_templates': 'allowServerTemplates', + 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', + 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', + 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', + 'allow_shared_tabs': 'allowSharedTabs', + 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', + 'allow_signature_stamps': 'allowSignatureStamps', + 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', + 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', + 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', + 'allow_signer_reassign': 'allowSignerReassign', + 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', + 'allow_signer_reassign_override': 'allowSignerReassignOverride', + 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', + 'allow_signing_extensions': 'allowSigningExtensions', + 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', + 'allow_signing_groups': 'allowSigningGroups', + 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', + 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', + 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', + 'allow_sign_now': 'allowSignNow', + 'allow_sign_now_metadata': 'allowSignNowMetadata', + 'allow_sms_delivery': 'allowSMSDelivery', + 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', + 'allow_social_id_login': 'allowSocialIdLogin', + 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', + 'allow_supplemental_documents': 'allowSupplementalDocuments', + 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', + 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', + 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', + 'allow_value_insights': 'allowValueInsights', + 'allow_value_insights_metadata': 'allowValueInsightsMetadata', + 'anchor_population_scope': 'anchorPopulationScope', + 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', + 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', + 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', + 'attach_completed_envelope': 'attachCompletedEnvelope', + 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', + 'authentication_check': 'authenticationCheck', + 'authentication_check_metadata': 'authenticationCheckMetadata', + 'auto_nav_rule': 'autoNavRule', + 'auto_nav_rule_metadata': 'autoNavRuleMetadata', + 'auto_provision_signer_account': 'autoProvisionSignerAccount', + 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', + 'bcc_email_archive': 'bccEmailArchive', + 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', + 'beta_switch_configuration': 'betaSwitchConfiguration', + 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', + 'billing_address': 'billingAddress', + 'billing_address_metadata': 'billingAddressMetadata', + 'bulk_send': 'bulkSend', + 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', + 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', + 'bulk_send_metadata': 'bulkSendMetadata', + 'can_self_brand_send': 'canSelfBrandSend', + 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', + 'can_self_brand_sign': 'canSelfBrandSign', + 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', + 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', + 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', + 'capture_voice_recording': 'captureVoiceRecording', + 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', + 'cfr_use_wide_image': 'cfrUseWideImage', + 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', + 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', + 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', + 'chrome_signature_enabled': 'chromeSignatureEnabled', + 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', + 'comment_email_show_message_text': 'commentEmailShowMessageText', + 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', + 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', + 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', + 'conditional_fields_enabled': 'conditionalFieldsEnabled', + 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', + 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', + 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', + 'convert_pdf_fields': 'convertPdfFields', + 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', + 'data_population_scope': 'dataPopulationScope', + 'data_population_scope_metadata': 'dataPopulationScopeMetadata', + 'disable_mobile_app': 'disableMobileApp', + 'disable_mobile_app_metadata': 'disableMobileAppMetadata', + 'disable_mobile_push_notifications': 'disableMobilePushNotifications', + 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', + 'disable_mobile_sending': 'disableMobileSending', + 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', + 'disable_multiple_sessions': 'disableMultipleSessions', + 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', + 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', + 'disable_signer_cert_view': 'disableSignerCertView', + 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', + 'disable_signer_history_view': 'disableSignerHistoryView', + 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', + 'disable_style_signature': 'disableStyleSignature', + 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', + 'disable_upload_signature': 'disableUploadSignature', + 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', + 'disable_user_sharing': 'disableUserSharing', + 'disable_user_sharing_metadata': 'disableUserSharingMetadata', + 'display_beta_switch': 'displayBetaSwitch', + 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', + 'document_conversion_restrictions': 'documentConversionRestrictions', + 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', + 'document_retention': 'documentRetention', + 'document_retention_metadata': 'documentRetentionMetadata', + 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', + 'document_visibility': 'documentVisibility', + 'document_visibility_metadata': 'documentVisibilityMetadata', + 'email_template_version': 'emailTemplateVersion', + 'email_template_version_metadata': 'emailTemplateVersionMetadata', + 'enable_access_code_generator': 'enableAccessCodeGenerator', + 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', + 'enable_advanced_payments': 'enableAdvancedPayments', + 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', + 'enable_advanced_power_forms': 'enableAdvancedPowerForms', + 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', + 'enable_auto_nav': 'enableAutoNav', + 'enable_auto_nav_metadata': 'enableAutoNavMetadata', + 'enable_calculated_fields': 'enableCalculatedFields', + 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', + 'enable_clickwraps': 'enableClickwraps', + 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', + 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', + 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', + 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', + 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', + 'enable_ds_pro': 'enableDSPro', + 'enable_ds_pro_metadata': 'enableDSProMetadata', + 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', + 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', + 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', + 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', + 'enable_in_browser_editor': 'enableInBrowserEditor', + 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', + 'enable_payment_processing': 'enablePaymentProcessing', + 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', + 'enable_power_form': 'enablePowerForm', + 'enable_power_form_direct': 'enablePowerFormDirect', + 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', + 'enable_power_form_metadata': 'enablePowerFormMetadata', + 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', + 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', + 'enable_report_links': 'enableReportLinks', + 'enable_report_links_metadata': 'enableReportLinksMetadata', + 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', + 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', + 'enable_reserved_domain': 'enableReservedDomain', + 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', + 'enable_responsive_signing': 'enableResponsiveSigning', + 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', + 'enable_scheduled_release': 'enableScheduledRelease', + 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', + 'enable_search_ui': 'enableSearchUI', + 'enable_search_ui_metadata': 'enableSearchUIMetadata', + 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', + 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', + 'enable_send_to_agent': 'enableSendToAgent', + 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', + 'enable_send_to_intermediary': 'enableSendToIntermediary', + 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', + 'enable_send_to_manage': 'enableSendToManage', + 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', + 'enable_sequential_signing_api': 'enableSequentialSigningAPI', + 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', + 'enable_sequential_signing_ui': 'enableSequentialSigningUI', + 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', + 'enable_signer_attachments': 'enableSignerAttachments', + 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', + 'enable_signing_extension_comments': 'enableSigningExtensionComments', + 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', + 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', + 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', + 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', + 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', + 'enable_sign_on_paper': 'enableSignOnPaper', + 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', + 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', + 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', + 'enable_sign_with_notary': 'enableSignWithNotary', + 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', + 'enable_smart_contracts': 'enableSmartContracts', + 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', + 'enable_sms_authentication': 'enableSMSAuthentication', + 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', + 'enable_social_id_login': 'enableSocialIdLogin', + 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', + 'enable_strike_through': 'enableStrikeThrough', + 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', + 'enable_transaction_point': 'enableTransactionPoint', + 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', + 'enable_vaulting': 'enableVaulting', + 'enable_vaulting_metadata': 'enableVaultingMetadata', + 'enable_witnessing': 'enableWitnessing', + 'enable_witnessing_metadata': 'enableWitnessingMetadata', + 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', + 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', + 'envelope_integration_allowed': 'envelopeIntegrationAllowed', + 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', + 'envelope_integration_enabled': 'envelopeIntegrationEnabled', + 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', + 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', + 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', + 'express_send': 'expressSend', + 'express_send_allow_tabs': 'expressSendAllowTabs', + 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', + 'express_send_metadata': 'expressSendMetadata', + 'external_document_sources': 'externalDocumentSources', + 'external_signature_pad_type': 'externalSignaturePadType', + 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', + 'fax_out_enabled': 'faxOutEnabled', + 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', + 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', + 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', + 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', + 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', + 'hide_pricing': 'hidePricing', + 'hide_pricing_metadata': 'hidePricingMetadata', + 'id_check_configurations': 'idCheckConfigurations', + 'id_check_expire': 'idCheckExpire', + 'id_check_expire_days': 'idCheckExpireDays', + 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', + 'id_check_expire_metadata': 'idCheckExpireMetadata', + 'id_check_expire_minutes': 'idCheckExpireMinutes', + 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', + 'id_check_required': 'idCheckRequired', + 'id_check_required_metadata': 'idCheckRequiredMetadata', + 'identity_verification': 'identityVerification', + 'identity_verification_metadata': 'identityVerificationMetadata', + 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', + 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', + 'in_person_id_check_question': 'inPersonIDCheckQuestion', + 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', + 'in_person_signing_enabled': 'inPersonSigningEnabled', + 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', + 'in_session_enabled': 'inSessionEnabled', + 'in_session_enabled_metadata': 'inSessionEnabledMetadata', + 'in_session_suppress_emails': 'inSessionSuppressEmails', + 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', + 'maximum_signing_groups': 'maximumSigningGroups', + 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', + 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', + 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', + 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', + 'mobile_session_timeout': 'mobileSessionTimeout', + 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', + 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', + 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', + 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', + 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', + 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', + 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', + 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', + 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', + 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', + 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', + 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', + 'recipients_can_sign_offline': 'recipientsCanSignOffline', + 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', + 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', + 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', + 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', + 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', + 'require_decline_reason': 'requireDeclineReason', + 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', + 'require_external_user_management': 'requireExternalUserManagement', + 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', + 'require_signer_certificate_type': 'requireSignerCertificateType', + 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', + 'rsa_verid_account_name': 'rsaVeridAccountName', + 'rsa_verid_password': 'rsaVeridPassword', + 'rsa_verid_ruleset': 'rsaVeridRuleset', + 'rsa_verid_user_id': 'rsaVeridUserId', + 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', + 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', + 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', + 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', + 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', + 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', + 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', + 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', + 'sending_tags_font_color': 'sendingTagsFontColor', + 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', + 'sending_tags_font_name': 'sendingTagsFontName', + 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', + 'sending_tags_font_size': 'sendingTagsFontSize', + 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', + 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', + 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', + 'session_timeout': 'sessionTimeout', + 'session_timeout_metadata': 'sessionTimeoutMetadata', + 'set_recip_email_lang': 'setRecipEmailLang', + 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', + 'set_recip_sign_lang': 'setRecipSignLang', + 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', + 'shared_template_folders': 'sharedTemplateFolders', + 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', + 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', + 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', + 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', + 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', + 'show_initial_conditional_fields': 'showInitialConditionalFields', + 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', + 'show_localized_watermarks': 'showLocalizedWatermarks', + 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', + 'show_tutorials': 'showTutorials', + 'show_tutorials_metadata': 'showTutorialsMetadata', + 'signature_providers': 'signatureProviders', + 'signature_providers_metadata': 'signatureProvidersMetadata', + 'sign_date_format': 'signDateFormat', + 'sign_date_format_metadata': 'signDateFormatMetadata', + 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', + 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', + 'signer_attach_concat': 'signerAttachConcat', + 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', + 'signer_can_create_account': 'signerCanCreateAccount', + 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', + 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', + 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', + 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', + 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', + 'signer_login_requirements': 'signerLoginRequirements', + 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', + 'signer_must_have_account': 'signerMustHaveAccount', + 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', + 'signer_must_login_to_sign': 'signerMustLoginToSign', + 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', + 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', + 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', + 'signing_session_timeout': 'signingSessionTimeout', + 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', + 'signing_ui_version': 'signingUiVersion', + 'signing_ui_version_metadata': 'signingUiVersionMetadata', + 'sign_time_format': 'signTimeFormat', + 'sign_time_format_metadata': 'signTimeFormatMetadata', + 'sign_time_show_am_pm': 'signTimeShowAmPm', + 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', + 'simplified_sending_enabled': 'simplifiedSendingEnabled', + 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', + 'single_sign_on_enabled': 'singleSignOnEnabled', + 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', + 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', + 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', + 'social_id_recip_auth': 'socialIdRecipAuth', + 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', + 'specify_document_visibility': 'specifyDocumentVisibility', + 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', + 'start_in_advanced_correct': 'startInAdvancedCorrect', + 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', + 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', + 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', + 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', + 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', + 'supplemental_documents_must_view': 'supplementalDocumentsMustView', + 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', + 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', + 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', + 'tab_account_settings': 'tabAccountSettings', + 'timezone_offset_api': 'timezoneOffsetAPI', + 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', + 'timezone_offset_ui': 'timezoneOffsetUI', + 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', + 'universal_signature_opt_in': 'universalSignatureOptIn', + 'use_account_level_email': 'useAccountLevelEmail', + 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', + 'use_consumer_disclosure': 'useConsumerDisclosure', + 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', + 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', + 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', + 'use_derived_keys': 'useDerivedKeys', + 'use_derived_keys_metadata': 'useDerivedKeysMetadata', + 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', + 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', + 'use_multi_app_groups_data': 'useMultiAppGroupsData', + 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', + 'use_new_blob_for_pdf': 'useNewBlobForPdf', + 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', + 'use_safe_signer_certificates': 'useSAFESignerCertificates', + 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', + 'uses_api': 'usesAPI', + 'uses_api_metadata': 'usesAPIMetadata', + 'use_signature_provider_platform': 'useSignatureProviderPlatform', + 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', + 'validations_allowed': 'validationsAllowed', + 'validations_allowed_metadata': 'validationsAllowedMetadata', + 'validations_brand': 'validationsBrand', + 'validations_brand_metadata': 'validationsBrandMetadata', + 'validations_cadence': 'validationsCadence', + 'validations_cadence_metadata': 'validationsCadenceMetadata', + 'validations_enabled': 'validationsEnabled', + 'validations_enabled_metadata': 'validationsEnabledMetadata', + 'validations_report': 'validationsReport', + 'validations_report_metadata': 'validationsReportMetadata', + 'water_mark_enabled': 'waterMarkEnabled', + 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', + 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', + 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', + 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', + 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' + } + + def __init__(self, **kwargs): + """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 + + self._access_code_format = None + self._account_date_time_format = None + self._account_date_time_format_metadata = None + self._account_name = None + self._account_name_metadata = None + self._account_notification = None + self._account_ui_settings = None + self._adopt_sig_config = None + self._adopt_sig_config_metadata = None + self._advanced_correct = None + self._advanced_correct_metadata = None + self._allow_access_code_format = None + self._allow_access_code_format_metadata = None + self._allow_account_management_granular = None + self._allow_account_management_granular_metadata = None + self._allow_account_member_name_change = None + self._allow_account_member_name_change_metadata = None + self._allow_advanced_recipient_routing_conditional = None + self._allow_advanced_recipient_routing_conditional_metadata = None + self._allow_agent_name_email_edit = None + self._allow_agent_name_email_edit_metadata = None + self._allow_agreement_actions = None + self._allow_agreement_actions_metadata = None + self._allow_auto_nav_settings = None + self._allow_auto_nav_settings_metadata = None + self._allow_auto_tagging = None + self._allow_auto_tagging_metadata = None + self._allow_bulk_send = None + self._allow_bulk_send_metadata = None + self._allow_cd_withdraw = None + self._allow_cd_withdraw_metadata = None + self._allow_connect_http_listener_configs = None + self._allow_connect_send_finish_later = None + self._allow_connect_send_finish_later_metadata = None + self._allow_consumer_disclosure_override = None + self._allow_consumer_disclosure_override_metadata = None + self._allow_data_download = None + self._allow_data_download_metadata = None + self._allow_document_disclosures = None + self._allow_document_disclosures_metadata = None + self._allow_documents_on_signed_envelopes = None + self._allow_documents_on_signed_envelopes_metadata = None + self._allow_document_visibility = None + self._allow_document_visibility_metadata = None + self._allow_e_hanko_stamps = None + self._allow_e_hanko_stamps_metadata = None + self._allow_e_note_e_original = None + self._allow_e_note_e_original_metadata = None + self._allow_envelope_correct = None + self._allow_envelope_correct_metadata = None + self._allow_envelope_custody_transfer = None + self._allow_envelope_custody_transfer_metadata = None + self._allow_envelope_custom_fields = None + self._allow_envelope_custom_fields_metadata = None + self._allow_envelope_publish_reporting = None + self._allow_envelope_publish_reporting_metadata = None + self._allow_envelope_reporting = None + self._allow_envelope_reporting_metadata = None + self._allow_expression = None + self._allow_expression_metadata = None + self._allow_express_signer_certificate = None + self._allow_express_signer_certificate_metadata = None + self._allow_extended_sending_resource_file = None + self._allow_extended_sending_resource_file_metadata = None + self._allow_external_signature_pad = None + self._allow_external_signature_pad_metadata = None + self._allow_idv_level1 = None + self._allow_idv_level1_metadata = None + self._allow_idv_platform = None + self._allow_idv_platform_metadata = None + self._allow_in_person = None + self._allow_in_person_metadata = None + self._allow_managed_stamps = None + self._allow_managed_stamps_metadata = None + self._allow_markup = None + self._allow_markup_metadata = None + self._allow_member_time_zone = None + self._allow_member_time_zone_metadata = None + self._allow_merge_fields = None + self._allow_merge_fields_metadata = None + self._allow_multiple_brand_profiles = None + self._allow_multiple_brand_profiles_metadata = None + self._allow_multiple_signer_attachments = None + self._allow_multiple_signer_attachments_metadata = None + self._allow_non_us_phone_auth = None + self._allow_non_us_phone_auth_metadata = None + self._allow_ocr_of_envelope_documents = None + self._allow_ocr_of_envelope_documents_metadata = None + self._allow_offline_signing = None + self._allow_offline_signing_metadata = None + self._allow_open_trust_signer_certificate = None + self._allow_open_trust_signer_certificate_metadata = None + self._allow_organizations = None + self._allow_organizations_metadata = None + self._allow_payment_processing = None + self._allow_payment_processing_metadata = None + self._allow_personal_signer_certificate = None + self._allow_personal_signer_certificate_metadata = None + self._allow_phone_authentication = None + self._allow_phone_authentication_metadata = None + self._allow_phone_auth_override = None + self._allow_phone_auth_override_metadata = None + self._allow_private_signing_groups = None + self._allow_private_signing_groups_metadata = None + self._allow_reminders = None + self._allow_reminders_metadata = None + self._allow_resource_file_branding = None + self._allow_resource_file_branding_metadata = None + self._allow_safe_bio_pharma_signer_certificate = None + self._allow_safe_bio_pharma_signer_certificate_metadata = None + self._allow_security_appliance = None + self._allow_security_appliance_metadata = None + self._allow_send_to_certified_delivery = None + self._allow_send_to_certified_delivery_metadata = None + self._allow_send_to_intermediary = None + self._allow_send_to_intermediary_metadata = None + self._allow_server_templates = None + self._allow_server_templates_metadata = None + self._allow_set_embedded_recipient_start_url = None + self._allow_set_embedded_recipient_start_url_metadata = None + self._allow_shared_tabs = None + self._allow_shared_tabs_metadata = None + self._allow_signature_stamps = None + self._allow_signature_stamps_metadata = None + self._allow_sign_document_from_home_page = None + self._allow_sign_document_from_home_page_metadata = None + self._allow_signer_reassign = None + self._allow_signer_reassign_metadata = None + self._allow_signer_reassign_override = None + self._allow_signer_reassign_override_metadata = None + self._allow_signing_extensions = None + self._allow_signing_extensions_metadata = None + self._allow_signing_groups = None + self._allow_signing_groups_metadata = None + self._allow_signing_radio_deselect = None + self._allow_signing_radio_deselect_metadata = None + self._allow_sign_now = None + self._allow_sign_now_metadata = None + self._allow_sms_delivery = None + self._allow_sms_delivery_metadata = None + self._allow_social_id_login = None + self._allow_social_id_login_metadata = None + self._allow_supplemental_documents = None + self._allow_supplemental_documents_metadata = None + self._allow_users_to_access_directory = None + self._allow_users_to_access_directory_metadata = None + self._allow_value_insights = None + self._allow_value_insights_metadata = None + self._anchor_population_scope = None + self._anchor_population_scope_metadata = None + self._anchor_tag_versioned_placement_enabled = None + self._anchor_tag_versioned_placement_metadata_enabled = None + self._attach_completed_envelope = None + self._attach_completed_envelope_metadata = None + self._authentication_check = None + self._authentication_check_metadata = None + self._auto_nav_rule = None + self._auto_nav_rule_metadata = None + self._auto_provision_signer_account = None + self._auto_provision_signer_account_metadata = None + self._bcc_email_archive = None + self._bcc_email_archive_metadata = None + self._beta_switch_configuration = None + self._beta_switch_configuration_metadata = None + self._billing_address = None + self._billing_address_metadata = None + self._bulk_send = None + self._bulk_send_max_copies_in_batch = None + self._bulk_send_max_unprocessed_envelopes_count = None + self._bulk_send_metadata = None + self._can_self_brand_send = None + self._can_self_brand_send_metadata = None + self._can_self_brand_sign = None + self._can_self_brand_sign_metadata = None + self._can_use_salesforce_o_auth = None + self._can_use_salesforce_o_auth_metadata = None + self._capture_voice_recording = None + self._capture_voice_recording_metadata = None + self._cfr_use_wide_image = None + self._cfr_use_wide_image_metadata = None + self._check_for_multiple_admins_on_account = None + self._check_for_multiple_admins_on_account_metadata = None + self._chrome_signature_enabled = None + self._chrome_signature_enabled_metadata = None + self._comment_email_show_message_text = None + self._comment_email_show_message_text_metadata = None + self._comments_allow_envelope_override = None + self._comments_allow_envelope_override_metadata = None + self._conditional_fields_enabled = None + self._conditional_fields_enabled_metadata = None + self._consumer_disclosure_frequency = None + self._consumer_disclosure_frequency_metadata = None + self._convert_pdf_fields = None + self._convert_pdf_fields_metadata = None + self._data_population_scope = None + self._data_population_scope_metadata = None + self._disable_mobile_app = None + self._disable_mobile_app_metadata = None + self._disable_mobile_push_notifications = None + self._disable_mobile_push_notifications_metadata = None + self._disable_mobile_sending = None + self._disable_mobile_sending_metadata = None + self._disable_multiple_sessions = None + self._disable_multiple_sessions_metadata = None + self._disable_purge_notifications_for_sender_metadata = None + self._disable_signer_cert_view = None + self._disable_signer_cert_view_metadata = None + self._disable_signer_history_view = None + self._disable_signer_history_view_metadata = None + self._disable_style_signature = None + self._disable_style_signature_metadata = None + self._disable_upload_signature = None + self._disable_upload_signature_metadata = None + self._disable_user_sharing = None + self._disable_user_sharing_metadata = None + self._display_beta_switch = None + self._display_beta_switch_metadata = None + self._document_conversion_restrictions = None + self._document_conversion_restrictions_metadata = None + self._document_retention = None + self._document_retention_metadata = None + self._document_retention_purge_tabs = None + self._document_visibility = None + self._document_visibility_metadata = None + self._email_template_version = None + self._email_template_version_metadata = None + self._enable_access_code_generator = None + self._enable_access_code_generator_metadata = None + self._enable_advanced_payments = None + self._enable_advanced_payments_metadata = None + self._enable_advanced_power_forms = None + self._enable_advanced_power_forms_metadata = None + self._enable_auto_nav = None + self._enable_auto_nav_metadata = None + self._enable_calculated_fields = None + self._enable_calculated_fields_metadata = None + self._enable_clickwraps = None + self._enable_clickwraps_metadata = None + self._enable_comments_history_download_in_signing = None + self._enable_comments_history_download_in_signing_metadata = None + self._enable_customer_satisfaction_metric_tracking = None + self._enable_customer_satisfaction_metric_tracking_metadata = None + self._enable_ds_pro = None + self._enable_ds_pro_metadata = None + self._enable_envelope_stamping_by_account_admin = None + self._enable_envelope_stamping_by_account_admin_metadata = None + self._enable_envelope_stamping_by_ds_admin = None + self._enable_envelope_stamping_by_ds_admin_metadata = None + self._enable_in_browser_editor = None + self._enable_in_browser_editor_metadata = None + self._enable_payment_processing = None + self._enable_payment_processing_metadata = None + self._enable_power_form = None + self._enable_power_form_direct = None + self._enable_power_form_direct_metadata = None + self._enable_power_form_metadata = None + self._enable_recipient_domain_validation = None + self._enable_recipient_domain_validation_metadata = None + self._enable_report_links = None + self._enable_report_links_metadata = None + self._enable_require_sign_on_paper = None + self._enable_require_sign_on_paper_metadata = None + self._enable_reserved_domain = None + self._enable_reserved_domain_metadata = None + self._enable_responsive_signing = None + self._enable_responsive_signing_metadata = None + self._enable_scheduled_release = None + self._enable_scheduled_release_metadata = None + self._enable_search_ui = None + self._enable_search_ui_metadata = None + self._enable_sending_tags_font_settings = None + self._enable_sending_tags_font_settings_metadata = None + self._enable_send_to_agent = None + self._enable_send_to_agent_metadata = None + self._enable_send_to_intermediary = None + self._enable_send_to_intermediary_metadata = None + self._enable_send_to_manage = None + self._enable_send_to_manage_metadata = None + self._enable_sequential_signing_api = None + self._enable_sequential_signing_api_metadata = None + self._enable_sequential_signing_ui = None + self._enable_sequential_signing_ui_metadata = None + self._enable_signer_attachments = None + self._enable_signer_attachments_metadata = None + self._enable_signing_extension_comments = None + self._enable_signing_extension_comments_metadata = None + self._enable_signing_extension_conversations = None + self._enable_signing_extension_conversations_metadata = None + self._enable_signing_order_settings_for_account = None + self._enable_signing_order_settings_for_account_metadata = None + self._enable_sign_on_paper = None + self._enable_sign_on_paper_metadata = None + self._enable_sign_on_paper_override = None + self._enable_sign_on_paper_override_metadata = None + self._enable_sign_with_notary = None + self._enable_sign_with_notary_metadata = None + self._enable_smart_contracts = None + self._enable_smart_contracts_metadata = None + self._enable_sms_authentication = None + self._enable_sms_authentication_metadata = None + self._enable_social_id_login = None + self._enable_social_id_login_metadata = None + self._enable_strike_through = None + self._enable_strike_through_metadata = None + self._enable_transaction_point = None + self._enable_transaction_point_metadata = None + self._enable_vaulting = None + self._enable_vaulting_metadata = None + self._enable_witnessing = None + self._enable_witnessing_metadata = None + self._enforce_template_name_uniqueness = None + self._enforce_template_name_uniqueness_metadata = None + self._envelope_integration_allowed = None + self._envelope_integration_allowed_metadata = None + self._envelope_integration_enabled = None + self._envelope_integration_enabled_metadata = None + self._envelope_stamping_default_value = None + self._envelope_stamping_default_value_metadata = None + self._express_send = None + self._express_send_allow_tabs = None + self._express_send_allow_tabs_metadata = None + self._express_send_metadata = None + self._external_document_sources = None + self._external_signature_pad_type = None + self._external_signature_pad_type_metadata = None + self._fax_out_enabled = None + self._fax_out_enabled_metadata = None + self._guided_forms_html_allowed = None + self._guided_forms_html_allowed_metadata = None + self._hide_account_address_in_co_c = None + self._hide_account_address_in_co_c_metadata = None + self._hide_pricing = None + self._hide_pricing_metadata = None + self._id_check_configurations = None + self._id_check_expire = None + self._id_check_expire_days = None + self._id_check_expire_days_metadata = None + self._id_check_expire_metadata = None + self._id_check_expire_minutes = None + self._id_check_expire_minutes_metadata = None + self._id_check_required = None + self._id_check_required_metadata = None + self._identity_verification = None + self._identity_verification_metadata = None + self._ignore_error_if_anchor_tab_not_found = None + self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None + self._in_person_id_check_question = None + self._in_person_id_check_question_metadata = None + self._in_person_signing_enabled = None + self._in_person_signing_enabled_metadata = None + self._in_session_enabled = None + self._in_session_enabled_metadata = None + self._in_session_suppress_emails = None + self._in_session_suppress_emails_metadata = None + self._maximum_signing_groups = None + self._maximum_signing_groups_metadata = None + self._maximum_users_per_signing_group = None + self._maximum_users_per_signing_group_metadata = None + self._max_number_of_custom_stamps = None + self._mobile_session_timeout = None + self._mobile_session_timeout_metadata = None + self._number_of_active_custom_stamps = None + self._opt_in_mobile_signing_v02 = None + self._opt_in_mobile_signing_v02_metadata = None + self._opt_out_auto_nav_text_and_tab_color_updates = None + self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None + self._opt_out_new_platform_seal = None + self._opt_out_new_platform_seal_platform_metadata = None + self._phone_auth_recipient_may_provide_phone_number = None + self._phone_auth_recipient_may_provide_phone_number_metadata = None + self._pki_sign_downloaded_pdf_docs = None + self._pki_sign_downloaded_pdf_docs_metadata = None + self._recipients_can_sign_offline = None + self._recipients_can_sign_offline_metadata = None + self._recipient_signing_auto_navigation_control = None + self._recipient_signing_auto_navigation_control_metadata = None + self._require21_cf_rpt11_compliance = None + self._require21_cf_rpt11_compliance_metadata = None + self._require_decline_reason = None + self._require_decline_reason_metadata = None + self._require_external_user_management = None + self._require_external_user_management_metadata = None + self._require_signer_certificate_type = None + self._require_signer_certificate_type_metadata = None + self._rsa_verid_account_name = None + self._rsa_verid_password = None + self._rsa_verid_ruleset = None + self._rsa_verid_user_id = None + self._self_signed_recipient_email_document = None + self._self_signed_recipient_email_document_metadata = None + self._self_signed_recipient_email_document_user_override = None + self._self_signed_recipient_email_document_user_override_metadata = None + self._sender_can_sign_in_each_location = None + self._sender_can_sign_in_each_location_metadata = None + self._sender_must_authenticate_signing = None + self._sender_must_authenticate_signing_metadata = None + self._sending_tags_font_color = None + self._sending_tags_font_color_metadata = None + self._sending_tags_font_name = None + self._sending_tags_font_name_metadata = None + self._sending_tags_font_size = None + self._sending_tags_font_size_metadata = None + self._send_to_certified_delivery_enabled = None + self._send_to_certified_delivery_enabled_metadata = None + self._session_timeout = None + self._session_timeout_metadata = None + self._set_recip_email_lang = None + self._set_recip_email_lang_metadata = None + self._set_recip_sign_lang = None + self._set_recip_sign_lang_metadata = None + self._shared_template_folders = None + self._shared_template_folders_metadata = None + self._show_complete_dialog_in_embedded_session = None + self._show_complete_dialog_in_embedded_session_metadata = None + self._show_conditional_routing_on_send = None + self._show_conditional_routing_on_send_metadata = None + self._show_initial_conditional_fields = None + self._show_initial_conditional_fields_metadata = None + self._show_localized_watermarks = None + self._show_localized_watermarks_metadata = None + self._show_tutorials = None + self._show_tutorials_metadata = None + self._signature_providers = None + self._signature_providers_metadata = None + self._sign_date_format = None + self._sign_date_format_metadata = None + self._signer_attach_certificate_to_envelope_pdf = None + self._signer_attach_certificate_to_envelope_pdf_metadata = None + self._signer_attach_concat = None + self._signer_attach_concat_metadata = None + self._signer_can_create_account = None + self._signer_can_create_account_metadata = None + self._signer_can_sign_on_mobile = None + self._signer_can_sign_on_mobile_metadata = None + self._signer_in_session_use_envelope_complete_email = None + self._signer_in_session_use_envelope_complete_email_metadata = None + self._signer_login_requirements = None + self._signer_login_requirements_metadata = None + self._signer_must_have_account = None + self._signer_must_have_account_metadata = None + self._signer_must_login_to_sign = None + self._signer_must_login_to_sign_metadata = None + self._signer_show_secure_field_initial_values = None + self._signer_show_secure_field_initial_values_metadata = None + self._signing_session_timeout = None + self._signing_session_timeout_metadata = None + self._signing_ui_version = None + self._signing_ui_version_metadata = None + self._sign_time_format = None + self._sign_time_format_metadata = None + self._sign_time_show_am_pm = None + self._sign_time_show_am_pm_metadata = None + self._simplified_sending_enabled = None + self._simplified_sending_enabled_metadata = None + self._single_sign_on_enabled = None + self._single_sign_on_enabled_metadata = None + self._skip_auth_completed_envelopes = None + self._skip_auth_completed_envelopes_metadata = None + self._social_id_recip_auth = None + self._social_id_recip_auth_metadata = None + self._specify_document_visibility = None + self._specify_document_visibility_metadata = None + self._start_in_advanced_correct = None + self._start_in_advanced_correct_metadata = None + self._supplemental_documents_must_accept = None + self._supplemental_documents_must_accept_metadata = None + self._supplemental_documents_must_read = None + self._supplemental_documents_must_read_metadata = None + self._supplemental_documents_must_view = None + self._supplemental_documents_must_view_metadata = None + self._suppress_certificate_enforcement = None + self._suppress_certificate_enforcement_metadata = None + self._tab_account_settings = None + self._timezone_offset_api = None + self._timezone_offset_api_metadata = None + self._timezone_offset_ui = None + self._timezone_offset_ui_metadata = None + self._universal_signature_opt_in = None + self._use_account_level_email = None + self._use_account_level_email_metadata = None + self._use_consumer_disclosure = None + self._use_consumer_disclosure_metadata = None + self._use_consumer_disclosure_within_account = None + self._use_consumer_disclosure_within_account_metadata = None + self._use_derived_keys = None + self._use_derived_keys_metadata = None + self._use_docu_sign_express_signer_certificate = None + self._use_docu_sign_express_signer_certificate_metadata = None + self._use_multi_app_groups_data = None + self._use_multi_app_groups_data_metadata = None + self._use_new_blob_for_pdf = None + self._use_new_blob_for_pdf_metadata = None + self._use_safe_signer_certificates = None + self._use_safe_signer_certificates_metadata = None + self._uses_api = None + self._uses_api_metadata = None + self._use_signature_provider_platform = None + self._use_signature_provider_platform_metadata = None + self._validations_allowed = None + self._validations_allowed_metadata = None + self._validations_brand = None + self._validations_brand_metadata = None + self._validations_cadence = None + self._validations_cadence_metadata = None + self._validations_enabled = None + self._validations_enabled_metadata = None + self._validations_report = None + self._validations_report_metadata = None + self._water_mark_enabled = None + self._water_mark_enabled_metadata = None + self._write_reminder_to_envelope_history = None + self._write_reminder_to_envelope_history_metadata = None + self._wurfl_min_allowable_screen_size = None + self._wurfl_min_allowable_screen_size_metadata = None + self.discriminator = None + + for key in self.swagger_types: + param_val = kwargs.get(key, None) + setattr(self, "_{}".format(key), param_val) @property def access_code_format(self): - """ - Gets the access_code_format of this AccountSettingsInformation. + """Gets the access_code_format of this AccountSettingsInformation. # noqa: E501 - :return: The access_code_format of this AccountSettingsInformation. + + :return: The access_code_format of this AccountSettingsInformation. # noqa: E501 :rtype: AccessCodeFormat """ return self._access_code_format @access_code_format.setter def access_code_format(self, access_code_format): - """ - Sets the access_code_format of this AccountSettingsInformation. + """Sets the access_code_format of this AccountSettingsInformation. - :param access_code_format: The access_code_format of this AccountSettingsInformation. + + :param access_code_format: The access_code_format of this AccountSettingsInformation. # noqa: E501 :type: AccessCodeFormat """ @@ -1602,22 +1610,22 @@ def access_code_format(self, access_code_format): @property def account_date_time_format(self): - """ - Gets the account_date_time_format of this AccountSettingsInformation. - + """Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501 - :return: The account_date_time_format of this AccountSettingsInformation. + # noqa: E501 + + :return: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._account_date_time_format @account_date_time_format.setter def account_date_time_format(self, account_date_time_format): - """ - Sets the account_date_time_format of this AccountSettingsInformation. - + """Sets the account_date_time_format of this AccountSettingsInformation. - :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. + # noqa: E501 + + :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1625,20 +1633,20 @@ def account_date_time_format(self, account_date_time_format): @property def account_date_time_format_metadata(self): - """ - Gets the account_date_time_format_metadata of this AccountSettingsInformation. + """Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The account_date_time_format_metadata of this AccountSettingsInformation. + + :return: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._account_date_time_format_metadata @account_date_time_format_metadata.setter def account_date_time_format_metadata(self, account_date_time_format_metadata): - """ - Sets the account_date_time_format_metadata of this AccountSettingsInformation. + """Sets the account_date_time_format_metadata of this AccountSettingsInformation. - :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. + + :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1646,22 +1654,22 @@ def account_date_time_format_metadata(self, account_date_time_format_metadata): @property def account_name(self): - """ - Gets the account_name of this AccountSettingsInformation. - + """Gets the account_name of this AccountSettingsInformation. # noqa: E501 - :return: The account_name of this AccountSettingsInformation. + # noqa: E501 + + :return: The account_name of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this AccountSettingsInformation. - + """Sets the account_name of this AccountSettingsInformation. - :param account_name: The account_name of this AccountSettingsInformation. + # noqa: E501 + + :param account_name: The account_name of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1669,20 +1677,20 @@ def account_name(self, account_name): @property def account_name_metadata(self): - """ - Gets the account_name_metadata of this AccountSettingsInformation. + """Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The account_name_metadata of this AccountSettingsInformation. + + :return: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._account_name_metadata @account_name_metadata.setter def account_name_metadata(self, account_name_metadata): - """ - Sets the account_name_metadata of this AccountSettingsInformation. + """Sets the account_name_metadata of this AccountSettingsInformation. - :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. + + :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1690,20 +1698,20 @@ def account_name_metadata(self, account_name_metadata): @property def account_notification(self): - """ - Gets the account_notification of this AccountSettingsInformation. + """Gets the account_notification of this AccountSettingsInformation. # noqa: E501 - :return: The account_notification of this AccountSettingsInformation. + + :return: The account_notification of this AccountSettingsInformation. # noqa: E501 :rtype: AccountNotification """ return self._account_notification @account_notification.setter def account_notification(self, account_notification): - """ - Sets the account_notification of this AccountSettingsInformation. + """Sets the account_notification of this AccountSettingsInformation. - :param account_notification: The account_notification of this AccountSettingsInformation. + + :param account_notification: The account_notification of this AccountSettingsInformation. # noqa: E501 :type: AccountNotification """ @@ -1711,20 +1719,20 @@ def account_notification(self, account_notification): @property def account_ui_settings(self): - """ - Gets the account_ui_settings of this AccountSettingsInformation. + """Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501 - :return: The account_ui_settings of this AccountSettingsInformation. + + :return: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 :rtype: AccountUISettings """ return self._account_ui_settings @account_ui_settings.setter def account_ui_settings(self, account_ui_settings): - """ - Sets the account_ui_settings of this AccountSettingsInformation. + """Sets the account_ui_settings of this AccountSettingsInformation. - :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. + + :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 :type: AccountUISettings """ @@ -1732,22 +1740,22 @@ def account_ui_settings(self, account_ui_settings): @property def adopt_sig_config(self): - """ - Gets the adopt_sig_config of this AccountSettingsInformation. - + """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 - :return: The adopt_sig_config of this AccountSettingsInformation. + # noqa: E501 + + :return: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._adopt_sig_config @adopt_sig_config.setter def adopt_sig_config(self, adopt_sig_config): - """ - Sets the adopt_sig_config of this AccountSettingsInformation. - + """Sets the adopt_sig_config of this AccountSettingsInformation. - :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. + # noqa: E501 + + :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1755,20 +1763,20 @@ def adopt_sig_config(self, adopt_sig_config): @property def adopt_sig_config_metadata(self): - """ - Gets the adopt_sig_config_metadata of this AccountSettingsInformation. + """Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The adopt_sig_config_metadata of this AccountSettingsInformation. + + :return: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._adopt_sig_config_metadata @adopt_sig_config_metadata.setter def adopt_sig_config_metadata(self, adopt_sig_config_metadata): - """ - Sets the adopt_sig_config_metadata of this AccountSettingsInformation. + """Sets the adopt_sig_config_metadata of this AccountSettingsInformation. - :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. + + :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1776,22 +1784,22 @@ def adopt_sig_config_metadata(self, adopt_sig_config_metadata): @property def advanced_correct(self): - """ - Gets the advanced_correct of this AccountSettingsInformation. - + """Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501 - :return: The advanced_correct of this AccountSettingsInformation. + # noqa: E501 + + :return: The advanced_correct of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._advanced_correct @advanced_correct.setter def advanced_correct(self, advanced_correct): - """ - Sets the advanced_correct of this AccountSettingsInformation. - + """Sets the advanced_correct of this AccountSettingsInformation. - :param advanced_correct: The advanced_correct of this AccountSettingsInformation. + # noqa: E501 + + :param advanced_correct: The advanced_correct of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1799,20 +1807,20 @@ def advanced_correct(self, advanced_correct): @property def advanced_correct_metadata(self): - """ - Gets the advanced_correct_metadata of this AccountSettingsInformation. + """Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The advanced_correct_metadata of this AccountSettingsInformation. + + :return: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._advanced_correct_metadata @advanced_correct_metadata.setter def advanced_correct_metadata(self, advanced_correct_metadata): - """ - Sets the advanced_correct_metadata of this AccountSettingsInformation. + """Sets the advanced_correct_metadata of this AccountSettingsInformation. - :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. + + :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1820,22 +1828,22 @@ def advanced_correct_metadata(self, advanced_correct_metadata): @property def allow_access_code_format(self): - """ - Gets the allow_access_code_format of this AccountSettingsInformation. - + """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 - :return: The allow_access_code_format of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_access_code_format @allow_access_code_format.setter def allow_access_code_format(self, allow_access_code_format): - """ - Sets the allow_access_code_format of this AccountSettingsInformation. - + """Sets the allow_access_code_format of this AccountSettingsInformation. - :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. + # noqa: E501 + + :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1843,20 +1851,20 @@ def allow_access_code_format(self, allow_access_code_format): @property def allow_access_code_format_metadata(self): - """ - Gets the allow_access_code_format_metadata of this AccountSettingsInformation. + """Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_access_code_format_metadata of this AccountSettingsInformation. + + :return: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_access_code_format_metadata @allow_access_code_format_metadata.setter def allow_access_code_format_metadata(self, allow_access_code_format_metadata): - """ - Sets the allow_access_code_format_metadata of this AccountSettingsInformation. + """Sets the allow_access_code_format_metadata of this AccountSettingsInformation. - :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. + + :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1864,22 +1872,22 @@ def allow_access_code_format_metadata(self, allow_access_code_format_metadata): @property def allow_account_management_granular(self): - """ - Gets the allow_account_management_granular of this AccountSettingsInformation. - + """Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 - :return: The allow_account_management_granular of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_account_management_granular @allow_account_management_granular.setter def allow_account_management_granular(self, allow_account_management_granular): - """ - Sets the allow_account_management_granular of this AccountSettingsInformation. - + """Sets the allow_account_management_granular of this AccountSettingsInformation. - :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. + # noqa: E501 + + :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1887,20 +1895,20 @@ def allow_account_management_granular(self, allow_account_management_granular): @property def allow_account_management_granular_metadata(self): - """ - Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. + """Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. + + :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_account_management_granular_metadata @allow_account_management_granular_metadata.setter def allow_account_management_granular_metadata(self, allow_account_management_granular_metadata): - """ - Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. + """Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. - :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. + + :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1908,22 +1916,22 @@ def allow_account_management_granular_metadata(self, allow_account_management_gr @property def allow_account_member_name_change(self): - """ - Gets the allow_account_member_name_change of this AccountSettingsInformation. - + """Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 - :return: The allow_account_member_name_change of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_account_member_name_change @allow_account_member_name_change.setter def allow_account_member_name_change(self, allow_account_member_name_change): - """ - Sets the allow_account_member_name_change of this AccountSettingsInformation. - + """Sets the allow_account_member_name_change of this AccountSettingsInformation. - :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. + # noqa: E501 + + :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1931,20 +1939,20 @@ def allow_account_member_name_change(self, allow_account_member_name_change): @property def allow_account_member_name_change_metadata(self): - """ - Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. + """Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. + + :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_account_member_name_change_metadata @allow_account_member_name_change_metadata.setter def allow_account_member_name_change_metadata(self, allow_account_member_name_change_metadata): - """ - Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. + """Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. - :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. + + :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1952,22 +1960,22 @@ def allow_account_member_name_change_metadata(self, allow_account_member_name_ch @property def allow_advanced_recipient_routing_conditional(self): - """ - Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. - + """Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 - :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_advanced_recipient_routing_conditional @allow_advanced_recipient_routing_conditional.setter def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_routing_conditional): - """ - Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. - + """Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. - :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. + # noqa: E501 + + :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -1975,20 +1983,20 @@ def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_ @property def allow_advanced_recipient_routing_conditional_metadata(self): - """ - Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. + """Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. + + :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_advanced_recipient_routing_conditional_metadata @allow_advanced_recipient_routing_conditional_metadata.setter def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_recipient_routing_conditional_metadata): - """ - Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. + """Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. - :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. + + :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1996,22 +2004,22 @@ def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_r @property def allow_agent_name_email_edit(self): - """ - Gets the allow_agent_name_email_edit of this AccountSettingsInformation. - + """Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 - :return: The allow_agent_name_email_edit of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_agent_name_email_edit @allow_agent_name_email_edit.setter def allow_agent_name_email_edit(self, allow_agent_name_email_edit): - """ - Sets the allow_agent_name_email_edit of this AccountSettingsInformation. - + """Sets the allow_agent_name_email_edit of this AccountSettingsInformation. - :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. + # noqa: E501 + + :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2019,20 +2027,20 @@ def allow_agent_name_email_edit(self, allow_agent_name_email_edit): @property def allow_agent_name_email_edit_metadata(self): - """ - Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. + """Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. + + :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_agent_name_email_edit_metadata @allow_agent_name_email_edit_metadata.setter def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metadata): - """ - Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. + """Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. - :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. + + :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2040,22 +2048,22 @@ def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metad @property def allow_agreement_actions(self): - """ - Gets the allow_agreement_actions of this AccountSettingsInformation. - + """Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 - :return: The allow_agreement_actions of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_agreement_actions @allow_agreement_actions.setter def allow_agreement_actions(self, allow_agreement_actions): - """ - Sets the allow_agreement_actions of this AccountSettingsInformation. - + """Sets the allow_agreement_actions of this AccountSettingsInformation. - :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. + # noqa: E501 + + :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2063,20 +2071,20 @@ def allow_agreement_actions(self, allow_agreement_actions): @property def allow_agreement_actions_metadata(self): - """ - Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. + """Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. + + :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_agreement_actions_metadata @allow_agreement_actions_metadata.setter def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): - """ - Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. + """Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. - :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. + + :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2084,22 +2092,22 @@ def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): @property def allow_auto_nav_settings(self): - """ - Gets the allow_auto_nav_settings of this AccountSettingsInformation. - + """Gets the allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 - :return: The allow_auto_nav_settings of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_auto_nav_settings @allow_auto_nav_settings.setter def allow_auto_nav_settings(self, allow_auto_nav_settings): - """ - Sets the allow_auto_nav_settings of this AccountSettingsInformation. - + """Sets the allow_auto_nav_settings of this AccountSettingsInformation. - :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. + # noqa: E501 + + :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2107,20 +2115,20 @@ def allow_auto_nav_settings(self, allow_auto_nav_settings): @property def allow_auto_nav_settings_metadata(self): - """ - Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. + """Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. + + :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_auto_nav_settings_metadata @allow_auto_nav_settings_metadata.setter def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): - """ - Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. + """Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. - :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. + + :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2128,22 +2136,22 @@ def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): @property def allow_auto_tagging(self): - """ - Gets the allow_auto_tagging of this AccountSettingsInformation. - + """Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 - :return: The allow_auto_tagging of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_auto_tagging @allow_auto_tagging.setter def allow_auto_tagging(self, allow_auto_tagging): - """ - Sets the allow_auto_tagging of this AccountSettingsInformation. - + """Sets the allow_auto_tagging of this AccountSettingsInformation. - :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. + # noqa: E501 + + :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2151,20 +2159,20 @@ def allow_auto_tagging(self, allow_auto_tagging): @property def allow_auto_tagging_metadata(self): - """ - Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. + """Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. + + :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_auto_tagging_metadata @allow_auto_tagging_metadata.setter def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): - """ - Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. + """Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. - :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. + + :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2172,22 +2180,22 @@ def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): @property def allow_bulk_send(self): - """ - Gets the allow_bulk_send of this AccountSettingsInformation. - + """Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501 - :return: The allow_bulk_send of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_bulk_send @allow_bulk_send.setter def allow_bulk_send(self, allow_bulk_send): - """ - Sets the allow_bulk_send of this AccountSettingsInformation. - + """Sets the allow_bulk_send of this AccountSettingsInformation. - :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. + # noqa: E501 + + :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2195,20 +2203,20 @@ def allow_bulk_send(self, allow_bulk_send): @property def allow_bulk_send_metadata(self): - """ - Gets the allow_bulk_send_metadata of this AccountSettingsInformation. + """Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_bulk_send_metadata of this AccountSettingsInformation. + + :return: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_bulk_send_metadata @allow_bulk_send_metadata.setter def allow_bulk_send_metadata(self, allow_bulk_send_metadata): - """ - Sets the allow_bulk_send_metadata of this AccountSettingsInformation. + """Sets the allow_bulk_send_metadata of this AccountSettingsInformation. - :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. + + :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2216,22 +2224,22 @@ def allow_bulk_send_metadata(self, allow_bulk_send_metadata): @property def allow_cd_withdraw(self): - """ - Gets the allow_cd_withdraw of this AccountSettingsInformation. - + """Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 - :return: The allow_cd_withdraw of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_cd_withdraw @allow_cd_withdraw.setter def allow_cd_withdraw(self, allow_cd_withdraw): - """ - Sets the allow_cd_withdraw of this AccountSettingsInformation. - + """Sets the allow_cd_withdraw of this AccountSettingsInformation. - :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. + # noqa: E501 + + :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2239,20 +2247,20 @@ def allow_cd_withdraw(self, allow_cd_withdraw): @property def allow_cd_withdraw_metadata(self): - """ - Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. + """Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. + + :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_cd_withdraw_metadata @allow_cd_withdraw_metadata.setter def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): - """ - Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. + """Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. - :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. + + :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2260,22 +2268,22 @@ def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): @property def allow_connect_http_listener_configs(self): - """ - Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. - + """Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 - :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_connect_http_listener_configs @allow_connect_http_listener_configs.setter def allow_connect_http_listener_configs(self, allow_connect_http_listener_configs): - """ - Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. - + """Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. - :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. + # noqa: E501 + + :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2283,22 +2291,22 @@ def allow_connect_http_listener_configs(self, allow_connect_http_listener_config @property def allow_connect_send_finish_later(self): - """ - Gets the allow_connect_send_finish_later of this AccountSettingsInformation. - + """Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 - :return: The allow_connect_send_finish_later of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_connect_send_finish_later @allow_connect_send_finish_later.setter def allow_connect_send_finish_later(self, allow_connect_send_finish_later): - """ - Sets the allow_connect_send_finish_later of this AccountSettingsInformation. - + """Sets the allow_connect_send_finish_later of this AccountSettingsInformation. - :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. + # noqa: E501 + + :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2306,20 +2314,20 @@ def allow_connect_send_finish_later(self, allow_connect_send_finish_later): @property def allow_connect_send_finish_later_metadata(self): - """ - Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. + """Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. + + :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_connect_send_finish_later_metadata @allow_connect_send_finish_later_metadata.setter def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_later_metadata): - """ - Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. + """Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. - :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. + + :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2327,22 +2335,22 @@ def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_lat @property def allow_consumer_disclosure_override(self): - """ - Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. - + """Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 - :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_consumer_disclosure_override @allow_consumer_disclosure_override.setter def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override): - """ - Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. - + """Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. - :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. + # noqa: E501 + + :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2350,20 +2358,20 @@ def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override) @property def allow_consumer_disclosure_override_metadata(self): - """ - Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. + """Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. + + :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_consumer_disclosure_override_metadata @allow_consumer_disclosure_override_metadata.setter def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_override_metadata): - """ - Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. + """Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. - :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. + + :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2371,22 +2379,22 @@ def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_ @property def allow_data_download(self): - """ - Gets the allow_data_download of this AccountSettingsInformation. - + """Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501 - :return: The allow_data_download of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_data_download of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_data_download @allow_data_download.setter def allow_data_download(self, allow_data_download): - """ - Sets the allow_data_download of this AccountSettingsInformation. - + """Sets the allow_data_download of this AccountSettingsInformation. - :param allow_data_download: The allow_data_download of this AccountSettingsInformation. + # noqa: E501 + + :param allow_data_download: The allow_data_download of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2394,20 +2402,20 @@ def allow_data_download(self, allow_data_download): @property def allow_data_download_metadata(self): - """ - Gets the allow_data_download_metadata of this AccountSettingsInformation. + """Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_data_download_metadata of this AccountSettingsInformation. + + :return: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_data_download_metadata @allow_data_download_metadata.setter def allow_data_download_metadata(self, allow_data_download_metadata): - """ - Sets the allow_data_download_metadata of this AccountSettingsInformation. + """Sets the allow_data_download_metadata of this AccountSettingsInformation. - :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. + + :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2415,22 +2423,22 @@ def allow_data_download_metadata(self, allow_data_download_metadata): @property def allow_document_disclosures(self): - """ - Gets the allow_document_disclosures of this AccountSettingsInformation. - + """Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 - :return: The allow_document_disclosures of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_document_disclosures @allow_document_disclosures.setter def allow_document_disclosures(self, allow_document_disclosures): - """ - Sets the allow_document_disclosures of this AccountSettingsInformation. - + """Sets the allow_document_disclosures of this AccountSettingsInformation. - :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. + # noqa: E501 + + :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2438,20 +2446,20 @@ def allow_document_disclosures(self, allow_document_disclosures): @property def allow_document_disclosures_metadata(self): - """ - Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. + """Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. + + :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_document_disclosures_metadata @allow_document_disclosures_metadata.setter def allow_document_disclosures_metadata(self, allow_document_disclosures_metadata): - """ - Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. + """Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. - :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. + + :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2459,22 +2467,22 @@ def allow_document_disclosures_metadata(self, allow_document_disclosures_metadat @property def allow_documents_on_signed_envelopes(self): - """ - Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. - + """Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 - :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_documents_on_signed_envelopes @allow_documents_on_signed_envelopes.setter def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelopes): - """ - Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. - + """Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. - :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. + # noqa: E501 + + :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2482,20 +2490,20 @@ def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelope @property def allow_documents_on_signed_envelopes_metadata(self): - """ - Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. + """Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. + + :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_documents_on_signed_envelopes_metadata @allow_documents_on_signed_envelopes_metadata.setter def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed_envelopes_metadata): - """ - Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. + """Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. - :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. + + :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2503,22 +2511,22 @@ def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed @property def allow_document_visibility(self): - """ - Gets the allow_document_visibility of this AccountSettingsInformation. - + """Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501 - :return: The allow_document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_document_visibility @allow_document_visibility.setter def allow_document_visibility(self, allow_document_visibility): - """ - Sets the allow_document_visibility of this AccountSettingsInformation. - + """Sets the allow_document_visibility of this AccountSettingsInformation. - :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2526,20 +2534,20 @@ def allow_document_visibility(self, allow_document_visibility): @property def allow_document_visibility_metadata(self): - """ - Gets the allow_document_visibility_metadata of this AccountSettingsInformation. + """Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_document_visibility_metadata of this AccountSettingsInformation. + + :return: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_document_visibility_metadata @allow_document_visibility_metadata.setter def allow_document_visibility_metadata(self, allow_document_visibility_metadata): - """ - Sets the allow_document_visibility_metadata of this AccountSettingsInformation. + """Sets the allow_document_visibility_metadata of this AccountSettingsInformation. - :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. + + :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2547,22 +2555,22 @@ def allow_document_visibility_metadata(self, allow_document_visibility_metadata) @property def allow_e_hanko_stamps(self): - """ - Gets the allow_e_hanko_stamps of this AccountSettingsInformation. - + """Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 - :return: The allow_e_hanko_stamps of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_e_hanko_stamps @allow_e_hanko_stamps.setter def allow_e_hanko_stamps(self, allow_e_hanko_stamps): - """ - Sets the allow_e_hanko_stamps of this AccountSettingsInformation. - + """Sets the allow_e_hanko_stamps of this AccountSettingsInformation. - :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. + # noqa: E501 + + :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2570,20 +2578,20 @@ def allow_e_hanko_stamps(self, allow_e_hanko_stamps): @property def allow_e_hanko_stamps_metadata(self): - """ - Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. + """Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. + + :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_e_hanko_stamps_metadata @allow_e_hanko_stamps_metadata.setter def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): - """ - Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. + """Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. - :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. + + :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2591,22 +2599,22 @@ def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): @property def allow_e_note_e_original(self): - """ - Gets the allow_e_note_e_original of this AccountSettingsInformation. - + """Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 - :return: The allow_e_note_e_original of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_e_note_e_original @allow_e_note_e_original.setter def allow_e_note_e_original(self, allow_e_note_e_original): - """ - Sets the allow_e_note_e_original of this AccountSettingsInformation. - + """Sets the allow_e_note_e_original of this AccountSettingsInformation. - :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. + # noqa: E501 + + :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2614,20 +2622,20 @@ def allow_e_note_e_original(self, allow_e_note_e_original): @property def allow_e_note_e_original_metadata(self): - """ - Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. + """Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. + + :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_e_note_e_original_metadata @allow_e_note_e_original_metadata.setter def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): - """ - Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. + """Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. - :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. + + :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2635,22 +2643,22 @@ def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): @property def allow_envelope_correct(self): - """ - Gets the allow_envelope_correct of this AccountSettingsInformation. - + """Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_correct of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_correct @allow_envelope_correct.setter def allow_envelope_correct(self, allow_envelope_correct): - """ - Sets the allow_envelope_correct of this AccountSettingsInformation. - + """Sets the allow_envelope_correct of this AccountSettingsInformation. - :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. + # noqa: E501 + + :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2658,20 +2666,20 @@ def allow_envelope_correct(self, allow_envelope_correct): @property def allow_envelope_correct_metadata(self): - """ - Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. + """Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. + + :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_correct_metadata @allow_envelope_correct_metadata.setter def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): - """ - Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. + """Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. - :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. + + :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2679,22 +2687,22 @@ def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): @property def allow_envelope_custody_transfer(self): - """ - Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. - + """Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_custody_transfer @allow_envelope_custody_transfer.setter def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): - """ - Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. - + """Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. - :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. + # noqa: E501 + + :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2702,20 +2710,20 @@ def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): @property def allow_envelope_custody_transfer_metadata(self): - """ - Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. + """Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. + + :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_custody_transfer_metadata @allow_envelope_custody_transfer_metadata.setter def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transfer_metadata): - """ - Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. + """Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. - :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. + + :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2723,22 +2731,22 @@ def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transf @property def allow_envelope_custom_fields(self): - """ - Gets the allow_envelope_custom_fields of this AccountSettingsInformation. - + """Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_custom_fields of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_custom_fields @allow_envelope_custom_fields.setter def allow_envelope_custom_fields(self, allow_envelope_custom_fields): - """ - Sets the allow_envelope_custom_fields of this AccountSettingsInformation. - + """Sets the allow_envelope_custom_fields of this AccountSettingsInformation. - :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. + # noqa: E501 + + :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2746,20 +2754,20 @@ def allow_envelope_custom_fields(self, allow_envelope_custom_fields): @property def allow_envelope_custom_fields_metadata(self): - """ - Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. + """Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. + + :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_custom_fields_metadata @allow_envelope_custom_fields_metadata.setter def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_metadata): - """ - Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. + """Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. - :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. + + :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2767,22 +2775,22 @@ def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_met @property def allow_envelope_publish_reporting(self): - """ - Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. - + """Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_publish_reporting @allow_envelope_publish_reporting.setter def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): - """ - Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. - + """Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. - :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. + # noqa: E501 + + :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2790,20 +2798,20 @@ def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): @property def allow_envelope_publish_reporting_metadata(self): - """ - Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. + """Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. + + :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_publish_reporting_metadata @allow_envelope_publish_reporting_metadata.setter def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_reporting_metadata): - """ - Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. + """Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. - :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. + + :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2811,22 +2819,22 @@ def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_repor @property def allow_envelope_reporting(self): - """ - Gets the allow_envelope_reporting of this AccountSettingsInformation. - + """Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_reporting of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_reporting @allow_envelope_reporting.setter def allow_envelope_reporting(self, allow_envelope_reporting): - """ - Sets the allow_envelope_reporting of this AccountSettingsInformation. - + """Sets the allow_envelope_reporting of this AccountSettingsInformation. - :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. + # noqa: E501 + + :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2834,20 +2842,20 @@ def allow_envelope_reporting(self, allow_envelope_reporting): @property def allow_envelope_reporting_metadata(self): - """ - Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. + """Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. + + :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_reporting_metadata @allow_envelope_reporting_metadata.setter def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): - """ - Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. + """Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. - :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. + + :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2855,22 +2863,22 @@ def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): @property def allow_expression(self): - """ - Gets the allow_expression of this AccountSettingsInformation. - + """Gets the allow_expression of this AccountSettingsInformation. # noqa: E501 - :return: The allow_expression of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_expression of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_expression @allow_expression.setter def allow_expression(self, allow_expression): - """ - Sets the allow_expression of this AccountSettingsInformation. - + """Sets the allow_expression of this AccountSettingsInformation. - :param allow_expression: The allow_expression of this AccountSettingsInformation. + # noqa: E501 + + :param allow_expression: The allow_expression of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2878,20 +2886,20 @@ def allow_expression(self, allow_expression): @property def allow_expression_metadata(self): - """ - Gets the allow_expression_metadata of this AccountSettingsInformation. + """Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_expression_metadata of this AccountSettingsInformation. + + :return: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_expression_metadata @allow_expression_metadata.setter def allow_expression_metadata(self, allow_expression_metadata): - """ - Sets the allow_expression_metadata of this AccountSettingsInformation. + """Sets the allow_expression_metadata of this AccountSettingsInformation. - :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. + + :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2899,22 +2907,22 @@ def allow_expression_metadata(self, allow_expression_metadata): @property def allow_express_signer_certificate(self): - """ - Gets the allow_express_signer_certificate of this AccountSettingsInformation. - + """Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 - :return: The allow_express_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_express_signer_certificate @allow_express_signer_certificate.setter def allow_express_signer_certificate(self, allow_express_signer_certificate): - """ - Sets the allow_express_signer_certificate of this AccountSettingsInformation. - + """Sets the allow_express_signer_certificate of this AccountSettingsInformation. - :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2922,20 +2930,20 @@ def allow_express_signer_certificate(self, allow_express_signer_certificate): @property def allow_express_signer_certificate_metadata(self): - """ - Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. + """Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. + + :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_express_signer_certificate_metadata @allow_express_signer_certificate_metadata.setter def allow_express_signer_certificate_metadata(self, allow_express_signer_certificate_metadata): - """ - Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. + """Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. - :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. + + :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2943,22 +2951,22 @@ def allow_express_signer_certificate_metadata(self, allow_express_signer_certifi @property def allow_extended_sending_resource_file(self): - """ - Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. - + """Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 - :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_extended_sending_resource_file @allow_extended_sending_resource_file.setter def allow_extended_sending_resource_file(self, allow_extended_sending_resource_file): - """ - Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. - + """Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. - :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. + # noqa: E501 + + :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -2966,20 +2974,20 @@ def allow_extended_sending_resource_file(self, allow_extended_sending_resource_f @property def allow_extended_sending_resource_file_metadata(self): - """ - Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. + """Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. + + :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_extended_sending_resource_file_metadata @allow_extended_sending_resource_file_metadata.setter def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_resource_file_metadata): - """ - Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. + """Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. - :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. + + :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2987,22 +2995,22 @@ def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_r @property def allow_external_signature_pad(self): - """ - Gets the allow_external_signature_pad of this AccountSettingsInformation. - + """Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 - :return: The allow_external_signature_pad of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_external_signature_pad @allow_external_signature_pad.setter def allow_external_signature_pad(self, allow_external_signature_pad): - """ - Sets the allow_external_signature_pad of this AccountSettingsInformation. - + """Sets the allow_external_signature_pad of this AccountSettingsInformation. - :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. + # noqa: E501 + + :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3010,20 +3018,20 @@ def allow_external_signature_pad(self, allow_external_signature_pad): @property def allow_external_signature_pad_metadata(self): - """ - Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. + """Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. + + :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_external_signature_pad_metadata @allow_external_signature_pad_metadata.setter def allow_external_signature_pad_metadata(self, allow_external_signature_pad_metadata): - """ - Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. + """Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. - :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. + + :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3031,22 +3039,22 @@ def allow_external_signature_pad_metadata(self, allow_external_signature_pad_met @property def allow_idv_level1(self): - """ - Gets the allow_idv_level1 of this AccountSettingsInformation. - + """Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 - :return: The allow_idv_level1 of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_idv_level1 @allow_idv_level1.setter def allow_idv_level1(self, allow_idv_level1): - """ - Sets the allow_idv_level1 of this AccountSettingsInformation. - + """Sets the allow_idv_level1 of this AccountSettingsInformation. - :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. + # noqa: E501 + + :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3054,20 +3062,20 @@ def allow_idv_level1(self, allow_idv_level1): @property def allow_idv_level1_metadata(self): - """ - Gets the allow_idv_level1_metadata of this AccountSettingsInformation. + """Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_idv_level1_metadata of this AccountSettingsInformation. + + :return: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_idv_level1_metadata @allow_idv_level1_metadata.setter def allow_idv_level1_metadata(self, allow_idv_level1_metadata): - """ - Sets the allow_idv_level1_metadata of this AccountSettingsInformation. + """Sets the allow_idv_level1_metadata of this AccountSettingsInformation. - :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. + + :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3075,22 +3083,22 @@ def allow_idv_level1_metadata(self, allow_idv_level1_metadata): @property def allow_idv_platform(self): - """ - Gets the allow_idv_platform of this AccountSettingsInformation. - + """Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501 - :return: The allow_idv_platform of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_idv_platform @allow_idv_platform.setter def allow_idv_platform(self, allow_idv_platform): - """ - Sets the allow_idv_platform of this AccountSettingsInformation. - + """Sets the allow_idv_platform of this AccountSettingsInformation. - :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. + # noqa: E501 + + :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3098,20 +3106,20 @@ def allow_idv_platform(self, allow_idv_platform): @property def allow_idv_platform_metadata(self): - """ - Gets the allow_idv_platform_metadata of this AccountSettingsInformation. + """Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_idv_platform_metadata of this AccountSettingsInformation. + + :return: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_idv_platform_metadata @allow_idv_platform_metadata.setter def allow_idv_platform_metadata(self, allow_idv_platform_metadata): - """ - Sets the allow_idv_platform_metadata of this AccountSettingsInformation. + """Sets the allow_idv_platform_metadata of this AccountSettingsInformation. - :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. + + :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3119,22 +3127,22 @@ def allow_idv_platform_metadata(self, allow_idv_platform_metadata): @property def allow_in_person(self): - """ - Gets the allow_in_person of this AccountSettingsInformation. - + """Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501 - :return: The allow_in_person of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_in_person of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_in_person @allow_in_person.setter def allow_in_person(self, allow_in_person): - """ - Sets the allow_in_person of this AccountSettingsInformation. - + """Sets the allow_in_person of this AccountSettingsInformation. - :param allow_in_person: The allow_in_person of this AccountSettingsInformation. + # noqa: E501 + + :param allow_in_person: The allow_in_person of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3142,20 +3150,20 @@ def allow_in_person(self, allow_in_person): @property def allow_in_person_metadata(self): - """ - Gets the allow_in_person_metadata of this AccountSettingsInformation. + """Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_in_person_metadata of this AccountSettingsInformation. + + :return: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_in_person_metadata @allow_in_person_metadata.setter def allow_in_person_metadata(self, allow_in_person_metadata): - """ - Sets the allow_in_person_metadata of this AccountSettingsInformation. + """Sets the allow_in_person_metadata of this AccountSettingsInformation. - :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. + + :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3163,22 +3171,22 @@ def allow_in_person_metadata(self, allow_in_person_metadata): @property def allow_managed_stamps(self): - """ - Gets the allow_managed_stamps of this AccountSettingsInformation. - + """Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 - :return: The allow_managed_stamps of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_managed_stamps @allow_managed_stamps.setter def allow_managed_stamps(self, allow_managed_stamps): - """ - Sets the allow_managed_stamps of this AccountSettingsInformation. - + """Sets the allow_managed_stamps of this AccountSettingsInformation. - :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. + # noqa: E501 + + :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3186,20 +3194,20 @@ def allow_managed_stamps(self, allow_managed_stamps): @property def allow_managed_stamps_metadata(self): - """ - Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. + """Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. + + :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_managed_stamps_metadata @allow_managed_stamps_metadata.setter def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): - """ - Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. + """Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. - :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. + + :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3207,22 +3215,22 @@ def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): @property def allow_markup(self): - """ - Gets the allow_markup of this AccountSettingsInformation. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Gets the allow_markup of this AccountSettingsInformation. # noqa: E501 - :return: The allow_markup of this AccountSettingsInformation. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :return: The allow_markup of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_markup @allow_markup.setter def allow_markup(self, allow_markup): - """ - Sets the allow_markup of this AccountSettingsInformation. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Sets the allow_markup of this AccountSettingsInformation. - :param allow_markup: The allow_markup of this AccountSettingsInformation. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :param allow_markup: The allow_markup of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3230,20 +3238,20 @@ def allow_markup(self, allow_markup): @property def allow_markup_metadata(self): - """ - Gets the allow_markup_metadata of this AccountSettingsInformation. + """Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_markup_metadata of this AccountSettingsInformation. + + :return: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_markup_metadata @allow_markup_metadata.setter def allow_markup_metadata(self, allow_markup_metadata): - """ - Sets the allow_markup_metadata of this AccountSettingsInformation. + """Sets the allow_markup_metadata of this AccountSettingsInformation. - :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. + + :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3251,22 +3259,22 @@ def allow_markup_metadata(self, allow_markup_metadata): @property def allow_member_time_zone(self): - """ - Gets the allow_member_time_zone of this AccountSettingsInformation. - + """Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 - :return: The allow_member_time_zone of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_member_time_zone @allow_member_time_zone.setter def allow_member_time_zone(self, allow_member_time_zone): - """ - Sets the allow_member_time_zone of this AccountSettingsInformation. - + """Sets the allow_member_time_zone of this AccountSettingsInformation. - :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. + # noqa: E501 + + :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3274,20 +3282,20 @@ def allow_member_time_zone(self, allow_member_time_zone): @property def allow_member_time_zone_metadata(self): - """ - Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. + """Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. + + :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_member_time_zone_metadata @allow_member_time_zone_metadata.setter def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): - """ - Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. + """Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. - :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. + + :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3295,22 +3303,22 @@ def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): @property def allow_merge_fields(self): - """ - Gets the allow_merge_fields of this AccountSettingsInformation. - + """Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501 - :return: The allow_merge_fields of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_merge_fields @allow_merge_fields.setter def allow_merge_fields(self, allow_merge_fields): - """ - Sets the allow_merge_fields of this AccountSettingsInformation. - + """Sets the allow_merge_fields of this AccountSettingsInformation. - :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. + # noqa: E501 + + :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3318,20 +3326,20 @@ def allow_merge_fields(self, allow_merge_fields): @property def allow_merge_fields_metadata(self): - """ - Gets the allow_merge_fields_metadata of this AccountSettingsInformation. + """Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_merge_fields_metadata of this AccountSettingsInformation. + + :return: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_merge_fields_metadata @allow_merge_fields_metadata.setter def allow_merge_fields_metadata(self, allow_merge_fields_metadata): - """ - Sets the allow_merge_fields_metadata of this AccountSettingsInformation. + """Sets the allow_merge_fields_metadata of this AccountSettingsInformation. - :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. + + :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3339,22 +3347,22 @@ def allow_merge_fields_metadata(self, allow_merge_fields_metadata): @property def allow_multiple_brand_profiles(self): - """ - Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. - + """Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 - :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_multiple_brand_profiles @allow_multiple_brand_profiles.setter def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): - """ - Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. - + """Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. - :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. + # noqa: E501 + + :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3362,20 +3370,20 @@ def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): @property def allow_multiple_brand_profiles_metadata(self): - """ - Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. + """Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. + + :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_multiple_brand_profiles_metadata @allow_multiple_brand_profiles_metadata.setter def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_metadata): - """ - Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. + """Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. - :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. + + :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3383,22 +3391,22 @@ def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_m @property def allow_multiple_signer_attachments(self): - """ - Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. - + """Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 - :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_multiple_signer_attachments @allow_multiple_signer_attachments.setter def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): - """ - Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. - + """Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. - :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. + # noqa: E501 + + :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3406,20 +3414,20 @@ def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): @property def allow_multiple_signer_attachments_metadata(self): - """ - Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. + """Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. + + :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_multiple_signer_attachments_metadata @allow_multiple_signer_attachments_metadata.setter def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attachments_metadata): - """ - Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. + """Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. - :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. + + :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3427,22 +3435,22 @@ def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attac @property def allow_non_us_phone_auth(self): - """ - Gets the allow_non_us_phone_auth of this AccountSettingsInformation. - + """Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 - :return: The allow_non_us_phone_auth of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_non_us_phone_auth @allow_non_us_phone_auth.setter def allow_non_us_phone_auth(self, allow_non_us_phone_auth): - """ - Sets the allow_non_us_phone_auth of this AccountSettingsInformation. - + """Sets the allow_non_us_phone_auth of this AccountSettingsInformation. - :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. + # noqa: E501 + + :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3450,20 +3458,20 @@ def allow_non_us_phone_auth(self, allow_non_us_phone_auth): @property def allow_non_us_phone_auth_metadata(self): - """ - Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. + """Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. + + :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_non_us_phone_auth_metadata @allow_non_us_phone_auth_metadata.setter def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): - """ - Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. + """Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. - :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. + + :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3471,22 +3479,22 @@ def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): @property def allow_ocr_of_envelope_documents(self): - """ - Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. - + """Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 - :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_ocr_of_envelope_documents @allow_ocr_of_envelope_documents.setter def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): - """ - Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. - + """Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. - :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. + # noqa: E501 + + :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3494,20 +3502,20 @@ def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): @property def allow_ocr_of_envelope_documents_metadata(self): - """ - Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. + """Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. + + :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_ocr_of_envelope_documents_metadata @allow_ocr_of_envelope_documents_metadata.setter def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documents_metadata): - """ - Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. + """Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. - :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. + + :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3515,22 +3523,22 @@ def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documen @property def allow_offline_signing(self): - """ - Gets the allow_offline_signing of this AccountSettingsInformation. - + """Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501 - :return: The allow_offline_signing of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_offline_signing @allow_offline_signing.setter def allow_offline_signing(self, allow_offline_signing): - """ - Sets the allow_offline_signing of this AccountSettingsInformation. - + """Sets the allow_offline_signing of this AccountSettingsInformation. - :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. + # noqa: E501 + + :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3538,20 +3546,20 @@ def allow_offline_signing(self, allow_offline_signing): @property def allow_offline_signing_metadata(self): - """ - Gets the allow_offline_signing_metadata of this AccountSettingsInformation. + """Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_offline_signing_metadata of this AccountSettingsInformation. + + :return: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_offline_signing_metadata @allow_offline_signing_metadata.setter def allow_offline_signing_metadata(self, allow_offline_signing_metadata): - """ - Sets the allow_offline_signing_metadata of this AccountSettingsInformation. + """Sets the allow_offline_signing_metadata of this AccountSettingsInformation. - :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. + + :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3559,22 +3567,22 @@ def allow_offline_signing_metadata(self, allow_offline_signing_metadata): @property def allow_open_trust_signer_certificate(self): - """ - Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. - + """Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 - :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_open_trust_signer_certificate @allow_open_trust_signer_certificate.setter def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificate): - """ - Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. - + """Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. - :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3582,20 +3590,20 @@ def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificat @property def allow_open_trust_signer_certificate_metadata(self): - """ - Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. + """Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. + + :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_open_trust_signer_certificate_metadata @allow_open_trust_signer_certificate_metadata.setter def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_certificate_metadata): - """ - Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. + """Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. - :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. + + :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3603,22 +3611,22 @@ def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_c @property def allow_organizations(self): - """ - Gets the allow_organizations of this AccountSettingsInformation. - + """Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501 - :return: The allow_organizations of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_organizations of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_organizations @allow_organizations.setter def allow_organizations(self, allow_organizations): - """ - Sets the allow_organizations of this AccountSettingsInformation. - + """Sets the allow_organizations of this AccountSettingsInformation. - :param allow_organizations: The allow_organizations of this AccountSettingsInformation. + # noqa: E501 + + :param allow_organizations: The allow_organizations of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3626,20 +3634,20 @@ def allow_organizations(self, allow_organizations): @property def allow_organizations_metadata(self): - """ - Gets the allow_organizations_metadata of this AccountSettingsInformation. + """Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_organizations_metadata of this AccountSettingsInformation. + + :return: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_organizations_metadata @allow_organizations_metadata.setter def allow_organizations_metadata(self, allow_organizations_metadata): - """ - Sets the allow_organizations_metadata of this AccountSettingsInformation. + """Sets the allow_organizations_metadata of this AccountSettingsInformation. - :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. + + :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3647,22 +3655,22 @@ def allow_organizations_metadata(self, allow_organizations_metadata): @property def allow_payment_processing(self): - """ - Gets the allow_payment_processing of this AccountSettingsInformation. - + """Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501 - :return: The allow_payment_processing of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_payment_processing @allow_payment_processing.setter def allow_payment_processing(self, allow_payment_processing): - """ - Sets the allow_payment_processing of this AccountSettingsInformation. - + """Sets the allow_payment_processing of this AccountSettingsInformation. - :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. + # noqa: E501 + + :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3670,20 +3678,20 @@ def allow_payment_processing(self, allow_payment_processing): @property def allow_payment_processing_metadata(self): - """ - Gets the allow_payment_processing_metadata of this AccountSettingsInformation. + """Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_payment_processing_metadata of this AccountSettingsInformation. + + :return: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_payment_processing_metadata @allow_payment_processing_metadata.setter def allow_payment_processing_metadata(self, allow_payment_processing_metadata): - """ - Sets the allow_payment_processing_metadata of this AccountSettingsInformation. + """Sets the allow_payment_processing_metadata of this AccountSettingsInformation. - :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. + + :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3691,22 +3699,22 @@ def allow_payment_processing_metadata(self, allow_payment_processing_metadata): @property def allow_personal_signer_certificate(self): - """ - Gets the allow_personal_signer_certificate of this AccountSettingsInformation. - + """Gets the allow_personal_signer_certificate of this AccountSettingsInformation. # noqa: E501 - :return: The allow_personal_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_personal_signer_certificate of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_personal_signer_certificate @allow_personal_signer_certificate.setter def allow_personal_signer_certificate(self, allow_personal_signer_certificate): - """ - Sets the allow_personal_signer_certificate of this AccountSettingsInformation. - + """Sets the allow_personal_signer_certificate of this AccountSettingsInformation. - :param allow_personal_signer_certificate: The allow_personal_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :param allow_personal_signer_certificate: The allow_personal_signer_certificate of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3714,20 +3722,20 @@ def allow_personal_signer_certificate(self, allow_personal_signer_certificate): @property def allow_personal_signer_certificate_metadata(self): - """ - Gets the allow_personal_signer_certificate_metadata of this AccountSettingsInformation. + """Gets the allow_personal_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_personal_signer_certificate_metadata of this AccountSettingsInformation. + + :return: The allow_personal_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_personal_signer_certificate_metadata @allow_personal_signer_certificate_metadata.setter def allow_personal_signer_certificate_metadata(self, allow_personal_signer_certificate_metadata): - """ - Sets the allow_personal_signer_certificate_metadata of this AccountSettingsInformation. + """Sets the allow_personal_signer_certificate_metadata of this AccountSettingsInformation. - :param allow_personal_signer_certificate_metadata: The allow_personal_signer_certificate_metadata of this AccountSettingsInformation. + + :param allow_personal_signer_certificate_metadata: The allow_personal_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3735,22 +3743,22 @@ def allow_personal_signer_certificate_metadata(self, allow_personal_signer_certi @property def allow_phone_authentication(self): - """ - Gets the allow_phone_authentication of this AccountSettingsInformation. - + """Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 - :return: The allow_phone_authentication of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_phone_authentication @allow_phone_authentication.setter def allow_phone_authentication(self, allow_phone_authentication): - """ - Sets the allow_phone_authentication of this AccountSettingsInformation. - + """Sets the allow_phone_authentication of this AccountSettingsInformation. - :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. + # noqa: E501 + + :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3758,20 +3766,20 @@ def allow_phone_authentication(self, allow_phone_authentication): @property def allow_phone_authentication_metadata(self): - """ - Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. + """Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. + + :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_phone_authentication_metadata @allow_phone_authentication_metadata.setter def allow_phone_authentication_metadata(self, allow_phone_authentication_metadata): - """ - Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. + """Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. - :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. + + :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3779,22 +3787,22 @@ def allow_phone_authentication_metadata(self, allow_phone_authentication_metadat @property def allow_phone_auth_override(self): - """ - Gets the allow_phone_auth_override of this AccountSettingsInformation. - + """Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 - :return: The allow_phone_auth_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_phone_auth_override @allow_phone_auth_override.setter def allow_phone_auth_override(self, allow_phone_auth_override): - """ - Sets the allow_phone_auth_override of this AccountSettingsInformation. - + """Sets the allow_phone_auth_override of this AccountSettingsInformation. - :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. + # noqa: E501 + + :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3802,20 +3810,20 @@ def allow_phone_auth_override(self, allow_phone_auth_override): @property def allow_phone_auth_override_metadata(self): - """ - Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. + """Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. + + :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_phone_auth_override_metadata @allow_phone_auth_override_metadata.setter def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata): - """ - Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. + """Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. - :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. + + :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3823,22 +3831,22 @@ def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata) @property def allow_private_signing_groups(self): - """ - Gets the allow_private_signing_groups of this AccountSettingsInformation. - + """Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 - :return: The allow_private_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_private_signing_groups @allow_private_signing_groups.setter def allow_private_signing_groups(self, allow_private_signing_groups): - """ - Sets the allow_private_signing_groups of this AccountSettingsInformation. - + """Sets the allow_private_signing_groups of this AccountSettingsInformation. - :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3846,20 +3854,20 @@ def allow_private_signing_groups(self, allow_private_signing_groups): @property def allow_private_signing_groups_metadata(self): - """ - Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. + """Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. + + :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_private_signing_groups_metadata @allow_private_signing_groups_metadata.setter def allow_private_signing_groups_metadata(self, allow_private_signing_groups_metadata): - """ - Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. + """Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. - :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. + + :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3867,22 +3875,22 @@ def allow_private_signing_groups_metadata(self, allow_private_signing_groups_met @property def allow_reminders(self): - """ - Gets the allow_reminders of this AccountSettingsInformation. - + """Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501 - :return: The allow_reminders of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_reminders of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_reminders @allow_reminders.setter def allow_reminders(self, allow_reminders): - """ - Sets the allow_reminders of this AccountSettingsInformation. - + """Sets the allow_reminders of this AccountSettingsInformation. - :param allow_reminders: The allow_reminders of this AccountSettingsInformation. + # noqa: E501 + + :param allow_reminders: The allow_reminders of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3890,20 +3898,20 @@ def allow_reminders(self, allow_reminders): @property def allow_reminders_metadata(self): - """ - Gets the allow_reminders_metadata of this AccountSettingsInformation. + """Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_reminders_metadata of this AccountSettingsInformation. + + :return: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_reminders_metadata @allow_reminders_metadata.setter def allow_reminders_metadata(self, allow_reminders_metadata): - """ - Sets the allow_reminders_metadata of this AccountSettingsInformation. + """Sets the allow_reminders_metadata of this AccountSettingsInformation. - :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. + + :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3911,22 +3919,22 @@ def allow_reminders_metadata(self, allow_reminders_metadata): @property def allow_resource_file_branding(self): - """ - Gets the allow_resource_file_branding of this AccountSettingsInformation. - + """Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 - :return: The allow_resource_file_branding of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_resource_file_branding @allow_resource_file_branding.setter def allow_resource_file_branding(self, allow_resource_file_branding): - """ - Sets the allow_resource_file_branding of this AccountSettingsInformation. - + """Sets the allow_resource_file_branding of this AccountSettingsInformation. - :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. + # noqa: E501 + + :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3934,20 +3942,20 @@ def allow_resource_file_branding(self, allow_resource_file_branding): @property def allow_resource_file_branding_metadata(self): - """ - Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. + """Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. + + :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_resource_file_branding_metadata @allow_resource_file_branding_metadata.setter def allow_resource_file_branding_metadata(self, allow_resource_file_branding_metadata): - """ - Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. + """Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. - :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. + + :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3955,22 +3963,22 @@ def allow_resource_file_branding_metadata(self, allow_resource_file_branding_met @property def allow_safe_bio_pharma_signer_certificate(self): - """ - Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. - + """Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 - :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_safe_bio_pharma_signer_certificate @allow_safe_bio_pharma_signer_certificate.setter def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_certificate): - """ - Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. - + """Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. - :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -3978,20 +3986,20 @@ def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_ @property def allow_safe_bio_pharma_signer_certificate_metadata(self): - """ - Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. + """Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. + + :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_safe_bio_pharma_signer_certificate_metadata @allow_safe_bio_pharma_signer_certificate_metadata.setter def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharma_signer_certificate_metadata): - """ - Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. + """Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. - :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. + + :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -3999,22 +4007,22 @@ def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharm @property def allow_security_appliance(self): - """ - Gets the allow_security_appliance of this AccountSettingsInformation. - + """Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501 - :return: The allow_security_appliance of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_security_appliance @allow_security_appliance.setter def allow_security_appliance(self, allow_security_appliance): - """ - Sets the allow_security_appliance of this AccountSettingsInformation. - + """Sets the allow_security_appliance of this AccountSettingsInformation. - :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. + # noqa: E501 + + :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4022,20 +4030,20 @@ def allow_security_appliance(self, allow_security_appliance): @property def allow_security_appliance_metadata(self): - """ - Gets the allow_security_appliance_metadata of this AccountSettingsInformation. + """Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_security_appliance_metadata of this AccountSettingsInformation. + + :return: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_security_appliance_metadata @allow_security_appliance_metadata.setter def allow_security_appliance_metadata(self, allow_security_appliance_metadata): - """ - Sets the allow_security_appliance_metadata of this AccountSettingsInformation. + """Sets the allow_security_appliance_metadata of this AccountSettingsInformation. - :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. + + :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4043,22 +4051,22 @@ def allow_security_appliance_metadata(self, allow_security_appliance_metadata): @property def allow_send_to_certified_delivery(self): - """ - Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. - + """Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 - :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_send_to_certified_delivery @allow_send_to_certified_delivery.setter def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): - """ - Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. - + """Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. - :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. + # noqa: E501 + + :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4066,20 +4074,20 @@ def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): @property def allow_send_to_certified_delivery_metadata(self): - """ - Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. + """Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. + + :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_send_to_certified_delivery_metadata @allow_send_to_certified_delivery_metadata.setter def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_delivery_metadata): - """ - Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. + """Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. - :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. + + :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4087,22 +4095,22 @@ def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_deli @property def allow_send_to_intermediary(self): - """ - Gets the allow_send_to_intermediary of this AccountSettingsInformation. - + """Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 - :return: The allow_send_to_intermediary of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_send_to_intermediary @allow_send_to_intermediary.setter def allow_send_to_intermediary(self, allow_send_to_intermediary): - """ - Sets the allow_send_to_intermediary of this AccountSettingsInformation. - + """Sets the allow_send_to_intermediary of this AccountSettingsInformation. - :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. + # noqa: E501 + + :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4110,20 +4118,20 @@ def allow_send_to_intermediary(self, allow_send_to_intermediary): @property def allow_send_to_intermediary_metadata(self): - """ - Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. + """Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. + + :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_send_to_intermediary_metadata @allow_send_to_intermediary_metadata.setter def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadata): - """ - Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. + """Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. - :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. + + :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4131,22 +4139,22 @@ def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadat @property def allow_server_templates(self): - """ - Gets the allow_server_templates of this AccountSettingsInformation. - + """Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501 - :return: The allow_server_templates of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_server_templates @allow_server_templates.setter def allow_server_templates(self, allow_server_templates): - """ - Sets the allow_server_templates of this AccountSettingsInformation. - + """Sets the allow_server_templates of this AccountSettingsInformation. - :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. + # noqa: E501 + + :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4154,20 +4162,20 @@ def allow_server_templates(self, allow_server_templates): @property def allow_server_templates_metadata(self): - """ - Gets the allow_server_templates_metadata of this AccountSettingsInformation. + """Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_server_templates_metadata of this AccountSettingsInformation. + + :return: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_server_templates_metadata @allow_server_templates_metadata.setter def allow_server_templates_metadata(self, allow_server_templates_metadata): - """ - Sets the allow_server_templates_metadata of this AccountSettingsInformation. + """Sets the allow_server_templates_metadata of this AccountSettingsInformation. - :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. + + :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4175,22 +4183,22 @@ def allow_server_templates_metadata(self, allow_server_templates_metadata): @property def allow_set_embedded_recipient_start_url(self): - """ - Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. - + """Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 - :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_set_embedded_recipient_start_url @allow_set_embedded_recipient_start_url.setter def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_start_url): - """ - Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. - + """Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. - :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. + # noqa: E501 + + :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4198,20 +4206,20 @@ def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_st @property def allow_set_embedded_recipient_start_url_metadata(self): - """ - Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. + """Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. + + :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_set_embedded_recipient_start_url_metadata @allow_set_embedded_recipient_start_url_metadata.setter def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_recipient_start_url_metadata): - """ - Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. + """Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. - :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. + + :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4219,22 +4227,22 @@ def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_rec @property def allow_shared_tabs(self): - """ - Gets the allow_shared_tabs of this AccountSettingsInformation. - + """Gets the allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 - :return: The allow_shared_tabs of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_shared_tabs @allow_shared_tabs.setter def allow_shared_tabs(self, allow_shared_tabs): - """ - Sets the allow_shared_tabs of this AccountSettingsInformation. - + """Sets the allow_shared_tabs of this AccountSettingsInformation. - :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. + # noqa: E501 + + :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4242,20 +4250,20 @@ def allow_shared_tabs(self, allow_shared_tabs): @property def allow_shared_tabs_metadata(self): - """ - Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. + """Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. + + :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_shared_tabs_metadata @allow_shared_tabs_metadata.setter def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): - """ - Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. + """Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. - :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. + + :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4263,22 +4271,22 @@ def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): @property def allow_signature_stamps(self): - """ - Gets the allow_signature_stamps of this AccountSettingsInformation. - + """Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signature_stamps of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signature_stamps @allow_signature_stamps.setter def allow_signature_stamps(self, allow_signature_stamps): - """ - Sets the allow_signature_stamps of this AccountSettingsInformation. - + """Sets the allow_signature_stamps of this AccountSettingsInformation. - :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4286,20 +4294,20 @@ def allow_signature_stamps(self, allow_signature_stamps): @property def allow_signature_stamps_metadata(self): - """ - Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. + """Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. + + :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signature_stamps_metadata @allow_signature_stamps_metadata.setter def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): - """ - Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. + """Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. - :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. + + :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4307,22 +4315,22 @@ def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): @property def allow_sign_document_from_home_page(self): - """ - Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. - + """Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_sign_document_from_home_page @allow_sign_document_from_home_page.setter def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page): - """ - Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. - + """Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. - :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. + # noqa: E501 + + :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4330,20 +4338,20 @@ def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page) @property def allow_sign_document_from_home_page_metadata(self): - """ - Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. + """Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. + + :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_sign_document_from_home_page_metadata @allow_sign_document_from_home_page_metadata.setter def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_home_page_metadata): - """ - Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. + """Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. - :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. + + :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4351,22 +4359,22 @@ def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_h @property def allow_signer_reassign(self): - """ - Gets the allow_signer_reassign of this AccountSettingsInformation. - + """Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signer_reassign of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signer_reassign @allow_signer_reassign.setter def allow_signer_reassign(self, allow_signer_reassign): - """ - Sets the allow_signer_reassign of this AccountSettingsInformation. - + """Sets the allow_signer_reassign of this AccountSettingsInformation. - :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4374,20 +4382,20 @@ def allow_signer_reassign(self, allow_signer_reassign): @property def allow_signer_reassign_metadata(self): - """ - Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. + """Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. + + :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signer_reassign_metadata @allow_signer_reassign_metadata.setter def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): - """ - Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. + """Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. - :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. + + :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4395,22 +4403,22 @@ def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): @property def allow_signer_reassign_override(self): - """ - Gets the allow_signer_reassign_override of this AccountSettingsInformation. - + """Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signer_reassign_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signer_reassign_override @allow_signer_reassign_override.setter def allow_signer_reassign_override(self, allow_signer_reassign_override): - """ - Sets the allow_signer_reassign_override of this AccountSettingsInformation. - + """Sets the allow_signer_reassign_override of this AccountSettingsInformation. - :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4418,20 +4426,20 @@ def allow_signer_reassign_override(self, allow_signer_reassign_override): @property def allow_signer_reassign_override_metadata(self): - """ - Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. + """Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. + + :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signer_reassign_override_metadata @allow_signer_reassign_override_metadata.setter def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override_metadata): - """ - Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. + """Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. - :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. + + :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4439,22 +4447,22 @@ def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override @property def allow_signing_extensions(self): - """ - Gets the allow_signing_extensions of this AccountSettingsInformation. - + """Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_extensions of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signing_extensions @allow_signing_extensions.setter def allow_signing_extensions(self, allow_signing_extensions): - """ - Sets the allow_signing_extensions of this AccountSettingsInformation. - + """Sets the allow_signing_extensions of this AccountSettingsInformation. - :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4462,20 +4470,20 @@ def allow_signing_extensions(self, allow_signing_extensions): @property def allow_signing_extensions_metadata(self): - """ - Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. + """Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. + + :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signing_extensions_metadata @allow_signing_extensions_metadata.setter def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): - """ - Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. + """Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. - :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. + + :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4483,22 +4491,22 @@ def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): @property def allow_signing_groups(self): - """ - Gets the allow_signing_groups of this AccountSettingsInformation. - + """Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signing_groups @allow_signing_groups.setter def allow_signing_groups(self, allow_signing_groups): - """ - Sets the allow_signing_groups of this AccountSettingsInformation. - + """Sets the allow_signing_groups of this AccountSettingsInformation. - :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4506,20 +4514,20 @@ def allow_signing_groups(self, allow_signing_groups): @property def allow_signing_groups_metadata(self): - """ - Gets the allow_signing_groups_metadata of this AccountSettingsInformation. + """Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_groups_metadata of this AccountSettingsInformation. + + :return: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signing_groups_metadata @allow_signing_groups_metadata.setter def allow_signing_groups_metadata(self, allow_signing_groups_metadata): - """ - Sets the allow_signing_groups_metadata of this AccountSettingsInformation. + """Sets the allow_signing_groups_metadata of this AccountSettingsInformation. - :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. + + :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4527,22 +4535,22 @@ def allow_signing_groups_metadata(self, allow_signing_groups_metadata): @property def allow_signing_radio_deselect(self): - """ - Gets the allow_signing_radio_deselect of this AccountSettingsInformation. - + """Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_radio_deselect of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_signing_radio_deselect @allow_signing_radio_deselect.setter def allow_signing_radio_deselect(self, allow_signing_radio_deselect): - """ - Sets the allow_signing_radio_deselect of this AccountSettingsInformation. - + """Sets the allow_signing_radio_deselect of this AccountSettingsInformation. - :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. + # noqa: E501 + + :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4550,20 +4558,20 @@ def allow_signing_radio_deselect(self, allow_signing_radio_deselect): @property def allow_signing_radio_deselect_metadata(self): - """ - Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. + """Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. + + :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_signing_radio_deselect_metadata @allow_signing_radio_deselect_metadata.setter def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_metadata): - """ - Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. + """Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. - :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. + + :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4571,22 +4579,22 @@ def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_met @property def allow_sign_now(self): - """ - Gets the allow_sign_now of this AccountSettingsInformation. - + """Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sign_now of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_sign_now @allow_sign_now.setter def allow_sign_now(self, allow_sign_now): - """ - Sets the allow_sign_now of this AccountSettingsInformation. - + """Sets the allow_sign_now of this AccountSettingsInformation. - :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. + # noqa: E501 + + :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4594,22 +4602,22 @@ def allow_sign_now(self, allow_sign_now): @property def allow_sign_now_metadata(self): - """ - Gets the allow_sign_now_metadata of this AccountSettingsInformation. - + """Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sign_now_metadata of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_sign_now_metadata @allow_sign_now_metadata.setter def allow_sign_now_metadata(self, allow_sign_now_metadata): - """ - Sets the allow_sign_now_metadata of this AccountSettingsInformation. - + """Sets the allow_sign_now_metadata of this AccountSettingsInformation. - :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. + # noqa: E501 + + :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4617,22 +4625,22 @@ def allow_sign_now_metadata(self, allow_sign_now_metadata): @property def allow_sms_delivery(self): - """ - Gets the allow_sms_delivery of this AccountSettingsInformation. - + """Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sms_delivery of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_sms_delivery @allow_sms_delivery.setter def allow_sms_delivery(self, allow_sms_delivery): - """ - Sets the allow_sms_delivery of this AccountSettingsInformation. - + """Sets the allow_sms_delivery of this AccountSettingsInformation. - :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. + # noqa: E501 + + :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4640,20 +4648,20 @@ def allow_sms_delivery(self, allow_sms_delivery): @property def allow_sms_delivery_metadata(self): - """ - Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. + """Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. + + :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_sms_delivery_metadata @allow_sms_delivery_metadata.setter def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): - """ - Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. + """Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. - :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. + + :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4661,22 +4669,22 @@ def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): @property def allow_social_id_login(self): - """ - Gets the allow_social_id_login of this AccountSettingsInformation. - + """Gets the allow_social_id_login of this AccountSettingsInformation. # noqa: E501 - :return: The allow_social_id_login of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_social_id_login @allow_social_id_login.setter def allow_social_id_login(self, allow_social_id_login): - """ - Sets the allow_social_id_login of this AccountSettingsInformation. - + """Sets the allow_social_id_login of this AccountSettingsInformation. - :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. + # noqa: E501 + + :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4684,20 +4692,20 @@ def allow_social_id_login(self, allow_social_id_login): @property def allow_social_id_login_metadata(self): - """ - Gets the allow_social_id_login_metadata of this AccountSettingsInformation. + """Gets the allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_social_id_login_metadata of this AccountSettingsInformation. + + :return: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_social_id_login_metadata @allow_social_id_login_metadata.setter def allow_social_id_login_metadata(self, allow_social_id_login_metadata): - """ - Sets the allow_social_id_login_metadata of this AccountSettingsInformation. + """Sets the allow_social_id_login_metadata of this AccountSettingsInformation. - :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. + + :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4705,22 +4713,22 @@ def allow_social_id_login_metadata(self, allow_social_id_login_metadata): @property def allow_supplemental_documents(self): - """ - Gets the allow_supplemental_documents of this AccountSettingsInformation. - + """Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 - :return: The allow_supplemental_documents of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_supplemental_documents @allow_supplemental_documents.setter def allow_supplemental_documents(self, allow_supplemental_documents): - """ - Sets the allow_supplemental_documents of this AccountSettingsInformation. - + """Sets the allow_supplemental_documents of this AccountSettingsInformation. - :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. + # noqa: E501 + + :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4728,20 +4736,20 @@ def allow_supplemental_documents(self, allow_supplemental_documents): @property def allow_supplemental_documents_metadata(self): - """ - Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. + """Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. + + :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_supplemental_documents_metadata @allow_supplemental_documents_metadata.setter def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): - """ - Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. + """Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. - :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. + + :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4749,22 +4757,22 @@ def allow_supplemental_documents_metadata(self, allow_supplemental_documents_met @property def allow_users_to_access_directory(self): - """ - Gets the allow_users_to_access_directory of this AccountSettingsInformation. - + """Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 - :return: The allow_users_to_access_directory of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_users_to_access_directory @allow_users_to_access_directory.setter def allow_users_to_access_directory(self, allow_users_to_access_directory): - """ - Sets the allow_users_to_access_directory of this AccountSettingsInformation. - + """Sets the allow_users_to_access_directory of this AccountSettingsInformation. - :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. + # noqa: E501 + + :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4772,20 +4780,20 @@ def allow_users_to_access_directory(self, allow_users_to_access_directory): @property def allow_users_to_access_directory_metadata(self): - """ - Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. + """Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. + + :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_users_to_access_directory_metadata @allow_users_to_access_directory_metadata.setter def allow_users_to_access_directory_metadata(self, allow_users_to_access_directory_metadata): - """ - Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. + """Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. - :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. + + :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4793,22 +4801,22 @@ def allow_users_to_access_directory_metadata(self, allow_users_to_access_directo @property def allow_value_insights(self): - """ - Gets the allow_value_insights of this AccountSettingsInformation. - + """Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501 - :return: The allow_value_insights of this AccountSettingsInformation. + # noqa: E501 + + :return: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_value_insights @allow_value_insights.setter def allow_value_insights(self, allow_value_insights): - """ - Sets the allow_value_insights of this AccountSettingsInformation. - + """Sets the allow_value_insights of this AccountSettingsInformation. - :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. + # noqa: E501 + + :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4816,20 +4824,20 @@ def allow_value_insights(self, allow_value_insights): @property def allow_value_insights_metadata(self): - """ - Gets the allow_value_insights_metadata of this AccountSettingsInformation. + """Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The allow_value_insights_metadata of this AccountSettingsInformation. + + :return: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_value_insights_metadata @allow_value_insights_metadata.setter def allow_value_insights_metadata(self, allow_value_insights_metadata): - """ - Sets the allow_value_insights_metadata of this AccountSettingsInformation. + """Sets the allow_value_insights_metadata of this AccountSettingsInformation. - :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. + + :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4837,22 +4845,22 @@ def allow_value_insights_metadata(self, allow_value_insights_metadata): @property def anchor_population_scope(self): - """ - Gets the anchor_population_scope of this AccountSettingsInformation. - + """Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501 - :return: The anchor_population_scope of this AccountSettingsInformation. + # noqa: E501 + + :return: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._anchor_population_scope @anchor_population_scope.setter def anchor_population_scope(self, anchor_population_scope): - """ - Sets the anchor_population_scope of this AccountSettingsInformation. - + """Sets the anchor_population_scope of this AccountSettingsInformation. - :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. + # noqa: E501 + + :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4860,20 +4868,20 @@ def anchor_population_scope(self, anchor_population_scope): @property def anchor_population_scope_metadata(self): - """ - Gets the anchor_population_scope_metadata of this AccountSettingsInformation. + """Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The anchor_population_scope_metadata of this AccountSettingsInformation. + + :return: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._anchor_population_scope_metadata @anchor_population_scope_metadata.setter def anchor_population_scope_metadata(self, anchor_population_scope_metadata): - """ - Sets the anchor_population_scope_metadata of this AccountSettingsInformation. + """Sets the anchor_population_scope_metadata of this AccountSettingsInformation. - :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. + + :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4881,22 +4889,22 @@ def anchor_population_scope_metadata(self, anchor_population_scope_metadata): @property def anchor_tag_versioned_placement_enabled(self): - """ - Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. - + """Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._anchor_tag_versioned_placement_enabled @anchor_tag_versioned_placement_enabled.setter def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): - """ - Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. - + """Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. - :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4904,20 +4912,20 @@ def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_ @property def anchor_tag_versioned_placement_metadata_enabled(self): - """ - Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. + """Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. + + :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._anchor_tag_versioned_placement_metadata_enabled @anchor_tag_versioned_placement_metadata_enabled.setter def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_placement_metadata_enabled): - """ - Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. + """Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. - :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. + + :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4925,22 +4933,22 @@ def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_p @property def attach_completed_envelope(self): - """ - Gets the attach_completed_envelope of this AccountSettingsInformation. - + """Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 - :return: The attach_completed_envelope of this AccountSettingsInformation. + # noqa: E501 + + :return: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._attach_completed_envelope @attach_completed_envelope.setter def attach_completed_envelope(self, attach_completed_envelope): - """ - Sets the attach_completed_envelope of this AccountSettingsInformation. - + """Sets the attach_completed_envelope of this AccountSettingsInformation. - :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. + # noqa: E501 + + :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4948,20 +4956,20 @@ def attach_completed_envelope(self, attach_completed_envelope): @property def attach_completed_envelope_metadata(self): - """ - Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. + """Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. + + :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._attach_completed_envelope_metadata @attach_completed_envelope_metadata.setter def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata): - """ - Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. + """Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. - :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. + + :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -4969,22 +4977,22 @@ def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata) @property def authentication_check(self): - """ - Gets the authentication_check of this AccountSettingsInformation. - + """Gets the authentication_check of this AccountSettingsInformation. # noqa: E501 - :return: The authentication_check of this AccountSettingsInformation. + # noqa: E501 + + :return: The authentication_check of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._authentication_check @authentication_check.setter def authentication_check(self, authentication_check): - """ - Sets the authentication_check of this AccountSettingsInformation. - + """Sets the authentication_check of this AccountSettingsInformation. - :param authentication_check: The authentication_check of this AccountSettingsInformation. + # noqa: E501 + + :param authentication_check: The authentication_check of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -4992,20 +5000,20 @@ def authentication_check(self, authentication_check): @property def authentication_check_metadata(self): - """ - Gets the authentication_check_metadata of this AccountSettingsInformation. + """Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The authentication_check_metadata of this AccountSettingsInformation. + + :return: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._authentication_check_metadata @authentication_check_metadata.setter def authentication_check_metadata(self, authentication_check_metadata): - """ - Sets the authentication_check_metadata of this AccountSettingsInformation. + """Sets the authentication_check_metadata of this AccountSettingsInformation. - :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. + + :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5013,22 +5021,22 @@ def authentication_check_metadata(self, authentication_check_metadata): @property def auto_nav_rule(self): - """ - Gets the auto_nav_rule of this AccountSettingsInformation. - + """Gets the auto_nav_rule of this AccountSettingsInformation. # noqa: E501 - :return: The auto_nav_rule of this AccountSettingsInformation. + # noqa: E501 + + :return: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._auto_nav_rule @auto_nav_rule.setter def auto_nav_rule(self, auto_nav_rule): - """ - Sets the auto_nav_rule of this AccountSettingsInformation. - + """Sets the auto_nav_rule of this AccountSettingsInformation. - :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. + # noqa: E501 + + :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5036,20 +5044,20 @@ def auto_nav_rule(self, auto_nav_rule): @property def auto_nav_rule_metadata(self): - """ - Gets the auto_nav_rule_metadata of this AccountSettingsInformation. + """Gets the auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The auto_nav_rule_metadata of this AccountSettingsInformation. + + :return: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._auto_nav_rule_metadata @auto_nav_rule_metadata.setter def auto_nav_rule_metadata(self, auto_nav_rule_metadata): - """ - Sets the auto_nav_rule_metadata of this AccountSettingsInformation. + """Sets the auto_nav_rule_metadata of this AccountSettingsInformation. - :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. + + :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5057,22 +5065,22 @@ def auto_nav_rule_metadata(self, auto_nav_rule_metadata): @property def auto_provision_signer_account(self): - """ - Gets the auto_provision_signer_account of this AccountSettingsInformation. - + """Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 - :return: The auto_provision_signer_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._auto_provision_signer_account @auto_provision_signer_account.setter def auto_provision_signer_account(self, auto_provision_signer_account): - """ - Sets the auto_provision_signer_account of this AccountSettingsInformation. - + """Sets the auto_provision_signer_account of this AccountSettingsInformation. - :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. + # noqa: E501 + + :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5080,20 +5088,20 @@ def auto_provision_signer_account(self, auto_provision_signer_account): @property def auto_provision_signer_account_metadata(self): - """ - Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. + """Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. + + :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._auto_provision_signer_account_metadata @auto_provision_signer_account_metadata.setter def auto_provision_signer_account_metadata(self, auto_provision_signer_account_metadata): - """ - Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. + """Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. - :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. + + :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5101,22 +5109,22 @@ def auto_provision_signer_account_metadata(self, auto_provision_signer_account_m @property def bcc_email_archive(self): - """ - Gets the bcc_email_archive of this AccountSettingsInformation. - + """Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501 - :return: The bcc_email_archive of this AccountSettingsInformation. + # noqa: E501 + + :return: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._bcc_email_archive @bcc_email_archive.setter def bcc_email_archive(self, bcc_email_archive): - """ - Sets the bcc_email_archive of this AccountSettingsInformation. - + """Sets the bcc_email_archive of this AccountSettingsInformation. - :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. + # noqa: E501 + + :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5124,20 +5132,20 @@ def bcc_email_archive(self, bcc_email_archive): @property def bcc_email_archive_metadata(self): - """ - Gets the bcc_email_archive_metadata of this AccountSettingsInformation. + """Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The bcc_email_archive_metadata of this AccountSettingsInformation. + + :return: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._bcc_email_archive_metadata @bcc_email_archive_metadata.setter def bcc_email_archive_metadata(self, bcc_email_archive_metadata): - """ - Sets the bcc_email_archive_metadata of this AccountSettingsInformation. + """Sets the bcc_email_archive_metadata of this AccountSettingsInformation. - :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. + + :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5145,22 +5153,22 @@ def bcc_email_archive_metadata(self, bcc_email_archive_metadata): @property def beta_switch_configuration(self): - """ - Gets the beta_switch_configuration of this AccountSettingsInformation. - + """Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 - :return: The beta_switch_configuration of this AccountSettingsInformation. + # noqa: E501 + + :return: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._beta_switch_configuration @beta_switch_configuration.setter def beta_switch_configuration(self, beta_switch_configuration): - """ - Sets the beta_switch_configuration of this AccountSettingsInformation. - + """Sets the beta_switch_configuration of this AccountSettingsInformation. - :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. + # noqa: E501 + + :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5168,20 +5176,20 @@ def beta_switch_configuration(self, beta_switch_configuration): @property def beta_switch_configuration_metadata(self): - """ - Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. + """Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. + + :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._beta_switch_configuration_metadata @beta_switch_configuration_metadata.setter def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata): - """ - Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. + """Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. - :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. + + :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5189,20 +5197,20 @@ def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata) @property def billing_address(self): - """ - Gets the billing_address of this AccountSettingsInformation. + """Gets the billing_address of this AccountSettingsInformation. # noqa: E501 - :return: The billing_address of this AccountSettingsInformation. + + :return: The billing_address of this AccountSettingsInformation. # noqa: E501 :rtype: AddressInformation """ return self._billing_address @billing_address.setter def billing_address(self, billing_address): - """ - Sets the billing_address of this AccountSettingsInformation. + """Sets the billing_address of this AccountSettingsInformation. - :param billing_address: The billing_address of this AccountSettingsInformation. + + :param billing_address: The billing_address of this AccountSettingsInformation. # noqa: E501 :type: AddressInformation """ @@ -5210,20 +5218,20 @@ def billing_address(self, billing_address): @property def billing_address_metadata(self): - """ - Gets the billing_address_metadata of this AccountSettingsInformation. + """Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The billing_address_metadata of this AccountSettingsInformation. + + :return: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._billing_address_metadata @billing_address_metadata.setter def billing_address_metadata(self, billing_address_metadata): - """ - Sets the billing_address_metadata of this AccountSettingsInformation. + """Sets the billing_address_metadata of this AccountSettingsInformation. - :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. + + :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5231,22 +5239,22 @@ def billing_address_metadata(self, billing_address_metadata): @property def bulk_send(self): - """ - Gets the bulk_send of this AccountSettingsInformation. - + """Gets the bulk_send of this AccountSettingsInformation. # noqa: E501 - :return: The bulk_send of this AccountSettingsInformation. + # noqa: E501 + + :return: The bulk_send of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._bulk_send @bulk_send.setter def bulk_send(self, bulk_send): - """ - Sets the bulk_send of this AccountSettingsInformation. - + """Sets the bulk_send of this AccountSettingsInformation. - :param bulk_send: The bulk_send of this AccountSettingsInformation. + # noqa: E501 + + :param bulk_send: The bulk_send of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5254,22 +5262,22 @@ def bulk_send(self, bulk_send): @property def bulk_send_max_copies_in_batch(self): - """ - Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. - + """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 - :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. + # noqa: E501 + + :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._bulk_send_max_copies_in_batch @bulk_send_max_copies_in_batch.setter def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): - """ - Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. - + """Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. - :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. + # noqa: E501 + + :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5277,22 +5285,22 @@ def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): @property def bulk_send_max_unprocessed_envelopes_count(self): - """ - Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. - + """Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 - :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. + # noqa: E501 + + :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._bulk_send_max_unprocessed_envelopes_count @bulk_send_max_unprocessed_envelopes_count.setter def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_envelopes_count): - """ - Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. - + """Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. - :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. + # noqa: E501 + + :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5300,20 +5308,20 @@ def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_en @property def bulk_send_metadata(self): - """ - Gets the bulk_send_metadata of this AccountSettingsInformation. + """Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The bulk_send_metadata of this AccountSettingsInformation. + + :return: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._bulk_send_metadata @bulk_send_metadata.setter def bulk_send_metadata(self, bulk_send_metadata): - """ - Sets the bulk_send_metadata of this AccountSettingsInformation. + """Sets the bulk_send_metadata of this AccountSettingsInformation. - :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. + + :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5321,22 +5329,22 @@ def bulk_send_metadata(self, bulk_send_metadata): @property def can_self_brand_send(self): - """ - Gets the can_self_brand_send of this AccountSettingsInformation. - + """Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501 - :return: The can_self_brand_send of this AccountSettingsInformation. + # noqa: E501 + + :return: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._can_self_brand_send @can_self_brand_send.setter def can_self_brand_send(self, can_self_brand_send): - """ - Sets the can_self_brand_send of this AccountSettingsInformation. - + """Sets the can_self_brand_send of this AccountSettingsInformation. - :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. + # noqa: E501 + + :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5344,20 +5352,20 @@ def can_self_brand_send(self, can_self_brand_send): @property def can_self_brand_send_metadata(self): - """ - Gets the can_self_brand_send_metadata of this AccountSettingsInformation. + """Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The can_self_brand_send_metadata of this AccountSettingsInformation. + + :return: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_self_brand_send_metadata @can_self_brand_send_metadata.setter def can_self_brand_send_metadata(self, can_self_brand_send_metadata): - """ - Sets the can_self_brand_send_metadata of this AccountSettingsInformation. + """Sets the can_self_brand_send_metadata of this AccountSettingsInformation. - :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. + + :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5365,22 +5373,22 @@ def can_self_brand_send_metadata(self, can_self_brand_send_metadata): @property def can_self_brand_sign(self): - """ - Gets the can_self_brand_sign of this AccountSettingsInformation. - + """Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 - :return: The can_self_brand_sign of this AccountSettingsInformation. + # noqa: E501 + + :return: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._can_self_brand_sign @can_self_brand_sign.setter def can_self_brand_sign(self, can_self_brand_sign): - """ - Sets the can_self_brand_sign of this AccountSettingsInformation. - + """Sets the can_self_brand_sign of this AccountSettingsInformation. - :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. + # noqa: E501 + + :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5388,20 +5396,20 @@ def can_self_brand_sign(self, can_self_brand_sign): @property def can_self_brand_sign_metadata(self): - """ - Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. + """Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. + + :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_self_brand_sign_metadata @can_self_brand_sign_metadata.setter def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): - """ - Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. + """Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. - :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. + + :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5409,22 +5417,22 @@ def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): @property def can_use_salesforce_o_auth(self): - """ - Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. - + """Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 - :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. + # noqa: E501 + + :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._can_use_salesforce_o_auth @can_use_salesforce_o_auth.setter def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): - """ - Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. - + """Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. - :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. + # noqa: E501 + + :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5432,20 +5440,20 @@ def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): @property def can_use_salesforce_o_auth_metadata(self): - """ - Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. + """Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. + + :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_use_salesforce_o_auth_metadata @can_use_salesforce_o_auth_metadata.setter def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata): - """ - Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. + """Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. - :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. + + :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5453,22 +5461,22 @@ def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata) @property def capture_voice_recording(self): - """ - Gets the capture_voice_recording of this AccountSettingsInformation. - + """Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501 - :return: The capture_voice_recording of this AccountSettingsInformation. + # noqa: E501 + + :return: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._capture_voice_recording @capture_voice_recording.setter def capture_voice_recording(self, capture_voice_recording): - """ - Sets the capture_voice_recording of this AccountSettingsInformation. - + """Sets the capture_voice_recording of this AccountSettingsInformation. - :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. + # noqa: E501 + + :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5476,20 +5484,20 @@ def capture_voice_recording(self, capture_voice_recording): @property def capture_voice_recording_metadata(self): - """ - Gets the capture_voice_recording_metadata of this AccountSettingsInformation. + """Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The capture_voice_recording_metadata of this AccountSettingsInformation. + + :return: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._capture_voice_recording_metadata @capture_voice_recording_metadata.setter def capture_voice_recording_metadata(self, capture_voice_recording_metadata): - """ - Sets the capture_voice_recording_metadata of this AccountSettingsInformation. + """Sets the capture_voice_recording_metadata of this AccountSettingsInformation. - :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. + + :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5497,22 +5505,22 @@ def capture_voice_recording_metadata(self, capture_voice_recording_metadata): @property def cfr_use_wide_image(self): - """ - Gets the cfr_use_wide_image of this AccountSettingsInformation. - + """Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 - :return: The cfr_use_wide_image of this AccountSettingsInformation. + # noqa: E501 + + :return: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._cfr_use_wide_image @cfr_use_wide_image.setter def cfr_use_wide_image(self, cfr_use_wide_image): - """ - Sets the cfr_use_wide_image of this AccountSettingsInformation. - + """Sets the cfr_use_wide_image of this AccountSettingsInformation. - :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. + # noqa: E501 + + :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5520,20 +5528,20 @@ def cfr_use_wide_image(self, cfr_use_wide_image): @property def cfr_use_wide_image_metadata(self): - """ - Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. + """Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. + + :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._cfr_use_wide_image_metadata @cfr_use_wide_image_metadata.setter def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): - """ - Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. + """Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. - :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. + + :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5541,22 +5549,22 @@ def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): @property def check_for_multiple_admins_on_account(self): - """ - Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. - + """Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 - :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._check_for_multiple_admins_on_account @check_for_multiple_admins_on_account.setter def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_account): - """ - Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. - + """Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. - :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. + # noqa: E501 + + :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5564,20 +5572,20 @@ def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_acco @property def check_for_multiple_admins_on_account_metadata(self): - """ - Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. + """Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. + + :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._check_for_multiple_admins_on_account_metadata @check_for_multiple_admins_on_account_metadata.setter def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admins_on_account_metadata): - """ - Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. + """Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. - :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. + + :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5585,22 +5593,22 @@ def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admin @property def chrome_signature_enabled(self): - """ - Gets the chrome_signature_enabled of this AccountSettingsInformation. - + """Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The chrome_signature_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._chrome_signature_enabled @chrome_signature_enabled.setter def chrome_signature_enabled(self, chrome_signature_enabled): - """ - Sets the chrome_signature_enabled of this AccountSettingsInformation. - + """Sets the chrome_signature_enabled of this AccountSettingsInformation. - :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5608,20 +5616,20 @@ def chrome_signature_enabled(self, chrome_signature_enabled): @property def chrome_signature_enabled_metadata(self): - """ - Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. + """Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. + + :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._chrome_signature_enabled_metadata @chrome_signature_enabled_metadata.setter def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): - """ - Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. + """Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. - :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. + + :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5629,22 +5637,22 @@ def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): @property def comment_email_show_message_text(self): - """ - Gets the comment_email_show_message_text of this AccountSettingsInformation. - + """Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 - :return: The comment_email_show_message_text of this AccountSettingsInformation. + # noqa: E501 + + :return: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._comment_email_show_message_text @comment_email_show_message_text.setter def comment_email_show_message_text(self, comment_email_show_message_text): - """ - Sets the comment_email_show_message_text of this AccountSettingsInformation. - + """Sets the comment_email_show_message_text of this AccountSettingsInformation. - :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. + # noqa: E501 + + :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5652,20 +5660,20 @@ def comment_email_show_message_text(self, comment_email_show_message_text): @property def comment_email_show_message_text_metadata(self): - """ - Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. + """Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. + + :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._comment_email_show_message_text_metadata @comment_email_show_message_text_metadata.setter def comment_email_show_message_text_metadata(self, comment_email_show_message_text_metadata): - """ - Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. + """Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. - :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. + + :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5673,22 +5681,22 @@ def comment_email_show_message_text_metadata(self, comment_email_show_message_te @property def comments_allow_envelope_override(self): - """ - Gets the comments_allow_envelope_override of this AccountSettingsInformation. - + """Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 - :return: The comments_allow_envelope_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._comments_allow_envelope_override @comments_allow_envelope_override.setter def comments_allow_envelope_override(self, comments_allow_envelope_override): - """ - Sets the comments_allow_envelope_override of this AccountSettingsInformation. - + """Sets the comments_allow_envelope_override of this AccountSettingsInformation. - :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. + # noqa: E501 + + :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5696,20 +5704,20 @@ def comments_allow_envelope_override(self, comments_allow_envelope_override): @property def comments_allow_envelope_override_metadata(self): - """ - Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. + """Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. + + :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._comments_allow_envelope_override_metadata @comments_allow_envelope_override_metadata.setter def comments_allow_envelope_override_metadata(self, comments_allow_envelope_override_metadata): - """ - Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. + """Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. - :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. + + :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5717,22 +5725,22 @@ def comments_allow_envelope_override_metadata(self, comments_allow_envelope_over @property def conditional_fields_enabled(self): - """ - Gets the conditional_fields_enabled of this AccountSettingsInformation. - + """Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The conditional_fields_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._conditional_fields_enabled @conditional_fields_enabled.setter def conditional_fields_enabled(self, conditional_fields_enabled): - """ - Sets the conditional_fields_enabled of this AccountSettingsInformation. - + """Sets the conditional_fields_enabled of this AccountSettingsInformation. - :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5740,20 +5748,20 @@ def conditional_fields_enabled(self, conditional_fields_enabled): @property def conditional_fields_enabled_metadata(self): - """ - Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. + """Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. + + :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._conditional_fields_enabled_metadata @conditional_fields_enabled_metadata.setter def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadata): - """ - Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. + """Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. - :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. + + :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5761,22 +5769,22 @@ def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadat @property def consumer_disclosure_frequency(self): - """ - Gets the consumer_disclosure_frequency of this AccountSettingsInformation. - + """Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 - :return: The consumer_disclosure_frequency of this AccountSettingsInformation. + # noqa: E501 + + :return: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._consumer_disclosure_frequency @consumer_disclosure_frequency.setter def consumer_disclosure_frequency(self, consumer_disclosure_frequency): - """ - Sets the consumer_disclosure_frequency of this AccountSettingsInformation. - + """Sets the consumer_disclosure_frequency of this AccountSettingsInformation. - :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. + # noqa: E501 + + :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5784,20 +5792,20 @@ def consumer_disclosure_frequency(self, consumer_disclosure_frequency): @property def consumer_disclosure_frequency_metadata(self): - """ - Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. + """Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. + + :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._consumer_disclosure_frequency_metadata @consumer_disclosure_frequency_metadata.setter def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_metadata): - """ - Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. + """Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. - :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. + + :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5805,22 +5813,22 @@ def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_m @property def convert_pdf_fields(self): - """ - Gets the convert_pdf_fields of this AccountSettingsInformation. - + """Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 - :return: The convert_pdf_fields of this AccountSettingsInformation. + # noqa: E501 + + :return: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._convert_pdf_fields @convert_pdf_fields.setter def convert_pdf_fields(self, convert_pdf_fields): - """ - Sets the convert_pdf_fields of this AccountSettingsInformation. - + """Sets the convert_pdf_fields of this AccountSettingsInformation. - :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. + # noqa: E501 + + :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5828,20 +5836,20 @@ def convert_pdf_fields(self, convert_pdf_fields): @property def convert_pdf_fields_metadata(self): - """ - Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. + """Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. + + :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._convert_pdf_fields_metadata @convert_pdf_fields_metadata.setter def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): - """ - Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. + """Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. - :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. + + :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5849,22 +5857,22 @@ def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): @property def data_population_scope(self): - """ - Gets the data_population_scope of this AccountSettingsInformation. - + """Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501 - :return: The data_population_scope of this AccountSettingsInformation. + # noqa: E501 + + :return: The data_population_scope of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._data_population_scope @data_population_scope.setter def data_population_scope(self, data_population_scope): - """ - Sets the data_population_scope of this AccountSettingsInformation. - + """Sets the data_population_scope of this AccountSettingsInformation. - :param data_population_scope: The data_population_scope of this AccountSettingsInformation. + # noqa: E501 + + :param data_population_scope: The data_population_scope of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5872,20 +5880,20 @@ def data_population_scope(self, data_population_scope): @property def data_population_scope_metadata(self): - """ - Gets the data_population_scope_metadata of this AccountSettingsInformation. + """Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The data_population_scope_metadata of this AccountSettingsInformation. + + :return: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._data_population_scope_metadata @data_population_scope_metadata.setter def data_population_scope_metadata(self, data_population_scope_metadata): - """ - Sets the data_population_scope_metadata of this AccountSettingsInformation. + """Sets the data_population_scope_metadata of this AccountSettingsInformation. - :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. + + :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5893,22 +5901,22 @@ def data_population_scope_metadata(self, data_population_scope_metadata): @property def disable_mobile_app(self): - """ - Gets the disable_mobile_app of this AccountSettingsInformation. - + """Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_app of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_mobile_app @disable_mobile_app.setter def disable_mobile_app(self, disable_mobile_app): - """ - Sets the disable_mobile_app of this AccountSettingsInformation. - + """Sets the disable_mobile_app of this AccountSettingsInformation. - :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. + # noqa: E501 + + :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5916,20 +5924,20 @@ def disable_mobile_app(self, disable_mobile_app): @property def disable_mobile_app_metadata(self): - """ - Gets the disable_mobile_app_metadata of this AccountSettingsInformation. + """Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_app_metadata of this AccountSettingsInformation. + + :return: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_mobile_app_metadata @disable_mobile_app_metadata.setter def disable_mobile_app_metadata(self, disable_mobile_app_metadata): - """ - Sets the disable_mobile_app_metadata of this AccountSettingsInformation. + """Sets the disable_mobile_app_metadata of this AccountSettingsInformation. - :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. + + :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5937,22 +5945,22 @@ def disable_mobile_app_metadata(self, disable_mobile_app_metadata): @property def disable_mobile_push_notifications(self): - """ - Gets the disable_mobile_push_notifications of this AccountSettingsInformation. - + """Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_push_notifications of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_mobile_push_notifications @disable_mobile_push_notifications.setter def disable_mobile_push_notifications(self, disable_mobile_push_notifications): - """ - Sets the disable_mobile_push_notifications of this AccountSettingsInformation. - + """Sets the disable_mobile_push_notifications of this AccountSettingsInformation. - :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. + # noqa: E501 + + :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -5960,20 +5968,20 @@ def disable_mobile_push_notifications(self, disable_mobile_push_notifications): @property def disable_mobile_push_notifications_metadata(self): - """ - Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. + """Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. + + :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_mobile_push_notifications_metadata @disable_mobile_push_notifications_metadata.setter def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notifications_metadata): - """ - Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. + """Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. - :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. + + :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -5981,22 +5989,22 @@ def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notific @property def disable_mobile_sending(self): - """ - Gets the disable_mobile_sending of this AccountSettingsInformation. - + """Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_sending of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_mobile_sending @disable_mobile_sending.setter def disable_mobile_sending(self, disable_mobile_sending): - """ - Sets the disable_mobile_sending of this AccountSettingsInformation. - + """Sets the disable_mobile_sending of this AccountSettingsInformation. - :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. + # noqa: E501 + + :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6004,20 +6012,20 @@ def disable_mobile_sending(self, disable_mobile_sending): @property def disable_mobile_sending_metadata(self): - """ - Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. + """Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. + + :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_mobile_sending_metadata @disable_mobile_sending_metadata.setter def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): - """ - Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. + """Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. - :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. + + :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6025,22 +6033,22 @@ def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): @property def disable_multiple_sessions(self): - """ - Gets the disable_multiple_sessions of this AccountSettingsInformation. - + """Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 - :return: The disable_multiple_sessions of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_multiple_sessions @disable_multiple_sessions.setter def disable_multiple_sessions(self, disable_multiple_sessions): - """ - Sets the disable_multiple_sessions of this AccountSettingsInformation. - + """Sets the disable_multiple_sessions of this AccountSettingsInformation. - :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. + # noqa: E501 + + :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6048,20 +6056,20 @@ def disable_multiple_sessions(self, disable_multiple_sessions): @property def disable_multiple_sessions_metadata(self): - """ - Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. + """Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. + + :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_multiple_sessions_metadata @disable_multiple_sessions_metadata.setter def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata): - """ - Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. + """Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. - :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. + + :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6069,20 +6077,20 @@ def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata) @property def disable_purge_notifications_for_sender_metadata(self): - """ - Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. + """Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. + + :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_purge_notifications_for_sender_metadata @disable_purge_notifications_for_sender_metadata.setter def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifications_for_sender_metadata): - """ - Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. + """Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. - :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. + + :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6090,22 +6098,22 @@ def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifica @property def disable_signer_cert_view(self): - """ - Gets the disable_signer_cert_view of this AccountSettingsInformation. - + """Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 - :return: The disable_signer_cert_view of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_signer_cert_view @disable_signer_cert_view.setter def disable_signer_cert_view(self, disable_signer_cert_view): - """ - Sets the disable_signer_cert_view of this AccountSettingsInformation. - + """Sets the disable_signer_cert_view of this AccountSettingsInformation. - :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. + # noqa: E501 + + :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6113,20 +6121,20 @@ def disable_signer_cert_view(self, disable_signer_cert_view): @property def disable_signer_cert_view_metadata(self): - """ - Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. + """Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. + + :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_signer_cert_view_metadata @disable_signer_cert_view_metadata.setter def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): - """ - Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. + """Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. - :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. + + :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6134,22 +6142,22 @@ def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): @property def disable_signer_history_view(self): - """ - Gets the disable_signer_history_view of this AccountSettingsInformation. - + """Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 - :return: The disable_signer_history_view of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_signer_history_view @disable_signer_history_view.setter def disable_signer_history_view(self, disable_signer_history_view): - """ - Sets the disable_signer_history_view of this AccountSettingsInformation. - + """Sets the disable_signer_history_view of this AccountSettingsInformation. - :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. + # noqa: E501 + + :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6157,20 +6165,20 @@ def disable_signer_history_view(self, disable_signer_history_view): @property def disable_signer_history_view_metadata(self): - """ - Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. + """Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. + + :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_signer_history_view_metadata @disable_signer_history_view_metadata.setter def disable_signer_history_view_metadata(self, disable_signer_history_view_metadata): - """ - Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. + """Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. - :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. + + :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6178,22 +6186,22 @@ def disable_signer_history_view_metadata(self, disable_signer_history_view_metad @property def disable_style_signature(self): - """ - Gets the disable_style_signature of this AccountSettingsInformation. - + """Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501 - :return: The disable_style_signature of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_style_signature @disable_style_signature.setter def disable_style_signature(self, disable_style_signature): - """ - Sets the disable_style_signature of this AccountSettingsInformation. - + """Sets the disable_style_signature of this AccountSettingsInformation. - :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. + # noqa: E501 + + :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6201,20 +6209,20 @@ def disable_style_signature(self, disable_style_signature): @property def disable_style_signature_metadata(self): - """ - Gets the disable_style_signature_metadata of this AccountSettingsInformation. + """Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_style_signature_metadata of this AccountSettingsInformation. + + :return: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_style_signature_metadata @disable_style_signature_metadata.setter def disable_style_signature_metadata(self, disable_style_signature_metadata): - """ - Sets the disable_style_signature_metadata of this AccountSettingsInformation. + """Sets the disable_style_signature_metadata of this AccountSettingsInformation. - :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. + + :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6222,22 +6230,22 @@ def disable_style_signature_metadata(self, disable_style_signature_metadata): @property def disable_upload_signature(self): - """ - Gets the disable_upload_signature of this AccountSettingsInformation. - + """Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501 - :return: The disable_upload_signature of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_upload_signature @disable_upload_signature.setter def disable_upload_signature(self, disable_upload_signature): - """ - Sets the disable_upload_signature of this AccountSettingsInformation. - + """Sets the disable_upload_signature of this AccountSettingsInformation. - :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. + # noqa: E501 + + :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6245,20 +6253,20 @@ def disable_upload_signature(self, disable_upload_signature): @property def disable_upload_signature_metadata(self): - """ - Gets the disable_upload_signature_metadata of this AccountSettingsInformation. + """Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_upload_signature_metadata of this AccountSettingsInformation. + + :return: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_upload_signature_metadata @disable_upload_signature_metadata.setter def disable_upload_signature_metadata(self, disable_upload_signature_metadata): - """ - Sets the disable_upload_signature_metadata of this AccountSettingsInformation. + """Sets the disable_upload_signature_metadata of this AccountSettingsInformation. - :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. + + :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6266,22 +6274,22 @@ def disable_upload_signature_metadata(self, disable_upload_signature_metadata): @property def disable_user_sharing(self): - """ - Gets the disable_user_sharing of this AccountSettingsInformation. - + """Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501 - :return: The disable_user_sharing of this AccountSettingsInformation. + # noqa: E501 + + :return: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_user_sharing @disable_user_sharing.setter def disable_user_sharing(self, disable_user_sharing): - """ - Sets the disable_user_sharing of this AccountSettingsInformation. - + """Sets the disable_user_sharing of this AccountSettingsInformation. - :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. + # noqa: E501 + + :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6289,20 +6297,20 @@ def disable_user_sharing(self, disable_user_sharing): @property def disable_user_sharing_metadata(self): - """ - Gets the disable_user_sharing_metadata of this AccountSettingsInformation. + """Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The disable_user_sharing_metadata of this AccountSettingsInformation. + + :return: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_user_sharing_metadata @disable_user_sharing_metadata.setter def disable_user_sharing_metadata(self, disable_user_sharing_metadata): - """ - Sets the disable_user_sharing_metadata of this AccountSettingsInformation. + """Sets the disable_user_sharing_metadata of this AccountSettingsInformation. - :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. + + :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6310,22 +6318,22 @@ def disable_user_sharing_metadata(self, disable_user_sharing_metadata): @property def display_beta_switch(self): - """ - Gets the display_beta_switch of this AccountSettingsInformation. - + """Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501 - :return: The display_beta_switch of this AccountSettingsInformation. + # noqa: E501 + + :return: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._display_beta_switch @display_beta_switch.setter def display_beta_switch(self, display_beta_switch): - """ - Sets the display_beta_switch of this AccountSettingsInformation. - + """Sets the display_beta_switch of this AccountSettingsInformation. - :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. + # noqa: E501 + + :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6333,20 +6341,20 @@ def display_beta_switch(self, display_beta_switch): @property def display_beta_switch_metadata(self): - """ - Gets the display_beta_switch_metadata of this AccountSettingsInformation. + """Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The display_beta_switch_metadata of this AccountSettingsInformation. + + :return: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._display_beta_switch_metadata @display_beta_switch_metadata.setter def display_beta_switch_metadata(self, display_beta_switch_metadata): - """ - Sets the display_beta_switch_metadata of this AccountSettingsInformation. + """Sets the display_beta_switch_metadata of this AccountSettingsInformation. - :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. + + :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6354,22 +6362,22 @@ def display_beta_switch_metadata(self, display_beta_switch_metadata): @property def document_conversion_restrictions(self): - """ - Gets the document_conversion_restrictions of this AccountSettingsInformation. - + """Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 - :return: The document_conversion_restrictions of this AccountSettingsInformation. + # noqa: E501 + + :return: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._document_conversion_restrictions @document_conversion_restrictions.setter def document_conversion_restrictions(self, document_conversion_restrictions): - """ - Sets the document_conversion_restrictions of this AccountSettingsInformation. - + """Sets the document_conversion_restrictions of this AccountSettingsInformation. - :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. + # noqa: E501 + + :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6377,20 +6385,20 @@ def document_conversion_restrictions(self, document_conversion_restrictions): @property def document_conversion_restrictions_metadata(self): - """ - Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. + """Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. + + :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._document_conversion_restrictions_metadata @document_conversion_restrictions_metadata.setter def document_conversion_restrictions_metadata(self, document_conversion_restrictions_metadata): - """ - Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. + """Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. - :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. + + :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6398,22 +6406,22 @@ def document_conversion_restrictions_metadata(self, document_conversion_restrict @property def document_retention(self): - """ - Gets the document_retention of this AccountSettingsInformation. - + """Gets the document_retention of this AccountSettingsInformation. # noqa: E501 - :return: The document_retention of this AccountSettingsInformation. + # noqa: E501 + + :return: The document_retention of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._document_retention @document_retention.setter def document_retention(self, document_retention): - """ - Sets the document_retention of this AccountSettingsInformation. - + """Sets the document_retention of this AccountSettingsInformation. - :param document_retention: The document_retention of this AccountSettingsInformation. + # noqa: E501 + + :param document_retention: The document_retention of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6421,20 +6429,20 @@ def document_retention(self, document_retention): @property def document_retention_metadata(self): - """ - Gets the document_retention_metadata of this AccountSettingsInformation. + """Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The document_retention_metadata of this AccountSettingsInformation. + + :return: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._document_retention_metadata @document_retention_metadata.setter def document_retention_metadata(self, document_retention_metadata): - """ - Sets the document_retention_metadata of this AccountSettingsInformation. + """Sets the document_retention_metadata of this AccountSettingsInformation. - :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. + + :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6442,22 +6450,22 @@ def document_retention_metadata(self, document_retention_metadata): @property def document_retention_purge_tabs(self): - """ - Gets the document_retention_purge_tabs of this AccountSettingsInformation. - + """Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 - :return: The document_retention_purge_tabs of this AccountSettingsInformation. + # noqa: E501 + + :return: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._document_retention_purge_tabs @document_retention_purge_tabs.setter def document_retention_purge_tabs(self, document_retention_purge_tabs): - """ - Sets the document_retention_purge_tabs of this AccountSettingsInformation. - + """Sets the document_retention_purge_tabs of this AccountSettingsInformation. - :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. + # noqa: E501 + + :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6465,22 +6473,22 @@ def document_retention_purge_tabs(self, document_retention_purge_tabs): @property def document_visibility(self): - """ - Gets the document_visibility of this AccountSettingsInformation. - + """Gets the document_visibility of this AccountSettingsInformation. # noqa: E501 - :return: The document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :return: The document_visibility of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this AccountSettingsInformation. - + """Sets the document_visibility of this AccountSettingsInformation. - :param document_visibility: The document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :param document_visibility: The document_visibility of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6488,20 +6496,20 @@ def document_visibility(self, document_visibility): @property def document_visibility_metadata(self): - """ - Gets the document_visibility_metadata of this AccountSettingsInformation. + """Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The document_visibility_metadata of this AccountSettingsInformation. + + :return: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._document_visibility_metadata @document_visibility_metadata.setter def document_visibility_metadata(self, document_visibility_metadata): - """ - Sets the document_visibility_metadata of this AccountSettingsInformation. + """Sets the document_visibility_metadata of this AccountSettingsInformation. - :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. + + :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6509,22 +6517,22 @@ def document_visibility_metadata(self, document_visibility_metadata): @property def email_template_version(self): - """ - Gets the email_template_version of this AccountSettingsInformation. - + """Gets the email_template_version of this AccountSettingsInformation. # noqa: E501 - :return: The email_template_version of this AccountSettingsInformation. + # noqa: E501 + + :return: The email_template_version of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._email_template_version @email_template_version.setter def email_template_version(self, email_template_version): - """ - Sets the email_template_version of this AccountSettingsInformation. - + """Sets the email_template_version of this AccountSettingsInformation. - :param email_template_version: The email_template_version of this AccountSettingsInformation. + # noqa: E501 + + :param email_template_version: The email_template_version of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6532,20 +6540,20 @@ def email_template_version(self, email_template_version): @property def email_template_version_metadata(self): - """ - Gets the email_template_version_metadata of this AccountSettingsInformation. + """Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The email_template_version_metadata of this AccountSettingsInformation. + + :return: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._email_template_version_metadata @email_template_version_metadata.setter def email_template_version_metadata(self, email_template_version_metadata): - """ - Sets the email_template_version_metadata of this AccountSettingsInformation. + """Sets the email_template_version_metadata of this AccountSettingsInformation. - :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. + + :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6553,22 +6561,22 @@ def email_template_version_metadata(self, email_template_version_metadata): @property def enable_access_code_generator(self): - """ - Gets the enable_access_code_generator of this AccountSettingsInformation. - + """Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 - :return: The enable_access_code_generator of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_access_code_generator @enable_access_code_generator.setter def enable_access_code_generator(self, enable_access_code_generator): - """ - Sets the enable_access_code_generator of this AccountSettingsInformation. - + """Sets the enable_access_code_generator of this AccountSettingsInformation. - :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. + # noqa: E501 + + :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6576,20 +6584,20 @@ def enable_access_code_generator(self, enable_access_code_generator): @property def enable_access_code_generator_metadata(self): - """ - Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. + """Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. + + :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_access_code_generator_metadata @enable_access_code_generator_metadata.setter def enable_access_code_generator_metadata(self, enable_access_code_generator_metadata): - """ - Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. + """Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. - :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. + + :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6597,22 +6605,22 @@ def enable_access_code_generator_metadata(self, enable_access_code_generator_met @property def enable_advanced_payments(self): - """ - Gets the enable_advanced_payments of this AccountSettingsInformation. - + """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 - :return: The enable_advanced_payments of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_advanced_payments @enable_advanced_payments.setter def enable_advanced_payments(self, enable_advanced_payments): - """ - Sets the enable_advanced_payments of this AccountSettingsInformation. - + """Sets the enable_advanced_payments of this AccountSettingsInformation. - :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. + # noqa: E501 + + :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6620,20 +6628,20 @@ def enable_advanced_payments(self, enable_advanced_payments): @property def enable_advanced_payments_metadata(self): - """ - Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. + """Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. + + :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_advanced_payments_metadata @enable_advanced_payments_metadata.setter def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): - """ - Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. + """Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. - :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. + + :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6641,22 +6649,22 @@ def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): @property def enable_advanced_power_forms(self): - """ - Gets the enable_advanced_power_forms of this AccountSettingsInformation. - + """Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 - :return: The enable_advanced_power_forms of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_advanced_power_forms @enable_advanced_power_forms.setter def enable_advanced_power_forms(self, enable_advanced_power_forms): - """ - Sets the enable_advanced_power_forms of this AccountSettingsInformation. - + """Sets the enable_advanced_power_forms of this AccountSettingsInformation. - :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. + # noqa: E501 + + :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6664,20 +6672,20 @@ def enable_advanced_power_forms(self, enable_advanced_power_forms): @property def enable_advanced_power_forms_metadata(self): - """ - Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. + """Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. + + :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_advanced_power_forms_metadata @enable_advanced_power_forms_metadata.setter def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metadata): - """ - Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. + """Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. - :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. + + :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6685,22 +6693,22 @@ def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metad @property def enable_auto_nav(self): - """ - Gets the enable_auto_nav of this AccountSettingsInformation. - + """Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501 - :return: The enable_auto_nav of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_auto_nav @enable_auto_nav.setter def enable_auto_nav(self, enable_auto_nav): - """ - Sets the enable_auto_nav of this AccountSettingsInformation. - + """Sets the enable_auto_nav of this AccountSettingsInformation. - :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. + # noqa: E501 + + :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6708,20 +6716,20 @@ def enable_auto_nav(self, enable_auto_nav): @property def enable_auto_nav_metadata(self): - """ - Gets the enable_auto_nav_metadata of this AccountSettingsInformation. + """Gets the enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_auto_nav_metadata of this AccountSettingsInformation. + + :return: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_auto_nav_metadata @enable_auto_nav_metadata.setter def enable_auto_nav_metadata(self, enable_auto_nav_metadata): - """ - Sets the enable_auto_nav_metadata of this AccountSettingsInformation. + """Sets the enable_auto_nav_metadata of this AccountSettingsInformation. - :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. + + :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6729,22 +6737,22 @@ def enable_auto_nav_metadata(self, enable_auto_nav_metadata): @property def enable_calculated_fields(self): - """ - Gets the enable_calculated_fields of this AccountSettingsInformation. - + """Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 - :return: The enable_calculated_fields of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_calculated_fields @enable_calculated_fields.setter def enable_calculated_fields(self, enable_calculated_fields): - """ - Sets the enable_calculated_fields of this AccountSettingsInformation. - + """Sets the enable_calculated_fields of this AccountSettingsInformation. - :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. + # noqa: E501 + + :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6752,20 +6760,20 @@ def enable_calculated_fields(self, enable_calculated_fields): @property def enable_calculated_fields_metadata(self): - """ - Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. + """Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. + + :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_calculated_fields_metadata @enable_calculated_fields_metadata.setter def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): - """ - Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. + """Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. - :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. + + :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6773,22 +6781,22 @@ def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): @property def enable_clickwraps(self): - """ - Gets the enable_clickwraps of this AccountSettingsInformation. - + """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 - :return: The enable_clickwraps of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_clickwraps @enable_clickwraps.setter def enable_clickwraps(self, enable_clickwraps): - """ - Sets the enable_clickwraps of this AccountSettingsInformation. - + """Sets the enable_clickwraps of this AccountSettingsInformation. - :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. + # noqa: E501 + + :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6796,20 +6804,20 @@ def enable_clickwraps(self, enable_clickwraps): @property def enable_clickwraps_metadata(self): - """ - Gets the enable_clickwraps_metadata of this AccountSettingsInformation. + """Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_clickwraps_metadata of this AccountSettingsInformation. + + :return: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_clickwraps_metadata @enable_clickwraps_metadata.setter def enable_clickwraps_metadata(self, enable_clickwraps_metadata): - """ - Sets the enable_clickwraps_metadata of this AccountSettingsInformation. + """Sets the enable_clickwraps_metadata of this AccountSettingsInformation. - :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. + + :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6817,22 +6825,22 @@ def enable_clickwraps_metadata(self, enable_clickwraps_metadata): @property def enable_comments_history_download_in_signing(self): - """ - Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. - + """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 - :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_comments_history_download_in_signing @enable_comments_history_download_in_signing.setter def enable_comments_history_download_in_signing(self, enable_comments_history_download_in_signing): - """ - Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. - + """Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. - :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. + # noqa: E501 + + :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6840,20 +6848,20 @@ def enable_comments_history_download_in_signing(self, enable_comments_history_do @property def enable_comments_history_download_in_signing_metadata(self): - """ - Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. + """Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. + + :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_comments_history_download_in_signing_metadata @enable_comments_history_download_in_signing_metadata.setter def enable_comments_history_download_in_signing_metadata(self, enable_comments_history_download_in_signing_metadata): - """ - Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. + """Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. - :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. + + :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6861,22 +6869,22 @@ def enable_comments_history_download_in_signing_metadata(self, enable_comments_h @property def enable_customer_satisfaction_metric_tracking(self): - """ - Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. - + """Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 - :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_customer_satisfaction_metric_tracking @enable_customer_satisfaction_metric_tracking.setter def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfaction_metric_tracking): - """ - Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. - + """Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. - :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. + # noqa: E501 + + :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6884,20 +6892,20 @@ def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfact @property def enable_customer_satisfaction_metric_tracking_metadata(self): - """ - Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. + """Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. + + :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_customer_satisfaction_metric_tracking_metadata @enable_customer_satisfaction_metric_tracking_metadata.setter def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_satisfaction_metric_tracking_metadata): - """ - Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. + """Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. - :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. + + :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6905,22 +6913,22 @@ def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_ @property def enable_ds_pro(self): - """ - Gets the enable_ds_pro of this AccountSettingsInformation. - + """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 - :return: The enable_ds_pro of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_ds_pro @enable_ds_pro.setter def enable_ds_pro(self, enable_ds_pro): - """ - Sets the enable_ds_pro of this AccountSettingsInformation. - + """Sets the enable_ds_pro of this AccountSettingsInformation. - :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. + # noqa: E501 + + :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6928,20 +6936,20 @@ def enable_ds_pro(self, enable_ds_pro): @property def enable_ds_pro_metadata(self): - """ - Gets the enable_ds_pro_metadata of this AccountSettingsInformation. + """Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_ds_pro_metadata of this AccountSettingsInformation. + + :return: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_ds_pro_metadata @enable_ds_pro_metadata.setter def enable_ds_pro_metadata(self, enable_ds_pro_metadata): - """ - Sets the enable_ds_pro_metadata of this AccountSettingsInformation. + """Sets the enable_ds_pro_metadata of this AccountSettingsInformation. - :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. + + :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6949,22 +6957,22 @@ def enable_ds_pro_metadata(self, enable_ds_pro_metadata): @property def enable_envelope_stamping_by_account_admin(self): - """ - Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. - + """Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 - :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_envelope_stamping_by_account_admin @enable_envelope_stamping_by_account_admin.setter def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_account_admin): - """ - Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. - + """Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. - :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. + # noqa: E501 + + :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -6972,20 +6980,20 @@ def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_ @property def enable_envelope_stamping_by_account_admin_metadata(self): - """ - Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. + """Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. + + :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_envelope_stamping_by_account_admin_metadata @enable_envelope_stamping_by_account_admin_metadata.setter def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_stamping_by_account_admin_metadata): - """ - Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. + """Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. - :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. + + :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -6993,22 +7001,22 @@ def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_sta @property def enable_envelope_stamping_by_ds_admin(self): - """ - Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. - + """Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 - :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_envelope_stamping_by_ds_admin @enable_envelope_stamping_by_ds_admin.setter def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_admin): - """ - Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. - + """Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. - :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. + # noqa: E501 + + :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7016,20 +7024,20 @@ def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_ad @property def enable_envelope_stamping_by_ds_admin_metadata(self): - """ - Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. + """Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. + + :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_envelope_stamping_by_ds_admin_metadata @enable_envelope_stamping_by_ds_admin_metadata.setter def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping_by_ds_admin_metadata): - """ - Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. + """Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. - :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. + + :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7037,22 +7045,22 @@ def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping @property def enable_in_browser_editor(self): - """ - Gets the enable_in_browser_editor of this AccountSettingsInformation. - + """Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 - :return: The enable_in_browser_editor of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_in_browser_editor @enable_in_browser_editor.setter def enable_in_browser_editor(self, enable_in_browser_editor): - """ - Sets the enable_in_browser_editor of this AccountSettingsInformation. - + """Sets the enable_in_browser_editor of this AccountSettingsInformation. - :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. + # noqa: E501 + + :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7060,20 +7068,20 @@ def enable_in_browser_editor(self, enable_in_browser_editor): @property def enable_in_browser_editor_metadata(self): - """ - Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. + """Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. + + :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_in_browser_editor_metadata @enable_in_browser_editor_metadata.setter def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): - """ - Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. + """Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. - :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. + + :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7081,22 +7089,22 @@ def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): @property def enable_payment_processing(self): - """ - Gets the enable_payment_processing of this AccountSettingsInformation. - + """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 - :return: The enable_payment_processing of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_payment_processing @enable_payment_processing.setter def enable_payment_processing(self, enable_payment_processing): - """ - Sets the enable_payment_processing of this AccountSettingsInformation. - + """Sets the enable_payment_processing of this AccountSettingsInformation. - :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. + # noqa: E501 + + :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7104,20 +7112,20 @@ def enable_payment_processing(self, enable_payment_processing): @property def enable_payment_processing_metadata(self): - """ - Gets the enable_payment_processing_metadata of this AccountSettingsInformation. + """Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_payment_processing_metadata of this AccountSettingsInformation. + + :return: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_payment_processing_metadata @enable_payment_processing_metadata.setter def enable_payment_processing_metadata(self, enable_payment_processing_metadata): - """ - Sets the enable_payment_processing_metadata of this AccountSettingsInformation. + """Sets the enable_payment_processing_metadata of this AccountSettingsInformation. - :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. + + :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7125,22 +7133,22 @@ def enable_payment_processing_metadata(self, enable_payment_processing_metadata) @property def enable_power_form(self): - """ - Gets the enable_power_form of this AccountSettingsInformation. - + """Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501 - :return: The enable_power_form of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_power_form of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_power_form @enable_power_form.setter def enable_power_form(self, enable_power_form): - """ - Sets the enable_power_form of this AccountSettingsInformation. - + """Sets the enable_power_form of this AccountSettingsInformation. - :param enable_power_form: The enable_power_form of this AccountSettingsInformation. + # noqa: E501 + + :param enable_power_form: The enable_power_form of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7148,22 +7156,22 @@ def enable_power_form(self, enable_power_form): @property def enable_power_form_direct(self): - """ - Gets the enable_power_form_direct of this AccountSettingsInformation. - + """Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 - :return: The enable_power_form_direct of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_power_form_direct @enable_power_form_direct.setter def enable_power_form_direct(self, enable_power_form_direct): - """ - Sets the enable_power_form_direct of this AccountSettingsInformation. - + """Sets the enable_power_form_direct of this AccountSettingsInformation. - :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. + # noqa: E501 + + :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7171,20 +7179,20 @@ def enable_power_form_direct(self, enable_power_form_direct): @property def enable_power_form_direct_metadata(self): - """ - Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. + """Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. + + :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_power_form_direct_metadata @enable_power_form_direct_metadata.setter def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): - """ - Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. + """Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. - :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. + + :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7192,20 +7200,20 @@ def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): @property def enable_power_form_metadata(self): - """ - Gets the enable_power_form_metadata of this AccountSettingsInformation. + """Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_power_form_metadata of this AccountSettingsInformation. + + :return: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_power_form_metadata @enable_power_form_metadata.setter def enable_power_form_metadata(self, enable_power_form_metadata): - """ - Sets the enable_power_form_metadata of this AccountSettingsInformation. + """Sets the enable_power_form_metadata of this AccountSettingsInformation. - :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. + + :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7213,22 +7221,22 @@ def enable_power_form_metadata(self, enable_power_form_metadata): @property def enable_recipient_domain_validation(self): - """ - Gets the enable_recipient_domain_validation of this AccountSettingsInformation. - + """Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 - :return: The enable_recipient_domain_validation of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_recipient_domain_validation @enable_recipient_domain_validation.setter def enable_recipient_domain_validation(self, enable_recipient_domain_validation): - """ - Sets the enable_recipient_domain_validation of this AccountSettingsInformation. - + """Sets the enable_recipient_domain_validation of this AccountSettingsInformation. - :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. + # noqa: E501 + + :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7236,20 +7244,20 @@ def enable_recipient_domain_validation(self, enable_recipient_domain_validation) @property def enable_recipient_domain_validation_metadata(self): - """ - Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. + """Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. + + :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_recipient_domain_validation_metadata @enable_recipient_domain_validation_metadata.setter def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_validation_metadata): - """ - Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. + """Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. - :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. + + :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7257,22 +7265,22 @@ def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_va @property def enable_report_links(self): - """ - Gets the enable_report_links of this AccountSettingsInformation. - + """Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501 - :return: The enable_report_links of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_report_links of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_report_links @enable_report_links.setter def enable_report_links(self, enable_report_links): - """ - Sets the enable_report_links of this AccountSettingsInformation. - + """Sets the enable_report_links of this AccountSettingsInformation. - :param enable_report_links: The enable_report_links of this AccountSettingsInformation. + # noqa: E501 + + :param enable_report_links: The enable_report_links of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7280,20 +7288,20 @@ def enable_report_links(self, enable_report_links): @property def enable_report_links_metadata(self): - """ - Gets the enable_report_links_metadata of this AccountSettingsInformation. + """Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_report_links_metadata of this AccountSettingsInformation. + + :return: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_report_links_metadata @enable_report_links_metadata.setter def enable_report_links_metadata(self, enable_report_links_metadata): - """ - Sets the enable_report_links_metadata of this AccountSettingsInformation. + """Sets the enable_report_links_metadata of this AccountSettingsInformation. - :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. + + :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7301,22 +7309,22 @@ def enable_report_links_metadata(self, enable_report_links_metadata): @property def enable_require_sign_on_paper(self): - """ - Gets the enable_require_sign_on_paper of this AccountSettingsInformation. - + """Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 - :return: The enable_require_sign_on_paper of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_require_sign_on_paper @enable_require_sign_on_paper.setter def enable_require_sign_on_paper(self, enable_require_sign_on_paper): - """ - Sets the enable_require_sign_on_paper of this AccountSettingsInformation. - + """Sets the enable_require_sign_on_paper of this AccountSettingsInformation. - :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. + # noqa: E501 + + :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7324,20 +7332,20 @@ def enable_require_sign_on_paper(self, enable_require_sign_on_paper): @property def enable_require_sign_on_paper_metadata(self): - """ - Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. + """Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. + + :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_require_sign_on_paper_metadata @enable_require_sign_on_paper_metadata.setter def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_metadata): - """ - Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. + """Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. - :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. + + :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7345,22 +7353,22 @@ def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_met @property def enable_reserved_domain(self): - """ - Gets the enable_reserved_domain of this AccountSettingsInformation. - + """Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 - :return: The enable_reserved_domain of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_reserved_domain @enable_reserved_domain.setter def enable_reserved_domain(self, enable_reserved_domain): - """ - Sets the enable_reserved_domain of this AccountSettingsInformation. - + """Sets the enable_reserved_domain of this AccountSettingsInformation. - :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. + # noqa: E501 + + :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7368,20 +7376,20 @@ def enable_reserved_domain(self, enable_reserved_domain): @property def enable_reserved_domain_metadata(self): - """ - Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. + """Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. + + :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_reserved_domain_metadata @enable_reserved_domain_metadata.setter def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): - """ - Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. + """Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. - :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. + + :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7389,22 +7397,22 @@ def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): @property def enable_responsive_signing(self): - """ - Gets the enable_responsive_signing of this AccountSettingsInformation. - + """Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 - :return: The enable_responsive_signing of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_responsive_signing @enable_responsive_signing.setter def enable_responsive_signing(self, enable_responsive_signing): - """ - Sets the enable_responsive_signing of this AccountSettingsInformation. - + """Sets the enable_responsive_signing of this AccountSettingsInformation. - :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. + # noqa: E501 + + :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7412,20 +7420,20 @@ def enable_responsive_signing(self, enable_responsive_signing): @property def enable_responsive_signing_metadata(self): - """ - Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. + """Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. + + :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_responsive_signing_metadata @enable_responsive_signing_metadata.setter def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata): - """ - Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. + """Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. - :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. + + :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7433,22 +7441,22 @@ def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata) @property def enable_scheduled_release(self): - """ - Gets the enable_scheduled_release of this AccountSettingsInformation. - + """Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 - :return: The enable_scheduled_release of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_scheduled_release @enable_scheduled_release.setter def enable_scheduled_release(self, enable_scheduled_release): - """ - Sets the enable_scheduled_release of this AccountSettingsInformation. - + """Sets the enable_scheduled_release of this AccountSettingsInformation. - :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. + # noqa: E501 + + :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7456,20 +7464,20 @@ def enable_scheduled_release(self, enable_scheduled_release): @property def enable_scheduled_release_metadata(self): - """ - Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. + """Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. + + :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_scheduled_release_metadata @enable_scheduled_release_metadata.setter def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): - """ - Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. + """Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. - :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. + + :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7477,22 +7485,22 @@ def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): @property def enable_search_ui(self): - """ - Gets the enable_search_ui of this AccountSettingsInformation. - + """Gets the enable_search_ui of this AccountSettingsInformation. # noqa: E501 - :return: The enable_search_ui of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_search_ui @enable_search_ui.setter def enable_search_ui(self, enable_search_ui): - """ - Sets the enable_search_ui of this AccountSettingsInformation. - + """Sets the enable_search_ui of this AccountSettingsInformation. - :param enable_search_ui: The enable_search_ui of this AccountSettingsInformation. + # noqa: E501 + + :param enable_search_ui: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7500,20 +7508,20 @@ def enable_search_ui(self, enable_search_ui): @property def enable_search_ui_metadata(self): - """ - Gets the enable_search_ui_metadata of this AccountSettingsInformation. + """Gets the enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_search_ui_metadata of this AccountSettingsInformation. + + :return: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_search_ui_metadata @enable_search_ui_metadata.setter def enable_search_ui_metadata(self, enable_search_ui_metadata): - """ - Sets the enable_search_ui_metadata of this AccountSettingsInformation. + """Sets the enable_search_ui_metadata of this AccountSettingsInformation. - :param enable_search_ui_metadata: The enable_search_ui_metadata of this AccountSettingsInformation. + + :param enable_search_ui_metadata: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7521,22 +7529,22 @@ def enable_search_ui_metadata(self, enable_search_ui_metadata): @property def enable_sending_tags_font_settings(self): - """ - Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. - + """Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sending_tags_font_settings @enable_sending_tags_font_settings.setter def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): - """ - Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. - + """Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. - :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7544,20 +7552,20 @@ def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): @property def enable_sending_tags_font_settings_metadata(self): - """ - Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. + """Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. + + :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sending_tags_font_settings_metadata @enable_sending_tags_font_settings_metadata.setter def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_settings_metadata): - """ - Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. + """Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. - :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. + + :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7565,22 +7573,22 @@ def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_se @property def enable_send_to_agent(self): - """ - Gets the enable_send_to_agent of this AccountSettingsInformation. - + """Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_agent of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_send_to_agent @enable_send_to_agent.setter def enable_send_to_agent(self, enable_send_to_agent): - """ - Sets the enable_send_to_agent of this AccountSettingsInformation. - + """Sets the enable_send_to_agent of this AccountSettingsInformation. - :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. + # noqa: E501 + + :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7588,20 +7596,20 @@ def enable_send_to_agent(self, enable_send_to_agent): @property def enable_send_to_agent_metadata(self): - """ - Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. + """Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. + + :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_send_to_agent_metadata @enable_send_to_agent_metadata.setter def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): - """ - Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. + """Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. - :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. + + :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7609,22 +7617,22 @@ def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): @property def enable_send_to_intermediary(self): - """ - Gets the enable_send_to_intermediary of this AccountSettingsInformation. - + """Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_intermediary of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_send_to_intermediary @enable_send_to_intermediary.setter def enable_send_to_intermediary(self, enable_send_to_intermediary): - """ - Sets the enable_send_to_intermediary of this AccountSettingsInformation. - + """Sets the enable_send_to_intermediary of this AccountSettingsInformation. - :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. + # noqa: E501 + + :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7632,20 +7640,20 @@ def enable_send_to_intermediary(self, enable_send_to_intermediary): @property def enable_send_to_intermediary_metadata(self): - """ - Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. + """Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. + + :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_send_to_intermediary_metadata @enable_send_to_intermediary_metadata.setter def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metadata): - """ - Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. + """Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. - :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. + + :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7653,22 +7661,22 @@ def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metad @property def enable_send_to_manage(self): - """ - Gets the enable_send_to_manage of this AccountSettingsInformation. - + """Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_manage of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_send_to_manage @enable_send_to_manage.setter def enable_send_to_manage(self, enable_send_to_manage): - """ - Sets the enable_send_to_manage of this AccountSettingsInformation. - + """Sets the enable_send_to_manage of this AccountSettingsInformation. - :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. + # noqa: E501 + + :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7676,20 +7684,20 @@ def enable_send_to_manage(self, enable_send_to_manage): @property def enable_send_to_manage_metadata(self): - """ - Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. + """Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. + + :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_send_to_manage_metadata @enable_send_to_manage_metadata.setter def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): - """ - Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. + """Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. - :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. + + :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7697,22 +7705,22 @@ def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): @property def enable_sequential_signing_api(self): - """ - Gets the enable_sequential_signing_api of this AccountSettingsInformation. - + """Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sequential_signing_api of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sequential_signing_api @enable_sequential_signing_api.setter def enable_sequential_signing_api(self, enable_sequential_signing_api): - """ - Sets the enable_sequential_signing_api of this AccountSettingsInformation. - + """Sets the enable_sequential_signing_api of this AccountSettingsInformation. - :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7720,20 +7728,20 @@ def enable_sequential_signing_api(self, enable_sequential_signing_api): @property def enable_sequential_signing_api_metadata(self): - """ - Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. + """Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. + + :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sequential_signing_api_metadata @enable_sequential_signing_api_metadata.setter def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): - """ - Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. + """Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. - :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. + + :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7741,22 +7749,22 @@ def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_m @property def enable_sequential_signing_ui(self): - """ - Gets the enable_sequential_signing_ui of this AccountSettingsInformation. - + """Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sequential_signing_ui of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sequential_signing_ui @enable_sequential_signing_ui.setter def enable_sequential_signing_ui(self, enable_sequential_signing_ui): - """ - Sets the enable_sequential_signing_ui of this AccountSettingsInformation. - + """Sets the enable_sequential_signing_ui of this AccountSettingsInformation. - :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7764,20 +7772,20 @@ def enable_sequential_signing_ui(self, enable_sequential_signing_ui): @property def enable_sequential_signing_ui_metadata(self): - """ - Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. + """Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. + + :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sequential_signing_ui_metadata @enable_sequential_signing_ui_metadata.setter def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): - """ - Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. + """Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. - :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. + + :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7785,22 +7793,22 @@ def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_met @property def enable_signer_attachments(self): - """ - Gets the enable_signer_attachments of this AccountSettingsInformation. - + """Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signer_attachments of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_signer_attachments @enable_signer_attachments.setter def enable_signer_attachments(self, enable_signer_attachments): - """ - Sets the enable_signer_attachments of this AccountSettingsInformation. - + """Sets the enable_signer_attachments of this AccountSettingsInformation. - :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. + # noqa: E501 + + :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7808,20 +7816,20 @@ def enable_signer_attachments(self, enable_signer_attachments): @property def enable_signer_attachments_metadata(self): - """ - Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. + """Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. + + :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_signer_attachments_metadata @enable_signer_attachments_metadata.setter def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): - """ - Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. + """Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. - :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. + + :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7829,22 +7837,22 @@ def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata) @property def enable_signing_extension_comments(self): - """ - Gets the enable_signing_extension_comments of this AccountSettingsInformation. - + """Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_extension_comments of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_signing_extension_comments @enable_signing_extension_comments.setter def enable_signing_extension_comments(self, enable_signing_extension_comments): - """ - Sets the enable_signing_extension_comments of this AccountSettingsInformation. - + """Sets the enable_signing_extension_comments of this AccountSettingsInformation. - :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. + # noqa: E501 + + :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7852,20 +7860,20 @@ def enable_signing_extension_comments(self, enable_signing_extension_comments): @property def enable_signing_extension_comments_metadata(self): - """ - Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. + """Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. + + :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_signing_extension_comments_metadata @enable_signing_extension_comments_metadata.setter def enable_signing_extension_comments_metadata(self, enable_signing_extension_comments_metadata): - """ - Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. + """Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. - :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. + + :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7873,22 +7881,22 @@ def enable_signing_extension_comments_metadata(self, enable_signing_extension_co @property def enable_signing_extension_conversations(self): - """ - Gets the enable_signing_extension_conversations of this AccountSettingsInformation. - + """Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_extension_conversations of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_signing_extension_conversations @enable_signing_extension_conversations.setter def enable_signing_extension_conversations(self, enable_signing_extension_conversations): - """ - Sets the enable_signing_extension_conversations of this AccountSettingsInformation. - + """Sets the enable_signing_extension_conversations of this AccountSettingsInformation. - :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. + # noqa: E501 + + :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7896,20 +7904,20 @@ def enable_signing_extension_conversations(self, enable_signing_extension_conver @property def enable_signing_extension_conversations_metadata(self): - """ - Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. + """Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. + + :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_signing_extension_conversations_metadata @enable_signing_extension_conversations_metadata.setter def enable_signing_extension_conversations_metadata(self, enable_signing_extension_conversations_metadata): - """ - Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. + """Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. - :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. + + :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7917,22 +7925,22 @@ def enable_signing_extension_conversations_metadata(self, enable_signing_extensi @property def enable_signing_order_settings_for_account(self): - """ - Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. - + """Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_signing_order_settings_for_account @enable_signing_order_settings_for_account.setter def enable_signing_order_settings_for_account(self, enable_signing_order_settings_for_account): - """ - Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. - + """Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. - :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. + # noqa: E501 + + :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7940,20 +7948,20 @@ def enable_signing_order_settings_for_account(self, enable_signing_order_setting @property def enable_signing_order_settings_for_account_metadata(self): - """ - Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. + """Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. + + :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_signing_order_settings_for_account_metadata @enable_signing_order_settings_for_account_metadata.setter def enable_signing_order_settings_for_account_metadata(self, enable_signing_order_settings_for_account_metadata): - """ - Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. + """Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. - :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. + + :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -7961,22 +7969,22 @@ def enable_signing_order_settings_for_account_metadata(self, enable_signing_orde @property def enable_sign_on_paper(self): - """ - Gets the enable_sign_on_paper of this AccountSettingsInformation. - + """Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sign_on_paper @enable_sign_on_paper.setter def enable_sign_on_paper(self, enable_sign_on_paper): - """ - Sets the enable_sign_on_paper of this AccountSettingsInformation. - + """Sets the enable_sign_on_paper of this AccountSettingsInformation. - :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -7984,20 +7992,20 @@ def enable_sign_on_paper(self, enable_sign_on_paper): @property def enable_sign_on_paper_metadata(self): - """ - Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. + """Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. + + :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sign_on_paper_metadata @enable_sign_on_paper_metadata.setter def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): - """ - Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. + """Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. - :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. + + :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8005,22 +8013,22 @@ def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): @property def enable_sign_on_paper_override(self): - """ - Gets the enable_sign_on_paper_override of this AccountSettingsInformation. - + """Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sign_on_paper_override @enable_sign_on_paper_override.setter def enable_sign_on_paper_override(self, enable_sign_on_paper_override): - """ - Sets the enable_sign_on_paper_override of this AccountSettingsInformation. - + """Sets the enable_sign_on_paper_override of this AccountSettingsInformation. - :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8028,20 +8036,20 @@ def enable_sign_on_paper_override(self, enable_sign_on_paper_override): @property def enable_sign_on_paper_override_metadata(self): - """ - Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. + """Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. + + :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sign_on_paper_override_metadata @enable_sign_on_paper_override_metadata.setter def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): - """ - Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. + """Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. - :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. + + :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8049,22 +8057,22 @@ def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_m @property def enable_sign_with_notary(self): - """ - Gets the enable_sign_with_notary of this AccountSettingsInformation. - + """Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_with_notary of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sign_with_notary @enable_sign_with_notary.setter def enable_sign_with_notary(self, enable_sign_with_notary): - """ - Sets the enable_sign_with_notary of this AccountSettingsInformation. - + """Sets the enable_sign_with_notary of this AccountSettingsInformation. - :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8072,20 +8080,20 @@ def enable_sign_with_notary(self, enable_sign_with_notary): @property def enable_sign_with_notary_metadata(self): - """ - Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. + """Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. + + :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sign_with_notary_metadata @enable_sign_with_notary_metadata.setter def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): - """ - Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. + """Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. - :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. + + :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8093,22 +8101,22 @@ def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): @property def enable_smart_contracts(self): - """ - Gets the enable_smart_contracts of this AccountSettingsInformation. - + """Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 - :return: The enable_smart_contracts of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_smart_contracts @enable_smart_contracts.setter def enable_smart_contracts(self, enable_smart_contracts): - """ - Sets the enable_smart_contracts of this AccountSettingsInformation. - + """Sets the enable_smart_contracts of this AccountSettingsInformation. - :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. + # noqa: E501 + + :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8116,20 +8124,20 @@ def enable_smart_contracts(self, enable_smart_contracts): @property def enable_smart_contracts_metadata(self): - """ - Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. + """Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. + + :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_smart_contracts_metadata @enable_smart_contracts_metadata.setter def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): - """ - Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. + """Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. - :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. + + :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8137,22 +8145,22 @@ def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): @property def enable_sms_authentication(self): - """ - Gets the enable_sms_authentication of this AccountSettingsInformation. - + """Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sms_authentication of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sms_authentication @enable_sms_authentication.setter def enable_sms_authentication(self, enable_sms_authentication): - """ - Sets the enable_sms_authentication of this AccountSettingsInformation. - + """Sets the enable_sms_authentication of this AccountSettingsInformation. - :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. + # noqa: E501 + + :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8160,20 +8168,20 @@ def enable_sms_authentication(self, enable_sms_authentication): @property def enable_sms_authentication_metadata(self): - """ - Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. + """Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. + + :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sms_authentication_metadata @enable_sms_authentication_metadata.setter def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata): - """ - Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. + """Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. - :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. + + :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8181,22 +8189,22 @@ def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata) @property def enable_social_id_login(self): - """ - Gets the enable_social_id_login of this AccountSettingsInformation. - + """Gets the enable_social_id_login of this AccountSettingsInformation. # noqa: E501 - :return: The enable_social_id_login of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_social_id_login @enable_social_id_login.setter def enable_social_id_login(self, enable_social_id_login): - """ - Sets the enable_social_id_login of this AccountSettingsInformation. - + """Sets the enable_social_id_login of this AccountSettingsInformation. - :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. + # noqa: E501 + + :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8204,20 +8212,20 @@ def enable_social_id_login(self, enable_social_id_login): @property def enable_social_id_login_metadata(self): - """ - Gets the enable_social_id_login_metadata of this AccountSettingsInformation. + """Gets the enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_social_id_login_metadata of this AccountSettingsInformation. + + :return: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_social_id_login_metadata @enable_social_id_login_metadata.setter def enable_social_id_login_metadata(self, enable_social_id_login_metadata): - """ - Sets the enable_social_id_login_metadata of this AccountSettingsInformation. + """Sets the enable_social_id_login_metadata of this AccountSettingsInformation. - :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. + + :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8225,22 +8233,22 @@ def enable_social_id_login_metadata(self, enable_social_id_login_metadata): @property def enable_strike_through(self): - """ - Gets the enable_strike_through of this AccountSettingsInformation. - + """Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501 - :return: The enable_strike_through of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_strike_through @enable_strike_through.setter def enable_strike_through(self, enable_strike_through): - """ - Sets the enable_strike_through of this AccountSettingsInformation. - + """Sets the enable_strike_through of this AccountSettingsInformation. - :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. + # noqa: E501 + + :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8248,20 +8256,20 @@ def enable_strike_through(self, enable_strike_through): @property def enable_strike_through_metadata(self): - """ - Gets the enable_strike_through_metadata of this AccountSettingsInformation. + """Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_strike_through_metadata of this AccountSettingsInformation. + + :return: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_strike_through_metadata @enable_strike_through_metadata.setter def enable_strike_through_metadata(self, enable_strike_through_metadata): - """ - Sets the enable_strike_through_metadata of this AccountSettingsInformation. + """Sets the enable_strike_through_metadata of this AccountSettingsInformation. - :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. + + :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8269,22 +8277,22 @@ def enable_strike_through_metadata(self, enable_strike_through_metadata): @property def enable_transaction_point(self): - """ - Gets the enable_transaction_point of this AccountSettingsInformation. - + """Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501 - :return: The enable_transaction_point of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_transaction_point @enable_transaction_point.setter def enable_transaction_point(self, enable_transaction_point): - """ - Sets the enable_transaction_point of this AccountSettingsInformation. - + """Sets the enable_transaction_point of this AccountSettingsInformation. - :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. + # noqa: E501 + + :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8292,20 +8300,20 @@ def enable_transaction_point(self, enable_transaction_point): @property def enable_transaction_point_metadata(self): - """ - Gets the enable_transaction_point_metadata of this AccountSettingsInformation. + """Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_transaction_point_metadata of this AccountSettingsInformation. + + :return: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_transaction_point_metadata @enable_transaction_point_metadata.setter def enable_transaction_point_metadata(self, enable_transaction_point_metadata): - """ - Sets the enable_transaction_point_metadata of this AccountSettingsInformation. + """Sets the enable_transaction_point_metadata of this AccountSettingsInformation. - :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. + + :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8313,22 +8321,22 @@ def enable_transaction_point_metadata(self, enable_transaction_point_metadata): @property def enable_vaulting(self): - """ - Gets the enable_vaulting of this AccountSettingsInformation. - + """Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501 - :return: The enable_vaulting of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_vaulting @enable_vaulting.setter def enable_vaulting(self, enable_vaulting): - """ - Sets the enable_vaulting of this AccountSettingsInformation. - + """Sets the enable_vaulting of this AccountSettingsInformation. - :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. + # noqa: E501 + + :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8336,20 +8344,20 @@ def enable_vaulting(self, enable_vaulting): @property def enable_vaulting_metadata(self): - """ - Gets the enable_vaulting_metadata of this AccountSettingsInformation. + """Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_vaulting_metadata of this AccountSettingsInformation. + + :return: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_vaulting_metadata @enable_vaulting_metadata.setter def enable_vaulting_metadata(self, enable_vaulting_metadata): - """ - Sets the enable_vaulting_metadata of this AccountSettingsInformation. + """Sets the enable_vaulting_metadata of this AccountSettingsInformation. - :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. + + :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8357,22 +8365,22 @@ def enable_vaulting_metadata(self, enable_vaulting_metadata): @property def enable_witnessing(self): - """ - Gets the enable_witnessing of this AccountSettingsInformation. - + """Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501 - :return: The enable_witnessing of this AccountSettingsInformation. + # noqa: E501 + + :return: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_witnessing @enable_witnessing.setter def enable_witnessing(self, enable_witnessing): - """ - Sets the enable_witnessing of this AccountSettingsInformation. - + """Sets the enable_witnessing of this AccountSettingsInformation. - :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. + # noqa: E501 + + :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8380,20 +8388,20 @@ def enable_witnessing(self, enable_witnessing): @property def enable_witnessing_metadata(self): - """ - Gets the enable_witnessing_metadata of this AccountSettingsInformation. + """Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enable_witnessing_metadata of this AccountSettingsInformation. + + :return: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_witnessing_metadata @enable_witnessing_metadata.setter def enable_witnessing_metadata(self, enable_witnessing_metadata): - """ - Sets the enable_witnessing_metadata of this AccountSettingsInformation. + """Sets the enable_witnessing_metadata of this AccountSettingsInformation. - :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. + + :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8401,22 +8409,22 @@ def enable_witnessing_metadata(self, enable_witnessing_metadata): @property def enforce_template_name_uniqueness(self): - """ - Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. - + """Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 - :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. + # noqa: E501 + + :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._enforce_template_name_uniqueness @enforce_template_name_uniqueness.setter def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): - """ - Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. - + """Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. - :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. + # noqa: E501 + + :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8424,20 +8432,20 @@ def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): @property def enforce_template_name_uniqueness_metadata(self): - """ - Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. + """Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. + + :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enforce_template_name_uniqueness_metadata @enforce_template_name_uniqueness_metadata.setter def enforce_template_name_uniqueness_metadata(self, enforce_template_name_uniqueness_metadata): - """ - Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. + """Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. - :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. + + :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8445,22 +8453,22 @@ def enforce_template_name_uniqueness_metadata(self, enforce_template_name_unique @property def envelope_integration_allowed(self): - """ - Gets the envelope_integration_allowed of this AccountSettingsInformation. - + """Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_integration_allowed of this AccountSettingsInformation. + # noqa: E501 + + :return: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._envelope_integration_allowed @envelope_integration_allowed.setter def envelope_integration_allowed(self, envelope_integration_allowed): - """ - Sets the envelope_integration_allowed of this AccountSettingsInformation. - + """Sets the envelope_integration_allowed of this AccountSettingsInformation. - :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. + # noqa: E501 + + :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8468,20 +8476,20 @@ def envelope_integration_allowed(self, envelope_integration_allowed): @property def envelope_integration_allowed_metadata(self): - """ - Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. + """Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. + + :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._envelope_integration_allowed_metadata @envelope_integration_allowed_metadata.setter def envelope_integration_allowed_metadata(self, envelope_integration_allowed_metadata): - """ - Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. + """Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. - :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. + + :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8489,22 +8497,22 @@ def envelope_integration_allowed_metadata(self, envelope_integration_allowed_met @property def envelope_integration_enabled(self): - """ - Gets the envelope_integration_enabled of this AccountSettingsInformation. - + """Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_integration_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._envelope_integration_enabled @envelope_integration_enabled.setter def envelope_integration_enabled(self, envelope_integration_enabled): - """ - Sets the envelope_integration_enabled of this AccountSettingsInformation. - + """Sets the envelope_integration_enabled of this AccountSettingsInformation. - :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8512,20 +8520,20 @@ def envelope_integration_enabled(self, envelope_integration_enabled): @property def envelope_integration_enabled_metadata(self): - """ - Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. + """Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. + + :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._envelope_integration_enabled_metadata @envelope_integration_enabled_metadata.setter def envelope_integration_enabled_metadata(self, envelope_integration_enabled_metadata): - """ - Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. + """Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. - :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. + + :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8533,22 +8541,22 @@ def envelope_integration_enabled_metadata(self, envelope_integration_enabled_met @property def envelope_stamping_default_value(self): - """ - Gets the envelope_stamping_default_value of this AccountSettingsInformation. - + """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_stamping_default_value of this AccountSettingsInformation. + # noqa: E501 + + :return: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._envelope_stamping_default_value @envelope_stamping_default_value.setter def envelope_stamping_default_value(self, envelope_stamping_default_value): - """ - Sets the envelope_stamping_default_value of this AccountSettingsInformation. - + """Sets the envelope_stamping_default_value of this AccountSettingsInformation. - :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. + # noqa: E501 + + :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8556,20 +8564,20 @@ def envelope_stamping_default_value(self, envelope_stamping_default_value): @property def envelope_stamping_default_value_metadata(self): - """ - Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. + """Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. + + :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._envelope_stamping_default_value_metadata @envelope_stamping_default_value_metadata.setter def envelope_stamping_default_value_metadata(self, envelope_stamping_default_value_metadata): - """ - Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. + """Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. - :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. + + :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8577,22 +8585,22 @@ def envelope_stamping_default_value_metadata(self, envelope_stamping_default_val @property def express_send(self): - """ - Gets the express_send of this AccountSettingsInformation. - + """Gets the express_send of this AccountSettingsInformation. # noqa: E501 - :return: The express_send of this AccountSettingsInformation. + # noqa: E501 + + :return: The express_send of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._express_send @express_send.setter def express_send(self, express_send): - """ - Sets the express_send of this AccountSettingsInformation. - + """Sets the express_send of this AccountSettingsInformation. - :param express_send: The express_send of this AccountSettingsInformation. + # noqa: E501 + + :param express_send: The express_send of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8600,22 +8608,22 @@ def express_send(self, express_send): @property def express_send_allow_tabs(self): - """ - Gets the express_send_allow_tabs of this AccountSettingsInformation. - + """Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 - :return: The express_send_allow_tabs of this AccountSettingsInformation. + # noqa: E501 + + :return: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._express_send_allow_tabs @express_send_allow_tabs.setter def express_send_allow_tabs(self, express_send_allow_tabs): - """ - Sets the express_send_allow_tabs of this AccountSettingsInformation. - + """Sets the express_send_allow_tabs of this AccountSettingsInformation. - :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. + # noqa: E501 + + :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8623,20 +8631,20 @@ def express_send_allow_tabs(self, express_send_allow_tabs): @property def express_send_allow_tabs_metadata(self): - """ - Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. + """Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. + + :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._express_send_allow_tabs_metadata @express_send_allow_tabs_metadata.setter def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): - """ - Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. + """Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. - :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. + + :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8644,20 +8652,20 @@ def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): @property def express_send_metadata(self): - """ - Gets the express_send_metadata of this AccountSettingsInformation. + """Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The express_send_metadata of this AccountSettingsInformation. + + :return: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._express_send_metadata @express_send_metadata.setter def express_send_metadata(self, express_send_metadata): - """ - Sets the express_send_metadata of this AccountSettingsInformation. + """Sets the express_send_metadata of this AccountSettingsInformation. - :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. + + :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8665,20 +8673,20 @@ def express_send_metadata(self, express_send_metadata): @property def external_document_sources(self): - """ - Gets the external_document_sources of this AccountSettingsInformation. + """Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501 - :return: The external_document_sources of this AccountSettingsInformation. + + :return: The external_document_sources of this AccountSettingsInformation. # noqa: E501 :rtype: ExternalDocumentSources """ return self._external_document_sources @external_document_sources.setter def external_document_sources(self, external_document_sources): - """ - Sets the external_document_sources of this AccountSettingsInformation. + """Sets the external_document_sources of this AccountSettingsInformation. - :param external_document_sources: The external_document_sources of this AccountSettingsInformation. + + :param external_document_sources: The external_document_sources of this AccountSettingsInformation. # noqa: E501 :type: ExternalDocumentSources """ @@ -8686,22 +8694,22 @@ def external_document_sources(self, external_document_sources): @property def external_signature_pad_type(self): - """ - Gets the external_signature_pad_type of this AccountSettingsInformation. - + """Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 - :return: The external_signature_pad_type of this AccountSettingsInformation. + # noqa: E501 + + :return: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._external_signature_pad_type @external_signature_pad_type.setter def external_signature_pad_type(self, external_signature_pad_type): - """ - Sets the external_signature_pad_type of this AccountSettingsInformation. - + """Sets the external_signature_pad_type of this AccountSettingsInformation. - :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. + # noqa: E501 + + :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8709,20 +8717,20 @@ def external_signature_pad_type(self, external_signature_pad_type): @property def external_signature_pad_type_metadata(self): - """ - Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. + """Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. + + :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._external_signature_pad_type_metadata @external_signature_pad_type_metadata.setter def external_signature_pad_type_metadata(self, external_signature_pad_type_metadata): - """ - Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. + """Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. - :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. + + :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8730,22 +8738,22 @@ def external_signature_pad_type_metadata(self, external_signature_pad_type_metad @property def fax_out_enabled(self): - """ - Gets the fax_out_enabled of this AccountSettingsInformation. - + """Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The fax_out_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._fax_out_enabled @fax_out_enabled.setter def fax_out_enabled(self, fax_out_enabled): - """ - Sets the fax_out_enabled of this AccountSettingsInformation. - + """Sets the fax_out_enabled of this AccountSettingsInformation. - :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8753,20 +8761,20 @@ def fax_out_enabled(self, fax_out_enabled): @property def fax_out_enabled_metadata(self): - """ - Gets the fax_out_enabled_metadata of this AccountSettingsInformation. + """Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The fax_out_enabled_metadata of this AccountSettingsInformation. + + :return: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._fax_out_enabled_metadata @fax_out_enabled_metadata.setter def fax_out_enabled_metadata(self, fax_out_enabled_metadata): - """ - Sets the fax_out_enabled_metadata of this AccountSettingsInformation. + """Sets the fax_out_enabled_metadata of this AccountSettingsInformation. - :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. + + :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8774,22 +8782,22 @@ def fax_out_enabled_metadata(self, fax_out_enabled_metadata): @property def guided_forms_html_allowed(self): - """ - Gets the guided_forms_html_allowed of this AccountSettingsInformation. - + """Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 - :return: The guided_forms_html_allowed of this AccountSettingsInformation. + # noqa: E501 + + :return: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._guided_forms_html_allowed @guided_forms_html_allowed.setter def guided_forms_html_allowed(self, guided_forms_html_allowed): - """ - Sets the guided_forms_html_allowed of this AccountSettingsInformation. - + """Sets the guided_forms_html_allowed of this AccountSettingsInformation. - :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. + # noqa: E501 + + :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8797,20 +8805,20 @@ def guided_forms_html_allowed(self, guided_forms_html_allowed): @property def guided_forms_html_allowed_metadata(self): - """ - Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. + """Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. + + :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._guided_forms_html_allowed_metadata @guided_forms_html_allowed_metadata.setter def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata): - """ - Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. + """Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. - :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. + + :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8818,22 +8826,22 @@ def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata) @property def hide_account_address_in_co_c(self): - """ - Gets the hide_account_address_in_co_c of this AccountSettingsInformation. - + """Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 - :return: The hide_account_address_in_co_c of this AccountSettingsInformation. + # noqa: E501 + + :return: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._hide_account_address_in_co_c @hide_account_address_in_co_c.setter def hide_account_address_in_co_c(self, hide_account_address_in_co_c): - """ - Sets the hide_account_address_in_co_c of this AccountSettingsInformation. - + """Sets the hide_account_address_in_co_c of this AccountSettingsInformation. - :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. + # noqa: E501 + + :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8841,20 +8849,20 @@ def hide_account_address_in_co_c(self, hide_account_address_in_co_c): @property def hide_account_address_in_co_c_metadata(self): - """ - Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. + """Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. + + :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._hide_account_address_in_co_c_metadata @hide_account_address_in_co_c_metadata.setter def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_metadata): - """ - Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. + """Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. - :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. + + :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8862,22 +8870,22 @@ def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_met @property def hide_pricing(self): - """ - Gets the hide_pricing of this AccountSettingsInformation. - + """Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501 - :return: The hide_pricing of this AccountSettingsInformation. + # noqa: E501 + + :return: The hide_pricing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._hide_pricing @hide_pricing.setter def hide_pricing(self, hide_pricing): - """ - Sets the hide_pricing of this AccountSettingsInformation. - + """Sets the hide_pricing of this AccountSettingsInformation. - :param hide_pricing: The hide_pricing of this AccountSettingsInformation. + # noqa: E501 + + :param hide_pricing: The hide_pricing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8885,20 +8893,20 @@ def hide_pricing(self, hide_pricing): @property def hide_pricing_metadata(self): - """ - Gets the hide_pricing_metadata of this AccountSettingsInformation. + """Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The hide_pricing_metadata of this AccountSettingsInformation. + + :return: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._hide_pricing_metadata @hide_pricing_metadata.setter def hide_pricing_metadata(self, hide_pricing_metadata): - """ - Sets the hide_pricing_metadata of this AccountSettingsInformation. + """Sets the hide_pricing_metadata of this AccountSettingsInformation. - :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. + + :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8906,22 +8914,22 @@ def hide_pricing_metadata(self, hide_pricing_metadata): @property def id_check_configurations(self): - """ - Gets the id_check_configurations of this AccountSettingsInformation. - + """Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_configurations of this AccountSettingsInformation. + # noqa: E501 + + :return: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 :rtype: list[IdCheckConfiguration] """ return self._id_check_configurations @id_check_configurations.setter def id_check_configurations(self, id_check_configurations): - """ - Sets the id_check_configurations of this AccountSettingsInformation. - + """Sets the id_check_configurations of this AccountSettingsInformation. - :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. + # noqa: E501 + + :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 :type: list[IdCheckConfiguration] """ @@ -8929,22 +8937,22 @@ def id_check_configurations(self, id_check_configurations): @property def id_check_expire(self): - """ - Gets the id_check_expire of this AccountSettingsInformation. - + """Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire of this AccountSettingsInformation. + # noqa: E501 + + :return: The id_check_expire of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._id_check_expire @id_check_expire.setter def id_check_expire(self, id_check_expire): - """ - Sets the id_check_expire of this AccountSettingsInformation. - + """Sets the id_check_expire of this AccountSettingsInformation. - :param id_check_expire: The id_check_expire of this AccountSettingsInformation. + # noqa: E501 + + :param id_check_expire: The id_check_expire of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8952,22 +8960,22 @@ def id_check_expire(self, id_check_expire): @property def id_check_expire_days(self): - """ - Gets the id_check_expire_days of this AccountSettingsInformation. - + """Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire_days of this AccountSettingsInformation. + # noqa: E501 + + :return: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._id_check_expire_days @id_check_expire_days.setter def id_check_expire_days(self, id_check_expire_days): - """ - Sets the id_check_expire_days of this AccountSettingsInformation. - + """Sets the id_check_expire_days of this AccountSettingsInformation. - :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. + # noqa: E501 + + :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -8975,20 +8983,20 @@ def id_check_expire_days(self, id_check_expire_days): @property def id_check_expire_days_metadata(self): - """ - Gets the id_check_expire_days_metadata of this AccountSettingsInformation. + """Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire_days_metadata of this AccountSettingsInformation. + + :return: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._id_check_expire_days_metadata @id_check_expire_days_metadata.setter def id_check_expire_days_metadata(self, id_check_expire_days_metadata): - """ - Sets the id_check_expire_days_metadata of this AccountSettingsInformation. + """Sets the id_check_expire_days_metadata of this AccountSettingsInformation. - :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. + + :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -8996,20 +9004,20 @@ def id_check_expire_days_metadata(self, id_check_expire_days_metadata): @property def id_check_expire_metadata(self): - """ - Gets the id_check_expire_metadata of this AccountSettingsInformation. + """Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire_metadata of this AccountSettingsInformation. + + :return: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._id_check_expire_metadata @id_check_expire_metadata.setter def id_check_expire_metadata(self, id_check_expire_metadata): - """ - Sets the id_check_expire_metadata of this AccountSettingsInformation. + """Sets the id_check_expire_metadata of this AccountSettingsInformation. - :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. + + :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9017,22 +9025,22 @@ def id_check_expire_metadata(self, id_check_expire_metadata): @property def id_check_expire_minutes(self): - """ - Gets the id_check_expire_minutes of this AccountSettingsInformation. - + """Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire_minutes of this AccountSettingsInformation. + # noqa: E501 + + :return: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._id_check_expire_minutes @id_check_expire_minutes.setter def id_check_expire_minutes(self, id_check_expire_minutes): - """ - Sets the id_check_expire_minutes of this AccountSettingsInformation. - + """Sets the id_check_expire_minutes of this AccountSettingsInformation. - :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. + # noqa: E501 + + :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9040,20 +9048,20 @@ def id_check_expire_minutes(self, id_check_expire_minutes): @property def id_check_expire_minutes_metadata(self): - """ - Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. + """Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. + + :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._id_check_expire_minutes_metadata @id_check_expire_minutes_metadata.setter def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): - """ - Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. + """Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. - :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. + + :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9061,22 +9069,22 @@ def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): @property def id_check_required(self): - """ - Gets the id_check_required of this AccountSettingsInformation. - + """Gets the id_check_required of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_required of this AccountSettingsInformation. + # noqa: E501 + + :return: The id_check_required of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._id_check_required @id_check_required.setter def id_check_required(self, id_check_required): - """ - Sets the id_check_required of this AccountSettingsInformation. - + """Sets the id_check_required of this AccountSettingsInformation. - :param id_check_required: The id_check_required of this AccountSettingsInformation. + # noqa: E501 + + :param id_check_required: The id_check_required of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9084,20 +9092,20 @@ def id_check_required(self, id_check_required): @property def id_check_required_metadata(self): - """ - Gets the id_check_required_metadata of this AccountSettingsInformation. + """Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The id_check_required_metadata of this AccountSettingsInformation. + + :return: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._id_check_required_metadata @id_check_required_metadata.setter def id_check_required_metadata(self, id_check_required_metadata): - """ - Sets the id_check_required_metadata of this AccountSettingsInformation. + """Sets the id_check_required_metadata of this AccountSettingsInformation. - :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. + + :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9105,22 +9113,22 @@ def id_check_required_metadata(self, id_check_required_metadata): @property def identity_verification(self): - """ - Gets the identity_verification of this AccountSettingsInformation. - + """Gets the identity_verification of this AccountSettingsInformation. # noqa: E501 - :return: The identity_verification of this AccountSettingsInformation. + # noqa: E501 + + :return: The identity_verification of this AccountSettingsInformation. # noqa: E501 :rtype: list[AccountIdentityVerificationWorkflow] """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this AccountSettingsInformation. - + """Sets the identity_verification of this AccountSettingsInformation. - :param identity_verification: The identity_verification of this AccountSettingsInformation. + # noqa: E501 + + :param identity_verification: The identity_verification of this AccountSettingsInformation. # noqa: E501 :type: list[AccountIdentityVerificationWorkflow] """ @@ -9128,20 +9136,20 @@ def identity_verification(self, identity_verification): @property def identity_verification_metadata(self): - """ - Gets the identity_verification_metadata of this AccountSettingsInformation. + """Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The identity_verification_metadata of this AccountSettingsInformation. + + :return: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._identity_verification_metadata @identity_verification_metadata.setter def identity_verification_metadata(self, identity_verification_metadata): - """ - Sets the identity_verification_metadata of this AccountSettingsInformation. + """Sets the identity_verification_metadata of this AccountSettingsInformation. - :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. + + :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9149,22 +9157,22 @@ def identity_verification_metadata(self, identity_verification_metadata): @property def ignore_error_if_anchor_tab_not_found(self): - """ - Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. - + """Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 - :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. + # noqa: E501 + + :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._ignore_error_if_anchor_tab_not_found @ignore_error_if_anchor_tab_not_found.setter def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_found): - """ - Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. - + """Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. - :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. + # noqa: E501 + + :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9172,20 +9180,20 @@ def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_fo @property def ignore_error_if_anchor_tab_not_found_metadata_enabled(self): - """ - Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. + """Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. + + :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._ignore_error_if_anchor_tab_not_found_metadata_enabled @ignore_error_if_anchor_tab_not_found_metadata_enabled.setter def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_anchor_tab_not_found_metadata_enabled): - """ - Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. + """Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. - :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. + + :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9193,22 +9201,22 @@ def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_ @property def in_person_id_check_question(self): - """ - Gets the in_person_id_check_question of this AccountSettingsInformation. - + """Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 - :return: The in_person_id_check_question of this AccountSettingsInformation. + # noqa: E501 + + :return: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._in_person_id_check_question @in_person_id_check_question.setter def in_person_id_check_question(self, in_person_id_check_question): - """ - Sets the in_person_id_check_question of this AccountSettingsInformation. - + """Sets the in_person_id_check_question of this AccountSettingsInformation. - :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. + # noqa: E501 + + :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9216,20 +9224,20 @@ def in_person_id_check_question(self, in_person_id_check_question): @property def in_person_id_check_question_metadata(self): - """ - Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. + """Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. + + :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._in_person_id_check_question_metadata @in_person_id_check_question_metadata.setter def in_person_id_check_question_metadata(self, in_person_id_check_question_metadata): - """ - Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. + """Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. - :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. + + :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9237,22 +9245,22 @@ def in_person_id_check_question_metadata(self, in_person_id_check_question_metad @property def in_person_signing_enabled(self): - """ - Gets the in_person_signing_enabled of this AccountSettingsInformation. - + """Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The in_person_signing_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._in_person_signing_enabled @in_person_signing_enabled.setter def in_person_signing_enabled(self, in_person_signing_enabled): - """ - Sets the in_person_signing_enabled of this AccountSettingsInformation. - + """Sets the in_person_signing_enabled of this AccountSettingsInformation. - :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9260,20 +9268,20 @@ def in_person_signing_enabled(self, in_person_signing_enabled): @property def in_person_signing_enabled_metadata(self): - """ - Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. + """Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. + + :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._in_person_signing_enabled_metadata @in_person_signing_enabled_metadata.setter def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata): - """ - Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. + """Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. - :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. + + :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9281,22 +9289,22 @@ def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata) @property def in_session_enabled(self): - """ - Gets the in_session_enabled of this AccountSettingsInformation. - + """Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The in_session_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._in_session_enabled @in_session_enabled.setter def in_session_enabled(self, in_session_enabled): - """ - Sets the in_session_enabled of this AccountSettingsInformation. - + """Sets the in_session_enabled of this AccountSettingsInformation. - :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9304,20 +9312,20 @@ def in_session_enabled(self, in_session_enabled): @property def in_session_enabled_metadata(self): - """ - Gets the in_session_enabled_metadata of this AccountSettingsInformation. + """Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The in_session_enabled_metadata of this AccountSettingsInformation. + + :return: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._in_session_enabled_metadata @in_session_enabled_metadata.setter def in_session_enabled_metadata(self, in_session_enabled_metadata): - """ - Sets the in_session_enabled_metadata of this AccountSettingsInformation. + """Sets the in_session_enabled_metadata of this AccountSettingsInformation. - :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. + + :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9325,22 +9333,22 @@ def in_session_enabled_metadata(self, in_session_enabled_metadata): @property def in_session_suppress_emails(self): - """ - Gets the in_session_suppress_emails of this AccountSettingsInformation. - + """Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 - :return: The in_session_suppress_emails of this AccountSettingsInformation. + # noqa: E501 + + :return: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._in_session_suppress_emails @in_session_suppress_emails.setter def in_session_suppress_emails(self, in_session_suppress_emails): - """ - Sets the in_session_suppress_emails of this AccountSettingsInformation. - + """Sets the in_session_suppress_emails of this AccountSettingsInformation. - :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. + # noqa: E501 + + :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9348,20 +9356,20 @@ def in_session_suppress_emails(self, in_session_suppress_emails): @property def in_session_suppress_emails_metadata(self): - """ - Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. + """Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. + + :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._in_session_suppress_emails_metadata @in_session_suppress_emails_metadata.setter def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadata): - """ - Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. + """Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. - :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. + + :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9369,22 +9377,22 @@ def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadat @property def maximum_signing_groups(self): - """ - Gets the maximum_signing_groups of this AccountSettingsInformation. - + """Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 - :return: The maximum_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :return: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._maximum_signing_groups @maximum_signing_groups.setter def maximum_signing_groups(self, maximum_signing_groups): - """ - Sets the maximum_signing_groups of this AccountSettingsInformation. - + """Sets the maximum_signing_groups of this AccountSettingsInformation. - :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. + # noqa: E501 + + :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9392,20 +9400,20 @@ def maximum_signing_groups(self, maximum_signing_groups): @property def maximum_signing_groups_metadata(self): - """ - Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. + """Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. + + :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._maximum_signing_groups_metadata @maximum_signing_groups_metadata.setter def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): - """ - Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. + """Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. - :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. + + :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9413,22 +9421,22 @@ def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): @property def maximum_users_per_signing_group(self): - """ - Gets the maximum_users_per_signing_group of this AccountSettingsInformation. - + """Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 - :return: The maximum_users_per_signing_group of this AccountSettingsInformation. + # noqa: E501 + + :return: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._maximum_users_per_signing_group @maximum_users_per_signing_group.setter def maximum_users_per_signing_group(self, maximum_users_per_signing_group): - """ - Sets the maximum_users_per_signing_group of this AccountSettingsInformation. - + """Sets the maximum_users_per_signing_group of this AccountSettingsInformation. - :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. + # noqa: E501 + + :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9436,20 +9444,20 @@ def maximum_users_per_signing_group(self, maximum_users_per_signing_group): @property def maximum_users_per_signing_group_metadata(self): - """ - Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. + """Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. + + :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._maximum_users_per_signing_group_metadata @maximum_users_per_signing_group_metadata.setter def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_group_metadata): - """ - Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. + """Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. - :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. + + :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9457,22 +9465,22 @@ def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_gro @property def max_number_of_custom_stamps(self): - """ - Gets the max_number_of_custom_stamps of this AccountSettingsInformation. - + """Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 - :return: The max_number_of_custom_stamps of this AccountSettingsInformation. + # noqa: E501 + + :return: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._max_number_of_custom_stamps @max_number_of_custom_stamps.setter def max_number_of_custom_stamps(self, max_number_of_custom_stamps): - """ - Sets the max_number_of_custom_stamps of this AccountSettingsInformation. - + """Sets the max_number_of_custom_stamps of this AccountSettingsInformation. - :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. + # noqa: E501 + + :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9480,22 +9488,22 @@ def max_number_of_custom_stamps(self, max_number_of_custom_stamps): @property def mobile_session_timeout(self): - """ - Gets the mobile_session_timeout of this AccountSettingsInformation. - + """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 - :return: The mobile_session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :return: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._mobile_session_timeout @mobile_session_timeout.setter def mobile_session_timeout(self, mobile_session_timeout): - """ - Sets the mobile_session_timeout of this AccountSettingsInformation. - + """Sets the mobile_session_timeout of this AccountSettingsInformation. - :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9503,20 +9511,20 @@ def mobile_session_timeout(self, mobile_session_timeout): @property def mobile_session_timeout_metadata(self): - """ - Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. + """Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. + + :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._mobile_session_timeout_metadata @mobile_session_timeout_metadata.setter def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): - """ - Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. + """Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. - :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. + + :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9524,22 +9532,22 @@ def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): @property def number_of_active_custom_stamps(self): - """ - Gets the number_of_active_custom_stamps of this AccountSettingsInformation. - + """Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 - :return: The number_of_active_custom_stamps of this AccountSettingsInformation. + # noqa: E501 + + :return: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._number_of_active_custom_stamps @number_of_active_custom_stamps.setter def number_of_active_custom_stamps(self, number_of_active_custom_stamps): - """ - Sets the number_of_active_custom_stamps of this AccountSettingsInformation. - + """Sets the number_of_active_custom_stamps of this AccountSettingsInformation. - :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. + # noqa: E501 + + :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9547,22 +9555,22 @@ def number_of_active_custom_stamps(self, number_of_active_custom_stamps): @property def opt_in_mobile_signing_v02(self): - """ - Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. - + """Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 - :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. + # noqa: E501 + + :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._opt_in_mobile_signing_v02 @opt_in_mobile_signing_v02.setter def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): - """ - Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. - + """Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. - :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. + # noqa: E501 + + :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9570,20 +9578,20 @@ def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): @property def opt_in_mobile_signing_v02_metadata(self): - """ - Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. + """Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. + + :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._opt_in_mobile_signing_v02_metadata @opt_in_mobile_signing_v02_metadata.setter def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata): - """ - Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. + """Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. - :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. + + :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9591,22 +9599,22 @@ def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata) @property def opt_out_auto_nav_text_and_tab_color_updates(self): - """ - Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. - + """Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 - :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. + # noqa: E501 + + :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._opt_out_auto_nav_text_and_tab_color_updates @opt_out_auto_nav_text_and_tab_color_updates.setter def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_tab_color_updates): - """ - Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. - + """Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. - :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. + # noqa: E501 + + :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9614,20 +9622,20 @@ def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_ @property def opt_out_auto_nav_text_and_tab_color_updates_metadata(self): - """ - Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. + """Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. + + :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._opt_out_auto_nav_text_and_tab_color_updates_metadata @opt_out_auto_nav_text_and_tab_color_updates_metadata.setter def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_text_and_tab_color_updates_metadata): - """ - Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. + """Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. - :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. + + :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9635,22 +9643,22 @@ def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_ @property def opt_out_new_platform_seal(self): - """ - Gets the opt_out_new_platform_seal of this AccountSettingsInformation. - + """Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 - :return: The opt_out_new_platform_seal of this AccountSettingsInformation. + # noqa: E501 + + :return: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._opt_out_new_platform_seal @opt_out_new_platform_seal.setter def opt_out_new_platform_seal(self, opt_out_new_platform_seal): - """ - Sets the opt_out_new_platform_seal of this AccountSettingsInformation. - + """Sets the opt_out_new_platform_seal of this AccountSettingsInformation. - :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. + # noqa: E501 + + :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9658,20 +9666,20 @@ def opt_out_new_platform_seal(self, opt_out_new_platform_seal): @property def opt_out_new_platform_seal_platform_metadata(self): - """ - Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. + """Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. + + :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._opt_out_new_platform_seal_platform_metadata @opt_out_new_platform_seal_platform_metadata.setter def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_platform_metadata): - """ - Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. + """Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. - :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. + + :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9679,22 +9687,22 @@ def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_ @property def phone_auth_recipient_may_provide_phone_number(self): - """ - Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. - + """Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 - :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. + # noqa: E501 + + :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._phone_auth_recipient_may_provide_phone_number @phone_auth_recipient_may_provide_phone_number.setter def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may_provide_phone_number): - """ - Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. - + """Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. - :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. + # noqa: E501 + + :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9702,20 +9710,20 @@ def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may @property def phone_auth_recipient_may_provide_phone_number_metadata(self): - """ - Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. + """Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. + + :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._phone_auth_recipient_may_provide_phone_number_metadata @phone_auth_recipient_may_provide_phone_number_metadata.setter def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_recipient_may_provide_phone_number_metadata): - """ - Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. + """Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. - :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. + + :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9723,22 +9731,22 @@ def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_reci @property def pki_sign_downloaded_pdf_docs(self): - """ - Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. - + """Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 - :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. + # noqa: E501 + + :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._pki_sign_downloaded_pdf_docs @pki_sign_downloaded_pdf_docs.setter def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): - """ - Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. - + """Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. - :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. + # noqa: E501 + + :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9746,20 +9754,20 @@ def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): @property def pki_sign_downloaded_pdf_docs_metadata(self): - """ - Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. + """Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. + + :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._pki_sign_downloaded_pdf_docs_metadata @pki_sign_downloaded_pdf_docs_metadata.setter def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_metadata): - """ - Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. + """Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. - :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. + + :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9767,22 +9775,22 @@ def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_met @property def recipients_can_sign_offline(self): - """ - Gets the recipients_can_sign_offline of this AccountSettingsInformation. - + """Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 - :return: The recipients_can_sign_offline of this AccountSettingsInformation. + # noqa: E501 + + :return: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._recipients_can_sign_offline @recipients_can_sign_offline.setter def recipients_can_sign_offline(self, recipients_can_sign_offline): - """ - Sets the recipients_can_sign_offline of this AccountSettingsInformation. - + """Sets the recipients_can_sign_offline of this AccountSettingsInformation. - :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. + # noqa: E501 + + :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9790,20 +9798,20 @@ def recipients_can_sign_offline(self, recipients_can_sign_offline): @property def recipients_can_sign_offline_metadata(self): - """ - Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. + """Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. + + :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._recipients_can_sign_offline_metadata @recipients_can_sign_offline_metadata.setter def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metadata): - """ - Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. + """Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. - :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. + + :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9811,22 +9819,22 @@ def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metad @property def recipient_signing_auto_navigation_control(self): - """ - Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. - + """Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 - :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. + # noqa: E501 + + :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._recipient_signing_auto_navigation_control @recipient_signing_auto_navigation_control.setter def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navigation_control): - """ - Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. - + """Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. - :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. + # noqa: E501 + + :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9834,20 +9842,20 @@ def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navig @property def recipient_signing_auto_navigation_control_metadata(self): - """ - Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. + """Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. + + :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._recipient_signing_auto_navigation_control_metadata @recipient_signing_auto_navigation_control_metadata.setter def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_auto_navigation_control_metadata): - """ - Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. + """Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. - :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. + + :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9855,22 +9863,22 @@ def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_a @property def require21_cf_rpt11_compliance(self): - """ - Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. - + """Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 - :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. + # noqa: E501 + + :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._require21_cf_rpt11_compliance @require21_cf_rpt11_compliance.setter def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): - """ - Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. - + """Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. - :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. + # noqa: E501 + + :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9878,20 +9886,20 @@ def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): @property def require21_cf_rpt11_compliance_metadata(self): - """ - Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. + """Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. + + :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._require21_cf_rpt11_compliance_metadata @require21_cf_rpt11_compliance_metadata.setter def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_metadata): - """ - Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. + """Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. - :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. + + :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9899,22 +9907,22 @@ def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_m @property def require_decline_reason(self): - """ - Gets the require_decline_reason of this AccountSettingsInformation. - + """Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501 - :return: The require_decline_reason of this AccountSettingsInformation. + # noqa: E501 + + :return: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._require_decline_reason @require_decline_reason.setter def require_decline_reason(self, require_decline_reason): - """ - Sets the require_decline_reason of this AccountSettingsInformation. - + """Sets the require_decline_reason of this AccountSettingsInformation. - :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. + # noqa: E501 + + :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9922,20 +9930,20 @@ def require_decline_reason(self, require_decline_reason): @property def require_decline_reason_metadata(self): - """ - Gets the require_decline_reason_metadata of this AccountSettingsInformation. + """Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The require_decline_reason_metadata of this AccountSettingsInformation. + + :return: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._require_decline_reason_metadata @require_decline_reason_metadata.setter def require_decline_reason_metadata(self, require_decline_reason_metadata): - """ - Sets the require_decline_reason_metadata of this AccountSettingsInformation. + """Sets the require_decline_reason_metadata of this AccountSettingsInformation. - :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. + + :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9943,22 +9951,22 @@ def require_decline_reason_metadata(self, require_decline_reason_metadata): @property def require_external_user_management(self): - """ - Gets the require_external_user_management of this AccountSettingsInformation. - + """Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501 - :return: The require_external_user_management of this AccountSettingsInformation. + # noqa: E501 + + :return: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._require_external_user_management @require_external_user_management.setter def require_external_user_management(self, require_external_user_management): - """ - Sets the require_external_user_management of this AccountSettingsInformation. - + """Sets the require_external_user_management of this AccountSettingsInformation. - :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. + # noqa: E501 + + :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -9966,20 +9974,20 @@ def require_external_user_management(self, require_external_user_management): @property def require_external_user_management_metadata(self): - """ - Gets the require_external_user_management_metadata of this AccountSettingsInformation. + """Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The require_external_user_management_metadata of this AccountSettingsInformation. + + :return: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._require_external_user_management_metadata @require_external_user_management_metadata.setter def require_external_user_management_metadata(self, require_external_user_management_metadata): - """ - Sets the require_external_user_management_metadata of this AccountSettingsInformation. + """Sets the require_external_user_management_metadata of this AccountSettingsInformation. - :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. + + :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -9987,22 +9995,22 @@ def require_external_user_management_metadata(self, require_external_user_manage @property def require_signer_certificate_type(self): - """ - Gets the require_signer_certificate_type of this AccountSettingsInformation. - + """Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 - :return: The require_signer_certificate_type of this AccountSettingsInformation. + # noqa: E501 + + :return: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._require_signer_certificate_type @require_signer_certificate_type.setter def require_signer_certificate_type(self, require_signer_certificate_type): - """ - Sets the require_signer_certificate_type of this AccountSettingsInformation. - + """Sets the require_signer_certificate_type of this AccountSettingsInformation. - :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. + # noqa: E501 + + :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10010,20 +10018,20 @@ def require_signer_certificate_type(self, require_signer_certificate_type): @property def require_signer_certificate_type_metadata(self): - """ - Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. + """Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. + + :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._require_signer_certificate_type_metadata @require_signer_certificate_type_metadata.setter def require_signer_certificate_type_metadata(self, require_signer_certificate_type_metadata): - """ - Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. + """Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. - :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. + + :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10031,22 +10039,22 @@ def require_signer_certificate_type_metadata(self, require_signer_certificate_ty @property def rsa_verid_account_name(self): - """ - Gets the rsa_verid_account_name of this AccountSettingsInformation. - + """Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 - :return: The rsa_verid_account_name of this AccountSettingsInformation. + # noqa: E501 + + :return: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._rsa_verid_account_name @rsa_verid_account_name.setter def rsa_verid_account_name(self, rsa_verid_account_name): - """ - Sets the rsa_verid_account_name of this AccountSettingsInformation. - + """Sets the rsa_verid_account_name of this AccountSettingsInformation. - :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. + # noqa: E501 + + :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10054,22 +10062,22 @@ def rsa_verid_account_name(self, rsa_verid_account_name): @property def rsa_verid_password(self): - """ - Gets the rsa_verid_password of this AccountSettingsInformation. - + """Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501 - :return: The rsa_verid_password of this AccountSettingsInformation. + # noqa: E501 + + :return: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._rsa_verid_password @rsa_verid_password.setter def rsa_verid_password(self, rsa_verid_password): - """ - Sets the rsa_verid_password of this AccountSettingsInformation. - + """Sets the rsa_verid_password of this AccountSettingsInformation. - :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. + # noqa: E501 + + :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10077,22 +10085,22 @@ def rsa_verid_password(self, rsa_verid_password): @property def rsa_verid_ruleset(self): - """ - Gets the rsa_verid_ruleset of this AccountSettingsInformation. - + """Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 - :return: The rsa_verid_ruleset of this AccountSettingsInformation. + # noqa: E501 + + :return: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._rsa_verid_ruleset @rsa_verid_ruleset.setter def rsa_verid_ruleset(self, rsa_verid_ruleset): - """ - Sets the rsa_verid_ruleset of this AccountSettingsInformation. - + """Sets the rsa_verid_ruleset of this AccountSettingsInformation. - :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. + # noqa: E501 + + :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10100,22 +10108,22 @@ def rsa_verid_ruleset(self, rsa_verid_ruleset): @property def rsa_verid_user_id(self): - """ - Gets the rsa_verid_user_id of this AccountSettingsInformation. - + """Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 - :return: The rsa_verid_user_id of this AccountSettingsInformation. + # noqa: E501 + + :return: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._rsa_verid_user_id @rsa_verid_user_id.setter def rsa_verid_user_id(self, rsa_verid_user_id): - """ - Sets the rsa_verid_user_id of this AccountSettingsInformation. - + """Sets the rsa_verid_user_id of this AccountSettingsInformation. - :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. + # noqa: E501 + + :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10123,22 +10131,22 @@ def rsa_verid_user_id(self, rsa_verid_user_id): @property def self_signed_recipient_email_document(self): - """ - Gets the self_signed_recipient_email_document of this AccountSettingsInformation. - + """Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document of this AccountSettingsInformation. + # noqa: E501 + + :return: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._self_signed_recipient_email_document @self_signed_recipient_email_document.setter def self_signed_recipient_email_document(self, self_signed_recipient_email_document): - """ - Sets the self_signed_recipient_email_document of this AccountSettingsInformation. - + """Sets the self_signed_recipient_email_document of this AccountSettingsInformation. - :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. + # noqa: E501 + + :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10146,20 +10154,20 @@ def self_signed_recipient_email_document(self, self_signed_recipient_email_docum @property def self_signed_recipient_email_document_metadata(self): - """ - Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. + """Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. + + :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._self_signed_recipient_email_document_metadata @self_signed_recipient_email_document_metadata.setter def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): - """ - Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. + """Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. - :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. + + :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10167,22 +10175,22 @@ def self_signed_recipient_email_document_metadata(self, self_signed_recipient_em @property def self_signed_recipient_email_document_user_override(self): - """ - Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. - + """Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. + # noqa: E501 + + :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._self_signed_recipient_email_document_user_override @self_signed_recipient_email_document_user_override.setter def self_signed_recipient_email_document_user_override(self, self_signed_recipient_email_document_user_override): - """ - Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. - + """Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. - :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. + # noqa: E501 + + :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10190,20 +10198,20 @@ def self_signed_recipient_email_document_user_override(self, self_signed_recipie @property def self_signed_recipient_email_document_user_override_metadata(self): - """ - Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. + """Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. + + :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._self_signed_recipient_email_document_user_override_metadata @self_signed_recipient_email_document_user_override_metadata.setter def self_signed_recipient_email_document_user_override_metadata(self, self_signed_recipient_email_document_user_override_metadata): - """ - Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. + """Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. - :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. + + :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10211,22 +10219,22 @@ def self_signed_recipient_email_document_user_override_metadata(self, self_signe @property def sender_can_sign_in_each_location(self): - """ - Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. - + """Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 - :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. + # noqa: E501 + + :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sender_can_sign_in_each_location @sender_can_sign_in_each_location.setter def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): - """ - Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. - + """Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. - :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. + # noqa: E501 + + :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10234,20 +10242,20 @@ def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): @property def sender_can_sign_in_each_location_metadata(self): - """ - Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. + """Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. + + :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sender_can_sign_in_each_location_metadata @sender_can_sign_in_each_location_metadata.setter def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_location_metadata): - """ - Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. + """Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. - :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. + + :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10255,22 +10263,22 @@ def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_loca @property def sender_must_authenticate_signing(self): - """ - Gets the sender_must_authenticate_signing of this AccountSettingsInformation. - + """Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 - :return: The sender_must_authenticate_signing of this AccountSettingsInformation. + # noqa: E501 + + :return: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sender_must_authenticate_signing @sender_must_authenticate_signing.setter def sender_must_authenticate_signing(self, sender_must_authenticate_signing): - """ - Sets the sender_must_authenticate_signing of this AccountSettingsInformation. - + """Sets the sender_must_authenticate_signing of this AccountSettingsInformation. - :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. + # noqa: E501 + + :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10278,20 +10286,20 @@ def sender_must_authenticate_signing(self, sender_must_authenticate_signing): @property def sender_must_authenticate_signing_metadata(self): - """ - Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. + """Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. + + :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sender_must_authenticate_signing_metadata @sender_must_authenticate_signing_metadata.setter def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_signing_metadata): - """ - Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. + """Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. - :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. + + :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10299,22 +10307,22 @@ def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_sig @property def sending_tags_font_color(self): - """ - Gets the sending_tags_font_color of this AccountSettingsInformation. - + """Gets the sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_color of this AccountSettingsInformation. + # noqa: E501 + + :return: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sending_tags_font_color @sending_tags_font_color.setter def sending_tags_font_color(self, sending_tags_font_color): - """ - Sets the sending_tags_font_color of this AccountSettingsInformation. - + """Sets the sending_tags_font_color of this AccountSettingsInformation. - :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. + # noqa: E501 + + :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10322,20 +10330,20 @@ def sending_tags_font_color(self, sending_tags_font_color): @property def sending_tags_font_color_metadata(self): - """ - Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. + """Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. + + :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sending_tags_font_color_metadata @sending_tags_font_color_metadata.setter def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): - """ - Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. + """Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. - :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. + + :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10343,22 +10351,22 @@ def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): @property def sending_tags_font_name(self): - """ - Gets the sending_tags_font_name of this AccountSettingsInformation. - + """Gets the sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_name of this AccountSettingsInformation. + # noqa: E501 + + :return: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sending_tags_font_name @sending_tags_font_name.setter def sending_tags_font_name(self, sending_tags_font_name): - """ - Sets the sending_tags_font_name of this AccountSettingsInformation. - + """Sets the sending_tags_font_name of this AccountSettingsInformation. - :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. + # noqa: E501 + + :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10366,20 +10374,20 @@ def sending_tags_font_name(self, sending_tags_font_name): @property def sending_tags_font_name_metadata(self): - """ - Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. + """Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. + + :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sending_tags_font_name_metadata @sending_tags_font_name_metadata.setter def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): - """ - Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. + """Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. - :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. + + :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10387,22 +10395,22 @@ def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): @property def sending_tags_font_size(self): - """ - Gets the sending_tags_font_size of this AccountSettingsInformation. - + """Gets the sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_size of this AccountSettingsInformation. + # noqa: E501 + + :return: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sending_tags_font_size @sending_tags_font_size.setter def sending_tags_font_size(self, sending_tags_font_size): - """ - Sets the sending_tags_font_size of this AccountSettingsInformation. - + """Sets the sending_tags_font_size of this AccountSettingsInformation. - :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. + # noqa: E501 + + :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10410,20 +10418,20 @@ def sending_tags_font_size(self, sending_tags_font_size): @property def sending_tags_font_size_metadata(self): - """ - Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. + """Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. + + :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sending_tags_font_size_metadata @sending_tags_font_size_metadata.setter def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): - """ - Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. + """Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. - :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. + + :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10431,22 +10439,22 @@ def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): @property def send_to_certified_delivery_enabled(self): - """ - Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. - + """Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._send_to_certified_delivery_enabled @send_to_certified_delivery_enabled.setter def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled): - """ - Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. - + """Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. - :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10454,20 +10462,20 @@ def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled) @property def send_to_certified_delivery_enabled_metadata(self): - """ - Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. + """Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. + + :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._send_to_certified_delivery_enabled_metadata @send_to_certified_delivery_enabled_metadata.setter def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery_enabled_metadata): - """ - Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. + """Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. - :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. + + :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10475,22 +10483,22 @@ def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery @property def session_timeout(self): - """ - Gets the session_timeout of this AccountSettingsInformation. - + """Gets the session_timeout of this AccountSettingsInformation. # noqa: E501 - :return: The session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :return: The session_timeout of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._session_timeout @session_timeout.setter def session_timeout(self, session_timeout): - """ - Sets the session_timeout of this AccountSettingsInformation. - + """Sets the session_timeout of this AccountSettingsInformation. - :param session_timeout: The session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :param session_timeout: The session_timeout of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10498,20 +10506,20 @@ def session_timeout(self, session_timeout): @property def session_timeout_metadata(self): - """ - Gets the session_timeout_metadata of this AccountSettingsInformation. + """Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The session_timeout_metadata of this AccountSettingsInformation. + + :return: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._session_timeout_metadata @session_timeout_metadata.setter def session_timeout_metadata(self, session_timeout_metadata): - """ - Sets the session_timeout_metadata of this AccountSettingsInformation. + """Sets the session_timeout_metadata of this AccountSettingsInformation. - :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. + + :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10519,22 +10527,22 @@ def session_timeout_metadata(self, session_timeout_metadata): @property def set_recip_email_lang(self): - """ - Gets the set_recip_email_lang of this AccountSettingsInformation. - + """Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 - :return: The set_recip_email_lang of this AccountSettingsInformation. + # noqa: E501 + + :return: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._set_recip_email_lang @set_recip_email_lang.setter def set_recip_email_lang(self, set_recip_email_lang): - """ - Sets the set_recip_email_lang of this AccountSettingsInformation. - + """Sets the set_recip_email_lang of this AccountSettingsInformation. - :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. + # noqa: E501 + + :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10542,20 +10550,20 @@ def set_recip_email_lang(self, set_recip_email_lang): @property def set_recip_email_lang_metadata(self): - """ - Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. + """Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. + + :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._set_recip_email_lang_metadata @set_recip_email_lang_metadata.setter def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): - """ - Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. + """Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. - :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. + + :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10563,22 +10571,22 @@ def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): @property def set_recip_sign_lang(self): - """ - Gets the set_recip_sign_lang of this AccountSettingsInformation. - + """Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 - :return: The set_recip_sign_lang of this AccountSettingsInformation. + # noqa: E501 + + :return: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._set_recip_sign_lang @set_recip_sign_lang.setter def set_recip_sign_lang(self, set_recip_sign_lang): - """ - Sets the set_recip_sign_lang of this AccountSettingsInformation. - + """Sets the set_recip_sign_lang of this AccountSettingsInformation. - :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. + # noqa: E501 + + :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10586,20 +10594,20 @@ def set_recip_sign_lang(self, set_recip_sign_lang): @property def set_recip_sign_lang_metadata(self): - """ - Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. + """Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. + + :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._set_recip_sign_lang_metadata @set_recip_sign_lang_metadata.setter def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): - """ - Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. + """Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. - :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. + + :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10607,22 +10615,22 @@ def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): @property def shared_template_folders(self): - """ - Gets the shared_template_folders of this AccountSettingsInformation. - + """Gets the shared_template_folders of this AccountSettingsInformation. # noqa: E501 - :return: The shared_template_folders of this AccountSettingsInformation. + # noqa: E501 + + :return: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._shared_template_folders @shared_template_folders.setter def shared_template_folders(self, shared_template_folders): - """ - Sets the shared_template_folders of this AccountSettingsInformation. - + """Sets the shared_template_folders of this AccountSettingsInformation. - :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. + # noqa: E501 + + :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10630,20 +10638,20 @@ def shared_template_folders(self, shared_template_folders): @property def shared_template_folders_metadata(self): - """ - Gets the shared_template_folders_metadata of this AccountSettingsInformation. + """Gets the shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The shared_template_folders_metadata of this AccountSettingsInformation. + + :return: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._shared_template_folders_metadata @shared_template_folders_metadata.setter def shared_template_folders_metadata(self, shared_template_folders_metadata): - """ - Sets the shared_template_folders_metadata of this AccountSettingsInformation. + """Sets the shared_template_folders_metadata of this AccountSettingsInformation. - :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. + + :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10651,22 +10659,22 @@ def shared_template_folders_metadata(self, shared_template_folders_metadata): @property def show_complete_dialog_in_embedded_session(self): - """ - Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. - + """Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 - :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. + # noqa: E501 + + :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._show_complete_dialog_in_embedded_session @show_complete_dialog_in_embedded_session.setter def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embedded_session): - """ - Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. - + """Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. - :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. + # noqa: E501 + + :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10674,20 +10682,20 @@ def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embed @property def show_complete_dialog_in_embedded_session_metadata(self): - """ - Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. + """Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. + + :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._show_complete_dialog_in_embedded_session_metadata @show_complete_dialog_in_embedded_session_metadata.setter def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog_in_embedded_session_metadata): - """ - Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. + """Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. - :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. + + :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10695,22 +10703,22 @@ def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog @property def show_conditional_routing_on_send(self): - """ - Gets the show_conditional_routing_on_send of this AccountSettingsInformation. - + """Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 - :return: The show_conditional_routing_on_send of this AccountSettingsInformation. + # noqa: E501 + + :return: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._show_conditional_routing_on_send @show_conditional_routing_on_send.setter def show_conditional_routing_on_send(self, show_conditional_routing_on_send): - """ - Sets the show_conditional_routing_on_send of this AccountSettingsInformation. - + """Sets the show_conditional_routing_on_send of this AccountSettingsInformation. - :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. + # noqa: E501 + + :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10718,20 +10726,20 @@ def show_conditional_routing_on_send(self, show_conditional_routing_on_send): @property def show_conditional_routing_on_send_metadata(self): - """ - Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. + """Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. + + :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._show_conditional_routing_on_send_metadata @show_conditional_routing_on_send_metadata.setter def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_send_metadata): - """ - Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. + """Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. - :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. + + :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10739,22 +10747,22 @@ def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_ @property def show_initial_conditional_fields(self): - """ - Gets the show_initial_conditional_fields of this AccountSettingsInformation. - + """Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 - :return: The show_initial_conditional_fields of this AccountSettingsInformation. + # noqa: E501 + + :return: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._show_initial_conditional_fields @show_initial_conditional_fields.setter def show_initial_conditional_fields(self, show_initial_conditional_fields): - """ - Sets the show_initial_conditional_fields of this AccountSettingsInformation. - + """Sets the show_initial_conditional_fields of this AccountSettingsInformation. - :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. + # noqa: E501 + + :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10762,20 +10770,20 @@ def show_initial_conditional_fields(self, show_initial_conditional_fields): @property def show_initial_conditional_fields_metadata(self): - """ - Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. + """Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. + + :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._show_initial_conditional_fields_metadata @show_initial_conditional_fields_metadata.setter def show_initial_conditional_fields_metadata(self, show_initial_conditional_fields_metadata): - """ - Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. + """Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. - :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. + + :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10783,22 +10791,22 @@ def show_initial_conditional_fields_metadata(self, show_initial_conditional_fiel @property def show_localized_watermarks(self): - """ - Gets the show_localized_watermarks of this AccountSettingsInformation. - + """Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 - :return: The show_localized_watermarks of this AccountSettingsInformation. + # noqa: E501 + + :return: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._show_localized_watermarks @show_localized_watermarks.setter def show_localized_watermarks(self, show_localized_watermarks): - """ - Sets the show_localized_watermarks of this AccountSettingsInformation. - + """Sets the show_localized_watermarks of this AccountSettingsInformation. - :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. + # noqa: E501 + + :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10806,20 +10814,20 @@ def show_localized_watermarks(self, show_localized_watermarks): @property def show_localized_watermarks_metadata(self): - """ - Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. + """Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. + + :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._show_localized_watermarks_metadata @show_localized_watermarks_metadata.setter def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata): - """ - Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. + """Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. - :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. + + :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10827,22 +10835,22 @@ def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata) @property def show_tutorials(self): - """ - Gets the show_tutorials of this AccountSettingsInformation. - + """Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501 - :return: The show_tutorials of this AccountSettingsInformation. + # noqa: E501 + + :return: The show_tutorials of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._show_tutorials @show_tutorials.setter def show_tutorials(self, show_tutorials): - """ - Sets the show_tutorials of this AccountSettingsInformation. - + """Sets the show_tutorials of this AccountSettingsInformation. - :param show_tutorials: The show_tutorials of this AccountSettingsInformation. + # noqa: E501 + + :param show_tutorials: The show_tutorials of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10850,20 +10858,20 @@ def show_tutorials(self, show_tutorials): @property def show_tutorials_metadata(self): - """ - Gets the show_tutorials_metadata of this AccountSettingsInformation. + """Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The show_tutorials_metadata of this AccountSettingsInformation. + + :return: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._show_tutorials_metadata @show_tutorials_metadata.setter def show_tutorials_metadata(self, show_tutorials_metadata): - """ - Sets the show_tutorials_metadata of this AccountSettingsInformation. + """Sets the show_tutorials_metadata of this AccountSettingsInformation. - :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. + + :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10871,22 +10879,22 @@ def show_tutorials_metadata(self, show_tutorials_metadata): @property def signature_providers(self): - """ - Gets the signature_providers of this AccountSettingsInformation. - + """Gets the signature_providers of this AccountSettingsInformation. # noqa: E501 - :return: The signature_providers of this AccountSettingsInformation. + # noqa: E501 + + :return: The signature_providers of this AccountSettingsInformation. # noqa: E501 :rtype: list[str] """ return self._signature_providers @signature_providers.setter def signature_providers(self, signature_providers): - """ - Sets the signature_providers of this AccountSettingsInformation. - + """Sets the signature_providers of this AccountSettingsInformation. - :param signature_providers: The signature_providers of this AccountSettingsInformation. + # noqa: E501 + + :param signature_providers: The signature_providers of this AccountSettingsInformation. # noqa: E501 :type: list[str] """ @@ -10894,20 +10902,20 @@ def signature_providers(self, signature_providers): @property def signature_providers_metadata(self): - """ - Gets the signature_providers_metadata of this AccountSettingsInformation. + """Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signature_providers_metadata of this AccountSettingsInformation. + + :return: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signature_providers_metadata @signature_providers_metadata.setter def signature_providers_metadata(self, signature_providers_metadata): - """ - Sets the signature_providers_metadata of this AccountSettingsInformation. + """Sets the signature_providers_metadata of this AccountSettingsInformation. - :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. + + :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10915,22 +10923,22 @@ def signature_providers_metadata(self, signature_providers_metadata): @property def sign_date_format(self): - """ - Gets the sign_date_format of this AccountSettingsInformation. - + """Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501 - :return: The sign_date_format of this AccountSettingsInformation. + # noqa: E501 + + :return: The sign_date_format of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sign_date_format @sign_date_format.setter def sign_date_format(self, sign_date_format): - """ - Sets the sign_date_format of this AccountSettingsInformation. - + """Sets the sign_date_format of this AccountSettingsInformation. - :param sign_date_format: The sign_date_format of this AccountSettingsInformation. + # noqa: E501 + + :param sign_date_format: The sign_date_format of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10938,20 +10946,20 @@ def sign_date_format(self, sign_date_format): @property def sign_date_format_metadata(self): - """ - Gets the sign_date_format_metadata of this AccountSettingsInformation. + """Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sign_date_format_metadata of this AccountSettingsInformation. + + :return: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sign_date_format_metadata @sign_date_format_metadata.setter def sign_date_format_metadata(self, sign_date_format_metadata): - """ - Sets the sign_date_format_metadata of this AccountSettingsInformation. + """Sets the sign_date_format_metadata of this AccountSettingsInformation. - :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. + + :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -10959,22 +10967,22 @@ def sign_date_format_metadata(self, sign_date_format_metadata): @property def signer_attach_certificate_to_envelope_pdf(self): - """ - Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. - + """Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 - :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_attach_certificate_to_envelope_pdf @signer_attach_certificate_to_envelope_pdf.setter def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to_envelope_pdf): - """ - Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. - + """Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. - :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. + # noqa: E501 + + :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -10982,20 +10990,20 @@ def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to @property def signer_attach_certificate_to_envelope_pdf_metadata(self): - """ - Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. + """Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. + + :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_attach_certificate_to_envelope_pdf_metadata @signer_attach_certificate_to_envelope_pdf_metadata.setter def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certificate_to_envelope_pdf_metadata): - """ - Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. + """Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. - :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. + + :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11003,22 +11011,22 @@ def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certi @property def signer_attach_concat(self): - """ - Gets the signer_attach_concat of this AccountSettingsInformation. - + """Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501 - :return: The signer_attach_concat of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_attach_concat @signer_attach_concat.setter def signer_attach_concat(self, signer_attach_concat): - """ - Sets the signer_attach_concat of this AccountSettingsInformation. - + """Sets the signer_attach_concat of this AccountSettingsInformation. - :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. + # noqa: E501 + + :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11026,20 +11034,20 @@ def signer_attach_concat(self, signer_attach_concat): @property def signer_attach_concat_metadata(self): - """ - Gets the signer_attach_concat_metadata of this AccountSettingsInformation. + """Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_attach_concat_metadata of this AccountSettingsInformation. + + :return: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_attach_concat_metadata @signer_attach_concat_metadata.setter def signer_attach_concat_metadata(self, signer_attach_concat_metadata): - """ - Sets the signer_attach_concat_metadata of this AccountSettingsInformation. + """Sets the signer_attach_concat_metadata of this AccountSettingsInformation. - :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. + + :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11047,22 +11055,22 @@ def signer_attach_concat_metadata(self, signer_attach_concat_metadata): @property def signer_can_create_account(self): - """ - Gets the signer_can_create_account of this AccountSettingsInformation. - + """Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501 - :return: The signer_can_create_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_can_create_account @signer_can_create_account.setter def signer_can_create_account(self, signer_can_create_account): - """ - Sets the signer_can_create_account of this AccountSettingsInformation. - + """Sets the signer_can_create_account of this AccountSettingsInformation. - :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. + # noqa: E501 + + :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11070,20 +11078,20 @@ def signer_can_create_account(self, signer_can_create_account): @property def signer_can_create_account_metadata(self): - """ - Gets the signer_can_create_account_metadata of this AccountSettingsInformation. + """Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_can_create_account_metadata of this AccountSettingsInformation. + + :return: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_can_create_account_metadata @signer_can_create_account_metadata.setter def signer_can_create_account_metadata(self, signer_can_create_account_metadata): - """ - Sets the signer_can_create_account_metadata of this AccountSettingsInformation. + """Sets the signer_can_create_account_metadata of this AccountSettingsInformation. - :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. + + :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11091,22 +11099,22 @@ def signer_can_create_account_metadata(self, signer_can_create_account_metadata) @property def signer_can_sign_on_mobile(self): - """ - Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. - + """Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 - :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_can_sign_on_mobile @signer_can_sign_on_mobile.setter def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): - """ - Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. - + """Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. - :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. + # noqa: E501 + + :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11114,20 +11122,20 @@ def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): @property def signer_can_sign_on_mobile_metadata(self): - """ - Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. + """Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. + + :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_can_sign_on_mobile_metadata @signer_can_sign_on_mobile_metadata.setter def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata): - """ - Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. + """Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. - :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. + + :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11135,22 +11143,22 @@ def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata) @property def signer_in_session_use_envelope_complete_email(self): - """ - Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. - + """Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 - :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_in_session_use_envelope_complete_email @signer_in_session_use_envelope_complete_email.setter def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_envelope_complete_email): - """ - Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. - + """Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. - :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. + # noqa: E501 + + :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11158,20 +11166,20 @@ def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_en @property def signer_in_session_use_envelope_complete_email_metadata(self): - """ - Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. + """Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. + + :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_in_session_use_envelope_complete_email_metadata @signer_in_session_use_envelope_complete_email_metadata.setter def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_session_use_envelope_complete_email_metadata): - """ - Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. + """Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. - :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. + + :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11179,22 +11187,22 @@ def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_sessi @property def signer_login_requirements(self): - """ - Gets the signer_login_requirements of this AccountSettingsInformation. - + """Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501 - :return: The signer_login_requirements of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_login_requirements @signer_login_requirements.setter def signer_login_requirements(self, signer_login_requirements): - """ - Sets the signer_login_requirements of this AccountSettingsInformation. - + """Sets the signer_login_requirements of this AccountSettingsInformation. - :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. + # noqa: E501 + + :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11202,20 +11210,20 @@ def signer_login_requirements(self, signer_login_requirements): @property def signer_login_requirements_metadata(self): - """ - Gets the signer_login_requirements_metadata of this AccountSettingsInformation. + """Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_login_requirements_metadata of this AccountSettingsInformation. + + :return: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_login_requirements_metadata @signer_login_requirements_metadata.setter def signer_login_requirements_metadata(self, signer_login_requirements_metadata): - """ - Sets the signer_login_requirements_metadata of this AccountSettingsInformation. + """Sets the signer_login_requirements_metadata of this AccountSettingsInformation. - :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. + + :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11223,22 +11231,22 @@ def signer_login_requirements_metadata(self, signer_login_requirements_metadata) @property def signer_must_have_account(self): - """ - Gets the signer_must_have_account of this AccountSettingsInformation. - + """Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501 - :return: The signer_must_have_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_must_have_account @signer_must_have_account.setter def signer_must_have_account(self, signer_must_have_account): - """ - Sets the signer_must_have_account of this AccountSettingsInformation. - + """Sets the signer_must_have_account of this AccountSettingsInformation. - :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. + # noqa: E501 + + :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11246,20 +11254,20 @@ def signer_must_have_account(self, signer_must_have_account): @property def signer_must_have_account_metadata(self): - """ - Gets the signer_must_have_account_metadata of this AccountSettingsInformation. + """Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_must_have_account_metadata of this AccountSettingsInformation. + + :return: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_must_have_account_metadata @signer_must_have_account_metadata.setter def signer_must_have_account_metadata(self, signer_must_have_account_metadata): - """ - Sets the signer_must_have_account_metadata of this AccountSettingsInformation. + """Sets the signer_must_have_account_metadata of this AccountSettingsInformation. - :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. + + :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11267,22 +11275,22 @@ def signer_must_have_account_metadata(self, signer_must_have_account_metadata): @property def signer_must_login_to_sign(self): - """ - Gets the signer_must_login_to_sign of this AccountSettingsInformation. - + """Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 - :return: The signer_must_login_to_sign of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_must_login_to_sign @signer_must_login_to_sign.setter def signer_must_login_to_sign(self, signer_must_login_to_sign): - """ - Sets the signer_must_login_to_sign of this AccountSettingsInformation. - + """Sets the signer_must_login_to_sign of this AccountSettingsInformation. - :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. + # noqa: E501 + + :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11290,20 +11298,20 @@ def signer_must_login_to_sign(self, signer_must_login_to_sign): @property def signer_must_login_to_sign_metadata(self): - """ - Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. + """Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. + + :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_must_login_to_sign_metadata @signer_must_login_to_sign_metadata.setter def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata): - """ - Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. + """Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. - :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. + + :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11311,22 +11319,22 @@ def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata) @property def signer_show_secure_field_initial_values(self): - """ - Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. - + """Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 - :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. + # noqa: E501 + + :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signer_show_secure_field_initial_values @signer_show_secure_field_initial_values.setter def signer_show_secure_field_initial_values(self, signer_show_secure_field_initial_values): - """ - Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. - + """Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. - :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. + # noqa: E501 + + :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11334,20 +11342,20 @@ def signer_show_secure_field_initial_values(self, signer_show_secure_field_initi @property def signer_show_secure_field_initial_values_metadata(self): - """ - Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. + """Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. + + :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signer_show_secure_field_initial_values_metadata @signer_show_secure_field_initial_values_metadata.setter def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_field_initial_values_metadata): - """ - Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. + """Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. - :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. + + :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11355,22 +11363,22 @@ def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_fi @property def signing_session_timeout(self): - """ - Gets the signing_session_timeout of this AccountSettingsInformation. - + """Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501 - :return: The signing_session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :return: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signing_session_timeout @signing_session_timeout.setter def signing_session_timeout(self, signing_session_timeout): - """ - Sets the signing_session_timeout of this AccountSettingsInformation. - + """Sets the signing_session_timeout of this AccountSettingsInformation. - :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. + # noqa: E501 + + :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11378,20 +11386,20 @@ def signing_session_timeout(self, signing_session_timeout): @property def signing_session_timeout_metadata(self): - """ - Gets the signing_session_timeout_metadata of this AccountSettingsInformation. + """Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signing_session_timeout_metadata of this AccountSettingsInformation. + + :return: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signing_session_timeout_metadata @signing_session_timeout_metadata.setter def signing_session_timeout_metadata(self, signing_session_timeout_metadata): - """ - Sets the signing_session_timeout_metadata of this AccountSettingsInformation. + """Sets the signing_session_timeout_metadata of this AccountSettingsInformation. - :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. + + :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11399,22 +11407,22 @@ def signing_session_timeout_metadata(self, signing_session_timeout_metadata): @property def signing_ui_version(self): - """ - Gets the signing_ui_version of this AccountSettingsInformation. - + """Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501 - :return: The signing_ui_version of this AccountSettingsInformation. + # noqa: E501 + + :return: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._signing_ui_version @signing_ui_version.setter def signing_ui_version(self, signing_ui_version): - """ - Sets the signing_ui_version of this AccountSettingsInformation. - + """Sets the signing_ui_version of this AccountSettingsInformation. - :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. + # noqa: E501 + + :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11422,20 +11430,20 @@ def signing_ui_version(self, signing_ui_version): @property def signing_ui_version_metadata(self): - """ - Gets the signing_ui_version_metadata of this AccountSettingsInformation. + """Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The signing_ui_version_metadata of this AccountSettingsInformation. + + :return: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._signing_ui_version_metadata @signing_ui_version_metadata.setter def signing_ui_version_metadata(self, signing_ui_version_metadata): - """ - Sets the signing_ui_version_metadata of this AccountSettingsInformation. + """Sets the signing_ui_version_metadata of this AccountSettingsInformation. - :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. + + :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11443,22 +11451,22 @@ def signing_ui_version_metadata(self, signing_ui_version_metadata): @property def sign_time_format(self): - """ - Gets the sign_time_format of this AccountSettingsInformation. - + """Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501 - :return: The sign_time_format of this AccountSettingsInformation. + # noqa: E501 + + :return: The sign_time_format of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sign_time_format @sign_time_format.setter def sign_time_format(self, sign_time_format): - """ - Sets the sign_time_format of this AccountSettingsInformation. - + """Sets the sign_time_format of this AccountSettingsInformation. - :param sign_time_format: The sign_time_format of this AccountSettingsInformation. + # noqa: E501 + + :param sign_time_format: The sign_time_format of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11466,20 +11474,20 @@ def sign_time_format(self, sign_time_format): @property def sign_time_format_metadata(self): - """ - Gets the sign_time_format_metadata of this AccountSettingsInformation. + """Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sign_time_format_metadata of this AccountSettingsInformation. + + :return: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sign_time_format_metadata @sign_time_format_metadata.setter def sign_time_format_metadata(self, sign_time_format_metadata): - """ - Sets the sign_time_format_metadata of this AccountSettingsInformation. + """Sets the sign_time_format_metadata of this AccountSettingsInformation. - :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. + + :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11487,22 +11495,22 @@ def sign_time_format_metadata(self, sign_time_format_metadata): @property def sign_time_show_am_pm(self): - """ - Gets the sign_time_show_am_pm of this AccountSettingsInformation. - + """Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 - :return: The sign_time_show_am_pm of this AccountSettingsInformation. + # noqa: E501 + + :return: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._sign_time_show_am_pm @sign_time_show_am_pm.setter def sign_time_show_am_pm(self, sign_time_show_am_pm): - """ - Sets the sign_time_show_am_pm of this AccountSettingsInformation. - + """Sets the sign_time_show_am_pm of this AccountSettingsInformation. - :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. + # noqa: E501 + + :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11510,20 +11518,20 @@ def sign_time_show_am_pm(self, sign_time_show_am_pm): @property def sign_time_show_am_pm_metadata(self): - """ - Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. + """Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. + + :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._sign_time_show_am_pm_metadata @sign_time_show_am_pm_metadata.setter def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): - """ - Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. + """Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. - :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. + + :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11531,22 +11539,22 @@ def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): @property def simplified_sending_enabled(self): - """ - Gets the simplified_sending_enabled of this AccountSettingsInformation. - + """Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The simplified_sending_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._simplified_sending_enabled @simplified_sending_enabled.setter def simplified_sending_enabled(self, simplified_sending_enabled): - """ - Sets the simplified_sending_enabled of this AccountSettingsInformation. - + """Sets the simplified_sending_enabled of this AccountSettingsInformation. - :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11554,20 +11562,20 @@ def simplified_sending_enabled(self, simplified_sending_enabled): @property def simplified_sending_enabled_metadata(self): - """ - Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. + """Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. + + :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._simplified_sending_enabled_metadata @simplified_sending_enabled_metadata.setter def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadata): - """ - Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. + """Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. - :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. + + :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11575,22 +11583,22 @@ def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadat @property def single_sign_on_enabled(self): - """ - Gets the single_sign_on_enabled of this AccountSettingsInformation. - + """Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The single_sign_on_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._single_sign_on_enabled @single_sign_on_enabled.setter def single_sign_on_enabled(self, single_sign_on_enabled): - """ - Sets the single_sign_on_enabled of this AccountSettingsInformation. - + """Sets the single_sign_on_enabled of this AccountSettingsInformation. - :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11598,20 +11606,20 @@ def single_sign_on_enabled(self, single_sign_on_enabled): @property def single_sign_on_enabled_metadata(self): - """ - Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. + """Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. + + :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._single_sign_on_enabled_metadata @single_sign_on_enabled_metadata.setter def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): - """ - Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. + """Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. - :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. + + :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11619,22 +11627,22 @@ def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): @property def skip_auth_completed_envelopes(self): - """ - Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. - + """Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 - :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. + # noqa: E501 + + :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._skip_auth_completed_envelopes @skip_auth_completed_envelopes.setter def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): - """ - Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. - + """Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. - :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. + # noqa: E501 + + :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11642,20 +11650,20 @@ def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): @property def skip_auth_completed_envelopes_metadata(self): - """ - Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. + """Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. + + :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._skip_auth_completed_envelopes_metadata @skip_auth_completed_envelopes_metadata.setter def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_metadata): - """ - Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. + """Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. - :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. + + :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11663,22 +11671,22 @@ def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_m @property def social_id_recip_auth(self): - """ - Gets the social_id_recip_auth of this AccountSettingsInformation. - + """Gets the social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 - :return: The social_id_recip_auth of this AccountSettingsInformation. + # noqa: E501 + + :return: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._social_id_recip_auth @social_id_recip_auth.setter def social_id_recip_auth(self, social_id_recip_auth): - """ - Sets the social_id_recip_auth of this AccountSettingsInformation. - + """Sets the social_id_recip_auth of this AccountSettingsInformation. - :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. + # noqa: E501 + + :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11686,20 +11694,20 @@ def social_id_recip_auth(self, social_id_recip_auth): @property def social_id_recip_auth_metadata(self): - """ - Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. + """Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. + + :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._social_id_recip_auth_metadata @social_id_recip_auth_metadata.setter def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): - """ - Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. + """Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. - :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. + + :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11707,22 +11715,22 @@ def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): @property def specify_document_visibility(self): - """ - Gets the specify_document_visibility of this AccountSettingsInformation. - + """Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501 - :return: The specify_document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :return: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._specify_document_visibility @specify_document_visibility.setter def specify_document_visibility(self, specify_document_visibility): - """ - Sets the specify_document_visibility of this AccountSettingsInformation. - + """Sets the specify_document_visibility of this AccountSettingsInformation. - :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. + # noqa: E501 + + :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11730,20 +11738,20 @@ def specify_document_visibility(self, specify_document_visibility): @property def specify_document_visibility_metadata(self): - """ - Gets the specify_document_visibility_metadata of this AccountSettingsInformation. + """Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The specify_document_visibility_metadata of this AccountSettingsInformation. + + :return: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._specify_document_visibility_metadata @specify_document_visibility_metadata.setter def specify_document_visibility_metadata(self, specify_document_visibility_metadata): - """ - Sets the specify_document_visibility_metadata of this AccountSettingsInformation. + """Sets the specify_document_visibility_metadata of this AccountSettingsInformation. - :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. + + :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11751,22 +11759,22 @@ def specify_document_visibility_metadata(self, specify_document_visibility_metad @property def start_in_advanced_correct(self): - """ - Gets the start_in_advanced_correct of this AccountSettingsInformation. - + """Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 - :return: The start_in_advanced_correct of this AccountSettingsInformation. + # noqa: E501 + + :return: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._start_in_advanced_correct @start_in_advanced_correct.setter def start_in_advanced_correct(self, start_in_advanced_correct): - """ - Sets the start_in_advanced_correct of this AccountSettingsInformation. - + """Sets the start_in_advanced_correct of this AccountSettingsInformation. - :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. + # noqa: E501 + + :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11774,20 +11782,20 @@ def start_in_advanced_correct(self, start_in_advanced_correct): @property def start_in_advanced_correct_metadata(self): - """ - Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. + """Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. + + :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._start_in_advanced_correct_metadata @start_in_advanced_correct_metadata.setter def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata): - """ - Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. + """Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. - :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. + + :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11795,22 +11803,22 @@ def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata) @property def supplemental_documents_must_accept(self): - """ - Gets the supplemental_documents_must_accept of this AccountSettingsInformation. - + """Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_accept of this AccountSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_accept @supplemental_documents_must_accept.setter def supplemental_documents_must_accept(self, supplemental_documents_must_accept): - """ - Sets the supplemental_documents_must_accept of this AccountSettingsInformation. - + """Sets the supplemental_documents_must_accept of this AccountSettingsInformation. - :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11818,20 +11826,20 @@ def supplemental_documents_must_accept(self, supplemental_documents_must_accept) @property def supplemental_documents_must_accept_metadata(self): - """ - Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. + """Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. + + :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_accept_metadata @supplemental_documents_must_accept_metadata.setter def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): - """ - Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. + """Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. - :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. + + :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11839,22 +11847,22 @@ def supplemental_documents_must_accept_metadata(self, supplemental_documents_mus @property def supplemental_documents_must_read(self): - """ - Gets the supplemental_documents_must_read of this AccountSettingsInformation. - + """Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_read of this AccountSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_read @supplemental_documents_must_read.setter def supplemental_documents_must_read(self, supplemental_documents_must_read): - """ - Sets the supplemental_documents_must_read of this AccountSettingsInformation. - + """Sets the supplemental_documents_must_read of this AccountSettingsInformation. - :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11862,20 +11870,20 @@ def supplemental_documents_must_read(self, supplemental_documents_must_read): @property def supplemental_documents_must_read_metadata(self): - """ - Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. + """Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. + + :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_read_metadata @supplemental_documents_must_read_metadata.setter def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): - """ - Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. + """Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. - :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. + + :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11883,22 +11891,22 @@ def supplemental_documents_must_read_metadata(self, supplemental_documents_must_ @property def supplemental_documents_must_view(self): - """ - Gets the supplemental_documents_must_view of this AccountSettingsInformation. - + """Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_view of this AccountSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_view @supplemental_documents_must_view.setter def supplemental_documents_must_view(self, supplemental_documents_must_view): - """ - Sets the supplemental_documents_must_view of this AccountSettingsInformation. - + """Sets the supplemental_documents_must_view of this AccountSettingsInformation. - :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11906,20 +11914,20 @@ def supplemental_documents_must_view(self, supplemental_documents_must_view): @property def supplemental_documents_must_view_metadata(self): - """ - Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. + """Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. + + :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_view_metadata @supplemental_documents_must_view_metadata.setter def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): - """ - Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. + """Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. - :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. + + :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11927,22 +11935,22 @@ def supplemental_documents_must_view_metadata(self, supplemental_documents_must_ @property def suppress_certificate_enforcement(self): - """ - Gets the suppress_certificate_enforcement of this AccountSettingsInformation. - + """Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 - :return: The suppress_certificate_enforcement of this AccountSettingsInformation. + # noqa: E501 + + :return: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._suppress_certificate_enforcement @suppress_certificate_enforcement.setter def suppress_certificate_enforcement(self, suppress_certificate_enforcement): - """ - Sets the suppress_certificate_enforcement of this AccountSettingsInformation. - + """Sets the suppress_certificate_enforcement of this AccountSettingsInformation. - :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. + # noqa: E501 + + :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -11950,20 +11958,20 @@ def suppress_certificate_enforcement(self, suppress_certificate_enforcement): @property def suppress_certificate_enforcement_metadata(self): - """ - Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. + """Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. + + :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._suppress_certificate_enforcement_metadata @suppress_certificate_enforcement_metadata.setter def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforcement_metadata): - """ - Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. + """Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. - :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. + + :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -11971,20 +11979,20 @@ def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforce @property def tab_account_settings(self): - """ - Gets the tab_account_settings of this AccountSettingsInformation. + """Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501 - :return: The tab_account_settings of this AccountSettingsInformation. + + :return: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 :rtype: TabAccountSettings """ return self._tab_account_settings @tab_account_settings.setter def tab_account_settings(self, tab_account_settings): - """ - Sets the tab_account_settings of this AccountSettingsInformation. + """Sets the tab_account_settings of this AccountSettingsInformation. - :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. + + :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 :type: TabAccountSettings """ @@ -11992,22 +12000,22 @@ def tab_account_settings(self, tab_account_settings): @property def timezone_offset_api(self): - """ - Gets the timezone_offset_api of this AccountSettingsInformation. - + """Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501 - :return: The timezone_offset_api of this AccountSettingsInformation. + # noqa: E501 + + :return: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_offset_api @timezone_offset_api.setter def timezone_offset_api(self, timezone_offset_api): - """ - Sets the timezone_offset_api of this AccountSettingsInformation. - + """Sets the timezone_offset_api of this AccountSettingsInformation. - :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. + # noqa: E501 + + :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12015,20 +12023,20 @@ def timezone_offset_api(self, timezone_offset_api): @property def timezone_offset_api_metadata(self): - """ - Gets the timezone_offset_api_metadata of this AccountSettingsInformation. + """Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The timezone_offset_api_metadata of this AccountSettingsInformation. + + :return: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_offset_api_metadata @timezone_offset_api_metadata.setter def timezone_offset_api_metadata(self, timezone_offset_api_metadata): - """ - Sets the timezone_offset_api_metadata of this AccountSettingsInformation. + """Sets the timezone_offset_api_metadata of this AccountSettingsInformation. - :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. + + :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12036,22 +12044,22 @@ def timezone_offset_api_metadata(self, timezone_offset_api_metadata): @property def timezone_offset_ui(self): - """ - Gets the timezone_offset_ui of this AccountSettingsInformation. - + """Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 - :return: The timezone_offset_ui of this AccountSettingsInformation. + # noqa: E501 + + :return: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_offset_ui @timezone_offset_ui.setter def timezone_offset_ui(self, timezone_offset_ui): - """ - Sets the timezone_offset_ui of this AccountSettingsInformation. - + """Sets the timezone_offset_ui of this AccountSettingsInformation. - :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. + # noqa: E501 + + :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12059,20 +12067,20 @@ def timezone_offset_ui(self, timezone_offset_ui): @property def timezone_offset_ui_metadata(self): - """ - Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. + """Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. + + :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_offset_ui_metadata @timezone_offset_ui_metadata.setter def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): - """ - Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. + """Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. - :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. + + :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12080,22 +12088,22 @@ def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): @property def universal_signature_opt_in(self): - """ - Gets the universal_signature_opt_in of this AccountSettingsInformation. - + """Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 - :return: The universal_signature_opt_in of this AccountSettingsInformation. + # noqa: E501 + + :return: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._universal_signature_opt_in @universal_signature_opt_in.setter def universal_signature_opt_in(self, universal_signature_opt_in): - """ - Sets the universal_signature_opt_in of this AccountSettingsInformation. - + """Sets the universal_signature_opt_in of this AccountSettingsInformation. - :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. + # noqa: E501 + + :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12103,22 +12111,22 @@ def universal_signature_opt_in(self, universal_signature_opt_in): @property def use_account_level_email(self): - """ - Gets the use_account_level_email of this AccountSettingsInformation. - + """Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501 - :return: The use_account_level_email of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_account_level_email @use_account_level_email.setter def use_account_level_email(self, use_account_level_email): - """ - Sets the use_account_level_email of this AccountSettingsInformation. - + """Sets the use_account_level_email of this AccountSettingsInformation. - :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. + # noqa: E501 + + :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12126,20 +12134,20 @@ def use_account_level_email(self, use_account_level_email): @property def use_account_level_email_metadata(self): - """ - Gets the use_account_level_email_metadata of this AccountSettingsInformation. + """Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_account_level_email_metadata of this AccountSettingsInformation. + + :return: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_account_level_email_metadata @use_account_level_email_metadata.setter def use_account_level_email_metadata(self, use_account_level_email_metadata): - """ - Sets the use_account_level_email_metadata of this AccountSettingsInformation. + """Sets the use_account_level_email_metadata of this AccountSettingsInformation. - :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. + + :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12147,22 +12155,22 @@ def use_account_level_email_metadata(self, use_account_level_email_metadata): @property def use_consumer_disclosure(self): - """ - Gets the use_consumer_disclosure of this AccountSettingsInformation. - + """Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 - :return: The use_consumer_disclosure of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_consumer_disclosure @use_consumer_disclosure.setter def use_consumer_disclosure(self, use_consumer_disclosure): - """ - Sets the use_consumer_disclosure of this AccountSettingsInformation. - + """Sets the use_consumer_disclosure of this AccountSettingsInformation. - :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. + # noqa: E501 + + :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12170,20 +12178,20 @@ def use_consumer_disclosure(self, use_consumer_disclosure): @property def use_consumer_disclosure_metadata(self): - """ - Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. + """Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. + + :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_consumer_disclosure_metadata @use_consumer_disclosure_metadata.setter def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): - """ - Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. + """Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. - :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. + + :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12191,22 +12199,22 @@ def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): @property def use_consumer_disclosure_within_account(self): - """ - Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. - + """Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 - :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_consumer_disclosure_within_account @use_consumer_disclosure_within_account.setter def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): - """ - Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. - + """Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. - :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. + # noqa: E501 + + :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12214,20 +12222,20 @@ def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_ @property def use_consumer_disclosure_within_account_metadata(self): - """ - Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. + """Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. + + :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_consumer_disclosure_within_account_metadata @use_consumer_disclosure_within_account_metadata.setter def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): - """ - Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. + """Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. - :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. + + :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12235,22 +12243,22 @@ def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosur @property def use_derived_keys(self): - """ - Gets the use_derived_keys of this AccountSettingsInformation. - + """Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501 - :return: The use_derived_keys of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_derived_keys @use_derived_keys.setter def use_derived_keys(self, use_derived_keys): - """ - Sets the use_derived_keys of this AccountSettingsInformation. - + """Sets the use_derived_keys of this AccountSettingsInformation. - :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. + # noqa: E501 + + :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12258,20 +12266,20 @@ def use_derived_keys(self, use_derived_keys): @property def use_derived_keys_metadata(self): - """ - Gets the use_derived_keys_metadata of this AccountSettingsInformation. + """Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_derived_keys_metadata of this AccountSettingsInformation. + + :return: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_derived_keys_metadata @use_derived_keys_metadata.setter def use_derived_keys_metadata(self, use_derived_keys_metadata): - """ - Sets the use_derived_keys_metadata of this AccountSettingsInformation. + """Sets the use_derived_keys_metadata of this AccountSettingsInformation. - :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. + + :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12279,22 +12287,22 @@ def use_derived_keys_metadata(self, use_derived_keys_metadata): @property def use_docu_sign_express_signer_certificate(self): - """ - Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. - + """Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 - :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_docu_sign_express_signer_certificate @use_docu_sign_express_signer_certificate.setter def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_certificate): - """ - Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. - + """Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. - :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. + # noqa: E501 + + :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12302,20 +12310,20 @@ def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_ @property def use_docu_sign_express_signer_certificate_metadata(self): - """ - Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. + """Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. + + :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_docu_sign_express_signer_certificate_metadata @use_docu_sign_express_signer_certificate_metadata.setter def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_express_signer_certificate_metadata): - """ - Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. + """Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. - :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. + + :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12323,22 +12331,22 @@ def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_expres @property def use_multi_app_groups_data(self): - """ - Gets the use_multi_app_groups_data of this AccountSettingsInformation. - + """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 - :return: The use_multi_app_groups_data of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_multi_app_groups_data @use_multi_app_groups_data.setter def use_multi_app_groups_data(self, use_multi_app_groups_data): - """ - Sets the use_multi_app_groups_data of this AccountSettingsInformation. - + """Sets the use_multi_app_groups_data of this AccountSettingsInformation. - :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. + # noqa: E501 + + :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12346,20 +12354,20 @@ def use_multi_app_groups_data(self, use_multi_app_groups_data): @property def use_multi_app_groups_data_metadata(self): - """ - Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. + """Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. + + :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_multi_app_groups_data_metadata @use_multi_app_groups_data_metadata.setter def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata): - """ - Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. + """Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. - :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. + + :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12367,22 +12375,22 @@ def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata) @property def use_new_blob_for_pdf(self): - """ - Gets the use_new_blob_for_pdf of this AccountSettingsInformation. - + """Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 - :return: The use_new_blob_for_pdf of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_new_blob_for_pdf @use_new_blob_for_pdf.setter def use_new_blob_for_pdf(self, use_new_blob_for_pdf): - """ - Sets the use_new_blob_for_pdf of this AccountSettingsInformation. - + """Sets the use_new_blob_for_pdf of this AccountSettingsInformation. - :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. + # noqa: E501 + + :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12390,20 +12398,20 @@ def use_new_blob_for_pdf(self, use_new_blob_for_pdf): @property def use_new_blob_for_pdf_metadata(self): - """ - Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. + """Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. + + :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_new_blob_for_pdf_metadata @use_new_blob_for_pdf_metadata.setter def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): - """ - Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. + """Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. - :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. + + :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12411,22 +12419,22 @@ def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): @property def use_safe_signer_certificates(self): - """ - Gets the use_safe_signer_certificates of this AccountSettingsInformation. - + """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 - :return: The use_safe_signer_certificates of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_safe_signer_certificates @use_safe_signer_certificates.setter def use_safe_signer_certificates(self, use_safe_signer_certificates): - """ - Sets the use_safe_signer_certificates of this AccountSettingsInformation. - + """Sets the use_safe_signer_certificates of this AccountSettingsInformation. - :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. + # noqa: E501 + + :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12434,20 +12442,20 @@ def use_safe_signer_certificates(self, use_safe_signer_certificates): @property def use_safe_signer_certificates_metadata(self): - """ - Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. + """Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. + + :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_safe_signer_certificates_metadata @use_safe_signer_certificates_metadata.setter def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_metadata): - """ - Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. + """Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. - :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. + + :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12455,22 +12463,22 @@ def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_met @property def uses_api(self): - """ - Gets the uses_api of this AccountSettingsInformation. - + """Gets the uses_api of this AccountSettingsInformation. # noqa: E501 - :return: The uses_api of this AccountSettingsInformation. + # noqa: E501 + + :return: The uses_api of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._uses_api @uses_api.setter def uses_api(self, uses_api): - """ - Sets the uses_api of this AccountSettingsInformation. - + """Sets the uses_api of this AccountSettingsInformation. - :param uses_api: The uses_api of this AccountSettingsInformation. + # noqa: E501 + + :param uses_api: The uses_api of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12478,20 +12486,20 @@ def uses_api(self, uses_api): @property def uses_api_metadata(self): - """ - Gets the uses_api_metadata of this AccountSettingsInformation. + """Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The uses_api_metadata of this AccountSettingsInformation. + + :return: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._uses_api_metadata @uses_api_metadata.setter def uses_api_metadata(self, uses_api_metadata): - """ - Sets the uses_api_metadata of this AccountSettingsInformation. + """Sets the uses_api_metadata of this AccountSettingsInformation. - :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. + + :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12499,22 +12507,22 @@ def uses_api_metadata(self, uses_api_metadata): @property def use_signature_provider_platform(self): - """ - Gets the use_signature_provider_platform of this AccountSettingsInformation. - + """Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 - :return: The use_signature_provider_platform of this AccountSettingsInformation. + # noqa: E501 + + :return: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._use_signature_provider_platform @use_signature_provider_platform.setter def use_signature_provider_platform(self, use_signature_provider_platform): - """ - Sets the use_signature_provider_platform of this AccountSettingsInformation. - + """Sets the use_signature_provider_platform of this AccountSettingsInformation. - :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. + # noqa: E501 + + :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12522,20 +12530,20 @@ def use_signature_provider_platform(self, use_signature_provider_platform): @property def use_signature_provider_platform_metadata(self): - """ - Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. + """Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. + + :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._use_signature_provider_platform_metadata @use_signature_provider_platform_metadata.setter def use_signature_provider_platform_metadata(self, use_signature_provider_platform_metadata): - """ - Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. + """Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. - :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. + + :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12543,22 +12551,22 @@ def use_signature_provider_platform_metadata(self, use_signature_provider_platfo @property def validations_allowed(self): - """ - Gets the validations_allowed of this AccountSettingsInformation. - + """Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501 - :return: The validations_allowed of this AccountSettingsInformation. + # noqa: E501 + + :return: The validations_allowed of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._validations_allowed @validations_allowed.setter def validations_allowed(self, validations_allowed): - """ - Sets the validations_allowed of this AccountSettingsInformation. - + """Sets the validations_allowed of this AccountSettingsInformation. - :param validations_allowed: The validations_allowed of this AccountSettingsInformation. + # noqa: E501 + + :param validations_allowed: The validations_allowed of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12566,20 +12574,20 @@ def validations_allowed(self, validations_allowed): @property def validations_allowed_metadata(self): - """ - Gets the validations_allowed_metadata of this AccountSettingsInformation. + """Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The validations_allowed_metadata of this AccountSettingsInformation. + + :return: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._validations_allowed_metadata @validations_allowed_metadata.setter def validations_allowed_metadata(self, validations_allowed_metadata): - """ - Sets the validations_allowed_metadata of this AccountSettingsInformation. + """Sets the validations_allowed_metadata of this AccountSettingsInformation. - :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. + + :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12587,22 +12595,22 @@ def validations_allowed_metadata(self, validations_allowed_metadata): @property def validations_brand(self): - """ - Gets the validations_brand of this AccountSettingsInformation. - + """Gets the validations_brand of this AccountSettingsInformation. # noqa: E501 - :return: The validations_brand of this AccountSettingsInformation. + # noqa: E501 + + :return: The validations_brand of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._validations_brand @validations_brand.setter def validations_brand(self, validations_brand): - """ - Sets the validations_brand of this AccountSettingsInformation. - + """Sets the validations_brand of this AccountSettingsInformation. - :param validations_brand: The validations_brand of this AccountSettingsInformation. + # noqa: E501 + + :param validations_brand: The validations_brand of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12610,20 +12618,20 @@ def validations_brand(self, validations_brand): @property def validations_brand_metadata(self): - """ - Gets the validations_brand_metadata of this AccountSettingsInformation. + """Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The validations_brand_metadata of this AccountSettingsInformation. + + :return: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._validations_brand_metadata @validations_brand_metadata.setter def validations_brand_metadata(self, validations_brand_metadata): - """ - Sets the validations_brand_metadata of this AccountSettingsInformation. + """Sets the validations_brand_metadata of this AccountSettingsInformation. - :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. + + :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12631,22 +12639,22 @@ def validations_brand_metadata(self, validations_brand_metadata): @property def validations_cadence(self): - """ - Gets the validations_cadence of this AccountSettingsInformation. - + """Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501 - :return: The validations_cadence of this AccountSettingsInformation. + # noqa: E501 + + :return: The validations_cadence of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._validations_cadence @validations_cadence.setter def validations_cadence(self, validations_cadence): - """ - Sets the validations_cadence of this AccountSettingsInformation. - + """Sets the validations_cadence of this AccountSettingsInformation. - :param validations_cadence: The validations_cadence of this AccountSettingsInformation. + # noqa: E501 + + :param validations_cadence: The validations_cadence of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12654,20 +12662,20 @@ def validations_cadence(self, validations_cadence): @property def validations_cadence_metadata(self): - """ - Gets the validations_cadence_metadata of this AccountSettingsInformation. + """Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The validations_cadence_metadata of this AccountSettingsInformation. + + :return: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._validations_cadence_metadata @validations_cadence_metadata.setter def validations_cadence_metadata(self, validations_cadence_metadata): - """ - Sets the validations_cadence_metadata of this AccountSettingsInformation. + """Sets the validations_cadence_metadata of this AccountSettingsInformation. - :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. + + :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12675,22 +12683,22 @@ def validations_cadence_metadata(self, validations_cadence_metadata): @property def validations_enabled(self): - """ - Gets the validations_enabled of this AccountSettingsInformation. - + """Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The validations_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The validations_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._validations_enabled @validations_enabled.setter def validations_enabled(self, validations_enabled): - """ - Sets the validations_enabled of this AccountSettingsInformation. - + """Sets the validations_enabled of this AccountSettingsInformation. - :param validations_enabled: The validations_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param validations_enabled: The validations_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12698,20 +12706,20 @@ def validations_enabled(self, validations_enabled): @property def validations_enabled_metadata(self): - """ - Gets the validations_enabled_metadata of this AccountSettingsInformation. + """Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The validations_enabled_metadata of this AccountSettingsInformation. + + :return: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._validations_enabled_metadata @validations_enabled_metadata.setter def validations_enabled_metadata(self, validations_enabled_metadata): - """ - Sets the validations_enabled_metadata of this AccountSettingsInformation. + """Sets the validations_enabled_metadata of this AccountSettingsInformation. - :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. + + :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12719,22 +12727,22 @@ def validations_enabled_metadata(self, validations_enabled_metadata): @property def validations_report(self): - """ - Gets the validations_report of this AccountSettingsInformation. - + """Gets the validations_report of this AccountSettingsInformation. # noqa: E501 - :return: The validations_report of this AccountSettingsInformation. + # noqa: E501 + + :return: The validations_report of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._validations_report @validations_report.setter def validations_report(self, validations_report): - """ - Sets the validations_report of this AccountSettingsInformation. - + """Sets the validations_report of this AccountSettingsInformation. - :param validations_report: The validations_report of this AccountSettingsInformation. + # noqa: E501 + + :param validations_report: The validations_report of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12742,20 +12750,20 @@ def validations_report(self, validations_report): @property def validations_report_metadata(self): - """ - Gets the validations_report_metadata of this AccountSettingsInformation. + """Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The validations_report_metadata of this AccountSettingsInformation. + + :return: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._validations_report_metadata @validations_report_metadata.setter def validations_report_metadata(self, validations_report_metadata): - """ - Sets the validations_report_metadata of this AccountSettingsInformation. + """Sets the validations_report_metadata of this AccountSettingsInformation. - :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. + + :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12763,22 +12771,22 @@ def validations_report_metadata(self, validations_report_metadata): @property def water_mark_enabled(self): - """ - Gets the water_mark_enabled of this AccountSettingsInformation. - + """Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501 - :return: The water_mark_enabled of this AccountSettingsInformation. + # noqa: E501 + + :return: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._water_mark_enabled @water_mark_enabled.setter def water_mark_enabled(self, water_mark_enabled): - """ - Sets the water_mark_enabled of this AccountSettingsInformation. - + """Sets the water_mark_enabled of this AccountSettingsInformation. - :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. + # noqa: E501 + + :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12786,20 +12794,20 @@ def water_mark_enabled(self, water_mark_enabled): @property def water_mark_enabled_metadata(self): - """ - Gets the water_mark_enabled_metadata of this AccountSettingsInformation. + """Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The water_mark_enabled_metadata of this AccountSettingsInformation. + + :return: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._water_mark_enabled_metadata @water_mark_enabled_metadata.setter def water_mark_enabled_metadata(self, water_mark_enabled_metadata): - """ - Sets the water_mark_enabled_metadata of this AccountSettingsInformation. + """Sets the water_mark_enabled_metadata of this AccountSettingsInformation. - :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. + + :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12807,22 +12815,22 @@ def water_mark_enabled_metadata(self, water_mark_enabled_metadata): @property def write_reminder_to_envelope_history(self): - """ - Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. - + """Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 - :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. + # noqa: E501 + + :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._write_reminder_to_envelope_history @write_reminder_to_envelope_history.setter def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history): - """ - Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. - + """Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. - :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. + # noqa: E501 + + :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12830,20 +12838,20 @@ def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history) @property def write_reminder_to_envelope_history_metadata(self): - """ - Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. + """Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. + + :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._write_reminder_to_envelope_history_metadata @write_reminder_to_envelope_history_metadata.setter def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope_history_metadata): - """ - Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. + """Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. - :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. + + :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -12851,22 +12859,22 @@ def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope @property def wurfl_min_allowable_screen_size(self): - """ - Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. - + """Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 - :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. + # noqa: E501 + + :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 :rtype: str """ return self._wurfl_min_allowable_screen_size @wurfl_min_allowable_screen_size.setter def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): - """ - Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. - + """Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. - :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. + # noqa: E501 + + :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 :type: str """ @@ -12874,32 +12882,30 @@ def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): @property def wurfl_min_allowable_screen_size_metadata(self): - """ - Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. + """Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 - :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. + + :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._wurfl_min_allowable_screen_size_metadata @wurfl_min_allowable_screen_size_metadata.setter def wurfl_min_allowable_screen_size_metadata(self, wurfl_min_allowable_screen_size_metadata): - """ - Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. + """Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. - :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. + + :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata """ self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -12916,29 +12922,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSettingsInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSettingsInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_shared_access.py b/docusign_esign/models/account_shared_access.py index 79d2e947..88b13514 100644 --- a/docusign_esign/models/account_shared_access.py +++ b/docusign_esign/models/account_shared_access.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountSharedAccess(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, end_position=None, error_details=None, next_uri=None, previous_uri=None, result_set_size=None, shared_access=None, start_position=None, total_set_size=None): - """ - AccountSharedAccess - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'end_position': 'str', - 'error_details': 'ErrorDetails', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'shared_access': 'list[MemberSharedItems]', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'end_position': 'endPosition', - 'error_details': 'errorDetails', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'shared_access': 'sharedAccess', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._account_id = account_id - self._end_position = end_position - self._error_details = error_details - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._shared_access = shared_access - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'end_position': 'str', + 'error_details': 'ErrorDetails', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'shared_access': 'list[MemberSharedItems]', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'end_position': 'endPosition', + 'error_details': 'errorDetails', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'shared_access': 'sharedAccess', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, account_id=None, end_position=None, error_details=None, next_uri=None, previous_uri=None, result_set_size=None, shared_access=None, start_position=None, total_set_size=None): # noqa: E501 + """AccountSharedAccess - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._end_position = None + self._error_details = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._shared_access = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if end_position is not None: + self.end_position = end_position + if error_details is not None: + self.error_details = error_details + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if shared_access is not None: + self.shared_access = shared_access + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def account_id(self): - """ - Gets the account_id of this AccountSharedAccess. - The account ID associated with the envelope. + """Gets the account_id of this AccountSharedAccess. # noqa: E501 - :return: The account_id of this AccountSharedAccess. + The account ID associated with the envelope. # noqa: E501 + + :return: The account_id of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this AccountSharedAccess. - The account ID associated with the envelope. + """Sets the account_id of this AccountSharedAccess. - :param account_id: The account_id of this AccountSharedAccess. + The account ID associated with the envelope. # noqa: E501 + + :param account_id: The account_id of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def account_id(self, account_id): @property def end_position(self): - """ - Gets the end_position of this AccountSharedAccess. - The last position in the result set. + """Gets the end_position of this AccountSharedAccess. # noqa: E501 - :return: The end_position of this AccountSharedAccess. + The last position in the result set. # noqa: E501 + + :return: The end_position of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this AccountSharedAccess. - The last position in the result set. + """Sets the end_position of this AccountSharedAccess. - :param end_position: The end_position of this AccountSharedAccess. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -112,20 +135,20 @@ def end_position(self, end_position): @property def error_details(self): - """ - Gets the error_details of this AccountSharedAccess. + """Gets the error_details of this AccountSharedAccess. # noqa: E501 - :return: The error_details of this AccountSharedAccess. + + :return: The error_details of this AccountSharedAccess. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this AccountSharedAccess. + """Sets the error_details of this AccountSharedAccess. - :param error_details: The error_details of this AccountSharedAccess. + + :param error_details: The error_details of this AccountSharedAccess. # noqa: E501 :type: ErrorDetails """ @@ -133,22 +156,22 @@ def error_details(self, error_details): @property def next_uri(self): - """ - Gets the next_uri of this AccountSharedAccess. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this AccountSharedAccess. # noqa: E501 - :return: The next_uri of this AccountSharedAccess. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this AccountSharedAccess. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this AccountSharedAccess. - :param next_uri: The next_uri of this AccountSharedAccess. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :param next_uri: The next_uri of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -156,22 +179,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this AccountSharedAccess. - The postal code for the billing address. + """Gets the previous_uri of this AccountSharedAccess. # noqa: E501 - :return: The previous_uri of this AccountSharedAccess. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this AccountSharedAccess. - The postal code for the billing address. + """Sets the previous_uri of this AccountSharedAccess. - :param previous_uri: The previous_uri of this AccountSharedAccess. + The postal code for the billing address. # noqa: E501 + + :param previous_uri: The previous_uri of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -179,22 +202,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this AccountSharedAccess. - The number of results returned in this response. + """Gets the result_set_size of this AccountSharedAccess. # noqa: E501 - :return: The result_set_size of this AccountSharedAccess. + The number of results returned in this response. # noqa: E501 + + :return: The result_set_size of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this AccountSharedAccess. - The number of results returned in this response. + """Sets the result_set_size of this AccountSharedAccess. - :param result_set_size: The result_set_size of this AccountSharedAccess. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -202,22 +225,22 @@ def result_set_size(self, result_set_size): @property def shared_access(self): - """ - Gets the shared_access of this AccountSharedAccess. - A complex type containing the shared access information to an envelope for the users specified in the request. + """Gets the shared_access of this AccountSharedAccess. # noqa: E501 - :return: The shared_access of this AccountSharedAccess. + A complex type containing the shared access information to an envelope for the users specified in the request. # noqa: E501 + + :return: The shared_access of this AccountSharedAccess. # noqa: E501 :rtype: list[MemberSharedItems] """ return self._shared_access @shared_access.setter def shared_access(self, shared_access): - """ - Sets the shared_access of this AccountSharedAccess. - A complex type containing the shared access information to an envelope for the users specified in the request. + """Sets the shared_access of this AccountSharedAccess. - :param shared_access: The shared_access of this AccountSharedAccess. + A complex type containing the shared access information to an envelope for the users specified in the request. # noqa: E501 + + :param shared_access: The shared_access of this AccountSharedAccess. # noqa: E501 :type: list[MemberSharedItems] """ @@ -225,22 +248,22 @@ def shared_access(self, shared_access): @property def start_position(self): - """ - Gets the start_position of this AccountSharedAccess. - Starting position of the current result set. + """Gets the start_position of this AccountSharedAccess. # noqa: E501 - :return: The start_position of this AccountSharedAccess. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this AccountSharedAccess. - Starting position of the current result set. + """Sets the start_position of this AccountSharedAccess. - :param start_position: The start_position of this AccountSharedAccess. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this AccountSharedAccess. # noqa: E501 :type: str """ @@ -248,34 +271,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this AccountSharedAccess. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this AccountSharedAccess. # noqa: E501 - :return: The total_set_size of this AccountSharedAccess. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this AccountSharedAccess. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this AccountSharedAccess. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this AccountSharedAccess. - :param total_set_size: The total_set_size of this AccountSharedAccess. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this AccountSharedAccess. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -292,29 +313,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSharedAccess, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSharedAccess): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_signature_provider.py b/docusign_esign/models/account_signature_provider.py index c48f0b23..057ad8cf 100644 --- a/docusign_esign/models/account_signature_provider.py +++ b/docusign_esign/models/account_signature_provider.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountSignatureProvider(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, is_required=None, priority=None, signature_provider_display_name=None, signature_provider_id=None, signature_provider_name=None, signature_provider_options_metadata=None, signature_provider_required_options=None): - """ - AccountSignatureProvider - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'is_required': 'str', - 'priority': 'str', - 'signature_provider_display_name': 'str', - 'signature_provider_id': 'str', - 'signature_provider_name': 'str', - 'signature_provider_options_metadata': 'list[AccountSignatureProviderOption]', - 'signature_provider_required_options': 'list[SignatureProviderRequiredOption]' - } - - self.attribute_map = { - 'is_required': 'isRequired', - 'priority': 'priority', - 'signature_provider_display_name': 'signatureProviderDisplayName', - 'signature_provider_id': 'signatureProviderId', - 'signature_provider_name': 'signatureProviderName', - 'signature_provider_options_metadata': 'signatureProviderOptionsMetadata', - 'signature_provider_required_options': 'signatureProviderRequiredOptions' - } - - self._is_required = is_required - self._priority = priority - self._signature_provider_display_name = signature_provider_display_name - self._signature_provider_id = signature_provider_id - self._signature_provider_name = signature_provider_name - self._signature_provider_options_metadata = signature_provider_options_metadata - self._signature_provider_required_options = signature_provider_required_options + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'is_required': 'str', + 'priority': 'str', + 'signature_provider_display_name': 'str', + 'signature_provider_id': 'str', + 'signature_provider_name': 'str', + 'signature_provider_options_metadata': 'list[AccountSignatureProviderOption]', + 'signature_provider_required_options': 'list[SignatureProviderRequiredOption]' + } + + attribute_map = { + 'is_required': 'isRequired', + 'priority': 'priority', + 'signature_provider_display_name': 'signatureProviderDisplayName', + 'signature_provider_id': 'signatureProviderId', + 'signature_provider_name': 'signatureProviderName', + 'signature_provider_options_metadata': 'signatureProviderOptionsMetadata', + 'signature_provider_required_options': 'signatureProviderRequiredOptions' + } + + def __init__(self, is_required=None, priority=None, signature_provider_display_name=None, signature_provider_id=None, signature_provider_name=None, signature_provider_options_metadata=None, signature_provider_required_options=None): # noqa: E501 + """AccountSignatureProvider - a model defined in Swagger""" # noqa: E501 + + self._is_required = None + self._priority = None + self._signature_provider_display_name = None + self._signature_provider_id = None + self._signature_provider_name = None + self._signature_provider_options_metadata = None + self._signature_provider_required_options = None + self.discriminator = None + + if is_required is not None: + self.is_required = is_required + if priority is not None: + self.priority = priority + if signature_provider_display_name is not None: + self.signature_provider_display_name = signature_provider_display_name + if signature_provider_id is not None: + self.signature_provider_id = signature_provider_id + if signature_provider_name is not None: + self.signature_provider_name = signature_provider_name + if signature_provider_options_metadata is not None: + self.signature_provider_options_metadata = signature_provider_options_metadata + if signature_provider_required_options is not None: + self.signature_provider_required_options = signature_provider_required_options @property def is_required(self): - """ - Gets the is_required of this AccountSignatureProvider. - + """Gets the is_required of this AccountSignatureProvider. # noqa: E501 - :return: The is_required of this AccountSignatureProvider. + # noqa: E501 + + :return: The is_required of this AccountSignatureProvider. # noqa: E501 :rtype: str """ return self._is_required @is_required.setter def is_required(self, is_required): - """ - Sets the is_required of this AccountSignatureProvider. - + """Sets the is_required of this AccountSignatureProvider. - :param is_required: The is_required of this AccountSignatureProvider. + # noqa: E501 + + :param is_required: The is_required of this AccountSignatureProvider. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def is_required(self, is_required): @property def priority(self): - """ - Gets the priority of this AccountSignatureProvider. - + """Gets the priority of this AccountSignatureProvider. # noqa: E501 + + # noqa: E501 - :return: The priority of this AccountSignatureProvider. + :return: The priority of this AccountSignatureProvider. # noqa: E501 :rtype: str """ return self._priority @priority.setter def priority(self, priority): - """ - Sets the priority of this AccountSignatureProvider. - + """Sets the priority of this AccountSignatureProvider. + + # noqa: E501 - :param priority: The priority of this AccountSignatureProvider. + :param priority: The priority of this AccountSignatureProvider. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def priority(self, priority): @property def signature_provider_display_name(self): - """ - Gets the signature_provider_display_name of this AccountSignatureProvider. - + """Gets the signature_provider_display_name of this AccountSignatureProvider. # noqa: E501 - :return: The signature_provider_display_name of this AccountSignatureProvider. + # noqa: E501 + + :return: The signature_provider_display_name of this AccountSignatureProvider. # noqa: E501 :rtype: str """ return self._signature_provider_display_name @signature_provider_display_name.setter def signature_provider_display_name(self, signature_provider_display_name): - """ - Sets the signature_provider_display_name of this AccountSignatureProvider. - + """Sets the signature_provider_display_name of this AccountSignatureProvider. + + # noqa: E501 - :param signature_provider_display_name: The signature_provider_display_name of this AccountSignatureProvider. + :param signature_provider_display_name: The signature_provider_display_name of this AccountSignatureProvider. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def signature_provider_display_name(self, signature_provider_display_name): @property def signature_provider_id(self): - """ - Gets the signature_provider_id of this AccountSignatureProvider. - + """Gets the signature_provider_id of this AccountSignatureProvider. # noqa: E501 + + # noqa: E501 - :return: The signature_provider_id of this AccountSignatureProvider. + :return: The signature_provider_id of this AccountSignatureProvider. # noqa: E501 :rtype: str """ return self._signature_provider_id @signature_provider_id.setter def signature_provider_id(self, signature_provider_id): - """ - Sets the signature_provider_id of this AccountSignatureProvider. - + """Sets the signature_provider_id of this AccountSignatureProvider. + + # noqa: E501 - :param signature_provider_id: The signature_provider_id of this AccountSignatureProvider. + :param signature_provider_id: The signature_provider_id of this AccountSignatureProvider. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def signature_provider_id(self, signature_provider_id): @property def signature_provider_name(self): - """ - Gets the signature_provider_name of this AccountSignatureProvider. - + """Gets the signature_provider_name of this AccountSignatureProvider. # noqa: E501 + + # noqa: E501 - :return: The signature_provider_name of this AccountSignatureProvider. + :return: The signature_provider_name of this AccountSignatureProvider. # noqa: E501 :rtype: str """ return self._signature_provider_name @signature_provider_name.setter def signature_provider_name(self, signature_provider_name): - """ - Sets the signature_provider_name of this AccountSignatureProvider. - + """Sets the signature_provider_name of this AccountSignatureProvider. - :param signature_provider_name: The signature_provider_name of this AccountSignatureProvider. + # noqa: E501 + + :param signature_provider_name: The signature_provider_name of this AccountSignatureProvider. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def signature_provider_name(self, signature_provider_name): @property def signature_provider_options_metadata(self): - """ - Gets the signature_provider_options_metadata of this AccountSignatureProvider. - + """Gets the signature_provider_options_metadata of this AccountSignatureProvider. # noqa: E501 - :return: The signature_provider_options_metadata of this AccountSignatureProvider. + # noqa: E501 + + :return: The signature_provider_options_metadata of this AccountSignatureProvider. # noqa: E501 :rtype: list[AccountSignatureProviderOption] """ return self._signature_provider_options_metadata @signature_provider_options_metadata.setter def signature_provider_options_metadata(self, signature_provider_options_metadata): - """ - Sets the signature_provider_options_metadata of this AccountSignatureProvider. - + """Sets the signature_provider_options_metadata of this AccountSignatureProvider. - :param signature_provider_options_metadata: The signature_provider_options_metadata of this AccountSignatureProvider. + # noqa: E501 + + :param signature_provider_options_metadata: The signature_provider_options_metadata of this AccountSignatureProvider. # noqa: E501 :type: list[AccountSignatureProviderOption] """ @@ -198,34 +217,32 @@ def signature_provider_options_metadata(self, signature_provider_options_metadat @property def signature_provider_required_options(self): - """ - Gets the signature_provider_required_options of this AccountSignatureProvider. - + """Gets the signature_provider_required_options of this AccountSignatureProvider. # noqa: E501 + + # noqa: E501 - :return: The signature_provider_required_options of this AccountSignatureProvider. + :return: The signature_provider_required_options of this AccountSignatureProvider. # noqa: E501 :rtype: list[SignatureProviderRequiredOption] """ return self._signature_provider_required_options @signature_provider_required_options.setter def signature_provider_required_options(self, signature_provider_required_options): - """ - Sets the signature_provider_required_options of this AccountSignatureProvider. - + """Sets the signature_provider_required_options of this AccountSignatureProvider. + + # noqa: E501 - :param signature_provider_required_options: The signature_provider_required_options of this AccountSignatureProvider. + :param signature_provider_required_options: The signature_provider_required_options of this AccountSignatureProvider. # noqa: E501 :type: list[SignatureProviderRequiredOption] """ self._signature_provider_required_options = signature_provider_required_options def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSignatureProvider, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSignatureProvider): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_signature_provider_option.py b/docusign_esign/models/account_signature_provider_option.py index 8b7691ae..7add611a 100644 --- a/docusign_esign/models/account_signature_provider_option.py +++ b/docusign_esign/models/account_signature_provider_option.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountSignatureProviderOption(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, signature_provider_option_display_name=None, signature_provider_option_id=None, signature_provider_option_name=None): - """ - AccountSignatureProviderOption - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'signature_provider_option_display_name': 'str', - 'signature_provider_option_id': 'str', - 'signature_provider_option_name': 'str' - } - - self.attribute_map = { - 'signature_provider_option_display_name': 'signatureProviderOptionDisplayName', - 'signature_provider_option_id': 'signatureProviderOptionId', - 'signature_provider_option_name': 'signatureProviderOptionName' - } - - self._signature_provider_option_display_name = signature_provider_option_display_name - self._signature_provider_option_id = signature_provider_option_id - self._signature_provider_option_name = signature_provider_option_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'signature_provider_option_display_name': 'str', + 'signature_provider_option_id': 'str', + 'signature_provider_option_name': 'str' + } + + attribute_map = { + 'signature_provider_option_display_name': 'signatureProviderOptionDisplayName', + 'signature_provider_option_id': 'signatureProviderOptionId', + 'signature_provider_option_name': 'signatureProviderOptionName' + } + + def __init__(self, signature_provider_option_display_name=None, signature_provider_option_id=None, signature_provider_option_name=None): # noqa: E501 + """AccountSignatureProviderOption - a model defined in Swagger""" # noqa: E501 + + self._signature_provider_option_display_name = None + self._signature_provider_option_id = None + self._signature_provider_option_name = None + self.discriminator = None + + if signature_provider_option_display_name is not None: + self.signature_provider_option_display_name = signature_provider_option_display_name + if signature_provider_option_id is not None: + self.signature_provider_option_id = signature_provider_option_id + if signature_provider_option_name is not None: + self.signature_provider_option_name = signature_provider_option_name @property def signature_provider_option_display_name(self): - """ - Gets the signature_provider_option_display_name of this AccountSignatureProviderOption. - + """Gets the signature_provider_option_display_name of this AccountSignatureProviderOption. # noqa: E501 + + # noqa: E501 - :return: The signature_provider_option_display_name of this AccountSignatureProviderOption. + :return: The signature_provider_option_display_name of this AccountSignatureProviderOption. # noqa: E501 :rtype: str """ return self._signature_provider_option_display_name @signature_provider_option_display_name.setter def signature_provider_option_display_name(self, signature_provider_option_display_name): - """ - Sets the signature_provider_option_display_name of this AccountSignatureProviderOption. - + """Sets the signature_provider_option_display_name of this AccountSignatureProviderOption. + + # noqa: E501 - :param signature_provider_option_display_name: The signature_provider_option_display_name of this AccountSignatureProviderOption. + :param signature_provider_option_display_name: The signature_provider_option_display_name of this AccountSignatureProviderOption. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def signature_provider_option_display_name(self, signature_provider_option_displ @property def signature_provider_option_id(self): - """ - Gets the signature_provider_option_id of this AccountSignatureProviderOption. - + """Gets the signature_provider_option_id of this AccountSignatureProviderOption. # noqa: E501 + + # noqa: E501 - :return: The signature_provider_option_id of this AccountSignatureProviderOption. + :return: The signature_provider_option_id of this AccountSignatureProviderOption. # noqa: E501 :rtype: str """ return self._signature_provider_option_id @signature_provider_option_id.setter def signature_provider_option_id(self, signature_provider_option_id): - """ - Sets the signature_provider_option_id of this AccountSignatureProviderOption. - + """Sets the signature_provider_option_id of this AccountSignatureProviderOption. + + # noqa: E501 - :param signature_provider_option_id: The signature_provider_option_id of this AccountSignatureProviderOption. + :param signature_provider_option_id: The signature_provider_option_id of this AccountSignatureProviderOption. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def signature_provider_option_id(self, signature_provider_option_id): @property def signature_provider_option_name(self): - """ - Gets the signature_provider_option_name of this AccountSignatureProviderOption. - + """Gets the signature_provider_option_name of this AccountSignatureProviderOption. # noqa: E501 - :return: The signature_provider_option_name of this AccountSignatureProviderOption. + # noqa: E501 + + :return: The signature_provider_option_name of this AccountSignatureProviderOption. # noqa: E501 :rtype: str """ return self._signature_provider_option_name @signature_provider_option_name.setter def signature_provider_option_name(self, signature_provider_option_name): - """ - Sets the signature_provider_option_name of this AccountSignatureProviderOption. - + """Sets the signature_provider_option_name of this AccountSignatureProviderOption. - :param signature_provider_option_name: The signature_provider_option_name of this AccountSignatureProviderOption. + # noqa: E501 + + :param signature_provider_option_name: The signature_provider_option_name of this AccountSignatureProviderOption. # noqa: E501 :type: str """ self._signature_provider_option_name = signature_provider_option_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSignatureProviderOption, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSignatureProviderOption): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_signature_providers.py b/docusign_esign/models/account_signature_providers.py index 01d59020..0beb1bc2 100644 --- a/docusign_esign/models/account_signature_providers.py +++ b/docusign_esign/models/account_signature_providers.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountSignatureProviders(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, signature_providers=None): - """ - AccountSignatureProviders - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'signature_providers': 'list[AccountSignatureProvider]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'signature_providers': 'list[AccountSignatureProvider]' + } - self.attribute_map = { - 'signature_providers': 'signatureProviders' - } + attribute_map = { + 'signature_providers': 'signatureProviders' + } - self._signature_providers = signature_providers + def __init__(self, signature_providers=None): # noqa: E501 + """AccountSignatureProviders - a model defined in Swagger""" # noqa: E501 + + self._signature_providers = None + self.discriminator = None + + if signature_providers is not None: + self.signature_providers = signature_providers @property def signature_providers(self): - """ - Gets the signature_providers of this AccountSignatureProviders. - + """Gets the signature_providers of this AccountSignatureProviders. # noqa: E501 + + # noqa: E501 - :return: The signature_providers of this AccountSignatureProviders. + :return: The signature_providers of this AccountSignatureProviders. # noqa: E501 :rtype: list[AccountSignatureProvider] """ return self._signature_providers @signature_providers.setter def signature_providers(self, signature_providers): - """ - Sets the signature_providers of this AccountSignatureProviders. - + """Sets the signature_providers of this AccountSignatureProviders. - :param signature_providers: The signature_providers of this AccountSignatureProviders. + # noqa: E501 + + :param signature_providers: The signature_providers of this AccountSignatureProviders. # noqa: E501 :type: list[AccountSignatureProvider] """ self._signature_providers = signature_providers def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountSignatureProviders, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountSignatureProviders): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/account_ui_settings.py b/docusign_esign/models/account_ui_settings.py index eca0f0f1..7fc84b2a 100644 --- a/docusign_esign/models/account_ui_settings.py +++ b/docusign_esign/models/account_ui_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,120 +11,173 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AccountUISettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, admin_message=None, ask_an_admin=None, enable_admin_message=None, enable_admin_message_metadata=None, enable_easy_sign_can_use_multi_template_apply=None, enable_easy_sign_can_use_multi_template_apply_metadata=None, enable_easy_sign_template_upload=None, enable_easy_sign_template_upload_metadata=None, enable_envelope_copy_with_data=None, enable_envelope_copy_with_data_metadata=None, hide_send_an_envelope=None, hide_send_an_envelope_metadata=None, hide_use_a_template=None, hide_use_a_template_in_prepare=None, hide_use_a_template_in_prepare_metadata=None, hide_use_a_template_metadata=None, order_based_recipient_id_generation=None, order_based_recipient_id_generation_metadata=None, remove_envelope_forwarding=None, remove_envelope_forwarding_metadata=None, should_redact_access_code=None, should_redact_access_code_metadata=None, upload_new_image_to_sign_or_initial=None, upload_new_image_to_sign_or_initial_metadata=None): - """ - AccountUISettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'admin_message': 'AdminMessage', - 'ask_an_admin': 'AskAnAdmin', - 'enable_admin_message': 'str', - 'enable_admin_message_metadata': 'SettingsMetadata', - 'enable_easy_sign_can_use_multi_template_apply': 'str', - 'enable_easy_sign_can_use_multi_template_apply_metadata': 'SettingsMetadata', - 'enable_easy_sign_template_upload': 'str', - 'enable_easy_sign_template_upload_metadata': 'SettingsMetadata', - 'enable_envelope_copy_with_data': 'str', - 'enable_envelope_copy_with_data_metadata': 'SettingsMetadata', - 'hide_send_an_envelope': 'str', - 'hide_send_an_envelope_metadata': 'SettingsMetadata', - 'hide_use_a_template': 'str', - 'hide_use_a_template_in_prepare': 'str', - 'hide_use_a_template_in_prepare_metadata': 'SettingsMetadata', - 'hide_use_a_template_metadata': 'SettingsMetadata', - 'order_based_recipient_id_generation': 'str', - 'order_based_recipient_id_generation_metadata': 'SettingsMetadata', - 'remove_envelope_forwarding': 'str', - 'remove_envelope_forwarding_metadata': 'SettingsMetadata', - 'should_redact_access_code': 'str', - 'should_redact_access_code_metadata': 'SettingsMetadata', - 'upload_new_image_to_sign_or_initial': 'str', - 'upload_new_image_to_sign_or_initial_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'admin_message': 'adminMessage', - 'ask_an_admin': 'askAnAdmin', - 'enable_admin_message': 'enableAdminMessage', - 'enable_admin_message_metadata': 'enableAdminMessageMetadata', - 'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply', - 'enable_easy_sign_can_use_multi_template_apply_metadata': 'enableEasySignCanUseMultiTemplateApplyMetadata', - 'enable_easy_sign_template_upload': 'enableEasySignTemplateUpload', - 'enable_easy_sign_template_upload_metadata': 'enableEasySignTemplateUploadMetadata', - 'enable_envelope_copy_with_data': 'enableEnvelopeCopyWithData', - 'enable_envelope_copy_with_data_metadata': 'enableEnvelopeCopyWithDataMetadata', - 'hide_send_an_envelope': 'hideSendAnEnvelope', - 'hide_send_an_envelope_metadata': 'hideSendAnEnvelopeMetadata', - 'hide_use_a_template': 'hideUseATemplate', - 'hide_use_a_template_in_prepare': 'hideUseATemplateInPrepare', - 'hide_use_a_template_in_prepare_metadata': 'hideUseATemplateInPrepareMetadata', - 'hide_use_a_template_metadata': 'hideUseATemplateMetadata', - 'order_based_recipient_id_generation': 'orderBasedRecipientIdGeneration', - 'order_based_recipient_id_generation_metadata': 'orderBasedRecipientIdGenerationMetadata', - 'remove_envelope_forwarding': 'removeEnvelopeForwarding', - 'remove_envelope_forwarding_metadata': 'removeEnvelopeForwardingMetadata', - 'should_redact_access_code': 'shouldRedactAccessCode', - 'should_redact_access_code_metadata': 'shouldRedactAccessCodeMetadata', - 'upload_new_image_to_sign_or_initial': 'uploadNewImageToSignOrInitial', - 'upload_new_image_to_sign_or_initial_metadata': 'uploadNewImageToSignOrInitialMetadata' - } - self._admin_message = admin_message - self._ask_an_admin = ask_an_admin - self._enable_admin_message = enable_admin_message - self._enable_admin_message_metadata = enable_admin_message_metadata - self._enable_easy_sign_can_use_multi_template_apply = enable_easy_sign_can_use_multi_template_apply - self._enable_easy_sign_can_use_multi_template_apply_metadata = enable_easy_sign_can_use_multi_template_apply_metadata - self._enable_easy_sign_template_upload = enable_easy_sign_template_upload - self._enable_easy_sign_template_upload_metadata = enable_easy_sign_template_upload_metadata - self._enable_envelope_copy_with_data = enable_envelope_copy_with_data - self._enable_envelope_copy_with_data_metadata = enable_envelope_copy_with_data_metadata - self._hide_send_an_envelope = hide_send_an_envelope - self._hide_send_an_envelope_metadata = hide_send_an_envelope_metadata - self._hide_use_a_template = hide_use_a_template - self._hide_use_a_template_in_prepare = hide_use_a_template_in_prepare - self._hide_use_a_template_in_prepare_metadata = hide_use_a_template_in_prepare_metadata - self._hide_use_a_template_metadata = hide_use_a_template_metadata - self._order_based_recipient_id_generation = order_based_recipient_id_generation - self._order_based_recipient_id_generation_metadata = order_based_recipient_id_generation_metadata - self._remove_envelope_forwarding = remove_envelope_forwarding - self._remove_envelope_forwarding_metadata = remove_envelope_forwarding_metadata - self._should_redact_access_code = should_redact_access_code - self._should_redact_access_code_metadata = should_redact_access_code_metadata - self._upload_new_image_to_sign_or_initial = upload_new_image_to_sign_or_initial - self._upload_new_image_to_sign_or_initial_metadata = upload_new_image_to_sign_or_initial_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'admin_message': 'AdminMessage', + 'ask_an_admin': 'AskAnAdmin', + 'enable_admin_message': 'str', + 'enable_admin_message_metadata': 'SettingsMetadata', + 'enable_easy_sign_can_use_multi_template_apply': 'str', + 'enable_easy_sign_can_use_multi_template_apply_metadata': 'SettingsMetadata', + 'enable_easy_sign_template_upload': 'str', + 'enable_easy_sign_template_upload_metadata': 'SettingsMetadata', + 'enable_envelope_copy_with_data': 'str', + 'enable_envelope_copy_with_data_metadata': 'SettingsMetadata', + 'hide_send_an_envelope': 'str', + 'hide_send_an_envelope_metadata': 'SettingsMetadata', + 'hide_use_a_template': 'str', + 'hide_use_a_template_in_prepare': 'str', + 'hide_use_a_template_in_prepare_metadata': 'SettingsMetadata', + 'hide_use_a_template_metadata': 'SettingsMetadata', + 'order_based_recipient_id_generation': 'str', + 'order_based_recipient_id_generation_metadata': 'SettingsMetadata', + 'remove_envelope_forwarding': 'str', + 'remove_envelope_forwarding_metadata': 'SettingsMetadata', + 'should_redact_access_code': 'str', + 'should_redact_access_code_metadata': 'SettingsMetadata', + 'upload_new_image_to_sign_or_initial': 'str', + 'upload_new_image_to_sign_or_initial_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'admin_message': 'adminMessage', + 'ask_an_admin': 'askAnAdmin', + 'enable_admin_message': 'enableAdminMessage', + 'enable_admin_message_metadata': 'enableAdminMessageMetadata', + 'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply', + 'enable_easy_sign_can_use_multi_template_apply_metadata': 'enableEasySignCanUseMultiTemplateApplyMetadata', + 'enable_easy_sign_template_upload': 'enableEasySignTemplateUpload', + 'enable_easy_sign_template_upload_metadata': 'enableEasySignTemplateUploadMetadata', + 'enable_envelope_copy_with_data': 'enableEnvelopeCopyWithData', + 'enable_envelope_copy_with_data_metadata': 'enableEnvelopeCopyWithDataMetadata', + 'hide_send_an_envelope': 'hideSendAnEnvelope', + 'hide_send_an_envelope_metadata': 'hideSendAnEnvelopeMetadata', + 'hide_use_a_template': 'hideUseATemplate', + 'hide_use_a_template_in_prepare': 'hideUseATemplateInPrepare', + 'hide_use_a_template_in_prepare_metadata': 'hideUseATemplateInPrepareMetadata', + 'hide_use_a_template_metadata': 'hideUseATemplateMetadata', + 'order_based_recipient_id_generation': 'orderBasedRecipientIdGeneration', + 'order_based_recipient_id_generation_metadata': 'orderBasedRecipientIdGenerationMetadata', + 'remove_envelope_forwarding': 'removeEnvelopeForwarding', + 'remove_envelope_forwarding_metadata': 'removeEnvelopeForwardingMetadata', + 'should_redact_access_code': 'shouldRedactAccessCode', + 'should_redact_access_code_metadata': 'shouldRedactAccessCodeMetadata', + 'upload_new_image_to_sign_or_initial': 'uploadNewImageToSignOrInitial', + 'upload_new_image_to_sign_or_initial_metadata': 'uploadNewImageToSignOrInitialMetadata' + } + + def __init__(self, admin_message=None, ask_an_admin=None, enable_admin_message=None, enable_admin_message_metadata=None, enable_easy_sign_can_use_multi_template_apply=None, enable_easy_sign_can_use_multi_template_apply_metadata=None, enable_easy_sign_template_upload=None, enable_easy_sign_template_upload_metadata=None, enable_envelope_copy_with_data=None, enable_envelope_copy_with_data_metadata=None, hide_send_an_envelope=None, hide_send_an_envelope_metadata=None, hide_use_a_template=None, hide_use_a_template_in_prepare=None, hide_use_a_template_in_prepare_metadata=None, hide_use_a_template_metadata=None, order_based_recipient_id_generation=None, order_based_recipient_id_generation_metadata=None, remove_envelope_forwarding=None, remove_envelope_forwarding_metadata=None, should_redact_access_code=None, should_redact_access_code_metadata=None, upload_new_image_to_sign_or_initial=None, upload_new_image_to_sign_or_initial_metadata=None): # noqa: E501 + """AccountUISettings - a model defined in Swagger""" # noqa: E501 + + self._admin_message = None + self._ask_an_admin = None + self._enable_admin_message = None + self._enable_admin_message_metadata = None + self._enable_easy_sign_can_use_multi_template_apply = None + self._enable_easy_sign_can_use_multi_template_apply_metadata = None + self._enable_easy_sign_template_upload = None + self._enable_easy_sign_template_upload_metadata = None + self._enable_envelope_copy_with_data = None + self._enable_envelope_copy_with_data_metadata = None + self._hide_send_an_envelope = None + self._hide_send_an_envelope_metadata = None + self._hide_use_a_template = None + self._hide_use_a_template_in_prepare = None + self._hide_use_a_template_in_prepare_metadata = None + self._hide_use_a_template_metadata = None + self._order_based_recipient_id_generation = None + self._order_based_recipient_id_generation_metadata = None + self._remove_envelope_forwarding = None + self._remove_envelope_forwarding_metadata = None + self._should_redact_access_code = None + self._should_redact_access_code_metadata = None + self._upload_new_image_to_sign_or_initial = None + self._upload_new_image_to_sign_or_initial_metadata = None + self.discriminator = None + + if admin_message is not None: + self.admin_message = admin_message + if ask_an_admin is not None: + self.ask_an_admin = ask_an_admin + if enable_admin_message is not None: + self.enable_admin_message = enable_admin_message + if enable_admin_message_metadata is not None: + self.enable_admin_message_metadata = enable_admin_message_metadata + if enable_easy_sign_can_use_multi_template_apply is not None: + self.enable_easy_sign_can_use_multi_template_apply = enable_easy_sign_can_use_multi_template_apply + if enable_easy_sign_can_use_multi_template_apply_metadata is not None: + self.enable_easy_sign_can_use_multi_template_apply_metadata = enable_easy_sign_can_use_multi_template_apply_metadata + if enable_easy_sign_template_upload is not None: + self.enable_easy_sign_template_upload = enable_easy_sign_template_upload + if enable_easy_sign_template_upload_metadata is not None: + self.enable_easy_sign_template_upload_metadata = enable_easy_sign_template_upload_metadata + if enable_envelope_copy_with_data is not None: + self.enable_envelope_copy_with_data = enable_envelope_copy_with_data + if enable_envelope_copy_with_data_metadata is not None: + self.enable_envelope_copy_with_data_metadata = enable_envelope_copy_with_data_metadata + if hide_send_an_envelope is not None: + self.hide_send_an_envelope = hide_send_an_envelope + if hide_send_an_envelope_metadata is not None: + self.hide_send_an_envelope_metadata = hide_send_an_envelope_metadata + if hide_use_a_template is not None: + self.hide_use_a_template = hide_use_a_template + if hide_use_a_template_in_prepare is not None: + self.hide_use_a_template_in_prepare = hide_use_a_template_in_prepare + if hide_use_a_template_in_prepare_metadata is not None: + self.hide_use_a_template_in_prepare_metadata = hide_use_a_template_in_prepare_metadata + if hide_use_a_template_metadata is not None: + self.hide_use_a_template_metadata = hide_use_a_template_metadata + if order_based_recipient_id_generation is not None: + self.order_based_recipient_id_generation = order_based_recipient_id_generation + if order_based_recipient_id_generation_metadata is not None: + self.order_based_recipient_id_generation_metadata = order_based_recipient_id_generation_metadata + if remove_envelope_forwarding is not None: + self.remove_envelope_forwarding = remove_envelope_forwarding + if remove_envelope_forwarding_metadata is not None: + self.remove_envelope_forwarding_metadata = remove_envelope_forwarding_metadata + if should_redact_access_code is not None: + self.should_redact_access_code = should_redact_access_code + if should_redact_access_code_metadata is not None: + self.should_redact_access_code_metadata = should_redact_access_code_metadata + if upload_new_image_to_sign_or_initial is not None: + self.upload_new_image_to_sign_or_initial = upload_new_image_to_sign_or_initial + if upload_new_image_to_sign_or_initial_metadata is not None: + self.upload_new_image_to_sign_or_initial_metadata = upload_new_image_to_sign_or_initial_metadata @property def admin_message(self): - """ - Gets the admin_message of this AccountUISettings. + """Gets the admin_message of this AccountUISettings. # noqa: E501 - :return: The admin_message of this AccountUISettings. + + :return: The admin_message of this AccountUISettings. # noqa: E501 :rtype: AdminMessage """ return self._admin_message @admin_message.setter def admin_message(self, admin_message): - """ - Sets the admin_message of this AccountUISettings. + """Sets the admin_message of this AccountUISettings. - :param admin_message: The admin_message of this AccountUISettings. + + :param admin_message: The admin_message of this AccountUISettings. # noqa: E501 :type: AdminMessage """ @@ -132,20 +185,20 @@ def admin_message(self, admin_message): @property def ask_an_admin(self): - """ - Gets the ask_an_admin of this AccountUISettings. + """Gets the ask_an_admin of this AccountUISettings. # noqa: E501 - :return: The ask_an_admin of this AccountUISettings. + + :return: The ask_an_admin of this AccountUISettings. # noqa: E501 :rtype: AskAnAdmin """ return self._ask_an_admin @ask_an_admin.setter def ask_an_admin(self, ask_an_admin): - """ - Sets the ask_an_admin of this AccountUISettings. + """Sets the ask_an_admin of this AccountUISettings. + - :param ask_an_admin: The ask_an_admin of this AccountUISettings. + :param ask_an_admin: The ask_an_admin of this AccountUISettings. # noqa: E501 :type: AskAnAdmin """ @@ -153,22 +206,22 @@ def ask_an_admin(self, ask_an_admin): @property def enable_admin_message(self): - """ - Gets the enable_admin_message of this AccountUISettings. - + """Gets the enable_admin_message of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The enable_admin_message of this AccountUISettings. + :return: The enable_admin_message of this AccountUISettings. # noqa: E501 :rtype: str """ return self._enable_admin_message @enable_admin_message.setter def enable_admin_message(self, enable_admin_message): - """ - Sets the enable_admin_message of this AccountUISettings. - + """Sets the enable_admin_message of this AccountUISettings. + + # noqa: E501 - :param enable_admin_message: The enable_admin_message of this AccountUISettings. + :param enable_admin_message: The enable_admin_message of this AccountUISettings. # noqa: E501 :type: str """ @@ -176,20 +229,20 @@ def enable_admin_message(self, enable_admin_message): @property def enable_admin_message_metadata(self): - """ - Gets the enable_admin_message_metadata of this AccountUISettings. + """Gets the enable_admin_message_metadata of this AccountUISettings. # noqa: E501 + - :return: The enable_admin_message_metadata of this AccountUISettings. + :return: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_admin_message_metadata @enable_admin_message_metadata.setter def enable_admin_message_metadata(self, enable_admin_message_metadata): - """ - Sets the enable_admin_message_metadata of this AccountUISettings. + """Sets the enable_admin_message_metadata of this AccountUISettings. + - :param enable_admin_message_metadata: The enable_admin_message_metadata of this AccountUISettings. + :param enable_admin_message_metadata: The enable_admin_message_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -197,22 +250,22 @@ def enable_admin_message_metadata(self, enable_admin_message_metadata): @property def enable_easy_sign_can_use_multi_template_apply(self): - """ - Gets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. - + """Gets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. + :return: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 :rtype: str """ return self._enable_easy_sign_can_use_multi_template_apply @enable_easy_sign_can_use_multi_template_apply.setter def enable_easy_sign_can_use_multi_template_apply(self, enable_easy_sign_can_use_multi_template_apply): - """ - Sets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. - + """Sets the enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. + + # noqa: E501 - :param enable_easy_sign_can_use_multi_template_apply: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. + :param enable_easy_sign_can_use_multi_template_apply: The enable_easy_sign_can_use_multi_template_apply of this AccountUISettings. # noqa: E501 :type: str """ @@ -220,20 +273,20 @@ def enable_easy_sign_can_use_multi_template_apply(self, enable_easy_sign_can_use @property def enable_easy_sign_can_use_multi_template_apply_metadata(self): - """ - Gets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. + """Gets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 + - :return: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. + :return: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_easy_sign_can_use_multi_template_apply_metadata @enable_easy_sign_can_use_multi_template_apply_metadata.setter def enable_easy_sign_can_use_multi_template_apply_metadata(self, enable_easy_sign_can_use_multi_template_apply_metadata): - """ - Sets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. + """Sets the enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. + - :param enable_easy_sign_can_use_multi_template_apply_metadata: The enable_easy_sign_can_use_multi_template_apply_metadata of this AccountUISettings. + :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 :type: SettingsMetadata """ @@ -241,22 +294,22 @@ def enable_easy_sign_can_use_multi_template_apply_metadata(self, enable_easy_sig @property def enable_easy_sign_template_upload(self): - """ - Gets the enable_easy_sign_template_upload of this AccountUISettings. - + """Gets the enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 - :return: The enable_easy_sign_template_upload of this AccountUISettings. + # noqa: E501 + + :return: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 :rtype: str """ return self._enable_easy_sign_template_upload @enable_easy_sign_template_upload.setter def enable_easy_sign_template_upload(self, enable_easy_sign_template_upload): - """ - Sets the enable_easy_sign_template_upload of this AccountUISettings. - + """Sets the enable_easy_sign_template_upload of this AccountUISettings. - :param enable_easy_sign_template_upload: The enable_easy_sign_template_upload of this AccountUISettings. + # noqa: E501 + + :param enable_easy_sign_template_upload: The enable_easy_sign_template_upload of this AccountUISettings. # noqa: E501 :type: str """ @@ -264,20 +317,20 @@ def enable_easy_sign_template_upload(self, enable_easy_sign_template_upload): @property def enable_easy_sign_template_upload_metadata(self): - """ - Gets the enable_easy_sign_template_upload_metadata of this AccountUISettings. + """Gets the enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 - :return: The enable_easy_sign_template_upload_metadata of this AccountUISettings. + + :return: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_easy_sign_template_upload_metadata @enable_easy_sign_template_upload_metadata.setter def enable_easy_sign_template_upload_metadata(self, enable_easy_sign_template_upload_metadata): - """ - Sets the enable_easy_sign_template_upload_metadata of this AccountUISettings. + """Sets the enable_easy_sign_template_upload_metadata of this AccountUISettings. - :param enable_easy_sign_template_upload_metadata: The enable_easy_sign_template_upload_metadata of this AccountUISettings. + + :param enable_easy_sign_template_upload_metadata: The enable_easy_sign_template_upload_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -285,22 +338,22 @@ def enable_easy_sign_template_upload_metadata(self, enable_easy_sign_template_up @property def enable_envelope_copy_with_data(self): - """ - Gets the enable_envelope_copy_with_data of this AccountUISettings. - + """Gets the enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 - :return: The enable_envelope_copy_with_data of this AccountUISettings. + # noqa: E501 + + :return: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 :rtype: str """ return self._enable_envelope_copy_with_data @enable_envelope_copy_with_data.setter def enable_envelope_copy_with_data(self, enable_envelope_copy_with_data): - """ - Sets the enable_envelope_copy_with_data of this AccountUISettings. - + """Sets the enable_envelope_copy_with_data of this AccountUISettings. - :param enable_envelope_copy_with_data: The enable_envelope_copy_with_data of this AccountUISettings. + # noqa: E501 + + :param enable_envelope_copy_with_data: The enable_envelope_copy_with_data of this AccountUISettings. # noqa: E501 :type: str """ @@ -308,20 +361,20 @@ def enable_envelope_copy_with_data(self, enable_envelope_copy_with_data): @property def enable_envelope_copy_with_data_metadata(self): - """ - Gets the enable_envelope_copy_with_data_metadata of this AccountUISettings. + """Gets the enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 - :return: The enable_envelope_copy_with_data_metadata of this AccountUISettings. + + :return: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_envelope_copy_with_data_metadata @enable_envelope_copy_with_data_metadata.setter def enable_envelope_copy_with_data_metadata(self, enable_envelope_copy_with_data_metadata): - """ - Sets the enable_envelope_copy_with_data_metadata of this AccountUISettings. + """Sets the enable_envelope_copy_with_data_metadata of this AccountUISettings. - :param enable_envelope_copy_with_data_metadata: The enable_envelope_copy_with_data_metadata of this AccountUISettings. + + :param enable_envelope_copy_with_data_metadata: The enable_envelope_copy_with_data_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -329,22 +382,22 @@ def enable_envelope_copy_with_data_metadata(self, enable_envelope_copy_with_data @property def hide_send_an_envelope(self): - """ - Gets the hide_send_an_envelope of this AccountUISettings. - + """Gets the hide_send_an_envelope of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The hide_send_an_envelope of this AccountUISettings. + :return: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 :rtype: str """ return self._hide_send_an_envelope @hide_send_an_envelope.setter def hide_send_an_envelope(self, hide_send_an_envelope): - """ - Sets the hide_send_an_envelope of this AccountUISettings. - + """Sets the hide_send_an_envelope of this AccountUISettings. + + # noqa: E501 - :param hide_send_an_envelope: The hide_send_an_envelope of this AccountUISettings. + :param hide_send_an_envelope: The hide_send_an_envelope of this AccountUISettings. # noqa: E501 :type: str """ @@ -352,20 +405,20 @@ def hide_send_an_envelope(self, hide_send_an_envelope): @property def hide_send_an_envelope_metadata(self): - """ - Gets the hide_send_an_envelope_metadata of this AccountUISettings. + """Gets the hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 + - :return: The hide_send_an_envelope_metadata of this AccountUISettings. + :return: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._hide_send_an_envelope_metadata @hide_send_an_envelope_metadata.setter def hide_send_an_envelope_metadata(self, hide_send_an_envelope_metadata): - """ - Sets the hide_send_an_envelope_metadata of this AccountUISettings. + """Sets the hide_send_an_envelope_metadata of this AccountUISettings. + - :param hide_send_an_envelope_metadata: The hide_send_an_envelope_metadata of this AccountUISettings. + :param hide_send_an_envelope_metadata: The hide_send_an_envelope_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -373,22 +426,22 @@ def hide_send_an_envelope_metadata(self, hide_send_an_envelope_metadata): @property def hide_use_a_template(self): - """ - Gets the hide_use_a_template of this AccountUISettings. - + """Gets the hide_use_a_template of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The hide_use_a_template of this AccountUISettings. + :return: The hide_use_a_template of this AccountUISettings. # noqa: E501 :rtype: str """ return self._hide_use_a_template @hide_use_a_template.setter def hide_use_a_template(self, hide_use_a_template): - """ - Sets the hide_use_a_template of this AccountUISettings. - + """Sets the hide_use_a_template of this AccountUISettings. + + # noqa: E501 - :param hide_use_a_template: The hide_use_a_template of this AccountUISettings. + :param hide_use_a_template: The hide_use_a_template of this AccountUISettings. # noqa: E501 :type: str """ @@ -396,22 +449,22 @@ def hide_use_a_template(self, hide_use_a_template): @property def hide_use_a_template_in_prepare(self): - """ - Gets the hide_use_a_template_in_prepare of this AccountUISettings. - + """Gets the hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The hide_use_a_template_in_prepare of this AccountUISettings. + :return: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 :rtype: str """ return self._hide_use_a_template_in_prepare @hide_use_a_template_in_prepare.setter def hide_use_a_template_in_prepare(self, hide_use_a_template_in_prepare): - """ - Sets the hide_use_a_template_in_prepare of this AccountUISettings. - + """Sets the hide_use_a_template_in_prepare of this AccountUISettings. + + # noqa: E501 - :param hide_use_a_template_in_prepare: The hide_use_a_template_in_prepare of this AccountUISettings. + :param hide_use_a_template_in_prepare: The hide_use_a_template_in_prepare of this AccountUISettings. # noqa: E501 :type: str """ @@ -419,20 +472,20 @@ def hide_use_a_template_in_prepare(self, hide_use_a_template_in_prepare): @property def hide_use_a_template_in_prepare_metadata(self): - """ - Gets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. + """Gets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 + - :return: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. + :return: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._hide_use_a_template_in_prepare_metadata @hide_use_a_template_in_prepare_metadata.setter def hide_use_a_template_in_prepare_metadata(self, hide_use_a_template_in_prepare_metadata): - """ - Sets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. + """Sets the hide_use_a_template_in_prepare_metadata of this AccountUISettings. - :param hide_use_a_template_in_prepare_metadata: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. + + :param hide_use_a_template_in_prepare_metadata: The hide_use_a_template_in_prepare_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -440,20 +493,20 @@ def hide_use_a_template_in_prepare_metadata(self, hide_use_a_template_in_prepare @property def hide_use_a_template_metadata(self): - """ - Gets the hide_use_a_template_metadata of this AccountUISettings. + """Gets the hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 - :return: The hide_use_a_template_metadata of this AccountUISettings. + + :return: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._hide_use_a_template_metadata @hide_use_a_template_metadata.setter def hide_use_a_template_metadata(self, hide_use_a_template_metadata): - """ - Sets the hide_use_a_template_metadata of this AccountUISettings. + """Sets the hide_use_a_template_metadata of this AccountUISettings. - :param hide_use_a_template_metadata: The hide_use_a_template_metadata of this AccountUISettings. + + :param hide_use_a_template_metadata: The hide_use_a_template_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -461,22 +514,22 @@ def hide_use_a_template_metadata(self, hide_use_a_template_metadata): @property def order_based_recipient_id_generation(self): - """ - Gets the order_based_recipient_id_generation of this AccountUISettings. - + """Gets the order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 - :return: The order_based_recipient_id_generation of this AccountUISettings. + # noqa: E501 + + :return: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 :rtype: str """ return self._order_based_recipient_id_generation @order_based_recipient_id_generation.setter def order_based_recipient_id_generation(self, order_based_recipient_id_generation): - """ - Sets the order_based_recipient_id_generation of this AccountUISettings. - + """Sets the order_based_recipient_id_generation of this AccountUISettings. - :param order_based_recipient_id_generation: The order_based_recipient_id_generation of this AccountUISettings. + # noqa: E501 + + :param order_based_recipient_id_generation: The order_based_recipient_id_generation of this AccountUISettings. # noqa: E501 :type: str """ @@ -484,20 +537,20 @@ def order_based_recipient_id_generation(self, order_based_recipient_id_generatio @property def order_based_recipient_id_generation_metadata(self): - """ - Gets the order_based_recipient_id_generation_metadata of this AccountUISettings. + """Gets the order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 - :return: The order_based_recipient_id_generation_metadata of this AccountUISettings. + + :return: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._order_based_recipient_id_generation_metadata @order_based_recipient_id_generation_metadata.setter def order_based_recipient_id_generation_metadata(self, order_based_recipient_id_generation_metadata): - """ - Sets the order_based_recipient_id_generation_metadata of this AccountUISettings. + """Sets the order_based_recipient_id_generation_metadata of this AccountUISettings. - :param order_based_recipient_id_generation_metadata: The order_based_recipient_id_generation_metadata of this AccountUISettings. + + :param order_based_recipient_id_generation_metadata: The order_based_recipient_id_generation_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -505,22 +558,22 @@ def order_based_recipient_id_generation_metadata(self, order_based_recipient_id_ @property def remove_envelope_forwarding(self): - """ - Gets the remove_envelope_forwarding of this AccountUISettings. - + """Gets the remove_envelope_forwarding of this AccountUISettings. # noqa: E501 - :return: The remove_envelope_forwarding of this AccountUISettings. + # noqa: E501 + + :return: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 :rtype: str """ return self._remove_envelope_forwarding @remove_envelope_forwarding.setter def remove_envelope_forwarding(self, remove_envelope_forwarding): - """ - Sets the remove_envelope_forwarding of this AccountUISettings. - + """Sets the remove_envelope_forwarding of this AccountUISettings. + + # noqa: E501 - :param remove_envelope_forwarding: The remove_envelope_forwarding of this AccountUISettings. + :param remove_envelope_forwarding: The remove_envelope_forwarding of this AccountUISettings. # noqa: E501 :type: str """ @@ -528,20 +581,20 @@ def remove_envelope_forwarding(self, remove_envelope_forwarding): @property def remove_envelope_forwarding_metadata(self): - """ - Gets the remove_envelope_forwarding_metadata of this AccountUISettings. + """Gets the remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 + - :return: The remove_envelope_forwarding_metadata of this AccountUISettings. + :return: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._remove_envelope_forwarding_metadata @remove_envelope_forwarding_metadata.setter def remove_envelope_forwarding_metadata(self, remove_envelope_forwarding_metadata): - """ - Sets the remove_envelope_forwarding_metadata of this AccountUISettings. + """Sets the remove_envelope_forwarding_metadata of this AccountUISettings. + - :param remove_envelope_forwarding_metadata: The remove_envelope_forwarding_metadata of this AccountUISettings. + :param remove_envelope_forwarding_metadata: The remove_envelope_forwarding_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -549,22 +602,22 @@ def remove_envelope_forwarding_metadata(self, remove_envelope_forwarding_metadat @property def should_redact_access_code(self): - """ - Gets the should_redact_access_code of this AccountUISettings. - + """Gets the should_redact_access_code of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The should_redact_access_code of this AccountUISettings. + :return: The should_redact_access_code of this AccountUISettings. # noqa: E501 :rtype: str """ return self._should_redact_access_code @should_redact_access_code.setter def should_redact_access_code(self, should_redact_access_code): - """ - Sets the should_redact_access_code of this AccountUISettings. - + """Sets the should_redact_access_code of this AccountUISettings. + + # noqa: E501 - :param should_redact_access_code: The should_redact_access_code of this AccountUISettings. + :param should_redact_access_code: The should_redact_access_code of this AccountUISettings. # noqa: E501 :type: str """ @@ -572,20 +625,20 @@ def should_redact_access_code(self, should_redact_access_code): @property def should_redact_access_code_metadata(self): - """ - Gets the should_redact_access_code_metadata of this AccountUISettings. + """Gets the should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 + - :return: The should_redact_access_code_metadata of this AccountUISettings. + :return: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._should_redact_access_code_metadata @should_redact_access_code_metadata.setter def should_redact_access_code_metadata(self, should_redact_access_code_metadata): - """ - Sets the should_redact_access_code_metadata of this AccountUISettings. + """Sets the should_redact_access_code_metadata of this AccountUISettings. + - :param should_redact_access_code_metadata: The should_redact_access_code_metadata of this AccountUISettings. + :param should_redact_access_code_metadata: The should_redact_access_code_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ @@ -593,22 +646,22 @@ def should_redact_access_code_metadata(self, should_redact_access_code_metadata) @property def upload_new_image_to_sign_or_initial(self): - """ - Gets the upload_new_image_to_sign_or_initial of this AccountUISettings. - + """Gets the upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 + + # noqa: E501 - :return: The upload_new_image_to_sign_or_initial of this AccountUISettings. + :return: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 :rtype: str """ return self._upload_new_image_to_sign_or_initial @upload_new_image_to_sign_or_initial.setter def upload_new_image_to_sign_or_initial(self, upload_new_image_to_sign_or_initial): - """ - Sets the upload_new_image_to_sign_or_initial of this AccountUISettings. - + """Sets the upload_new_image_to_sign_or_initial of this AccountUISettings. + + # noqa: E501 - :param upload_new_image_to_sign_or_initial: The upload_new_image_to_sign_or_initial of this AccountUISettings. + :param upload_new_image_to_sign_or_initial: The upload_new_image_to_sign_or_initial of this AccountUISettings. # noqa: E501 :type: str """ @@ -616,32 +669,30 @@ def upload_new_image_to_sign_or_initial(self, upload_new_image_to_sign_or_initia @property def upload_new_image_to_sign_or_initial_metadata(self): - """ - Gets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. + """Gets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 - :return: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. + + :return: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ return self._upload_new_image_to_sign_or_initial_metadata @upload_new_image_to_sign_or_initial_metadata.setter def upload_new_image_to_sign_or_initial_metadata(self, upload_new_image_to_sign_or_initial_metadata): - """ - Sets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. + """Sets the upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. - :param upload_new_image_to_sign_or_initial_metadata: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. + + :param upload_new_image_to_sign_or_initial_metadata: The upload_new_image_to_sign_or_initial_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ self._upload_new_image_to_sign_or_initial_metadata = upload_new_image_to_sign_or_initial_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -658,29 +709,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AccountUISettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AccountUISettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/add_on.py b/docusign_esign/models/add_on.py index 402b6bd4..d815ad43 100644 --- a/docusign_esign/models/add_on.py +++ b/docusign_esign/models/add_on.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AddOn(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, active=None, add_on_id=None, id=None, name=None): - """ - AddOn - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'active': 'str', - 'add_on_id': 'str', - 'id': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'active': 'active', - 'add_on_id': 'addOnId', - 'id': 'id', - 'name': 'name' - } - self._active = active - self._add_on_id = add_on_id - self._id = id - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'active': 'str', + 'add_on_id': 'str', + 'id': 'str', + 'name': 'str' + } + + attribute_map = { + 'active': 'active', + 'add_on_id': 'addOnId', + 'id': 'id', + 'name': 'name' + } + + def __init__(self, active=None, add_on_id=None, id=None, name=None): # noqa: E501 + """AddOn - a model defined in Swagger""" # noqa: E501 + + self._active = None + self._add_on_id = None + self._id = None + self._name = None + self.discriminator = None + + if active is not None: + self.active = active + if add_on_id is not None: + self.add_on_id = add_on_id + if id is not None: + self.id = id + if name is not None: + self.name = name @property def active(self): - """ - Gets the active of this AddOn. - Reserved: + """Gets the active of this AddOn. # noqa: E501 - :return: The active of this AddOn. + Reserved: # noqa: E501 + + :return: The active of this AddOn. # noqa: E501 :rtype: str """ return self._active @active.setter def active(self, active): - """ - Sets the active of this AddOn. - Reserved: + """Sets the active of this AddOn. - :param active: The active of this AddOn. + Reserved: # noqa: E501 + + :param active: The active of this AddOn. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def active(self, active): @property def add_on_id(self): - """ - Gets the add_on_id of this AddOn. - Reserved: + """Gets the add_on_id of this AddOn. # noqa: E501 + + Reserved: # noqa: E501 - :return: The add_on_id of this AddOn. + :return: The add_on_id of this AddOn. # noqa: E501 :rtype: str """ return self._add_on_id @add_on_id.setter def add_on_id(self, add_on_id): - """ - Sets the add_on_id of this AddOn. - Reserved: + """Sets the add_on_id of this AddOn. + + Reserved: # noqa: E501 - :param add_on_id: The add_on_id of this AddOn. + :param add_on_id: The add_on_id of this AddOn. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def add_on_id(self, add_on_id): @property def id(self): - """ - Gets the id of this AddOn. - + """Gets the id of this AddOn. # noqa: E501 + + # noqa: E501 - :return: The id of this AddOn. + :return: The id of this AddOn. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this AddOn. - + """Sets the id of this AddOn. - :param id: The id of this AddOn. + # noqa: E501 + + :param id: The id of this AddOn. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def id(self, id): @property def name(self): - """ - Gets the name of this AddOn. - Reserved: + """Gets the name of this AddOn. # noqa: E501 - :return: The name of this AddOn. + Reserved: # noqa: E501 + + :return: The name of this AddOn. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this AddOn. - Reserved: + """Sets the name of this AddOn. + + Reserved: # noqa: E501 - :param name: The name of this AddOn. + :param name: The name of this AddOn. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AddOn, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AddOn): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/address_information.py b/docusign_esign/models/address_information.py index 06b0a0ac..0deb64b4 100644 --- a/docusign_esign/models/address_information.py +++ b/docusign_esign/models/address_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AddressInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address1=None, address2=None, city=None, country=None, fax=None, phone=None, postal_code=None, state_or_province=None): - """ - AddressInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address1': 'str', - 'address2': 'str', - 'city': 'str', - 'country': 'str', - 'fax': 'str', - 'phone': 'str', - 'postal_code': 'str', - 'state_or_province': 'str' - } - - self.attribute_map = { - 'address1': 'address1', - 'address2': 'address2', - 'city': 'city', - 'country': 'country', - 'fax': 'fax', - 'phone': 'phone', - 'postal_code': 'postalCode', - 'state_or_province': 'stateOrProvince' - } - - self._address1 = address1 - self._address2 = address2 - self._city = city - self._country = country - self._fax = fax - self._phone = phone - self._postal_code = postal_code - self._state_or_province = state_or_province + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address1': 'str', + 'address2': 'str', + 'city': 'str', + 'country': 'str', + 'fax': 'str', + 'phone': 'str', + 'postal_code': 'str', + 'state_or_province': 'str', + 'zip_plus4': 'str' + } + + attribute_map = { + 'address1': 'address1', + 'address2': 'address2', + 'city': 'city', + 'country': 'country', + 'fax': 'fax', + 'phone': 'phone', + 'postal_code': 'postalCode', + 'state_or_province': 'stateOrProvince', + 'zip_plus4': 'zipPlus4' + } + + def __init__(self, address1=None, address2=None, city=None, country=None, fax=None, phone=None, postal_code=None, state_or_province=None, zip_plus4=None): # noqa: E501 + """AddressInformation - a model defined in Swagger""" # noqa: E501 + + self._address1 = None + self._address2 = None + self._city = None + self._country = None + self._fax = None + self._phone = None + self._postal_code = None + self._state_or_province = None + self._zip_plus4 = None + self.discriminator = None + + if address1 is not None: + self.address1 = address1 + if address2 is not None: + self.address2 = address2 + if city is not None: + self.city = city + if country is not None: + self.country = country + if fax is not None: + self.fax = fax + if phone is not None: + self.phone = phone + if postal_code is not None: + self.postal_code = postal_code + if state_or_province is not None: + self.state_or_province = state_or_province + if zip_plus4 is not None: + self.zip_plus4 = zip_plus4 @property def address1(self): - """ - Gets the address1 of this AddressInformation. - First Line of the address. Maximum length: 100 characters. + """Gets the address1 of this AddressInformation. # noqa: E501 + + First Line of the address. Maximum length: 100 characters. # noqa: E501 - :return: The address1 of this AddressInformation. + :return: The address1 of this AddressInformation. # noqa: E501 :rtype: str """ return self._address1 @address1.setter def address1(self, address1): - """ - Sets the address1 of this AddressInformation. - First Line of the address. Maximum length: 100 characters. + """Sets the address1 of this AddressInformation. + + First Line of the address. Maximum length: 100 characters. # noqa: E501 - :param address1: The address1 of this AddressInformation. + :param address1: The address1 of this AddressInformation. # noqa: E501 :type: str """ @@ -86,22 +112,22 @@ def address1(self, address1): @property def address2(self): - """ - Gets the address2 of this AddressInformation. - Second Line of the address. Maximum length: 100 characters. + """Gets the address2 of this AddressInformation. # noqa: E501 - :return: The address2 of this AddressInformation. + Second Line of the address. Maximum length: 100 characters. # noqa: E501 + + :return: The address2 of this AddressInformation. # noqa: E501 :rtype: str """ return self._address2 @address2.setter def address2(self, address2): - """ - Sets the address2 of this AddressInformation. - Second Line of the address. Maximum length: 100 characters. + """Sets the address2 of this AddressInformation. - :param address2: The address2 of this AddressInformation. + Second Line of the address. Maximum length: 100 characters. # noqa: E501 + + :param address2: The address2 of this AddressInformation. # noqa: E501 :type: str """ @@ -109,22 +135,22 @@ def address2(self, address2): @property def city(self): - """ - Gets the city of this AddressInformation. - The city associated with the address. + """Gets the city of this AddressInformation. # noqa: E501 - :return: The city of this AddressInformation. + The city associated with the address. # noqa: E501 + + :return: The city of this AddressInformation. # noqa: E501 :rtype: str """ return self._city @city.setter def city(self, city): - """ - Sets the city of this AddressInformation. - The city associated with the address. + """Sets the city of this AddressInformation. - :param city: The city of this AddressInformation. + The city associated with the address. # noqa: E501 + + :param city: The city of this AddressInformation. # noqa: E501 :type: str """ @@ -132,22 +158,22 @@ def city(self, city): @property def country(self): - """ - Gets the country of this AddressInformation. - Specifies the country associated with the address. + """Gets the country of this AddressInformation. # noqa: E501 - :return: The country of this AddressInformation. + Specifies the country associated with the address. # noqa: E501 + + :return: The country of this AddressInformation. # noqa: E501 :rtype: str """ return self._country @country.setter def country(self, country): - """ - Sets the country of this AddressInformation. - Specifies the country associated with the address. + """Sets the country of this AddressInformation. - :param country: The country of this AddressInformation. + Specifies the country associated with the address. # noqa: E501 + + :param country: The country of this AddressInformation. # noqa: E501 :type: str """ @@ -155,22 +181,22 @@ def country(self, country): @property def fax(self): - """ - Gets the fax of this AddressInformation. - A Fax number associated with the address if one is available. + """Gets the fax of this AddressInformation. # noqa: E501 - :return: The fax of this AddressInformation. + A Fax number associated with the address if one is available. # noqa: E501 + + :return: The fax of this AddressInformation. # noqa: E501 :rtype: str """ return self._fax @fax.setter def fax(self, fax): - """ - Sets the fax of this AddressInformation. - A Fax number associated with the address if one is available. + """Sets the fax of this AddressInformation. - :param fax: The fax of this AddressInformation. + A Fax number associated with the address if one is available. # noqa: E501 + + :param fax: The fax of this AddressInformation. # noqa: E501 :type: str """ @@ -178,22 +204,22 @@ def fax(self, fax): @property def phone(self): - """ - Gets the phone of this AddressInformation. - A phone number associated with the address. + """Gets the phone of this AddressInformation. # noqa: E501 + + A phone number associated with the address. # noqa: E501 - :return: The phone of this AddressInformation. + :return: The phone of this AddressInformation. # noqa: E501 :rtype: str """ return self._phone @phone.setter def phone(self, phone): - """ - Sets the phone of this AddressInformation. - A phone number associated with the address. + """Sets the phone of this AddressInformation. + + A phone number associated with the address. # noqa: E501 - :param phone: The phone of this AddressInformation. + :param phone: The phone of this AddressInformation. # noqa: E501 :type: str """ @@ -201,22 +227,22 @@ def phone(self, phone): @property def postal_code(self): - """ - Gets the postal_code of this AddressInformation. - + """Gets the postal_code of this AddressInformation. # noqa: E501 + + # noqa: E501 - :return: The postal_code of this AddressInformation. + :return: The postal_code of this AddressInformation. # noqa: E501 :rtype: str """ return self._postal_code @postal_code.setter def postal_code(self, postal_code): - """ - Sets the postal_code of this AddressInformation. - + """Sets the postal_code of this AddressInformation. + + # noqa: E501 - :param postal_code: The postal_code of this AddressInformation. + :param postal_code: The postal_code of this AddressInformation. # noqa: E501 :type: str """ @@ -224,34 +250,55 @@ def postal_code(self, postal_code): @property def state_or_province(self): - """ - Gets the state_or_province of this AddressInformation. - + """Gets the state_or_province of this AddressInformation. # noqa: E501 + + # noqa: E501 - :return: The state_or_province of this AddressInformation. + :return: The state_or_province of this AddressInformation. # noqa: E501 :rtype: str """ return self._state_or_province @state_or_province.setter def state_or_province(self, state_or_province): - """ - Sets the state_or_province of this AddressInformation. - + """Sets the state_or_province of this AddressInformation. + + # noqa: E501 - :param state_or_province: The state_or_province of this AddressInformation. + :param state_or_province: The state_or_province of this AddressInformation. # noqa: E501 :type: str """ self._state_or_province = state_or_province - def to_dict(self): + @property + def zip_plus4(self): + """Gets the zip_plus4 of this AddressInformation. # noqa: E501 + + # noqa: E501 + + :return: The zip_plus4 of this AddressInformation. # noqa: E501 + :rtype: str """ - Returns the model properties as a dict + return self._zip_plus4 + + @zip_plus4.setter + def zip_plus4(self, zip_plus4): + """Sets the zip_plus4 of this AddressInformation. + + # noqa: E501 + + :param zip_plus4: The zip_plus4 of this AddressInformation. # noqa: E501 + :type: str """ + + self._zip_plus4 = zip_plus4 + + def to_dict(self): + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AddressInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AddressInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/address_information_input.py b/docusign_esign/models/address_information_input.py index 28a07ae8..cdedbb61 100644 --- a/docusign_esign/models/address_information_input.py +++ b/docusign_esign/models/address_information_input.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AddressInformationInput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address_information=None, display_level_code=None, receive_in_response=None): - """ - AddressInformationInput - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address_information': 'AddressInformation', - 'display_level_code': 'str', - 'receive_in_response': 'str' - } - - self.attribute_map = { - 'address_information': 'addressInformation', - 'display_level_code': 'displayLevelCode', - 'receive_in_response': 'receiveInResponse' - } - - self._address_information = address_information - self._display_level_code = display_level_code - self._receive_in_response = receive_in_response + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address_information': 'AddressInformation', + 'display_level_code': 'str', + 'receive_in_response': 'str' + } + + attribute_map = { + 'address_information': 'addressInformation', + 'display_level_code': 'displayLevelCode', + 'receive_in_response': 'receiveInResponse' + } + + def __init__(self, address_information=None, display_level_code=None, receive_in_response=None): # noqa: E501 + """AddressInformationInput - a model defined in Swagger""" # noqa: E501 + + self._address_information = None + self._display_level_code = None + self._receive_in_response = None + self.discriminator = None + + if address_information is not None: + self.address_information = address_information + if display_level_code is not None: + self.display_level_code = display_level_code + if receive_in_response is not None: + self.receive_in_response = receive_in_response @property def address_information(self): - """ - Gets the address_information of this AddressInformationInput. + """Gets the address_information of this AddressInformationInput. # noqa: E501 + - :return: The address_information of this AddressInformationInput. + :return: The address_information of this AddressInformationInput. # noqa: E501 :rtype: AddressInformation """ return self._address_information @address_information.setter def address_information(self, address_information): - """ - Sets the address_information of this AddressInformationInput. + """Sets the address_information of this AddressInformationInput. + - :param address_information: The address_information of this AddressInformationInput. + :param address_information: The address_information of this AddressInformationInput. # noqa: E501 :type: AddressInformation """ @@ -69,22 +80,22 @@ def address_information(self, address_information): @property def display_level_code(self): - """ - Gets the display_level_code of this AddressInformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Gets the display_level_code of this AddressInformationInput. # noqa: E501 + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :return: The display_level_code of this AddressInformationInput. + :return: The display_level_code of this AddressInformationInput. # noqa: E501 :rtype: str """ return self._display_level_code @display_level_code.setter def display_level_code(self, display_level_code): - """ - Sets the display_level_code of this AddressInformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Sets the display_level_code of this AddressInformationInput. + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :param display_level_code: The display_level_code of this AddressInformationInput. + :param display_level_code: The display_level_code of this AddressInformationInput. # noqa: E501 :type: str """ @@ -92,34 +103,32 @@ def display_level_code(self, display_level_code): @property def receive_in_response(self): - """ - Gets the receive_in_response of this AddressInformationInput. - When set to **true**, the information needs to be returned in the response. + """Gets the receive_in_response of this AddressInformationInput. # noqa: E501 - :return: The receive_in_response of this AddressInformationInput. + When set to **true**, the information needs to be returned in the response. # noqa: E501 + + :return: The receive_in_response of this AddressInformationInput. # noqa: E501 :rtype: str """ return self._receive_in_response @receive_in_response.setter def receive_in_response(self, receive_in_response): - """ - Sets the receive_in_response of this AddressInformationInput. - When set to **true**, the information needs to be returned in the response. + """Sets the receive_in_response of this AddressInformationInput. - :param receive_in_response: The receive_in_response of this AddressInformationInput. + When set to **true**, the information needs to be returned in the response. # noqa: E501 + + :param receive_in_response: The receive_in_response of this AddressInformationInput. # noqa: E501 :type: str """ self._receive_in_response = receive_in_response def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AddressInformationInput, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AddressInformationInput): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/admin_message.py b/docusign_esign/models/admin_message.py index 97dfde12..f28f1f39 100644 --- a/docusign_esign/models/admin_message.py +++ b/docusign_esign/models/admin_message.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AdminMessage(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, base_message=None, more_information=None): - """ - AdminMessage - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'base_message': 'str', - 'more_information': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'base_message': 'str', + 'more_information': 'str' + } - self.attribute_map = { - 'base_message': 'baseMessage', - 'more_information': 'moreInformation' - } + attribute_map = { + 'base_message': 'baseMessage', + 'more_information': 'moreInformation' + } - self._base_message = base_message - self._more_information = more_information + def __init__(self, base_message=None, more_information=None): # noqa: E501 + """AdminMessage - a model defined in Swagger""" # noqa: E501 + + self._base_message = None + self._more_information = None + self.discriminator = None + + if base_message is not None: + self.base_message = base_message + if more_information is not None: + self.more_information = more_information @property def base_message(self): - """ - Gets the base_message of this AdminMessage. - + """Gets the base_message of this AdminMessage. # noqa: E501 - :return: The base_message of this AdminMessage. + # noqa: E501 + + :return: The base_message of this AdminMessage. # noqa: E501 :rtype: str """ return self._base_message @base_message.setter def base_message(self, base_message): - """ - Sets the base_message of this AdminMessage. - + """Sets the base_message of this AdminMessage. + + # noqa: E501 - :param base_message: The base_message of this AdminMessage. + :param base_message: The base_message of this AdminMessage. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def base_message(self, base_message): @property def more_information(self): - """ - Gets the more_information of this AdminMessage. - + """Gets the more_information of this AdminMessage. # noqa: E501 + + # noqa: E501 - :return: The more_information of this AdminMessage. + :return: The more_information of this AdminMessage. # noqa: E501 :rtype: str """ return self._more_information @more_information.setter def more_information(self, more_information): - """ - Sets the more_information of this AdminMessage. - + """Sets the more_information of this AdminMessage. + + # noqa: E501 - :param more_information: The more_information of this AdminMessage. + :param more_information: The more_information of this AdminMessage. # noqa: E501 :type: str """ self._more_information = more_information def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AdminMessage, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AdminMessage): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/agent.py b/docusign_esign/models/agent.py index aacb4cc5..62ccde4c 100644 --- a/docusign_esign/models/agent.py +++ b/docusign_esign/models/agent.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,251 +11,405 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Agent(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - Agent - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """Agent - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this Agent. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this Agent. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this Agent. + :return: The access_code of this Agent. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this Agent. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this Agent. - :param access_code: The access_code of this Agent. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this Agent. # noqa: E501 :type: str """ @@ -263,20 +417,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this Agent. + """Gets the access_code_metadata of this Agent. # noqa: E501 + - :return: The access_code_metadata of this Agent. + :return: The access_code_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this Agent. + """Sets the access_code_metadata of this Agent. + - :param access_code_metadata: The access_code_metadata of this Agent. + :param access_code_metadata: The access_code_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -284,45 +438,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this Agent. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this Agent. # noqa: E501 - :return: The add_access_code_to_email of this Agent. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :return: The add_access_code_to_email of this Agent. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this Agent. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this Agent. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this Agent. + :param add_access_code_to_email: The add_access_code_to_email of this Agent. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def allow_system_override_for_locked_recipient(self): + def additional_notifications(self): + """Gets the additional_notifications of this Agent. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Agent. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Agent. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Agent. # noqa: E501 + :type: list[RecipientAdditionalNotification] + """ + + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this Agent. # noqa: E501 + + + :return: The additional_notifications_metadata of this Agent. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this Agent. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this Agent. # noqa: E501 + :type: PropertyMetadata """ - Gets the allow_system_override_for_locked_recipient of this Agent. - - :return: The allow_system_override_for_locked_recipient of this Agent. + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def allow_system_override_for_locked_recipient(self): + """Gets the allow_system_override_for_locked_recipient of this Agent. # noqa: E501 + + # noqa: E501 + + :return: The allow_system_override_for_locked_recipient of this Agent. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this Agent. - + """Sets the allow_system_override_for_locked_recipient of this Agent. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Agent. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Agent. # noqa: E501 :type: str """ @@ -330,22 +528,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this Agent. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this Agent. # noqa: E501 - :return: The client_user_id of this Agent. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this Agent. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this Agent. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this Agent. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this Agent. + :param client_user_id: The client_user_id of this Agent. # noqa: E501 :type: str """ @@ -353,22 +551,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this Agent. - + """Gets the completed_count of this Agent. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this Agent. + :return: The completed_count of this Agent. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this Agent. - + """Sets the completed_count of this Agent. - :param completed_count: The completed_count of this Agent. + # noqa: E501 + + :param completed_count: The completed_count of this Agent. # noqa: E501 :type: str """ @@ -376,22 +574,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this Agent. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this Agent. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this Agent. + :return: The custom_fields of this Agent. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Agent. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this Agent. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this Agent. + :param custom_fields: The custom_fields of this Agent. # noqa: E501 :type: list[str] """ @@ -399,22 +597,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Agent. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Agent. # noqa: E501 - :return: The declined_date_time of this Agent. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Agent. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Agent. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Agent. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this Agent. + :param declined_date_time: The declined_date_time of this Agent. # noqa: E501 :type: str """ @@ -422,22 +620,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this Agent. - The reason the recipient declined the document. + """Gets the declined_reason of this Agent. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The declined_reason of this Agent. + :return: The declined_reason of this Agent. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this Agent. - The reason the recipient declined the document. + """Sets the declined_reason of this Agent. - :param declined_reason: The declined_reason of this Agent. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this Agent. # noqa: E501 :type: str """ @@ -445,22 +643,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Agent. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Agent. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this Agent. + :return: The delivered_date_time of this Agent. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Agent. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Agent. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this Agent. + :param delivered_date_time: The delivered_date_time of this Agent. # noqa: E501 :type: str """ @@ -468,22 +666,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this Agent. - Reserved: For DocuSign use only. + """Gets the delivery_method of this Agent. # noqa: E501 - :return: The delivery_method of this Agent. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this Agent. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this Agent. - Reserved: For DocuSign use only. + """Sets the delivery_method of this Agent. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this Agent. + :param delivery_method: The delivery_method of this Agent. # noqa: E501 :type: str """ @@ -491,20 +689,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this Agent. + """Gets the delivery_method_metadata of this Agent. # noqa: E501 + - :return: The delivery_method_metadata of this Agent. + :return: The delivery_method_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this Agent. + """Sets the delivery_method_metadata of this Agent. - :param delivery_method_metadata: The delivery_method_metadata of this Agent. + + :param delivery_method_metadata: The delivery_method_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -512,22 +710,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this Agent. - + """Gets the designator_id of this Agent. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this Agent. + :return: The designator_id of this Agent. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this Agent. - + """Sets the designator_id of this Agent. + + # noqa: E501 - :param designator_id: The designator_id of this Agent. + :param designator_id: The designator_id of this Agent. # noqa: E501 :type: str """ @@ -535,22 +733,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this Agent. - + """Gets the designator_id_guid of this Agent. # noqa: E501 - :return: The designator_id_guid of this Agent. + # noqa: E501 + + :return: The designator_id_guid of this Agent. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this Agent. - + """Sets the designator_id_guid of this Agent. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this Agent. + :param designator_id_guid: The designator_id_guid of this Agent. # noqa: E501 :type: str """ @@ -558,22 +756,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this Agent. - + """Gets the document_visibility of this Agent. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this Agent. + :return: The document_visibility of this Agent. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this Agent. - + """Sets the document_visibility of this Agent. - :param document_visibility: The document_visibility of this Agent. + # noqa: E501 + + :param document_visibility: The document_visibility of this Agent. # noqa: E501 :type: list[DocumentVisibility] """ @@ -581,22 +779,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this Agent. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Gets the email of this Agent. # noqa: E501 + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :return: The email of this Agent. + :return: The email of this Agent. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this Agent. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Sets the email of this Agent. + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :param email: The email of this Agent. + :param email: The email of this Agent. # noqa: E501 :type: str """ @@ -604,20 +802,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this Agent. + """Gets the email_metadata of this Agent. # noqa: E501 - :return: The email_metadata of this Agent. + + :return: The email_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this Agent. + """Sets the email_metadata of this Agent. + - :param email_metadata: The email_metadata of this Agent. + :param email_metadata: The email_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -625,20 +823,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this Agent. + """Gets the email_notification of this Agent. # noqa: E501 + - :return: The email_notification of this Agent. + :return: The email_notification of this Agent. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this Agent. + """Sets the email_notification of this Agent. - :param email_notification: The email_notification of this Agent. + + :param email_notification: The email_notification of this Agent. # noqa: E501 :type: RecipientEmailNotification """ @@ -646,22 +844,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this Agent. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this Agent. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this Agent. + :return: The embedded_recipient_start_url of this Agent. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this Agent. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this Agent. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this Agent. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Agent. # noqa: E501 :type: str """ @@ -669,20 +867,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this Agent. + """Gets the error_details of this Agent. # noqa: E501 - :return: The error_details of this Agent. + + :return: The error_details of this Agent. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Agent. + """Sets the error_details of this Agent. + - :param error_details: The error_details of this Agent. + :param error_details: The error_details of this Agent. # noqa: E501 :type: ErrorDetails """ @@ -690,22 +888,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this Agent. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this Agent. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this Agent. + :return: The excluded_documents of this Agent. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this Agent. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this Agent. - :param excluded_documents: The excluded_documents of this Agent. + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 + + :param excluded_documents: The excluded_documents of this Agent. # noqa: E501 :type: list[str] """ @@ -713,22 +911,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this Agent. - Reserved: + """Gets the fax_number of this Agent. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this Agent. + :return: The fax_number of this Agent. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this Agent. - Reserved: + """Sets the fax_number of this Agent. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this Agent. + :param fax_number: The fax_number of this Agent. # noqa: E501 :type: str """ @@ -736,20 +934,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this Agent. + """Gets the fax_number_metadata of this Agent. # noqa: E501 - :return: The fax_number_metadata of this Agent. + + :return: The fax_number_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this Agent. + """Sets the fax_number_metadata of this Agent. + - :param fax_number_metadata: The fax_number_metadata of this Agent. + :param fax_number_metadata: The fax_number_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -757,22 +955,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this Agent. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this Agent. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this Agent. + :return: The first_name of this Agent. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this Agent. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this Agent. - :param first_name: The first_name of this Agent. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :param first_name: The first_name of this Agent. # noqa: E501 :type: str """ @@ -780,20 +978,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this Agent. + """Gets the first_name_metadata of this Agent. # noqa: E501 + - :return: The first_name_metadata of this Agent. + :return: The first_name_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this Agent. + """Sets the first_name_metadata of this Agent. + - :param first_name_metadata: The first_name_metadata of this Agent. + :param first_name_metadata: The first_name_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -801,22 +999,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this Agent. - + """Gets the full_name of this Agent. # noqa: E501 - :return: The full_name of this Agent. + # noqa: E501 + + :return: The full_name of this Agent. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this Agent. - + """Sets the full_name of this Agent. + + # noqa: E501 - :param full_name: The full_name of this Agent. + :param full_name: The full_name of this Agent. # noqa: E501 :type: str """ @@ -824,20 +1022,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this Agent. + """Gets the full_name_metadata of this Agent. # noqa: E501 + - :return: The full_name_metadata of this Agent. + :return: The full_name_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this Agent. + """Sets the full_name_metadata of this Agent. - :param full_name_metadata: The full_name_metadata of this Agent. + + :param full_name_metadata: The full_name_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -845,22 +1043,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this Agent. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this Agent. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this Agent. + :return: The id_check_configuration_name of this Agent. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this Agent. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this Agent. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this Agent. + :param id_check_configuration_name: The id_check_configuration_name of this Agent. # noqa: E501 :type: str """ @@ -868,20 +1066,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this Agent. + """Gets the id_check_configuration_name_metadata of this Agent. # noqa: E501 - :return: The id_check_configuration_name_metadata of this Agent. + + :return: The id_check_configuration_name_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this Agent. + """Sets the id_check_configuration_name_metadata of this Agent. + - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Agent. + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -889,43 +1087,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this Agent. + """Gets the id_check_information_input of this Agent. # noqa: E501 + - :return: The id_check_information_input of this Agent. + :return: The id_check_information_input of this Agent. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this Agent. + """Sets the id_check_information_input of this Agent. - :param id_check_information_input: The id_check_information_input of this Agent. + + :param id_check_information_input: The id_check_information_input of this Agent. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this Agent. # noqa: E501 + + + :return: The identity_verification of this Agent. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this Agent. + + + :param identity_verification: The identity_verification of this Agent. # noqa: E501 + :type: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this Agent. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. - :return: The inherit_email_notification_configuration of this Agent. + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this Agent. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this Agent. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this Agent. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this Agent. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Agent. + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Agent. # noqa: E501 :type: str """ @@ -933,22 +1152,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def last_name(self): - """ - Gets the last_name of this Agent. - + """Gets the last_name of this Agent. # noqa: E501 + + # noqa: E501 - :return: The last_name of this Agent. + :return: The last_name of this Agent. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this Agent. - + """Sets the last_name of this Agent. - :param last_name: The last_name of this Agent. + # noqa: E501 + + :param last_name: The last_name of this Agent. # noqa: E501 :type: str """ @@ -956,20 +1175,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this Agent. + """Gets the last_name_metadata of this Agent. # noqa: E501 + - :return: The last_name_metadata of this Agent. + :return: The last_name_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this Agent. + """Sets the last_name_metadata of this Agent. + - :param last_name_metadata: The last_name_metadata of this Agent. + :param last_name_metadata: The last_name_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -977,22 +1196,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this Agent. - + """Gets the locked_recipient_phone_auth_editable of this Agent. # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this Agent. + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this Agent. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this Agent. - + """Sets the locked_recipient_phone_auth_editable of this Agent. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Agent. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Agent. # noqa: E501 :type: str """ @@ -1000,22 +1219,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this Agent. - + """Gets the locked_recipient_sms_editable of this Agent. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this Agent. + :return: The locked_recipient_sms_editable of this Agent. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this Agent. - + """Sets the locked_recipient_sms_editable of this Agent. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Agent. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Agent. # noqa: E501 :type: str """ @@ -1023,22 +1242,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this Agent. - + """Gets the name of this Agent. # noqa: E501 + + # noqa: E501 - :return: The name of this Agent. + :return: The name of this Agent. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Agent. - + """Sets the name of this Agent. + + # noqa: E501 - :param name: The name of this Agent. + :param name: The name of this Agent. # noqa: E501 :type: str """ @@ -1046,20 +1265,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Agent. + """Gets the name_metadata of this Agent. # noqa: E501 - :return: The name_metadata of this Agent. + + :return: The name_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Agent. + """Sets the name_metadata of this Agent. + - :param name_metadata: The name_metadata of this Agent. + :param name_metadata: The name_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1067,22 +1286,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this Agent. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this Agent. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this Agent. + :return: The note of this Agent. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this Agent. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this Agent. - :param note: The note of this Agent. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :param note: The note of this Agent. # noqa: E501 :type: str """ @@ -1090,20 +1309,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this Agent. + """Gets the note_metadata of this Agent. # noqa: E501 + - :return: The note_metadata of this Agent. + :return: The note_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this Agent. + """Sets the note_metadata of this Agent. + - :param note_metadata: The note_metadata of this Agent. + :param note_metadata: The note_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1111,20 +1330,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this Agent. + """Gets the phone_authentication of this Agent. # noqa: E501 - :return: The phone_authentication of this Agent. + + :return: The phone_authentication of this Agent. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this Agent. + """Sets the phone_authentication of this Agent. + - :param phone_authentication: The phone_authentication of this Agent. + :param phone_authentication: The phone_authentication of this Agent. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1132,22 +1351,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this Agent. - Reserved: + """Gets the recipient_attachments of this Agent. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this Agent. + :return: The recipient_attachments of this Agent. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this Agent. - Reserved: + """Sets the recipient_attachments of this Agent. - :param recipient_attachments: The recipient_attachments of this Agent. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this Agent. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1155,20 +1374,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this Agent. + """Gets the recipient_authentication_status of this Agent. # noqa: E501 + - :return: The recipient_authentication_status of this Agent. + :return: The recipient_authentication_status of this Agent. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this Agent. + """Sets the recipient_authentication_status of this Agent. + - :param recipient_authentication_status: The recipient_authentication_status of this Agent. + :param recipient_authentication_status: The recipient_authentication_status of this Agent. # noqa: E501 :type: AuthenticationStatus """ @@ -1176,22 +1395,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this Agent. - + """Gets the recipient_feature_metadata of this Agent. # noqa: E501 - :return: The recipient_feature_metadata of this Agent. + # noqa: E501 + + :return: The recipient_feature_metadata of this Agent. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this Agent. - + """Sets the recipient_feature_metadata of this Agent. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this Agent. + :param recipient_feature_metadata: The recipient_feature_metadata of this Agent. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1199,22 +1418,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Agent. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Agent. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Agent. + :return: The recipient_id of this Agent. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Agent. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Agent. - :param recipient_id: The recipient_id of this Agent. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Agent. # noqa: E501 :type: str """ @@ -1222,22 +1441,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Agent. - + """Gets the recipient_id_guid of this Agent. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Agent. + :return: The recipient_id_guid of this Agent. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Agent. - + """Sets the recipient_id_guid of this Agent. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Agent. + :param recipient_id_guid: The recipient_id_guid of this Agent. # noqa: E501 :type: str """ @@ -1245,22 +1464,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this Agent. - + """Gets the recipient_type of this Agent. # noqa: E501 - :return: The recipient_type of this Agent. + # noqa: E501 + + :return: The recipient_type of this Agent. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this Agent. - + """Sets the recipient_type of this Agent. + + # noqa: E501 - :param recipient_type: The recipient_type of this Agent. + :param recipient_type: The recipient_type of this Agent. # noqa: E501 :type: str """ @@ -1268,20 +1487,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this Agent. + """Gets the recipient_type_metadata of this Agent. # noqa: E501 + - :return: The recipient_type_metadata of this Agent. + :return: The recipient_type_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this Agent. + """Sets the recipient_type_metadata of this Agent. - :param recipient_type_metadata: The recipient_type_metadata of this Agent. + + :param recipient_type_metadata: The recipient_type_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1508,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this Agent. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this Agent. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this Agent. + :return: The require_id_lookup of this Agent. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this Agent. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this Agent. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this Agent. + :param require_id_lookup: The require_id_lookup of this Agent. # noqa: E501 :type: str """ @@ -1312,20 +1531,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this Agent. + """Gets the require_id_lookup_metadata of this Agent. # noqa: E501 - :return: The require_id_lookup_metadata of this Agent. + + :return: The require_id_lookup_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this Agent. + """Sets the require_id_lookup_metadata of this Agent. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this Agent. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1333,22 +1552,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this Agent. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this Agent. # noqa: E501 + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :return: The role_name of this Agent. + :return: The role_name of this Agent. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this Agent. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this Agent. - :param role_name: The role_name of this Agent. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this Agent. # noqa: E501 :type: str """ @@ -1356,22 +1575,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this Agent. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this Agent. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this Agent. + :return: The routing_order of this Agent. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this Agent. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this Agent. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this Agent. + :param routing_order: The routing_order of this Agent. # noqa: E501 :type: str """ @@ -1379,20 +1598,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this Agent. + """Gets the routing_order_metadata of this Agent. # noqa: E501 - :return: The routing_order_metadata of this Agent. + + :return: The routing_order_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this Agent. + """Sets the routing_order_metadata of this Agent. + - :param routing_order_metadata: The routing_order_metadata of this Agent. + :param routing_order_metadata: The routing_order_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1400,22 +1619,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Agent. - The date and time the envelope was sent. + """Gets the sent_date_time of this Agent. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this Agent. + :return: The sent_date_time of this Agent. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Agent. - The date and time the envelope was sent. + """Sets the sent_date_time of this Agent. - :param sent_date_time: The sent_date_time of this Agent. + The date and time the envelope was sent. # noqa: E501 + + :param sent_date_time: The sent_date_time of this Agent. # noqa: E501 :type: str """ @@ -1423,22 +1642,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this Agent. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this Agent. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this Agent. + :return: The signed_date_time of this Agent. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this Agent. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this Agent. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this Agent. + :param signed_date_time: The signed_date_time of this Agent. # noqa: E501 :type: str """ @@ -1446,22 +1665,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Agent. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Agent. # noqa: E501 - :return: The signing_group_id of this Agent. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Agent. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Agent. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Agent. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this Agent. + :param signing_group_id: The signing_group_id of this Agent. # noqa: E501 :type: str """ @@ -1469,20 +1688,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this Agent. + """Gets the signing_group_id_metadata of this Agent. # noqa: E501 + - :return: The signing_group_id_metadata of this Agent. + :return: The signing_group_id_metadata of this Agent. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this Agent. + """Sets the signing_group_id_metadata of this Agent. - :param signing_group_id_metadata: The signing_group_id_metadata of this Agent. + + :param signing_group_id_metadata: The signing_group_id_metadata of this Agent. # noqa: E501 :type: PropertyMetadata """ @@ -1490,22 +1709,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Agent. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Agent. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Agent. + :return: The signing_group_name of this Agent. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Agent. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Agent. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this Agent. + :param signing_group_name: The signing_group_name of this Agent. # noqa: E501 :type: str """ @@ -1513,22 +1732,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this Agent. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this Agent. # noqa: E501 - :return: The signing_group_users of this Agent. + A complex type that contains information about users in the signing group. # noqa: E501 + + :return: The signing_group_users of this Agent. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this Agent. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this Agent. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this Agent. + :param signing_group_users: The signing_group_users of this Agent. # noqa: E501 :type: list[UserInfo] """ @@ -1536,20 +1755,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this Agent. + """Gets the sms_authentication of this Agent. # noqa: E501 + - :return: The sms_authentication of this Agent. + :return: The sms_authentication of this Agent. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this Agent. + """Sets the sms_authentication of this Agent. - :param sms_authentication: The sms_authentication of this Agent. + + :param sms_authentication: The sms_authentication of this Agent. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1557,22 +1776,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this Agent. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this Agent. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this Agent. + :return: The social_authentications of this Agent. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this Agent. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this Agent. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this Agent. + :param social_authentications: The social_authentications of this Agent. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1580,22 +1799,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this Agent. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Agent. # noqa: E501 - :return: The status of this Agent. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Agent. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Agent. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Agent. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Agent. + :param status: The status of this Agent. # noqa: E501 :type: str """ @@ -1603,22 +1822,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this Agent. - + """Gets the status_code of this Agent. # noqa: E501 + + # noqa: E501 - :return: The status_code of this Agent. + :return: The status_code of this Agent. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this Agent. - + """Sets the status_code of this Agent. - :param status_code: The status_code of this Agent. + # noqa: E501 + + :param status_code: The status_code of this Agent. # noqa: E501 :type: str """ @@ -1626,22 +1845,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this Agent. - + """Gets the suppress_emails of this Agent. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this Agent. + :return: The suppress_emails of this Agent. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this Agent. - + """Sets the suppress_emails of this Agent. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this Agent. + :param suppress_emails: The suppress_emails of this Agent. # noqa: E501 :type: str """ @@ -1649,22 +1868,22 @@ def suppress_emails(self, suppress_emails): @property def template_locked(self): - """ - Gets the template_locked of this Agent. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Agent. # noqa: E501 - :return: The template_locked of this Agent. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Agent. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Agent. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Agent. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Agent. + :param template_locked: The template_locked of this Agent. # noqa: E501 :type: str """ @@ -1672,22 +1891,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Agent. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Agent. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Agent. + :return: The template_required of this Agent. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Agent. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Agent. - :param template_required: The template_required of this Agent. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Agent. # noqa: E501 :type: str """ @@ -1695,22 +1914,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this Agent. - + """Gets the total_tab_count of this Agent. # noqa: E501 + + # noqa: E501 - :return: The total_tab_count of this Agent. + :return: The total_tab_count of this Agent. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this Agent. - + """Sets the total_tab_count of this Agent. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this Agent. + :param total_tab_count: The total_tab_count of this Agent. # noqa: E501 :type: str """ @@ -1718,34 +1937,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this Agent. - + """Gets the user_id of this Agent. # noqa: E501 - :return: The user_id of this Agent. + # noqa: E501 + + :return: The user_id of this Agent. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this Agent. - + """Sets the user_id of this Agent. + + # noqa: E501 - :param user_id: The user_id of this Agent. + :param user_id: The user_id of this Agent. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1762,29 +1979,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Agent, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Agent): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/api_request_log.py b/docusign_esign/models/api_request_log.py index a848f1b3..57aed11e 100644 --- a/docusign_esign/models/api_request_log.py +++ b/docusign_esign/models/api_request_log.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ApiRequestLog(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created_date_time=None, description=None, request_log_id=None, status=None): - """ - ApiRequestLog - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created_date_time': 'str', - 'description': 'str', - 'request_log_id': 'str', - 'status': 'str' - } - - self.attribute_map = { - 'created_date_time': 'createdDateTime', - 'description': 'description', - 'request_log_id': 'requestLogId', - 'status': 'status' - } - self._created_date_time = created_date_time - self._description = description - self._request_log_id = request_log_id - self._status = status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created_date_time': 'str', + 'description': 'str', + 'request_log_id': 'str', + 'status': 'str' + } + + attribute_map = { + 'created_date_time': 'createdDateTime', + 'description': 'description', + 'request_log_id': 'requestLogId', + 'status': 'status' + } + + def __init__(self, created_date_time=None, description=None, request_log_id=None, status=None): # noqa: E501 + """ApiRequestLog - a model defined in Swagger""" # noqa: E501 + + self._created_date_time = None + self._description = None + self._request_log_id = None + self._status = None + self.discriminator = None + + if created_date_time is not None: + self.created_date_time = created_date_time + if description is not None: + self.description = description + if request_log_id is not None: + self.request_log_id = request_log_id + if status is not None: + self.status = status @property def created_date_time(self): - """ - Gets the created_date_time of this ApiRequestLog. - Indicates the date and time the item was created. + """Gets the created_date_time of this ApiRequestLog. # noqa: E501 - :return: The created_date_time of this ApiRequestLog. + Indicates the date and time the item was created. # noqa: E501 + + :return: The created_date_time of this ApiRequestLog. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this ApiRequestLog. - Indicates the date and time the item was created. + """Sets the created_date_time of this ApiRequestLog. - :param created_date_time: The created_date_time of this ApiRequestLog. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this ApiRequestLog. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def created_date_time(self, created_date_time): @property def description(self): - """ - Gets the description of this ApiRequestLog. - + """Gets the description of this ApiRequestLog. # noqa: E501 + + # noqa: E501 - :return: The description of this ApiRequestLog. + :return: The description of this ApiRequestLog. # noqa: E501 :rtype: str """ return self._description @description.setter def description(self, description): - """ - Sets the description of this ApiRequestLog. - + """Sets the description of this ApiRequestLog. + + # noqa: E501 - :param description: The description of this ApiRequestLog. + :param description: The description of this ApiRequestLog. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def description(self, description): @property def request_log_id(self): - """ - Gets the request_log_id of this ApiRequestLog. - + """Gets the request_log_id of this ApiRequestLog. # noqa: E501 + + # noqa: E501 - :return: The request_log_id of this ApiRequestLog. + :return: The request_log_id of this ApiRequestLog. # noqa: E501 :rtype: str """ return self._request_log_id @request_log_id.setter def request_log_id(self, request_log_id): - """ - Sets the request_log_id of this ApiRequestLog. - + """Sets the request_log_id of this ApiRequestLog. - :param request_log_id: The request_log_id of this ApiRequestLog. + # noqa: E501 + + :param request_log_id: The request_log_id of this ApiRequestLog. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def request_log_id(self, request_log_id): @property def status(self): - """ - Gets the status of this ApiRequestLog. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this ApiRequestLog. # noqa: E501 - :return: The status of this ApiRequestLog. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this ApiRequestLog. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this ApiRequestLog. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this ApiRequestLog. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this ApiRequestLog. + :param status: The status of this ApiRequestLog. # noqa: E501 :type: str """ self._status = status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ApiRequestLog, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ApiRequestLog): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/api_request_logs_result.py b/docusign_esign/models/api_request_logs_result.py index fe9dfd18..db58d288 100644 --- a/docusign_esign/models/api_request_logs_result.py +++ b/docusign_esign/models/api_request_logs_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ApiRequestLogsResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_request_logs=None): - """ - ApiRequestLogsResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_request_logs': 'list[ApiRequestLog]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_request_logs': 'list[ApiRequestLog]' + } - self.attribute_map = { - 'api_request_logs': 'apiRequestLogs' - } + attribute_map = { + 'api_request_logs': 'apiRequestLogs' + } - self._api_request_logs = api_request_logs + def __init__(self, api_request_logs=None): # noqa: E501 + """ApiRequestLogsResult - a model defined in Swagger""" # noqa: E501 + + self._api_request_logs = None + self.discriminator = None + + if api_request_logs is not None: + self.api_request_logs = api_request_logs @property def api_request_logs(self): - """ - Gets the api_request_logs of this ApiRequestLogsResult. - Reserved: TBD + """Gets the api_request_logs of this ApiRequestLogsResult. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The api_request_logs of this ApiRequestLogsResult. + :return: The api_request_logs of this ApiRequestLogsResult. # noqa: E501 :rtype: list[ApiRequestLog] """ return self._api_request_logs @api_request_logs.setter def api_request_logs(self, api_request_logs): - """ - Sets the api_request_logs of this ApiRequestLogsResult. - Reserved: TBD + """Sets the api_request_logs of this ApiRequestLogsResult. - :param api_request_logs: The api_request_logs of this ApiRequestLogsResult. + Reserved: TBD # noqa: E501 + + :param api_request_logs: The api_request_logs of this ApiRequestLogsResult. # noqa: E501 :type: list[ApiRequestLog] """ self._api_request_logs = api_request_logs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ApiRequestLogsResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ApiRequestLogsResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/app_store_product.py b/docusign_esign/models/app_store_product.py index 95a100b5..fe99b9b7 100644 --- a/docusign_esign/models/app_store_product.py +++ b/docusign_esign/models/app_store_product.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AppStoreProduct(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, market_place=None, product_id=None): - """ - AppStoreProduct - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'market_place': 'str', - 'product_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'market_place': 'str', + 'product_id': 'str' + } - self.attribute_map = { - 'market_place': 'marketPlace', - 'product_id': 'productId' - } + attribute_map = { + 'market_place': 'marketPlace', + 'product_id': 'productId' + } - self._market_place = market_place - self._product_id = product_id + def __init__(self, market_place=None, product_id=None): # noqa: E501 + """AppStoreProduct - a model defined in Swagger""" # noqa: E501 + + self._market_place = None + self._product_id = None + self.discriminator = None + + if market_place is not None: + self.market_place = market_place + if product_id is not None: + self.product_id = product_id @property def market_place(self): - """ - Gets the market_place of this AppStoreProduct. - + """Gets the market_place of this AppStoreProduct. # noqa: E501 - :return: The market_place of this AppStoreProduct. + # noqa: E501 + + :return: The market_place of this AppStoreProduct. # noqa: E501 :rtype: str """ return self._market_place @market_place.setter def market_place(self, market_place): - """ - Sets the market_place of this AppStoreProduct. - + """Sets the market_place of this AppStoreProduct. + + # noqa: E501 - :param market_place: The market_place of this AppStoreProduct. + :param market_place: The market_place of this AppStoreProduct. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def market_place(self, market_place): @property def product_id(self): - """ - Gets the product_id of this AppStoreProduct. - The Product ID from the AppStore. + """Gets the product_id of this AppStoreProduct. # noqa: E501 + + The Product ID from the AppStore. # noqa: E501 - :return: The product_id of this AppStoreProduct. + :return: The product_id of this AppStoreProduct. # noqa: E501 :rtype: str """ return self._product_id @product_id.setter def product_id(self, product_id): - """ - Sets the product_id of this AppStoreProduct. - The Product ID from the AppStore. + """Sets the product_id of this AppStoreProduct. + + The Product ID from the AppStore. # noqa: E501 - :param product_id: The product_id of this AppStoreProduct. + :param product_id: The product_id of this AppStoreProduct. # noqa: E501 :type: str """ self._product_id = product_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AppStoreProduct, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AppStoreProduct): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/app_store_receipt.py b/docusign_esign/models/app_store_receipt.py index 2dd8c154..08fa3a42 100644 --- a/docusign_esign/models/app_store_receipt.py +++ b/docusign_esign/models/app_store_receipt.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AppStoreReceipt(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, product_id=None, receipt_data=None): - """ - AppStoreReceipt - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'product_id': 'str', - 'receipt_data': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'product_id': 'str', + 'receipt_data': 'str' + } - self.attribute_map = { - 'product_id': 'productId', - 'receipt_data': 'receiptData' - } + attribute_map = { + 'product_id': 'productId', + 'receipt_data': 'receiptData' + } - self._product_id = product_id - self._receipt_data = receipt_data + def __init__(self, product_id=None, receipt_data=None): # noqa: E501 + """AppStoreReceipt - a model defined in Swagger""" # noqa: E501 + + self._product_id = None + self._receipt_data = None + self.discriminator = None + + if product_id is not None: + self.product_id = product_id + if receipt_data is not None: + self.receipt_data = receipt_data @property def product_id(self): - """ - Gets the product_id of this AppStoreReceipt. - + """Gets the product_id of this AppStoreReceipt. # noqa: E501 - :return: The product_id of this AppStoreReceipt. + # noqa: E501 + + :return: The product_id of this AppStoreReceipt. # noqa: E501 :rtype: str """ return self._product_id @product_id.setter def product_id(self, product_id): - """ - Sets the product_id of this AppStoreReceipt. - + """Sets the product_id of this AppStoreReceipt. + + # noqa: E501 - :param product_id: The product_id of this AppStoreReceipt. + :param product_id: The product_id of this AppStoreReceipt. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def product_id(self, product_id): @property def receipt_data(self): - """ - Gets the receipt_data of this AppStoreReceipt. - Reserved: TBD + """Gets the receipt_data of this AppStoreReceipt. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The receipt_data of this AppStoreReceipt. + :return: The receipt_data of this AppStoreReceipt. # noqa: E501 :rtype: str """ return self._receipt_data @receipt_data.setter def receipt_data(self, receipt_data): - """ - Sets the receipt_data of this AppStoreReceipt. - Reserved: TBD + """Sets the receipt_data of this AppStoreReceipt. + + Reserved: TBD # noqa: E501 - :param receipt_data: The receipt_data of this AppStoreReceipt. + :param receipt_data: The receipt_data of this AppStoreReceipt. # noqa: E501 :type: str """ self._receipt_data = receipt_data def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AppStoreReceipt, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AppStoreReceipt): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/approve.py b/docusign_esign/models/approve.py index 7cb6dbb7..249906f9 100644 --- a/docusign_esign/models/approve.py +++ b/docusign_esign/models/approve.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,305 +11,480 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Approve(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Approve - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'button_text': 'str', - 'button_text_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'button_text': 'buttonText', - 'button_text_metadata': 'buttonTextMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._button_text = button_text - self._button_text_metadata = button_text_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'button_text': 'str', + 'button_text_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'button_text': 'buttonText', + 'button_text_metadata': 'buttonTextMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Approve - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._button_text = None + self._button_text_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if button_text is not None: + self.button_text = button_text + if button_text_metadata is not None: + self.button_text_metadata = button_text_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Approve. - + """Gets the anchor_allow_white_space_in_characters of this Approve. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Approve. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Approve. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Approve. - + """Sets the anchor_allow_white_space_in_characters of this Approve. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Approve. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Approve. # noqa: E501 :type: str """ @@ -317,20 +492,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Approve. + """Gets the anchor_allow_white_space_in_characters_metadata of this Approve. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this Approve. + + :return: The anchor_allow_white_space_in_characters_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Approve. + """Sets the anchor_allow_white_space_in_characters_metadata of this Approve. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Approve. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -338,22 +513,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Approve. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Approve. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Approve. + :return: The anchor_case_sensitive of this Approve. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Approve. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Approve. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Approve. + :param anchor_case_sensitive: The anchor_case_sensitive of this Approve. # noqa: E501 :type: str """ @@ -361,20 +536,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Approve. + """Gets the anchor_case_sensitive_metadata of this Approve. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Approve. + :return: The anchor_case_sensitive_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Approve. + """Sets the anchor_case_sensitive_metadata of this Approve. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Approve. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -382,22 +557,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Approve. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Approve. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Approve. + :return: The anchor_horizontal_alignment of this Approve. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Approve. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Approve. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Approve. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Approve. # noqa: E501 :type: str """ @@ -405,20 +580,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Approve. + """Gets the anchor_horizontal_alignment_metadata of this Approve. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this Approve. + + :return: The anchor_horizontal_alignment_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Approve. + """Sets the anchor_horizontal_alignment_metadata of this Approve. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Approve. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -426,22 +601,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Approve. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Approve. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Approve. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Approve. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Approve. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Approve. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Approve. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Approve. # noqa: E501 :type: str """ @@ -449,20 +624,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Approve. + """Gets the anchor_ignore_if_not_present_metadata of this Approve. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Approve. + :return: The anchor_ignore_if_not_present_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Approve. + """Sets the anchor_ignore_if_not_present_metadata of this Approve. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Approve. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -470,22 +645,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Approve. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Approve. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Approve. + :return: The anchor_match_whole_word of this Approve. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Approve. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Approve. - :param anchor_match_whole_word: The anchor_match_whole_word of this Approve. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this Approve. # noqa: E501 :type: str """ @@ -493,20 +668,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Approve. + """Gets the anchor_match_whole_word_metadata of this Approve. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this Approve. + + :return: The anchor_match_whole_word_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Approve. + """Sets the anchor_match_whole_word_metadata of this Approve. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Approve. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -514,22 +689,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Approve. - Anchor text information for a radio button. + """Gets the anchor_string of this Approve. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Approve. + :return: The anchor_string of this Approve. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Approve. - Anchor text information for a radio button. + """Sets the anchor_string of this Approve. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Approve. + :param anchor_string: The anchor_string of this Approve. # noqa: E501 :type: str """ @@ -537,20 +712,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Approve. + """Gets the anchor_string_metadata of this Approve. # noqa: E501 + - :return: The anchor_string_metadata of this Approve. + :return: The anchor_string_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Approve. + """Sets the anchor_string_metadata of this Approve. + - :param anchor_string_metadata: The anchor_string_metadata of this Approve. + :param anchor_string_metadata: The anchor_string_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -558,22 +733,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Approve. - + """Gets the anchor_tab_processor_version of this Approve. # noqa: E501 - :return: The anchor_tab_processor_version of this Approve. + # noqa: E501 + + :return: The anchor_tab_processor_version of this Approve. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Approve. - + """Sets the anchor_tab_processor_version of this Approve. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Approve. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Approve. # noqa: E501 :type: str """ @@ -581,20 +756,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Approve. + """Gets the anchor_tab_processor_version_metadata of this Approve. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this Approve. + + :return: The anchor_tab_processor_version_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Approve. + """Sets the anchor_tab_processor_version_metadata of this Approve. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Approve. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -602,22 +777,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Approve. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Approve. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Approve. + :return: The anchor_units of this Approve. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Approve. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Approve. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Approve. + :param anchor_units: The anchor_units of this Approve. # noqa: E501 :type: str """ @@ -625,20 +800,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Approve. + """Gets the anchor_units_metadata of this Approve. # noqa: E501 + - :return: The anchor_units_metadata of this Approve. + :return: The anchor_units_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Approve. + """Sets the anchor_units_metadata of this Approve. - :param anchor_units_metadata: The anchor_units_metadata of this Approve. + + :param anchor_units_metadata: The anchor_units_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -646,22 +821,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Approve. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Approve. # noqa: E501 - :return: The anchor_x_offset of this Approve. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this Approve. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Approve. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Approve. - :param anchor_x_offset: The anchor_x_offset of this Approve. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Approve. # noqa: E501 :type: str """ @@ -669,20 +844,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Approve. + """Gets the anchor_x_offset_metadata of this Approve. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Approve. + :return: The anchor_x_offset_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Approve. + """Sets the anchor_x_offset_metadata of this Approve. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Approve. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -690,22 +865,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Approve. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Approve. # noqa: E501 - :return: The anchor_y_offset of this Approve. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Approve. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Approve. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Approve. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this Approve. + :param anchor_y_offset: The anchor_y_offset of this Approve. # noqa: E501 :type: str """ @@ -713,20 +888,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Approve. + """Gets the anchor_y_offset_metadata of this Approve. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Approve. + :return: The anchor_y_offset_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Approve. + """Sets the anchor_y_offset_metadata of this Approve. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Approve. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -734,22 +909,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Approve. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Approve. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Approve. + :return: The bold of this Approve. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Approve. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Approve. - :param bold: The bold of this Approve. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this Approve. # noqa: E501 :type: str """ @@ -757,20 +932,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Approve. + """Gets the bold_metadata of this Approve. # noqa: E501 - :return: The bold_metadata of this Approve. + + :return: The bold_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Approve. + """Sets the bold_metadata of this Approve. - :param bold_metadata: The bold_metadata of this Approve. + + :param bold_metadata: The bold_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -778,22 +953,22 @@ def bold_metadata(self, bold_metadata): @property def button_text(self): - """ - Gets the button_text of this Approve. - Specifies the approval text displayed in the tab. + """Gets the button_text of this Approve. # noqa: E501 + + Specifies the approval text displayed in the tab. # noqa: E501 - :return: The button_text of this Approve. + :return: The button_text of this Approve. # noqa: E501 :rtype: str """ return self._button_text @button_text.setter def button_text(self, button_text): - """ - Sets the button_text of this Approve. - Specifies the approval text displayed in the tab. + """Sets the button_text of this Approve. + + Specifies the approval text displayed in the tab. # noqa: E501 - :param button_text: The button_text of this Approve. + :param button_text: The button_text of this Approve. # noqa: E501 :type: str """ @@ -801,20 +976,20 @@ def button_text(self, button_text): @property def button_text_metadata(self): - """ - Gets the button_text_metadata of this Approve. + """Gets the button_text_metadata of this Approve. # noqa: E501 + - :return: The button_text_metadata of this Approve. + :return: The button_text_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._button_text_metadata @button_text_metadata.setter def button_text_metadata(self, button_text_metadata): - """ - Sets the button_text_metadata of this Approve. + """Sets the button_text_metadata of this Approve. + - :param button_text_metadata: The button_text_metadata of this Approve. + :param button_text_metadata: The button_text_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -822,22 +997,22 @@ def button_text_metadata(self, button_text_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Approve. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Approve. # noqa: E501 - :return: The conditional_parent_label of this Approve. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this Approve. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Approve. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Approve. - :param conditional_parent_label: The conditional_parent_label of this Approve. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this Approve. # noqa: E501 :type: str """ @@ -845,20 +1020,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Approve. + """Gets the conditional_parent_label_metadata of this Approve. # noqa: E501 - :return: The conditional_parent_label_metadata of this Approve. + + :return: The conditional_parent_label_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Approve. + """Sets the conditional_parent_label_metadata of this Approve. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Approve. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -866,22 +1041,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Approve. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Approve. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Approve. + :return: The conditional_parent_value of this Approve. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Approve. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Approve. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Approve. + :param conditional_parent_value: The conditional_parent_value of this Approve. # noqa: E501 :type: str """ @@ -889,20 +1064,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Approve. + """Gets the conditional_parent_value_metadata of this Approve. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Approve. + :return: The conditional_parent_value_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Approve. + """Sets the conditional_parent_value_metadata of this Approve. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Approve. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -910,22 +1085,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Approve. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Approve. # noqa: E501 - :return: The custom_tab_id of this Approve. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this Approve. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Approve. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Approve. - :param custom_tab_id: The custom_tab_id of this Approve. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this Approve. # noqa: E501 :type: str """ @@ -933,20 +1108,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Approve. + """Gets the custom_tab_id_metadata of this Approve. # noqa: E501 + - :return: The custom_tab_id_metadata of this Approve. + :return: The custom_tab_id_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Approve. + """Sets the custom_tab_id_metadata of this Approve. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Approve. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -954,22 +1129,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this Approve. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Approve. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Approve. + :return: The document_id of this Approve. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Approve. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Approve. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Approve. + :param document_id: The document_id of this Approve. # noqa: E501 :type: str """ @@ -977,20 +1152,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Approve. + """Gets the document_id_metadata of this Approve. # noqa: E501 - :return: The document_id_metadata of this Approve. + + :return: The document_id_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Approve. + """Sets the document_id_metadata of this Approve. + - :param document_id_metadata: The document_id_metadata of this Approve. + :param document_id_metadata: The document_id_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -998,20 +1173,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Approve. + """Gets the error_details of this Approve. # noqa: E501 + - :return: The error_details of this Approve. + :return: The error_details of this Approve. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Approve. + """Sets the error_details of this Approve. - :param error_details: The error_details of this Approve. + + :param error_details: The error_details of this Approve. # noqa: E501 :type: ErrorDetails """ @@ -1019,22 +1194,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Approve. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Approve. # noqa: E501 - :return: The font of this Approve. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Approve. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Approve. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Approve. - :param font: The font of this Approve. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Approve. # noqa: E501 :type: str """ @@ -1042,22 +1217,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Approve. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Approve. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Approve. + :return: The font_color of this Approve. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Approve. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Approve. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Approve. + :param font_color: The font_color of this Approve. # noqa: E501 :type: str """ @@ -1065,20 +1240,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Approve. + """Gets the font_color_metadata of this Approve. # noqa: E501 + - :return: The font_color_metadata of this Approve. + :return: The font_color_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Approve. + """Sets the font_color_metadata of this Approve. + - :param font_color_metadata: The font_color_metadata of this Approve. + :param font_color_metadata: The font_color_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1086,20 +1261,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Approve. + """Gets the font_metadata of this Approve. # noqa: E501 - :return: The font_metadata of this Approve. + + :return: The font_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Approve. + """Sets the font_metadata of this Approve. - :param font_metadata: The font_metadata of this Approve. + + :param font_metadata: The font_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1107,22 +1282,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Approve. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Approve. # noqa: E501 - :return: The font_size of this Approve. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this Approve. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Approve. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Approve. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Approve. + :param font_size: The font_size of this Approve. # noqa: E501 :type: str """ @@ -1130,20 +1305,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Approve. + """Gets the font_size_metadata of this Approve. # noqa: E501 + - :return: The font_size_metadata of this Approve. + :return: The font_size_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Approve. + """Sets the font_size_metadata of this Approve. + - :param font_size_metadata: The font_size_metadata of this Approve. + :param font_size_metadata: The font_size_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1151,22 +1326,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Approve. - + """Gets the form_order of this Approve. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Approve. + :return: The form_order of this Approve. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Approve. - + """Sets the form_order of this Approve. - :param form_order: The form_order of this Approve. + # noqa: E501 + + :param form_order: The form_order of this Approve. # noqa: E501 :type: str """ @@ -1174,20 +1349,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Approve. + """Gets the form_order_metadata of this Approve. # noqa: E501 - :return: The form_order_metadata of this Approve. + + :return: The form_order_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Approve. + """Sets the form_order_metadata of this Approve. - :param form_order_metadata: The form_order_metadata of this Approve. + + :param form_order_metadata: The form_order_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1195,22 +1370,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Approve. - + """Gets the form_page_label of this Approve. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Approve. + :return: The form_page_label of this Approve. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Approve. - + """Sets the form_page_label of this Approve. + + # noqa: E501 - :param form_page_label: The form_page_label of this Approve. + :param form_page_label: The form_page_label of this Approve. # noqa: E501 :type: str """ @@ -1218,20 +1393,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Approve. + """Gets the form_page_label_metadata of this Approve. # noqa: E501 + - :return: The form_page_label_metadata of this Approve. + :return: The form_page_label_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Approve. + """Sets the form_page_label_metadata of this Approve. + - :param form_page_label_metadata: The form_page_label_metadata of this Approve. + :param form_page_label_metadata: The form_page_label_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1239,22 +1414,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Approve. - + """Gets the form_page_number of this Approve. # noqa: E501 - :return: The form_page_number of this Approve. + # noqa: E501 + + :return: The form_page_number of this Approve. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Approve. - + """Sets the form_page_number of this Approve. - :param form_page_number: The form_page_number of this Approve. + # noqa: E501 + + :param form_page_number: The form_page_number of this Approve. # noqa: E501 :type: str """ @@ -1262,20 +1437,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Approve. + """Gets the form_page_number_metadata of this Approve. # noqa: E501 - :return: The form_page_number_metadata of this Approve. + + :return: The form_page_number_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Approve. + """Sets the form_page_number_metadata of this Approve. + - :param form_page_number_metadata: The form_page_number_metadata of this Approve. + :param form_page_number_metadata: The form_page_number_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1283,22 +1458,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Approve. - Height of the tab in pixels. + """Gets the height of this Approve. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Approve. + :return: The height of this Approve. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Approve. - Height of the tab in pixels. + """Sets the height of this Approve. - :param height: The height of this Approve. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this Approve. # noqa: E501 :type: str """ @@ -1306,20 +1481,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Approve. + """Gets the height_metadata of this Approve. # noqa: E501 + - :return: The height_metadata of this Approve. + :return: The height_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Approve. + """Sets the height_metadata of this Approve. + - :param height_metadata: The height_metadata of this Approve. + :param height_metadata: The height_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1327,22 +1502,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Approve. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Approve. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this Approve. + :return: The italic of this Approve. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Approve. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Approve. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Approve. + :param italic: The italic of this Approve. # noqa: E501 :type: str """ @@ -1350,20 +1525,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Approve. + """Gets the italic_metadata of this Approve. # noqa: E501 - :return: The italic_metadata of this Approve. + + :return: The italic_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Approve. + """Sets the italic_metadata of this Approve. - :param italic_metadata: The italic_metadata of this Approve. + + :param italic_metadata: The italic_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1371,20 +1546,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Approve. + """Gets the locale_policy of this Approve. # noqa: E501 - :return: The locale_policy of this Approve. + + :return: The locale_policy of this Approve. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Approve. + """Sets the locale_policy of this Approve. + - :param locale_policy: The locale_policy of this Approve. + :param locale_policy: The locale_policy of this Approve. # noqa: E501 :type: LocalePolicyTab """ @@ -1392,20 +1567,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this Approve. + """Gets the merge_field of this Approve. # noqa: E501 + - :return: The merge_field of this Approve. + :return: The merge_field of this Approve. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Approve. + """Sets the merge_field of this Approve. + - :param merge_field: The merge_field of this Approve. + :param merge_field: The merge_field of this Approve. # noqa: E501 :type: MergeField """ @@ -1413,22 +1588,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Approve. - + """Gets the merge_field_xml of this Approve. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Approve. + :return: The merge_field_xml of this Approve. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Approve. - + """Sets the merge_field_xml of this Approve. - :param merge_field_xml: The merge_field_xml of this Approve. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Approve. # noqa: E501 :type: str """ @@ -1436,22 +1611,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this Approve. - Specifies the page number on which the tab is located. + """Gets the page_number of this Approve. # noqa: E501 - :return: The page_number of this Approve. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Approve. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Approve. - Specifies the page number on which the tab is located. + """Sets the page_number of this Approve. - :param page_number: The page_number of this Approve. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Approve. # noqa: E501 :type: str """ @@ -1459,20 +1634,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Approve. + """Gets the page_number_metadata of this Approve. # noqa: E501 + - :return: The page_number_metadata of this Approve. + :return: The page_number_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Approve. + """Sets the page_number_metadata of this Approve. + - :param page_number_metadata: The page_number_metadata of this Approve. + :param page_number_metadata: The page_number_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1480,22 +1655,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Approve. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Approve. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Approve. + :return: The recipient_id of this Approve. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Approve. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Approve. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Approve. + :param recipient_id: The recipient_id of this Approve. # noqa: E501 :type: str """ @@ -1503,22 +1678,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Approve. - + """Gets the recipient_id_guid of this Approve. # noqa: E501 - :return: The recipient_id_guid of this Approve. + # noqa: E501 + + :return: The recipient_id_guid of this Approve. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Approve. - + """Sets the recipient_id_guid of this Approve. - :param recipient_id_guid: The recipient_id_guid of this Approve. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Approve. # noqa: E501 :type: str """ @@ -1526,20 +1701,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Approve. + """Gets the recipient_id_guid_metadata of this Approve. # noqa: E501 - :return: The recipient_id_guid_metadata of this Approve. + + :return: The recipient_id_guid_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Approve. + """Sets the recipient_id_guid_metadata of this Approve. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Approve. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1547,20 +1722,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Approve. + """Gets the recipient_id_metadata of this Approve. # noqa: E501 + - :return: The recipient_id_metadata of this Approve. + :return: The recipient_id_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Approve. + """Sets the recipient_id_metadata of this Approve. + - :param recipient_id_metadata: The recipient_id_metadata of this Approve. + :param recipient_id_metadata: The recipient_id_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1568,20 +1743,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Approve. + """Gets the smart_contract_information of this Approve. # noqa: E501 + - :return: The smart_contract_information of this Approve. + :return: The smart_contract_information of this Approve. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Approve. + """Sets the smart_contract_information of this Approve. - :param smart_contract_information: The smart_contract_information of this Approve. + + :param smart_contract_information: The smart_contract_information of this Approve. # noqa: E501 :type: SmartContractInformation """ @@ -1589,22 +1764,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Approve. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Approve. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Approve. + :return: The status of this Approve. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Approve. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Approve. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Approve. + :param status: The status of this Approve. # noqa: E501 :type: str """ @@ -1612,20 +1787,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Approve. + """Gets the status_metadata of this Approve. # noqa: E501 - :return: The status_metadata of this Approve. + + :return: The status_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Approve. + """Sets the status_metadata of this Approve. - :param status_metadata: The status_metadata of this Approve. + + :param status_metadata: The status_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1633,22 +1808,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Approve. - + """Gets the tab_group_labels of this Approve. # noqa: E501 - :return: The tab_group_labels of this Approve. + # noqa: E501 + + :return: The tab_group_labels of this Approve. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Approve. - + """Sets the tab_group_labels of this Approve. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Approve. + :param tab_group_labels: The tab_group_labels of this Approve. # noqa: E501 :type: list[str] """ @@ -1656,20 +1831,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Approve. + """Gets the tab_group_labels_metadata of this Approve. # noqa: E501 + - :return: The tab_group_labels_metadata of this Approve. + :return: The tab_group_labels_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Approve. + """Sets the tab_group_labels_metadata of this Approve. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Approve. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1677,22 +1852,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Approve. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Approve. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Approve. + :return: The tab_id of this Approve. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Approve. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Approve. - :param tab_id: The tab_id of this Approve. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Approve. # noqa: E501 :type: str """ @@ -1700,20 +1875,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Approve. + """Gets the tab_id_metadata of this Approve. # noqa: E501 - :return: The tab_id_metadata of this Approve. + + :return: The tab_id_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Approve. + """Sets the tab_id_metadata of this Approve. - :param tab_id_metadata: The tab_id_metadata of this Approve. + + :param tab_id_metadata: The tab_id_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1721,22 +1896,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Approve. - The label string associated with the tab. + """Gets the tab_label of this Approve. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this Approve. + :return: The tab_label of this Approve. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Approve. - The label string associated with the tab. + """Sets the tab_label of this Approve. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this Approve. + :param tab_label: The tab_label of this Approve. # noqa: E501 :type: str """ @@ -1744,20 +1919,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Approve. + """Gets the tab_label_metadata of this Approve. # noqa: E501 + - :return: The tab_label_metadata of this Approve. + :return: The tab_label_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Approve. + """Sets the tab_label_metadata of this Approve. + - :param tab_label_metadata: The tab_label_metadata of this Approve. + :param tab_label_metadata: The tab_label_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1765,22 +1940,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Approve. - + """Gets the tab_order of this Approve. # noqa: E501 - :return: The tab_order of this Approve. + # noqa: E501 + + :return: The tab_order of this Approve. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Approve. - + """Sets the tab_order of this Approve. - :param tab_order: The tab_order of this Approve. + # noqa: E501 + + :param tab_order: The tab_order of this Approve. # noqa: E501 :type: str """ @@ -1788,20 +1963,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Approve. + """Gets the tab_order_metadata of this Approve. # noqa: E501 - :return: The tab_order_metadata of this Approve. + + :return: The tab_order_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Approve. + """Sets the tab_order_metadata of this Approve. + - :param tab_order_metadata: The tab_order_metadata of this Approve. + :param tab_order_metadata: The tab_order_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1809,22 +1984,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Approve. - + """Gets the tab_type of this Approve. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Approve. + :return: The tab_type of this Approve. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Approve. - + """Sets the tab_type of this Approve. + + # noqa: E501 - :param tab_type: The tab_type of this Approve. + :param tab_type: The tab_type of this Approve. # noqa: E501 :type: str """ @@ -1832,20 +2007,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Approve. + """Gets the tab_type_metadata of this Approve. # noqa: E501 + - :return: The tab_type_metadata of this Approve. + :return: The tab_type_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Approve. + """Sets the tab_type_metadata of this Approve. - :param tab_type_metadata: The tab_type_metadata of this Approve. + + :param tab_type_metadata: The tab_type_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1853,22 +2028,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Approve. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Approve. # noqa: E501 - :return: The template_locked of this Approve. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Approve. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Approve. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Approve. - :param template_locked: The template_locked of this Approve. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Approve. # noqa: E501 :type: str """ @@ -1876,20 +2051,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Approve. + """Gets the template_locked_metadata of this Approve. # noqa: E501 + - :return: The template_locked_metadata of this Approve. + :return: The template_locked_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Approve. + """Sets the template_locked_metadata of this Approve. + - :param template_locked_metadata: The template_locked_metadata of this Approve. + :param template_locked_metadata: The template_locked_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1897,22 +2072,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Approve. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Approve. # noqa: E501 - :return: The template_required of this Approve. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Approve. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Approve. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Approve. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Approve. + :param template_required: The template_required of this Approve. # noqa: E501 :type: str """ @@ -1920,20 +2095,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Approve. + """Gets the template_required_metadata of this Approve. # noqa: E501 + - :return: The template_required_metadata of this Approve. + :return: The template_required_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Approve. + """Sets the template_required_metadata of this Approve. + - :param template_required_metadata: The template_required_metadata of this Approve. + :param template_required_metadata: The template_required_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1941,22 +2116,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Approve. - + """Gets the tooltip of this Approve. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Approve. + :return: The tooltip of this Approve. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Approve. - + """Sets the tooltip of this Approve. - :param tooltip: The tooltip of this Approve. + # noqa: E501 + + :param tooltip: The tooltip of this Approve. # noqa: E501 :type: str """ @@ -1964,20 +2139,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Approve. + """Gets the tool_tip_metadata of this Approve. # noqa: E501 - :return: The tool_tip_metadata of this Approve. + + :return: The tool_tip_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Approve. + """Sets the tool_tip_metadata of this Approve. - :param tool_tip_metadata: The tool_tip_metadata of this Approve. + + :param tool_tip_metadata: The tool_tip_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -1985,22 +2160,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Approve. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Approve. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Approve. + :return: The underline of this Approve. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Approve. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Approve. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Approve. + :param underline: The underline of this Approve. # noqa: E501 :type: str """ @@ -2008,20 +2183,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Approve. + """Gets the underline_metadata of this Approve. # noqa: E501 + - :return: The underline_metadata of this Approve. + :return: The underline_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Approve. + """Sets the underline_metadata of this Approve. + - :param underline_metadata: The underline_metadata of this Approve. + :param underline_metadata: The underline_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -2029,22 +2204,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this Approve. - Width of the tab in pixels. + """Gets the width of this Approve. # noqa: E501 - :return: The width of this Approve. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Approve. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Approve. - Width of the tab in pixels. + """Sets the width of this Approve. - :param width: The width of this Approve. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Approve. # noqa: E501 :type: str """ @@ -2052,20 +2227,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Approve. + """Gets the width_metadata of this Approve. # noqa: E501 - :return: The width_metadata of this Approve. + + :return: The width_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Approve. + """Sets the width_metadata of this Approve. + - :param width_metadata: The width_metadata of this Approve. + :param width_metadata: The width_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -2073,22 +2248,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Approve. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Approve. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this Approve. + :return: The x_position of this Approve. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Approve. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Approve. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Approve. + :param x_position: The x_position of this Approve. # noqa: E501 :type: str """ @@ -2096,20 +2271,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Approve. + """Gets the x_position_metadata of this Approve. # noqa: E501 + - :return: The x_position_metadata of this Approve. + :return: The x_position_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Approve. + """Sets the x_position_metadata of this Approve. - :param x_position_metadata: The x_position_metadata of this Approve. + + :param x_position_metadata: The x_position_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ @@ -2117,22 +2292,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Approve. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Approve. # noqa: E501 - :return: The y_position of this Approve. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Approve. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Approve. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Approve. - :param y_position: The y_position of this Approve. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Approve. # noqa: E501 :type: str """ @@ -2140,32 +2315,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Approve. + """Gets the y_position_metadata of this Approve. # noqa: E501 + - :return: The y_position_metadata of this Approve. + :return: The y_position_metadata of this Approve. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Approve. + """Sets the y_position_metadata of this Approve. + - :param y_position_metadata: The y_position_metadata of this Approve. + :param y_position_metadata: The y_position_metadata of this Approve. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2182,29 +2355,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Approve, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Approve): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/ask_an_admin.py b/docusign_esign/models/ask_an_admin.py index 81c80a0d..8516383e 100644 --- a/docusign_esign/models/ask_an_admin.py +++ b/docusign_esign/models/ask_an_admin.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AskAnAdmin(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, message=None, name=None, phone=None): - """ - AskAnAdmin - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'message': 'str', - 'name': 'str', - 'phone': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'message': 'message', - 'name': 'name', - 'phone': 'phone' - } - self._email = email - self._message = message - self._name = name - self._phone = phone + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'message': 'str', + 'name': 'str', + 'phone': 'str' + } + + attribute_map = { + 'email': 'email', + 'message': 'message', + 'name': 'name', + 'phone': 'phone' + } + + def __init__(self, email=None, message=None, name=None, phone=None): # noqa: E501 + """AskAnAdmin - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._message = None + self._name = None + self._phone = None + self.discriminator = None + + if email is not None: + self.email = email + if message is not None: + self.message = message + if name is not None: + self.name = name + if phone is not None: + self.phone = phone @property def email(self): - """ - Gets the email of this AskAnAdmin. - + """Gets the email of this AskAnAdmin. # noqa: E501 - :return: The email of this AskAnAdmin. + # noqa: E501 + + :return: The email of this AskAnAdmin. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this AskAnAdmin. - + """Sets the email of this AskAnAdmin. - :param email: The email of this AskAnAdmin. + # noqa: E501 + + :param email: The email of this AskAnAdmin. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def email(self, email): @property def message(self): - """ - Gets the message of this AskAnAdmin. - + """Gets the message of this AskAnAdmin. # noqa: E501 + + # noqa: E501 - :return: The message of this AskAnAdmin. + :return: The message of this AskAnAdmin. # noqa: E501 :rtype: str """ return self._message @message.setter def message(self, message): - """ - Sets the message of this AskAnAdmin. - + """Sets the message of this AskAnAdmin. + + # noqa: E501 - :param message: The message of this AskAnAdmin. + :param message: The message of this AskAnAdmin. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def message(self, message): @property def name(self): - """ - Gets the name of this AskAnAdmin. - + """Gets the name of this AskAnAdmin. # noqa: E501 + + # noqa: E501 - :return: The name of this AskAnAdmin. + :return: The name of this AskAnAdmin. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this AskAnAdmin. - + """Sets the name of this AskAnAdmin. - :param name: The name of this AskAnAdmin. + # noqa: E501 + + :param name: The name of this AskAnAdmin. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def name(self, name): @property def phone(self): - """ - Gets the phone of this AskAnAdmin. - + """Gets the phone of this AskAnAdmin. # noqa: E501 - :return: The phone of this AskAnAdmin. + # noqa: E501 + + :return: The phone of this AskAnAdmin. # noqa: E501 :rtype: str """ return self._phone @phone.setter def phone(self, phone): - """ - Sets the phone of this AskAnAdmin. - + """Sets the phone of this AskAnAdmin. + + # noqa: E501 - :param phone: The phone of this AskAnAdmin. + :param phone: The phone of this AskAnAdmin. # noqa: E501 :type: str """ self._phone = phone def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AskAnAdmin, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AskAnAdmin): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/attachment.py b/docusign_esign/models/attachment.py index a1c21a01..1a091a6f 100644 --- a/docusign_esign/models/attachment.py +++ b/docusign_esign/models/attachment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Attachment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_control=None, attachment_id=None, attachment_type=None, data=None, label=None, name=None, remote_url=None): - """ - Attachment - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_control': 'str', - 'attachment_id': 'str', - 'attachment_type': 'str', - 'data': 'str', - 'label': 'str', - 'name': 'str', - 'remote_url': 'str' - } - - self.attribute_map = { - 'access_control': 'accessControl', - 'attachment_id': 'attachmentId', - 'attachment_type': 'attachmentType', - 'data': 'data', - 'label': 'label', - 'name': 'name', - 'remote_url': 'remoteUrl' - } - - self._access_control = access_control - self._attachment_id = attachment_id - self._attachment_type = attachment_type - self._data = data - self._label = label - self._name = name - self._remote_url = remote_url + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_control': 'str', + 'attachment_id': 'str', + 'attachment_type': 'str', + 'data': 'str', + 'label': 'str', + 'name': 'str', + 'remote_url': 'str' + } + + attribute_map = { + 'access_control': 'accessControl', + 'attachment_id': 'attachmentId', + 'attachment_type': 'attachmentType', + 'data': 'data', + 'label': 'label', + 'name': 'name', + 'remote_url': 'remoteUrl' + } + + def __init__(self, access_control=None, attachment_id=None, attachment_type=None, data=None, label=None, name=None, remote_url=None): # noqa: E501 + """Attachment - a model defined in Swagger""" # noqa: E501 + + self._access_control = None + self._attachment_id = None + self._attachment_type = None + self._data = None + self._label = None + self._name = None + self._remote_url = None + self.discriminator = None + + if access_control is not None: + self.access_control = access_control + if attachment_id is not None: + self.attachment_id = attachment_id + if attachment_type is not None: + self.attachment_type = attachment_type + if data is not None: + self.data = data + if label is not None: + self.label = label + if name is not None: + self.name = name + if remote_url is not None: + self.remote_url = remote_url @property def access_control(self): - """ - Gets the access_control of this Attachment. - + """Gets the access_control of this Attachment. # noqa: E501 - :return: The access_control of this Attachment. + # noqa: E501 + + :return: The access_control of this Attachment. # noqa: E501 :rtype: str """ return self._access_control @access_control.setter def access_control(self, access_control): - """ - Sets the access_control of this Attachment. - + """Sets the access_control of this Attachment. - :param access_control: The access_control of this Attachment. + # noqa: E501 + + :param access_control: The access_control of this Attachment. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def access_control(self, access_control): @property def attachment_id(self): - """ - Gets the attachment_id of this Attachment. - + """Gets the attachment_id of this Attachment. # noqa: E501 + + # noqa: E501 - :return: The attachment_id of this Attachment. + :return: The attachment_id of this Attachment. # noqa: E501 :rtype: str """ return self._attachment_id @attachment_id.setter def attachment_id(self, attachment_id): - """ - Sets the attachment_id of this Attachment. - + """Sets the attachment_id of this Attachment. + + # noqa: E501 - :param attachment_id: The attachment_id of this Attachment. + :param attachment_id: The attachment_id of this Attachment. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def attachment_id(self, attachment_id): @property def attachment_type(self): - """ - Gets the attachment_type of this Attachment. - Specifies the type of the attachment for the recipient. + """Gets the attachment_type of this Attachment. # noqa: E501 - :return: The attachment_type of this Attachment. + Specifies the type of the attachment for the recipient. # noqa: E501 + + :return: The attachment_type of this Attachment. # noqa: E501 :rtype: str """ return self._attachment_type @attachment_type.setter def attachment_type(self, attachment_type): - """ - Sets the attachment_type of this Attachment. - Specifies the type of the attachment for the recipient. + """Sets the attachment_type of this Attachment. + + Specifies the type of the attachment for the recipient. # noqa: E501 - :param attachment_type: The attachment_type of this Attachment. + :param attachment_type: The attachment_type of this Attachment. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def attachment_type(self, attachment_type): @property def data(self): - """ - Gets the data of this Attachment. - + """Gets the data of this Attachment. # noqa: E501 + + # noqa: E501 - :return: The data of this Attachment. + :return: The data of this Attachment. # noqa: E501 :rtype: str """ return self._data @data.setter def data(self, data): - """ - Sets the data of this Attachment. - + """Sets the data of this Attachment. + + # noqa: E501 - :param data: The data of this Attachment. + :param data: The data of this Attachment. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def data(self, data): @property def label(self): - """ - Gets the label of this Attachment. - + """Gets the label of this Attachment. # noqa: E501 + + # noqa: E501 - :return: The label of this Attachment. + :return: The label of this Attachment. # noqa: E501 :rtype: str """ return self._label @label.setter def label(self, label): - """ - Sets the label of this Attachment. - + """Sets the label of this Attachment. - :param label: The label of this Attachment. + # noqa: E501 + + :param label: The label of this Attachment. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def label(self, label): @property def name(self): - """ - Gets the name of this Attachment. - + """Gets the name of this Attachment. # noqa: E501 - :return: The name of this Attachment. + # noqa: E501 + + :return: The name of this Attachment. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Attachment. - + """Sets the name of this Attachment. - :param name: The name of this Attachment. + # noqa: E501 + + :param name: The name of this Attachment. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def name(self, name): @property def remote_url(self): - """ - Gets the remote_url of this Attachment. - + """Gets the remote_url of this Attachment. # noqa: E501 + + # noqa: E501 - :return: The remote_url of this Attachment. + :return: The remote_url of this Attachment. # noqa: E501 :rtype: str """ return self._remote_url @remote_url.setter def remote_url(self, remote_url): - """ - Sets the remote_url of this Attachment. - + """Sets the remote_url of this Attachment. + + # noqa: E501 - :param remote_url: The remote_url of this Attachment. + :param remote_url: The remote_url of this Attachment. # noqa: E501 :type: str """ self._remote_url = remote_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Attachment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Attachment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/authentication_method.py b/docusign_esign/models/authentication_method.py index eac2ea01..0059fb39 100644 --- a/docusign_esign/models/authentication_method.py +++ b/docusign_esign/models/authentication_method.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AuthenticationMethod(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, authentication_type=None, last_provider=None, last_timestamp=None, total_count=None): - """ - AuthenticationMethod - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'authentication_type': 'str', - 'last_provider': 'str', - 'last_timestamp': 'str', - 'total_count': 'str' - } - - self.attribute_map = { - 'authentication_type': 'authenticationType', - 'last_provider': 'lastProvider', - 'last_timestamp': 'lastTimestamp', - 'total_count': 'totalCount' - } - self._authentication_type = authentication_type - self._last_provider = last_provider - self._last_timestamp = last_timestamp - self._total_count = total_count + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'authentication_type': 'str', + 'last_provider': 'str', + 'last_timestamp': 'str', + 'total_count': 'str' + } + + attribute_map = { + 'authentication_type': 'authenticationType', + 'last_provider': 'lastProvider', + 'last_timestamp': 'lastTimestamp', + 'total_count': 'totalCount' + } + + def __init__(self, authentication_type=None, last_provider=None, last_timestamp=None, total_count=None): # noqa: E501 + """AuthenticationMethod - a model defined in Swagger""" # noqa: E501 + + self._authentication_type = None + self._last_provider = None + self._last_timestamp = None + self._total_count = None + self.discriminator = None + + if authentication_type is not None: + self.authentication_type = authentication_type + if last_provider is not None: + self.last_provider = last_provider + if last_timestamp is not None: + self.last_timestamp = last_timestamp + if total_count is not None: + self.total_count = total_count @property def authentication_type(self): - """ - Gets the authentication_type of this AuthenticationMethod. - Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. + """Gets the authentication_type of this AuthenticationMethod. # noqa: E501 - :return: The authentication_type of this AuthenticationMethod. + Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. # noqa: E501 + + :return: The authentication_type of this AuthenticationMethod. # noqa: E501 :rtype: str """ return self._authentication_type @authentication_type.setter def authentication_type(self, authentication_type): - """ - Sets the authentication_type of this AuthenticationMethod. - Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. + """Sets the authentication_type of this AuthenticationMethod. - :param authentication_type: The authentication_type of this AuthenticationMethod. + Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. # noqa: E501 + + :param authentication_type: The authentication_type of this AuthenticationMethod. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def authentication_type(self, authentication_type): @property def last_provider(self): - """ - Gets the last_provider of this AuthenticationMethod. - The last provider that authenticated the user. + """Gets the last_provider of this AuthenticationMethod. # noqa: E501 + + The last provider that authenticated the user. # noqa: E501 - :return: The last_provider of this AuthenticationMethod. + :return: The last_provider of this AuthenticationMethod. # noqa: E501 :rtype: str """ return self._last_provider @last_provider.setter def last_provider(self, last_provider): - """ - Sets the last_provider of this AuthenticationMethod. - The last provider that authenticated the user. + """Sets the last_provider of this AuthenticationMethod. + + The last provider that authenticated the user. # noqa: E501 - :param last_provider: The last_provider of this AuthenticationMethod. + :param last_provider: The last_provider of this AuthenticationMethod. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def last_provider(self, last_provider): @property def last_timestamp(self): - """ - Gets the last_timestamp of this AuthenticationMethod. - The data and time the user last used the authentication method. + """Gets the last_timestamp of this AuthenticationMethod. # noqa: E501 + + The data and time the user last used the authentication method. # noqa: E501 - :return: The last_timestamp of this AuthenticationMethod. + :return: The last_timestamp of this AuthenticationMethod. # noqa: E501 :rtype: str """ return self._last_timestamp @last_timestamp.setter def last_timestamp(self, last_timestamp): - """ - Sets the last_timestamp of this AuthenticationMethod. - The data and time the user last used the authentication method. + """Sets the last_timestamp of this AuthenticationMethod. - :param last_timestamp: The last_timestamp of this AuthenticationMethod. + The data and time the user last used the authentication method. # noqa: E501 + + :param last_timestamp: The last_timestamp of this AuthenticationMethod. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def last_timestamp(self, last_timestamp): @property def total_count(self): - """ - Gets the total_count of this AuthenticationMethod. - The number of times the authentication method was used. + """Gets the total_count of this AuthenticationMethod. # noqa: E501 - :return: The total_count of this AuthenticationMethod. + The number of times the authentication method was used. # noqa: E501 + + :return: The total_count of this AuthenticationMethod. # noqa: E501 :rtype: str """ return self._total_count @total_count.setter def total_count(self, total_count): - """ - Sets the total_count of this AuthenticationMethod. - The number of times the authentication method was used. + """Sets the total_count of this AuthenticationMethod. + + The number of times the authentication method was used. # noqa: E501 - :param total_count: The total_count of this AuthenticationMethod. + :param total_count: The total_count of this AuthenticationMethod. # noqa: E501 :type: str """ self._total_count = total_count def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AuthenticationMethod, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AuthenticationMethod): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/authentication_status.py b/docusign_esign/models/authentication_status.py index 235bb632..72cac134 100644 --- a/docusign_esign/models/authentication_status.py +++ b/docusign_esign/models/authentication_status.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,105 +11,148 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class AuthenticationStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code_result=None, age_verify_result=None, any_social_id_result=None, facebook_result=None, google_result=None, identity_verification_result=None, id_lookup_result=None, id_questions_result=None, linkedin_result=None, live_id_result=None, ofac_result=None, open_id_result=None, phone_auth_result=None, salesforce_result=None, signature_provider_result=None, sms_auth_result=None, s_tan_pin_result=None, twitter_result=None, yahoo_result=None): - """ - AuthenticationStatus - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code_result': 'EventResult', - 'age_verify_result': 'EventResult', - 'any_social_id_result': 'EventResult', - 'facebook_result': 'EventResult', - 'google_result': 'EventResult', - 'identity_verification_result': 'EventResult', - 'id_lookup_result': 'EventResult', - 'id_questions_result': 'EventResult', - 'linkedin_result': 'EventResult', - 'live_id_result': 'EventResult', - 'ofac_result': 'EventResult', - 'open_id_result': 'EventResult', - 'phone_auth_result': 'EventResult', - 'salesforce_result': 'EventResult', - 'signature_provider_result': 'EventResult', - 'sms_auth_result': 'EventResult', - 's_tan_pin_result': 'EventResult', - 'twitter_result': 'EventResult', - 'yahoo_result': 'EventResult' - } - - self.attribute_map = { - 'access_code_result': 'accessCodeResult', - 'age_verify_result': 'ageVerifyResult', - 'any_social_id_result': 'anySocialIDResult', - 'facebook_result': 'facebookResult', - 'google_result': 'googleResult', - 'identity_verification_result': 'identityVerificationResult', - 'id_lookup_result': 'idLookupResult', - 'id_questions_result': 'idQuestionsResult', - 'linkedin_result': 'linkedinResult', - 'live_id_result': 'liveIDResult', - 'ofac_result': 'ofacResult', - 'open_id_result': 'openIDResult', - 'phone_auth_result': 'phoneAuthResult', - 'salesforce_result': 'salesforceResult', - 'signature_provider_result': 'signatureProviderResult', - 'sms_auth_result': 'smsAuthResult', - 's_tan_pin_result': 'sTANPinResult', - 'twitter_result': 'twitterResult', - 'yahoo_result': 'yahooResult' - } - self._access_code_result = access_code_result - self._age_verify_result = age_verify_result - self._any_social_id_result = any_social_id_result - self._facebook_result = facebook_result - self._google_result = google_result - self._identity_verification_result = identity_verification_result - self._id_lookup_result = id_lookup_result - self._id_questions_result = id_questions_result - self._linkedin_result = linkedin_result - self._live_id_result = live_id_result - self._ofac_result = ofac_result - self._open_id_result = open_id_result - self._phone_auth_result = phone_auth_result - self._salesforce_result = salesforce_result - self._signature_provider_result = signature_provider_result - self._sms_auth_result = sms_auth_result - self._s_tan_pin_result = s_tan_pin_result - self._twitter_result = twitter_result - self._yahoo_result = yahoo_result + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code_result': 'EventResult', + 'age_verify_result': 'EventResult', + 'any_social_id_result': 'EventResult', + 'facebook_result': 'EventResult', + 'google_result': 'EventResult', + 'identity_verification_result': 'EventResult', + 'id_lookup_result': 'EventResult', + 'id_questions_result': 'EventResult', + 'linkedin_result': 'EventResult', + 'live_id_result': 'EventResult', + 'ofac_result': 'EventResult', + 'open_id_result': 'EventResult', + 'phone_auth_result': 'EventResult', + 'salesforce_result': 'EventResult', + 'signature_provider_result': 'EventResult', + 'sms_auth_result': 'EventResult', + 's_tan_pin_result': 'EventResult', + 'twitter_result': 'EventResult', + 'yahoo_result': 'EventResult' + } + + attribute_map = { + 'access_code_result': 'accessCodeResult', + 'age_verify_result': 'ageVerifyResult', + 'any_social_id_result': 'anySocialIDResult', + 'facebook_result': 'facebookResult', + 'google_result': 'googleResult', + 'identity_verification_result': 'identityVerificationResult', + 'id_lookup_result': 'idLookupResult', + 'id_questions_result': 'idQuestionsResult', + 'linkedin_result': 'linkedinResult', + 'live_id_result': 'liveIDResult', + 'ofac_result': 'ofacResult', + 'open_id_result': 'openIDResult', + 'phone_auth_result': 'phoneAuthResult', + 'salesforce_result': 'salesforceResult', + 'signature_provider_result': 'signatureProviderResult', + 'sms_auth_result': 'smsAuthResult', + 's_tan_pin_result': 'sTANPinResult', + 'twitter_result': 'twitterResult', + 'yahoo_result': 'yahooResult' + } + + def __init__(self, access_code_result=None, age_verify_result=None, any_social_id_result=None, facebook_result=None, google_result=None, identity_verification_result=None, id_lookup_result=None, id_questions_result=None, linkedin_result=None, live_id_result=None, ofac_result=None, open_id_result=None, phone_auth_result=None, salesforce_result=None, signature_provider_result=None, sms_auth_result=None, s_tan_pin_result=None, twitter_result=None, yahoo_result=None): # noqa: E501 + """AuthenticationStatus - a model defined in Swagger""" # noqa: E501 + + self._access_code_result = None + self._age_verify_result = None + self._any_social_id_result = None + self._facebook_result = None + self._google_result = None + self._identity_verification_result = None + self._id_lookup_result = None + self._id_questions_result = None + self._linkedin_result = None + self._live_id_result = None + self._ofac_result = None + self._open_id_result = None + self._phone_auth_result = None + self._salesforce_result = None + self._signature_provider_result = None + self._sms_auth_result = None + self._s_tan_pin_result = None + self._twitter_result = None + self._yahoo_result = None + self.discriminator = None + + if access_code_result is not None: + self.access_code_result = access_code_result + if age_verify_result is not None: + self.age_verify_result = age_verify_result + if any_social_id_result is not None: + self.any_social_id_result = any_social_id_result + if facebook_result is not None: + self.facebook_result = facebook_result + if google_result is not None: + self.google_result = google_result + if identity_verification_result is not None: + self.identity_verification_result = identity_verification_result + if id_lookup_result is not None: + self.id_lookup_result = id_lookup_result + if id_questions_result is not None: + self.id_questions_result = id_questions_result + if linkedin_result is not None: + self.linkedin_result = linkedin_result + if live_id_result is not None: + self.live_id_result = live_id_result + if ofac_result is not None: + self.ofac_result = ofac_result + if open_id_result is not None: + self.open_id_result = open_id_result + if phone_auth_result is not None: + self.phone_auth_result = phone_auth_result + if salesforce_result is not None: + self.salesforce_result = salesforce_result + if signature_provider_result is not None: + self.signature_provider_result = signature_provider_result + if sms_auth_result is not None: + self.sms_auth_result = sms_auth_result + if s_tan_pin_result is not None: + self.s_tan_pin_result = s_tan_pin_result + if twitter_result is not None: + self.twitter_result = twitter_result + if yahoo_result is not None: + self.yahoo_result = yahoo_result @property def access_code_result(self): - """ - Gets the access_code_result of this AuthenticationStatus. + """Gets the access_code_result of this AuthenticationStatus. # noqa: E501 - :return: The access_code_result of this AuthenticationStatus. + + :return: The access_code_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._access_code_result @access_code_result.setter def access_code_result(self, access_code_result): - """ - Sets the access_code_result of this AuthenticationStatus. + """Sets the access_code_result of this AuthenticationStatus. + - :param access_code_result: The access_code_result of this AuthenticationStatus. + :param access_code_result: The access_code_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -117,20 +160,20 @@ def access_code_result(self, access_code_result): @property def age_verify_result(self): - """ - Gets the age_verify_result of this AuthenticationStatus. + """Gets the age_verify_result of this AuthenticationStatus. # noqa: E501 + - :return: The age_verify_result of this AuthenticationStatus. + :return: The age_verify_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._age_verify_result @age_verify_result.setter def age_verify_result(self, age_verify_result): - """ - Sets the age_verify_result of this AuthenticationStatus. + """Sets the age_verify_result of this AuthenticationStatus. + - :param age_verify_result: The age_verify_result of this AuthenticationStatus. + :param age_verify_result: The age_verify_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -138,20 +181,20 @@ def age_verify_result(self, age_verify_result): @property def any_social_id_result(self): - """ - Gets the any_social_id_result of this AuthenticationStatus. + """Gets the any_social_id_result of this AuthenticationStatus. # noqa: E501 + - :return: The any_social_id_result of this AuthenticationStatus. + :return: The any_social_id_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._any_social_id_result @any_social_id_result.setter def any_social_id_result(self, any_social_id_result): - """ - Sets the any_social_id_result of this AuthenticationStatus. + """Sets the any_social_id_result of this AuthenticationStatus. - :param any_social_id_result: The any_social_id_result of this AuthenticationStatus. + + :param any_social_id_result: The any_social_id_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -159,20 +202,20 @@ def any_social_id_result(self, any_social_id_result): @property def facebook_result(self): - """ - Gets the facebook_result of this AuthenticationStatus. + """Gets the facebook_result of this AuthenticationStatus. # noqa: E501 - :return: The facebook_result of this AuthenticationStatus. + + :return: The facebook_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._facebook_result @facebook_result.setter def facebook_result(self, facebook_result): - """ - Sets the facebook_result of this AuthenticationStatus. + """Sets the facebook_result of this AuthenticationStatus. - :param facebook_result: The facebook_result of this AuthenticationStatus. + + :param facebook_result: The facebook_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -180,20 +223,20 @@ def facebook_result(self, facebook_result): @property def google_result(self): - """ - Gets the google_result of this AuthenticationStatus. + """Gets the google_result of this AuthenticationStatus. # noqa: E501 + - :return: The google_result of this AuthenticationStatus. + :return: The google_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._google_result @google_result.setter def google_result(self, google_result): - """ - Sets the google_result of this AuthenticationStatus. + """Sets the google_result of this AuthenticationStatus. + - :param google_result: The google_result of this AuthenticationStatus. + :param google_result: The google_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -201,20 +244,20 @@ def google_result(self, google_result): @property def identity_verification_result(self): - """ - Gets the identity_verification_result of this AuthenticationStatus. + """Gets the identity_verification_result of this AuthenticationStatus. # noqa: E501 + - :return: The identity_verification_result of this AuthenticationStatus. + :return: The identity_verification_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._identity_verification_result @identity_verification_result.setter def identity_verification_result(self, identity_verification_result): - """ - Sets the identity_verification_result of this AuthenticationStatus. + """Sets the identity_verification_result of this AuthenticationStatus. + - :param identity_verification_result: The identity_verification_result of this AuthenticationStatus. + :param identity_verification_result: The identity_verification_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -222,20 +265,20 @@ def identity_verification_result(self, identity_verification_result): @property def id_lookup_result(self): - """ - Gets the id_lookup_result of this AuthenticationStatus. + """Gets the id_lookup_result of this AuthenticationStatus. # noqa: E501 - :return: The id_lookup_result of this AuthenticationStatus. + + :return: The id_lookup_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._id_lookup_result @id_lookup_result.setter def id_lookup_result(self, id_lookup_result): - """ - Sets the id_lookup_result of this AuthenticationStatus. + """Sets the id_lookup_result of this AuthenticationStatus. - :param id_lookup_result: The id_lookup_result of this AuthenticationStatus. + + :param id_lookup_result: The id_lookup_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -243,20 +286,20 @@ def id_lookup_result(self, id_lookup_result): @property def id_questions_result(self): - """ - Gets the id_questions_result of this AuthenticationStatus. + """Gets the id_questions_result of this AuthenticationStatus. # noqa: E501 - :return: The id_questions_result of this AuthenticationStatus. + + :return: The id_questions_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._id_questions_result @id_questions_result.setter def id_questions_result(self, id_questions_result): - """ - Sets the id_questions_result of this AuthenticationStatus. + """Sets the id_questions_result of this AuthenticationStatus. + - :param id_questions_result: The id_questions_result of this AuthenticationStatus. + :param id_questions_result: The id_questions_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -264,20 +307,20 @@ def id_questions_result(self, id_questions_result): @property def linkedin_result(self): - """ - Gets the linkedin_result of this AuthenticationStatus. + """Gets the linkedin_result of this AuthenticationStatus. # noqa: E501 + - :return: The linkedin_result of this AuthenticationStatus. + :return: The linkedin_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._linkedin_result @linkedin_result.setter def linkedin_result(self, linkedin_result): - """ - Sets the linkedin_result of this AuthenticationStatus. + """Sets the linkedin_result of this AuthenticationStatus. + - :param linkedin_result: The linkedin_result of this AuthenticationStatus. + :param linkedin_result: The linkedin_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -285,20 +328,20 @@ def linkedin_result(self, linkedin_result): @property def live_id_result(self): - """ - Gets the live_id_result of this AuthenticationStatus. + """Gets the live_id_result of this AuthenticationStatus. # noqa: E501 + - :return: The live_id_result of this AuthenticationStatus. + :return: The live_id_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._live_id_result @live_id_result.setter def live_id_result(self, live_id_result): - """ - Sets the live_id_result of this AuthenticationStatus. + """Sets the live_id_result of this AuthenticationStatus. - :param live_id_result: The live_id_result of this AuthenticationStatus. + + :param live_id_result: The live_id_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -306,20 +349,20 @@ def live_id_result(self, live_id_result): @property def ofac_result(self): - """ - Gets the ofac_result of this AuthenticationStatus. + """Gets the ofac_result of this AuthenticationStatus. # noqa: E501 - :return: The ofac_result of this AuthenticationStatus. + + :return: The ofac_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._ofac_result @ofac_result.setter def ofac_result(self, ofac_result): - """ - Sets the ofac_result of this AuthenticationStatus. + """Sets the ofac_result of this AuthenticationStatus. - :param ofac_result: The ofac_result of this AuthenticationStatus. + + :param ofac_result: The ofac_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -327,20 +370,20 @@ def ofac_result(self, ofac_result): @property def open_id_result(self): - """ - Gets the open_id_result of this AuthenticationStatus. + """Gets the open_id_result of this AuthenticationStatus. # noqa: E501 + - :return: The open_id_result of this AuthenticationStatus. + :return: The open_id_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._open_id_result @open_id_result.setter def open_id_result(self, open_id_result): - """ - Sets the open_id_result of this AuthenticationStatus. + """Sets the open_id_result of this AuthenticationStatus. + - :param open_id_result: The open_id_result of this AuthenticationStatus. + :param open_id_result: The open_id_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -348,20 +391,20 @@ def open_id_result(self, open_id_result): @property def phone_auth_result(self): - """ - Gets the phone_auth_result of this AuthenticationStatus. + """Gets the phone_auth_result of this AuthenticationStatus. # noqa: E501 + - :return: The phone_auth_result of this AuthenticationStatus. + :return: The phone_auth_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._phone_auth_result @phone_auth_result.setter def phone_auth_result(self, phone_auth_result): - """ - Sets the phone_auth_result of this AuthenticationStatus. + """Sets the phone_auth_result of this AuthenticationStatus. + - :param phone_auth_result: The phone_auth_result of this AuthenticationStatus. + :param phone_auth_result: The phone_auth_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -369,20 +412,20 @@ def phone_auth_result(self, phone_auth_result): @property def salesforce_result(self): - """ - Gets the salesforce_result of this AuthenticationStatus. + """Gets the salesforce_result of this AuthenticationStatus. # noqa: E501 - :return: The salesforce_result of this AuthenticationStatus. + + :return: The salesforce_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._salesforce_result @salesforce_result.setter def salesforce_result(self, salesforce_result): - """ - Sets the salesforce_result of this AuthenticationStatus. + """Sets the salesforce_result of this AuthenticationStatus. - :param salesforce_result: The salesforce_result of this AuthenticationStatus. + + :param salesforce_result: The salesforce_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -390,20 +433,20 @@ def salesforce_result(self, salesforce_result): @property def signature_provider_result(self): - """ - Gets the signature_provider_result of this AuthenticationStatus. + """Gets the signature_provider_result of this AuthenticationStatus. # noqa: E501 - :return: The signature_provider_result of this AuthenticationStatus. + + :return: The signature_provider_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._signature_provider_result @signature_provider_result.setter def signature_provider_result(self, signature_provider_result): - """ - Sets the signature_provider_result of this AuthenticationStatus. + """Sets the signature_provider_result of this AuthenticationStatus. + - :param signature_provider_result: The signature_provider_result of this AuthenticationStatus. + :param signature_provider_result: The signature_provider_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -411,20 +454,20 @@ def signature_provider_result(self, signature_provider_result): @property def sms_auth_result(self): - """ - Gets the sms_auth_result of this AuthenticationStatus. + """Gets the sms_auth_result of this AuthenticationStatus. # noqa: E501 + - :return: The sms_auth_result of this AuthenticationStatus. + :return: The sms_auth_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._sms_auth_result @sms_auth_result.setter def sms_auth_result(self, sms_auth_result): - """ - Sets the sms_auth_result of this AuthenticationStatus. + """Sets the sms_auth_result of this AuthenticationStatus. + - :param sms_auth_result: The sms_auth_result of this AuthenticationStatus. + :param sms_auth_result: The sms_auth_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -432,20 +475,20 @@ def sms_auth_result(self, sms_auth_result): @property def s_tan_pin_result(self): - """ - Gets the s_tan_pin_result of this AuthenticationStatus. + """Gets the s_tan_pin_result of this AuthenticationStatus. # noqa: E501 + - :return: The s_tan_pin_result of this AuthenticationStatus. + :return: The s_tan_pin_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._s_tan_pin_result @s_tan_pin_result.setter def s_tan_pin_result(self, s_tan_pin_result): - """ - Sets the s_tan_pin_result of this AuthenticationStatus. + """Sets the s_tan_pin_result of this AuthenticationStatus. - :param s_tan_pin_result: The s_tan_pin_result of this AuthenticationStatus. + + :param s_tan_pin_result: The s_tan_pin_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -453,20 +496,20 @@ def s_tan_pin_result(self, s_tan_pin_result): @property def twitter_result(self): - """ - Gets the twitter_result of this AuthenticationStatus. + """Gets the twitter_result of this AuthenticationStatus. # noqa: E501 - :return: The twitter_result of this AuthenticationStatus. + + :return: The twitter_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._twitter_result @twitter_result.setter def twitter_result(self, twitter_result): - """ - Sets the twitter_result of this AuthenticationStatus. + """Sets the twitter_result of this AuthenticationStatus. - :param twitter_result: The twitter_result of this AuthenticationStatus. + + :param twitter_result: The twitter_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ @@ -474,32 +517,30 @@ def twitter_result(self, twitter_result): @property def yahoo_result(self): - """ - Gets the yahoo_result of this AuthenticationStatus. + """Gets the yahoo_result of this AuthenticationStatus. # noqa: E501 + - :return: The yahoo_result of this AuthenticationStatus. + :return: The yahoo_result of this AuthenticationStatus. # noqa: E501 :rtype: EventResult """ return self._yahoo_result @yahoo_result.setter def yahoo_result(self, yahoo_result): - """ - Sets the yahoo_result of this AuthenticationStatus. + """Sets the yahoo_result of this AuthenticationStatus. + - :param yahoo_result: The yahoo_result of this AuthenticationStatus. + :param yahoo_result: The yahoo_result of this AuthenticationStatus. # noqa: E501 :type: EventResult """ self._yahoo_result = yahoo_result def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -516,29 +557,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(AuthenticationStatus, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, AuthenticationStatus): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bcc_email_address.py b/docusign_esign/models/bcc_email_address.py index e2c17bf6..e21f7781 100644 --- a/docusign_esign/models/bcc_email_address.py +++ b/docusign_esign/models/bcc_email_address.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BccEmailAddress(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bcc_email_address_id=None, email=None): - """ - BccEmailAddress - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bcc_email_address_id': 'str', - 'email': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bcc_email_address_id': 'str', + 'email': 'str' + } - self.attribute_map = { - 'bcc_email_address_id': 'bccEmailAddressId', - 'email': 'email' - } + attribute_map = { + 'bcc_email_address_id': 'bccEmailAddressId', + 'email': 'email' + } - self._bcc_email_address_id = bcc_email_address_id - self._email = email + def __init__(self, bcc_email_address_id=None, email=None): # noqa: E501 + """BccEmailAddress - a model defined in Swagger""" # noqa: E501 + + self._bcc_email_address_id = None + self._email = None + self.discriminator = None + + if bcc_email_address_id is not None: + self.bcc_email_address_id = bcc_email_address_id + if email is not None: + self.email = email @property def bcc_email_address_id(self): - """ - Gets the bcc_email_address_id of this BccEmailAddress. - Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. Example: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address. + """Gets the bcc_email_address_id of this BccEmailAddress. # noqa: E501 - :return: The bcc_email_address_id of this BccEmailAddress. + Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. Example: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address. # noqa: E501 + + :return: The bcc_email_address_id of this BccEmailAddress. # noqa: E501 :rtype: str """ return self._bcc_email_address_id @bcc_email_address_id.setter def bcc_email_address_id(self, bcc_email_address_id): - """ - Sets the bcc_email_address_id of this BccEmailAddress. - Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. Example: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address. + """Sets the bcc_email_address_id of this BccEmailAddress. + + Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. Example: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address. # noqa: E501 - :param bcc_email_address_id: The bcc_email_address_id of this BccEmailAddress. + :param bcc_email_address_id: The bcc_email_address_id of this BccEmailAddress. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def bcc_email_address_id(self, bcc_email_address_id): @property def email(self): - """ - Gets the email of this BccEmailAddress. - Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope. Maximum of length: 100 characters. + """Gets the email of this BccEmailAddress. # noqa: E501 + + Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope. Maximum of length: 100 characters. # noqa: E501 - :return: The email of this BccEmailAddress. + :return: The email of this BccEmailAddress. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BccEmailAddress. - Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope. Maximum of length: 100 characters. + """Sets the email of this BccEmailAddress. + + Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope. Maximum of length: 100 characters. # noqa: E501 - :param email: The email of this BccEmailAddress. + :param email: The email of this BccEmailAddress. # noqa: E501 :type: str """ self._email = email def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BccEmailAddress, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BccEmailAddress): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bcc_email_archive.py b/docusign_esign/models/bcc_email_archive.py index a9ae4892..376cb123 100644 --- a/docusign_esign/models/bcc_email_archive.py +++ b/docusign_esign/models/bcc_email_archive.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BccEmailArchive(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, bcc_email_archive_id=None, created=None, created_by=None, email=None, email_notification_id=None, modified=None, modified_by=None, status=None, uri=None): - """ - BccEmailArchive - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'bcc_email_archive_id': 'str', - 'created': 'str', - 'created_by': 'UserInfo', - 'email': 'str', - 'email_notification_id': 'str', - 'modified': 'str', - 'modified_by': 'UserInfo', - 'status': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'bcc_email_archive_id': 'bccEmailArchiveId', - 'created': 'created', - 'created_by': 'createdBy', - 'email': 'email', - 'email_notification_id': 'emailNotificationId', - 'modified': 'modified', - 'modified_by': 'modifiedBy', - 'status': 'status', - 'uri': 'uri' - } - - self._account_id = account_id - self._bcc_email_archive_id = bcc_email_archive_id - self._created = created - self._created_by = created_by - self._email = email - self._email_notification_id = email_notification_id - self._modified = modified - self._modified_by = modified_by - self._status = status - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'bcc_email_archive_id': 'str', + 'created': 'str', + 'created_by': 'UserInfo', + 'email': 'str', + 'email_notification_id': 'str', + 'modified': 'str', + 'modified_by': 'UserInfo', + 'status': 'str', + 'uri': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'bcc_email_archive_id': 'bccEmailArchiveId', + 'created': 'created', + 'created_by': 'createdBy', + 'email': 'email', + 'email_notification_id': 'emailNotificationId', + 'modified': 'modified', + 'modified_by': 'modifiedBy', + 'status': 'status', + 'uri': 'uri' + } + + def __init__(self, account_id=None, bcc_email_archive_id=None, created=None, created_by=None, email=None, email_notification_id=None, modified=None, modified_by=None, status=None, uri=None): # noqa: E501 + """BccEmailArchive - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._bcc_email_archive_id = None + self._created = None + self._created_by = None + self._email = None + self._email_notification_id = None + self._modified = None + self._modified_by = None + self._status = None + self._uri = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if bcc_email_archive_id is not None: + self.bcc_email_archive_id = bcc_email_archive_id + if created is not None: + self.created = created + if created_by is not None: + self.created_by = created_by + if email is not None: + self.email = email + if email_notification_id is not None: + self.email_notification_id = email_notification_id + if modified is not None: + self.modified = modified + if modified_by is not None: + self.modified_by = modified_by + if status is not None: + self.status = status + if uri is not None: + self.uri = uri @property def account_id(self): - """ - Gets the account_id of this BccEmailArchive. - The account ID associated with the envelope. + """Gets the account_id of this BccEmailArchive. # noqa: E501 + + The account ID associated with the envelope. # noqa: E501 - :return: The account_id of this BccEmailArchive. + :return: The account_id of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this BccEmailArchive. - The account ID associated with the envelope. + """Sets the account_id of this BccEmailArchive. - :param account_id: The account_id of this BccEmailArchive. + The account ID associated with the envelope. # noqa: E501 + + :param account_id: The account_id of this BccEmailArchive. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def account_id(self, account_id): @property def bcc_email_archive_id(self): - """ - Gets the bcc_email_archive_id of this BccEmailArchive. - + """Gets the bcc_email_archive_id of this BccEmailArchive. # noqa: E501 - :return: The bcc_email_archive_id of this BccEmailArchive. + # noqa: E501 + + :return: The bcc_email_archive_id of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._bcc_email_archive_id @bcc_email_archive_id.setter def bcc_email_archive_id(self, bcc_email_archive_id): - """ - Sets the bcc_email_archive_id of this BccEmailArchive. - + """Sets the bcc_email_archive_id of this BccEmailArchive. - :param bcc_email_archive_id: The bcc_email_archive_id of this BccEmailArchive. + # noqa: E501 + + :param bcc_email_archive_id: The bcc_email_archive_id of this BccEmailArchive. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def bcc_email_archive_id(self, bcc_email_archive_id): @property def created(self): - """ - Gets the created of this BccEmailArchive. - + """Gets the created of this BccEmailArchive. # noqa: E501 - :return: The created of this BccEmailArchive. + # noqa: E501 + + :return: The created of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this BccEmailArchive. - + """Sets the created of this BccEmailArchive. - :param created: The created of this BccEmailArchive. + # noqa: E501 + + :param created: The created of this BccEmailArchive. # noqa: E501 :type: str """ @@ -138,20 +163,20 @@ def created(self, created): @property def created_by(self): - """ - Gets the created_by of this BccEmailArchive. + """Gets the created_by of this BccEmailArchive. # noqa: E501 - :return: The created_by of this BccEmailArchive. + + :return: The created_by of this BccEmailArchive. # noqa: E501 :rtype: UserInfo """ return self._created_by @created_by.setter def created_by(self, created_by): - """ - Sets the created_by of this BccEmailArchive. + """Sets the created_by of this BccEmailArchive. - :param created_by: The created_by of this BccEmailArchive. + + :param created_by: The created_by of this BccEmailArchive. # noqa: E501 :type: UserInfo """ @@ -159,22 +184,22 @@ def created_by(self, created_by): @property def email(self): - """ - Gets the email of this BccEmailArchive. - + """Gets the email of this BccEmailArchive. # noqa: E501 - :return: The email of this BccEmailArchive. + # noqa: E501 + + :return: The email of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BccEmailArchive. - + """Sets the email of this BccEmailArchive. + + # noqa: E501 - :param email: The email of this BccEmailArchive. + :param email: The email of this BccEmailArchive. # noqa: E501 :type: str """ @@ -182,22 +207,22 @@ def email(self, email): @property def email_notification_id(self): - """ - Gets the email_notification_id of this BccEmailArchive. - + """Gets the email_notification_id of this BccEmailArchive. # noqa: E501 + + # noqa: E501 - :return: The email_notification_id of this BccEmailArchive. + :return: The email_notification_id of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._email_notification_id @email_notification_id.setter def email_notification_id(self, email_notification_id): - """ - Sets the email_notification_id of this BccEmailArchive. - + """Sets the email_notification_id of this BccEmailArchive. + + # noqa: E501 - :param email_notification_id: The email_notification_id of this BccEmailArchive. + :param email_notification_id: The email_notification_id of this BccEmailArchive. # noqa: E501 :type: str """ @@ -205,22 +230,22 @@ def email_notification_id(self, email_notification_id): @property def modified(self): - """ - Gets the modified of this BccEmailArchive. - + """Gets the modified of this BccEmailArchive. # noqa: E501 + + # noqa: E501 - :return: The modified of this BccEmailArchive. + :return: The modified of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._modified @modified.setter def modified(self, modified): - """ - Sets the modified of this BccEmailArchive. - + """Sets the modified of this BccEmailArchive. + + # noqa: E501 - :param modified: The modified of this BccEmailArchive. + :param modified: The modified of this BccEmailArchive. # noqa: E501 :type: str """ @@ -228,20 +253,20 @@ def modified(self, modified): @property def modified_by(self): - """ - Gets the modified_by of this BccEmailArchive. + """Gets the modified_by of this BccEmailArchive. # noqa: E501 + - :return: The modified_by of this BccEmailArchive. + :return: The modified_by of this BccEmailArchive. # noqa: E501 :rtype: UserInfo """ return self._modified_by @modified_by.setter def modified_by(self, modified_by): - """ - Sets the modified_by of this BccEmailArchive. + """Sets the modified_by of this BccEmailArchive. + - :param modified_by: The modified_by of this BccEmailArchive. + :param modified_by: The modified_by of this BccEmailArchive. # noqa: E501 :type: UserInfo """ @@ -249,22 +274,22 @@ def modified_by(self, modified_by): @property def status(self): - """ - Gets the status of this BccEmailArchive. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this BccEmailArchive. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this BccEmailArchive. + :return: The status of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this BccEmailArchive. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this BccEmailArchive. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this BccEmailArchive. + :param status: The status of this BccEmailArchive. # noqa: E501 :type: str """ @@ -272,34 +297,32 @@ def status(self, status): @property def uri(self): - """ - Gets the uri of this BccEmailArchive. - + """Gets the uri of this BccEmailArchive. # noqa: E501 - :return: The uri of this BccEmailArchive. + # noqa: E501 + + :return: The uri of this BccEmailArchive. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this BccEmailArchive. - + """Sets the uri of this BccEmailArchive. - :param uri: The uri of this BccEmailArchive. + # noqa: E501 + + :param uri: The uri of this BccEmailArchive. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -316,29 +339,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BccEmailArchive, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BccEmailArchive): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bcc_email_archive_history.py b/docusign_esign/models/bcc_email_archive_history.py index 4fe3d58a..cd19fb81 100644 --- a/docusign_esign/models/bcc_email_archive_history.py +++ b/docusign_esign/models/bcc_email_archive_history.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BccEmailArchiveHistory(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, action=None, email=None, modified=None, modified_by=None, status=None): - """ - BccEmailArchiveHistory - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'action': 'str', - 'email': 'str', - 'modified': 'str', - 'modified_by': 'UserInfo', - 'status': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'action': 'action', - 'email': 'email', - 'modified': 'modified', - 'modified_by': 'modifiedBy', - 'status': 'status' - } - - self._account_id = account_id - self._action = action - self._email = email - self._modified = modified - self._modified_by = modified_by - self._status = status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'action': 'str', + 'email': 'str', + 'modified': 'str', + 'modified_by': 'UserInfo', + 'status': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'action': 'action', + 'email': 'email', + 'modified': 'modified', + 'modified_by': 'modifiedBy', + 'status': 'status' + } + + def __init__(self, account_id=None, action=None, email=None, modified=None, modified_by=None, status=None): # noqa: E501 + """BccEmailArchiveHistory - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._action = None + self._email = None + self._modified = None + self._modified_by = None + self._status = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if action is not None: + self.action = action + if email is not None: + self.email = email + if modified is not None: + self.modified = modified + if modified_by is not None: + self.modified_by = modified_by + if status is not None: + self.status = status @property def account_id(self): - """ - Gets the account_id of this BccEmailArchiveHistory. - The account ID associated with the envelope. + """Gets the account_id of this BccEmailArchiveHistory. # noqa: E501 + + The account ID associated with the envelope. # noqa: E501 - :return: The account_id of this BccEmailArchiveHistory. + :return: The account_id of this BccEmailArchiveHistory. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this BccEmailArchiveHistory. - The account ID associated with the envelope. + """Sets the account_id of this BccEmailArchiveHistory. + + The account ID associated with the envelope. # noqa: E501 - :param account_id: The account_id of this BccEmailArchiveHistory. + :param account_id: The account_id of this BccEmailArchiveHistory. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def account_id(self, account_id): @property def action(self): - """ - Gets the action of this BccEmailArchiveHistory. - + """Gets the action of this BccEmailArchiveHistory. # noqa: E501 - :return: The action of this BccEmailArchiveHistory. + # noqa: E501 + + :return: The action of this BccEmailArchiveHistory. # noqa: E501 :rtype: str """ return self._action @action.setter def action(self, action): - """ - Sets the action of this BccEmailArchiveHistory. - + """Sets the action of this BccEmailArchiveHistory. + + # noqa: E501 - :param action: The action of this BccEmailArchiveHistory. + :param action: The action of this BccEmailArchiveHistory. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def action(self, action): @property def email(self): - """ - Gets the email of this BccEmailArchiveHistory. - + """Gets the email of this BccEmailArchiveHistory. # noqa: E501 + + # noqa: E501 - :return: The email of this BccEmailArchiveHistory. + :return: The email of this BccEmailArchiveHistory. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BccEmailArchiveHistory. - + """Sets the email of this BccEmailArchiveHistory. - :param email: The email of this BccEmailArchiveHistory. + # noqa: E501 + + :param email: The email of this BccEmailArchiveHistory. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def email(self, email): @property def modified(self): - """ - Gets the modified of this BccEmailArchiveHistory. - + """Gets the modified of this BccEmailArchiveHistory. # noqa: E501 + + # noqa: E501 - :return: The modified of this BccEmailArchiveHistory. + :return: The modified of this BccEmailArchiveHistory. # noqa: E501 :rtype: str """ return self._modified @modified.setter def modified(self, modified): - """ - Sets the modified of this BccEmailArchiveHistory. - + """Sets the modified of this BccEmailArchiveHistory. + + # noqa: E501 - :param modified: The modified of this BccEmailArchiveHistory. + :param modified: The modified of this BccEmailArchiveHistory. # noqa: E501 :type: str """ @@ -149,20 +166,20 @@ def modified(self, modified): @property def modified_by(self): - """ - Gets the modified_by of this BccEmailArchiveHistory. + """Gets the modified_by of this BccEmailArchiveHistory. # noqa: E501 - :return: The modified_by of this BccEmailArchiveHistory. + + :return: The modified_by of this BccEmailArchiveHistory. # noqa: E501 :rtype: UserInfo """ return self._modified_by @modified_by.setter def modified_by(self, modified_by): - """ - Sets the modified_by of this BccEmailArchiveHistory. + """Sets the modified_by of this BccEmailArchiveHistory. + - :param modified_by: The modified_by of this BccEmailArchiveHistory. + :param modified_by: The modified_by of this BccEmailArchiveHistory. # noqa: E501 :type: UserInfo """ @@ -170,34 +187,32 @@ def modified_by(self, modified_by): @property def status(self): - """ - Gets the status of this BccEmailArchiveHistory. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this BccEmailArchiveHistory. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this BccEmailArchiveHistory. + :return: The status of this BccEmailArchiveHistory. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this BccEmailArchiveHistory. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this BccEmailArchiveHistory. - :param status: The status of this BccEmailArchiveHistory. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this BccEmailArchiveHistory. # noqa: E501 :type: str """ self._status = status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -214,29 +229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BccEmailArchiveHistory, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BccEmailArchiveHistory): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bcc_email_archive_history_list.py b/docusign_esign/models/bcc_email_archive_history_list.py index f6099c53..136b259a 100644 --- a/docusign_esign/models/bcc_email_archive_history_list.py +++ b/docusign_esign/models/bcc_email_archive_history_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BccEmailArchiveHistoryList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bcc_email_archive_history=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - BccEmailArchiveHistoryList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bcc_email_archive_history': 'list[BccEmailArchiveHistory]', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'bcc_email_archive_history': 'bccEmailArchiveHistory', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._bcc_email_archive_history = bcc_email_archive_history - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bcc_email_archive_history': 'list[BccEmailArchiveHistory]', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'bcc_email_archive_history': 'bccEmailArchiveHistory', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, bcc_email_archive_history=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """BccEmailArchiveHistoryList - a model defined in Swagger""" # noqa: E501 + + self._bcc_email_archive_history = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if bcc_email_archive_history is not None: + self.bcc_email_archive_history = bcc_email_archive_history + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def bcc_email_archive_history(self): - """ - Gets the bcc_email_archive_history of this BccEmailArchiveHistoryList. - + """Gets the bcc_email_archive_history of this BccEmailArchiveHistoryList. # noqa: E501 - :return: The bcc_email_archive_history of this BccEmailArchiveHistoryList. + # noqa: E501 + + :return: The bcc_email_archive_history of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: list[BccEmailArchiveHistory] """ return self._bcc_email_archive_history @bcc_email_archive_history.setter def bcc_email_archive_history(self, bcc_email_archive_history): - """ - Sets the bcc_email_archive_history of this BccEmailArchiveHistoryList. - + """Sets the bcc_email_archive_history of this BccEmailArchiveHistoryList. - :param bcc_email_archive_history: The bcc_email_archive_history of this BccEmailArchiveHistoryList. + # noqa: E501 + + :param bcc_email_archive_history: The bcc_email_archive_history of this BccEmailArchiveHistoryList. # noqa: E501 :type: list[BccEmailArchiveHistory] """ @@ -83,22 +102,22 @@ def bcc_email_archive_history(self, bcc_email_archive_history): @property def end_position(self): - """ - Gets the end_position of this BccEmailArchiveHistoryList. - The last position in the result set. + """Gets the end_position of this BccEmailArchiveHistoryList. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this BccEmailArchiveHistoryList. + :return: The end_position of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this BccEmailArchiveHistoryList. - The last position in the result set. + """Sets the end_position of this BccEmailArchiveHistoryList. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this BccEmailArchiveHistoryList. + :param end_position: The end_position of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this BccEmailArchiveHistoryList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BccEmailArchiveHistoryList. # noqa: E501 - :return: The next_uri of this BccEmailArchiveHistoryList. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BccEmailArchiveHistoryList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BccEmailArchiveHistoryList. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BccEmailArchiveHistoryList. + :param next_uri: The next_uri of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BccEmailArchiveHistoryList. - The postal code for the billing address. + """Gets the previous_uri of this BccEmailArchiveHistoryList. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this BccEmailArchiveHistoryList. + :return: The previous_uri of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BccEmailArchiveHistoryList. - The postal code for the billing address. + """Sets the previous_uri of this BccEmailArchiveHistoryList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this BccEmailArchiveHistoryList. + :param previous_uri: The previous_uri of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this BccEmailArchiveHistoryList. - The number of results returned in this response. + """Gets the result_set_size of this BccEmailArchiveHistoryList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this BccEmailArchiveHistoryList. + :return: The result_set_size of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this BccEmailArchiveHistoryList. - The number of results returned in this response. + """Sets the result_set_size of this BccEmailArchiveHistoryList. - :param result_set_size: The result_set_size of this BccEmailArchiveHistoryList. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this BccEmailArchiveHistoryList. - Starting position of the current result set. + """Gets the start_position of this BccEmailArchiveHistoryList. # noqa: E501 - :return: The start_position of this BccEmailArchiveHistoryList. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this BccEmailArchiveHistoryList. - Starting position of the current result set. + """Sets the start_position of this BccEmailArchiveHistoryList. - :param start_position: The start_position of this BccEmailArchiveHistoryList. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this BccEmailArchiveHistoryList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this BccEmailArchiveHistoryList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this BccEmailArchiveHistoryList. + :return: The total_set_size of this BccEmailArchiveHistoryList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this BccEmailArchiveHistoryList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this BccEmailArchiveHistoryList. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this BccEmailArchiveHistoryList. + :param total_set_size: The total_set_size of this BccEmailArchiveHistoryList. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BccEmailArchiveHistoryList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BccEmailArchiveHistoryList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bcc_email_archive_list.py b/docusign_esign/models/bcc_email_archive_list.py index 65146348..471057e5 100644 --- a/docusign_esign/models/bcc_email_archive_list.py +++ b/docusign_esign/models/bcc_email_archive_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BccEmailArchiveList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bcc_email_archives=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - BccEmailArchiveList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bcc_email_archives': 'list[BccEmailArchive]', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'bcc_email_archives': 'bccEmailArchives', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._bcc_email_archives = bcc_email_archives - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bcc_email_archives': 'list[BccEmailArchive]', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'bcc_email_archives': 'bccEmailArchives', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, bcc_email_archives=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """BccEmailArchiveList - a model defined in Swagger""" # noqa: E501 + + self._bcc_email_archives = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if bcc_email_archives is not None: + self.bcc_email_archives = bcc_email_archives + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def bcc_email_archives(self): - """ - Gets the bcc_email_archives of this BccEmailArchiveList. - + """Gets the bcc_email_archives of this BccEmailArchiveList. # noqa: E501 - :return: The bcc_email_archives of this BccEmailArchiveList. + # noqa: E501 + + :return: The bcc_email_archives of this BccEmailArchiveList. # noqa: E501 :rtype: list[BccEmailArchive] """ return self._bcc_email_archives @bcc_email_archives.setter def bcc_email_archives(self, bcc_email_archives): - """ - Sets the bcc_email_archives of this BccEmailArchiveList. - + """Sets the bcc_email_archives of this BccEmailArchiveList. - :param bcc_email_archives: The bcc_email_archives of this BccEmailArchiveList. + # noqa: E501 + + :param bcc_email_archives: The bcc_email_archives of this BccEmailArchiveList. # noqa: E501 :type: list[BccEmailArchive] """ @@ -83,22 +102,22 @@ def bcc_email_archives(self, bcc_email_archives): @property def end_position(self): - """ - Gets the end_position of this BccEmailArchiveList. - The last position in the result set. + """Gets the end_position of this BccEmailArchiveList. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this BccEmailArchiveList. + :return: The end_position of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this BccEmailArchiveList. - The last position in the result set. + """Sets the end_position of this BccEmailArchiveList. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this BccEmailArchiveList. + :param end_position: The end_position of this BccEmailArchiveList. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this BccEmailArchiveList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BccEmailArchiveList. # noqa: E501 - :return: The next_uri of this BccEmailArchiveList. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BccEmailArchiveList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BccEmailArchiveList. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BccEmailArchiveList. + :param next_uri: The next_uri of this BccEmailArchiveList. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BccEmailArchiveList. - The postal code for the billing address. + """Gets the previous_uri of this BccEmailArchiveList. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this BccEmailArchiveList. + :return: The previous_uri of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BccEmailArchiveList. - The postal code for the billing address. + """Sets the previous_uri of this BccEmailArchiveList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this BccEmailArchiveList. + :param previous_uri: The previous_uri of this BccEmailArchiveList. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this BccEmailArchiveList. - The number of results returned in this response. + """Gets the result_set_size of this BccEmailArchiveList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this BccEmailArchiveList. + :return: The result_set_size of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this BccEmailArchiveList. - The number of results returned in this response. + """Sets the result_set_size of this BccEmailArchiveList. - :param result_set_size: The result_set_size of this BccEmailArchiveList. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this BccEmailArchiveList. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this BccEmailArchiveList. - Starting position of the current result set. + """Gets the start_position of this BccEmailArchiveList. # noqa: E501 - :return: The start_position of this BccEmailArchiveList. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this BccEmailArchiveList. - Starting position of the current result set. + """Sets the start_position of this BccEmailArchiveList. - :param start_position: The start_position of this BccEmailArchiveList. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this BccEmailArchiveList. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this BccEmailArchiveList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this BccEmailArchiveList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this BccEmailArchiveList. + :return: The total_set_size of this BccEmailArchiveList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this BccEmailArchiveList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this BccEmailArchiveList. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this BccEmailArchiveList. + :param total_set_size: The total_set_size of this BccEmailArchiveList. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BccEmailArchiveList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BccEmailArchiveList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_charge.py b/docusign_esign/models/billing_charge.py index dd89d3a7..8c963757 100644 --- a/docusign_esign/models/billing_charge.py +++ b/docusign_esign/models/billing_charge.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingCharge(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allowed_quantity=None, blocked=None, charge_name=None, charge_type=None, charge_unit_of_measure=None, discounts=None, first_effective_date=None, included_quantity=None, incremental_quantity=None, last_effective_date=None, prices=None, unit_price=None, used_quantity=None): - """ - BillingCharge - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allowed_quantity': 'str', - 'blocked': 'str', - 'charge_name': 'str', - 'charge_type': 'str', - 'charge_unit_of_measure': 'str', - 'discounts': 'list[BillingDiscount]', - 'first_effective_date': 'str', - 'included_quantity': 'str', - 'incremental_quantity': 'str', - 'last_effective_date': 'str', - 'prices': 'list[BillingPrice]', - 'unit_price': 'str', - 'used_quantity': 'str' - } - - self.attribute_map = { - 'allowed_quantity': 'allowedQuantity', - 'blocked': 'blocked', - 'charge_name': 'chargeName', - 'charge_type': 'chargeType', - 'charge_unit_of_measure': 'chargeUnitOfMeasure', - 'discounts': 'discounts', - 'first_effective_date': 'firstEffectiveDate', - 'included_quantity': 'includedQuantity', - 'incremental_quantity': 'incrementalQuantity', - 'last_effective_date': 'lastEffectiveDate', - 'prices': 'prices', - 'unit_price': 'unitPrice', - 'used_quantity': 'usedQuantity' - } - self._allowed_quantity = allowed_quantity - self._blocked = blocked - self._charge_name = charge_name - self._charge_type = charge_type - self._charge_unit_of_measure = charge_unit_of_measure - self._discounts = discounts - self._first_effective_date = first_effective_date - self._included_quantity = included_quantity - self._incremental_quantity = incremental_quantity - self._last_effective_date = last_effective_date - self._prices = prices - self._unit_price = unit_price - self._used_quantity = used_quantity + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allowed_quantity': 'str', + 'blocked': 'str', + 'charge_name': 'str', + 'charge_type': 'str', + 'charge_unit_of_measure': 'str', + 'discounts': 'list[BillingDiscount]', + 'first_effective_date': 'str', + 'included_quantity': 'str', + 'incremental_quantity': 'str', + 'last_effective_date': 'str', + 'prices': 'list[BillingPrice]', + 'unit_price': 'str', + 'used_quantity': 'str' + } + + attribute_map = { + 'allowed_quantity': 'allowedQuantity', + 'blocked': 'blocked', + 'charge_name': 'chargeName', + 'charge_type': 'chargeType', + 'charge_unit_of_measure': 'chargeUnitOfMeasure', + 'discounts': 'discounts', + 'first_effective_date': 'firstEffectiveDate', + 'included_quantity': 'includedQuantity', + 'incremental_quantity': 'incrementalQuantity', + 'last_effective_date': 'lastEffectiveDate', + 'prices': 'prices', + 'unit_price': 'unitPrice', + 'used_quantity': 'usedQuantity' + } + + def __init__(self, allowed_quantity=None, blocked=None, charge_name=None, charge_type=None, charge_unit_of_measure=None, discounts=None, first_effective_date=None, included_quantity=None, incremental_quantity=None, last_effective_date=None, prices=None, unit_price=None, used_quantity=None): # noqa: E501 + """BillingCharge - a model defined in Swagger""" # noqa: E501 + + self._allowed_quantity = None + self._blocked = None + self._charge_name = None + self._charge_type = None + self._charge_unit_of_measure = None + self._discounts = None + self._first_effective_date = None + self._included_quantity = None + self._incremental_quantity = None + self._last_effective_date = None + self._prices = None + self._unit_price = None + self._used_quantity = None + self.discriminator = None + + if allowed_quantity is not None: + self.allowed_quantity = allowed_quantity + if blocked is not None: + self.blocked = blocked + if charge_name is not None: + self.charge_name = charge_name + if charge_type is not None: + self.charge_type = charge_type + if charge_unit_of_measure is not None: + self.charge_unit_of_measure = charge_unit_of_measure + if discounts is not None: + self.discounts = discounts + if first_effective_date is not None: + self.first_effective_date = first_effective_date + if included_quantity is not None: + self.included_quantity = included_quantity + if incremental_quantity is not None: + self.incremental_quantity = incremental_quantity + if last_effective_date is not None: + self.last_effective_date = last_effective_date + if prices is not None: + self.prices = prices + if unit_price is not None: + self.unit_price = unit_price + if used_quantity is not None: + self.used_quantity = used_quantity @property def allowed_quantity(self): - """ - Gets the allowed_quantity of this BillingCharge. - Reserved: TBD + """Gets the allowed_quantity of this BillingCharge. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The allowed_quantity of this BillingCharge. + :return: The allowed_quantity of this BillingCharge. # noqa: E501 :rtype: str """ return self._allowed_quantity @allowed_quantity.setter def allowed_quantity(self, allowed_quantity): - """ - Sets the allowed_quantity of this BillingCharge. - Reserved: TBD + """Sets the allowed_quantity of this BillingCharge. - :param allowed_quantity: The allowed_quantity of this BillingCharge. + Reserved: TBD # noqa: E501 + + :param allowed_quantity: The allowed_quantity of this BillingCharge. # noqa: E501 :type: str """ @@ -101,22 +132,22 @@ def allowed_quantity(self, allowed_quantity): @property def blocked(self): - """ - Gets the blocked of this BillingCharge. - Reserved: TBD + """Gets the blocked of this BillingCharge. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The blocked of this BillingCharge. + :return: The blocked of this BillingCharge. # noqa: E501 :rtype: str """ return self._blocked @blocked.setter def blocked(self, blocked): - """ - Sets the blocked of this BillingCharge. - Reserved: TBD + """Sets the blocked of this BillingCharge. + + Reserved: TBD # noqa: E501 - :param blocked: The blocked of this BillingCharge. + :param blocked: The blocked of this BillingCharge. # noqa: E501 :type: str """ @@ -124,22 +155,22 @@ def blocked(self, blocked): @property def charge_name(self): - """ - Gets the charge_name of this BillingCharge. - Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + """Gets the charge_name of this BillingCharge. # noqa: E501 - :return: The charge_name of this BillingCharge. + Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 + + :return: The charge_name of this BillingCharge. # noqa: E501 :rtype: str """ return self._charge_name @charge_name.setter def charge_name(self, charge_name): - """ - Sets the charge_name of this BillingCharge. - Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + """Sets the charge_name of this BillingCharge. - :param charge_name: The charge_name of this BillingCharge. + Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 + + :param charge_name: The charge_name of this BillingCharge. # noqa: E501 :type: str """ @@ -147,22 +178,22 @@ def charge_name(self, charge_name): @property def charge_type(self): - """ - Gets the charge_type of this BillingCharge. - Reserved: TBD + """Gets the charge_type of this BillingCharge. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The charge_type of this BillingCharge. + :return: The charge_type of this BillingCharge. # noqa: E501 :rtype: str """ return self._charge_type @charge_type.setter def charge_type(self, charge_type): - """ - Sets the charge_type of this BillingCharge. - Reserved: TBD + """Sets the charge_type of this BillingCharge. + + Reserved: TBD # noqa: E501 - :param charge_type: The charge_type of this BillingCharge. + :param charge_type: The charge_type of this BillingCharge. # noqa: E501 :type: str """ @@ -170,22 +201,22 @@ def charge_type(self, charge_type): @property def charge_unit_of_measure(self): - """ - Gets the charge_unit_of_measure of this BillingCharge. - Reserved: TBD + """Gets the charge_unit_of_measure of this BillingCharge. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The charge_unit_of_measure of this BillingCharge. + :return: The charge_unit_of_measure of this BillingCharge. # noqa: E501 :rtype: str """ return self._charge_unit_of_measure @charge_unit_of_measure.setter def charge_unit_of_measure(self, charge_unit_of_measure): - """ - Sets the charge_unit_of_measure of this BillingCharge. - Reserved: TBD + """Sets the charge_unit_of_measure of this BillingCharge. - :param charge_unit_of_measure: The charge_unit_of_measure of this BillingCharge. + Reserved: TBD # noqa: E501 + + :param charge_unit_of_measure: The charge_unit_of_measure of this BillingCharge. # noqa: E501 :type: str """ @@ -193,22 +224,22 @@ def charge_unit_of_measure(self, charge_unit_of_measure): @property def discounts(self): - """ - Gets the discounts of this BillingCharge. - + """Gets the discounts of this BillingCharge. # noqa: E501 - :return: The discounts of this BillingCharge. + # noqa: E501 + + :return: The discounts of this BillingCharge. # noqa: E501 :rtype: list[BillingDiscount] """ return self._discounts @discounts.setter def discounts(self, discounts): - """ - Sets the discounts of this BillingCharge. - + """Sets the discounts of this BillingCharge. + + # noqa: E501 - :param discounts: The discounts of this BillingCharge. + :param discounts: The discounts of this BillingCharge. # noqa: E501 :type: list[BillingDiscount] """ @@ -216,22 +247,22 @@ def discounts(self, discounts): @property def first_effective_date(self): - """ - Gets the first_effective_date of this BillingCharge. - + """Gets the first_effective_date of this BillingCharge. # noqa: E501 + + # noqa: E501 - :return: The first_effective_date of this BillingCharge. + :return: The first_effective_date of this BillingCharge. # noqa: E501 :rtype: str """ return self._first_effective_date @first_effective_date.setter def first_effective_date(self, first_effective_date): - """ - Sets the first_effective_date of this BillingCharge. - + """Sets the first_effective_date of this BillingCharge. - :param first_effective_date: The first_effective_date of this BillingCharge. + # noqa: E501 + + :param first_effective_date: The first_effective_date of this BillingCharge. # noqa: E501 :type: str """ @@ -239,22 +270,22 @@ def first_effective_date(self, first_effective_date): @property def included_quantity(self): - """ - Gets the included_quantity of this BillingCharge. - + """Gets the included_quantity of this BillingCharge. # noqa: E501 + + # noqa: E501 - :return: The included_quantity of this BillingCharge. + :return: The included_quantity of this BillingCharge. # noqa: E501 :rtype: str """ return self._included_quantity @included_quantity.setter def included_quantity(self, included_quantity): - """ - Sets the included_quantity of this BillingCharge. - + """Sets the included_quantity of this BillingCharge. + + # noqa: E501 - :param included_quantity: The included_quantity of this BillingCharge. + :param included_quantity: The included_quantity of this BillingCharge. # noqa: E501 :type: str """ @@ -262,22 +293,22 @@ def included_quantity(self, included_quantity): @property def incremental_quantity(self): - """ - Gets the incremental_quantity of this BillingCharge. - Reserved: TBD + """Gets the incremental_quantity of this BillingCharge. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The incremental_quantity of this BillingCharge. + :return: The incremental_quantity of this BillingCharge. # noqa: E501 :rtype: str """ return self._incremental_quantity @incremental_quantity.setter def incremental_quantity(self, incremental_quantity): - """ - Sets the incremental_quantity of this BillingCharge. - Reserved: TBD + """Sets the incremental_quantity of this BillingCharge. - :param incremental_quantity: The incremental_quantity of this BillingCharge. + Reserved: TBD # noqa: E501 + + :param incremental_quantity: The incremental_quantity of this BillingCharge. # noqa: E501 :type: str """ @@ -285,22 +316,22 @@ def incremental_quantity(self, incremental_quantity): @property def last_effective_date(self): - """ - Gets the last_effective_date of this BillingCharge. - + """Gets the last_effective_date of this BillingCharge. # noqa: E501 - :return: The last_effective_date of this BillingCharge. + # noqa: E501 + + :return: The last_effective_date of this BillingCharge. # noqa: E501 :rtype: str """ return self._last_effective_date @last_effective_date.setter def last_effective_date(self, last_effective_date): - """ - Sets the last_effective_date of this BillingCharge. - + """Sets the last_effective_date of this BillingCharge. + + # noqa: E501 - :param last_effective_date: The last_effective_date of this BillingCharge. + :param last_effective_date: The last_effective_date of this BillingCharge. # noqa: E501 :type: str """ @@ -308,22 +339,22 @@ def last_effective_date(self, last_effective_date): @property def prices(self): - """ - Gets the prices of this BillingCharge. - + """Gets the prices of this BillingCharge. # noqa: E501 + + # noqa: E501 - :return: The prices of this BillingCharge. + :return: The prices of this BillingCharge. # noqa: E501 :rtype: list[BillingPrice] """ return self._prices @prices.setter def prices(self, prices): - """ - Sets the prices of this BillingCharge. - + """Sets the prices of this BillingCharge. + + # noqa: E501 - :param prices: The prices of this BillingCharge. + :param prices: The prices of this BillingCharge. # noqa: E501 :type: list[BillingPrice] """ @@ -331,22 +362,22 @@ def prices(self, prices): @property def unit_price(self): - """ - Gets the unit_price of this BillingCharge. - Reserved: TBD + """Gets the unit_price of this BillingCharge. # noqa: E501 - :return: The unit_price of this BillingCharge. + Reserved: TBD # noqa: E501 + + :return: The unit_price of this BillingCharge. # noqa: E501 :rtype: str """ return self._unit_price @unit_price.setter def unit_price(self, unit_price): - """ - Sets the unit_price of this BillingCharge. - Reserved: TBD + """Sets the unit_price of this BillingCharge. + + Reserved: TBD # noqa: E501 - :param unit_price: The unit_price of this BillingCharge. + :param unit_price: The unit_price of this BillingCharge. # noqa: E501 :type: str """ @@ -354,34 +385,32 @@ def unit_price(self, unit_price): @property def used_quantity(self): - """ - Gets the used_quantity of this BillingCharge. - + """Gets the used_quantity of this BillingCharge. # noqa: E501 + + # noqa: E501 - :return: The used_quantity of this BillingCharge. + :return: The used_quantity of this BillingCharge. # noqa: E501 :rtype: str """ return self._used_quantity @used_quantity.setter def used_quantity(self, used_quantity): - """ - Sets the used_quantity of this BillingCharge. - + """Sets the used_quantity of this BillingCharge. - :param used_quantity: The used_quantity of this BillingCharge. + # noqa: E501 + + :param used_quantity: The used_quantity of this BillingCharge. # noqa: E501 :type: str """ self._used_quantity = used_quantity def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -398,29 +427,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingCharge, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingCharge): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_charge_response.py b/docusign_esign/models/billing_charge_response.py index 4529aa17..f623064c 100644 --- a/docusign_esign/models/billing_charge_response.py +++ b/docusign_esign/models/billing_charge_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingChargeResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_charge_items=None): - """ - BillingChargeResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_charge_items': 'list[BillingCharge]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_charge_items': 'list[BillingCharge]' + } - self.attribute_map = { - 'billing_charge_items': 'billingChargeItems' - } + attribute_map = { + 'billing_charge_items': 'billingChargeItems' + } - self._billing_charge_items = billing_charge_items + def __init__(self, billing_charge_items=None): # noqa: E501 + """BillingChargeResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_charge_items = None + self.discriminator = None + + if billing_charge_items is not None: + self.billing_charge_items = billing_charge_items @property def billing_charge_items(self): - """ - Gets the billing_charge_items of this BillingChargeResponse. - Reserved: TBD + """Gets the billing_charge_items of this BillingChargeResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_charge_items of this BillingChargeResponse. + :return: The billing_charge_items of this BillingChargeResponse. # noqa: E501 :rtype: list[BillingCharge] """ return self._billing_charge_items @billing_charge_items.setter def billing_charge_items(self, billing_charge_items): - """ - Sets the billing_charge_items of this BillingChargeResponse. - Reserved: TBD + """Sets the billing_charge_items of this BillingChargeResponse. - :param billing_charge_items: The billing_charge_items of this BillingChargeResponse. + Reserved: TBD # noqa: E501 + + :param billing_charge_items: The billing_charge_items of this BillingChargeResponse. # noqa: E501 :type: list[BillingCharge] """ self._billing_charge_items = billing_charge_items def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingChargeResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingChargeResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_discount.py b/docusign_esign/models/billing_discount.py index d7f70836..63ef6617 100644 --- a/docusign_esign/models/billing_discount.py +++ b/docusign_esign/models/billing_discount.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingDiscount(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, begin_quantity=None, discount=None, end_quantity=None): - """ - BillingDiscount - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'begin_quantity': 'str', - 'discount': 'str', - 'end_quantity': 'str' - } - - self.attribute_map = { - 'begin_quantity': 'beginQuantity', - 'discount': 'discount', - 'end_quantity': 'endQuantity' - } - - self._begin_quantity = begin_quantity - self._discount = discount - self._end_quantity = end_quantity + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'begin_quantity': 'str', + 'discount': 'str', + 'end_quantity': 'str' + } + + attribute_map = { + 'begin_quantity': 'beginQuantity', + 'discount': 'discount', + 'end_quantity': 'endQuantity' + } + + def __init__(self, begin_quantity=None, discount=None, end_quantity=None): # noqa: E501 + """BillingDiscount - a model defined in Swagger""" # noqa: E501 + + self._begin_quantity = None + self._discount = None + self._end_quantity = None + self.discriminator = None + + if begin_quantity is not None: + self.begin_quantity = begin_quantity + if discount is not None: + self.discount = discount + if end_quantity is not None: + self.end_quantity = end_quantity @property def begin_quantity(self): - """ - Gets the begin_quantity of this BillingDiscount. - Reserved: TBD + """Gets the begin_quantity of this BillingDiscount. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The begin_quantity of this BillingDiscount. + :return: The begin_quantity of this BillingDiscount. # noqa: E501 :rtype: str """ return self._begin_quantity @begin_quantity.setter def begin_quantity(self, begin_quantity): - """ - Sets the begin_quantity of this BillingDiscount. - Reserved: TBD + """Sets the begin_quantity of this BillingDiscount. + + Reserved: TBD # noqa: E501 - :param begin_quantity: The begin_quantity of this BillingDiscount. + :param begin_quantity: The begin_quantity of this BillingDiscount. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def begin_quantity(self, begin_quantity): @property def discount(self): - """ - Gets the discount of this BillingDiscount. - + """Gets the discount of this BillingDiscount. # noqa: E501 + + # noqa: E501 - :return: The discount of this BillingDiscount. + :return: The discount of this BillingDiscount. # noqa: E501 :rtype: str """ return self._discount @discount.setter def discount(self, discount): - """ - Sets the discount of this BillingDiscount. - + """Sets the discount of this BillingDiscount. + + # noqa: E501 - :param discount: The discount of this BillingDiscount. + :param discount: The discount of this BillingDiscount. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def discount(self, discount): @property def end_quantity(self): - """ - Gets the end_quantity of this BillingDiscount. - + """Gets the end_quantity of this BillingDiscount. # noqa: E501 - :return: The end_quantity of this BillingDiscount. + # noqa: E501 + + :return: The end_quantity of this BillingDiscount. # noqa: E501 :rtype: str """ return self._end_quantity @end_quantity.setter def end_quantity(self, end_quantity): - """ - Sets the end_quantity of this BillingDiscount. - + """Sets the end_quantity of this BillingDiscount. - :param end_quantity: The end_quantity of this BillingDiscount. + # noqa: E501 + + :param end_quantity: The end_quantity of this BillingDiscount. # noqa: E501 :type: str """ self._end_quantity = end_quantity def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingDiscount, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingDiscount): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_invoice.py b/docusign_esign/models/billing_invoice.py index 4f7ace41..80901572 100644 --- a/docusign_esign/models/billing_invoice.py +++ b/docusign_esign/models/billing_invoice.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingInvoice(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount=None, balance=None, due_date=None, invoice_id=None, invoice_items=None, invoice_number=None, invoice_uri=None, non_taxable_amount=None, pdf_available=None, taxable_amount=None): - """ - BillingInvoice - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount': 'str', - 'balance': 'str', - 'due_date': 'str', - 'invoice_id': 'str', - 'invoice_items': 'list[BillingInvoiceItem]', - 'invoice_number': 'str', - 'invoice_uri': 'str', - 'non_taxable_amount': 'str', - 'pdf_available': 'str', - 'taxable_amount': 'str' - } - - self.attribute_map = { - 'amount': 'amount', - 'balance': 'balance', - 'due_date': 'dueDate', - 'invoice_id': 'invoiceId', - 'invoice_items': 'invoiceItems', - 'invoice_number': 'invoiceNumber', - 'invoice_uri': 'invoiceUri', - 'non_taxable_amount': 'nonTaxableAmount', - 'pdf_available': 'pdfAvailable', - 'taxable_amount': 'taxableAmount' - } - - self._amount = amount - self._balance = balance - self._due_date = due_date - self._invoice_id = invoice_id - self._invoice_items = invoice_items - self._invoice_number = invoice_number - self._invoice_uri = invoice_uri - self._non_taxable_amount = non_taxable_amount - self._pdf_available = pdf_available - self._taxable_amount = taxable_amount + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount': 'str', + 'balance': 'str', + 'due_date': 'str', + 'invoice_id': 'str', + 'invoice_items': 'list[BillingInvoiceItem]', + 'invoice_number': 'str', + 'invoice_uri': 'str', + 'non_taxable_amount': 'str', + 'pdf_available': 'str', + 'taxable_amount': 'str' + } + + attribute_map = { + 'amount': 'amount', + 'balance': 'balance', + 'due_date': 'dueDate', + 'invoice_id': 'invoiceId', + 'invoice_items': 'invoiceItems', + 'invoice_number': 'invoiceNumber', + 'invoice_uri': 'invoiceUri', + 'non_taxable_amount': 'nonTaxableAmount', + 'pdf_available': 'pdfAvailable', + 'taxable_amount': 'taxableAmount' + } + + def __init__(self, amount=None, balance=None, due_date=None, invoice_id=None, invoice_items=None, invoice_number=None, invoice_uri=None, non_taxable_amount=None, pdf_available=None, taxable_amount=None): # noqa: E501 + """BillingInvoice - a model defined in Swagger""" # noqa: E501 + + self._amount = None + self._balance = None + self._due_date = None + self._invoice_id = None + self._invoice_items = None + self._invoice_number = None + self._invoice_uri = None + self._non_taxable_amount = None + self._pdf_available = None + self._taxable_amount = None + self.discriminator = None + + if amount is not None: + self.amount = amount + if balance is not None: + self.balance = balance + if due_date is not None: + self.due_date = due_date + if invoice_id is not None: + self.invoice_id = invoice_id + if invoice_items is not None: + self.invoice_items = invoice_items + if invoice_number is not None: + self.invoice_number = invoice_number + if invoice_uri is not None: + self.invoice_uri = invoice_uri + if non_taxable_amount is not None: + self.non_taxable_amount = non_taxable_amount + if pdf_available is not None: + self.pdf_available = pdf_available + if taxable_amount is not None: + self.taxable_amount = taxable_amount @property def amount(self): - """ - Gets the amount of this BillingInvoice. - Reserved: TBD + """Gets the amount of this BillingInvoice. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The amount of this BillingInvoice. + :return: The amount of this BillingInvoice. # noqa: E501 :rtype: str """ return self._amount @amount.setter def amount(self, amount): - """ - Sets the amount of this BillingInvoice. - Reserved: TBD + """Sets the amount of this BillingInvoice. - :param amount: The amount of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :param amount: The amount of this BillingInvoice. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def amount(self, amount): @property def balance(self): - """ - Gets the balance of this BillingInvoice. - Reserved: TBD + """Gets the balance of this BillingInvoice. # noqa: E501 - :return: The balance of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :return: The balance of this BillingInvoice. # noqa: E501 :rtype: str """ return self._balance @balance.setter def balance(self, balance): - """ - Sets the balance of this BillingInvoice. - Reserved: TBD + """Sets the balance of this BillingInvoice. - :param balance: The balance of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :param balance: The balance of this BillingInvoice. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def balance(self, balance): @property def due_date(self): - """ - Gets the due_date of this BillingInvoice. - Reserved: TBD + """Gets the due_date of this BillingInvoice. # noqa: E501 - :return: The due_date of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :return: The due_date of this BillingInvoice. # noqa: E501 :rtype: str """ return self._due_date @due_date.setter def due_date(self, due_date): - """ - Sets the due_date of this BillingInvoice. - Reserved: TBD + """Sets the due_date of this BillingInvoice. - :param due_date: The due_date of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :param due_date: The due_date of this BillingInvoice. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def due_date(self, due_date): @property def invoice_id(self): - """ - Gets the invoice_id of this BillingInvoice. - Reserved: TBD + """Gets the invoice_id of this BillingInvoice. # noqa: E501 - :return: The invoice_id of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :return: The invoice_id of this BillingInvoice. # noqa: E501 :rtype: str """ return self._invoice_id @invoice_id.setter def invoice_id(self, invoice_id): - """ - Sets the invoice_id of this BillingInvoice. - Reserved: TBD + """Sets the invoice_id of this BillingInvoice. - :param invoice_id: The invoice_id of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :param invoice_id: The invoice_id of this BillingInvoice. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def invoice_id(self, invoice_id): @property def invoice_items(self): - """ - Gets the invoice_items of this BillingInvoice. - Reserved: TBD + """Gets the invoice_items of this BillingInvoice. # noqa: E501 - :return: The invoice_items of this BillingInvoice. + Reserved: TBD # noqa: E501 + + :return: The invoice_items of this BillingInvoice. # noqa: E501 :rtype: list[BillingInvoiceItem] """ return self._invoice_items @invoice_items.setter def invoice_items(self, invoice_items): - """ - Sets the invoice_items of this BillingInvoice. - Reserved: TBD + """Sets the invoice_items of this BillingInvoice. + + Reserved: TBD # noqa: E501 - :param invoice_items: The invoice_items of this BillingInvoice. + :param invoice_items: The invoice_items of this BillingInvoice. # noqa: E501 :type: list[BillingInvoiceItem] """ @@ -184,22 +209,22 @@ def invoice_items(self, invoice_items): @property def invoice_number(self): - """ - Gets the invoice_number of this BillingInvoice. - Reserved: TBD + """Gets the invoice_number of this BillingInvoice. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The invoice_number of this BillingInvoice. + :return: The invoice_number of this BillingInvoice. # noqa: E501 :rtype: str """ return self._invoice_number @invoice_number.setter def invoice_number(self, invoice_number): - """ - Sets the invoice_number of this BillingInvoice. - Reserved: TBD + """Sets the invoice_number of this BillingInvoice. + + Reserved: TBD # noqa: E501 - :param invoice_number: The invoice_number of this BillingInvoice. + :param invoice_number: The invoice_number of this BillingInvoice. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def invoice_number(self, invoice_number): @property def invoice_uri(self): - """ - Gets the invoice_uri of this BillingInvoice. - Contains a URI for an endpoint that you can use to retrieve invoice information. + """Gets the invoice_uri of this BillingInvoice. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve invoice information. # noqa: E501 - :return: The invoice_uri of this BillingInvoice. + :return: The invoice_uri of this BillingInvoice. # noqa: E501 :rtype: str """ return self._invoice_uri @invoice_uri.setter def invoice_uri(self, invoice_uri): - """ - Sets the invoice_uri of this BillingInvoice. - Contains a URI for an endpoint that you can use to retrieve invoice information. + """Sets the invoice_uri of this BillingInvoice. + + Contains a URI for an endpoint that you can use to retrieve invoice information. # noqa: E501 - :param invoice_uri: The invoice_uri of this BillingInvoice. + :param invoice_uri: The invoice_uri of this BillingInvoice. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def invoice_uri(self, invoice_uri): @property def non_taxable_amount(self): - """ - Gets the non_taxable_amount of this BillingInvoice. - + """Gets the non_taxable_amount of this BillingInvoice. # noqa: E501 + + # noqa: E501 - :return: The non_taxable_amount of this BillingInvoice. + :return: The non_taxable_amount of this BillingInvoice. # noqa: E501 :rtype: str """ return self._non_taxable_amount @non_taxable_amount.setter def non_taxable_amount(self, non_taxable_amount): - """ - Sets the non_taxable_amount of this BillingInvoice. - + """Sets the non_taxable_amount of this BillingInvoice. + + # noqa: E501 - :param non_taxable_amount: The non_taxable_amount of this BillingInvoice. + :param non_taxable_amount: The non_taxable_amount of this BillingInvoice. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def non_taxable_amount(self, non_taxable_amount): @property def pdf_available(self): - """ - Gets the pdf_available of this BillingInvoice. - + """Gets the pdf_available of this BillingInvoice. # noqa: E501 + + # noqa: E501 - :return: The pdf_available of this BillingInvoice. + :return: The pdf_available of this BillingInvoice. # noqa: E501 :rtype: str """ return self._pdf_available @pdf_available.setter def pdf_available(self, pdf_available): - """ - Sets the pdf_available of this BillingInvoice. - + """Sets the pdf_available of this BillingInvoice. + + # noqa: E501 - :param pdf_available: The pdf_available of this BillingInvoice. + :param pdf_available: The pdf_available of this BillingInvoice. # noqa: E501 :type: str """ @@ -276,34 +301,32 @@ def pdf_available(self, pdf_available): @property def taxable_amount(self): - """ - Gets the taxable_amount of this BillingInvoice. - + """Gets the taxable_amount of this BillingInvoice. # noqa: E501 - :return: The taxable_amount of this BillingInvoice. + # noqa: E501 + + :return: The taxable_amount of this BillingInvoice. # noqa: E501 :rtype: str """ return self._taxable_amount @taxable_amount.setter def taxable_amount(self, taxable_amount): - """ - Sets the taxable_amount of this BillingInvoice. - + """Sets the taxable_amount of this BillingInvoice. - :param taxable_amount: The taxable_amount of this BillingInvoice. + # noqa: E501 + + :param taxable_amount: The taxable_amount of this BillingInvoice. # noqa: E501 :type: str """ self._taxable_amount = taxable_amount def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingInvoice, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingInvoice): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_invoice_item.py b/docusign_esign/models/billing_invoice_item.py index c9886522..13ef9bd6 100644 --- a/docusign_esign/models/billing_invoice_item.py +++ b/docusign_esign/models/billing_invoice_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingInvoiceItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, charge_amount=None, charge_name=None, invoice_item_id=None, quantity=None, unit_price=None): - """ - BillingInvoiceItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'charge_amount': 'str', - 'charge_name': 'str', - 'invoice_item_id': 'str', - 'quantity': 'str', - 'unit_price': 'str' - } - - self.attribute_map = { - 'charge_amount': 'chargeAmount', - 'charge_name': 'chargeName', - 'invoice_item_id': 'invoiceItemId', - 'quantity': 'quantity', - 'unit_price': 'unitPrice' - } - self._charge_amount = charge_amount - self._charge_name = charge_name - self._invoice_item_id = invoice_item_id - self._quantity = quantity - self._unit_price = unit_price + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'charge_amount': 'str', + 'charge_name': 'str', + 'invoice_item_id': 'str', + 'quantity': 'str', + 'unit_price': 'str' + } + + attribute_map = { + 'charge_amount': 'chargeAmount', + 'charge_name': 'chargeName', + 'invoice_item_id': 'invoiceItemId', + 'quantity': 'quantity', + 'unit_price': 'unitPrice' + } + + def __init__(self, charge_amount=None, charge_name=None, invoice_item_id=None, quantity=None, unit_price=None): # noqa: E501 + """BillingInvoiceItem - a model defined in Swagger""" # noqa: E501 + + self._charge_amount = None + self._charge_name = None + self._invoice_item_id = None + self._quantity = None + self._unit_price = None + self.discriminator = None + + if charge_amount is not None: + self.charge_amount = charge_amount + if charge_name is not None: + self.charge_name = charge_name + if invoice_item_id is not None: + self.invoice_item_id = invoice_item_id + if quantity is not None: + self.quantity = quantity + if unit_price is not None: + self.unit_price = unit_price @property def charge_amount(self): - """ - Gets the charge_amount of this BillingInvoiceItem. - Reserved: TBD + """Gets the charge_amount of this BillingInvoiceItem. # noqa: E501 - :return: The charge_amount of this BillingInvoiceItem. + Reserved: TBD # noqa: E501 + + :return: The charge_amount of this BillingInvoiceItem. # noqa: E501 :rtype: str """ return self._charge_amount @charge_amount.setter def charge_amount(self, charge_amount): - """ - Sets the charge_amount of this BillingInvoiceItem. - Reserved: TBD + """Sets the charge_amount of this BillingInvoiceItem. + + Reserved: TBD # noqa: E501 - :param charge_amount: The charge_amount of this BillingInvoiceItem. + :param charge_amount: The charge_amount of this BillingInvoiceItem. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def charge_amount(self, charge_amount): @property def charge_name(self): - """ - Gets the charge_name of this BillingInvoiceItem. - Reserved: TBD + """Gets the charge_name of this BillingInvoiceItem. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The charge_name of this BillingInvoiceItem. + :return: The charge_name of this BillingInvoiceItem. # noqa: E501 :rtype: str """ return self._charge_name @charge_name.setter def charge_name(self, charge_name): - """ - Sets the charge_name of this BillingInvoiceItem. - Reserved: TBD + """Sets the charge_name of this BillingInvoiceItem. - :param charge_name: The charge_name of this BillingInvoiceItem. + Reserved: TBD # noqa: E501 + + :param charge_name: The charge_name of this BillingInvoiceItem. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def charge_name(self, charge_name): @property def invoice_item_id(self): - """ - Gets the invoice_item_id of this BillingInvoiceItem. - Reserved: TBD + """Gets the invoice_item_id of this BillingInvoiceItem. # noqa: E501 - :return: The invoice_item_id of this BillingInvoiceItem. + Reserved: TBD # noqa: E501 + + :return: The invoice_item_id of this BillingInvoiceItem. # noqa: E501 :rtype: str """ return self._invoice_item_id @invoice_item_id.setter def invoice_item_id(self, invoice_item_id): - """ - Sets the invoice_item_id of this BillingInvoiceItem. - Reserved: TBD + """Sets the invoice_item_id of this BillingInvoiceItem. + + Reserved: TBD # noqa: E501 - :param invoice_item_id: The invoice_item_id of this BillingInvoiceItem. + :param invoice_item_id: The invoice_item_id of this BillingInvoiceItem. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def invoice_item_id(self, invoice_item_id): @property def quantity(self): - """ - Gets the quantity of this BillingInvoiceItem. - + """Gets the quantity of this BillingInvoiceItem. # noqa: E501 + + # noqa: E501 - :return: The quantity of this BillingInvoiceItem. + :return: The quantity of this BillingInvoiceItem. # noqa: E501 :rtype: str """ return self._quantity @quantity.setter def quantity(self, quantity): - """ - Sets the quantity of this BillingInvoiceItem. - + """Sets the quantity of this BillingInvoiceItem. - :param quantity: The quantity of this BillingInvoiceItem. + # noqa: E501 + + :param quantity: The quantity of this BillingInvoiceItem. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def quantity(self, quantity): @property def unit_price(self): - """ - Gets the unit_price of this BillingInvoiceItem. - Reserved: TBD + """Gets the unit_price of this BillingInvoiceItem. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The unit_price of this BillingInvoiceItem. + :return: The unit_price of this BillingInvoiceItem. # noqa: E501 :rtype: str """ return self._unit_price @unit_price.setter def unit_price(self, unit_price): - """ - Sets the unit_price of this BillingInvoiceItem. - Reserved: TBD + """Sets the unit_price of this BillingInvoiceItem. + + Reserved: TBD # noqa: E501 - :param unit_price: The unit_price of this BillingInvoiceItem. + :param unit_price: The unit_price of this BillingInvoiceItem. # noqa: E501 :type: str """ self._unit_price = unit_price def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingInvoiceItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingInvoiceItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_invoices_response.py b/docusign_esign/models/billing_invoices_response.py index 5fc01564..eb7e5a09 100644 --- a/docusign_esign/models/billing_invoices_response.py +++ b/docusign_esign/models/billing_invoices_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingInvoicesResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_invoices=None, next_uri=None, previous_uri=None): - """ - BillingInvoicesResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_invoices': 'list[BillingInvoice]', - 'next_uri': 'str', - 'previous_uri': 'str' - } - - self.attribute_map = { - 'billing_invoices': 'billingInvoices', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri' - } - - self._billing_invoices = billing_invoices - self._next_uri = next_uri - self._previous_uri = previous_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_invoices': 'list[BillingInvoice]', + 'next_uri': 'str', + 'previous_uri': 'str' + } + + attribute_map = { + 'billing_invoices': 'billingInvoices', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri' + } + + def __init__(self, billing_invoices=None, next_uri=None, previous_uri=None): # noqa: E501 + """BillingInvoicesResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_invoices = None + self._next_uri = None + self._previous_uri = None + self.discriminator = None + + if billing_invoices is not None: + self.billing_invoices = billing_invoices + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri @property def billing_invoices(self): - """ - Gets the billing_invoices of this BillingInvoicesResponse. - Reserved: TBD + """Gets the billing_invoices of this BillingInvoicesResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_invoices of this BillingInvoicesResponse. + :return: The billing_invoices of this BillingInvoicesResponse. # noqa: E501 :rtype: list[BillingInvoice] """ return self._billing_invoices @billing_invoices.setter def billing_invoices(self, billing_invoices): - """ - Sets the billing_invoices of this BillingInvoicesResponse. - Reserved: TBD + """Sets the billing_invoices of this BillingInvoicesResponse. + + Reserved: TBD # noqa: E501 - :param billing_invoices: The billing_invoices of this BillingInvoicesResponse. + :param billing_invoices: The billing_invoices of this BillingInvoicesResponse. # noqa: E501 :type: list[BillingInvoice] """ @@ -71,22 +82,22 @@ def billing_invoices(self, billing_invoices): @property def next_uri(self): - """ - Gets the next_uri of this BillingInvoicesResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BillingInvoicesResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this BillingInvoicesResponse. + :return: The next_uri of this BillingInvoicesResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BillingInvoicesResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BillingInvoicesResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BillingInvoicesResponse. + :param next_uri: The next_uri of this BillingInvoicesResponse. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BillingInvoicesResponse. - The postal code for the billing address. + """Gets the previous_uri of this BillingInvoicesResponse. # noqa: E501 - :return: The previous_uri of this BillingInvoicesResponse. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this BillingInvoicesResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BillingInvoicesResponse. - The postal code for the billing address. + """Sets the previous_uri of this BillingInvoicesResponse. - :param previous_uri: The previous_uri of this BillingInvoicesResponse. + The postal code for the billing address. # noqa: E501 + + :param previous_uri: The previous_uri of this BillingInvoicesResponse. # noqa: E501 :type: str """ self._previous_uri = previous_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingInvoicesResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingInvoicesResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_invoices_summary.py b/docusign_esign/models/billing_invoices_summary.py index de654c95..3243fbf3 100644 --- a/docusign_esign/models/billing_invoices_summary.py +++ b/docusign_esign/models/billing_invoices_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingInvoicesSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_invoices=None, past_due_balance=None, payment_allowed=None): - """ - BillingInvoicesSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_invoices': 'list[BillingInvoice]', - 'past_due_balance': 'str', - 'payment_allowed': 'str' - } - - self.attribute_map = { - 'billing_invoices': 'billingInvoices', - 'past_due_balance': 'pastDueBalance', - 'payment_allowed': 'paymentAllowed' - } - - self._billing_invoices = billing_invoices - self._past_due_balance = past_due_balance - self._payment_allowed = payment_allowed + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_invoices': 'list[BillingInvoice]', + 'past_due_balance': 'str', + 'payment_allowed': 'str' + } + + attribute_map = { + 'billing_invoices': 'billingInvoices', + 'past_due_balance': 'pastDueBalance', + 'payment_allowed': 'paymentAllowed' + } + + def __init__(self, billing_invoices=None, past_due_balance=None, payment_allowed=None): # noqa: E501 + """BillingInvoicesSummary - a model defined in Swagger""" # noqa: E501 + + self._billing_invoices = None + self._past_due_balance = None + self._payment_allowed = None + self.discriminator = None + + if billing_invoices is not None: + self.billing_invoices = billing_invoices + if past_due_balance is not None: + self.past_due_balance = past_due_balance + if payment_allowed is not None: + self.payment_allowed = payment_allowed @property def billing_invoices(self): - """ - Gets the billing_invoices of this BillingInvoicesSummary. - Reserved: TBD + """Gets the billing_invoices of this BillingInvoicesSummary. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_invoices of this BillingInvoicesSummary. + :return: The billing_invoices of this BillingInvoicesSummary. # noqa: E501 :rtype: list[BillingInvoice] """ return self._billing_invoices @billing_invoices.setter def billing_invoices(self, billing_invoices): - """ - Sets the billing_invoices of this BillingInvoicesSummary. - Reserved: TBD + """Sets the billing_invoices of this BillingInvoicesSummary. + + Reserved: TBD # noqa: E501 - :param billing_invoices: The billing_invoices of this BillingInvoicesSummary. + :param billing_invoices: The billing_invoices of this BillingInvoicesSummary. # noqa: E501 :type: list[BillingInvoice] """ @@ -71,22 +82,22 @@ def billing_invoices(self, billing_invoices): @property def past_due_balance(self): - """ - Gets the past_due_balance of this BillingInvoicesSummary. - + """Gets the past_due_balance of this BillingInvoicesSummary. # noqa: E501 + + # noqa: E501 - :return: The past_due_balance of this BillingInvoicesSummary. + :return: The past_due_balance of this BillingInvoicesSummary. # noqa: E501 :rtype: str """ return self._past_due_balance @past_due_balance.setter def past_due_balance(self, past_due_balance): - """ - Sets the past_due_balance of this BillingInvoicesSummary. - + """Sets the past_due_balance of this BillingInvoicesSummary. + + # noqa: E501 - :param past_due_balance: The past_due_balance of this BillingInvoicesSummary. + :param past_due_balance: The past_due_balance of this BillingInvoicesSummary. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def past_due_balance(self, past_due_balance): @property def payment_allowed(self): - """ - Gets the payment_allowed of this BillingInvoicesSummary. - + """Gets the payment_allowed of this BillingInvoicesSummary. # noqa: E501 - :return: The payment_allowed of this BillingInvoicesSummary. + # noqa: E501 + + :return: The payment_allowed of this BillingInvoicesSummary. # noqa: E501 :rtype: str """ return self._payment_allowed @payment_allowed.setter def payment_allowed(self, payment_allowed): - """ - Sets the payment_allowed of this BillingInvoicesSummary. - + """Sets the payment_allowed of this BillingInvoicesSummary. - :param payment_allowed: The payment_allowed of this BillingInvoicesSummary. + # noqa: E501 + + :param payment_allowed: The payment_allowed of this BillingInvoicesSummary. # noqa: E501 :type: str """ self._payment_allowed = payment_allowed def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingInvoicesSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingInvoicesSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_payment.py b/docusign_esign/models/billing_payment.py index 71c2d4d2..5a17e6db 100644 --- a/docusign_esign/models/billing_payment.py +++ b/docusign_esign/models/billing_payment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPayment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount=None, invoice_id=None, payment_id=None): - """ - BillingPayment - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount': 'str', - 'invoice_id': 'str', - 'payment_id': 'str' - } - - self.attribute_map = { - 'amount': 'amount', - 'invoice_id': 'invoiceId', - 'payment_id': 'paymentId' - } - - self._amount = amount - self._invoice_id = invoice_id - self._payment_id = payment_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount': 'str', + 'invoice_id': 'str', + 'payment_id': 'str' + } + + attribute_map = { + 'amount': 'amount', + 'invoice_id': 'invoiceId', + 'payment_id': 'paymentId' + } + + def __init__(self, amount=None, invoice_id=None, payment_id=None): # noqa: E501 + """BillingPayment - a model defined in Swagger""" # noqa: E501 + + self._amount = None + self._invoice_id = None + self._payment_id = None + self.discriminator = None + + if amount is not None: + self.amount = amount + if invoice_id is not None: + self.invoice_id = invoice_id + if payment_id is not None: + self.payment_id = payment_id @property def amount(self): - """ - Gets the amount of this BillingPayment. - Reserved: TBD + """Gets the amount of this BillingPayment. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The amount of this BillingPayment. + :return: The amount of this BillingPayment. # noqa: E501 :rtype: str """ return self._amount @amount.setter def amount(self, amount): - """ - Sets the amount of this BillingPayment. - Reserved: TBD + """Sets the amount of this BillingPayment. + + Reserved: TBD # noqa: E501 - :param amount: The amount of this BillingPayment. + :param amount: The amount of this BillingPayment. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def amount(self, amount): @property def invoice_id(self): - """ - Gets the invoice_id of this BillingPayment. - Reserved: TBD + """Gets the invoice_id of this BillingPayment. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The invoice_id of this BillingPayment. + :return: The invoice_id of this BillingPayment. # noqa: E501 :rtype: str """ return self._invoice_id @invoice_id.setter def invoice_id(self, invoice_id): - """ - Sets the invoice_id of this BillingPayment. - Reserved: TBD + """Sets the invoice_id of this BillingPayment. + + Reserved: TBD # noqa: E501 - :param invoice_id: The invoice_id of this BillingPayment. + :param invoice_id: The invoice_id of this BillingPayment. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def invoice_id(self, invoice_id): @property def payment_id(self): - """ - Gets the payment_id of this BillingPayment. - + """Gets the payment_id of this BillingPayment. # noqa: E501 - :return: The payment_id of this BillingPayment. + # noqa: E501 + + :return: The payment_id of this BillingPayment. # noqa: E501 :rtype: str """ return self._payment_id @payment_id.setter def payment_id(self, payment_id): - """ - Sets the payment_id of this BillingPayment. - + """Sets the payment_id of this BillingPayment. - :param payment_id: The payment_id of this BillingPayment. + # noqa: E501 + + :param payment_id: The payment_id of this BillingPayment. # noqa: E501 :type: str """ self._payment_id = payment_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPayment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPayment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_payment_item.py b/docusign_esign/models/billing_payment_item.py index 7b8d9550..703d2ac3 100644 --- a/docusign_esign/models/billing_payment_item.py +++ b/docusign_esign/models/billing_payment_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPaymentItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount=None, description=None, payment_date=None, payment_id=None, payment_number=None): - """ - BillingPaymentItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount': 'str', - 'description': 'str', - 'payment_date': 'str', - 'payment_id': 'str', - 'payment_number': 'str' - } - - self.attribute_map = { - 'amount': 'amount', - 'description': 'description', - 'payment_date': 'paymentDate', - 'payment_id': 'paymentId', - 'payment_number': 'paymentNumber' - } - self._amount = amount - self._description = description - self._payment_date = payment_date - self._payment_id = payment_id - self._payment_number = payment_number + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount': 'str', + 'description': 'str', + 'payment_date': 'str', + 'payment_id': 'str', + 'payment_number': 'str' + } + + attribute_map = { + 'amount': 'amount', + 'description': 'description', + 'payment_date': 'paymentDate', + 'payment_id': 'paymentId', + 'payment_number': 'paymentNumber' + } + + def __init__(self, amount=None, description=None, payment_date=None, payment_id=None, payment_number=None): # noqa: E501 + """BillingPaymentItem - a model defined in Swagger""" # noqa: E501 + + self._amount = None + self._description = None + self._payment_date = None + self._payment_id = None + self._payment_number = None + self.discriminator = None + + if amount is not None: + self.amount = amount + if description is not None: + self.description = description + if payment_date is not None: + self.payment_date = payment_date + if payment_id is not None: + self.payment_id = payment_id + if payment_number is not None: + self.payment_number = payment_number @property def amount(self): - """ - Gets the amount of this BillingPaymentItem. - Reserved: TBD + """Gets the amount of this BillingPaymentItem. # noqa: E501 - :return: The amount of this BillingPaymentItem. + Reserved: TBD # noqa: E501 + + :return: The amount of this BillingPaymentItem. # noqa: E501 :rtype: str """ return self._amount @amount.setter def amount(self, amount): - """ - Sets the amount of this BillingPaymentItem. - Reserved: TBD + """Sets the amount of this BillingPaymentItem. + + Reserved: TBD # noqa: E501 - :param amount: The amount of this BillingPaymentItem. + :param amount: The amount of this BillingPaymentItem. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def amount(self, amount): @property def description(self): - """ - Gets the description of this BillingPaymentItem. - + """Gets the description of this BillingPaymentItem. # noqa: E501 + + # noqa: E501 - :return: The description of this BillingPaymentItem. + :return: The description of this BillingPaymentItem. # noqa: E501 :rtype: str """ return self._description @description.setter def description(self, description): - """ - Sets the description of this BillingPaymentItem. - + """Sets the description of this BillingPaymentItem. - :param description: The description of this BillingPaymentItem. + # noqa: E501 + + :param description: The description of this BillingPaymentItem. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def description(self, description): @property def payment_date(self): - """ - Gets the payment_date of this BillingPaymentItem. - + """Gets the payment_date of this BillingPaymentItem. # noqa: E501 - :return: The payment_date of this BillingPaymentItem. + # noqa: E501 + + :return: The payment_date of this BillingPaymentItem. # noqa: E501 :rtype: str """ return self._payment_date @payment_date.setter def payment_date(self, payment_date): - """ - Sets the payment_date of this BillingPaymentItem. - + """Sets the payment_date of this BillingPaymentItem. + + # noqa: E501 - :param payment_date: The payment_date of this BillingPaymentItem. + :param payment_date: The payment_date of this BillingPaymentItem. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def payment_date(self, payment_date): @property def payment_id(self): - """ - Gets the payment_id of this BillingPaymentItem. - + """Gets the payment_id of this BillingPaymentItem. # noqa: E501 + + # noqa: E501 - :return: The payment_id of this BillingPaymentItem. + :return: The payment_id of this BillingPaymentItem. # noqa: E501 :rtype: str """ return self._payment_id @payment_id.setter def payment_id(self, payment_id): - """ - Sets the payment_id of this BillingPaymentItem. - + """Sets the payment_id of this BillingPaymentItem. - :param payment_id: The payment_id of this BillingPaymentItem. + # noqa: E501 + + :param payment_id: The payment_id of this BillingPaymentItem. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def payment_id(self, payment_id): @property def payment_number(self): - """ - Gets the payment_number of this BillingPaymentItem. - When set to **true**, a PDF version of the invoice is available. To get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\". + """Gets the payment_number of this BillingPaymentItem. # noqa: E501 + + When set to **true**, a PDF version of the invoice is available. To get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\". # noqa: E501 - :return: The payment_number of this BillingPaymentItem. + :return: The payment_number of this BillingPaymentItem. # noqa: E501 :rtype: str """ return self._payment_number @payment_number.setter def payment_number(self, payment_number): - """ - Sets the payment_number of this BillingPaymentItem. - When set to **true**, a PDF version of the invoice is available. To get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\". + """Sets the payment_number of this BillingPaymentItem. + + When set to **true**, a PDF version of the invoice is available. To get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\". # noqa: E501 - :param payment_number: The payment_number of this BillingPaymentItem. + :param payment_number: The payment_number of this BillingPaymentItem. # noqa: E501 :type: str """ self._payment_number = payment_number def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPaymentItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPaymentItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_payment_request.py b/docusign_esign/models/billing_payment_request.py index b5bdf891..af3df56b 100644 --- a/docusign_esign/models/billing_payment_request.py +++ b/docusign_esign/models/billing_payment_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPaymentRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, payment_amount=None): - """ - BillingPaymentRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'payment_amount': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'payment_amount': 'str' + } - self.attribute_map = { - 'payment_amount': 'paymentAmount' - } + attribute_map = { + 'payment_amount': 'paymentAmount' + } - self._payment_amount = payment_amount + def __init__(self, payment_amount=None): # noqa: E501 + """BillingPaymentRequest - a model defined in Swagger""" # noqa: E501 + + self._payment_amount = None + self.discriminator = None + + if payment_amount is not None: + self.payment_amount = payment_amount @property def payment_amount(self): - """ - Gets the payment_amount of this BillingPaymentRequest. - The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices. + """Gets the payment_amount of this BillingPaymentRequest. # noqa: E501 + + The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices. # noqa: E501 - :return: The payment_amount of this BillingPaymentRequest. + :return: The payment_amount of this BillingPaymentRequest. # noqa: E501 :rtype: str """ return self._payment_amount @payment_amount.setter def payment_amount(self, payment_amount): - """ - Sets the payment_amount of this BillingPaymentRequest. - The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices. + """Sets the payment_amount of this BillingPaymentRequest. - :param payment_amount: The payment_amount of this BillingPaymentRequest. + The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices. # noqa: E501 + + :param payment_amount: The payment_amount of this BillingPaymentRequest. # noqa: E501 :type: str """ self._payment_amount = payment_amount def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPaymentRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPaymentRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_payment_response.py b/docusign_esign/models/billing_payment_response.py index 3331747b..35c44017 100644 --- a/docusign_esign/models/billing_payment_response.py +++ b/docusign_esign/models/billing_payment_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPaymentResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_payments=None): - """ - BillingPaymentResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_payments': 'list[BillingPayment]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_payments': 'list[BillingPayment]' + } - self.attribute_map = { - 'billing_payments': 'billingPayments' - } + attribute_map = { + 'billing_payments': 'billingPayments' + } - self._billing_payments = billing_payments + def __init__(self, billing_payments=None): # noqa: E501 + """BillingPaymentResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_payments = None + self.discriminator = None + + if billing_payments is not None: + self.billing_payments = billing_payments @property def billing_payments(self): - """ - Gets the billing_payments of this BillingPaymentResponse. - Reserved: TBD + """Gets the billing_payments of this BillingPaymentResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_payments of this BillingPaymentResponse. + :return: The billing_payments of this BillingPaymentResponse. # noqa: E501 :rtype: list[BillingPayment] """ return self._billing_payments @billing_payments.setter def billing_payments(self, billing_payments): - """ - Sets the billing_payments of this BillingPaymentResponse. - Reserved: TBD + """Sets the billing_payments of this BillingPaymentResponse. - :param billing_payments: The billing_payments of this BillingPaymentResponse. + Reserved: TBD # noqa: E501 + + :param billing_payments: The billing_payments of this BillingPaymentResponse. # noqa: E501 :type: list[BillingPayment] """ self._billing_payments = billing_payments def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPaymentResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPaymentResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_payments_response.py b/docusign_esign/models/billing_payments_response.py index eb8fe5d0..ddd8cec7 100644 --- a/docusign_esign/models/billing_payments_response.py +++ b/docusign_esign/models/billing_payments_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPaymentsResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_payments=None, next_uri=None, previous_uri=None): - """ - BillingPaymentsResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_payments': 'list[BillingPaymentItem]', - 'next_uri': 'str', - 'previous_uri': 'str' - } - - self.attribute_map = { - 'billing_payments': 'billingPayments', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri' - } - - self._billing_payments = billing_payments - self._next_uri = next_uri - self._previous_uri = previous_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_payments': 'list[BillingPaymentItem]', + 'next_uri': 'str', + 'previous_uri': 'str' + } + + attribute_map = { + 'billing_payments': 'billingPayments', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri' + } + + def __init__(self, billing_payments=None, next_uri=None, previous_uri=None): # noqa: E501 + """BillingPaymentsResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_payments = None + self._next_uri = None + self._previous_uri = None + self.discriminator = None + + if billing_payments is not None: + self.billing_payments = billing_payments + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri @property def billing_payments(self): - """ - Gets the billing_payments of this BillingPaymentsResponse. - Reserved: TBD + """Gets the billing_payments of this BillingPaymentsResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_payments of this BillingPaymentsResponse. + :return: The billing_payments of this BillingPaymentsResponse. # noqa: E501 :rtype: list[BillingPaymentItem] """ return self._billing_payments @billing_payments.setter def billing_payments(self, billing_payments): - """ - Sets the billing_payments of this BillingPaymentsResponse. - Reserved: TBD + """Sets the billing_payments of this BillingPaymentsResponse. + + Reserved: TBD # noqa: E501 - :param billing_payments: The billing_payments of this BillingPaymentsResponse. + :param billing_payments: The billing_payments of this BillingPaymentsResponse. # noqa: E501 :type: list[BillingPaymentItem] """ @@ -71,22 +82,22 @@ def billing_payments(self, billing_payments): @property def next_uri(self): - """ - Gets the next_uri of this BillingPaymentsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BillingPaymentsResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this BillingPaymentsResponse. + :return: The next_uri of this BillingPaymentsResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BillingPaymentsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BillingPaymentsResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BillingPaymentsResponse. + :param next_uri: The next_uri of this BillingPaymentsResponse. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BillingPaymentsResponse. - The postal code for the billing address. + """Gets the previous_uri of this BillingPaymentsResponse. # noqa: E501 - :return: The previous_uri of this BillingPaymentsResponse. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this BillingPaymentsResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BillingPaymentsResponse. - The postal code for the billing address. + """Sets the previous_uri of this BillingPaymentsResponse. - :param previous_uri: The previous_uri of this BillingPaymentsResponse. + The postal code for the billing address. # noqa: E501 + + :param previous_uri: The previous_uri of this BillingPaymentsResponse. # noqa: E501 :type: str """ self._previous_uri = previous_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPaymentsResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPaymentsResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plan.py b/docusign_esign/models/billing_plan.py index ae047b04..c5f4f7c7 100644 --- a/docusign_esign/models/billing_plan.py +++ b/docusign_esign/models/billing_plan.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,95 +11,130 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlan(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, app_store_products=None, currency_plan_prices=None, enable_support=None, included_seats=None, other_discount_percent=None, payment_cycle=None, payment_method=None, per_seat_price=None, plan_classification=None, plan_feature_sets=None, plan_id=None, plan_name=None, seat_discounts=None, support_incident_fee=None, support_plan_fee=None): - """ - BillingPlan - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'app_store_products': 'list[AppStoreProduct]', - 'currency_plan_prices': 'list[CurrencyPlanPrice]', - 'enable_support': 'str', - 'included_seats': 'str', - 'other_discount_percent': 'str', - 'payment_cycle': 'str', - 'payment_method': 'str', - 'per_seat_price': 'str', - 'plan_classification': 'str', - 'plan_feature_sets': 'list[FeatureSet]', - 'plan_id': 'str', - 'plan_name': 'str', - 'seat_discounts': 'list[SeatDiscount]', - 'support_incident_fee': 'str', - 'support_plan_fee': 'str' - } - - self.attribute_map = { - 'app_store_products': 'appStoreProducts', - 'currency_plan_prices': 'currencyPlanPrices', - 'enable_support': 'enableSupport', - 'included_seats': 'includedSeats', - 'other_discount_percent': 'otherDiscountPercent', - 'payment_cycle': 'paymentCycle', - 'payment_method': 'paymentMethod', - 'per_seat_price': 'perSeatPrice', - 'plan_classification': 'planClassification', - 'plan_feature_sets': 'planFeatureSets', - 'plan_id': 'planId', - 'plan_name': 'planName', - 'seat_discounts': 'seatDiscounts', - 'support_incident_fee': 'supportIncidentFee', - 'support_plan_fee': 'supportPlanFee' - } - self._app_store_products = app_store_products - self._currency_plan_prices = currency_plan_prices - self._enable_support = enable_support - self._included_seats = included_seats - self._other_discount_percent = other_discount_percent - self._payment_cycle = payment_cycle - self._payment_method = payment_method - self._per_seat_price = per_seat_price - self._plan_classification = plan_classification - self._plan_feature_sets = plan_feature_sets - self._plan_id = plan_id - self._plan_name = plan_name - self._seat_discounts = seat_discounts - self._support_incident_fee = support_incident_fee - self._support_plan_fee = support_plan_fee + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'app_store_products': 'list[AppStoreProduct]', + 'currency_plan_prices': 'list[CurrencyPlanPrice]', + 'enable_support': 'str', + 'included_seats': 'str', + 'other_discount_percent': 'str', + 'payment_cycle': 'str', + 'payment_method': 'str', + 'per_seat_price': 'str', + 'plan_classification': 'str', + 'plan_feature_sets': 'list[FeatureSet]', + 'plan_id': 'str', + 'plan_name': 'str', + 'seat_discounts': 'list[SeatDiscount]', + 'support_incident_fee': 'str', + 'support_plan_fee': 'str' + } + + attribute_map = { + 'app_store_products': 'appStoreProducts', + 'currency_plan_prices': 'currencyPlanPrices', + 'enable_support': 'enableSupport', + 'included_seats': 'includedSeats', + 'other_discount_percent': 'otherDiscountPercent', + 'payment_cycle': 'paymentCycle', + 'payment_method': 'paymentMethod', + 'per_seat_price': 'perSeatPrice', + 'plan_classification': 'planClassification', + 'plan_feature_sets': 'planFeatureSets', + 'plan_id': 'planId', + 'plan_name': 'planName', + 'seat_discounts': 'seatDiscounts', + 'support_incident_fee': 'supportIncidentFee', + 'support_plan_fee': 'supportPlanFee' + } + + def __init__(self, app_store_products=None, currency_plan_prices=None, enable_support=None, included_seats=None, other_discount_percent=None, payment_cycle=None, payment_method=None, per_seat_price=None, plan_classification=None, plan_feature_sets=None, plan_id=None, plan_name=None, seat_discounts=None, support_incident_fee=None, support_plan_fee=None): # noqa: E501 + """BillingPlan - a model defined in Swagger""" # noqa: E501 + + self._app_store_products = None + self._currency_plan_prices = None + self._enable_support = None + self._included_seats = None + self._other_discount_percent = None + self._payment_cycle = None + self._payment_method = None + self._per_seat_price = None + self._plan_classification = None + self._plan_feature_sets = None + self._plan_id = None + self._plan_name = None + self._seat_discounts = None + self._support_incident_fee = None + self._support_plan_fee = None + self.discriminator = None + + if app_store_products is not None: + self.app_store_products = app_store_products + if currency_plan_prices is not None: + self.currency_plan_prices = currency_plan_prices + if enable_support is not None: + self.enable_support = enable_support + if included_seats is not None: + self.included_seats = included_seats + if other_discount_percent is not None: + self.other_discount_percent = other_discount_percent + if payment_cycle is not None: + self.payment_cycle = payment_cycle + if payment_method is not None: + self.payment_method = payment_method + if per_seat_price is not None: + self.per_seat_price = per_seat_price + if plan_classification is not None: + self.plan_classification = plan_classification + if plan_feature_sets is not None: + self.plan_feature_sets = plan_feature_sets + if plan_id is not None: + self.plan_id = plan_id + if plan_name is not None: + self.plan_name = plan_name + if seat_discounts is not None: + self.seat_discounts = seat_discounts + if support_incident_fee is not None: + self.support_incident_fee = support_incident_fee + if support_plan_fee is not None: + self.support_plan_fee = support_plan_fee @property def app_store_products(self): - """ - Gets the app_store_products of this BillingPlan. - Reserved: TBD + """Gets the app_store_products of this BillingPlan. # noqa: E501 - :return: The app_store_products of this BillingPlan. + Reserved: TBD # noqa: E501 + + :return: The app_store_products of this BillingPlan. # noqa: E501 :rtype: list[AppStoreProduct] """ return self._app_store_products @app_store_products.setter def app_store_products(self, app_store_products): - """ - Sets the app_store_products of this BillingPlan. - Reserved: TBD + """Sets the app_store_products of this BillingPlan. + + Reserved: TBD # noqa: E501 - :param app_store_products: The app_store_products of this BillingPlan. + :param app_store_products: The app_store_products of this BillingPlan. # noqa: E501 :type: list[AppStoreProduct] """ @@ -107,22 +142,22 @@ def app_store_products(self, app_store_products): @property def currency_plan_prices(self): - """ - Gets the currency_plan_prices of this BillingPlan. - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set. + """Gets the currency_plan_prices of this BillingPlan. # noqa: E501 + + Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set. # noqa: E501 - :return: The currency_plan_prices of this BillingPlan. + :return: The currency_plan_prices of this BillingPlan. # noqa: E501 :rtype: list[CurrencyPlanPrice] """ return self._currency_plan_prices @currency_plan_prices.setter def currency_plan_prices(self, currency_plan_prices): - """ - Sets the currency_plan_prices of this BillingPlan. - Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set. + """Sets the currency_plan_prices of this BillingPlan. - :param currency_plan_prices: The currency_plan_prices of this BillingPlan. + Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set. # noqa: E501 + + :param currency_plan_prices: The currency_plan_prices of this BillingPlan. # noqa: E501 :type: list[CurrencyPlanPrice] """ @@ -130,22 +165,22 @@ def currency_plan_prices(self, currency_plan_prices): @property def enable_support(self): - """ - Gets the enable_support of this BillingPlan. - When set to **true**, then customer support is provided as part of the account plan. + """Gets the enable_support of this BillingPlan. # noqa: E501 + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :return: The enable_support of this BillingPlan. + :return: The enable_support of this BillingPlan. # noqa: E501 :rtype: str """ return self._enable_support @enable_support.setter def enable_support(self, enable_support): - """ - Sets the enable_support of this BillingPlan. - When set to **true**, then customer support is provided as part of the account plan. + """Sets the enable_support of this BillingPlan. + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :param enable_support: The enable_support of this BillingPlan. + :param enable_support: The enable_support of this BillingPlan. # noqa: E501 :type: str """ @@ -153,22 +188,22 @@ def enable_support(self, enable_support): @property def included_seats(self): - """ - Gets the included_seats of this BillingPlan. - The number of seats (users) included. + """Gets the included_seats of this BillingPlan. # noqa: E501 - :return: The included_seats of this BillingPlan. + The number of seats (users) included. # noqa: E501 + + :return: The included_seats of this BillingPlan. # noqa: E501 :rtype: str """ return self._included_seats @included_seats.setter def included_seats(self, included_seats): - """ - Sets the included_seats of this BillingPlan. - The number of seats (users) included. + """Sets the included_seats of this BillingPlan. + + The number of seats (users) included. # noqa: E501 - :param included_seats: The included_seats of this BillingPlan. + :param included_seats: The included_seats of this BillingPlan. # noqa: E501 :type: str """ @@ -176,22 +211,22 @@ def included_seats(self, included_seats): @property def other_discount_percent(self): - """ - Gets the other_discount_percent of this BillingPlan. - + """Gets the other_discount_percent of this BillingPlan. # noqa: E501 + + # noqa: E501 - :return: The other_discount_percent of this BillingPlan. + :return: The other_discount_percent of this BillingPlan. # noqa: E501 :rtype: str """ return self._other_discount_percent @other_discount_percent.setter def other_discount_percent(self, other_discount_percent): - """ - Sets the other_discount_percent of this BillingPlan. - + """Sets the other_discount_percent of this BillingPlan. - :param other_discount_percent: The other_discount_percent of this BillingPlan. + # noqa: E501 + + :param other_discount_percent: The other_discount_percent of this BillingPlan. # noqa: E501 :type: str """ @@ -199,22 +234,22 @@ def other_discount_percent(self, other_discount_percent): @property def payment_cycle(self): - """ - Gets the payment_cycle of this BillingPlan. - The payment cycle associated with the plan. The possible values are: Monthly or Annually. + """Gets the payment_cycle of this BillingPlan. # noqa: E501 + + The payment cycle associated with the plan. The possible values are: Monthly or Annually. # noqa: E501 - :return: The payment_cycle of this BillingPlan. + :return: The payment_cycle of this BillingPlan. # noqa: E501 :rtype: str """ return self._payment_cycle @payment_cycle.setter def payment_cycle(self, payment_cycle): - """ - Sets the payment_cycle of this BillingPlan. - The payment cycle associated with the plan. The possible values are: Monthly or Annually. + """Sets the payment_cycle of this BillingPlan. + + The payment cycle associated with the plan. The possible values are: Monthly or Annually. # noqa: E501 - :param payment_cycle: The payment_cycle of this BillingPlan. + :param payment_cycle: The payment_cycle of this BillingPlan. # noqa: E501 :type: str """ @@ -222,22 +257,22 @@ def payment_cycle(self, payment_cycle): @property def payment_method(self): - """ - Gets the payment_method of this BillingPlan. - + """Gets the payment_method of this BillingPlan. # noqa: E501 + + # noqa: E501 - :return: The payment_method of this BillingPlan. + :return: The payment_method of this BillingPlan. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this BillingPlan. - + """Sets the payment_method of this BillingPlan. - :param payment_method: The payment_method of this BillingPlan. + # noqa: E501 + + :param payment_method: The payment_method of this BillingPlan. # noqa: E501 :type: str """ @@ -245,22 +280,22 @@ def payment_method(self, payment_method): @property def per_seat_price(self): - """ - Gets the per_seat_price of this BillingPlan. - The per seat price for the plan. + """Gets the per_seat_price of this BillingPlan. # noqa: E501 + + The per seat price for the plan. # noqa: E501 - :return: The per_seat_price of this BillingPlan. + :return: The per_seat_price of this BillingPlan. # noqa: E501 :rtype: str """ return self._per_seat_price @per_seat_price.setter def per_seat_price(self, per_seat_price): - """ - Sets the per_seat_price of this BillingPlan. - The per seat price for the plan. + """Sets the per_seat_price of this BillingPlan. + + The per seat price for the plan. # noqa: E501 - :param per_seat_price: The per_seat_price of this BillingPlan. + :param per_seat_price: The per_seat_price of this BillingPlan. # noqa: E501 :type: str """ @@ -268,22 +303,22 @@ def per_seat_price(self, per_seat_price): @property def plan_classification(self): - """ - Gets the plan_classification of this BillingPlan. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Gets the plan_classification of this BillingPlan. # noqa: E501 - :return: The plan_classification of this BillingPlan. + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 + + :return: The plan_classification of this BillingPlan. # noqa: E501 :rtype: str """ return self._plan_classification @plan_classification.setter def plan_classification(self, plan_classification): - """ - Sets the plan_classification of this BillingPlan. - Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. + """Sets the plan_classification of this BillingPlan. + + Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 - :param plan_classification: The plan_classification of this BillingPlan. + :param plan_classification: The plan_classification of this BillingPlan. # noqa: E501 :type: str """ @@ -291,22 +326,22 @@ def plan_classification(self, plan_classification): @property def plan_feature_sets(self): - """ - Gets the plan_feature_sets of this BillingPlan. - + """Gets the plan_feature_sets of this BillingPlan. # noqa: E501 + + # noqa: E501 - :return: The plan_feature_sets of this BillingPlan. + :return: The plan_feature_sets of this BillingPlan. # noqa: E501 :rtype: list[FeatureSet] """ return self._plan_feature_sets @plan_feature_sets.setter def plan_feature_sets(self, plan_feature_sets): - """ - Sets the plan_feature_sets of this BillingPlan. - + """Sets the plan_feature_sets of this BillingPlan. - :param plan_feature_sets: The plan_feature_sets of this BillingPlan. + # noqa: E501 + + :param plan_feature_sets: The plan_feature_sets of this BillingPlan. # noqa: E501 :type: list[FeatureSet] """ @@ -314,22 +349,22 @@ def plan_feature_sets(self, plan_feature_sets): @property def plan_id(self): - """ - Gets the plan_id of this BillingPlan. - + """Gets the plan_id of this BillingPlan. # noqa: E501 + + # noqa: E501 - :return: The plan_id of this BillingPlan. + :return: The plan_id of this BillingPlan. # noqa: E501 :rtype: str """ return self._plan_id @plan_id.setter def plan_id(self, plan_id): - """ - Sets the plan_id of this BillingPlan. - + """Sets the plan_id of this BillingPlan. + + # noqa: E501 - :param plan_id: The plan_id of this BillingPlan. + :param plan_id: The plan_id of this BillingPlan. # noqa: E501 :type: str """ @@ -337,22 +372,22 @@ def plan_id(self, plan_id): @property def plan_name(self): - """ - Gets the plan_name of this BillingPlan. - The name of the Billing Plan. + """Gets the plan_name of this BillingPlan. # noqa: E501 - :return: The plan_name of this BillingPlan. + The name of the Billing Plan. # noqa: E501 + + :return: The plan_name of this BillingPlan. # noqa: E501 :rtype: str """ return self._plan_name @plan_name.setter def plan_name(self, plan_name): - """ - Sets the plan_name of this BillingPlan. - The name of the Billing Plan. + """Sets the plan_name of this BillingPlan. + + The name of the Billing Plan. # noqa: E501 - :param plan_name: The plan_name of this BillingPlan. + :param plan_name: The plan_name of this BillingPlan. # noqa: E501 :type: str """ @@ -360,22 +395,22 @@ def plan_name(self, plan_name): @property def seat_discounts(self): - """ - Gets the seat_discounts of this BillingPlan. - + """Gets the seat_discounts of this BillingPlan. # noqa: E501 + + # noqa: E501 - :return: The seat_discounts of this BillingPlan. + :return: The seat_discounts of this BillingPlan. # noqa: E501 :rtype: list[SeatDiscount] """ return self._seat_discounts @seat_discounts.setter def seat_discounts(self, seat_discounts): - """ - Sets the seat_discounts of this BillingPlan. - + """Sets the seat_discounts of this BillingPlan. - :param seat_discounts: The seat_discounts of this BillingPlan. + # noqa: E501 + + :param seat_discounts: The seat_discounts of this BillingPlan. # noqa: E501 :type: list[SeatDiscount] """ @@ -383,22 +418,22 @@ def seat_discounts(self, seat_discounts): @property def support_incident_fee(self): - """ - Gets the support_incident_fee of this BillingPlan. - The support incident fee charged for each support incident. + """Gets the support_incident_fee of this BillingPlan. # noqa: E501 + + The support incident fee charged for each support incident. # noqa: E501 - :return: The support_incident_fee of this BillingPlan. + :return: The support_incident_fee of this BillingPlan. # noqa: E501 :rtype: str """ return self._support_incident_fee @support_incident_fee.setter def support_incident_fee(self, support_incident_fee): - """ - Sets the support_incident_fee of this BillingPlan. - The support incident fee charged for each support incident. + """Sets the support_incident_fee of this BillingPlan. + + The support incident fee charged for each support incident. # noqa: E501 - :param support_incident_fee: The support_incident_fee of this BillingPlan. + :param support_incident_fee: The support_incident_fee of this BillingPlan. # noqa: E501 :type: str """ @@ -406,34 +441,32 @@ def support_incident_fee(self, support_incident_fee): @property def support_plan_fee(self): - """ - Gets the support_plan_fee of this BillingPlan. - The support plan fee charged for this plan. + """Gets the support_plan_fee of this BillingPlan. # noqa: E501 - :return: The support_plan_fee of this BillingPlan. + The support plan fee charged for this plan. # noqa: E501 + + :return: The support_plan_fee of this BillingPlan. # noqa: E501 :rtype: str """ return self._support_plan_fee @support_plan_fee.setter def support_plan_fee(self, support_plan_fee): - """ - Sets the support_plan_fee of this BillingPlan. - The support plan fee charged for this plan. + """Sets the support_plan_fee of this BillingPlan. + + The support plan fee charged for this plan. # noqa: E501 - :param support_plan_fee: The support_plan_fee of this BillingPlan. + :param support_plan_fee: The support_plan_fee of this BillingPlan. # noqa: E501 :type: str """ self._support_plan_fee = support_plan_fee def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -450,29 +483,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlan, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlan): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plan_information.py b/docusign_esign/models/billing_plan_information.py index b8f8e7ec..532b37fd 100644 --- a/docusign_esign/models/billing_plan_information.py +++ b/docusign_esign/models/billing_plan_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,102 +11,143 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlanInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, app_store_receipt=None, billing_address=None, credit_card_information=None, direct_debit_processor_information=None, downgrade_reason=None, enable_support=None, included_seats=None, incremental_seats=None, payment_method=None, payment_processor_information=None, plan_information=None, referral_information=None, renewal_status=None, sale_discount_amount=None, sale_discount_fixed_amount=None, sale_discount_percent=None, sale_discount_periods=None, sale_discount_seat_price_override=None): - """ - BillingPlanInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'app_store_receipt': 'AppStoreReceipt', - 'billing_address': 'AccountAddress', - 'credit_card_information': 'CreditCardInformation', - 'direct_debit_processor_information': 'DirectDebitProcessorInformation', - 'downgrade_reason': 'str', - 'enable_support': 'str', - 'included_seats': 'str', - 'incremental_seats': 'str', - 'payment_method': 'str', - 'payment_processor_information': 'PaymentProcessorInformation', - 'plan_information': 'PlanInformation', - 'referral_information': 'ReferralInformation', - 'renewal_status': 'str', - 'sale_discount_amount': 'str', - 'sale_discount_fixed_amount': 'str', - 'sale_discount_percent': 'str', - 'sale_discount_periods': 'str', - 'sale_discount_seat_price_override': 'str' - } - - self.attribute_map = { - 'app_store_receipt': 'appStoreReceipt', - 'billing_address': 'billingAddress', - 'credit_card_information': 'creditCardInformation', - 'direct_debit_processor_information': 'directDebitProcessorInformation', - 'downgrade_reason': 'downgradeReason', - 'enable_support': 'enableSupport', - 'included_seats': 'includedSeats', - 'incremental_seats': 'incrementalSeats', - 'payment_method': 'paymentMethod', - 'payment_processor_information': 'paymentProcessorInformation', - 'plan_information': 'planInformation', - 'referral_information': 'referralInformation', - 'renewal_status': 'renewalStatus', - 'sale_discount_amount': 'saleDiscountAmount', - 'sale_discount_fixed_amount': 'saleDiscountFixedAmount', - 'sale_discount_percent': 'saleDiscountPercent', - 'sale_discount_periods': 'saleDiscountPeriods', - 'sale_discount_seat_price_override': 'saleDiscountSeatPriceOverride' - } - self._app_store_receipt = app_store_receipt - self._billing_address = billing_address - self._credit_card_information = credit_card_information - self._direct_debit_processor_information = direct_debit_processor_information - self._downgrade_reason = downgrade_reason - self._enable_support = enable_support - self._included_seats = included_seats - self._incremental_seats = incremental_seats - self._payment_method = payment_method - self._payment_processor_information = payment_processor_information - self._plan_information = plan_information - self._referral_information = referral_information - self._renewal_status = renewal_status - self._sale_discount_amount = sale_discount_amount - self._sale_discount_fixed_amount = sale_discount_fixed_amount - self._sale_discount_percent = sale_discount_percent - self._sale_discount_periods = sale_discount_periods - self._sale_discount_seat_price_override = sale_discount_seat_price_override + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'app_store_receipt': 'AppStoreReceipt', + 'billing_address': 'AccountAddress', + 'credit_card_information': 'CreditCardInformation', + 'direct_debit_processor_information': 'DirectDebitProcessorInformation', + 'downgrade_reason': 'str', + 'enable_support': 'str', + 'included_seats': 'str', + 'incremental_seats': 'str', + 'payment_method': 'str', + 'payment_processor_information': 'PaymentProcessorInformation', + 'plan_information': 'PlanInformation', + 'referral_information': 'ReferralInformation', + 'renewal_status': 'str', + 'sale_discount_amount': 'str', + 'sale_discount_fixed_amount': 'str', + 'sale_discount_percent': 'str', + 'sale_discount_periods': 'str', + 'sale_discount_seat_price_override': 'str' + } + + attribute_map = { + 'app_store_receipt': 'appStoreReceipt', + 'billing_address': 'billingAddress', + 'credit_card_information': 'creditCardInformation', + 'direct_debit_processor_information': 'directDebitProcessorInformation', + 'downgrade_reason': 'downgradeReason', + 'enable_support': 'enableSupport', + 'included_seats': 'includedSeats', + 'incremental_seats': 'incrementalSeats', + 'payment_method': 'paymentMethod', + 'payment_processor_information': 'paymentProcessorInformation', + 'plan_information': 'planInformation', + 'referral_information': 'referralInformation', + 'renewal_status': 'renewalStatus', + 'sale_discount_amount': 'saleDiscountAmount', + 'sale_discount_fixed_amount': 'saleDiscountFixedAmount', + 'sale_discount_percent': 'saleDiscountPercent', + 'sale_discount_periods': 'saleDiscountPeriods', + 'sale_discount_seat_price_override': 'saleDiscountSeatPriceOverride' + } + + def __init__(self, app_store_receipt=None, billing_address=None, credit_card_information=None, direct_debit_processor_information=None, downgrade_reason=None, enable_support=None, included_seats=None, incremental_seats=None, payment_method=None, payment_processor_information=None, plan_information=None, referral_information=None, renewal_status=None, sale_discount_amount=None, sale_discount_fixed_amount=None, sale_discount_percent=None, sale_discount_periods=None, sale_discount_seat_price_override=None): # noqa: E501 + """BillingPlanInformation - a model defined in Swagger""" # noqa: E501 + + self._app_store_receipt = None + self._billing_address = None + self._credit_card_information = None + self._direct_debit_processor_information = None + self._downgrade_reason = None + self._enable_support = None + self._included_seats = None + self._incremental_seats = None + self._payment_method = None + self._payment_processor_information = None + self._plan_information = None + self._referral_information = None + self._renewal_status = None + self._sale_discount_amount = None + self._sale_discount_fixed_amount = None + self._sale_discount_percent = None + self._sale_discount_periods = None + self._sale_discount_seat_price_override = None + self.discriminator = None + + if app_store_receipt is not None: + self.app_store_receipt = app_store_receipt + if billing_address is not None: + self.billing_address = billing_address + if credit_card_information is not None: + self.credit_card_information = credit_card_information + if direct_debit_processor_information is not None: + self.direct_debit_processor_information = direct_debit_processor_information + if downgrade_reason is not None: + self.downgrade_reason = downgrade_reason + if enable_support is not None: + self.enable_support = enable_support + if included_seats is not None: + self.included_seats = included_seats + if incremental_seats is not None: + self.incremental_seats = incremental_seats + if payment_method is not None: + self.payment_method = payment_method + if payment_processor_information is not None: + self.payment_processor_information = payment_processor_information + if plan_information is not None: + self.plan_information = plan_information + if referral_information is not None: + self.referral_information = referral_information + if renewal_status is not None: + self.renewal_status = renewal_status + if sale_discount_amount is not None: + self.sale_discount_amount = sale_discount_amount + if sale_discount_fixed_amount is not None: + self.sale_discount_fixed_amount = sale_discount_fixed_amount + if sale_discount_percent is not None: + self.sale_discount_percent = sale_discount_percent + if sale_discount_periods is not None: + self.sale_discount_periods = sale_discount_periods + if sale_discount_seat_price_override is not None: + self.sale_discount_seat_price_override = sale_discount_seat_price_override @property def app_store_receipt(self): - """ - Gets the app_store_receipt of this BillingPlanInformation. + """Gets the app_store_receipt of this BillingPlanInformation. # noqa: E501 - :return: The app_store_receipt of this BillingPlanInformation. + + :return: The app_store_receipt of this BillingPlanInformation. # noqa: E501 :rtype: AppStoreReceipt """ return self._app_store_receipt @app_store_receipt.setter def app_store_receipt(self, app_store_receipt): - """ - Sets the app_store_receipt of this BillingPlanInformation. + """Sets the app_store_receipt of this BillingPlanInformation. + - :param app_store_receipt: The app_store_receipt of this BillingPlanInformation. + :param app_store_receipt: The app_store_receipt of this BillingPlanInformation. # noqa: E501 :type: AppStoreReceipt """ @@ -114,20 +155,20 @@ def app_store_receipt(self, app_store_receipt): @property def billing_address(self): - """ - Gets the billing_address of this BillingPlanInformation. + """Gets the billing_address of this BillingPlanInformation. # noqa: E501 + - :return: The billing_address of this BillingPlanInformation. + :return: The billing_address of this BillingPlanInformation. # noqa: E501 :rtype: AccountAddress """ return self._billing_address @billing_address.setter def billing_address(self, billing_address): - """ - Sets the billing_address of this BillingPlanInformation. + """Sets the billing_address of this BillingPlanInformation. + - :param billing_address: The billing_address of this BillingPlanInformation. + :param billing_address: The billing_address of this BillingPlanInformation. # noqa: E501 :type: AccountAddress """ @@ -135,20 +176,20 @@ def billing_address(self, billing_address): @property def credit_card_information(self): - """ - Gets the credit_card_information of this BillingPlanInformation. + """Gets the credit_card_information of this BillingPlanInformation. # noqa: E501 + - :return: The credit_card_information of this BillingPlanInformation. + :return: The credit_card_information of this BillingPlanInformation. # noqa: E501 :rtype: CreditCardInformation """ return self._credit_card_information @credit_card_information.setter def credit_card_information(self, credit_card_information): - """ - Sets the credit_card_information of this BillingPlanInformation. + """Sets the credit_card_information of this BillingPlanInformation. - :param credit_card_information: The credit_card_information of this BillingPlanInformation. + + :param credit_card_information: The credit_card_information of this BillingPlanInformation. # noqa: E501 :type: CreditCardInformation """ @@ -156,20 +197,20 @@ def credit_card_information(self, credit_card_information): @property def direct_debit_processor_information(self): - """ - Gets the direct_debit_processor_information of this BillingPlanInformation. + """Gets the direct_debit_processor_information of this BillingPlanInformation. # noqa: E501 + - :return: The direct_debit_processor_information of this BillingPlanInformation. + :return: The direct_debit_processor_information of this BillingPlanInformation. # noqa: E501 :rtype: DirectDebitProcessorInformation """ return self._direct_debit_processor_information @direct_debit_processor_information.setter def direct_debit_processor_information(self, direct_debit_processor_information): - """ - Sets the direct_debit_processor_information of this BillingPlanInformation. + """Sets the direct_debit_processor_information of this BillingPlanInformation. + - :param direct_debit_processor_information: The direct_debit_processor_information of this BillingPlanInformation. + :param direct_debit_processor_information: The direct_debit_processor_information of this BillingPlanInformation. # noqa: E501 :type: DirectDebitProcessorInformation """ @@ -177,22 +218,22 @@ def direct_debit_processor_information(self, direct_debit_processor_information) @property def downgrade_reason(self): - """ - Gets the downgrade_reason of this BillingPlanInformation. - + """Gets the downgrade_reason of this BillingPlanInformation. # noqa: E501 - :return: The downgrade_reason of this BillingPlanInformation. + # noqa: E501 + + :return: The downgrade_reason of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._downgrade_reason @downgrade_reason.setter def downgrade_reason(self, downgrade_reason): - """ - Sets the downgrade_reason of this BillingPlanInformation. - + """Sets the downgrade_reason of this BillingPlanInformation. - :param downgrade_reason: The downgrade_reason of this BillingPlanInformation. + # noqa: E501 + + :param downgrade_reason: The downgrade_reason of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -200,22 +241,22 @@ def downgrade_reason(self, downgrade_reason): @property def enable_support(self): - """ - Gets the enable_support of this BillingPlanInformation. - + """Gets the enable_support of this BillingPlanInformation. # noqa: E501 - :return: The enable_support of this BillingPlanInformation. + # noqa: E501 + + :return: The enable_support of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._enable_support @enable_support.setter def enable_support(self, enable_support): - """ - Sets the enable_support of this BillingPlanInformation. - + """Sets the enable_support of this BillingPlanInformation. + + # noqa: E501 - :param enable_support: The enable_support of this BillingPlanInformation. + :param enable_support: The enable_support of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -223,22 +264,22 @@ def enable_support(self, enable_support): @property def included_seats(self): - """ - Gets the included_seats of this BillingPlanInformation. - The number of seats (users) included. + """Gets the included_seats of this BillingPlanInformation. # noqa: E501 + + The number of seats (users) included. # noqa: E501 - :return: The included_seats of this BillingPlanInformation. + :return: The included_seats of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._included_seats @included_seats.setter def included_seats(self, included_seats): - """ - Sets the included_seats of this BillingPlanInformation. - The number of seats (users) included. + """Sets the included_seats of this BillingPlanInformation. - :param included_seats: The included_seats of this BillingPlanInformation. + The number of seats (users) included. # noqa: E501 + + :param included_seats: The included_seats of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -246,22 +287,22 @@ def included_seats(self, included_seats): @property def incremental_seats(self): - """ - Gets the incremental_seats of this BillingPlanInformation. - Reserved: TBD + """Gets the incremental_seats of this BillingPlanInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The incremental_seats of this BillingPlanInformation. + :return: The incremental_seats of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._incremental_seats @incremental_seats.setter def incremental_seats(self, incremental_seats): - """ - Sets the incremental_seats of this BillingPlanInformation. - Reserved: TBD + """Sets the incremental_seats of this BillingPlanInformation. + + Reserved: TBD # noqa: E501 - :param incremental_seats: The incremental_seats of this BillingPlanInformation. + :param incremental_seats: The incremental_seats of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -269,22 +310,22 @@ def incremental_seats(self, incremental_seats): @property def payment_method(self): - """ - Gets the payment_method of this BillingPlanInformation. - + """Gets the payment_method of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 - :return: The payment_method of this BillingPlanInformation. + :return: The payment_method of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this BillingPlanInformation. - + """Sets the payment_method of this BillingPlanInformation. + + # noqa: E501 - :param payment_method: The payment_method of this BillingPlanInformation. + :param payment_method: The payment_method of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -292,20 +333,20 @@ def payment_method(self, payment_method): @property def payment_processor_information(self): - """ - Gets the payment_processor_information of this BillingPlanInformation. + """Gets the payment_processor_information of this BillingPlanInformation. # noqa: E501 - :return: The payment_processor_information of this BillingPlanInformation. + + :return: The payment_processor_information of this BillingPlanInformation. # noqa: E501 :rtype: PaymentProcessorInformation """ return self._payment_processor_information @payment_processor_information.setter def payment_processor_information(self, payment_processor_information): - """ - Sets the payment_processor_information of this BillingPlanInformation. + """Sets the payment_processor_information of this BillingPlanInformation. - :param payment_processor_information: The payment_processor_information of this BillingPlanInformation. + + :param payment_processor_information: The payment_processor_information of this BillingPlanInformation. # noqa: E501 :type: PaymentProcessorInformation """ @@ -313,20 +354,20 @@ def payment_processor_information(self, payment_processor_information): @property def plan_information(self): - """ - Gets the plan_information of this BillingPlanInformation. + """Gets the plan_information of this BillingPlanInformation. # noqa: E501 - :return: The plan_information of this BillingPlanInformation. + + :return: The plan_information of this BillingPlanInformation. # noqa: E501 :rtype: PlanInformation """ return self._plan_information @plan_information.setter def plan_information(self, plan_information): - """ - Sets the plan_information of this BillingPlanInformation. + """Sets the plan_information of this BillingPlanInformation. + - :param plan_information: The plan_information of this BillingPlanInformation. + :param plan_information: The plan_information of this BillingPlanInformation. # noqa: E501 :type: PlanInformation """ @@ -334,20 +375,20 @@ def plan_information(self, plan_information): @property def referral_information(self): - """ - Gets the referral_information of this BillingPlanInformation. + """Gets the referral_information of this BillingPlanInformation. # noqa: E501 + - :return: The referral_information of this BillingPlanInformation. + :return: The referral_information of this BillingPlanInformation. # noqa: E501 :rtype: ReferralInformation """ return self._referral_information @referral_information.setter def referral_information(self, referral_information): - """ - Sets the referral_information of this BillingPlanInformation. + """Sets the referral_information of this BillingPlanInformation. + - :param referral_information: The referral_information of this BillingPlanInformation. + :param referral_information: The referral_information of this BillingPlanInformation. # noqa: E501 :type: ReferralInformation """ @@ -355,22 +396,22 @@ def referral_information(self, referral_information): @property def renewal_status(self): - """ - Gets the renewal_status of this BillingPlanInformation. - + """Gets the renewal_status of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 - :return: The renewal_status of this BillingPlanInformation. + :return: The renewal_status of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._renewal_status @renewal_status.setter def renewal_status(self, renewal_status): - """ - Sets the renewal_status of this BillingPlanInformation. - + """Sets the renewal_status of this BillingPlanInformation. - :param renewal_status: The renewal_status of this BillingPlanInformation. + # noqa: E501 + + :param renewal_status: The renewal_status of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -378,22 +419,22 @@ def renewal_status(self, renewal_status): @property def sale_discount_amount(self): - """ - Gets the sale_discount_amount of this BillingPlanInformation. - + """Gets the sale_discount_amount of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 - :return: The sale_discount_amount of this BillingPlanInformation. + :return: The sale_discount_amount of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._sale_discount_amount @sale_discount_amount.setter def sale_discount_amount(self, sale_discount_amount): - """ - Sets the sale_discount_amount of this BillingPlanInformation. - + """Sets the sale_discount_amount of this BillingPlanInformation. + + # noqa: E501 - :param sale_discount_amount: The sale_discount_amount of this BillingPlanInformation. + :param sale_discount_amount: The sale_discount_amount of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -401,22 +442,22 @@ def sale_discount_amount(self, sale_discount_amount): @property def sale_discount_fixed_amount(self): - """ - Gets the sale_discount_fixed_amount of this BillingPlanInformation. - + """Gets the sale_discount_fixed_amount of this BillingPlanInformation. # noqa: E501 - :return: The sale_discount_fixed_amount of this BillingPlanInformation. + # noqa: E501 + + :return: The sale_discount_fixed_amount of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._sale_discount_fixed_amount @sale_discount_fixed_amount.setter def sale_discount_fixed_amount(self, sale_discount_fixed_amount): - """ - Sets the sale_discount_fixed_amount of this BillingPlanInformation. - + """Sets the sale_discount_fixed_amount of this BillingPlanInformation. - :param sale_discount_fixed_amount: The sale_discount_fixed_amount of this BillingPlanInformation. + # noqa: E501 + + :param sale_discount_fixed_amount: The sale_discount_fixed_amount of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -424,22 +465,22 @@ def sale_discount_fixed_amount(self, sale_discount_fixed_amount): @property def sale_discount_percent(self): - """ - Gets the sale_discount_percent of this BillingPlanInformation. - + """Gets the sale_discount_percent of this BillingPlanInformation. # noqa: E501 - :return: The sale_discount_percent of this BillingPlanInformation. + # noqa: E501 + + :return: The sale_discount_percent of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._sale_discount_percent @sale_discount_percent.setter def sale_discount_percent(self, sale_discount_percent): - """ - Sets the sale_discount_percent of this BillingPlanInformation. - + """Sets the sale_discount_percent of this BillingPlanInformation. + + # noqa: E501 - :param sale_discount_percent: The sale_discount_percent of this BillingPlanInformation. + :param sale_discount_percent: The sale_discount_percent of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -447,22 +488,22 @@ def sale_discount_percent(self, sale_discount_percent): @property def sale_discount_periods(self): - """ - Gets the sale_discount_periods of this BillingPlanInformation. - + """Gets the sale_discount_periods of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 - :return: The sale_discount_periods of this BillingPlanInformation. + :return: The sale_discount_periods of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._sale_discount_periods @sale_discount_periods.setter def sale_discount_periods(self, sale_discount_periods): - """ - Sets the sale_discount_periods of this BillingPlanInformation. - + """Sets the sale_discount_periods of this BillingPlanInformation. - :param sale_discount_periods: The sale_discount_periods of this BillingPlanInformation. + # noqa: E501 + + :param sale_discount_periods: The sale_discount_periods of this BillingPlanInformation. # noqa: E501 :type: str """ @@ -470,34 +511,32 @@ def sale_discount_periods(self, sale_discount_periods): @property def sale_discount_seat_price_override(self): - """ - Gets the sale_discount_seat_price_override of this BillingPlanInformation. - + """Gets the sale_discount_seat_price_override of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 - :return: The sale_discount_seat_price_override of this BillingPlanInformation. + :return: The sale_discount_seat_price_override of this BillingPlanInformation. # noqa: E501 :rtype: str """ return self._sale_discount_seat_price_override @sale_discount_seat_price_override.setter def sale_discount_seat_price_override(self, sale_discount_seat_price_override): - """ - Sets the sale_discount_seat_price_override of this BillingPlanInformation. - + """Sets the sale_discount_seat_price_override of this BillingPlanInformation. + + # noqa: E501 - :param sale_discount_seat_price_override: The sale_discount_seat_price_override of this BillingPlanInformation. + :param sale_discount_seat_price_override: The sale_discount_seat_price_override of this BillingPlanInformation. # noqa: E501 :type: str """ self._sale_discount_seat_price_override = sale_discount_seat_price_override def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -514,29 +553,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlanInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlanInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plan_preview.py b/docusign_esign/models/billing_plan_preview.py index da2128c1..94938903 100644 --- a/docusign_esign/models/billing_plan_preview.py +++ b/docusign_esign/models/billing_plan_preview.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlanPreview(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, currency_code=None, invoice=None, is_prorated=None, subtotal_amount=None, tax_amount=None, total_amount=None): - """ - BillingPlanPreview - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'currency_code': 'str', - 'invoice': 'BillingInvoice', - 'is_prorated': 'str', - 'subtotal_amount': 'str', - 'tax_amount': 'str', - 'total_amount': 'str' - } - - self.attribute_map = { - 'currency_code': 'currencyCode', - 'invoice': 'invoice', - 'is_prorated': 'isProrated', - 'subtotal_amount': 'subtotalAmount', - 'tax_amount': 'taxAmount', - 'total_amount': 'totalAmount' - } - - self._currency_code = currency_code - self._invoice = invoice - self._is_prorated = is_prorated - self._subtotal_amount = subtotal_amount - self._tax_amount = tax_amount - self._total_amount = total_amount + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'currency_code': 'str', + 'invoice': 'BillingInvoice', + 'is_prorated': 'str', + 'subtotal_amount': 'str', + 'tax_amount': 'str', + 'total_amount': 'str' + } + + attribute_map = { + 'currency_code': 'currencyCode', + 'invoice': 'invoice', + 'is_prorated': 'isProrated', + 'subtotal_amount': 'subtotalAmount', + 'tax_amount': 'taxAmount', + 'total_amount': 'totalAmount' + } + + def __init__(self, currency_code=None, invoice=None, is_prorated=None, subtotal_amount=None, tax_amount=None, total_amount=None): # noqa: E501 + """BillingPlanPreview - a model defined in Swagger""" # noqa: E501 + + self._currency_code = None + self._invoice = None + self._is_prorated = None + self._subtotal_amount = None + self._tax_amount = None + self._total_amount = None + self.discriminator = None + + if currency_code is not None: + self.currency_code = currency_code + if invoice is not None: + self.invoice = invoice + if is_prorated is not None: + self.is_prorated = is_prorated + if subtotal_amount is not None: + self.subtotal_amount = subtotal_amount + if tax_amount is not None: + self.tax_amount = tax_amount + if total_amount is not None: + self.total_amount = total_amount @property def currency_code(self): - """ - Gets the currency_code of this BillingPlanPreview. - Specifies the ISO currency code for the account. + """Gets the currency_code of this BillingPlanPreview. # noqa: E501 + + Specifies the ISO currency code for the account. # noqa: E501 - :return: The currency_code of this BillingPlanPreview. + :return: The currency_code of this BillingPlanPreview. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this BillingPlanPreview. - Specifies the ISO currency code for the account. + """Sets the currency_code of this BillingPlanPreview. + + Specifies the ISO currency code for the account. # noqa: E501 - :param currency_code: The currency_code of this BillingPlanPreview. + :param currency_code: The currency_code of this BillingPlanPreview. # noqa: E501 :type: str """ @@ -80,20 +97,20 @@ def currency_code(self, currency_code): @property def invoice(self): - """ - Gets the invoice of this BillingPlanPreview. + """Gets the invoice of this BillingPlanPreview. # noqa: E501 - :return: The invoice of this BillingPlanPreview. + + :return: The invoice of this BillingPlanPreview. # noqa: E501 :rtype: BillingInvoice """ return self._invoice @invoice.setter def invoice(self, invoice): - """ - Sets the invoice of this BillingPlanPreview. + """Sets the invoice of this BillingPlanPreview. + - :param invoice: The invoice of this BillingPlanPreview. + :param invoice: The invoice of this BillingPlanPreview. # noqa: E501 :type: BillingInvoice """ @@ -101,22 +118,22 @@ def invoice(self, invoice): @property def is_prorated(self): - """ - Gets the is_prorated of this BillingPlanPreview. - + """Gets the is_prorated of this BillingPlanPreview. # noqa: E501 + + # noqa: E501 - :return: The is_prorated of this BillingPlanPreview. + :return: The is_prorated of this BillingPlanPreview. # noqa: E501 :rtype: str """ return self._is_prorated @is_prorated.setter def is_prorated(self, is_prorated): - """ - Sets the is_prorated of this BillingPlanPreview. - + """Sets the is_prorated of this BillingPlanPreview. - :param is_prorated: The is_prorated of this BillingPlanPreview. + # noqa: E501 + + :param is_prorated: The is_prorated of this BillingPlanPreview. # noqa: E501 :type: str """ @@ -124,22 +141,22 @@ def is_prorated(self, is_prorated): @property def subtotal_amount(self): - """ - Gets the subtotal_amount of this BillingPlanPreview. - + """Gets the subtotal_amount of this BillingPlanPreview. # noqa: E501 + + # noqa: E501 - :return: The subtotal_amount of this BillingPlanPreview. + :return: The subtotal_amount of this BillingPlanPreview. # noqa: E501 :rtype: str """ return self._subtotal_amount @subtotal_amount.setter def subtotal_amount(self, subtotal_amount): - """ - Sets the subtotal_amount of this BillingPlanPreview. - + """Sets the subtotal_amount of this BillingPlanPreview. + + # noqa: E501 - :param subtotal_amount: The subtotal_amount of this BillingPlanPreview. + :param subtotal_amount: The subtotal_amount of this BillingPlanPreview. # noqa: E501 :type: str """ @@ -147,22 +164,22 @@ def subtotal_amount(self, subtotal_amount): @property def tax_amount(self): - """ - Gets the tax_amount of this BillingPlanPreview. - + """Gets the tax_amount of this BillingPlanPreview. # noqa: E501 - :return: The tax_amount of this BillingPlanPreview. + # noqa: E501 + + :return: The tax_amount of this BillingPlanPreview. # noqa: E501 :rtype: str """ return self._tax_amount @tax_amount.setter def tax_amount(self, tax_amount): - """ - Sets the tax_amount of this BillingPlanPreview. - + """Sets the tax_amount of this BillingPlanPreview. + + # noqa: E501 - :param tax_amount: The tax_amount of this BillingPlanPreview. + :param tax_amount: The tax_amount of this BillingPlanPreview. # noqa: E501 :type: str """ @@ -170,34 +187,32 @@ def tax_amount(self, tax_amount): @property def total_amount(self): - """ - Gets the total_amount of this BillingPlanPreview. - + """Gets the total_amount of this BillingPlanPreview. # noqa: E501 + + # noqa: E501 - :return: The total_amount of this BillingPlanPreview. + :return: The total_amount of this BillingPlanPreview. # noqa: E501 :rtype: str """ return self._total_amount @total_amount.setter def total_amount(self, total_amount): - """ - Sets the total_amount of this BillingPlanPreview. - + """Sets the total_amount of this BillingPlanPreview. - :param total_amount: The total_amount of this BillingPlanPreview. + # noqa: E501 + + :param total_amount: The total_amount of this BillingPlanPreview. # noqa: E501 :type: str """ self._total_amount = total_amount def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -214,29 +229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlanPreview, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlanPreview): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plan_response.py b/docusign_esign/models/billing_plan_response.py index e436b7c1..f94eaf08 100644 --- a/docusign_esign/models/billing_plan_response.py +++ b/docusign_esign/models/billing_plan_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,54 +11,63 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlanResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_plan=None, successor_plans=None): - """ - BillingPlanResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_plan': 'BillingPlan', - 'successor_plans': 'list[BillingPlan]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_plan': 'BillingPlan', + 'successor_plans': 'list[BillingPlan]' + } - self.attribute_map = { - 'billing_plan': 'billingPlan', - 'successor_plans': 'successorPlans' - } + attribute_map = { + 'billing_plan': 'billingPlan', + 'successor_plans': 'successorPlans' + } - self._billing_plan = billing_plan - self._successor_plans = successor_plans + def __init__(self, billing_plan=None, successor_plans=None): # noqa: E501 + """BillingPlanResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_plan = None + self._successor_plans = None + self.discriminator = None + + if billing_plan is not None: + self.billing_plan = billing_plan + if successor_plans is not None: + self.successor_plans = successor_plans @property def billing_plan(self): - """ - Gets the billing_plan of this BillingPlanResponse. + """Gets the billing_plan of this BillingPlanResponse. # noqa: E501 - :return: The billing_plan of this BillingPlanResponse. + + :return: The billing_plan of this BillingPlanResponse. # noqa: E501 :rtype: BillingPlan """ return self._billing_plan @billing_plan.setter def billing_plan(self, billing_plan): - """ - Sets the billing_plan of this BillingPlanResponse. + """Sets the billing_plan of this BillingPlanResponse. + - :param billing_plan: The billing_plan of this BillingPlanResponse. + :param billing_plan: The billing_plan of this BillingPlanResponse. # noqa: E501 :type: BillingPlan """ @@ -66,34 +75,32 @@ def billing_plan(self, billing_plan): @property def successor_plans(self): - """ - Gets the successor_plans of this BillingPlanResponse. - + """Gets the successor_plans of this BillingPlanResponse. # noqa: E501 + + # noqa: E501 - :return: The successor_plans of this BillingPlanResponse. + :return: The successor_plans of this BillingPlanResponse. # noqa: E501 :rtype: list[BillingPlan] """ return self._successor_plans @successor_plans.setter def successor_plans(self, successor_plans): - """ - Sets the successor_plans of this BillingPlanResponse. - + """Sets the successor_plans of this BillingPlanResponse. + + # noqa: E501 - :param successor_plans: The successor_plans of this BillingPlanResponse. + :param successor_plans: The successor_plans of this BillingPlanResponse. # noqa: E501 :type: list[BillingPlan] """ self._successor_plans = successor_plans def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -110,29 +117,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlanResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlanResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plan_update_response.py b/docusign_esign/models/billing_plan_update_response.py index 9eb6203d..36767ba3 100644 --- a/docusign_esign/models/billing_plan_update_response.py +++ b/docusign_esign/models/billing_plan_update_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlanUpdateResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_payment_method=None, billing_plan_preview=None, currency_code=None, included_seats=None, payment_cycle=None, payment_method=None, plan_id=None, plan_name=None): - """ - BillingPlanUpdateResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_payment_method': 'str', - 'billing_plan_preview': 'BillingPlanPreview', - 'currency_code': 'str', - 'included_seats': 'str', - 'payment_cycle': 'str', - 'payment_method': 'str', - 'plan_id': 'str', - 'plan_name': 'str' - } - - self.attribute_map = { - 'account_payment_method': 'accountPaymentMethod', - 'billing_plan_preview': 'billingPlanPreview', - 'currency_code': 'currencyCode', - 'included_seats': 'includedSeats', - 'payment_cycle': 'paymentCycle', - 'payment_method': 'paymentMethod', - 'plan_id': 'planId', - 'plan_name': 'planName' - } - - self._account_payment_method = account_payment_method - self._billing_plan_preview = billing_plan_preview - self._currency_code = currency_code - self._included_seats = included_seats - self._payment_cycle = payment_cycle - self._payment_method = payment_method - self._plan_id = plan_id - self._plan_name = plan_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_payment_method': 'str', + 'billing_plan_preview': 'BillingPlanPreview', + 'currency_code': 'str', + 'included_seats': 'str', + 'payment_cycle': 'str', + 'payment_method': 'str', + 'plan_id': 'str', + 'plan_name': 'str' + } + + attribute_map = { + 'account_payment_method': 'accountPaymentMethod', + 'billing_plan_preview': 'billingPlanPreview', + 'currency_code': 'currencyCode', + 'included_seats': 'includedSeats', + 'payment_cycle': 'paymentCycle', + 'payment_method': 'paymentMethod', + 'plan_id': 'planId', + 'plan_name': 'planName' + } + + def __init__(self, account_payment_method=None, billing_plan_preview=None, currency_code=None, included_seats=None, payment_cycle=None, payment_method=None, plan_id=None, plan_name=None): # noqa: E501 + """BillingPlanUpdateResponse - a model defined in Swagger""" # noqa: E501 + + self._account_payment_method = None + self._billing_plan_preview = None + self._currency_code = None + self._included_seats = None + self._payment_cycle = None + self._payment_method = None + self._plan_id = None + self._plan_name = None + self.discriminator = None + + if account_payment_method is not None: + self.account_payment_method = account_payment_method + if billing_plan_preview is not None: + self.billing_plan_preview = billing_plan_preview + if currency_code is not None: + self.currency_code = currency_code + if included_seats is not None: + self.included_seats = included_seats + if payment_cycle is not None: + self.payment_cycle = payment_cycle + if payment_method is not None: + self.payment_method = payment_method + if plan_id is not None: + self.plan_id = plan_id + if plan_name is not None: + self.plan_name = plan_name @property def account_payment_method(self): - """ - Gets the account_payment_method of this BillingPlanUpdateResponse. - + """Gets the account_payment_method of this BillingPlanUpdateResponse. # noqa: E501 - :return: The account_payment_method of this BillingPlanUpdateResponse. + # noqa: E501 + + :return: The account_payment_method of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._account_payment_method @account_payment_method.setter def account_payment_method(self, account_payment_method): - """ - Sets the account_payment_method of this BillingPlanUpdateResponse. - + """Sets the account_payment_method of this BillingPlanUpdateResponse. - :param account_payment_method: The account_payment_method of this BillingPlanUpdateResponse. + # noqa: E501 + + :param account_payment_method: The account_payment_method of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def account_payment_method(self, account_payment_method): @property def billing_plan_preview(self): - """ - Gets the billing_plan_preview of this BillingPlanUpdateResponse. + """Gets the billing_plan_preview of this BillingPlanUpdateResponse. # noqa: E501 - :return: The billing_plan_preview of this BillingPlanUpdateResponse. + + :return: The billing_plan_preview of this BillingPlanUpdateResponse. # noqa: E501 :rtype: BillingPlanPreview """ return self._billing_plan_preview @billing_plan_preview.setter def billing_plan_preview(self, billing_plan_preview): - """ - Sets the billing_plan_preview of this BillingPlanUpdateResponse. + """Sets the billing_plan_preview of this BillingPlanUpdateResponse. - :param billing_plan_preview: The billing_plan_preview of this BillingPlanUpdateResponse. + + :param billing_plan_preview: The billing_plan_preview of this BillingPlanUpdateResponse. # noqa: E501 :type: BillingPlanPreview """ @@ -107,22 +128,22 @@ def billing_plan_preview(self, billing_plan_preview): @property def currency_code(self): - """ - Gets the currency_code of this BillingPlanUpdateResponse. - Specifies the ISO currency code for the account. + """Gets the currency_code of this BillingPlanUpdateResponse. # noqa: E501 - :return: The currency_code of this BillingPlanUpdateResponse. + Specifies the ISO currency code for the account. # noqa: E501 + + :return: The currency_code of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this BillingPlanUpdateResponse. - Specifies the ISO currency code for the account. + """Sets the currency_code of this BillingPlanUpdateResponse. - :param currency_code: The currency_code of this BillingPlanUpdateResponse. + Specifies the ISO currency code for the account. # noqa: E501 + + :param currency_code: The currency_code of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -130,22 +151,22 @@ def currency_code(self, currency_code): @property def included_seats(self): - """ - Gets the included_seats of this BillingPlanUpdateResponse. - The number of seats (users) included. + """Gets the included_seats of this BillingPlanUpdateResponse. # noqa: E501 + + The number of seats (users) included. # noqa: E501 - :return: The included_seats of this BillingPlanUpdateResponse. + :return: The included_seats of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._included_seats @included_seats.setter def included_seats(self, included_seats): - """ - Sets the included_seats of this BillingPlanUpdateResponse. - The number of seats (users) included. + """Sets the included_seats of this BillingPlanUpdateResponse. + + The number of seats (users) included. # noqa: E501 - :param included_seats: The included_seats of this BillingPlanUpdateResponse. + :param included_seats: The included_seats of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -153,22 +174,22 @@ def included_seats(self, included_seats): @property def payment_cycle(self): - """ - Gets the payment_cycle of this BillingPlanUpdateResponse. - + """Gets the payment_cycle of this BillingPlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The payment_cycle of this BillingPlanUpdateResponse. + :return: The payment_cycle of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._payment_cycle @payment_cycle.setter def payment_cycle(self, payment_cycle): - """ - Sets the payment_cycle of this BillingPlanUpdateResponse. - + """Sets the payment_cycle of this BillingPlanUpdateResponse. + + # noqa: E501 - :param payment_cycle: The payment_cycle of this BillingPlanUpdateResponse. + :param payment_cycle: The payment_cycle of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def payment_cycle(self, payment_cycle): @property def payment_method(self): - """ - Gets the payment_method of this BillingPlanUpdateResponse. - + """Gets the payment_method of this BillingPlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The payment_method of this BillingPlanUpdateResponse. + :return: The payment_method of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this BillingPlanUpdateResponse. - + """Sets the payment_method of this BillingPlanUpdateResponse. + + # noqa: E501 - :param payment_method: The payment_method of this BillingPlanUpdateResponse. + :param payment_method: The payment_method of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -199,22 +220,22 @@ def payment_method(self, payment_method): @property def plan_id(self): - """ - Gets the plan_id of this BillingPlanUpdateResponse. - + """Gets the plan_id of this BillingPlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The plan_id of this BillingPlanUpdateResponse. + :return: The plan_id of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._plan_id @plan_id.setter def plan_id(self, plan_id): - """ - Sets the plan_id of this BillingPlanUpdateResponse. - + """Sets the plan_id of this BillingPlanUpdateResponse. + + # noqa: E501 - :param plan_id: The plan_id of this BillingPlanUpdateResponse. + :param plan_id: The plan_id of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ @@ -222,34 +243,32 @@ def plan_id(self, plan_id): @property def plan_name(self): - """ - Gets the plan_name of this BillingPlanUpdateResponse. - + """Gets the plan_name of this BillingPlanUpdateResponse. # noqa: E501 - :return: The plan_name of this BillingPlanUpdateResponse. + # noqa: E501 + + :return: The plan_name of this BillingPlanUpdateResponse. # noqa: E501 :rtype: str """ return self._plan_name @plan_name.setter def plan_name(self, plan_name): - """ - Sets the plan_name of this BillingPlanUpdateResponse. - + """Sets the plan_name of this BillingPlanUpdateResponse. - :param plan_name: The plan_name of this BillingPlanUpdateResponse. + # noqa: E501 + + :param plan_name: The plan_name of this BillingPlanUpdateResponse. # noqa: E501 :type: str """ self._plan_name = plan_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -266,29 +285,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlanUpdateResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlanUpdateResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_plans_response.py b/docusign_esign/models/billing_plans_response.py index fea1ad14..beab8955 100644 --- a/docusign_esign/models/billing_plans_response.py +++ b/docusign_esign/models/billing_plans_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPlansResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billing_plans=None): - """ - BillingPlansResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billing_plans': 'list[BillingPlan]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billing_plans': 'list[BillingPlan]' + } - self.attribute_map = { - 'billing_plans': 'billingPlans' - } + attribute_map = { + 'billing_plans': 'billingPlans' + } - self._billing_plans = billing_plans + def __init__(self, billing_plans=None): # noqa: E501 + """BillingPlansResponse - a model defined in Swagger""" # noqa: E501 + + self._billing_plans = None + self.discriminator = None + + if billing_plans is not None: + self.billing_plans = billing_plans @property def billing_plans(self): - """ - Gets the billing_plans of this BillingPlansResponse. - Reserved: TBD + """Gets the billing_plans of this BillingPlansResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The billing_plans of this BillingPlansResponse. + :return: The billing_plans of this BillingPlansResponse. # noqa: E501 :rtype: list[BillingPlan] """ return self._billing_plans @billing_plans.setter def billing_plans(self, billing_plans): - """ - Sets the billing_plans of this BillingPlansResponse. - Reserved: TBD + """Sets the billing_plans of this BillingPlansResponse. - :param billing_plans: The billing_plans of this BillingPlansResponse. + Reserved: TBD # noqa: E501 + + :param billing_plans: The billing_plans of this BillingPlansResponse. # noqa: E501 :type: list[BillingPlan] """ self._billing_plans = billing_plans def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPlansResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPlansResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/billing_price.py b/docusign_esign/models/billing_price.py index 7734eb71..0e9ef1c8 100644 --- a/docusign_esign/models/billing_price.py +++ b/docusign_esign/models/billing_price.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BillingPrice(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, begin_quantity=None, end_quantity=None, unit_price=None): - """ - BillingPrice - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'begin_quantity': 'str', - 'end_quantity': 'str', - 'unit_price': 'str' - } - - self.attribute_map = { - 'begin_quantity': 'beginQuantity', - 'end_quantity': 'endQuantity', - 'unit_price': 'unitPrice' - } - - self._begin_quantity = begin_quantity - self._end_quantity = end_quantity - self._unit_price = unit_price + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'begin_quantity': 'str', + 'end_quantity': 'str', + 'unit_price': 'str' + } + + attribute_map = { + 'begin_quantity': 'beginQuantity', + 'end_quantity': 'endQuantity', + 'unit_price': 'unitPrice' + } + + def __init__(self, begin_quantity=None, end_quantity=None, unit_price=None): # noqa: E501 + """BillingPrice - a model defined in Swagger""" # noqa: E501 + + self._begin_quantity = None + self._end_quantity = None + self._unit_price = None + self.discriminator = None + + if begin_quantity is not None: + self.begin_quantity = begin_quantity + if end_quantity is not None: + self.end_quantity = end_quantity + if unit_price is not None: + self.unit_price = unit_price @property def begin_quantity(self): - """ - Gets the begin_quantity of this BillingPrice. - Reserved: TBD + """Gets the begin_quantity of this BillingPrice. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The begin_quantity of this BillingPrice. + :return: The begin_quantity of this BillingPrice. # noqa: E501 :rtype: str """ return self._begin_quantity @begin_quantity.setter def begin_quantity(self, begin_quantity): - """ - Sets the begin_quantity of this BillingPrice. - Reserved: TBD + """Sets the begin_quantity of this BillingPrice. + + Reserved: TBD # noqa: E501 - :param begin_quantity: The begin_quantity of this BillingPrice. + :param begin_quantity: The begin_quantity of this BillingPrice. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def begin_quantity(self, begin_quantity): @property def end_quantity(self): - """ - Gets the end_quantity of this BillingPrice. - + """Gets the end_quantity of this BillingPrice. # noqa: E501 + + # noqa: E501 - :return: The end_quantity of this BillingPrice. + :return: The end_quantity of this BillingPrice. # noqa: E501 :rtype: str """ return self._end_quantity @end_quantity.setter def end_quantity(self, end_quantity): - """ - Sets the end_quantity of this BillingPrice. - + """Sets the end_quantity of this BillingPrice. + + # noqa: E501 - :param end_quantity: The end_quantity of this BillingPrice. + :param end_quantity: The end_quantity of this BillingPrice. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def end_quantity(self, end_quantity): @property def unit_price(self): - """ - Gets the unit_price of this BillingPrice. - Reserved: TBD + """Gets the unit_price of this BillingPrice. # noqa: E501 - :return: The unit_price of this BillingPrice. + Reserved: TBD # noqa: E501 + + :return: The unit_price of this BillingPrice. # noqa: E501 :rtype: str """ return self._unit_price @unit_price.setter def unit_price(self, unit_price): - """ - Sets the unit_price of this BillingPrice. - Reserved: TBD + """Sets the unit_price of this BillingPrice. - :param unit_price: The unit_price of this BillingPrice. + Reserved: TBD # noqa: E501 + + :param unit_price: The unit_price of this BillingPrice. # noqa: E501 :type: str """ self._unit_price = unit_price def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BillingPrice, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BillingPrice): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand.py b/docusign_esign/models/brand.py index 0384f5e4..e639afd8 100644 --- a/docusign_esign/models/brand.py +++ b/docusign_esign/models/brand.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,95 +11,130 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Brand(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, brand_company=None, brand_id=None, brand_languages=None, brand_name=None, colors=None, default_brand_language=None, email_content=None, error_details=None, is_overriding_company_name=None, is_sending_default=None, is_signing_default=None, landing_pages=None, links=None, logos=None, resources=None): - """ - Brand - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'brand_company': 'str', - 'brand_id': 'str', - 'brand_languages': 'list[str]', - 'brand_name': 'str', - 'colors': 'list[NameValue]', - 'default_brand_language': 'str', - 'email_content': 'list[BrandEmailContent]', - 'error_details': 'ErrorDetails', - 'is_overriding_company_name': 'bool', - 'is_sending_default': 'bool', - 'is_signing_default': 'bool', - 'landing_pages': 'list[NameValue]', - 'links': 'list[BrandLink]', - 'logos': 'BrandLogos', - 'resources': 'BrandResourceUrls' - } - - self.attribute_map = { - 'brand_company': 'brandCompany', - 'brand_id': 'brandId', - 'brand_languages': 'brandLanguages', - 'brand_name': 'brandName', - 'colors': 'colors', - 'default_brand_language': 'defaultBrandLanguage', - 'email_content': 'emailContent', - 'error_details': 'errorDetails', - 'is_overriding_company_name': 'isOverridingCompanyName', - 'is_sending_default': 'isSendingDefault', - 'is_signing_default': 'isSigningDefault', - 'landing_pages': 'landingPages', - 'links': 'links', - 'logos': 'logos', - 'resources': 'resources' - } - self._brand_company = brand_company - self._brand_id = brand_id - self._brand_languages = brand_languages - self._brand_name = brand_name - self._colors = colors - self._default_brand_language = default_brand_language - self._email_content = email_content - self._error_details = error_details - self._is_overriding_company_name = is_overriding_company_name - self._is_sending_default = is_sending_default - self._is_signing_default = is_signing_default - self._landing_pages = landing_pages - self._links = links - self._logos = logos - self._resources = resources + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'brand_company': 'str', + 'brand_id': 'str', + 'brand_languages': 'list[str]', + 'brand_name': 'str', + 'colors': 'list[NameValue]', + 'default_brand_language': 'str', + 'email_content': 'list[BrandEmailContent]', + 'error_details': 'ErrorDetails', + 'is_overriding_company_name': 'bool', + 'is_sending_default': 'bool', + 'is_signing_default': 'bool', + 'landing_pages': 'list[NameValue]', + 'links': 'list[BrandLink]', + 'logos': 'BrandLogos', + 'resources': 'BrandResourceUrls' + } + + attribute_map = { + 'brand_company': 'brandCompany', + 'brand_id': 'brandId', + 'brand_languages': 'brandLanguages', + 'brand_name': 'brandName', + 'colors': 'colors', + 'default_brand_language': 'defaultBrandLanguage', + 'email_content': 'emailContent', + 'error_details': 'errorDetails', + 'is_overriding_company_name': 'isOverridingCompanyName', + 'is_sending_default': 'isSendingDefault', + 'is_signing_default': 'isSigningDefault', + 'landing_pages': 'landingPages', + 'links': 'links', + 'logos': 'logos', + 'resources': 'resources' + } + + def __init__(self, brand_company=None, brand_id=None, brand_languages=None, brand_name=None, colors=None, default_brand_language=None, email_content=None, error_details=None, is_overriding_company_name=None, is_sending_default=None, is_signing_default=None, landing_pages=None, links=None, logos=None, resources=None): # noqa: E501 + """Brand - a model defined in Swagger""" # noqa: E501 + + self._brand_company = None + self._brand_id = None + self._brand_languages = None + self._brand_name = None + self._colors = None + self._default_brand_language = None + self._email_content = None + self._error_details = None + self._is_overriding_company_name = None + self._is_sending_default = None + self._is_signing_default = None + self._landing_pages = None + self._links = None + self._logos = None + self._resources = None + self.discriminator = None + + if brand_company is not None: + self.brand_company = brand_company + if brand_id is not None: + self.brand_id = brand_id + if brand_languages is not None: + self.brand_languages = brand_languages + if brand_name is not None: + self.brand_name = brand_name + if colors is not None: + self.colors = colors + if default_brand_language is not None: + self.default_brand_language = default_brand_language + if email_content is not None: + self.email_content = email_content + if error_details is not None: + self.error_details = error_details + if is_overriding_company_name is not None: + self.is_overriding_company_name = is_overriding_company_name + if is_sending_default is not None: + self.is_sending_default = is_sending_default + if is_signing_default is not None: + self.is_signing_default = is_signing_default + if landing_pages is not None: + self.landing_pages = landing_pages + if links is not None: + self.links = links + if logos is not None: + self.logos = logos + if resources is not None: + self.resources = resources @property def brand_company(self): - """ - Gets the brand_company of this Brand. - The name of the company associated with this brand. + """Gets the brand_company of this Brand. # noqa: E501 - :return: The brand_company of this Brand. + The name of the company associated with this brand. # noqa: E501 + + :return: The brand_company of this Brand. # noqa: E501 :rtype: str """ return self._brand_company @brand_company.setter def brand_company(self, brand_company): - """ - Sets the brand_company of this Brand. - The name of the company associated with this brand. + """Sets the brand_company of this Brand. + + The name of the company associated with this brand. # noqa: E501 - :param brand_company: The brand_company of this Brand. + :param brand_company: The brand_company of this Brand. # noqa: E501 :type: str """ @@ -107,22 +142,22 @@ def brand_company(self, brand_company): @property def brand_id(self): - """ - Gets the brand_id of this Brand. - The ID used to identify a specific brand in API calls. + """Gets the brand_id of this Brand. # noqa: E501 + + The ID used to identify a specific brand in API calls. # noqa: E501 - :return: The brand_id of this Brand. + :return: The brand_id of this Brand. # noqa: E501 :rtype: str """ return self._brand_id @brand_id.setter def brand_id(self, brand_id): - """ - Sets the brand_id of this Brand. - The ID used to identify a specific brand in API calls. + """Sets the brand_id of this Brand. - :param brand_id: The brand_id of this Brand. + The ID used to identify a specific brand in API calls. # noqa: E501 + + :param brand_id: The brand_id of this Brand. # noqa: E501 :type: str """ @@ -130,22 +165,22 @@ def brand_id(self, brand_id): @property def brand_languages(self): - """ - Gets the brand_languages of this Brand. - + """Gets the brand_languages of this Brand. # noqa: E501 + + # noqa: E501 - :return: The brand_languages of this Brand. + :return: The brand_languages of this Brand. # noqa: E501 :rtype: list[str] """ return self._brand_languages @brand_languages.setter def brand_languages(self, brand_languages): - """ - Sets the brand_languages of this Brand. - + """Sets the brand_languages of this Brand. + + # noqa: E501 - :param brand_languages: The brand_languages of this Brand. + :param brand_languages: The brand_languages of this Brand. # noqa: E501 :type: list[str] """ @@ -153,22 +188,22 @@ def brand_languages(self, brand_languages): @property def brand_name(self): - """ - Gets the brand_name of this Brand. - The name of the brand. + """Gets the brand_name of this Brand. # noqa: E501 - :return: The brand_name of this Brand. + The name of the brand. # noqa: E501 + + :return: The brand_name of this Brand. # noqa: E501 :rtype: str """ return self._brand_name @brand_name.setter def brand_name(self, brand_name): - """ - Sets the brand_name of this Brand. - The name of the brand. + """Sets the brand_name of this Brand. + + The name of the brand. # noqa: E501 - :param brand_name: The brand_name of this Brand. + :param brand_name: The brand_name of this Brand. # noqa: E501 :type: str """ @@ -176,22 +211,22 @@ def brand_name(self, brand_name): @property def colors(self): - """ - Gets the colors of this Brand. - + """Gets the colors of this Brand. # noqa: E501 + + # noqa: E501 - :return: The colors of this Brand. + :return: The colors of this Brand. # noqa: E501 :rtype: list[NameValue] """ return self._colors @colors.setter def colors(self, colors): - """ - Sets the colors of this Brand. - + """Sets the colors of this Brand. - :param colors: The colors of this Brand. + # noqa: E501 + + :param colors: The colors of this Brand. # noqa: E501 :type: list[NameValue] """ @@ -199,22 +234,22 @@ def colors(self, colors): @property def default_brand_language(self): - """ - Gets the default_brand_language of this Brand. - + """Gets the default_brand_language of this Brand. # noqa: E501 + + # noqa: E501 - :return: The default_brand_language of this Brand. + :return: The default_brand_language of this Brand. # noqa: E501 :rtype: str """ return self._default_brand_language @default_brand_language.setter def default_brand_language(self, default_brand_language): - """ - Sets the default_brand_language of this Brand. - + """Sets the default_brand_language of this Brand. + + # noqa: E501 - :param default_brand_language: The default_brand_language of this Brand. + :param default_brand_language: The default_brand_language of this Brand. # noqa: E501 :type: str """ @@ -222,22 +257,22 @@ def default_brand_language(self, default_brand_language): @property def email_content(self): - """ - Gets the email_content of this Brand. - + """Gets the email_content of this Brand. # noqa: E501 + + # noqa: E501 - :return: The email_content of this Brand. + :return: The email_content of this Brand. # noqa: E501 :rtype: list[BrandEmailContent] """ return self._email_content @email_content.setter def email_content(self, email_content): - """ - Sets the email_content of this Brand. - + """Sets the email_content of this Brand. - :param email_content: The email_content of this Brand. + # noqa: E501 + + :param email_content: The email_content of this Brand. # noqa: E501 :type: list[BrandEmailContent] """ @@ -245,20 +280,20 @@ def email_content(self, email_content): @property def error_details(self): - """ - Gets the error_details of this Brand. + """Gets the error_details of this Brand. # noqa: E501 + - :return: The error_details of this Brand. + :return: The error_details of this Brand. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Brand. + """Sets the error_details of this Brand. + - :param error_details: The error_details of this Brand. + :param error_details: The error_details of this Brand. # noqa: E501 :type: ErrorDetails """ @@ -266,22 +301,22 @@ def error_details(self, error_details): @property def is_overriding_company_name(self): - """ - Gets the is_overriding_company_name of this Brand. - + """Gets the is_overriding_company_name of this Brand. # noqa: E501 - :return: The is_overriding_company_name of this Brand. + # noqa: E501 + + :return: The is_overriding_company_name of this Brand. # noqa: E501 :rtype: bool """ return self._is_overriding_company_name @is_overriding_company_name.setter def is_overriding_company_name(self, is_overriding_company_name): - """ - Sets the is_overriding_company_name of this Brand. - + """Sets the is_overriding_company_name of this Brand. + + # noqa: E501 - :param is_overriding_company_name: The is_overriding_company_name of this Brand. + :param is_overriding_company_name: The is_overriding_company_name of this Brand. # noqa: E501 :type: bool """ @@ -289,22 +324,22 @@ def is_overriding_company_name(self, is_overriding_company_name): @property def is_sending_default(self): - """ - Gets the is_sending_default of this Brand. - + """Gets the is_sending_default of this Brand. # noqa: E501 + + # noqa: E501 - :return: The is_sending_default of this Brand. + :return: The is_sending_default of this Brand. # noqa: E501 :rtype: bool """ return self._is_sending_default @is_sending_default.setter def is_sending_default(self, is_sending_default): - """ - Sets the is_sending_default of this Brand. - + """Sets the is_sending_default of this Brand. - :param is_sending_default: The is_sending_default of this Brand. + # noqa: E501 + + :param is_sending_default: The is_sending_default of this Brand. # noqa: E501 :type: bool """ @@ -312,22 +347,22 @@ def is_sending_default(self, is_sending_default): @property def is_signing_default(self): - """ - Gets the is_signing_default of this Brand. - + """Gets the is_signing_default of this Brand. # noqa: E501 + + # noqa: E501 - :return: The is_signing_default of this Brand. + :return: The is_signing_default of this Brand. # noqa: E501 :rtype: bool """ return self._is_signing_default @is_signing_default.setter def is_signing_default(self, is_signing_default): - """ - Sets the is_signing_default of this Brand. - + """Sets the is_signing_default of this Brand. + + # noqa: E501 - :param is_signing_default: The is_signing_default of this Brand. + :param is_signing_default: The is_signing_default of this Brand. # noqa: E501 :type: bool """ @@ -335,22 +370,22 @@ def is_signing_default(self, is_signing_default): @property def landing_pages(self): - """ - Gets the landing_pages of this Brand. - + """Gets the landing_pages of this Brand. # noqa: E501 - :return: The landing_pages of this Brand. + # noqa: E501 + + :return: The landing_pages of this Brand. # noqa: E501 :rtype: list[NameValue] """ return self._landing_pages @landing_pages.setter def landing_pages(self, landing_pages): - """ - Sets the landing_pages of this Brand. - + """Sets the landing_pages of this Brand. + + # noqa: E501 - :param landing_pages: The landing_pages of this Brand. + :param landing_pages: The landing_pages of this Brand. # noqa: E501 :type: list[NameValue] """ @@ -358,22 +393,22 @@ def landing_pages(self, landing_pages): @property def links(self): - """ - Gets the links of this Brand. - + """Gets the links of this Brand. # noqa: E501 + + # noqa: E501 - :return: The links of this Brand. + :return: The links of this Brand. # noqa: E501 :rtype: list[BrandLink] """ return self._links @links.setter def links(self, links): - """ - Sets the links of this Brand. - + """Sets the links of this Brand. - :param links: The links of this Brand. + # noqa: E501 + + :param links: The links of this Brand. # noqa: E501 :type: list[BrandLink] """ @@ -381,20 +416,20 @@ def links(self, links): @property def logos(self): - """ - Gets the logos of this Brand. + """Gets the logos of this Brand. # noqa: E501 + - :return: The logos of this Brand. + :return: The logos of this Brand. # noqa: E501 :rtype: BrandLogos """ return self._logos @logos.setter def logos(self, logos): - """ - Sets the logos of this Brand. + """Sets the logos of this Brand. + - :param logos: The logos of this Brand. + :param logos: The logos of this Brand. # noqa: E501 :type: BrandLogos """ @@ -402,32 +437,30 @@ def logos(self, logos): @property def resources(self): - """ - Gets the resources of this Brand. + """Gets the resources of this Brand. # noqa: E501 - :return: The resources of this Brand. + + :return: The resources of this Brand. # noqa: E501 :rtype: BrandResourceUrls """ return self._resources @resources.setter def resources(self, resources): - """ - Sets the resources of this Brand. + """Sets the resources of this Brand. + - :param resources: The resources of this Brand. + :param resources: The resources of this Brand. # noqa: E501 :type: BrandResourceUrls """ self._resources = resources def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -444,29 +477,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Brand, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Brand): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_email_content.py b/docusign_esign/models/brand_email_content.py index 2ae33bc0..ad8c05d6 100644 --- a/docusign_esign/models/brand_email_content.py +++ b/docusign_esign/models/brand_email_content.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandEmailContent(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, content=None, email_content_type=None, email_to_link=None, link_text=None): - """ - BrandEmailContent - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'content': 'str', - 'email_content_type': 'str', - 'email_to_link': 'str', - 'link_text': 'str' - } - - self.attribute_map = { - 'content': 'content', - 'email_content_type': 'emailContentType', - 'email_to_link': 'emailToLink', - 'link_text': 'linkText' - } - self._content = content - self._email_content_type = email_content_type - self._email_to_link = email_to_link - self._link_text = link_text + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'content': 'str', + 'email_content_type': 'str', + 'email_to_link': 'str', + 'link_text': 'str' + } + + attribute_map = { + 'content': 'content', + 'email_content_type': 'emailContentType', + 'email_to_link': 'emailToLink', + 'link_text': 'linkText' + } + + def __init__(self, content=None, email_content_type=None, email_to_link=None, link_text=None): # noqa: E501 + """BrandEmailContent - a model defined in Swagger""" # noqa: E501 + + self._content = None + self._email_content_type = None + self._email_to_link = None + self._link_text = None + self.discriminator = None + + if content is not None: + self.content = content + if email_content_type is not None: + self.email_content_type = email_content_type + if email_to_link is not None: + self.email_to_link = email_to_link + if link_text is not None: + self.link_text = link_text @property def content(self): - """ - Gets the content of this BrandEmailContent. - + """Gets the content of this BrandEmailContent. # noqa: E501 - :return: The content of this BrandEmailContent. + # noqa: E501 + + :return: The content of this BrandEmailContent. # noqa: E501 :rtype: str """ return self._content @content.setter def content(self, content): - """ - Sets the content of this BrandEmailContent. - + """Sets the content of this BrandEmailContent. - :param content: The content of this BrandEmailContent. + # noqa: E501 + + :param content: The content of this BrandEmailContent. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def content(self, content): @property def email_content_type(self): - """ - Gets the email_content_type of this BrandEmailContent. - + """Gets the email_content_type of this BrandEmailContent. # noqa: E501 + + # noqa: E501 - :return: The email_content_type of this BrandEmailContent. + :return: The email_content_type of this BrandEmailContent. # noqa: E501 :rtype: str """ return self._email_content_type @email_content_type.setter def email_content_type(self, email_content_type): - """ - Sets the email_content_type of this BrandEmailContent. - + """Sets the email_content_type of this BrandEmailContent. + + # noqa: E501 - :param email_content_type: The email_content_type of this BrandEmailContent. + :param email_content_type: The email_content_type of this BrandEmailContent. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def email_content_type(self, email_content_type): @property def email_to_link(self): - """ - Gets the email_to_link of this BrandEmailContent. - + """Gets the email_to_link of this BrandEmailContent. # noqa: E501 + + # noqa: E501 - :return: The email_to_link of this BrandEmailContent. + :return: The email_to_link of this BrandEmailContent. # noqa: E501 :rtype: str """ return self._email_to_link @email_to_link.setter def email_to_link(self, email_to_link): - """ - Sets the email_to_link of this BrandEmailContent. - + """Sets the email_to_link of this BrandEmailContent. - :param email_to_link: The email_to_link of this BrandEmailContent. + # noqa: E501 + + :param email_to_link: The email_to_link of this BrandEmailContent. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def email_to_link(self, email_to_link): @property def link_text(self): - """ - Gets the link_text of this BrandEmailContent. - + """Gets the link_text of this BrandEmailContent. # noqa: E501 - :return: The link_text of this BrandEmailContent. + # noqa: E501 + + :return: The link_text of this BrandEmailContent. # noqa: E501 :rtype: str """ return self._link_text @link_text.setter def link_text(self, link_text): - """ - Sets the link_text of this BrandEmailContent. - + """Sets the link_text of this BrandEmailContent. + + # noqa: E501 - :param link_text: The link_text of this BrandEmailContent. + :param link_text: The link_text of this BrandEmailContent. # noqa: E501 :type: str """ self._link_text = link_text def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandEmailContent, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandEmailContent): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_link.py b/docusign_esign/models/brand_link.py index 78f1c70a..5c9a06f7 100644 --- a/docusign_esign/models/brand_link.py +++ b/docusign_esign/models/brand_link.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandLink(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, link_text=None, link_type=None, show_link=None, url_or_mail_to=None): - """ - BrandLink - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'link_text': 'str', - 'link_type': 'str', - 'show_link': 'str', - 'url_or_mail_to': 'str' - } - - self.attribute_map = { - 'link_text': 'linkText', - 'link_type': 'linkType', - 'show_link': 'showLink', - 'url_or_mail_to': 'urlOrMailTo' - } - self._link_text = link_text - self._link_type = link_type - self._show_link = show_link - self._url_or_mail_to = url_or_mail_to + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'link_text': 'str', + 'link_type': 'str', + 'show_link': 'str', + 'url_or_mail_to': 'str' + } + + attribute_map = { + 'link_text': 'linkText', + 'link_type': 'linkType', + 'show_link': 'showLink', + 'url_or_mail_to': 'urlOrMailTo' + } + + def __init__(self, link_text=None, link_type=None, show_link=None, url_or_mail_to=None): # noqa: E501 + """BrandLink - a model defined in Swagger""" # noqa: E501 + + self._link_text = None + self._link_type = None + self._show_link = None + self._url_or_mail_to = None + self.discriminator = None + + if link_text is not None: + self.link_text = link_text + if link_type is not None: + self.link_type = link_type + if show_link is not None: + self.show_link = show_link + if url_or_mail_to is not None: + self.url_or_mail_to = url_or_mail_to @property def link_text(self): - """ - Gets the link_text of this BrandLink. - + """Gets the link_text of this BrandLink. # noqa: E501 - :return: The link_text of this BrandLink. + # noqa: E501 + + :return: The link_text of this BrandLink. # noqa: E501 :rtype: str """ return self._link_text @link_text.setter def link_text(self, link_text): - """ - Sets the link_text of this BrandLink. - + """Sets the link_text of this BrandLink. - :param link_text: The link_text of this BrandLink. + # noqa: E501 + + :param link_text: The link_text of this BrandLink. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def link_text(self, link_text): @property def link_type(self): - """ - Gets the link_type of this BrandLink. - + """Gets the link_type of this BrandLink. # noqa: E501 + + # noqa: E501 - :return: The link_type of this BrandLink. + :return: The link_type of this BrandLink. # noqa: E501 :rtype: str """ return self._link_type @link_type.setter def link_type(self, link_type): - """ - Sets the link_type of this BrandLink. - + """Sets the link_type of this BrandLink. + + # noqa: E501 - :param link_type: The link_type of this BrandLink. + :param link_type: The link_type of this BrandLink. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def link_type(self, link_type): @property def show_link(self): - """ - Gets the show_link of this BrandLink. - + """Gets the show_link of this BrandLink. # noqa: E501 + + # noqa: E501 - :return: The show_link of this BrandLink. + :return: The show_link of this BrandLink. # noqa: E501 :rtype: str """ return self._show_link @show_link.setter def show_link(self, show_link): - """ - Sets the show_link of this BrandLink. - + """Sets the show_link of this BrandLink. - :param show_link: The show_link of this BrandLink. + # noqa: E501 + + :param show_link: The show_link of this BrandLink. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def show_link(self, show_link): @property def url_or_mail_to(self): - """ - Gets the url_or_mail_to of this BrandLink. - + """Gets the url_or_mail_to of this BrandLink. # noqa: E501 - :return: The url_or_mail_to of this BrandLink. + # noqa: E501 + + :return: The url_or_mail_to of this BrandLink. # noqa: E501 :rtype: str """ return self._url_or_mail_to @url_or_mail_to.setter def url_or_mail_to(self, url_or_mail_to): - """ - Sets the url_or_mail_to of this BrandLink. - + """Sets the url_or_mail_to of this BrandLink. + + # noqa: E501 - :param url_or_mail_to: The url_or_mail_to of this BrandLink. + :param url_or_mail_to: The url_or_mail_to of this BrandLink. # noqa: E501 :type: str """ self._url_or_mail_to = url_or_mail_to def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandLink, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandLink): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_logos.py b/docusign_esign/models/brand_logos.py index d8fbb662..3e937f80 100644 --- a/docusign_esign/models/brand_logos.py +++ b/docusign_esign/models/brand_logos.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandLogos(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, primary=None, secondary=None): - """ - BrandLogos - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'primary': 'str', - 'secondary': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'primary': 'primary', - 'secondary': 'secondary' - } - - self._email = email - self._primary = primary - self._secondary = secondary + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'primary': 'str', + 'secondary': 'str' + } + + attribute_map = { + 'email': 'email', + 'primary': 'primary', + 'secondary': 'secondary' + } + + def __init__(self, email=None, primary=None, secondary=None): # noqa: E501 + """BrandLogos - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._primary = None + self._secondary = None + self.discriminator = None + + if email is not None: + self.email = email + if primary is not None: + self.primary = primary + if secondary is not None: + self.secondary = secondary @property def email(self): - """ - Gets the email of this BrandLogos. - + """Gets the email of this BrandLogos. # noqa: E501 + + # noqa: E501 - :return: The email of this BrandLogos. + :return: The email of this BrandLogos. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BrandLogos. - + """Sets the email of this BrandLogos. + + # noqa: E501 - :param email: The email of this BrandLogos. + :param email: The email of this BrandLogos. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def email(self, email): @property def primary(self): - """ - Gets the primary of this BrandLogos. - + """Gets the primary of this BrandLogos. # noqa: E501 + + # noqa: E501 - :return: The primary of this BrandLogos. + :return: The primary of this BrandLogos. # noqa: E501 :rtype: str """ return self._primary @primary.setter def primary(self, primary): - """ - Sets the primary of this BrandLogos. - + """Sets the primary of this BrandLogos. + + # noqa: E501 - :param primary: The primary of this BrandLogos. + :param primary: The primary of this BrandLogos. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def primary(self, primary): @property def secondary(self): - """ - Gets the secondary of this BrandLogos. - + """Gets the secondary of this BrandLogos. # noqa: E501 - :return: The secondary of this BrandLogos. + # noqa: E501 + + :return: The secondary of this BrandLogos. # noqa: E501 :rtype: str """ return self._secondary @secondary.setter def secondary(self, secondary): - """ - Sets the secondary of this BrandLogos. - + """Sets the secondary of this BrandLogos. - :param secondary: The secondary of this BrandLogos. + # noqa: E501 + + :param secondary: The secondary of this BrandLogos. # noqa: E501 :type: str """ self._secondary = secondary def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandLogos, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandLogos): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_request.py b/docusign_esign/models/brand_request.py index 28b629f0..3c462841 100644 --- a/docusign_esign/models/brand_request.py +++ b/docusign_esign/models/brand_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, brand_id=None): - """ - BrandRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'brand_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'brand_id': 'str' + } - self.attribute_map = { - 'brand_id': 'brandId' - } + attribute_map = { + 'brand_id': 'brandId' + } - self._brand_id = brand_id + def __init__(self, brand_id=None): # noqa: E501 + """BrandRequest - a model defined in Swagger""" # noqa: E501 + + self._brand_id = None + self.discriminator = None + + if brand_id is not None: + self.brand_id = brand_id @property def brand_id(self): - """ - Gets the brand_id of this BrandRequest. - The ID of the brand used in API calls + """Gets the brand_id of this BrandRequest. # noqa: E501 + + The ID of the brand used in API calls # noqa: E501 - :return: The brand_id of this BrandRequest. + :return: The brand_id of this BrandRequest. # noqa: E501 :rtype: str """ return self._brand_id @brand_id.setter def brand_id(self, brand_id): - """ - Sets the brand_id of this BrandRequest. - The ID of the brand used in API calls + """Sets the brand_id of this BrandRequest. - :param brand_id: The brand_id of this BrandRequest. + The ID of the brand used in API calls # noqa: E501 + + :param brand_id: The brand_id of this BrandRequest. # noqa: E501 :type: str """ self._brand_id = brand_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_resource_urls.py b/docusign_esign/models/brand_resource_urls.py index 59031bd5..a7e88321 100644 --- a/docusign_esign/models/brand_resource_urls.py +++ b/docusign_esign/models/brand_resource_urls.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandResourceUrls(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, sending=None, signing=None, signing_captive=None): - """ - BrandResourceUrls - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'sending': 'str', - 'signing': 'str', - 'signing_captive': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'sending': 'sending', - 'signing': 'signing', - 'signing_captive': 'signingCaptive' - } - self._email = email - self._sending = sending - self._signing = signing - self._signing_captive = signing_captive + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'sending': 'str', + 'signing': 'str', + 'signing_captive': 'str' + } + + attribute_map = { + 'email': 'email', + 'sending': 'sending', + 'signing': 'signing', + 'signing_captive': 'signingCaptive' + } + + def __init__(self, email=None, sending=None, signing=None, signing_captive=None): # noqa: E501 + """BrandResourceUrls - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._sending = None + self._signing = None + self._signing_captive = None + self.discriminator = None + + if email is not None: + self.email = email + if sending is not None: + self.sending = sending + if signing is not None: + self.signing = signing + if signing_captive is not None: + self.signing_captive = signing_captive @property def email(self): - """ - Gets the email of this BrandResourceUrls. - + """Gets the email of this BrandResourceUrls. # noqa: E501 - :return: The email of this BrandResourceUrls. + # noqa: E501 + + :return: The email of this BrandResourceUrls. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BrandResourceUrls. - + """Sets the email of this BrandResourceUrls. - :param email: The email of this BrandResourceUrls. + # noqa: E501 + + :param email: The email of this BrandResourceUrls. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def email(self, email): @property def sending(self): - """ - Gets the sending of this BrandResourceUrls. - + """Gets the sending of this BrandResourceUrls. # noqa: E501 + + # noqa: E501 - :return: The sending of this BrandResourceUrls. + :return: The sending of this BrandResourceUrls. # noqa: E501 :rtype: str """ return self._sending @sending.setter def sending(self, sending): - """ - Sets the sending of this BrandResourceUrls. - + """Sets the sending of this BrandResourceUrls. + + # noqa: E501 - :param sending: The sending of this BrandResourceUrls. + :param sending: The sending of this BrandResourceUrls. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def sending(self, sending): @property def signing(self): - """ - Gets the signing of this BrandResourceUrls. - + """Gets the signing of this BrandResourceUrls. # noqa: E501 + + # noqa: E501 - :return: The signing of this BrandResourceUrls. + :return: The signing of this BrandResourceUrls. # noqa: E501 :rtype: str """ return self._signing @signing.setter def signing(self, signing): - """ - Sets the signing of this BrandResourceUrls. - + """Sets the signing of this BrandResourceUrls. - :param signing: The signing of this BrandResourceUrls. + # noqa: E501 + + :param signing: The signing of this BrandResourceUrls. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def signing(self, signing): @property def signing_captive(self): - """ - Gets the signing_captive of this BrandResourceUrls. - + """Gets the signing_captive of this BrandResourceUrls. # noqa: E501 - :return: The signing_captive of this BrandResourceUrls. + # noqa: E501 + + :return: The signing_captive of this BrandResourceUrls. # noqa: E501 :rtype: str """ return self._signing_captive @signing_captive.setter def signing_captive(self, signing_captive): - """ - Sets the signing_captive of this BrandResourceUrls. - + """Sets the signing_captive of this BrandResourceUrls. + + # noqa: E501 - :param signing_captive: The signing_captive of this BrandResourceUrls. + :param signing_captive: The signing_captive of this BrandResourceUrls. # noqa: E501 :type: str """ self._signing_captive = signing_captive def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandResourceUrls, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandResourceUrls): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_resources.py b/docusign_esign/models/brand_resources.py index 2633831b..e41b95a3 100644 --- a/docusign_esign/models/brand_resources.py +++ b/docusign_esign/models/brand_resources.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,72 +11,93 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandResources(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created_by_user_info=None, created_date=None, data_not_saved_not_in_master=None, modified_by_user_info=None, modified_date=None, modified_templates=None, resources_content_type=None, resources_content_uri=None): - """ - BrandResources - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created_by_user_info': 'UserInfo', - 'created_date': 'str', - 'data_not_saved_not_in_master': 'list[str]', - 'modified_by_user_info': 'UserInfo', - 'modified_date': 'str', - 'modified_templates': 'list[str]', - 'resources_content_type': 'str', - 'resources_content_uri': 'str' - } - - self.attribute_map = { - 'created_by_user_info': 'createdByUserInfo', - 'created_date': 'createdDate', - 'data_not_saved_not_in_master': 'dataNotSavedNotInMaster', - 'modified_by_user_info': 'modifiedByUserInfo', - 'modified_date': 'modifiedDate', - 'modified_templates': 'modifiedTemplates', - 'resources_content_type': 'resourcesContentType', - 'resources_content_uri': 'resourcesContentUri' - } - - self._created_by_user_info = created_by_user_info - self._created_date = created_date - self._data_not_saved_not_in_master = data_not_saved_not_in_master - self._modified_by_user_info = modified_by_user_info - self._modified_date = modified_date - self._modified_templates = modified_templates - self._resources_content_type = resources_content_type - self._resources_content_uri = resources_content_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created_by_user_info': 'UserInfo', + 'created_date': 'str', + 'data_not_saved_not_in_master': 'list[str]', + 'modified_by_user_info': 'UserInfo', + 'modified_date': 'str', + 'modified_templates': 'list[str]', + 'resources_content_type': 'str', + 'resources_content_uri': 'str' + } + + attribute_map = { + 'created_by_user_info': 'createdByUserInfo', + 'created_date': 'createdDate', + 'data_not_saved_not_in_master': 'dataNotSavedNotInMaster', + 'modified_by_user_info': 'modifiedByUserInfo', + 'modified_date': 'modifiedDate', + 'modified_templates': 'modifiedTemplates', + 'resources_content_type': 'resourcesContentType', + 'resources_content_uri': 'resourcesContentUri' + } + + def __init__(self, created_by_user_info=None, created_date=None, data_not_saved_not_in_master=None, modified_by_user_info=None, modified_date=None, modified_templates=None, resources_content_type=None, resources_content_uri=None): # noqa: E501 + """BrandResources - a model defined in Swagger""" # noqa: E501 + + self._created_by_user_info = None + self._created_date = None + self._data_not_saved_not_in_master = None + self._modified_by_user_info = None + self._modified_date = None + self._modified_templates = None + self._resources_content_type = None + self._resources_content_uri = None + self.discriminator = None + + if created_by_user_info is not None: + self.created_by_user_info = created_by_user_info + if created_date is not None: + self.created_date = created_date + if data_not_saved_not_in_master is not None: + self.data_not_saved_not_in_master = data_not_saved_not_in_master + if modified_by_user_info is not None: + self.modified_by_user_info = modified_by_user_info + if modified_date is not None: + self.modified_date = modified_date + if modified_templates is not None: + self.modified_templates = modified_templates + if resources_content_type is not None: + self.resources_content_type = resources_content_type + if resources_content_uri is not None: + self.resources_content_uri = resources_content_uri @property def created_by_user_info(self): - """ - Gets the created_by_user_info of this BrandResources. + """Gets the created_by_user_info of this BrandResources. # noqa: E501 - :return: The created_by_user_info of this BrandResources. + + :return: The created_by_user_info of this BrandResources. # noqa: E501 :rtype: UserInfo """ return self._created_by_user_info @created_by_user_info.setter def created_by_user_info(self, created_by_user_info): - """ - Sets the created_by_user_info of this BrandResources. + """Sets the created_by_user_info of this BrandResources. - :param created_by_user_info: The created_by_user_info of this BrandResources. + + :param created_by_user_info: The created_by_user_info of this BrandResources. # noqa: E501 :type: UserInfo """ @@ -84,22 +105,22 @@ def created_by_user_info(self, created_by_user_info): @property def created_date(self): - """ - Gets the created_date of this BrandResources. - + """Gets the created_date of this BrandResources. # noqa: E501 - :return: The created_date of this BrandResources. + # noqa: E501 + + :return: The created_date of this BrandResources. # noqa: E501 :rtype: str """ return self._created_date @created_date.setter def created_date(self, created_date): - """ - Sets the created_date of this BrandResources. - + """Sets the created_date of this BrandResources. - :param created_date: The created_date of this BrandResources. + # noqa: E501 + + :param created_date: The created_date of this BrandResources. # noqa: E501 :type: str """ @@ -107,22 +128,22 @@ def created_date(self, created_date): @property def data_not_saved_not_in_master(self): - """ - Gets the data_not_saved_not_in_master of this BrandResources. - + """Gets the data_not_saved_not_in_master of this BrandResources. # noqa: E501 - :return: The data_not_saved_not_in_master of this BrandResources. + # noqa: E501 + + :return: The data_not_saved_not_in_master of this BrandResources. # noqa: E501 :rtype: list[str] """ return self._data_not_saved_not_in_master @data_not_saved_not_in_master.setter def data_not_saved_not_in_master(self, data_not_saved_not_in_master): - """ - Sets the data_not_saved_not_in_master of this BrandResources. - + """Sets the data_not_saved_not_in_master of this BrandResources. - :param data_not_saved_not_in_master: The data_not_saved_not_in_master of this BrandResources. + # noqa: E501 + + :param data_not_saved_not_in_master: The data_not_saved_not_in_master of this BrandResources. # noqa: E501 :type: list[str] """ @@ -130,20 +151,20 @@ def data_not_saved_not_in_master(self, data_not_saved_not_in_master): @property def modified_by_user_info(self): - """ - Gets the modified_by_user_info of this BrandResources. + """Gets the modified_by_user_info of this BrandResources. # noqa: E501 + - :return: The modified_by_user_info of this BrandResources. + :return: The modified_by_user_info of this BrandResources. # noqa: E501 :rtype: UserInfo """ return self._modified_by_user_info @modified_by_user_info.setter def modified_by_user_info(self, modified_by_user_info): - """ - Sets the modified_by_user_info of this BrandResources. + """Sets the modified_by_user_info of this BrandResources. + - :param modified_by_user_info: The modified_by_user_info of this BrandResources. + :param modified_by_user_info: The modified_by_user_info of this BrandResources. # noqa: E501 :type: UserInfo """ @@ -151,22 +172,22 @@ def modified_by_user_info(self, modified_by_user_info): @property def modified_date(self): - """ - Gets the modified_date of this BrandResources. - + """Gets the modified_date of this BrandResources. # noqa: E501 + + # noqa: E501 - :return: The modified_date of this BrandResources. + :return: The modified_date of this BrandResources. # noqa: E501 :rtype: str """ return self._modified_date @modified_date.setter def modified_date(self, modified_date): - """ - Sets the modified_date of this BrandResources. - + """Sets the modified_date of this BrandResources. + + # noqa: E501 - :param modified_date: The modified_date of this BrandResources. + :param modified_date: The modified_date of this BrandResources. # noqa: E501 :type: str """ @@ -174,22 +195,22 @@ def modified_date(self, modified_date): @property def modified_templates(self): - """ - Gets the modified_templates of this BrandResources. - + """Gets the modified_templates of this BrandResources. # noqa: E501 + + # noqa: E501 - :return: The modified_templates of this BrandResources. + :return: The modified_templates of this BrandResources. # noqa: E501 :rtype: list[str] """ return self._modified_templates @modified_templates.setter def modified_templates(self, modified_templates): - """ - Sets the modified_templates of this BrandResources. - + """Sets the modified_templates of this BrandResources. + + # noqa: E501 - :param modified_templates: The modified_templates of this BrandResources. + :param modified_templates: The modified_templates of this BrandResources. # noqa: E501 :type: list[str] """ @@ -197,22 +218,22 @@ def modified_templates(self, modified_templates): @property def resources_content_type(self): - """ - Gets the resources_content_type of this BrandResources. - + """Gets the resources_content_type of this BrandResources. # noqa: E501 + + # noqa: E501 - :return: The resources_content_type of this BrandResources. + :return: The resources_content_type of this BrandResources. # noqa: E501 :rtype: str """ return self._resources_content_type @resources_content_type.setter def resources_content_type(self, resources_content_type): - """ - Sets the resources_content_type of this BrandResources. - + """Sets the resources_content_type of this BrandResources. + + # noqa: E501 - :param resources_content_type: The resources_content_type of this BrandResources. + :param resources_content_type: The resources_content_type of this BrandResources. # noqa: E501 :type: str """ @@ -220,34 +241,32 @@ def resources_content_type(self, resources_content_type): @property def resources_content_uri(self): - """ - Gets the resources_content_uri of this BrandResources. - + """Gets the resources_content_uri of this BrandResources. # noqa: E501 - :return: The resources_content_uri of this BrandResources. + # noqa: E501 + + :return: The resources_content_uri of this BrandResources. # noqa: E501 :rtype: str """ return self._resources_content_uri @resources_content_uri.setter def resources_content_uri(self, resources_content_uri): - """ - Sets the resources_content_uri of this BrandResources. - + """Sets the resources_content_uri of this BrandResources. - :param resources_content_uri: The resources_content_uri of this BrandResources. + # noqa: E501 + + :param resources_content_uri: The resources_content_uri of this BrandResources. # noqa: E501 :type: str """ self._resources_content_uri = resources_content_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -264,29 +283,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandResources, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandResources): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brand_resources_list.py b/docusign_esign/models/brand_resources_list.py index 11673915..7be8b654 100644 --- a/docusign_esign/models/brand_resources_list.py +++ b/docusign_esign/models/brand_resources_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandResourcesList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, resources_content_types=None): - """ - BrandResourcesList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'resources_content_types': 'list[BrandResources]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'resources_content_types': 'list[BrandResources]' + } - self.attribute_map = { - 'resources_content_types': 'resourcesContentTypes' - } + attribute_map = { + 'resources_content_types': 'resourcesContentTypes' + } - self._resources_content_types = resources_content_types + def __init__(self, resources_content_types=None): # noqa: E501 + """BrandResourcesList - a model defined in Swagger""" # noqa: E501 + + self._resources_content_types = None + self.discriminator = None + + if resources_content_types is not None: + self.resources_content_types = resources_content_types @property def resources_content_types(self): - """ - Gets the resources_content_types of this BrandResourcesList. - + """Gets the resources_content_types of this BrandResourcesList. # noqa: E501 + + # noqa: E501 - :return: The resources_content_types of this BrandResourcesList. + :return: The resources_content_types of this BrandResourcesList. # noqa: E501 :rtype: list[BrandResources] """ return self._resources_content_types @resources_content_types.setter def resources_content_types(self, resources_content_types): - """ - Sets the resources_content_types of this BrandResourcesList. - + """Sets the resources_content_types of this BrandResourcesList. - :param resources_content_types: The resources_content_types of this BrandResourcesList. + # noqa: E501 + + :param resources_content_types: The resources_content_types of this BrandResourcesList. # noqa: E501 :type: list[BrandResources] """ self._resources_content_types = resources_content_types def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandResourcesList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandResourcesList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brands_request.py b/docusign_esign/models/brands_request.py index c2276665..909a4b1b 100644 --- a/docusign_esign/models/brands_request.py +++ b/docusign_esign/models/brands_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandsRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, brands=None): - """ - BrandsRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'brands': 'list[BrandRequest]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'brands': 'list[BrandRequest]' + } - self.attribute_map = { - 'brands': 'brands' - } + attribute_map = { + 'brands': 'brands' + } - self._brands = brands + def __init__(self, brands=None): # noqa: E501 + """BrandsRequest - a model defined in Swagger""" # noqa: E501 + + self._brands = None + self.discriminator = None + + if brands is not None: + self.brands = brands @property def brands(self): - """ - Gets the brands of this BrandsRequest. - The list of brands. + """Gets the brands of this BrandsRequest. # noqa: E501 + + The list of brands. # noqa: E501 - :return: The brands of this BrandsRequest. + :return: The brands of this BrandsRequest. # noqa: E501 :rtype: list[BrandRequest] """ return self._brands @brands.setter def brands(self, brands): - """ - Sets the brands of this BrandsRequest. - The list of brands. + """Sets the brands of this BrandsRequest. - :param brands: The brands of this BrandsRequest. + The list of brands. # noqa: E501 + + :param brands: The brands of this BrandsRequest. # noqa: E501 :type: list[BrandRequest] """ self._brands = brands def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandsRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandsRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/brands_response.py b/docusign_esign/models/brands_response.py index bf49a014..2c94ea05 100644 --- a/docusign_esign/models/brands_response.py +++ b/docusign_esign/models/brands_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BrandsResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, brands=None, recipient_brand_id_default=None, sender_brand_id_default=None): - """ - BrandsResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'brands': 'list[Brand]', - 'recipient_brand_id_default': 'str', - 'sender_brand_id_default': 'str' - } - - self.attribute_map = { - 'brands': 'brands', - 'recipient_brand_id_default': 'recipientBrandIdDefault', - 'sender_brand_id_default': 'senderBrandIdDefault' - } - - self._brands = brands - self._recipient_brand_id_default = recipient_brand_id_default - self._sender_brand_id_default = sender_brand_id_default + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'brands': 'list[Brand]', + 'recipient_brand_id_default': 'str', + 'sender_brand_id_default': 'str' + } + + attribute_map = { + 'brands': 'brands', + 'recipient_brand_id_default': 'recipientBrandIdDefault', + 'sender_brand_id_default': 'senderBrandIdDefault' + } + + def __init__(self, brands=None, recipient_brand_id_default=None, sender_brand_id_default=None): # noqa: E501 + """BrandsResponse - a model defined in Swagger""" # noqa: E501 + + self._brands = None + self._recipient_brand_id_default = None + self._sender_brand_id_default = None + self.discriminator = None + + if brands is not None: + self.brands = brands + if recipient_brand_id_default is not None: + self.recipient_brand_id_default = recipient_brand_id_default + if sender_brand_id_default is not None: + self.sender_brand_id_default = sender_brand_id_default @property def brands(self): - """ - Gets the brands of this BrandsResponse. - The list of brands. + """Gets the brands of this BrandsResponse. # noqa: E501 + + The list of brands. # noqa: E501 - :return: The brands of this BrandsResponse. + :return: The brands of this BrandsResponse. # noqa: E501 :rtype: list[Brand] """ return self._brands @brands.setter def brands(self, brands): - """ - Sets the brands of this BrandsResponse. - The list of brands. + """Sets the brands of this BrandsResponse. + + The list of brands. # noqa: E501 - :param brands: The brands of this BrandsResponse. + :param brands: The brands of this BrandsResponse. # noqa: E501 :type: list[Brand] """ @@ -71,22 +82,22 @@ def brands(self, brands): @property def recipient_brand_id_default(self): - """ - Gets the recipient_brand_id_default of this BrandsResponse. - The brand seen by envelope recipients when a brand is not explicitly set. + """Gets the recipient_brand_id_default of this BrandsResponse. # noqa: E501 + + The brand seen by envelope recipients when a brand is not explicitly set. # noqa: E501 - :return: The recipient_brand_id_default of this BrandsResponse. + :return: The recipient_brand_id_default of this BrandsResponse. # noqa: E501 :rtype: str """ return self._recipient_brand_id_default @recipient_brand_id_default.setter def recipient_brand_id_default(self, recipient_brand_id_default): - """ - Sets the recipient_brand_id_default of this BrandsResponse. - The brand seen by envelope recipients when a brand is not explicitly set. + """Sets the recipient_brand_id_default of this BrandsResponse. + + The brand seen by envelope recipients when a brand is not explicitly set. # noqa: E501 - :param recipient_brand_id_default: The recipient_brand_id_default of this BrandsResponse. + :param recipient_brand_id_default: The recipient_brand_id_default of this BrandsResponse. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def recipient_brand_id_default(self, recipient_brand_id_default): @property def sender_brand_id_default(self): - """ - Gets the sender_brand_id_default of this BrandsResponse. - The brand seen by envelope senders when a brand is not explicitly set. + """Gets the sender_brand_id_default of this BrandsResponse. # noqa: E501 - :return: The sender_brand_id_default of this BrandsResponse. + The brand seen by envelope senders when a brand is not explicitly set. # noqa: E501 + + :return: The sender_brand_id_default of this BrandsResponse. # noqa: E501 :rtype: str """ return self._sender_brand_id_default @sender_brand_id_default.setter def sender_brand_id_default(self, sender_brand_id_default): - """ - Sets the sender_brand_id_default of this BrandsResponse. - The brand seen by envelope senders when a brand is not explicitly set. + """Sets the sender_brand_id_default of this BrandsResponse. - :param sender_brand_id_default: The sender_brand_id_default of this BrandsResponse. + The brand seen by envelope senders when a brand is not explicitly set. # noqa: E501 + + :param sender_brand_id_default: The sender_brand_id_default of this BrandsResponse. # noqa: E501 :type: str """ self._sender_brand_id_default = sender_brand_id_default def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BrandsResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BrandsResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_envelope.py b/docusign_esign/models/bulk_envelope.py index 34e48afe..fd357f76 100644 --- a/docusign_esign/models/bulk_envelope.py +++ b/docusign_esign/models/bulk_envelope.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkEnvelope(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_recipient_row=None, bulk_status=None, email=None, envelope_id=None, envelope_uri=None, error_details=None, name=None, submitted_date_time=None, transaction_id=None): - """ - BulkEnvelope - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_recipient_row': 'str', - 'bulk_status': 'str', - 'email': 'str', - 'envelope_id': 'str', - 'envelope_uri': 'str', - 'error_details': 'ErrorDetails', - 'name': 'str', - 'submitted_date_time': 'str', - 'transaction_id': 'str' - } - - self.attribute_map = { - 'bulk_recipient_row': 'bulkRecipientRow', - 'bulk_status': 'bulkStatus', - 'email': 'email', - 'envelope_id': 'envelopeId', - 'envelope_uri': 'envelopeUri', - 'error_details': 'errorDetails', - 'name': 'name', - 'submitted_date_time': 'submittedDateTime', - 'transaction_id': 'transactionId' - } - - self._bulk_recipient_row = bulk_recipient_row - self._bulk_status = bulk_status - self._email = email - self._envelope_id = envelope_id - self._envelope_uri = envelope_uri - self._error_details = error_details - self._name = name - self._submitted_date_time = submitted_date_time - self._transaction_id = transaction_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_recipient_row': 'str', + 'bulk_status': 'str', + 'email': 'str', + 'envelope_id': 'str', + 'envelope_uri': 'str', + 'error_details': 'ErrorDetails', + 'name': 'str', + 'submitted_date_time': 'str', + 'transaction_id': 'str' + } + + attribute_map = { + 'bulk_recipient_row': 'bulkRecipientRow', + 'bulk_status': 'bulkStatus', + 'email': 'email', + 'envelope_id': 'envelopeId', + 'envelope_uri': 'envelopeUri', + 'error_details': 'errorDetails', + 'name': 'name', + 'submitted_date_time': 'submittedDateTime', + 'transaction_id': 'transactionId' + } + + def __init__(self, bulk_recipient_row=None, bulk_status=None, email=None, envelope_id=None, envelope_uri=None, error_details=None, name=None, submitted_date_time=None, transaction_id=None): # noqa: E501 + """BulkEnvelope - a model defined in Swagger""" # noqa: E501 + + self._bulk_recipient_row = None + self._bulk_status = None + self._email = None + self._envelope_id = None + self._envelope_uri = None + self._error_details = None + self._name = None + self._submitted_date_time = None + self._transaction_id = None + self.discriminator = None + + if bulk_recipient_row is not None: + self.bulk_recipient_row = bulk_recipient_row + if bulk_status is not None: + self.bulk_status = bulk_status + if email is not None: + self.email = email + if envelope_id is not None: + self.envelope_id = envelope_id + if envelope_uri is not None: + self.envelope_uri = envelope_uri + if error_details is not None: + self.error_details = error_details + if name is not None: + self.name = name + if submitted_date_time is not None: + self.submitted_date_time = submitted_date_time + if transaction_id is not None: + self.transaction_id = transaction_id @property def bulk_recipient_row(self): - """ - Gets the bulk_recipient_row of this BulkEnvelope. - Reserved: TBD + """Gets the bulk_recipient_row of this BulkEnvelope. # noqa: E501 - :return: The bulk_recipient_row of this BulkEnvelope. + Reserved: TBD # noqa: E501 + + :return: The bulk_recipient_row of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._bulk_recipient_row @bulk_recipient_row.setter def bulk_recipient_row(self, bulk_recipient_row): - """ - Sets the bulk_recipient_row of this BulkEnvelope. - Reserved: TBD + """Sets the bulk_recipient_row of this BulkEnvelope. - :param bulk_recipient_row: The bulk_recipient_row of this BulkEnvelope. + Reserved: TBD # noqa: E501 + + :param bulk_recipient_row: The bulk_recipient_row of this BulkEnvelope. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def bulk_recipient_row(self, bulk_recipient_row): @property def bulk_status(self): - """ - Gets the bulk_status of this BulkEnvelope. - Indicates the status of the bulk send operation. Returned values can be: * queued * processing * sent * failed + """Gets the bulk_status of this BulkEnvelope. # noqa: E501 - :return: The bulk_status of this BulkEnvelope. + Indicates the status of the bulk send operation. Returned values can be: * queued * processing * sent * failed # noqa: E501 + + :return: The bulk_status of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._bulk_status @bulk_status.setter def bulk_status(self, bulk_status): - """ - Sets the bulk_status of this BulkEnvelope. - Indicates the status of the bulk send operation. Returned values can be: * queued * processing * sent * failed + """Sets the bulk_status of this BulkEnvelope. - :param bulk_status: The bulk_status of this BulkEnvelope. + Indicates the status of the bulk send operation. Returned values can be: * queued * processing * sent * failed # noqa: E501 + + :param bulk_status: The bulk_status of this BulkEnvelope. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def bulk_status(self, bulk_status): @property def email(self): - """ - Gets the email of this BulkEnvelope. - + """Gets the email of this BulkEnvelope. # noqa: E501 - :return: The email of this BulkEnvelope. + # noqa: E501 + + :return: The email of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BulkEnvelope. - + """Sets the email of this BulkEnvelope. - :param email: The email of this BulkEnvelope. + # noqa: E501 + + :param email: The email of this BulkEnvelope. # noqa: E501 :type: str """ @@ -135,22 +158,22 @@ def email(self, email): @property def envelope_id(self): - """ - Gets the envelope_id of this BulkEnvelope. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this BulkEnvelope. # noqa: E501 - :return: The envelope_id of this BulkEnvelope. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this BulkEnvelope. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this BulkEnvelope. - :param envelope_id: The envelope_id of this BulkEnvelope. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this BulkEnvelope. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def envelope_id(self, envelope_id): @property def envelope_uri(self): - """ - Gets the envelope_uri of this BulkEnvelope. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Gets the envelope_uri of this BulkEnvelope. # noqa: E501 - :return: The envelope_uri of this BulkEnvelope. + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 + + :return: The envelope_uri of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._envelope_uri @envelope_uri.setter def envelope_uri(self, envelope_uri): - """ - Sets the envelope_uri of this BulkEnvelope. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Sets the envelope_uri of this BulkEnvelope. - :param envelope_uri: The envelope_uri of this BulkEnvelope. + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 + + :param envelope_uri: The envelope_uri of this BulkEnvelope. # noqa: E501 :type: str """ @@ -181,20 +204,20 @@ def envelope_uri(self, envelope_uri): @property def error_details(self): - """ - Gets the error_details of this BulkEnvelope. + """Gets the error_details of this BulkEnvelope. # noqa: E501 - :return: The error_details of this BulkEnvelope. + + :return: The error_details of this BulkEnvelope. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this BulkEnvelope. + """Sets the error_details of this BulkEnvelope. - :param error_details: The error_details of this BulkEnvelope. + + :param error_details: The error_details of this BulkEnvelope. # noqa: E501 :type: ErrorDetails """ @@ -202,22 +225,22 @@ def error_details(self, error_details): @property def name(self): - """ - Gets the name of this BulkEnvelope. - + """Gets the name of this BulkEnvelope. # noqa: E501 - :return: The name of this BulkEnvelope. + # noqa: E501 + + :return: The name of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkEnvelope. - + """Sets the name of this BulkEnvelope. - :param name: The name of this BulkEnvelope. + # noqa: E501 + + :param name: The name of this BulkEnvelope. # noqa: E501 :type: str """ @@ -225,22 +248,22 @@ def name(self, name): @property def submitted_date_time(self): - """ - Gets the submitted_date_time of this BulkEnvelope. - + """Gets the submitted_date_time of this BulkEnvelope. # noqa: E501 - :return: The submitted_date_time of this BulkEnvelope. + # noqa: E501 + + :return: The submitted_date_time of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._submitted_date_time @submitted_date_time.setter def submitted_date_time(self, submitted_date_time): - """ - Sets the submitted_date_time of this BulkEnvelope. - + """Sets the submitted_date_time of this BulkEnvelope. - :param submitted_date_time: The submitted_date_time of this BulkEnvelope. + # noqa: E501 + + :param submitted_date_time: The submitted_date_time of this BulkEnvelope. # noqa: E501 :type: str """ @@ -248,34 +271,32 @@ def submitted_date_time(self, submitted_date_time): @property def transaction_id(self): - """ - Gets the transaction_id of this BulkEnvelope. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Gets the transaction_id of this BulkEnvelope. # noqa: E501 - :return: The transaction_id of this BulkEnvelope. + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 + + :return: The transaction_id of this BulkEnvelope. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this BulkEnvelope. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Sets the transaction_id of this BulkEnvelope. - :param transaction_id: The transaction_id of this BulkEnvelope. + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 + + :param transaction_id: The transaction_id of this BulkEnvelope. # noqa: E501 :type: str """ self._transaction_id = transaction_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -292,29 +313,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkEnvelope, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkEnvelope): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_envelope_status.py b/docusign_esign/models/bulk_envelope_status.py index fde7654d..fdf1a046 100644 --- a/docusign_esign/models/bulk_envelope_status.py +++ b/docusign_esign/models/bulk_envelope_status.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,92 +11,125 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkEnvelopeStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, batch_id=None, batch_size=None, bulk_envelopes=None, bulk_envelopes_batch_uri=None, end_position=None, failed=None, next_uri=None, previous_uri=None, queued=None, result_set_size=None, sent=None, start_position=None, submitted_date=None, total_set_size=None): - """ - BulkEnvelopeStatus - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'batch_id': 'str', - 'batch_size': 'str', - 'bulk_envelopes': 'list[BulkEnvelope]', - 'bulk_envelopes_batch_uri': 'str', - 'end_position': 'str', - 'failed': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'queued': 'str', - 'result_set_size': 'str', - 'sent': 'str', - 'start_position': 'str', - 'submitted_date': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'batch_id': 'batchId', - 'batch_size': 'batchSize', - 'bulk_envelopes': 'bulkEnvelopes', - 'bulk_envelopes_batch_uri': 'bulkEnvelopesBatchUri', - 'end_position': 'endPosition', - 'failed': 'failed', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'queued': 'queued', - 'result_set_size': 'resultSetSize', - 'sent': 'sent', - 'start_position': 'startPosition', - 'submitted_date': 'submittedDate', - 'total_set_size': 'totalSetSize' - } - self._batch_id = batch_id - self._batch_size = batch_size - self._bulk_envelopes = bulk_envelopes - self._bulk_envelopes_batch_uri = bulk_envelopes_batch_uri - self._end_position = end_position - self._failed = failed - self._next_uri = next_uri - self._previous_uri = previous_uri - self._queued = queued - self._result_set_size = result_set_size - self._sent = sent - self._start_position = start_position - self._submitted_date = submitted_date - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'batch_id': 'str', + 'batch_size': 'str', + 'bulk_envelopes': 'list[BulkEnvelope]', + 'bulk_envelopes_batch_uri': 'str', + 'end_position': 'str', + 'failed': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'queued': 'str', + 'result_set_size': 'str', + 'sent': 'str', + 'start_position': 'str', + 'submitted_date': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'batch_id': 'batchId', + 'batch_size': 'batchSize', + 'bulk_envelopes': 'bulkEnvelopes', + 'bulk_envelopes_batch_uri': 'bulkEnvelopesBatchUri', + 'end_position': 'endPosition', + 'failed': 'failed', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'queued': 'queued', + 'result_set_size': 'resultSetSize', + 'sent': 'sent', + 'start_position': 'startPosition', + 'submitted_date': 'submittedDate', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, batch_id=None, batch_size=None, bulk_envelopes=None, bulk_envelopes_batch_uri=None, end_position=None, failed=None, next_uri=None, previous_uri=None, queued=None, result_set_size=None, sent=None, start_position=None, submitted_date=None, total_set_size=None): # noqa: E501 + """BulkEnvelopeStatus - a model defined in Swagger""" # noqa: E501 + + self._batch_id = None + self._batch_size = None + self._bulk_envelopes = None + self._bulk_envelopes_batch_uri = None + self._end_position = None + self._failed = None + self._next_uri = None + self._previous_uri = None + self._queued = None + self._result_set_size = None + self._sent = None + self._start_position = None + self._submitted_date = None + self._total_set_size = None + self.discriminator = None + + if batch_id is not None: + self.batch_id = batch_id + if batch_size is not None: + self.batch_size = batch_size + if bulk_envelopes is not None: + self.bulk_envelopes = bulk_envelopes + if bulk_envelopes_batch_uri is not None: + self.bulk_envelopes_batch_uri = bulk_envelopes_batch_uri + if end_position is not None: + self.end_position = end_position + if failed is not None: + self.failed = failed + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if queued is not None: + self.queued = queued + if result_set_size is not None: + self.result_set_size = result_set_size + if sent is not None: + self.sent = sent + if start_position is not None: + self.start_position = start_position + if submitted_date is not None: + self.submitted_date = submitted_date + if total_set_size is not None: + self.total_set_size = total_set_size @property def batch_id(self): - """ - Gets the batch_id of this BulkEnvelopeStatus. - Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches. + """Gets the batch_id of this BulkEnvelopeStatus. # noqa: E501 - :return: The batch_id of this BulkEnvelopeStatus. + Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches. # noqa: E501 + + :return: The batch_id of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._batch_id @batch_id.setter def batch_id(self, batch_id): - """ - Sets the batch_id of this BulkEnvelopeStatus. - Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches. + """Sets the batch_id of this BulkEnvelopeStatus. + + Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches. # noqa: E501 - :param batch_id: The batch_id of this BulkEnvelopeStatus. + :param batch_id: The batch_id of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -104,22 +137,22 @@ def batch_id(self, batch_id): @property def batch_size(self): - """ - Gets the batch_size of this BulkEnvelopeStatus. - The number of items returned in this response. + """Gets the batch_size of this BulkEnvelopeStatus. # noqa: E501 + + The number of items returned in this response. # noqa: E501 - :return: The batch_size of this BulkEnvelopeStatus. + :return: The batch_size of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._batch_size @batch_size.setter def batch_size(self, batch_size): - """ - Sets the batch_size of this BulkEnvelopeStatus. - The number of items returned in this response. + """Sets the batch_size of this BulkEnvelopeStatus. - :param batch_size: The batch_size of this BulkEnvelopeStatus. + The number of items returned in this response. # noqa: E501 + + :param batch_size: The batch_size of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -127,22 +160,22 @@ def batch_size(self, batch_size): @property def bulk_envelopes(self): - """ - Gets the bulk_envelopes of this BulkEnvelopeStatus. - Reserved: TBD + """Gets the bulk_envelopes of this BulkEnvelopeStatus. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The bulk_envelopes of this BulkEnvelopeStatus. + :return: The bulk_envelopes of this BulkEnvelopeStatus. # noqa: E501 :rtype: list[BulkEnvelope] """ return self._bulk_envelopes @bulk_envelopes.setter def bulk_envelopes(self, bulk_envelopes): - """ - Sets the bulk_envelopes of this BulkEnvelopeStatus. - Reserved: TBD + """Sets the bulk_envelopes of this BulkEnvelopeStatus. + + Reserved: TBD # noqa: E501 - :param bulk_envelopes: The bulk_envelopes of this BulkEnvelopeStatus. + :param bulk_envelopes: The bulk_envelopes of this BulkEnvelopeStatus. # noqa: E501 :type: list[BulkEnvelope] """ @@ -150,22 +183,22 @@ def bulk_envelopes(self, bulk_envelopes): @property def bulk_envelopes_batch_uri(self): - """ - Gets the bulk_envelopes_batch_uri of this BulkEnvelopeStatus. - Reserved: TBD + """Gets the bulk_envelopes_batch_uri of this BulkEnvelopeStatus. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The bulk_envelopes_batch_uri of this BulkEnvelopeStatus. + :return: The bulk_envelopes_batch_uri of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._bulk_envelopes_batch_uri @bulk_envelopes_batch_uri.setter def bulk_envelopes_batch_uri(self, bulk_envelopes_batch_uri): - """ - Sets the bulk_envelopes_batch_uri of this BulkEnvelopeStatus. - Reserved: TBD + """Sets the bulk_envelopes_batch_uri of this BulkEnvelopeStatus. - :param bulk_envelopes_batch_uri: The bulk_envelopes_batch_uri of this BulkEnvelopeStatus. + Reserved: TBD # noqa: E501 + + :param bulk_envelopes_batch_uri: The bulk_envelopes_batch_uri of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -173,22 +206,22 @@ def bulk_envelopes_batch_uri(self, bulk_envelopes_batch_uri): @property def end_position(self): - """ - Gets the end_position of this BulkEnvelopeStatus. - The last position in the result set. + """Gets the end_position of this BulkEnvelopeStatus. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this BulkEnvelopeStatus. + :return: The end_position of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this BulkEnvelopeStatus. - The last position in the result set. + """Sets the end_position of this BulkEnvelopeStatus. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this BulkEnvelopeStatus. + :param end_position: The end_position of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -196,22 +229,22 @@ def end_position(self, end_position): @property def failed(self): - """ - Gets the failed of this BulkEnvelopeStatus. - The number of entries with a status of failed. + """Gets the failed of this BulkEnvelopeStatus. # noqa: E501 - :return: The failed of this BulkEnvelopeStatus. + The number of entries with a status of failed. # noqa: E501 + + :return: The failed of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._failed @failed.setter def failed(self, failed): - """ - Sets the failed of this BulkEnvelopeStatus. - The number of entries with a status of failed. + """Sets the failed of this BulkEnvelopeStatus. - :param failed: The failed of this BulkEnvelopeStatus. + The number of entries with a status of failed. # noqa: E501 + + :param failed: The failed of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -219,22 +252,22 @@ def failed(self, failed): @property def next_uri(self): - """ - Gets the next_uri of this BulkEnvelopeStatus. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BulkEnvelopeStatus. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this BulkEnvelopeStatus. + :return: The next_uri of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BulkEnvelopeStatus. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BulkEnvelopeStatus. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BulkEnvelopeStatus. + :param next_uri: The next_uri of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -242,22 +275,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BulkEnvelopeStatus. - The postal code for the billing address. + """Gets the previous_uri of this BulkEnvelopeStatus. # noqa: E501 - :return: The previous_uri of this BulkEnvelopeStatus. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BulkEnvelopeStatus. - The postal code for the billing address. + """Sets the previous_uri of this BulkEnvelopeStatus. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this BulkEnvelopeStatus. + :param previous_uri: The previous_uri of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -265,22 +298,22 @@ def previous_uri(self, previous_uri): @property def queued(self): - """ - Gets the queued of this BulkEnvelopeStatus. - The number of entries with a status of queued. + """Gets the queued of this BulkEnvelopeStatus. # noqa: E501 + + The number of entries with a status of queued. # noqa: E501 - :return: The queued of this BulkEnvelopeStatus. + :return: The queued of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._queued @queued.setter def queued(self, queued): - """ - Sets the queued of this BulkEnvelopeStatus. - The number of entries with a status of queued. + """Sets the queued of this BulkEnvelopeStatus. + + The number of entries with a status of queued. # noqa: E501 - :param queued: The queued of this BulkEnvelopeStatus. + :param queued: The queued of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -288,22 +321,22 @@ def queued(self, queued): @property def result_set_size(self): - """ - Gets the result_set_size of this BulkEnvelopeStatus. - The number of results returned in this response. + """Gets the result_set_size of this BulkEnvelopeStatus. # noqa: E501 - :return: The result_set_size of this BulkEnvelopeStatus. + The number of results returned in this response. # noqa: E501 + + :return: The result_set_size of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this BulkEnvelopeStatus. - The number of results returned in this response. + """Sets the result_set_size of this BulkEnvelopeStatus. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this BulkEnvelopeStatus. + :param result_set_size: The result_set_size of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -311,22 +344,22 @@ def result_set_size(self, result_set_size): @property def sent(self): - """ - Gets the sent of this BulkEnvelopeStatus. - The number of entries with a status of sent. + """Gets the sent of this BulkEnvelopeStatus. # noqa: E501 + + The number of entries with a status of sent. # noqa: E501 - :return: The sent of this BulkEnvelopeStatus. + :return: The sent of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._sent @sent.setter def sent(self, sent): - """ - Sets the sent of this BulkEnvelopeStatus. - The number of entries with a status of sent. + """Sets the sent of this BulkEnvelopeStatus. - :param sent: The sent of this BulkEnvelopeStatus. + The number of entries with a status of sent. # noqa: E501 + + :param sent: The sent of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -334,22 +367,22 @@ def sent(self, sent): @property def start_position(self): - """ - Gets the start_position of this BulkEnvelopeStatus. - Starting position of the current result set. + """Gets the start_position of this BulkEnvelopeStatus. # noqa: E501 - :return: The start_position of this BulkEnvelopeStatus. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this BulkEnvelopeStatus. - Starting position of the current result set. + """Sets the start_position of this BulkEnvelopeStatus. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this BulkEnvelopeStatus. + :param start_position: The start_position of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -357,22 +390,22 @@ def start_position(self, start_position): @property def submitted_date(self): - """ - Gets the submitted_date of this BulkEnvelopeStatus. - + """Gets the submitted_date of this BulkEnvelopeStatus. # noqa: E501 + + # noqa: E501 - :return: The submitted_date of this BulkEnvelopeStatus. + :return: The submitted_date of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._submitted_date @submitted_date.setter def submitted_date(self, submitted_date): - """ - Sets the submitted_date of this BulkEnvelopeStatus. - + """Sets the submitted_date of this BulkEnvelopeStatus. - :param submitted_date: The submitted_date of this BulkEnvelopeStatus. + # noqa: E501 + + :param submitted_date: The submitted_date of this BulkEnvelopeStatus. # noqa: E501 :type: str """ @@ -380,34 +413,32 @@ def submitted_date(self, submitted_date): @property def total_set_size(self): - """ - Gets the total_set_size of this BulkEnvelopeStatus. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this BulkEnvelopeStatus. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this BulkEnvelopeStatus. + :return: The total_set_size of this BulkEnvelopeStatus. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this BulkEnvelopeStatus. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this BulkEnvelopeStatus. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this BulkEnvelopeStatus. + :param total_set_size: The total_set_size of this BulkEnvelopeStatus. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -424,29 +455,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkEnvelopeStatus, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkEnvelopeStatus): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_envelopes_response.py b/docusign_esign/models/bulk_envelopes_response.py index fb914d39..2f6ce091 100644 --- a/docusign_esign/models/bulk_envelopes_response.py +++ b/docusign_esign/models/bulk_envelopes_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkEnvelopesResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_envelope_statuses=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - BulkEnvelopesResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_envelope_statuses': 'list[BulkEnvelopeStatus]', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'bulk_envelope_statuses': 'bulkEnvelopeStatuses', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._bulk_envelope_statuses = bulk_envelope_statuses - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_envelope_statuses': 'list[BulkEnvelopeStatus]', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'bulk_envelope_statuses': 'bulkEnvelopeStatuses', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, bulk_envelope_statuses=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """BulkEnvelopesResponse - a model defined in Swagger""" # noqa: E501 + + self._bulk_envelope_statuses = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if bulk_envelope_statuses is not None: + self.bulk_envelope_statuses = bulk_envelope_statuses + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def bulk_envelope_statuses(self): - """ - Gets the bulk_envelope_statuses of this BulkEnvelopesResponse. - Reserved: TBD + """Gets the bulk_envelope_statuses of this BulkEnvelopesResponse. # noqa: E501 - :return: The bulk_envelope_statuses of this BulkEnvelopesResponse. + Reserved: TBD # noqa: E501 + + :return: The bulk_envelope_statuses of this BulkEnvelopesResponse. # noqa: E501 :rtype: list[BulkEnvelopeStatus] """ return self._bulk_envelope_statuses @bulk_envelope_statuses.setter def bulk_envelope_statuses(self, bulk_envelope_statuses): - """ - Sets the bulk_envelope_statuses of this BulkEnvelopesResponse. - Reserved: TBD + """Sets the bulk_envelope_statuses of this BulkEnvelopesResponse. - :param bulk_envelope_statuses: The bulk_envelope_statuses of this BulkEnvelopesResponse. + Reserved: TBD # noqa: E501 + + :param bulk_envelope_statuses: The bulk_envelope_statuses of this BulkEnvelopesResponse. # noqa: E501 :type: list[BulkEnvelopeStatus] """ @@ -83,22 +102,22 @@ def bulk_envelope_statuses(self, bulk_envelope_statuses): @property def end_position(self): - """ - Gets the end_position of this BulkEnvelopesResponse. - The last position in the result set. + """Gets the end_position of this BulkEnvelopesResponse. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this BulkEnvelopesResponse. + :return: The end_position of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this BulkEnvelopesResponse. - The last position in the result set. + """Sets the end_position of this BulkEnvelopesResponse. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this BulkEnvelopesResponse. + :param end_position: The end_position of this BulkEnvelopesResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this BulkEnvelopesResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BulkEnvelopesResponse. # noqa: E501 - :return: The next_uri of this BulkEnvelopesResponse. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BulkEnvelopesResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BulkEnvelopesResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BulkEnvelopesResponse. + :param next_uri: The next_uri of this BulkEnvelopesResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BulkEnvelopesResponse. - The postal code for the billing address. + """Gets the previous_uri of this BulkEnvelopesResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this BulkEnvelopesResponse. + :return: The previous_uri of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BulkEnvelopesResponse. - The postal code for the billing address. + """Sets the previous_uri of this BulkEnvelopesResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this BulkEnvelopesResponse. + :param previous_uri: The previous_uri of this BulkEnvelopesResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this BulkEnvelopesResponse. - The number of results returned in this response. + """Gets the result_set_size of this BulkEnvelopesResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this BulkEnvelopesResponse. + :return: The result_set_size of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this BulkEnvelopesResponse. - The number of results returned in this response. + """Sets the result_set_size of this BulkEnvelopesResponse. - :param result_set_size: The result_set_size of this BulkEnvelopesResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this BulkEnvelopesResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this BulkEnvelopesResponse. - Starting position of the current result set. + """Gets the start_position of this BulkEnvelopesResponse. # noqa: E501 - :return: The start_position of this BulkEnvelopesResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this BulkEnvelopesResponse. - Starting position of the current result set. + """Sets the start_position of this BulkEnvelopesResponse. - :param start_position: The start_position of this BulkEnvelopesResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this BulkEnvelopesResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this BulkEnvelopesResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this BulkEnvelopesResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this BulkEnvelopesResponse. + :return: The total_set_size of this BulkEnvelopesResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this BulkEnvelopesResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this BulkEnvelopesResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this BulkEnvelopesResponse. + :param total_set_size: The total_set_size of this BulkEnvelopesResponse. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkEnvelopesResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkEnvelopesResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipient.py b/docusign_esign/models/bulk_recipient.py index 9f1f5f39..cca59d0d 100644 --- a/docusign_esign/models/bulk_recipient.py +++ b/docusign_esign/models/bulk_recipient.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipient(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, email=None, error_details=None, identification=None, name=None, note=None, phone_number=None, recipient_signature_provider_info=None, row_number=None, tab_labels=None): - """ - BulkRecipient - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'email': 'str', - 'error_details': 'list[ErrorDetails]', - 'identification': 'str', - 'name': 'str', - 'note': 'str', - 'phone_number': 'str', - 'recipient_signature_provider_info': 'list[BulkRecipientSignatureProvider]', - 'row_number': 'str', - 'tab_labels': 'list[BulkRecipientTabLabel]' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'email': 'email', - 'error_details': 'errorDetails', - 'identification': 'identification', - 'name': 'name', - 'note': 'note', - 'phone_number': 'phoneNumber', - 'recipient_signature_provider_info': 'recipientSignatureProviderInfo', - 'row_number': 'rowNumber', - 'tab_labels': 'tabLabels' - } - - self._access_code = access_code - self._email = email - self._error_details = error_details - self._identification = identification - self._name = name - self._note = note - self._phone_number = phone_number - self._recipient_signature_provider_info = recipient_signature_provider_info - self._row_number = row_number - self._tab_labels = tab_labels + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'email': 'str', + 'error_details': 'list[ErrorDetails]', + 'identification': 'str', + 'name': 'str', + 'note': 'str', + 'phone_number': 'str', + 'recipient_signature_provider_info': 'list[BulkRecipientSignatureProvider]', + 'row_number': 'str', + 'tab_labels': 'list[BulkRecipientTabLabel]' + } + + attribute_map = { + 'access_code': 'accessCode', + 'email': 'email', + 'error_details': 'errorDetails', + 'identification': 'identification', + 'name': 'name', + 'note': 'note', + 'phone_number': 'phoneNumber', + 'recipient_signature_provider_info': 'recipientSignatureProviderInfo', + 'row_number': 'rowNumber', + 'tab_labels': 'tabLabels' + } + + def __init__(self, access_code=None, email=None, error_details=None, identification=None, name=None, note=None, phone_number=None, recipient_signature_provider_info=None, row_number=None, tab_labels=None): # noqa: E501 + """BulkRecipient - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._email = None + self._error_details = None + self._identification = None + self._name = None + self._note = None + self._phone_number = None + self._recipient_signature_provider_info = None + self._row_number = None + self._tab_labels = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if identification is not None: + self.identification = identification + if name is not None: + self.name = name + if note is not None: + self.note = note + if phone_number is not None: + self.phone_number = phone_number + if recipient_signature_provider_info is not None: + self.recipient_signature_provider_info = recipient_signature_provider_info + if row_number is not None: + self.row_number = row_number + if tab_labels is not None: + self.tab_labels = tab_labels @property def access_code(self): - """ - Gets the access_code of this BulkRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this BulkRecipient. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this BulkRecipient. + :return: The access_code of this BulkRecipient. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this BulkRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this BulkRecipient. - :param access_code: The access_code of this BulkRecipient. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this BulkRecipient. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def access_code(self, access_code): @property def email(self): - """ - Gets the email of this BulkRecipient. - Specifies the recipient's email address. Maximum length: 100 characters. + """Gets the email of this BulkRecipient. # noqa: E501 - :return: The email of this BulkRecipient. + Specifies the recipient's email address. Maximum length: 100 characters. # noqa: E501 + + :return: The email of this BulkRecipient. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BulkRecipient. - Specifies the recipient's email address. Maximum length: 100 characters. + """Sets the email of this BulkRecipient. - :param email: The email of this BulkRecipient. + Specifies the recipient's email address. Maximum length: 100 characters. # noqa: E501 + + :param email: The email of this BulkRecipient. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this BulkRecipient. - Array or errors. + """Gets the error_details of this BulkRecipient. # noqa: E501 - :return: The error_details of this BulkRecipient. + Array or errors. # noqa: E501 + + :return: The error_details of this BulkRecipient. # noqa: E501 :rtype: list[ErrorDetails] """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this BulkRecipient. - Array or errors. + """Sets the error_details of this BulkRecipient. - :param error_details: The error_details of this BulkRecipient. + Array or errors. # noqa: E501 + + :param error_details: The error_details of this BulkRecipient. # noqa: E501 :type: list[ErrorDetails] """ @@ -138,22 +163,22 @@ def error_details(self, error_details): @property def identification(self): - """ - Gets the identification of this BulkRecipient. - Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field. The acceptable values are: * KBA: Enables the normal ID check authentication set up for your account. * Phone: Enables phone authentication. * SMS: Enables SMS authentication. + """Gets the identification of this BulkRecipient. # noqa: E501 - :return: The identification of this BulkRecipient. + Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field. The acceptable values are: * KBA: Enables the normal ID check authentication set up for your account. * Phone: Enables phone authentication. * SMS: Enables SMS authentication. # noqa: E501 + + :return: The identification of this BulkRecipient. # noqa: E501 :rtype: str """ return self._identification @identification.setter def identification(self, identification): - """ - Sets the identification of this BulkRecipient. - Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field. The acceptable values are: * KBA: Enables the normal ID check authentication set up for your account. * Phone: Enables phone authentication. * SMS: Enables SMS authentication. + """Sets the identification of this BulkRecipient. - :param identification: The identification of this BulkRecipient. + Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field. The acceptable values are: * KBA: Enables the normal ID check authentication set up for your account. * Phone: Enables phone authentication. * SMS: Enables SMS authentication. # noqa: E501 + + :param identification: The identification of this BulkRecipient. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def identification(self, identification): @property def name(self): - """ - Gets the name of this BulkRecipient. - Specifies the recipient's name. Maximum length: 50 characters. + """Gets the name of this BulkRecipient. # noqa: E501 - :return: The name of this BulkRecipient. + Specifies the recipient's name. Maximum length: 50 characters. # noqa: E501 + + :return: The name of this BulkRecipient. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkRecipient. - Specifies the recipient's name. Maximum length: 50 characters. + """Sets the name of this BulkRecipient. + + Specifies the recipient's name. Maximum length: 50 characters. # noqa: E501 - :param name: The name of this BulkRecipient. + :param name: The name of this BulkRecipient. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def name(self, name): @property def note(self): - """ - Gets the note of this BulkRecipient. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this BulkRecipient. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this BulkRecipient. + :return: The note of this BulkRecipient. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this BulkRecipient. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this BulkRecipient. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this BulkRecipient. + :param note: The note of this BulkRecipient. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def note(self, note): @property def phone_number(self): - """ - Gets the phone_number of this BulkRecipient. - This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number. If `usersupplied` is used, the signer supplies his or her own telephone number. + """Gets the phone_number of this BulkRecipient. # noqa: E501 + + This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number. If `usersupplied` is used, the signer supplies his or her own telephone number. # noqa: E501 - :return: The phone_number of this BulkRecipient. + :return: The phone_number of this BulkRecipient. # noqa: E501 :rtype: str """ return self._phone_number @phone_number.setter def phone_number(self, phone_number): - """ - Sets the phone_number of this BulkRecipient. - This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number. If `usersupplied` is used, the signer supplies his or her own telephone number. + """Sets the phone_number of this BulkRecipient. + + This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number. If `usersupplied` is used, the signer supplies his or her own telephone number. # noqa: E501 - :param phone_number: The phone_number of this BulkRecipient. + :param phone_number: The phone_number of this BulkRecipient. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def phone_number(self, phone_number): @property def recipient_signature_provider_info(self): - """ - Gets the recipient_signature_provider_info of this BulkRecipient. - + """Gets the recipient_signature_provider_info of this BulkRecipient. # noqa: E501 + + # noqa: E501 - :return: The recipient_signature_provider_info of this BulkRecipient. + :return: The recipient_signature_provider_info of this BulkRecipient. # noqa: E501 :rtype: list[BulkRecipientSignatureProvider] """ return self._recipient_signature_provider_info @recipient_signature_provider_info.setter def recipient_signature_provider_info(self, recipient_signature_provider_info): - """ - Sets the recipient_signature_provider_info of this BulkRecipient. - + """Sets the recipient_signature_provider_info of this BulkRecipient. + + # noqa: E501 - :param recipient_signature_provider_info: The recipient_signature_provider_info of this BulkRecipient. + :param recipient_signature_provider_info: The recipient_signature_provider_info of this BulkRecipient. # noqa: E501 :type: list[BulkRecipientSignatureProvider] """ @@ -253,22 +278,22 @@ def recipient_signature_provider_info(self, recipient_signature_provider_info): @property def row_number(self): - """ - Gets the row_number of this BulkRecipient. - + """Gets the row_number of this BulkRecipient. # noqa: E501 + + # noqa: E501 - :return: The row_number of this BulkRecipient. + :return: The row_number of this BulkRecipient. # noqa: E501 :rtype: str """ return self._row_number @row_number.setter def row_number(self, row_number): - """ - Sets the row_number of this BulkRecipient. - + """Sets the row_number of this BulkRecipient. + + # noqa: E501 - :param row_number: The row_number of this BulkRecipient. + :param row_number: The row_number of this BulkRecipient. # noqa: E501 :type: str """ @@ -276,34 +301,32 @@ def row_number(self, row_number): @property def tab_labels(self): - """ - Gets the tab_labels of this BulkRecipient. - Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of `tabLabel` columns can be added to the bulk recipient file. The information used in the bulk recipient file header must be the same as the `tabLabel` for the tab. The values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row. Note that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs. + """Gets the tab_labels of this BulkRecipient. # noqa: E501 - :return: The tab_labels of this BulkRecipient. + Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of `tabLabel` columns can be added to the bulk recipient file. The information used in the bulk recipient file header must be the same as the `tabLabel` for the tab. The values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row. Note that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs. # noqa: E501 + + :return: The tab_labels of this BulkRecipient. # noqa: E501 :rtype: list[BulkRecipientTabLabel] """ return self._tab_labels @tab_labels.setter def tab_labels(self, tab_labels): - """ - Sets the tab_labels of this BulkRecipient. - Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of `tabLabel` columns can be added to the bulk recipient file. The information used in the bulk recipient file header must be the same as the `tabLabel` for the tab. The values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row. Note that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs. + """Sets the tab_labels of this BulkRecipient. - :param tab_labels: The tab_labels of this BulkRecipient. + Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of `tabLabel` columns can be added to the bulk recipient file. The information used in the bulk recipient file header must be the same as the `tabLabel` for the tab. The values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row. Note that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs. # noqa: E501 + + :param tab_labels: The tab_labels of this BulkRecipient. # noqa: E501 :type: list[BulkRecipientTabLabel] """ self._tab_labels = tab_labels def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipient, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipient): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipient_signature_provider.py b/docusign_esign/models/bulk_recipient_signature_provider.py index 9a27194a..cc0e0944 100644 --- a/docusign_esign/models/bulk_recipient_signature_provider.py +++ b/docusign_esign/models/bulk_recipient_signature_provider.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientSignatureProvider(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, value=None): - """ - BulkRecipientSignatureProvider - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'value': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'value': 'str' + } - self.attribute_map = { - 'name': 'name', - 'value': 'value' - } + attribute_map = { + 'name': 'name', + 'value': 'value' + } - self._name = name - self._value = value + def __init__(self, name=None, value=None): # noqa: E501 + """BulkRecipientSignatureProvider - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._value = None + self.discriminator = None + + if name is not None: + self.name = name + if value is not None: + self.value = value @property def name(self): - """ - Gets the name of this BulkRecipientSignatureProvider. - + """Gets the name of this BulkRecipientSignatureProvider. # noqa: E501 - :return: The name of this BulkRecipientSignatureProvider. + # noqa: E501 + + :return: The name of this BulkRecipientSignatureProvider. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkRecipientSignatureProvider. - + """Sets the name of this BulkRecipientSignatureProvider. + + # noqa: E501 - :param name: The name of this BulkRecipientSignatureProvider. + :param name: The name of this BulkRecipientSignatureProvider. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def name(self, name): @property def value(self): - """ - Gets the value of this BulkRecipientSignatureProvider. - Specifies the value of the tab. + """Gets the value of this BulkRecipientSignatureProvider. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this BulkRecipientSignatureProvider. + :return: The value of this BulkRecipientSignatureProvider. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this BulkRecipientSignatureProvider. - Specifies the value of the tab. + """Sets the value of this BulkRecipientSignatureProvider. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this BulkRecipientSignatureProvider. + :param value: The value of this BulkRecipientSignatureProvider. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientSignatureProvider, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientSignatureProvider): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipient_tab_label.py b/docusign_esign/models/bulk_recipient_tab_label.py index 47e5fb35..cafd6d0f 100644 --- a/docusign_esign/models/bulk_recipient_tab_label.py +++ b/docusign_esign/models/bulk_recipient_tab_label.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientTabLabel(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, value=None): - """ - BulkRecipientTabLabel - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'value': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'value': 'str' + } - self.attribute_map = { - 'name': 'name', - 'value': 'value' - } + attribute_map = { + 'name': 'name', + 'value': 'value' + } - self._name = name - self._value = value + def __init__(self, name=None, value=None): # noqa: E501 + """BulkRecipientTabLabel - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._value = None + self.discriminator = None + + if name is not None: + self.name = name + if value is not None: + self.value = value @property def name(self): - """ - Gets the name of this BulkRecipientTabLabel. - + """Gets the name of this BulkRecipientTabLabel. # noqa: E501 - :return: The name of this BulkRecipientTabLabel. + # noqa: E501 + + :return: The name of this BulkRecipientTabLabel. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkRecipientTabLabel. - + """Sets the name of this BulkRecipientTabLabel. + + # noqa: E501 - :param name: The name of this BulkRecipientTabLabel. + :param name: The name of this BulkRecipientTabLabel. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def name(self, name): @property def value(self): - """ - Gets the value of this BulkRecipientTabLabel. - Specifies the value of the tab. + """Gets the value of this BulkRecipientTabLabel. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this BulkRecipientTabLabel. + :return: The value of this BulkRecipientTabLabel. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this BulkRecipientTabLabel. - Specifies the value of the tab. + """Sets the value of this BulkRecipientTabLabel. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this BulkRecipientTabLabel. + :param value: The value of this BulkRecipientTabLabel. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientTabLabel, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientTabLabel): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipients_request.py b/docusign_esign/models/bulk_recipients_request.py index 50a9d9d6..1bc67d27 100644 --- a/docusign_esign/models/bulk_recipients_request.py +++ b/docusign_esign/models/bulk_recipients_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientsRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_recipients=None): - """ - BulkRecipientsRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_recipients': 'list[BulkRecipient]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_recipients': 'list[BulkRecipient]' + } - self.attribute_map = { - 'bulk_recipients': 'bulkRecipients' - } + attribute_map = { + 'bulk_recipients': 'bulkRecipients' + } - self._bulk_recipients = bulk_recipients + def __init__(self, bulk_recipients=None): # noqa: E501 + """BulkRecipientsRequest - a model defined in Swagger""" # noqa: E501 + + self._bulk_recipients = None + self.discriminator = None + + if bulk_recipients is not None: + self.bulk_recipients = bulk_recipients @property def bulk_recipients(self): - """ - Gets the bulk_recipients of this BulkRecipientsRequest. - A complex type containing information about the bulk recipients in the request. + """Gets the bulk_recipients of this BulkRecipientsRequest. # noqa: E501 + + A complex type containing information about the bulk recipients in the request. # noqa: E501 - :return: The bulk_recipients of this BulkRecipientsRequest. + :return: The bulk_recipients of this BulkRecipientsRequest. # noqa: E501 :rtype: list[BulkRecipient] """ return self._bulk_recipients @bulk_recipients.setter def bulk_recipients(self, bulk_recipients): - """ - Sets the bulk_recipients of this BulkRecipientsRequest. - A complex type containing information about the bulk recipients in the request. + """Sets the bulk_recipients of this BulkRecipientsRequest. - :param bulk_recipients: The bulk_recipients of this BulkRecipientsRequest. + A complex type containing information about the bulk recipients in the request. # noqa: E501 + + :param bulk_recipients: The bulk_recipients of this BulkRecipientsRequest. # noqa: E501 :type: list[BulkRecipient] """ self._bulk_recipients = bulk_recipients def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientsRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientsRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipients_response.py b/docusign_esign/models/bulk_recipients_response.py index 292757c5..744b5ceb 100644 --- a/docusign_esign/models/bulk_recipients_response.py +++ b/docusign_esign/models/bulk_recipients_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientsResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_recipients=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - BulkRecipientsResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_recipients': 'list[BulkRecipient]', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'bulk_recipients': 'bulkRecipients', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._bulk_recipients = bulk_recipients - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_recipients': 'list[BulkRecipient]', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'bulk_recipients': 'bulkRecipients', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, bulk_recipients=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """BulkRecipientsResponse - a model defined in Swagger""" # noqa: E501 + + self._bulk_recipients = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if bulk_recipients is not None: + self.bulk_recipients = bulk_recipients + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def bulk_recipients(self): - """ - Gets the bulk_recipients of this BulkRecipientsResponse. - A complex type containing information about the bulk recipients in the response. + """Gets the bulk_recipients of this BulkRecipientsResponse. # noqa: E501 - :return: The bulk_recipients of this BulkRecipientsResponse. + A complex type containing information about the bulk recipients in the response. # noqa: E501 + + :return: The bulk_recipients of this BulkRecipientsResponse. # noqa: E501 :rtype: list[BulkRecipient] """ return self._bulk_recipients @bulk_recipients.setter def bulk_recipients(self, bulk_recipients): - """ - Sets the bulk_recipients of this BulkRecipientsResponse. - A complex type containing information about the bulk recipients in the response. + """Sets the bulk_recipients of this BulkRecipientsResponse. - :param bulk_recipients: The bulk_recipients of this BulkRecipientsResponse. + A complex type containing information about the bulk recipients in the response. # noqa: E501 + + :param bulk_recipients: The bulk_recipients of this BulkRecipientsResponse. # noqa: E501 :type: list[BulkRecipient] """ @@ -83,22 +102,22 @@ def bulk_recipients(self, bulk_recipients): @property def end_position(self): - """ - Gets the end_position of this BulkRecipientsResponse. - The last position in the result set. + """Gets the end_position of this BulkRecipientsResponse. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this BulkRecipientsResponse. + :return: The end_position of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this BulkRecipientsResponse. - The last position in the result set. + """Sets the end_position of this BulkRecipientsResponse. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this BulkRecipientsResponse. + :param end_position: The end_position of this BulkRecipientsResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this BulkRecipientsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this BulkRecipientsResponse. # noqa: E501 - :return: The next_uri of this BulkRecipientsResponse. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this BulkRecipientsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this BulkRecipientsResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this BulkRecipientsResponse. + :param next_uri: The next_uri of this BulkRecipientsResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this BulkRecipientsResponse. - The postal code for the billing address. + """Gets the previous_uri of this BulkRecipientsResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this BulkRecipientsResponse. + :return: The previous_uri of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this BulkRecipientsResponse. - The postal code for the billing address. + """Sets the previous_uri of this BulkRecipientsResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this BulkRecipientsResponse. + :param previous_uri: The previous_uri of this BulkRecipientsResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this BulkRecipientsResponse. - The number of results returned in this response. + """Gets the result_set_size of this BulkRecipientsResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this BulkRecipientsResponse. + :return: The result_set_size of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this BulkRecipientsResponse. - The number of results returned in this response. + """Sets the result_set_size of this BulkRecipientsResponse. - :param result_set_size: The result_set_size of this BulkRecipientsResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this BulkRecipientsResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this BulkRecipientsResponse. - Starting position of the current result set. + """Gets the start_position of this BulkRecipientsResponse. # noqa: E501 - :return: The start_position of this BulkRecipientsResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this BulkRecipientsResponse. - Starting position of the current result set. + """Sets the start_position of this BulkRecipientsResponse. - :param start_position: The start_position of this BulkRecipientsResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this BulkRecipientsResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this BulkRecipientsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this BulkRecipientsResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this BulkRecipientsResponse. + :return: The total_set_size of this BulkRecipientsResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this BulkRecipientsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this BulkRecipientsResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this BulkRecipientsResponse. + :param total_set_size: The total_set_size of this BulkRecipientsResponse. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientsResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientsResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipients_summary_response.py b/docusign_esign/models/bulk_recipients_summary_response.py index 1afbc596..1733e09c 100644 --- a/docusign_esign/models/bulk_recipients_summary_response.py +++ b/docusign_esign/models/bulk_recipients_summary_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientsSummaryResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_recipients=None, bulk_recipients_count=None, bulk_recipients_uri=None, error_details=None): - """ - BulkRecipientsSummaryResponse - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_recipients': 'list[BulkRecipient]', - 'bulk_recipients_count': 'str', - 'bulk_recipients_uri': 'str', - 'error_details': 'list[ErrorDetails]' - } - - self.attribute_map = { - 'bulk_recipients': 'bulkRecipients', - 'bulk_recipients_count': 'bulkRecipientsCount', - 'bulk_recipients_uri': 'bulkRecipientsUri', - 'error_details': 'errorDetails' - } - self._bulk_recipients = bulk_recipients - self._bulk_recipients_count = bulk_recipients_count - self._bulk_recipients_uri = bulk_recipients_uri - self._error_details = error_details + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_recipients': 'list[BulkRecipient]', + 'bulk_recipients_count': 'str', + 'bulk_recipients_uri': 'str', + 'error_details': 'list[ErrorDetails]' + } + + attribute_map = { + 'bulk_recipients': 'bulkRecipients', + 'bulk_recipients_count': 'bulkRecipientsCount', + 'bulk_recipients_uri': 'bulkRecipientsUri', + 'error_details': 'errorDetails' + } + + def __init__(self, bulk_recipients=None, bulk_recipients_count=None, bulk_recipients_uri=None, error_details=None): # noqa: E501 + """BulkRecipientsSummaryResponse - a model defined in Swagger""" # noqa: E501 + + self._bulk_recipients = None + self._bulk_recipients_count = None + self._bulk_recipients_uri = None + self._error_details = None + self.discriminator = None + + if bulk_recipients is not None: + self.bulk_recipients = bulk_recipients + if bulk_recipients_count is not None: + self.bulk_recipients_count = bulk_recipients_count + if bulk_recipients_uri is not None: + self.bulk_recipients_uri = bulk_recipients_uri + if error_details is not None: + self.error_details = error_details @property def bulk_recipients(self): - """ - Gets the bulk_recipients of this BulkRecipientsSummaryResponse. - A complex type containing information about the bulk recipients in the response. + """Gets the bulk_recipients of this BulkRecipientsSummaryResponse. # noqa: E501 - :return: The bulk_recipients of this BulkRecipientsSummaryResponse. + A complex type containing information about the bulk recipients in the response. # noqa: E501 + + :return: The bulk_recipients of this BulkRecipientsSummaryResponse. # noqa: E501 :rtype: list[BulkRecipient] """ return self._bulk_recipients @bulk_recipients.setter def bulk_recipients(self, bulk_recipients): - """ - Sets the bulk_recipients of this BulkRecipientsSummaryResponse. - A complex type containing information about the bulk recipients in the response. + """Sets the bulk_recipients of this BulkRecipientsSummaryResponse. - :param bulk_recipients: The bulk_recipients of this BulkRecipientsSummaryResponse. + A complex type containing information about the bulk recipients in the response. # noqa: E501 + + :param bulk_recipients: The bulk_recipients of this BulkRecipientsSummaryResponse. # noqa: E501 :type: list[BulkRecipient] """ @@ -74,22 +87,22 @@ def bulk_recipients(self, bulk_recipients): @property def bulk_recipients_count(self): - """ - Gets the bulk_recipients_count of this BulkRecipientsSummaryResponse. - The number of items returned in this response. + """Gets the bulk_recipients_count of this BulkRecipientsSummaryResponse. # noqa: E501 + + The number of items returned in this response. # noqa: E501 - :return: The bulk_recipients_count of this BulkRecipientsSummaryResponse. + :return: The bulk_recipients_count of this BulkRecipientsSummaryResponse. # noqa: E501 :rtype: str """ return self._bulk_recipients_count @bulk_recipients_count.setter def bulk_recipients_count(self, bulk_recipients_count): - """ - Sets the bulk_recipients_count of this BulkRecipientsSummaryResponse. - The number of items returned in this response. + """Sets the bulk_recipients_count of this BulkRecipientsSummaryResponse. + + The number of items returned in this response. # noqa: E501 - :param bulk_recipients_count: The bulk_recipients_count of this BulkRecipientsSummaryResponse. + :param bulk_recipients_count: The bulk_recipients_count of this BulkRecipientsSummaryResponse. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def bulk_recipients_count(self, bulk_recipients_count): @property def bulk_recipients_uri(self): - """ - Gets the bulk_recipients_uri of this BulkRecipientsSummaryResponse. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Gets the bulk_recipients_uri of this BulkRecipientsSummaryResponse. # noqa: E501 + + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 - :return: The bulk_recipients_uri of this BulkRecipientsSummaryResponse. + :return: The bulk_recipients_uri of this BulkRecipientsSummaryResponse. # noqa: E501 :rtype: str """ return self._bulk_recipients_uri @bulk_recipients_uri.setter def bulk_recipients_uri(self, bulk_recipients_uri): - """ - Sets the bulk_recipients_uri of this BulkRecipientsSummaryResponse. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Sets the bulk_recipients_uri of this BulkRecipientsSummaryResponse. - :param bulk_recipients_uri: The bulk_recipients_uri of this BulkRecipientsSummaryResponse. + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 + + :param bulk_recipients_uri: The bulk_recipients_uri of this BulkRecipientsSummaryResponse. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def bulk_recipients_uri(self, bulk_recipients_uri): @property def error_details(self): - """ - Gets the error_details of this BulkRecipientsSummaryResponse. - Array or errors. + """Gets the error_details of this BulkRecipientsSummaryResponse. # noqa: E501 - :return: The error_details of this BulkRecipientsSummaryResponse. + Array or errors. # noqa: E501 + + :return: The error_details of this BulkRecipientsSummaryResponse. # noqa: E501 :rtype: list[ErrorDetails] """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this BulkRecipientsSummaryResponse. - Array or errors. + """Sets the error_details of this BulkRecipientsSummaryResponse. + + Array or errors. # noqa: E501 - :param error_details: The error_details of this BulkRecipientsSummaryResponse. + :param error_details: The error_details of this BulkRecipientsSummaryResponse. # noqa: E501 :type: list[ErrorDetails] """ self._error_details = error_details def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientsSummaryResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientsSummaryResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_recipients_update_response.py b/docusign_esign/models/bulk_recipients_update_response.py index 49ac1aa4..96b8199e 100644 --- a/docusign_esign/models/bulk_recipients_update_response.py +++ b/docusign_esign/models/bulk_recipients_update_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,63 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkRecipientsUpdateResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, signer=None): - """ - BulkRecipientsUpdateResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'signer': 'Signer' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'signer': 'Signer' + } - self.attribute_map = { - 'signer': 'signer' - } + attribute_map = { + 'signer': 'signer' + } - self._signer = signer + def __init__(self, signer=None): # noqa: E501 + """BulkRecipientsUpdateResponse - a model defined in Swagger""" # noqa: E501 + + self._signer = None + self.discriminator = None + + if signer is not None: + self.signer = signer @property def signer(self): - """ - Gets the signer of this BulkRecipientsUpdateResponse. + """Gets the signer of this BulkRecipientsUpdateResponse. # noqa: E501 + - :return: The signer of this BulkRecipientsUpdateResponse. + :return: The signer of this BulkRecipientsUpdateResponse. # noqa: E501 :rtype: Signer """ return self._signer @signer.setter def signer(self, signer): - """ - Sets the signer of this BulkRecipientsUpdateResponse. + """Sets the signer of this BulkRecipientsUpdateResponse. - :param signer: The signer of this BulkRecipientsUpdateResponse. + + :param signer: The signer of this BulkRecipientsUpdateResponse. # noqa: E501 :type: Signer """ self._signer = signer def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -84,29 +89,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkRecipientsUpdateResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkRecipientsUpdateResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_send_request.py b/docusign_esign/models/bulk_send_request.py index a48ee8e0..2b35b438 100644 --- a/docusign_esign/models/bulk_send_request.py +++ b/docusign_esign/models/bulk_send_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_or_template_id=None): - """ - BulkSendRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_or_template_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_or_template_id': 'str' + } - self.attribute_map = { - 'envelope_or_template_id': 'envelopeOrTemplateId' - } + attribute_map = { + 'envelope_or_template_id': 'envelopeOrTemplateId' + } - self._envelope_or_template_id = envelope_or_template_id + def __init__(self, envelope_or_template_id=None): # noqa: E501 + """BulkSendRequest - a model defined in Swagger""" # noqa: E501 + + self._envelope_or_template_id = None + self.discriminator = None + + if envelope_or_template_id is not None: + self.envelope_or_template_id = envelope_or_template_id @property def envelope_or_template_id(self): - """ - Gets the envelope_or_template_id of this BulkSendRequest. - + """Gets the envelope_or_template_id of this BulkSendRequest. # noqa: E501 + + # noqa: E501 - :return: The envelope_or_template_id of this BulkSendRequest. + :return: The envelope_or_template_id of this BulkSendRequest. # noqa: E501 :rtype: str """ return self._envelope_or_template_id @envelope_or_template_id.setter def envelope_or_template_id(self, envelope_or_template_id): - """ - Sets the envelope_or_template_id of this BulkSendRequest. - + """Sets the envelope_or_template_id of this BulkSendRequest. - :param envelope_or_template_id: The envelope_or_template_id of this BulkSendRequest. + # noqa: E501 + + :param envelope_or_template_id: The envelope_or_template_id of this BulkSendRequest. # noqa: E501 :type: str """ self._envelope_or_template_id = envelope_or_template_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_send_response.py b/docusign_esign/models/bulk_send_response.py index c21de201..413dbb71 100644 --- a/docusign_esign/models/bulk_send_response.py +++ b/docusign_esign/models/bulk_send_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, batch_id=None, envelope_or_template_id=None, error_details=None, errors=None): - """ - BulkSendResponse - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'batch_id': 'str', - 'envelope_or_template_id': 'str', - 'error_details': 'list[str]', - 'errors': 'list[str]' - } - - self.attribute_map = { - 'batch_id': 'batchId', - 'envelope_or_template_id': 'envelopeOrTemplateId', - 'error_details': 'errorDetails', - 'errors': 'errors' - } - self._batch_id = batch_id - self._envelope_or_template_id = envelope_or_template_id - self._error_details = error_details - self._errors = errors + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'batch_id': 'str', + 'envelope_or_template_id': 'str', + 'error_details': 'list[str]', + 'errors': 'list[str]' + } + + attribute_map = { + 'batch_id': 'batchId', + 'envelope_or_template_id': 'envelopeOrTemplateId', + 'error_details': 'errorDetails', + 'errors': 'errors' + } + + def __init__(self, batch_id=None, envelope_or_template_id=None, error_details=None, errors=None): # noqa: E501 + """BulkSendResponse - a model defined in Swagger""" # noqa: E501 + + self._batch_id = None + self._envelope_or_template_id = None + self._error_details = None + self._errors = None + self.discriminator = None + + if batch_id is not None: + self.batch_id = batch_id + if envelope_or_template_id is not None: + self.envelope_or_template_id = envelope_or_template_id + if error_details is not None: + self.error_details = error_details + if errors is not None: + self.errors = errors @property def batch_id(self): - """ - Gets the batch_id of this BulkSendResponse. - + """Gets the batch_id of this BulkSendResponse. # noqa: E501 - :return: The batch_id of this BulkSendResponse. + # noqa: E501 + + :return: The batch_id of this BulkSendResponse. # noqa: E501 :rtype: str """ return self._batch_id @batch_id.setter def batch_id(self, batch_id): - """ - Sets the batch_id of this BulkSendResponse. - + """Sets the batch_id of this BulkSendResponse. - :param batch_id: The batch_id of this BulkSendResponse. + # noqa: E501 + + :param batch_id: The batch_id of this BulkSendResponse. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def batch_id(self, batch_id): @property def envelope_or_template_id(self): - """ - Gets the envelope_or_template_id of this BulkSendResponse. - + """Gets the envelope_or_template_id of this BulkSendResponse. # noqa: E501 + + # noqa: E501 - :return: The envelope_or_template_id of this BulkSendResponse. + :return: The envelope_or_template_id of this BulkSendResponse. # noqa: E501 :rtype: str """ return self._envelope_or_template_id @envelope_or_template_id.setter def envelope_or_template_id(self, envelope_or_template_id): - """ - Sets the envelope_or_template_id of this BulkSendResponse. - + """Sets the envelope_or_template_id of this BulkSendResponse. + + # noqa: E501 - :param envelope_or_template_id: The envelope_or_template_id of this BulkSendResponse. + :param envelope_or_template_id: The envelope_or_template_id of this BulkSendResponse. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def envelope_or_template_id(self, envelope_or_template_id): @property def error_details(self): - """ - Gets the error_details of this BulkSendResponse. - Array or errors. + """Gets the error_details of this BulkSendResponse. # noqa: E501 + + Array or errors. # noqa: E501 - :return: The error_details of this BulkSendResponse. + :return: The error_details of this BulkSendResponse. # noqa: E501 :rtype: list[str] """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this BulkSendResponse. - Array or errors. + """Sets the error_details of this BulkSendResponse. - :param error_details: The error_details of this BulkSendResponse. + Array or errors. # noqa: E501 + + :param error_details: The error_details of this BulkSendResponse. # noqa: E501 :type: list[str] """ @@ -120,34 +133,32 @@ def error_details(self, error_details): @property def errors(self): - """ - Gets the errors of this BulkSendResponse. - + """Gets the errors of this BulkSendResponse. # noqa: E501 - :return: The errors of this BulkSendResponse. + # noqa: E501 + + :return: The errors of this BulkSendResponse. # noqa: E501 :rtype: list[str] """ return self._errors @errors.setter def errors(self, errors): - """ - Sets the errors of this BulkSendResponse. - + """Sets the errors of this BulkSendResponse. + + # noqa: E501 - :param errors: The errors of this BulkSendResponse. + :param errors: The errors of this BulkSendResponse. # noqa: E501 :type: list[str] """ self._errors = errors def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_send_test_response.py b/docusign_esign/models/bulk_send_test_response.py index 5bc9592a..2d6f4686 100644 --- a/docusign_esign/models/bulk_send_test_response.py +++ b/docusign_esign/models/bulk_send_test_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendTestResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, can_be_sent=None, validation_error_details=None, validation_errors=None): - """ - BulkSendTestResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'can_be_sent': 'bool', - 'validation_error_details': 'list[str]', - 'validation_errors': 'list[str]' - } - - self.attribute_map = { - 'can_be_sent': 'canBeSent', - 'validation_error_details': 'validationErrorDetails', - 'validation_errors': 'validationErrors' - } - - self._can_be_sent = can_be_sent - self._validation_error_details = validation_error_details - self._validation_errors = validation_errors + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'can_be_sent': 'bool', + 'validation_error_details': 'list[str]', + 'validation_errors': 'list[str]' + } + + attribute_map = { + 'can_be_sent': 'canBeSent', + 'validation_error_details': 'validationErrorDetails', + 'validation_errors': 'validationErrors' + } + + def __init__(self, can_be_sent=None, validation_error_details=None, validation_errors=None): # noqa: E501 + """BulkSendTestResponse - a model defined in Swagger""" # noqa: E501 + + self._can_be_sent = None + self._validation_error_details = None + self._validation_errors = None + self.discriminator = None + + if can_be_sent is not None: + self.can_be_sent = can_be_sent + if validation_error_details is not None: + self.validation_error_details = validation_error_details + if validation_errors is not None: + self.validation_errors = validation_errors @property def can_be_sent(self): - """ - Gets the can_be_sent of this BulkSendTestResponse. - + """Gets the can_be_sent of this BulkSendTestResponse. # noqa: E501 + + # noqa: E501 - :return: The can_be_sent of this BulkSendTestResponse. + :return: The can_be_sent of this BulkSendTestResponse. # noqa: E501 :rtype: bool """ return self._can_be_sent @can_be_sent.setter def can_be_sent(self, can_be_sent): - """ - Sets the can_be_sent of this BulkSendTestResponse. - + """Sets the can_be_sent of this BulkSendTestResponse. + + # noqa: E501 - :param can_be_sent: The can_be_sent of this BulkSendTestResponse. + :param can_be_sent: The can_be_sent of this BulkSendTestResponse. # noqa: E501 :type: bool """ @@ -71,22 +82,22 @@ def can_be_sent(self, can_be_sent): @property def validation_error_details(self): - """ - Gets the validation_error_details of this BulkSendTestResponse. - + """Gets the validation_error_details of this BulkSendTestResponse. # noqa: E501 + + # noqa: E501 - :return: The validation_error_details of this BulkSendTestResponse. + :return: The validation_error_details of this BulkSendTestResponse. # noqa: E501 :rtype: list[str] """ return self._validation_error_details @validation_error_details.setter def validation_error_details(self, validation_error_details): - """ - Sets the validation_error_details of this BulkSendTestResponse. - + """Sets the validation_error_details of this BulkSendTestResponse. + + # noqa: E501 - :param validation_error_details: The validation_error_details of this BulkSendTestResponse. + :param validation_error_details: The validation_error_details of this BulkSendTestResponse. # noqa: E501 :type: list[str] """ @@ -94,34 +105,32 @@ def validation_error_details(self, validation_error_details): @property def validation_errors(self): - """ - Gets the validation_errors of this BulkSendTestResponse. - + """Gets the validation_errors of this BulkSendTestResponse. # noqa: E501 - :return: The validation_errors of this BulkSendTestResponse. + # noqa: E501 + + :return: The validation_errors of this BulkSendTestResponse. # noqa: E501 :rtype: list[str] """ return self._validation_errors @validation_errors.setter def validation_errors(self, validation_errors): - """ - Sets the validation_errors of this BulkSendTestResponse. - + """Sets the validation_errors of this BulkSendTestResponse. - :param validation_errors: The validation_errors of this BulkSendTestResponse. + # noqa: E501 + + :param validation_errors: The validation_errors of this BulkSendTestResponse. # noqa: E501 :type: list[str] """ self._validation_errors = validation_errors def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendTestResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendTestResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_copy.py b/docusign_esign/models/bulk_sending_copy.py index e69dded9..0ff88b2d 100644 --- a/docusign_esign/models/bulk_sending_copy.py +++ b/docusign_esign/models/bulk_sending_copy.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingCopy(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, custom_fields=None, email_blurb=None, email_subject=None, recipients=None): - """ - BulkSendingCopy - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'custom_fields': 'list[BulkSendingCopyCustomField]', - 'email_blurb': 'str', - 'email_subject': 'str', - 'recipients': 'list[BulkSendingCopyRecipient]' - } - - self.attribute_map = { - 'custom_fields': 'customFields', - 'email_blurb': 'emailBlurb', - 'email_subject': 'emailSubject', - 'recipients': 'recipients' - } - self._custom_fields = custom_fields - self._email_blurb = email_blurb - self._email_subject = email_subject - self._recipients = recipients + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'custom_fields': 'list[BulkSendingCopyCustomField]', + 'email_blurb': 'str', + 'email_subject': 'str', + 'recipients': 'list[BulkSendingCopyRecipient]' + } + + attribute_map = { + 'custom_fields': 'customFields', + 'email_blurb': 'emailBlurb', + 'email_subject': 'emailSubject', + 'recipients': 'recipients' + } + + def __init__(self, custom_fields=None, email_blurb=None, email_subject=None, recipients=None): # noqa: E501 + """BulkSendingCopy - a model defined in Swagger""" # noqa: E501 + + self._custom_fields = None + self._email_blurb = None + self._email_subject = None + self._recipients = None + self.discriminator = None + + if custom_fields is not None: + self.custom_fields = custom_fields + if email_blurb is not None: + self.email_blurb = email_blurb + if email_subject is not None: + self.email_subject = email_subject + if recipients is not None: + self.recipients = recipients @property def custom_fields(self): - """ - Gets the custom_fields of this BulkSendingCopy. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this BulkSendingCopy. # noqa: E501 - :return: The custom_fields of this BulkSendingCopy. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :return: The custom_fields of this BulkSendingCopy. # noqa: E501 :rtype: list[BulkSendingCopyCustomField] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this BulkSendingCopy. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this BulkSendingCopy. - :param custom_fields: The custom_fields of this BulkSendingCopy. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :param custom_fields: The custom_fields of this BulkSendingCopy. # noqa: E501 :type: list[BulkSendingCopyCustomField] """ @@ -74,22 +87,22 @@ def custom_fields(self, custom_fields): @property def email_blurb(self): - """ - Gets the email_blurb of this BulkSendingCopy. - + """Gets the email_blurb of this BulkSendingCopy. # noqa: E501 + + # noqa: E501 - :return: The email_blurb of this BulkSendingCopy. + :return: The email_blurb of this BulkSendingCopy. # noqa: E501 :rtype: str """ return self._email_blurb @email_blurb.setter def email_blurb(self, email_blurb): - """ - Sets the email_blurb of this BulkSendingCopy. - + """Sets the email_blurb of this BulkSendingCopy. + + # noqa: E501 - :param email_blurb: The email_blurb of this BulkSendingCopy. + :param email_blurb: The email_blurb of this BulkSendingCopy. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def email_blurb(self, email_blurb): @property def email_subject(self): - """ - Gets the email_subject of this BulkSendingCopy. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this BulkSendingCopy. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this BulkSendingCopy. + :return: The email_subject of this BulkSendingCopy. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this BulkSendingCopy. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this BulkSendingCopy. - :param email_subject: The email_subject of this BulkSendingCopy. + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 + + :param email_subject: The email_subject of this BulkSendingCopy. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def email_subject(self, email_subject): @property def recipients(self): - """ - Gets the recipients of this BulkSendingCopy. - An array of powerform recipients. + """Gets the recipients of this BulkSendingCopy. # noqa: E501 - :return: The recipients of this BulkSendingCopy. + An array of powerform recipients. # noqa: E501 + + :return: The recipients of this BulkSendingCopy. # noqa: E501 :rtype: list[BulkSendingCopyRecipient] """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this BulkSendingCopy. - An array of powerform recipients. + """Sets the recipients of this BulkSendingCopy. + + An array of powerform recipients. # noqa: E501 - :param recipients: The recipients of this BulkSendingCopy. + :param recipients: The recipients of this BulkSendingCopy. # noqa: E501 :type: list[BulkSendingCopyRecipient] """ self._recipients = recipients def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingCopy, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingCopy): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_copy_custom_field.py b/docusign_esign/models/bulk_sending_copy_custom_field.py index 832e2d66..9d0842a3 100644 --- a/docusign_esign/models/bulk_sending_copy_custom_field.py +++ b/docusign_esign/models/bulk_sending_copy_custom_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingCopyCustomField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, value=None): - """ - BulkSendingCopyCustomField - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'value': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'value': 'str' + } - self.attribute_map = { - 'name': 'name', - 'value': 'value' - } + attribute_map = { + 'name': 'name', + 'value': 'value' + } - self._name = name - self._value = value + def __init__(self, name=None, value=None): # noqa: E501 + """BulkSendingCopyCustomField - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._value = None + self.discriminator = None + + if name is not None: + self.name = name + if value is not None: + self.value = value @property def name(self): - """ - Gets the name of this BulkSendingCopyCustomField. - + """Gets the name of this BulkSendingCopyCustomField. # noqa: E501 - :return: The name of this BulkSendingCopyCustomField. + # noqa: E501 + + :return: The name of this BulkSendingCopyCustomField. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkSendingCopyCustomField. - + """Sets the name of this BulkSendingCopyCustomField. + + # noqa: E501 - :param name: The name of this BulkSendingCopyCustomField. + :param name: The name of this BulkSendingCopyCustomField. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def name(self, name): @property def value(self): - """ - Gets the value of this BulkSendingCopyCustomField. - Specifies the value of the tab. + """Gets the value of this BulkSendingCopyCustomField. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this BulkSendingCopyCustomField. + :return: The value of this BulkSendingCopyCustomField. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this BulkSendingCopyCustomField. - Specifies the value of the tab. + """Sets the value of this BulkSendingCopyCustomField. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this BulkSendingCopyCustomField. + :param value: The value of this BulkSendingCopyCustomField. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingCopyCustomField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingCopyCustomField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_copy_recipient.py b/docusign_esign/models/bulk_sending_copy_recipient.py index 55a4791a..4cf0bbbc 100644 --- a/docusign_esign/models/bulk_sending_copy_recipient.py +++ b/docusign_esign/models/bulk_sending_copy_recipient.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,110 +11,155 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingCopyRecipient(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, client_user_id=None, custom_fields=None, delivery_method=None, email=None, email_notification=None, embedded_recipient_start_url=None, fax_number=None, id_check_configuration_name=None, id_check_information_input=None, identification_method=None, name=None, note=None, phone_authentication=None, recipient_id=None, recipient_signature_providers=None, role_name=None, sms_authentication=None, social_authentications=None, tabs=None): - """ - BulkSendingCopyRecipient - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'client_user_id': 'str', - 'custom_fields': 'list[str]', - 'delivery_method': 'str', - 'email': 'str', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'fax_number': 'str', - 'id_check_configuration_name': 'str', - 'id_check_information_input': 'IdCheckInformationInput', - 'identification_method': 'str', - 'name': 'str', - 'note': 'str', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_id': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'role_name': 'str', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'tabs': 'list[BulkSendingCopyTab]' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'client_user_id': 'clientUserId', - 'custom_fields': 'customFields', - 'delivery_method': 'deliveryMethod', - 'email': 'email', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'fax_number': 'faxNumber', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_information_input': 'idCheckInformationInput', - 'identification_method': 'identificationMethod', - 'name': 'name', - 'note': 'note', - 'phone_authentication': 'phoneAuthentication', - 'recipient_id': 'recipientId', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'role_name': 'roleName', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'tabs': 'tabs' - } - self._access_code = access_code - self._client_user_id = client_user_id - self._custom_fields = custom_fields - self._delivery_method = delivery_method - self._email = email - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._fax_number = fax_number - self._id_check_configuration_name = id_check_configuration_name - self._id_check_information_input = id_check_information_input - self._identification_method = identification_method - self._name = name - self._note = note - self._phone_authentication = phone_authentication - self._recipient_id = recipient_id - self._recipient_signature_providers = recipient_signature_providers - self._role_name = role_name - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._tabs = tabs + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'client_user_id': 'str', + 'custom_fields': 'list[str]', + 'delivery_method': 'str', + 'email': 'str', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'fax_number': 'str', + 'id_check_configuration_name': 'str', + 'id_check_information_input': 'IdCheckInformationInput', + 'identification_method': 'str', + 'name': 'str', + 'note': 'str', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_id': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'role_name': 'str', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'tabs': 'list[BulkSendingCopyTab]' + } + + attribute_map = { + 'access_code': 'accessCode', + 'client_user_id': 'clientUserId', + 'custom_fields': 'customFields', + 'delivery_method': 'deliveryMethod', + 'email': 'email', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'fax_number': 'faxNumber', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_information_input': 'idCheckInformationInput', + 'identification_method': 'identificationMethod', + 'name': 'name', + 'note': 'note', + 'phone_authentication': 'phoneAuthentication', + 'recipient_id': 'recipientId', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'role_name': 'roleName', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'tabs': 'tabs' + } + + def __init__(self, access_code=None, client_user_id=None, custom_fields=None, delivery_method=None, email=None, email_notification=None, embedded_recipient_start_url=None, fax_number=None, id_check_configuration_name=None, id_check_information_input=None, identification_method=None, name=None, note=None, phone_authentication=None, recipient_id=None, recipient_signature_providers=None, role_name=None, sms_authentication=None, social_authentications=None, tabs=None): # noqa: E501 + """BulkSendingCopyRecipient - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._client_user_id = None + self._custom_fields = None + self._delivery_method = None + self._email = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._fax_number = None + self._id_check_configuration_name = None + self._id_check_information_input = None + self._identification_method = None + self._name = None + self._note = None + self._phone_authentication = None + self._recipient_id = None + self._recipient_signature_providers = None + self._role_name = None + self._sms_authentication = None + self._social_authentications = None + self._tabs = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if client_user_id is not None: + self.client_user_id = client_user_id + if custom_fields is not None: + self.custom_fields = custom_fields + if delivery_method is not None: + self.delivery_method = delivery_method + if email is not None: + self.email = email + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if fax_number is not None: + self.fax_number = fax_number + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identification_method is not None: + self.identification_method = identification_method + if name is not None: + self.name = name + if note is not None: + self.note = note + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if role_name is not None: + self.role_name = role_name + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if tabs is not None: + self.tabs = tabs @property def access_code(self): - """ - Gets the access_code of this BulkSendingCopyRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this BulkSendingCopyRecipient. # noqa: E501 - :return: The access_code of this BulkSendingCopyRecipient. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this BulkSendingCopyRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this BulkSendingCopyRecipient. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this BulkSendingCopyRecipient. + :param access_code: The access_code of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -122,22 +167,22 @@ def access_code(self, access_code): @property def client_user_id(self): - """ - Gets the client_user_id of this BulkSendingCopyRecipient. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this BulkSendingCopyRecipient. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this BulkSendingCopyRecipient. + :return: The client_user_id of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this BulkSendingCopyRecipient. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this BulkSendingCopyRecipient. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this BulkSendingCopyRecipient. + :param client_user_id: The client_user_id of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -145,22 +190,22 @@ def client_user_id(self, client_user_id): @property def custom_fields(self): - """ - Gets the custom_fields of this BulkSendingCopyRecipient. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this BulkSendingCopyRecipient. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this BulkSendingCopyRecipient. + :return: The custom_fields of this BulkSendingCopyRecipient. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this BulkSendingCopyRecipient. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this BulkSendingCopyRecipient. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this BulkSendingCopyRecipient. + :param custom_fields: The custom_fields of this BulkSendingCopyRecipient. # noqa: E501 :type: list[str] """ @@ -168,22 +213,22 @@ def custom_fields(self, custom_fields): @property def delivery_method(self): - """ - Gets the delivery_method of this BulkSendingCopyRecipient. - Reserved: For DocuSign use only. + """Gets the delivery_method of this BulkSendingCopyRecipient. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this BulkSendingCopyRecipient. + :return: The delivery_method of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this BulkSendingCopyRecipient. - Reserved: For DocuSign use only. + """Sets the delivery_method of this BulkSendingCopyRecipient. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this BulkSendingCopyRecipient. + :param delivery_method: The delivery_method of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -191,22 +236,22 @@ def delivery_method(self, delivery_method): @property def email(self): - """ - Gets the email of this BulkSendingCopyRecipient. - + """Gets the email of this BulkSendingCopyRecipient. # noqa: E501 + + # noqa: E501 - :return: The email of this BulkSendingCopyRecipient. + :return: The email of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this BulkSendingCopyRecipient. - + """Sets the email of this BulkSendingCopyRecipient. - :param email: The email of this BulkSendingCopyRecipient. + # noqa: E501 + + :param email: The email of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -214,20 +259,20 @@ def email(self, email): @property def email_notification(self): - """ - Gets the email_notification of this BulkSendingCopyRecipient. + """Gets the email_notification of this BulkSendingCopyRecipient. # noqa: E501 - :return: The email_notification of this BulkSendingCopyRecipient. + + :return: The email_notification of this BulkSendingCopyRecipient. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this BulkSendingCopyRecipient. + """Sets the email_notification of this BulkSendingCopyRecipient. - :param email_notification: The email_notification of this BulkSendingCopyRecipient. + + :param email_notification: The email_notification of this BulkSendingCopyRecipient. # noqa: E501 :type: RecipientEmailNotification """ @@ -235,22 +280,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this BulkSendingCopyRecipient. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this BulkSendingCopyRecipient. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this BulkSendingCopyRecipient. + :return: The embedded_recipient_start_url of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this BulkSendingCopyRecipient. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this BulkSendingCopyRecipient. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this BulkSendingCopyRecipient. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -258,22 +303,22 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def fax_number(self): - """ - Gets the fax_number of this BulkSendingCopyRecipient. - Reserved: + """Gets the fax_number of this BulkSendingCopyRecipient. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this BulkSendingCopyRecipient. + :return: The fax_number of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this BulkSendingCopyRecipient. - Reserved: + """Sets the fax_number of this BulkSendingCopyRecipient. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this BulkSendingCopyRecipient. + :param fax_number: The fax_number of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -281,22 +326,22 @@ def fax_number(self, fax_number): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this BulkSendingCopyRecipient. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this BulkSendingCopyRecipient. # noqa: E501 - :return: The id_check_configuration_name of this BulkSendingCopyRecipient. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :return: The id_check_configuration_name of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this BulkSendingCopyRecipient. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this BulkSendingCopyRecipient. - :param id_check_configuration_name: The id_check_configuration_name of this BulkSendingCopyRecipient. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :param id_check_configuration_name: The id_check_configuration_name of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -304,20 +349,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this BulkSendingCopyRecipient. + """Gets the id_check_information_input of this BulkSendingCopyRecipient. # noqa: E501 - :return: The id_check_information_input of this BulkSendingCopyRecipient. + + :return: The id_check_information_input of this BulkSendingCopyRecipient. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this BulkSendingCopyRecipient. + """Sets the id_check_information_input of this BulkSendingCopyRecipient. - :param id_check_information_input: The id_check_information_input of this BulkSendingCopyRecipient. + + :param id_check_information_input: The id_check_information_input of this BulkSendingCopyRecipient. # noqa: E501 :type: IdCheckInformationInput """ @@ -325,22 +370,22 @@ def id_check_information_input(self, id_check_information_input): @property def identification_method(self): - """ - Gets the identification_method of this BulkSendingCopyRecipient. - + """Gets the identification_method of this BulkSendingCopyRecipient. # noqa: E501 - :return: The identification_method of this BulkSendingCopyRecipient. + # noqa: E501 + + :return: The identification_method of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._identification_method @identification_method.setter def identification_method(self, identification_method): - """ - Sets the identification_method of this BulkSendingCopyRecipient. - + """Sets the identification_method of this BulkSendingCopyRecipient. - :param identification_method: The identification_method of this BulkSendingCopyRecipient. + # noqa: E501 + + :param identification_method: The identification_method of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -348,22 +393,22 @@ def identification_method(self, identification_method): @property def name(self): - """ - Gets the name of this BulkSendingCopyRecipient. - + """Gets the name of this BulkSendingCopyRecipient. # noqa: E501 - :return: The name of this BulkSendingCopyRecipient. + # noqa: E501 + + :return: The name of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkSendingCopyRecipient. - + """Sets the name of this BulkSendingCopyRecipient. + + # noqa: E501 - :param name: The name of this BulkSendingCopyRecipient. + :param name: The name of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -371,22 +416,22 @@ def name(self, name): @property def note(self): - """ - Gets the note of this BulkSendingCopyRecipient. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this BulkSendingCopyRecipient. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this BulkSendingCopyRecipient. + :return: The note of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this BulkSendingCopyRecipient. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this BulkSendingCopyRecipient. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this BulkSendingCopyRecipient. + :param note: The note of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -394,20 +439,20 @@ def note(self, note): @property def phone_authentication(self): - """ - Gets the phone_authentication of this BulkSendingCopyRecipient. + """Gets the phone_authentication of this BulkSendingCopyRecipient. # noqa: E501 + - :return: The phone_authentication of this BulkSendingCopyRecipient. + :return: The phone_authentication of this BulkSendingCopyRecipient. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this BulkSendingCopyRecipient. + """Sets the phone_authentication of this BulkSendingCopyRecipient. - :param phone_authentication: The phone_authentication of this BulkSendingCopyRecipient. + + :param phone_authentication: The phone_authentication of this BulkSendingCopyRecipient. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -415,22 +460,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_id(self): - """ - Gets the recipient_id of this BulkSendingCopyRecipient. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this BulkSendingCopyRecipient. # noqa: E501 - :return: The recipient_id of this BulkSendingCopyRecipient. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this BulkSendingCopyRecipient. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this BulkSendingCopyRecipient. - :param recipient_id: The recipient_id of this BulkSendingCopyRecipient. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -438,22 +483,22 @@ def recipient_id(self, recipient_id): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this BulkSendingCopyRecipient. - + """Gets the recipient_signature_providers of this BulkSendingCopyRecipient. # noqa: E501 + + # noqa: E501 - :return: The recipient_signature_providers of this BulkSendingCopyRecipient. + :return: The recipient_signature_providers of this BulkSendingCopyRecipient. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this BulkSendingCopyRecipient. - + """Sets the recipient_signature_providers of this BulkSendingCopyRecipient. + + # noqa: E501 - :param recipient_signature_providers: The recipient_signature_providers of this BulkSendingCopyRecipient. + :param recipient_signature_providers: The recipient_signature_providers of this BulkSendingCopyRecipient. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -461,22 +506,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def role_name(self): - """ - Gets the role_name of this BulkSendingCopyRecipient. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this BulkSendingCopyRecipient. # noqa: E501 + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :return: The role_name of this BulkSendingCopyRecipient. + :return: The role_name of this BulkSendingCopyRecipient. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this BulkSendingCopyRecipient. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this BulkSendingCopyRecipient. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this BulkSendingCopyRecipient. + :param role_name: The role_name of this BulkSendingCopyRecipient. # noqa: E501 :type: str """ @@ -484,20 +529,20 @@ def role_name(self, role_name): @property def sms_authentication(self): - """ - Gets the sms_authentication of this BulkSendingCopyRecipient. + """Gets the sms_authentication of this BulkSendingCopyRecipient. # noqa: E501 + - :return: The sms_authentication of this BulkSendingCopyRecipient. + :return: The sms_authentication of this BulkSendingCopyRecipient. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this BulkSendingCopyRecipient. + """Sets the sms_authentication of this BulkSendingCopyRecipient. + - :param sms_authentication: The sms_authentication of this BulkSendingCopyRecipient. + :param sms_authentication: The sms_authentication of this BulkSendingCopyRecipient. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -505,22 +550,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this BulkSendingCopyRecipient. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this BulkSendingCopyRecipient. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this BulkSendingCopyRecipient. + :return: The social_authentications of this BulkSendingCopyRecipient. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this BulkSendingCopyRecipient. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this BulkSendingCopyRecipient. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this BulkSendingCopyRecipient. + :param social_authentications: The social_authentications of this BulkSendingCopyRecipient. # noqa: E501 :type: list[SocialAuthentication] """ @@ -528,34 +573,32 @@ def social_authentications(self, social_authentications): @property def tabs(self): - """ - Gets the tabs of this BulkSendingCopyRecipient. - + """Gets the tabs of this BulkSendingCopyRecipient. # noqa: E501 - :return: The tabs of this BulkSendingCopyRecipient. + # noqa: E501 + + :return: The tabs of this BulkSendingCopyRecipient. # noqa: E501 :rtype: list[BulkSendingCopyTab] """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this BulkSendingCopyRecipient. - + """Sets the tabs of this BulkSendingCopyRecipient. - :param tabs: The tabs of this BulkSendingCopyRecipient. + # noqa: E501 + + :param tabs: The tabs of this BulkSendingCopyRecipient. # noqa: E501 :type: list[BulkSendingCopyTab] """ self._tabs = tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -572,29 +615,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingCopyRecipient, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingCopyRecipient): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_copy_tab.py b/docusign_esign/models/bulk_sending_copy_tab.py index 9cd922a3..b82a84e2 100644 --- a/docusign_esign/models/bulk_sending_copy_tab.py +++ b/docusign_esign/models/bulk_sending_copy_tab.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingCopyTab(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, initial_value=None, tab_label=None): - """ - BulkSendingCopyTab - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'initial_value': 'str', - 'tab_label': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'initial_value': 'str', + 'tab_label': 'str' + } - self.attribute_map = { - 'initial_value': 'initialValue', - 'tab_label': 'tabLabel' - } + attribute_map = { + 'initial_value': 'initialValue', + 'tab_label': 'tabLabel' + } - self._initial_value = initial_value - self._tab_label = tab_label + def __init__(self, initial_value=None, tab_label=None): # noqa: E501 + """BulkSendingCopyTab - a model defined in Swagger""" # noqa: E501 + + self._initial_value = None + self._tab_label = None + self.discriminator = None + + if initial_value is not None: + self.initial_value = initial_value + if tab_label is not None: + self.tab_label = tab_label @property def initial_value(self): - """ - Gets the initial_value of this BulkSendingCopyTab. - The original value of the tab. + """Gets the initial_value of this BulkSendingCopyTab. # noqa: E501 - :return: The initial_value of this BulkSendingCopyTab. + The original value of the tab. # noqa: E501 + + :return: The initial_value of this BulkSendingCopyTab. # noqa: E501 :rtype: str """ return self._initial_value @initial_value.setter def initial_value(self, initial_value): - """ - Sets the initial_value of this BulkSendingCopyTab. - The original value of the tab. + """Sets the initial_value of this BulkSendingCopyTab. + + The original value of the tab. # noqa: E501 - :param initial_value: The initial_value of this BulkSendingCopyTab. + :param initial_value: The initial_value of this BulkSendingCopyTab. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def initial_value(self, initial_value): @property def tab_label(self): - """ - Gets the tab_label of this BulkSendingCopyTab. - The label string associated with the tab. + """Gets the tab_label of this BulkSendingCopyTab. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this BulkSendingCopyTab. + :return: The tab_label of this BulkSendingCopyTab. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this BulkSendingCopyTab. - The label string associated with the tab. + """Sets the tab_label of this BulkSendingCopyTab. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this BulkSendingCopyTab. + :param tab_label: The tab_label of this BulkSendingCopyTab. # noqa: E501 :type: str """ self._tab_label = tab_label def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingCopyTab, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingCopyTab): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_list.py b/docusign_esign/models/bulk_sending_list.py index 20491f79..be607f14 100644 --- a/docusign_esign/models/bulk_sending_list.py +++ b/docusign_esign/models/bulk_sending_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_copies=None, list_id=None, name=None): - """ - BulkSendingList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_copies': 'list[BulkSendingCopy]', - 'list_id': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'bulk_copies': 'bulkCopies', - 'list_id': 'listId', - 'name': 'name' - } - - self._bulk_copies = bulk_copies - self._list_id = list_id - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_copies': 'list[BulkSendingCopy]', + 'list_id': 'str', + 'name': 'str' + } + + attribute_map = { + 'bulk_copies': 'bulkCopies', + 'list_id': 'listId', + 'name': 'name' + } + + def __init__(self, bulk_copies=None, list_id=None, name=None): # noqa: E501 + """BulkSendingList - a model defined in Swagger""" # noqa: E501 + + self._bulk_copies = None + self._list_id = None + self._name = None + self.discriminator = None + + if bulk_copies is not None: + self.bulk_copies = bulk_copies + if list_id is not None: + self.list_id = list_id + if name is not None: + self.name = name @property def bulk_copies(self): - """ - Gets the bulk_copies of this BulkSendingList. - + """Gets the bulk_copies of this BulkSendingList. # noqa: E501 + + # noqa: E501 - :return: The bulk_copies of this BulkSendingList. + :return: The bulk_copies of this BulkSendingList. # noqa: E501 :rtype: list[BulkSendingCopy] """ return self._bulk_copies @bulk_copies.setter def bulk_copies(self, bulk_copies): - """ - Sets the bulk_copies of this BulkSendingList. - + """Sets the bulk_copies of this BulkSendingList. + + # noqa: E501 - :param bulk_copies: The bulk_copies of this BulkSendingList. + :param bulk_copies: The bulk_copies of this BulkSendingList. # noqa: E501 :type: list[BulkSendingCopy] """ @@ -71,22 +82,22 @@ def bulk_copies(self, bulk_copies): @property def list_id(self): - """ - Gets the list_id of this BulkSendingList. - + """Gets the list_id of this BulkSendingList. # noqa: E501 + + # noqa: E501 - :return: The list_id of this BulkSendingList. + :return: The list_id of this BulkSendingList. # noqa: E501 :rtype: str """ return self._list_id @list_id.setter def list_id(self, list_id): - """ - Sets the list_id of this BulkSendingList. - + """Sets the list_id of this BulkSendingList. + + # noqa: E501 - :param list_id: The list_id of this BulkSendingList. + :param list_id: The list_id of this BulkSendingList. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def list_id(self, list_id): @property def name(self): - """ - Gets the name of this BulkSendingList. - + """Gets the name of this BulkSendingList. # noqa: E501 - :return: The name of this BulkSendingList. + # noqa: E501 + + :return: The name of this BulkSendingList. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkSendingList. - + """Sets the name of this BulkSendingList. - :param name: The name of this BulkSendingList. + # noqa: E501 + + :param name: The name of this BulkSendingList. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_list_summaries.py b/docusign_esign/models/bulk_sending_list_summaries.py index 1291745f..91b645f2 100644 --- a/docusign_esign/models/bulk_sending_list_summaries.py +++ b/docusign_esign/models/bulk_sending_list_summaries.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingListSummaries(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_list_summaries=None): - """ - BulkSendingListSummaries - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_list_summaries': 'list[BulkSendingListSummary]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_list_summaries': 'list[BulkSendingListSummary]' + } - self.attribute_map = { - 'bulk_list_summaries': 'bulkListSummaries' - } + attribute_map = { + 'bulk_list_summaries': 'bulkListSummaries' + } - self._bulk_list_summaries = bulk_list_summaries + def __init__(self, bulk_list_summaries=None): # noqa: E501 + """BulkSendingListSummaries - a model defined in Swagger""" # noqa: E501 + + self._bulk_list_summaries = None + self.discriminator = None + + if bulk_list_summaries is not None: + self.bulk_list_summaries = bulk_list_summaries @property def bulk_list_summaries(self): - """ - Gets the bulk_list_summaries of this BulkSendingListSummaries. - + """Gets the bulk_list_summaries of this BulkSendingListSummaries. # noqa: E501 + + # noqa: E501 - :return: The bulk_list_summaries of this BulkSendingListSummaries. + :return: The bulk_list_summaries of this BulkSendingListSummaries. # noqa: E501 :rtype: list[BulkSendingListSummary] """ return self._bulk_list_summaries @bulk_list_summaries.setter def bulk_list_summaries(self, bulk_list_summaries): - """ - Sets the bulk_list_summaries of this BulkSendingListSummaries. - + """Sets the bulk_list_summaries of this BulkSendingListSummaries. - :param bulk_list_summaries: The bulk_list_summaries of this BulkSendingListSummaries. + # noqa: E501 + + :param bulk_list_summaries: The bulk_list_summaries of this BulkSendingListSummaries. # noqa: E501 :type: list[BulkSendingListSummary] """ self._bulk_list_summaries = bulk_list_summaries def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingListSummaries, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingListSummaries): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/bulk_sending_list_summary.py b/docusign_esign/models/bulk_sending_list_summary.py index c68564ab..f9056c6b 100644 --- a/docusign_esign/models/bulk_sending_list_summary.py +++ b/docusign_esign/models/bulk_sending_list_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class BulkSendingListSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_send_list_id=None, created_by_user=None, created_date=None, name=None): - """ - BulkSendingListSummary - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_send_list_id': 'str', - 'created_by_user': 'str', - 'created_date': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'bulk_send_list_id': 'bulkSendListId', - 'created_by_user': 'createdByUser', - 'created_date': 'createdDate', - 'name': 'name' - } - self._bulk_send_list_id = bulk_send_list_id - self._created_by_user = created_by_user - self._created_date = created_date - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_send_list_id': 'str', + 'created_by_user': 'str', + 'created_date': 'str', + 'name': 'str' + } + + attribute_map = { + 'bulk_send_list_id': 'bulkSendListId', + 'created_by_user': 'createdByUser', + 'created_date': 'createdDate', + 'name': 'name' + } + + def __init__(self, bulk_send_list_id=None, created_by_user=None, created_date=None, name=None): # noqa: E501 + """BulkSendingListSummary - a model defined in Swagger""" # noqa: E501 + + self._bulk_send_list_id = None + self._created_by_user = None + self._created_date = None + self._name = None + self.discriminator = None + + if bulk_send_list_id is not None: + self.bulk_send_list_id = bulk_send_list_id + if created_by_user is not None: + self.created_by_user = created_by_user + if created_date is not None: + self.created_date = created_date + if name is not None: + self.name = name @property def bulk_send_list_id(self): - """ - Gets the bulk_send_list_id of this BulkSendingListSummary. - + """Gets the bulk_send_list_id of this BulkSendingListSummary. # noqa: E501 - :return: The bulk_send_list_id of this BulkSendingListSummary. + # noqa: E501 + + :return: The bulk_send_list_id of this BulkSendingListSummary. # noqa: E501 :rtype: str """ return self._bulk_send_list_id @bulk_send_list_id.setter def bulk_send_list_id(self, bulk_send_list_id): - """ - Sets the bulk_send_list_id of this BulkSendingListSummary. - + """Sets the bulk_send_list_id of this BulkSendingListSummary. - :param bulk_send_list_id: The bulk_send_list_id of this BulkSendingListSummary. + # noqa: E501 + + :param bulk_send_list_id: The bulk_send_list_id of this BulkSendingListSummary. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def bulk_send_list_id(self, bulk_send_list_id): @property def created_by_user(self): - """ - Gets the created_by_user of this BulkSendingListSummary. - + """Gets the created_by_user of this BulkSendingListSummary. # noqa: E501 + + # noqa: E501 - :return: The created_by_user of this BulkSendingListSummary. + :return: The created_by_user of this BulkSendingListSummary. # noqa: E501 :rtype: str """ return self._created_by_user @created_by_user.setter def created_by_user(self, created_by_user): - """ - Sets the created_by_user of this BulkSendingListSummary. - + """Sets the created_by_user of this BulkSendingListSummary. + + # noqa: E501 - :param created_by_user: The created_by_user of this BulkSendingListSummary. + :param created_by_user: The created_by_user of this BulkSendingListSummary. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def created_by_user(self, created_by_user): @property def created_date(self): - """ - Gets the created_date of this BulkSendingListSummary. - + """Gets the created_date of this BulkSendingListSummary. # noqa: E501 + + # noqa: E501 - :return: The created_date of this BulkSendingListSummary. + :return: The created_date of this BulkSendingListSummary. # noqa: E501 :rtype: str """ return self._created_date @created_date.setter def created_date(self, created_date): - """ - Sets the created_date of this BulkSendingListSummary. - + """Sets the created_date of this BulkSendingListSummary. - :param created_date: The created_date of this BulkSendingListSummary. + # noqa: E501 + + :param created_date: The created_date of this BulkSendingListSummary. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def created_date(self, created_date): @property def name(self): - """ - Gets the name of this BulkSendingListSummary. - + """Gets the name of this BulkSendingListSummary. # noqa: E501 - :return: The name of this BulkSendingListSummary. + # noqa: E501 + + :return: The name of this BulkSendingListSummary. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this BulkSendingListSummary. - + """Sets the name of this BulkSendingListSummary. + + # noqa: E501 - :param name: The name of this BulkSendingListSummary. + :param name: The name of this BulkSendingListSummary. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(BulkSendingListSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, BulkSendingListSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/captive_recipient.py b/docusign_esign/models/captive_recipient.py index be3cc8b6..dd157e20 100644 --- a/docusign_esign/models/captive_recipient.py +++ b/docusign_esign/models/captive_recipient.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CaptiveRecipient(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, client_user_id=None, email=None, error_details=None, user_name=None): - """ - CaptiveRecipient - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'client_user_id': 'str', - 'email': 'str', - 'error_details': 'ErrorDetails', - 'user_name': 'str' - } - - self.attribute_map = { - 'client_user_id': 'clientUserId', - 'email': 'email', - 'error_details': 'errorDetails', - 'user_name': 'userName' - } - self._client_user_id = client_user_id - self._email = email - self._error_details = error_details - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'client_user_id': 'str', + 'email': 'str', + 'error_details': 'ErrorDetails', + 'user_name': 'str' + } + + attribute_map = { + 'client_user_id': 'clientUserId', + 'email': 'email', + 'error_details': 'errorDetails', + 'user_name': 'userName' + } + + def __init__(self, client_user_id=None, email=None, error_details=None, user_name=None): # noqa: E501 + """CaptiveRecipient - a model defined in Swagger""" # noqa: E501 + + self._client_user_id = None + self._email = None + self._error_details = None + self._user_name = None + self.discriminator = None + + if client_user_id is not None: + self.client_user_id = client_user_id + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if user_name is not None: + self.user_name = user_name @property def client_user_id(self): - """ - Gets the client_user_id of this CaptiveRecipient. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this CaptiveRecipient. # noqa: E501 - :return: The client_user_id of this CaptiveRecipient. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this CaptiveRecipient. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this CaptiveRecipient. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this CaptiveRecipient. - :param client_user_id: The client_user_id of this CaptiveRecipient. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :param client_user_id: The client_user_id of this CaptiveRecipient. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def client_user_id(self, client_user_id): @property def email(self): - """ - Gets the email of this CaptiveRecipient. - Specifies the email address associated with the captive recipient. + """Gets the email of this CaptiveRecipient. # noqa: E501 + + Specifies the email address associated with the captive recipient. # noqa: E501 - :return: The email of this CaptiveRecipient. + :return: The email of this CaptiveRecipient. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this CaptiveRecipient. - Specifies the email address associated with the captive recipient. + """Sets the email of this CaptiveRecipient. + + Specifies the email address associated with the captive recipient. # noqa: E501 - :param email: The email of this CaptiveRecipient. + :param email: The email of this CaptiveRecipient. # noqa: E501 :type: str """ @@ -97,20 +110,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this CaptiveRecipient. + """Gets the error_details of this CaptiveRecipient. # noqa: E501 + - :return: The error_details of this CaptiveRecipient. + :return: The error_details of this CaptiveRecipient. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CaptiveRecipient. + """Sets the error_details of this CaptiveRecipient. - :param error_details: The error_details of this CaptiveRecipient. + + :param error_details: The error_details of this CaptiveRecipient. # noqa: E501 :type: ErrorDetails """ @@ -118,34 +131,32 @@ def error_details(self, error_details): @property def user_name(self): - """ - Gets the user_name of this CaptiveRecipient. - Specifies the user name associated with the captive recipient. + """Gets the user_name of this CaptiveRecipient. # noqa: E501 - :return: The user_name of this CaptiveRecipient. + Specifies the user name associated with the captive recipient. # noqa: E501 + + :return: The user_name of this CaptiveRecipient. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this CaptiveRecipient. - Specifies the user name associated with the captive recipient. + """Sets the user_name of this CaptiveRecipient. + + Specifies the user name associated with the captive recipient. # noqa: E501 - :param user_name: The user_name of this CaptiveRecipient. + :param user_name: The user_name of this CaptiveRecipient. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -162,29 +173,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CaptiveRecipient, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CaptiveRecipient): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/captive_recipient_information.py b/docusign_esign/models/captive_recipient_information.py index 9b1838af..14417493 100644 --- a/docusign_esign/models/captive_recipient_information.py +++ b/docusign_esign/models/captive_recipient_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CaptiveRecipientInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, captive_recipients=None): - """ - CaptiveRecipientInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'captive_recipients': 'list[CaptiveRecipient]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'captive_recipients': 'list[CaptiveRecipient]' + } - self.attribute_map = { - 'captive_recipients': 'captiveRecipients' - } + attribute_map = { + 'captive_recipients': 'captiveRecipients' + } - self._captive_recipients = captive_recipients + def __init__(self, captive_recipients=None): # noqa: E501 + """CaptiveRecipientInformation - a model defined in Swagger""" # noqa: E501 + + self._captive_recipients = None + self.discriminator = None + + if captive_recipients is not None: + self.captive_recipients = captive_recipients @property def captive_recipients(self): - """ - Gets the captive_recipients of this CaptiveRecipientInformation. - A complex type containing information about one or more captive recipients. + """Gets the captive_recipients of this CaptiveRecipientInformation. # noqa: E501 + + A complex type containing information about one or more captive recipients. # noqa: E501 - :return: The captive_recipients of this CaptiveRecipientInformation. + :return: The captive_recipients of this CaptiveRecipientInformation. # noqa: E501 :rtype: list[CaptiveRecipient] """ return self._captive_recipients @captive_recipients.setter def captive_recipients(self, captive_recipients): - """ - Sets the captive_recipients of this CaptiveRecipientInformation. - A complex type containing information about one or more captive recipients. + """Sets the captive_recipients of this CaptiveRecipientInformation. - :param captive_recipients: The captive_recipients of this CaptiveRecipientInformation. + A complex type containing information about one or more captive recipients. # noqa: E501 + + :param captive_recipients: The captive_recipients of this CaptiveRecipientInformation. # noqa: E501 :type: list[CaptiveRecipient] """ self._captive_recipients = captive_recipients def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CaptiveRecipientInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CaptiveRecipientInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/carbon_copy.py b/docusign_esign/models/carbon_copy.py index cec37492..5ce27302 100644 --- a/docusign_esign/models/carbon_copy.py +++ b/docusign_esign/models/carbon_copy.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,266 +11,425 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CarbonCopy(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - CarbonCopy - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'agent_can_edit_email': 'str', - 'agent_can_edit_name': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'identity_verification': 'RecipientIdentityVerification', - 'inherit_email_notification_configuration': 'str', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'proof_file': 'RecipientProofFile', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'agent_can_edit_email': 'agentCanEditEmail', - 'agent_can_edit_name': 'agentCanEditName', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'identity_verification': 'identityVerification', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'proof_file': 'proofFile', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._agent_can_edit_email = agent_can_edit_email - self._agent_can_edit_name = agent_can_edit_name - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._identity_verification = identity_verification - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._proof_file = proof_file - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'agent_can_edit_email': 'str', + 'agent_can_edit_name': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'proof_file': 'RecipientProofFile', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'agent_can_edit_email': 'agentCanEditEmail', + 'agent_can_edit_name': 'agentCanEditName', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'proof_file': 'proofFile', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """CarbonCopy - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._agent_can_edit_email = None + self._agent_can_edit_name = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._proof_file = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if agent_can_edit_email is not None: + self.agent_can_edit_email = agent_can_edit_email + if agent_can_edit_name is not None: + self.agent_can_edit_name = agent_can_edit_name + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if proof_file is not None: + self.proof_file = proof_file + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this CarbonCopy. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this CarbonCopy. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this CarbonCopy. + :return: The access_code of this CarbonCopy. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this CarbonCopy. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this CarbonCopy. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this CarbonCopy. + :param access_code: The access_code of this CarbonCopy. # noqa: E501 :type: str """ @@ -278,20 +437,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this CarbonCopy. + """Gets the access_code_metadata of this CarbonCopy. # noqa: E501 - :return: The access_code_metadata of this CarbonCopy. + + :return: The access_code_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this CarbonCopy. + """Sets the access_code_metadata of this CarbonCopy. + - :param access_code_metadata: The access_code_metadata of this CarbonCopy. + :param access_code_metadata: The access_code_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -299,45 +458,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this CarbonCopy. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this CarbonCopy. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this CarbonCopy. + :return: The add_access_code_to_email of this CarbonCopy. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this CarbonCopy. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this CarbonCopy. - :param add_access_code_to_email: The add_access_code_to_email of this CarbonCopy. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :param add_access_code_to_email: The add_access_code_to_email of this CarbonCopy. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def agent_can_edit_email(self): + def additional_notifications(self): + """Gets the additional_notifications of this CarbonCopy. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this CarbonCopy. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this CarbonCopy. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this CarbonCopy. # noqa: E501 + :type: list[RecipientAdditionalNotification] """ - Gets the agent_can_edit_email of this CarbonCopy. - - :return: The agent_can_edit_email of this CarbonCopy. + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this CarbonCopy. # noqa: E501 + + + :return: The additional_notifications_metadata of this CarbonCopy. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this CarbonCopy. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this CarbonCopy. # noqa: E501 + :type: PropertyMetadata + """ + + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def agent_can_edit_email(self): + """Gets the agent_can_edit_email of this CarbonCopy. # noqa: E501 + + # noqa: E501 + + :return: The agent_can_edit_email of this CarbonCopy. # noqa: E501 :rtype: str """ return self._agent_can_edit_email @agent_can_edit_email.setter def agent_can_edit_email(self, agent_can_edit_email): - """ - Sets the agent_can_edit_email of this CarbonCopy. - + """Sets the agent_can_edit_email of this CarbonCopy. + + # noqa: E501 - :param agent_can_edit_email: The agent_can_edit_email of this CarbonCopy. + :param agent_can_edit_email: The agent_can_edit_email of this CarbonCopy. # noqa: E501 :type: str """ @@ -345,22 +548,22 @@ def agent_can_edit_email(self, agent_can_edit_email): @property def agent_can_edit_name(self): - """ - Gets the agent_can_edit_name of this CarbonCopy. - + """Gets the agent_can_edit_name of this CarbonCopy. # noqa: E501 - :return: The agent_can_edit_name of this CarbonCopy. + # noqa: E501 + + :return: The agent_can_edit_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._agent_can_edit_name @agent_can_edit_name.setter def agent_can_edit_name(self, agent_can_edit_name): - """ - Sets the agent_can_edit_name of this CarbonCopy. - + """Sets the agent_can_edit_name of this CarbonCopy. + + # noqa: E501 - :param agent_can_edit_name: The agent_can_edit_name of this CarbonCopy. + :param agent_can_edit_name: The agent_can_edit_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -368,22 +571,22 @@ def agent_can_edit_name(self, agent_can_edit_name): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this CarbonCopy. - + """Gets the allow_system_override_for_locked_recipient of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this CarbonCopy. + :return: The allow_system_override_for_locked_recipient of this CarbonCopy. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this CarbonCopy. - + """Sets the allow_system_override_for_locked_recipient of this CarbonCopy. - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this CarbonCopy. + # noqa: E501 + + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this CarbonCopy. # noqa: E501 :type: str """ @@ -391,22 +594,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this CarbonCopy. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this CarbonCopy. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this CarbonCopy. + :return: The client_user_id of this CarbonCopy. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this CarbonCopy. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this CarbonCopy. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this CarbonCopy. + :param client_user_id: The client_user_id of this CarbonCopy. # noqa: E501 :type: str """ @@ -414,22 +617,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this CarbonCopy. - + """Gets the completed_count of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this CarbonCopy. + :return: The completed_count of this CarbonCopy. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this CarbonCopy. - + """Sets the completed_count of this CarbonCopy. + + # noqa: E501 - :param completed_count: The completed_count of this CarbonCopy. + :param completed_count: The completed_count of this CarbonCopy. # noqa: E501 :type: str """ @@ -437,22 +640,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this CarbonCopy. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this CarbonCopy. # noqa: E501 - :return: The custom_fields of this CarbonCopy. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :return: The custom_fields of this CarbonCopy. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this CarbonCopy. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this CarbonCopy. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this CarbonCopy. + :param custom_fields: The custom_fields of this CarbonCopy. # noqa: E501 :type: list[str] """ @@ -460,22 +663,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this CarbonCopy. - The date and time the recipient declined the document. + """Gets the declined_date_time of this CarbonCopy. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 - :return: The declined_date_time of this CarbonCopy. + :return: The declined_date_time of this CarbonCopy. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this CarbonCopy. - The date and time the recipient declined the document. + """Sets the declined_date_time of this CarbonCopy. - :param declined_date_time: The declined_date_time of this CarbonCopy. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this CarbonCopy. # noqa: E501 :type: str """ @@ -483,22 +686,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this CarbonCopy. - The reason the recipient declined the document. + """Gets the declined_reason of this CarbonCopy. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The declined_reason of this CarbonCopy. + :return: The declined_reason of this CarbonCopy. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this CarbonCopy. - The reason the recipient declined the document. + """Sets the declined_reason of this CarbonCopy. + + The reason the recipient declined the document. # noqa: E501 - :param declined_reason: The declined_reason of this CarbonCopy. + :param declined_reason: The declined_reason of this CarbonCopy. # noqa: E501 :type: str """ @@ -506,22 +709,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this CarbonCopy. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this CarbonCopy. # noqa: E501 - :return: The delivered_date_time of this CarbonCopy. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivered_date_time of this CarbonCopy. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this CarbonCopy. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this CarbonCopy. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this CarbonCopy. + :param delivered_date_time: The delivered_date_time of this CarbonCopy. # noqa: E501 :type: str """ @@ -529,22 +732,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this CarbonCopy. - Reserved: For DocuSign use only. + """Gets the delivery_method of this CarbonCopy. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this CarbonCopy. + :return: The delivery_method of this CarbonCopy. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this CarbonCopy. - Reserved: For DocuSign use only. + """Sets the delivery_method of this CarbonCopy. - :param delivery_method: The delivery_method of this CarbonCopy. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivery_method: The delivery_method of this CarbonCopy. # noqa: E501 :type: str """ @@ -552,20 +755,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this CarbonCopy. + """Gets the delivery_method_metadata of this CarbonCopy. # noqa: E501 - :return: The delivery_method_metadata of this CarbonCopy. + + :return: The delivery_method_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this CarbonCopy. + """Sets the delivery_method_metadata of this CarbonCopy. - :param delivery_method_metadata: The delivery_method_metadata of this CarbonCopy. + + :param delivery_method_metadata: The delivery_method_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -573,22 +776,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this CarbonCopy. - + """Gets the designator_id of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this CarbonCopy. + :return: The designator_id of this CarbonCopy. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this CarbonCopy. - + """Sets the designator_id of this CarbonCopy. + + # noqa: E501 - :param designator_id: The designator_id of this CarbonCopy. + :param designator_id: The designator_id of this CarbonCopy. # noqa: E501 :type: str """ @@ -596,22 +799,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this CarbonCopy. - + """Gets the designator_id_guid of this CarbonCopy. # noqa: E501 - :return: The designator_id_guid of this CarbonCopy. + # noqa: E501 + + :return: The designator_id_guid of this CarbonCopy. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this CarbonCopy. - + """Sets the designator_id_guid of this CarbonCopy. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this CarbonCopy. + :param designator_id_guid: The designator_id_guid of this CarbonCopy. # noqa: E501 :type: str """ @@ -619,22 +822,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this CarbonCopy. - + """Gets the document_visibility of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this CarbonCopy. + :return: The document_visibility of this CarbonCopy. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this CarbonCopy. - + """Sets the document_visibility of this CarbonCopy. - :param document_visibility: The document_visibility of this CarbonCopy. + # noqa: E501 + + :param document_visibility: The document_visibility of this CarbonCopy. # noqa: E501 :type: list[DocumentVisibility] """ @@ -642,22 +845,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this CarbonCopy. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Gets the email of this CarbonCopy. # noqa: E501 + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :return: The email of this CarbonCopy. + :return: The email of this CarbonCopy. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this CarbonCopy. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Sets the email of this CarbonCopy. + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :param email: The email of this CarbonCopy. + :param email: The email of this CarbonCopy. # noqa: E501 :type: str """ @@ -665,20 +868,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this CarbonCopy. + """Gets the email_metadata of this CarbonCopy. # noqa: E501 - :return: The email_metadata of this CarbonCopy. + + :return: The email_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this CarbonCopy. + """Sets the email_metadata of this CarbonCopy. + - :param email_metadata: The email_metadata of this CarbonCopy. + :param email_metadata: The email_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -686,20 +889,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this CarbonCopy. + """Gets the email_notification of this CarbonCopy. # noqa: E501 + - :return: The email_notification of this CarbonCopy. + :return: The email_notification of this CarbonCopy. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this CarbonCopy. + """Sets the email_notification of this CarbonCopy. - :param email_notification: The email_notification of this CarbonCopy. + + :param email_notification: The email_notification of this CarbonCopy. # noqa: E501 :type: RecipientEmailNotification """ @@ -707,22 +910,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this CarbonCopy. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this CarbonCopy. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this CarbonCopy. + :return: The embedded_recipient_start_url of this CarbonCopy. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this CarbonCopy. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this CarbonCopy. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this CarbonCopy. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this CarbonCopy. # noqa: E501 :type: str """ @@ -730,20 +933,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this CarbonCopy. + """Gets the error_details of this CarbonCopy. # noqa: E501 - :return: The error_details of this CarbonCopy. + + :return: The error_details of this CarbonCopy. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CarbonCopy. + """Sets the error_details of this CarbonCopy. + - :param error_details: The error_details of this CarbonCopy. + :param error_details: The error_details of this CarbonCopy. # noqa: E501 :type: ErrorDetails """ @@ -751,22 +954,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this CarbonCopy. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this CarbonCopy. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this CarbonCopy. + :return: The excluded_documents of this CarbonCopy. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this CarbonCopy. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this CarbonCopy. - :param excluded_documents: The excluded_documents of this CarbonCopy. + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 + + :param excluded_documents: The excluded_documents of this CarbonCopy. # noqa: E501 :type: list[str] """ @@ -774,22 +977,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this CarbonCopy. - Reserved: + """Gets the fax_number of this CarbonCopy. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this CarbonCopy. + :return: The fax_number of this CarbonCopy. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this CarbonCopy. - Reserved: + """Sets the fax_number of this CarbonCopy. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this CarbonCopy. + :param fax_number: The fax_number of this CarbonCopy. # noqa: E501 :type: str """ @@ -797,20 +1000,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this CarbonCopy. + """Gets the fax_number_metadata of this CarbonCopy. # noqa: E501 - :return: The fax_number_metadata of this CarbonCopy. + + :return: The fax_number_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this CarbonCopy. + """Sets the fax_number_metadata of this CarbonCopy. + - :param fax_number_metadata: The fax_number_metadata of this CarbonCopy. + :param fax_number_metadata: The fax_number_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -818,22 +1021,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this CarbonCopy. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this CarbonCopy. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this CarbonCopy. + :return: The first_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this CarbonCopy. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this CarbonCopy. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this CarbonCopy. + :param first_name: The first_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -841,20 +1044,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this CarbonCopy. + """Gets the first_name_metadata of this CarbonCopy. # noqa: E501 + - :return: The first_name_metadata of this CarbonCopy. + :return: The first_name_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this CarbonCopy. + """Sets the first_name_metadata of this CarbonCopy. - :param first_name_metadata: The first_name_metadata of this CarbonCopy. + + :param first_name_metadata: The first_name_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -862,22 +1065,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this CarbonCopy. - + """Gets the full_name of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The full_name of this CarbonCopy. + :return: The full_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this CarbonCopy. - + """Sets the full_name of this CarbonCopy. + + # noqa: E501 - :param full_name: The full_name of this CarbonCopy. + :param full_name: The full_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -885,20 +1088,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this CarbonCopy. + """Gets the full_name_metadata of this CarbonCopy. # noqa: E501 - :return: The full_name_metadata of this CarbonCopy. + + :return: The full_name_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this CarbonCopy. + """Sets the full_name_metadata of this CarbonCopy. + - :param full_name_metadata: The full_name_metadata of this CarbonCopy. + :param full_name_metadata: The full_name_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -906,22 +1109,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this CarbonCopy. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this CarbonCopy. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this CarbonCopy. + :return: The id_check_configuration_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this CarbonCopy. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this CarbonCopy. - :param id_check_configuration_name: The id_check_configuration_name of this CarbonCopy. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :param id_check_configuration_name: The id_check_configuration_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -929,20 +1132,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this CarbonCopy. + """Gets the id_check_configuration_name_metadata of this CarbonCopy. # noqa: E501 + - :return: The id_check_configuration_name_metadata of this CarbonCopy. + :return: The id_check_configuration_name_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this CarbonCopy. + """Sets the id_check_configuration_name_metadata of this CarbonCopy. + - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this CarbonCopy. + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -950,20 +1153,20 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this CarbonCopy. + """Gets the id_check_information_input of this CarbonCopy. # noqa: E501 - :return: The id_check_information_input of this CarbonCopy. + + :return: The id_check_information_input of this CarbonCopy. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this CarbonCopy. + """Sets the id_check_information_input of this CarbonCopy. - :param id_check_information_input: The id_check_information_input of this CarbonCopy. + + :param id_check_information_input: The id_check_information_input of this CarbonCopy. # noqa: E501 :type: IdCheckInformationInput """ @@ -971,20 +1174,20 @@ def id_check_information_input(self, id_check_information_input): @property def identity_verification(self): - """ - Gets the identity_verification of this CarbonCopy. + """Gets the identity_verification of this CarbonCopy. # noqa: E501 - :return: The identity_verification of this CarbonCopy. + + :return: The identity_verification of this CarbonCopy. # noqa: E501 :rtype: RecipientIdentityVerification """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this CarbonCopy. + """Sets the identity_verification of this CarbonCopy. + - :param identity_verification: The identity_verification of this CarbonCopy. + :param identity_verification: The identity_verification of this CarbonCopy. # noqa: E501 :type: RecipientIdentityVerification """ @@ -992,22 +1195,22 @@ def identity_verification(self, identity_verification): @property def inherit_email_notification_configuration(self): - """ - Gets the inherit_email_notification_configuration of this CarbonCopy. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Gets the inherit_email_notification_configuration of this CarbonCopy. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :return: The inherit_email_notification_configuration of this CarbonCopy. + :return: The inherit_email_notification_configuration of this CarbonCopy. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this CarbonCopy. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this CarbonCopy. - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this CarbonCopy. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this CarbonCopy. # noqa: E501 :type: str """ @@ -1015,22 +1218,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def last_name(self): - """ - Gets the last_name of this CarbonCopy. - + """Gets the last_name of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The last_name of this CarbonCopy. + :return: The last_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this CarbonCopy. - + """Sets the last_name of this CarbonCopy. + + # noqa: E501 - :param last_name: The last_name of this CarbonCopy. + :param last_name: The last_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -1038,20 +1241,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this CarbonCopy. + """Gets the last_name_metadata of this CarbonCopy. # noqa: E501 - :return: The last_name_metadata of this CarbonCopy. + + :return: The last_name_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this CarbonCopy. + """Sets the last_name_metadata of this CarbonCopy. + - :param last_name_metadata: The last_name_metadata of this CarbonCopy. + :param last_name_metadata: The last_name_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1059,22 +1262,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this CarbonCopy. - + """Gets the locked_recipient_phone_auth_editable of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this CarbonCopy. + :return: The locked_recipient_phone_auth_editable of this CarbonCopy. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this CarbonCopy. - + """Sets the locked_recipient_phone_auth_editable of this CarbonCopy. - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this CarbonCopy. + # noqa: E501 + + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this CarbonCopy. # noqa: E501 :type: str """ @@ -1082,22 +1285,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this CarbonCopy. - + """Gets the locked_recipient_sms_editable of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this CarbonCopy. + :return: The locked_recipient_sms_editable of this CarbonCopy. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this CarbonCopy. - + """Sets the locked_recipient_sms_editable of this CarbonCopy. + + # noqa: E501 - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this CarbonCopy. + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this CarbonCopy. # noqa: E501 :type: str """ @@ -1105,22 +1308,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this CarbonCopy. - legal name of the recipient. Maximum Length: 100 characters. + """Gets the name of this CarbonCopy. # noqa: E501 + + legal name of the recipient. Maximum Length: 100 characters. # noqa: E501 - :return: The name of this CarbonCopy. + :return: The name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this CarbonCopy. - legal name of the recipient. Maximum Length: 100 characters. + """Sets the name of this CarbonCopy. + + legal name of the recipient. Maximum Length: 100 characters. # noqa: E501 - :param name: The name of this CarbonCopy. + :param name: The name of this CarbonCopy. # noqa: E501 :type: str """ @@ -1128,20 +1331,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this CarbonCopy. + """Gets the name_metadata of this CarbonCopy. # noqa: E501 - :return: The name_metadata of this CarbonCopy. + + :return: The name_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this CarbonCopy. + """Sets the name_metadata of this CarbonCopy. + - :param name_metadata: The name_metadata of this CarbonCopy. + :param name_metadata: The name_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1149,22 +1352,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this CarbonCopy. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this CarbonCopy. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this CarbonCopy. + :return: The note of this CarbonCopy. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this CarbonCopy. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this CarbonCopy. - :param note: The note of this CarbonCopy. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :param note: The note of this CarbonCopy. # noqa: E501 :type: str """ @@ -1172,20 +1375,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this CarbonCopy. + """Gets the note_metadata of this CarbonCopy. # noqa: E501 + - :return: The note_metadata of this CarbonCopy. + :return: The note_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this CarbonCopy. + """Sets the note_metadata of this CarbonCopy. + - :param note_metadata: The note_metadata of this CarbonCopy. + :param note_metadata: The note_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1193,20 +1396,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this CarbonCopy. + """Gets the phone_authentication of this CarbonCopy. # noqa: E501 - :return: The phone_authentication of this CarbonCopy. + + :return: The phone_authentication of this CarbonCopy. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this CarbonCopy. + """Sets the phone_authentication of this CarbonCopy. + - :param phone_authentication: The phone_authentication of this CarbonCopy. + :param phone_authentication: The phone_authentication of this CarbonCopy. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1214,20 +1417,20 @@ def phone_authentication(self, phone_authentication): @property def proof_file(self): - """ - Gets the proof_file of this CarbonCopy. + """Gets the proof_file of this CarbonCopy. # noqa: E501 + - :return: The proof_file of this CarbonCopy. + :return: The proof_file of this CarbonCopy. # noqa: E501 :rtype: RecipientProofFile """ return self._proof_file @proof_file.setter def proof_file(self, proof_file): - """ - Sets the proof_file of this CarbonCopy. + """Sets the proof_file of this CarbonCopy. - :param proof_file: The proof_file of this CarbonCopy. + + :param proof_file: The proof_file of this CarbonCopy. # noqa: E501 :type: RecipientProofFile """ @@ -1235,22 +1438,22 @@ def proof_file(self, proof_file): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this CarbonCopy. - Reserved: + """Gets the recipient_attachments of this CarbonCopy. # noqa: E501 - :return: The recipient_attachments of this CarbonCopy. + Reserved: # noqa: E501 + + :return: The recipient_attachments of this CarbonCopy. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this CarbonCopy. - Reserved: + """Sets the recipient_attachments of this CarbonCopy. - :param recipient_attachments: The recipient_attachments of this CarbonCopy. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this CarbonCopy. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1258,20 +1461,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this CarbonCopy. + """Gets the recipient_authentication_status of this CarbonCopy. # noqa: E501 + - :return: The recipient_authentication_status of this CarbonCopy. + :return: The recipient_authentication_status of this CarbonCopy. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this CarbonCopy. + """Sets the recipient_authentication_status of this CarbonCopy. + - :param recipient_authentication_status: The recipient_authentication_status of this CarbonCopy. + :param recipient_authentication_status: The recipient_authentication_status of this CarbonCopy. # noqa: E501 :type: AuthenticationStatus """ @@ -1279,22 +1482,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this CarbonCopy. - + """Gets the recipient_feature_metadata of this CarbonCopy. # noqa: E501 - :return: The recipient_feature_metadata of this CarbonCopy. + # noqa: E501 + + :return: The recipient_feature_metadata of this CarbonCopy. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this CarbonCopy. - + """Sets the recipient_feature_metadata of this CarbonCopy. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this CarbonCopy. + :param recipient_feature_metadata: The recipient_feature_metadata of this CarbonCopy. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1302,22 +1505,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this CarbonCopy. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this CarbonCopy. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this CarbonCopy. + :return: The recipient_id of this CarbonCopy. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this CarbonCopy. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this CarbonCopy. - :param recipient_id: The recipient_id of this CarbonCopy. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this CarbonCopy. # noqa: E501 :type: str """ @@ -1325,22 +1528,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this CarbonCopy. - + """Gets the recipient_id_guid of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this CarbonCopy. + :return: The recipient_id_guid of this CarbonCopy. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this CarbonCopy. - + """Sets the recipient_id_guid of this CarbonCopy. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this CarbonCopy. + :param recipient_id_guid: The recipient_id_guid of this CarbonCopy. # noqa: E501 :type: str """ @@ -1348,22 +1551,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this CarbonCopy. - + """Gets the recipient_type of this CarbonCopy. # noqa: E501 - :return: The recipient_type of this CarbonCopy. + # noqa: E501 + + :return: The recipient_type of this CarbonCopy. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this CarbonCopy. - + """Sets the recipient_type of this CarbonCopy. + + # noqa: E501 - :param recipient_type: The recipient_type of this CarbonCopy. + :param recipient_type: The recipient_type of this CarbonCopy. # noqa: E501 :type: str """ @@ -1371,20 +1574,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this CarbonCopy. + """Gets the recipient_type_metadata of this CarbonCopy. # noqa: E501 + - :return: The recipient_type_metadata of this CarbonCopy. + :return: The recipient_type_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this CarbonCopy. + """Sets the recipient_type_metadata of this CarbonCopy. + - :param recipient_type_metadata: The recipient_type_metadata of this CarbonCopy. + :param recipient_type_metadata: The recipient_type_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1392,22 +1595,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this CarbonCopy. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this CarbonCopy. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this CarbonCopy. + :return: The require_id_lookup of this CarbonCopy. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this CarbonCopy. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this CarbonCopy. - :param require_id_lookup: The require_id_lookup of this CarbonCopy. + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :param require_id_lookup: The require_id_lookup of this CarbonCopy. # noqa: E501 :type: str """ @@ -1415,20 +1618,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this CarbonCopy. + """Gets the require_id_lookup_metadata of this CarbonCopy. # noqa: E501 + - :return: The require_id_lookup_metadata of this CarbonCopy. + :return: The require_id_lookup_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this CarbonCopy. + """Sets the require_id_lookup_metadata of this CarbonCopy. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this CarbonCopy. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1436,22 +1639,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this CarbonCopy. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this CarbonCopy. # noqa: E501 - :return: The role_name of this CarbonCopy. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this CarbonCopy. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this CarbonCopy. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this CarbonCopy. + :param role_name: The role_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -1459,22 +1662,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this CarbonCopy. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this CarbonCopy. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this CarbonCopy. + :return: The routing_order of this CarbonCopy. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this CarbonCopy. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this CarbonCopy. - :param routing_order: The routing_order of this CarbonCopy. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this CarbonCopy. # noqa: E501 :type: str """ @@ -1482,20 +1685,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this CarbonCopy. + """Gets the routing_order_metadata of this CarbonCopy. # noqa: E501 + - :return: The routing_order_metadata of this CarbonCopy. + :return: The routing_order_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this CarbonCopy. + """Sets the routing_order_metadata of this CarbonCopy. + - :param routing_order_metadata: The routing_order_metadata of this CarbonCopy. + :param routing_order_metadata: The routing_order_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1503,22 +1706,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this CarbonCopy. - The date and time the envelope was sent. + """Gets the sent_date_time of this CarbonCopy. # noqa: E501 - :return: The sent_date_time of this CarbonCopy. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this CarbonCopy. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this CarbonCopy. - The date and time the envelope was sent. + """Sets the sent_date_time of this CarbonCopy. - :param sent_date_time: The sent_date_time of this CarbonCopy. + The date and time the envelope was sent. # noqa: E501 + + :param sent_date_time: The sent_date_time of this CarbonCopy. # noqa: E501 :type: str """ @@ -1526,22 +1729,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this CarbonCopy. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this CarbonCopy. # noqa: E501 - :return: The signed_date_time of this CarbonCopy. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The signed_date_time of this CarbonCopy. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this CarbonCopy. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this CarbonCopy. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this CarbonCopy. + :param signed_date_time: The signed_date_time of this CarbonCopy. # noqa: E501 :type: str """ @@ -1549,22 +1752,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this CarbonCopy. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this CarbonCopy. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :return: The signing_group_id of this CarbonCopy. + :return: The signing_group_id of this CarbonCopy. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this CarbonCopy. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this CarbonCopy. - :param signing_group_id: The signing_group_id of this CarbonCopy. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this CarbonCopy. # noqa: E501 :type: str """ @@ -1572,20 +1775,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this CarbonCopy. + """Gets the signing_group_id_metadata of this CarbonCopy. # noqa: E501 + - :return: The signing_group_id_metadata of this CarbonCopy. + :return: The signing_group_id_metadata of this CarbonCopy. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this CarbonCopy. + """Sets the signing_group_id_metadata of this CarbonCopy. + - :param signing_group_id_metadata: The signing_group_id_metadata of this CarbonCopy. + :param signing_group_id_metadata: The signing_group_id_metadata of this CarbonCopy. # noqa: E501 :type: PropertyMetadata """ @@ -1593,22 +1796,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this CarbonCopy. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this CarbonCopy. # noqa: E501 - :return: The signing_group_name of this CarbonCopy. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :return: The signing_group_name of this CarbonCopy. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this CarbonCopy. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this CarbonCopy. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this CarbonCopy. + :param signing_group_name: The signing_group_name of this CarbonCopy. # noqa: E501 :type: str """ @@ -1616,22 +1819,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this CarbonCopy. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this CarbonCopy. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this CarbonCopy. + :return: The signing_group_users of this CarbonCopy. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this CarbonCopy. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this CarbonCopy. - :param signing_group_users: The signing_group_users of this CarbonCopy. + A complex type that contains information about users in the signing group. # noqa: E501 + + :param signing_group_users: The signing_group_users of this CarbonCopy. # noqa: E501 :type: list[UserInfo] """ @@ -1639,20 +1842,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this CarbonCopy. + """Gets the sms_authentication of this CarbonCopy. # noqa: E501 + - :return: The sms_authentication of this CarbonCopy. + :return: The sms_authentication of this CarbonCopy. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this CarbonCopy. + """Sets the sms_authentication of this CarbonCopy. + - :param sms_authentication: The sms_authentication of this CarbonCopy. + :param sms_authentication: The sms_authentication of this CarbonCopy. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1660,22 +1863,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this CarbonCopy. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this CarbonCopy. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this CarbonCopy. + :return: The social_authentications of this CarbonCopy. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this CarbonCopy. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this CarbonCopy. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this CarbonCopy. + :param social_authentications: The social_authentications of this CarbonCopy. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1683,22 +1886,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this CarbonCopy. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this CarbonCopy. # noqa: E501 - :return: The status of this CarbonCopy. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this CarbonCopy. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this CarbonCopy. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this CarbonCopy. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this CarbonCopy. + :param status: The status of this CarbonCopy. # noqa: E501 :type: str """ @@ -1706,22 +1909,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this CarbonCopy. - + """Gets the status_code of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The status_code of this CarbonCopy. + :return: The status_code of this CarbonCopy. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this CarbonCopy. - + """Sets the status_code of this CarbonCopy. - :param status_code: The status_code of this CarbonCopy. + # noqa: E501 + + :param status_code: The status_code of this CarbonCopy. # noqa: E501 :type: str """ @@ -1729,22 +1932,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this CarbonCopy. - + """Gets the suppress_emails of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this CarbonCopy. + :return: The suppress_emails of this CarbonCopy. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this CarbonCopy. - + """Sets the suppress_emails of this CarbonCopy. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this CarbonCopy. + :param suppress_emails: The suppress_emails of this CarbonCopy. # noqa: E501 :type: str """ @@ -1752,20 +1955,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this CarbonCopy. + """Gets the tabs of this CarbonCopy. # noqa: E501 - :return: The tabs of this CarbonCopy. + + :return: The tabs of this CarbonCopy. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this CarbonCopy. + """Sets the tabs of this CarbonCopy. + - :param tabs: The tabs of this CarbonCopy. + :param tabs: The tabs of this CarbonCopy. # noqa: E501 :type: Tabs """ @@ -1773,22 +1976,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this CarbonCopy. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this CarbonCopy. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this CarbonCopy. + :return: The template_locked of this CarbonCopy. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this CarbonCopy. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this CarbonCopy. - :param template_locked: The template_locked of this CarbonCopy. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this CarbonCopy. # noqa: E501 :type: str """ @@ -1796,22 +1999,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this CarbonCopy. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this CarbonCopy. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this CarbonCopy. + :return: The template_required of this CarbonCopy. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this CarbonCopy. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this CarbonCopy. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this CarbonCopy. + :param template_required: The template_required of this CarbonCopy. # noqa: E501 :type: str """ @@ -1819,22 +2022,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this CarbonCopy. - + """Gets the total_tab_count of this CarbonCopy. # noqa: E501 - :return: The total_tab_count of this CarbonCopy. + # noqa: E501 + + :return: The total_tab_count of this CarbonCopy. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this CarbonCopy. - + """Sets the total_tab_count of this CarbonCopy. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this CarbonCopy. + :param total_tab_count: The total_tab_count of this CarbonCopy. # noqa: E501 :type: str """ @@ -1842,34 +2045,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this CarbonCopy. - + """Gets the user_id of this CarbonCopy. # noqa: E501 + + # noqa: E501 - :return: The user_id of this CarbonCopy. + :return: The user_id of this CarbonCopy. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this CarbonCopy. - + """Sets the user_id of this CarbonCopy. - :param user_id: The user_id of this CarbonCopy. + # noqa: E501 + + :param user_id: The user_id of this CarbonCopy. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1886,29 +2087,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CarbonCopy, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CarbonCopy): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/certified_delivery.py b/docusign_esign/models/certified_delivery.py index 9d552908..222579fe 100644 --- a/docusign_esign/models/certified_delivery.py +++ b/docusign_esign/models/certified_delivery.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,263 +11,420 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CertifiedDelivery(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - CertifiedDelivery - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'agent_can_edit_email': 'str', - 'agent_can_edit_name': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'identity_verification': 'RecipientIdentityVerification', - 'inherit_email_notification_configuration': 'str', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'proof_file': 'RecipientProofFile', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'agent_can_edit_email': 'agentCanEditEmail', - 'agent_can_edit_name': 'agentCanEditName', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'identity_verification': 'identityVerification', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'proof_file': 'proofFile', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._agent_can_edit_email = agent_can_edit_email - self._agent_can_edit_name = agent_can_edit_name - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._identity_verification = identity_verification - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._proof_file = proof_file - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'agent_can_edit_email': 'str', + 'agent_can_edit_name': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'proof_file': 'RecipientProofFile', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'agent_can_edit_email': 'agentCanEditEmail', + 'agent_can_edit_name': 'agentCanEditName', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'proof_file': 'proofFile', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """CertifiedDelivery - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._agent_can_edit_email = None + self._agent_can_edit_name = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._proof_file = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if agent_can_edit_email is not None: + self.agent_can_edit_email = agent_can_edit_email + if agent_can_edit_name is not None: + self.agent_can_edit_name = agent_can_edit_name + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if proof_file is not None: + self.proof_file = proof_file + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this CertifiedDelivery. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this CertifiedDelivery. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this CertifiedDelivery. + :return: The access_code of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this CertifiedDelivery. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this CertifiedDelivery. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this CertifiedDelivery. + :param access_code: The access_code of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -275,20 +432,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this CertifiedDelivery. + """Gets the access_code_metadata of this CertifiedDelivery. # noqa: E501 - :return: The access_code_metadata of this CertifiedDelivery. + + :return: The access_code_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this CertifiedDelivery. + """Sets the access_code_metadata of this CertifiedDelivery. + - :param access_code_metadata: The access_code_metadata of this CertifiedDelivery. + :param access_code_metadata: The access_code_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -296,45 +453,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this CertifiedDelivery. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this CertifiedDelivery. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this CertifiedDelivery. + :return: The add_access_code_to_email of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this CertifiedDelivery. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this CertifiedDelivery. - :param add_access_code_to_email: The add_access_code_to_email of this CertifiedDelivery. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :param add_access_code_to_email: The add_access_code_to_email of this CertifiedDelivery. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def agent_can_edit_email(self): + def additional_notifications(self): + """Gets the additional_notifications of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this CertifiedDelivery. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this CertifiedDelivery. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this CertifiedDelivery. # noqa: E501 + :type: list[RecipientAdditionalNotification] """ - Gets the agent_can_edit_email of this CertifiedDelivery. - - :return: The agent_can_edit_email of this CertifiedDelivery. + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this CertifiedDelivery. # noqa: E501 + + + :return: The additional_notifications_metadata of this CertifiedDelivery. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this CertifiedDelivery. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this CertifiedDelivery. # noqa: E501 + :type: PropertyMetadata + """ + + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def agent_can_edit_email(self): + """Gets the agent_can_edit_email of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 + + :return: The agent_can_edit_email of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._agent_can_edit_email @agent_can_edit_email.setter def agent_can_edit_email(self, agent_can_edit_email): - """ - Sets the agent_can_edit_email of this CertifiedDelivery. - + """Sets the agent_can_edit_email of this CertifiedDelivery. + + # noqa: E501 - :param agent_can_edit_email: The agent_can_edit_email of this CertifiedDelivery. + :param agent_can_edit_email: The agent_can_edit_email of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -342,22 +543,22 @@ def agent_can_edit_email(self, agent_can_edit_email): @property def agent_can_edit_name(self): - """ - Gets the agent_can_edit_name of this CertifiedDelivery. - + """Gets the agent_can_edit_name of this CertifiedDelivery. # noqa: E501 - :return: The agent_can_edit_name of this CertifiedDelivery. + # noqa: E501 + + :return: The agent_can_edit_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._agent_can_edit_name @agent_can_edit_name.setter def agent_can_edit_name(self, agent_can_edit_name): - """ - Sets the agent_can_edit_name of this CertifiedDelivery. - + """Sets the agent_can_edit_name of this CertifiedDelivery. + + # noqa: E501 - :param agent_can_edit_name: The agent_can_edit_name of this CertifiedDelivery. + :param agent_can_edit_name: The agent_can_edit_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -365,22 +566,22 @@ def agent_can_edit_name(self, agent_can_edit_name): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this CertifiedDelivery. - + """Gets the allow_system_override_for_locked_recipient of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this CertifiedDelivery. + :return: The allow_system_override_for_locked_recipient of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this CertifiedDelivery. - + """Sets the allow_system_override_for_locked_recipient of this CertifiedDelivery. - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this CertifiedDelivery. + # noqa: E501 + + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -388,22 +589,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this CertifiedDelivery. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this CertifiedDelivery. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this CertifiedDelivery. + :return: The client_user_id of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this CertifiedDelivery. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this CertifiedDelivery. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this CertifiedDelivery. + :param client_user_id: The client_user_id of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -411,22 +612,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this CertifiedDelivery. - + """Gets the completed_count of this CertifiedDelivery. # noqa: E501 - :return: The completed_count of this CertifiedDelivery. + # noqa: E501 + + :return: The completed_count of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this CertifiedDelivery. - + """Sets the completed_count of this CertifiedDelivery. + + # noqa: E501 - :param completed_count: The completed_count of this CertifiedDelivery. + :param completed_count: The completed_count of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -434,22 +635,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this CertifiedDelivery. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this CertifiedDelivery. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this CertifiedDelivery. + :return: The custom_fields of this CertifiedDelivery. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this CertifiedDelivery. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this CertifiedDelivery. - :param custom_fields: The custom_fields of this CertifiedDelivery. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :param custom_fields: The custom_fields of this CertifiedDelivery. # noqa: E501 :type: list[str] """ @@ -457,22 +658,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this CertifiedDelivery. - The date and time the recipient declined the document. + """Gets the declined_date_time of this CertifiedDelivery. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 - :return: The declined_date_time of this CertifiedDelivery. + :return: The declined_date_time of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this CertifiedDelivery. - The date and time the recipient declined the document. + """Sets the declined_date_time of this CertifiedDelivery. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this CertifiedDelivery. + :param declined_date_time: The declined_date_time of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -480,22 +681,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this CertifiedDelivery. - The reason the recipient declined the document. + """Gets the declined_reason of this CertifiedDelivery. # noqa: E501 - :return: The declined_reason of this CertifiedDelivery. + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this CertifiedDelivery. - The reason the recipient declined the document. + """Sets the declined_reason of this CertifiedDelivery. + + The reason the recipient declined the document. # noqa: E501 - :param declined_reason: The declined_reason of this CertifiedDelivery. + :param declined_reason: The declined_reason of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -503,22 +704,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this CertifiedDelivery. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this CertifiedDelivery. + :return: The delivered_date_time of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this CertifiedDelivery. - :param delivered_date_time: The delivered_date_time of this CertifiedDelivery. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivered_date_time: The delivered_date_time of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -526,22 +727,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Gets the delivery_method of this CertifiedDelivery. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this CertifiedDelivery. + :return: The delivery_method of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Sets the delivery_method of this CertifiedDelivery. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this CertifiedDelivery. + :param delivery_method: The delivery_method of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -549,20 +750,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this CertifiedDelivery. + """Gets the delivery_method_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The delivery_method_metadata of this CertifiedDelivery. + :return: The delivery_method_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this CertifiedDelivery. + """Sets the delivery_method_metadata of this CertifiedDelivery. + - :param delivery_method_metadata: The delivery_method_metadata of this CertifiedDelivery. + :param delivery_method_metadata: The delivery_method_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -570,22 +771,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this CertifiedDelivery. - + """Gets the designator_id of this CertifiedDelivery. # noqa: E501 - :return: The designator_id of this CertifiedDelivery. + # noqa: E501 + + :return: The designator_id of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this CertifiedDelivery. - + """Sets the designator_id of this CertifiedDelivery. + + # noqa: E501 - :param designator_id: The designator_id of this CertifiedDelivery. + :param designator_id: The designator_id of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -593,22 +794,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this CertifiedDelivery. - + """Gets the designator_id_guid of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this CertifiedDelivery. + :return: The designator_id_guid of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this CertifiedDelivery. - + """Sets the designator_id_guid of this CertifiedDelivery. - :param designator_id_guid: The designator_id_guid of this CertifiedDelivery. + # noqa: E501 + + :param designator_id_guid: The designator_id_guid of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -616,22 +817,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this CertifiedDelivery. - + """Gets the document_visibility of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this CertifiedDelivery. + :return: The document_visibility of this CertifiedDelivery. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this CertifiedDelivery. - + """Sets the document_visibility of this CertifiedDelivery. + + # noqa: E501 - :param document_visibility: The document_visibility of this CertifiedDelivery. + :param document_visibility: The document_visibility of this CertifiedDelivery. # noqa: E501 :type: list[DocumentVisibility] """ @@ -639,22 +840,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this CertifiedDelivery. - + """Gets the email of this CertifiedDelivery. # noqa: E501 - :return: The email of this CertifiedDelivery. + # noqa: E501 + + :return: The email of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this CertifiedDelivery. - + """Sets the email of this CertifiedDelivery. + + # noqa: E501 - :param email: The email of this CertifiedDelivery. + :param email: The email of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -662,20 +863,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this CertifiedDelivery. + """Gets the email_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The email_metadata of this CertifiedDelivery. + :return: The email_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this CertifiedDelivery. + """Sets the email_metadata of this CertifiedDelivery. - :param email_metadata: The email_metadata of this CertifiedDelivery. + + :param email_metadata: The email_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -683,20 +884,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this CertifiedDelivery. + """Gets the email_notification of this CertifiedDelivery. # noqa: E501 + - :return: The email_notification of this CertifiedDelivery. + :return: The email_notification of this CertifiedDelivery. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this CertifiedDelivery. + """Sets the email_notification of this CertifiedDelivery. + - :param email_notification: The email_notification of this CertifiedDelivery. + :param email_notification: The email_notification of this CertifiedDelivery. # noqa: E501 :type: RecipientEmailNotification """ @@ -704,22 +905,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this CertifiedDelivery. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this CertifiedDelivery. # noqa: E501 - :return: The embedded_recipient_start_url of this CertifiedDelivery. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this CertifiedDelivery. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this CertifiedDelivery. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this CertifiedDelivery. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -727,20 +928,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this CertifiedDelivery. + """Gets the error_details of this CertifiedDelivery. # noqa: E501 + - :return: The error_details of this CertifiedDelivery. + :return: The error_details of this CertifiedDelivery. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CertifiedDelivery. + """Sets the error_details of this CertifiedDelivery. - :param error_details: The error_details of this CertifiedDelivery. + + :param error_details: The error_details of this CertifiedDelivery. # noqa: E501 :type: ErrorDetails """ @@ -748,22 +949,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this CertifiedDelivery. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this CertifiedDelivery. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this CertifiedDelivery. + :return: The excluded_documents of this CertifiedDelivery. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this CertifiedDelivery. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this CertifiedDelivery. + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :param excluded_documents: The excluded_documents of this CertifiedDelivery. + :param excluded_documents: The excluded_documents of this CertifiedDelivery. # noqa: E501 :type: list[str] """ @@ -771,22 +972,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this CertifiedDelivery. - Reserved: + """Gets the fax_number of this CertifiedDelivery. # noqa: E501 - :return: The fax_number of this CertifiedDelivery. + Reserved: # noqa: E501 + + :return: The fax_number of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this CertifiedDelivery. - Reserved: + """Sets the fax_number of this CertifiedDelivery. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this CertifiedDelivery. + :param fax_number: The fax_number of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -794,20 +995,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this CertifiedDelivery. + """Gets the fax_number_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The fax_number_metadata of this CertifiedDelivery. + :return: The fax_number_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this CertifiedDelivery. + """Sets the fax_number_metadata of this CertifiedDelivery. - :param fax_number_metadata: The fax_number_metadata of this CertifiedDelivery. + + :param fax_number_metadata: The fax_number_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -815,22 +1016,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this CertifiedDelivery. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this CertifiedDelivery. # noqa: E501 - :return: The first_name of this CertifiedDelivery. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :return: The first_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this CertifiedDelivery. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this CertifiedDelivery. - :param first_name: The first_name of this CertifiedDelivery. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :param first_name: The first_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -838,20 +1039,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this CertifiedDelivery. + """Gets the first_name_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The first_name_metadata of this CertifiedDelivery. + :return: The first_name_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this CertifiedDelivery. + """Sets the first_name_metadata of this CertifiedDelivery. + - :param first_name_metadata: The first_name_metadata of this CertifiedDelivery. + :param first_name_metadata: The first_name_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -859,22 +1060,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this CertifiedDelivery. - + """Gets the full_name of this CertifiedDelivery. # noqa: E501 - :return: The full_name of this CertifiedDelivery. + # noqa: E501 + + :return: The full_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this CertifiedDelivery. - + """Sets the full_name of this CertifiedDelivery. + + # noqa: E501 - :param full_name: The full_name of this CertifiedDelivery. + :param full_name: The full_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -882,20 +1083,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this CertifiedDelivery. + """Gets the full_name_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The full_name_metadata of this CertifiedDelivery. + :return: The full_name_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this CertifiedDelivery. + """Sets the full_name_metadata of this CertifiedDelivery. - :param full_name_metadata: The full_name_metadata of this CertifiedDelivery. + + :param full_name_metadata: The full_name_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -903,22 +1104,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this CertifiedDelivery. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this CertifiedDelivery. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this CertifiedDelivery. + :return: The id_check_configuration_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this CertifiedDelivery. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this CertifiedDelivery. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this CertifiedDelivery. + :param id_check_configuration_name: The id_check_configuration_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -926,20 +1127,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this CertifiedDelivery. + """Gets the id_check_configuration_name_metadata of this CertifiedDelivery. # noqa: E501 - :return: The id_check_configuration_name_metadata of this CertifiedDelivery. + + :return: The id_check_configuration_name_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this CertifiedDelivery. + """Sets the id_check_configuration_name_metadata of this CertifiedDelivery. + - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this CertifiedDelivery. + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -947,20 +1148,20 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this CertifiedDelivery. + """Gets the id_check_information_input of this CertifiedDelivery. # noqa: E501 + - :return: The id_check_information_input of this CertifiedDelivery. + :return: The id_check_information_input of this CertifiedDelivery. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this CertifiedDelivery. + """Sets the id_check_information_input of this CertifiedDelivery. - :param id_check_information_input: The id_check_information_input of this CertifiedDelivery. + + :param id_check_information_input: The id_check_information_input of this CertifiedDelivery. # noqa: E501 :type: IdCheckInformationInput """ @@ -968,20 +1169,20 @@ def id_check_information_input(self, id_check_information_input): @property def identity_verification(self): - """ - Gets the identity_verification of this CertifiedDelivery. + """Gets the identity_verification of this CertifiedDelivery. # noqa: E501 + - :return: The identity_verification of this CertifiedDelivery. + :return: The identity_verification of this CertifiedDelivery. # noqa: E501 :rtype: RecipientIdentityVerification """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this CertifiedDelivery. + """Sets the identity_verification of this CertifiedDelivery. + - :param identity_verification: The identity_verification of this CertifiedDelivery. + :param identity_verification: The identity_verification of this CertifiedDelivery. # noqa: E501 :type: RecipientIdentityVerification """ @@ -989,22 +1190,22 @@ def identity_verification(self, identity_verification): @property def inherit_email_notification_configuration(self): - """ - Gets the inherit_email_notification_configuration of this CertifiedDelivery. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Gets the inherit_email_notification_configuration of this CertifiedDelivery. # noqa: E501 - :return: The inherit_email_notification_configuration of this CertifiedDelivery. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this CertifiedDelivery. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this CertifiedDelivery. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this CertifiedDelivery. + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1012,22 +1213,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def last_name(self): - """ - Gets the last_name of this CertifiedDelivery. - + """Gets the last_name of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The last_name of this CertifiedDelivery. + :return: The last_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this CertifiedDelivery. - + """Sets the last_name of this CertifiedDelivery. - :param last_name: The last_name of this CertifiedDelivery. + # noqa: E501 + + :param last_name: The last_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1035,20 +1236,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this CertifiedDelivery. + """Gets the last_name_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The last_name_metadata of this CertifiedDelivery. + :return: The last_name_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this CertifiedDelivery. + """Sets the last_name_metadata of this CertifiedDelivery. + - :param last_name_metadata: The last_name_metadata of this CertifiedDelivery. + :param last_name_metadata: The last_name_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1056,22 +1257,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this CertifiedDelivery. - + """Gets the locked_recipient_phone_auth_editable of this CertifiedDelivery. # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this CertifiedDelivery. + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this CertifiedDelivery. - + """Sets the locked_recipient_phone_auth_editable of this CertifiedDelivery. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this CertifiedDelivery. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1079,22 +1280,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this CertifiedDelivery. - + """Gets the locked_recipient_sms_editable of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this CertifiedDelivery. + :return: The locked_recipient_sms_editable of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this CertifiedDelivery. - + """Sets the locked_recipient_sms_editable of this CertifiedDelivery. + + # noqa: E501 - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this CertifiedDelivery. + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1102,22 +1303,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this CertifiedDelivery. - + """Gets the name of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The name of this CertifiedDelivery. + :return: The name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this CertifiedDelivery. - + """Sets the name of this CertifiedDelivery. - :param name: The name of this CertifiedDelivery. + # noqa: E501 + + :param name: The name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1125,20 +1326,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this CertifiedDelivery. + """Gets the name_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The name_metadata of this CertifiedDelivery. + :return: The name_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this CertifiedDelivery. + """Sets the name_metadata of this CertifiedDelivery. + - :param name_metadata: The name_metadata of this CertifiedDelivery. + :param name_metadata: The name_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1146,22 +1347,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this CertifiedDelivery. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this CertifiedDelivery. # noqa: E501 - :return: The note of this CertifiedDelivery. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :return: The note of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this CertifiedDelivery. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this CertifiedDelivery. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this CertifiedDelivery. + :param note: The note of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1169,20 +1370,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this CertifiedDelivery. + """Gets the note_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The note_metadata of this CertifiedDelivery. + :return: The note_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this CertifiedDelivery. + """Sets the note_metadata of this CertifiedDelivery. - :param note_metadata: The note_metadata of this CertifiedDelivery. + + :param note_metadata: The note_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1190,20 +1391,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this CertifiedDelivery. + """Gets the phone_authentication of this CertifiedDelivery. # noqa: E501 + - :return: The phone_authentication of this CertifiedDelivery. + :return: The phone_authentication of this CertifiedDelivery. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this CertifiedDelivery. + """Sets the phone_authentication of this CertifiedDelivery. + - :param phone_authentication: The phone_authentication of this CertifiedDelivery. + :param phone_authentication: The phone_authentication of this CertifiedDelivery. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1211,20 +1412,20 @@ def phone_authentication(self, phone_authentication): @property def proof_file(self): - """ - Gets the proof_file of this CertifiedDelivery. + """Gets the proof_file of this CertifiedDelivery. # noqa: E501 - :return: The proof_file of this CertifiedDelivery. + + :return: The proof_file of this CertifiedDelivery. # noqa: E501 :rtype: RecipientProofFile """ return self._proof_file @proof_file.setter def proof_file(self, proof_file): - """ - Sets the proof_file of this CertifiedDelivery. + """Sets the proof_file of this CertifiedDelivery. + - :param proof_file: The proof_file of this CertifiedDelivery. + :param proof_file: The proof_file of this CertifiedDelivery. # noqa: E501 :type: RecipientProofFile """ @@ -1232,22 +1433,22 @@ def proof_file(self, proof_file): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this CertifiedDelivery. - Reserved: + """Gets the recipient_attachments of this CertifiedDelivery. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this CertifiedDelivery. + :return: The recipient_attachments of this CertifiedDelivery. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this CertifiedDelivery. - Reserved: + """Sets the recipient_attachments of this CertifiedDelivery. - :param recipient_attachments: The recipient_attachments of this CertifiedDelivery. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this CertifiedDelivery. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1255,20 +1456,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this CertifiedDelivery. + """Gets the recipient_authentication_status of this CertifiedDelivery. # noqa: E501 + - :return: The recipient_authentication_status of this CertifiedDelivery. + :return: The recipient_authentication_status of this CertifiedDelivery. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this CertifiedDelivery. + """Sets the recipient_authentication_status of this CertifiedDelivery. + - :param recipient_authentication_status: The recipient_authentication_status of this CertifiedDelivery. + :param recipient_authentication_status: The recipient_authentication_status of this CertifiedDelivery. # noqa: E501 :type: AuthenticationStatus """ @@ -1276,22 +1477,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this CertifiedDelivery. - + """Gets the recipient_feature_metadata of this CertifiedDelivery. # noqa: E501 - :return: The recipient_feature_metadata of this CertifiedDelivery. + # noqa: E501 + + :return: The recipient_feature_metadata of this CertifiedDelivery. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this CertifiedDelivery. - + """Sets the recipient_feature_metadata of this CertifiedDelivery. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this CertifiedDelivery. + :param recipient_feature_metadata: The recipient_feature_metadata of this CertifiedDelivery. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1299,22 +1500,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this CertifiedDelivery. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this CertifiedDelivery. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this CertifiedDelivery. + :return: The recipient_id of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this CertifiedDelivery. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this CertifiedDelivery. - :param recipient_id: The recipient_id of this CertifiedDelivery. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1322,22 +1523,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this CertifiedDelivery. - + """Gets the recipient_id_guid of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this CertifiedDelivery. + :return: The recipient_id_guid of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this CertifiedDelivery. - + """Sets the recipient_id_guid of this CertifiedDelivery. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this CertifiedDelivery. + :param recipient_id_guid: The recipient_id_guid of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1345,22 +1546,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this CertifiedDelivery. - + """Gets the recipient_type of this CertifiedDelivery. # noqa: E501 - :return: The recipient_type of this CertifiedDelivery. + # noqa: E501 + + :return: The recipient_type of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this CertifiedDelivery. - + """Sets the recipient_type of this CertifiedDelivery. - :param recipient_type: The recipient_type of this CertifiedDelivery. + # noqa: E501 + + :param recipient_type: The recipient_type of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1368,20 +1569,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this CertifiedDelivery. + """Gets the recipient_type_metadata of this CertifiedDelivery. # noqa: E501 - :return: The recipient_type_metadata of this CertifiedDelivery. + + :return: The recipient_type_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this CertifiedDelivery. + """Sets the recipient_type_metadata of this CertifiedDelivery. + - :param recipient_type_metadata: The recipient_type_metadata of this CertifiedDelivery. + :param recipient_type_metadata: The recipient_type_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1389,22 +1590,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this CertifiedDelivery. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this CertifiedDelivery. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this CertifiedDelivery. + :return: The require_id_lookup of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this CertifiedDelivery. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this CertifiedDelivery. - :param require_id_lookup: The require_id_lookup of this CertifiedDelivery. + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :param require_id_lookup: The require_id_lookup of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1412,20 +1613,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this CertifiedDelivery. + """Gets the require_id_lookup_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The require_id_lookup_metadata of this CertifiedDelivery. + :return: The require_id_lookup_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this CertifiedDelivery. + """Sets the require_id_lookup_metadata of this CertifiedDelivery. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this CertifiedDelivery. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1433,22 +1634,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this CertifiedDelivery. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this CertifiedDelivery. # noqa: E501 - :return: The role_name of this CertifiedDelivery. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this CertifiedDelivery. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this CertifiedDelivery. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this CertifiedDelivery. + :param role_name: The role_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1456,22 +1657,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this CertifiedDelivery. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this CertifiedDelivery. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this CertifiedDelivery. + :return: The routing_order of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this CertifiedDelivery. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this CertifiedDelivery. - :param routing_order: The routing_order of this CertifiedDelivery. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1479,20 +1680,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this CertifiedDelivery. + """Gets the routing_order_metadata of this CertifiedDelivery. # noqa: E501 + - :return: The routing_order_metadata of this CertifiedDelivery. + :return: The routing_order_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this CertifiedDelivery. + """Sets the routing_order_metadata of this CertifiedDelivery. + - :param routing_order_metadata: The routing_order_metadata of this CertifiedDelivery. + :param routing_order_metadata: The routing_order_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1500,22 +1701,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this CertifiedDelivery. - The date and time the envelope was sent. + """Gets the sent_date_time of this CertifiedDelivery. # noqa: E501 - :return: The sent_date_time of this CertifiedDelivery. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this CertifiedDelivery. - The date and time the envelope was sent. + """Sets the sent_date_time of this CertifiedDelivery. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this CertifiedDelivery. + :param sent_date_time: The sent_date_time of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1523,22 +1724,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this CertifiedDelivery. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this CertifiedDelivery. + :return: The signed_date_time of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this CertifiedDelivery. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this CertifiedDelivery. - :param signed_date_time: The signed_date_time of this CertifiedDelivery. + Reserved: For DocuSign use only. # noqa: E501 + + :param signed_date_time: The signed_date_time of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1546,22 +1747,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this CertifiedDelivery. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this CertifiedDelivery. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :return: The signing_group_id of this CertifiedDelivery. + :return: The signing_group_id of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this CertifiedDelivery. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this CertifiedDelivery. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this CertifiedDelivery. + :param signing_group_id: The signing_group_id of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1569,20 +1770,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this CertifiedDelivery. + """Gets the signing_group_id_metadata of this CertifiedDelivery. # noqa: E501 - :return: The signing_group_id_metadata of this CertifiedDelivery. + + :return: The signing_group_id_metadata of this CertifiedDelivery. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this CertifiedDelivery. + """Sets the signing_group_id_metadata of this CertifiedDelivery. + - :param signing_group_id_metadata: The signing_group_id_metadata of this CertifiedDelivery. + :param signing_group_id_metadata: The signing_group_id_metadata of this CertifiedDelivery. # noqa: E501 :type: PropertyMetadata """ @@ -1590,22 +1791,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this CertifiedDelivery. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this CertifiedDelivery. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this CertifiedDelivery. + :return: The signing_group_name of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this CertifiedDelivery. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this CertifiedDelivery. - :param signing_group_name: The signing_group_name of this CertifiedDelivery. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :param signing_group_name: The signing_group_name of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1613,22 +1814,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this CertifiedDelivery. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this CertifiedDelivery. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this CertifiedDelivery. + :return: The signing_group_users of this CertifiedDelivery. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this CertifiedDelivery. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this CertifiedDelivery. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this CertifiedDelivery. + :param signing_group_users: The signing_group_users of this CertifiedDelivery. # noqa: E501 :type: list[UserInfo] """ @@ -1636,20 +1837,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this CertifiedDelivery. + """Gets the sms_authentication of this CertifiedDelivery. # noqa: E501 + - :return: The sms_authentication of this CertifiedDelivery. + :return: The sms_authentication of this CertifiedDelivery. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this CertifiedDelivery. + """Sets the sms_authentication of this CertifiedDelivery. + - :param sms_authentication: The sms_authentication of this CertifiedDelivery. + :param sms_authentication: The sms_authentication of this CertifiedDelivery. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1657,22 +1858,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this CertifiedDelivery. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this CertifiedDelivery. # noqa: E501 - :return: The social_authentications of this CertifiedDelivery. + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :return: The social_authentications of this CertifiedDelivery. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this CertifiedDelivery. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this CertifiedDelivery. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this CertifiedDelivery. + :param social_authentications: The social_authentications of this CertifiedDelivery. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1680,22 +1881,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this CertifiedDelivery. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this CertifiedDelivery. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this CertifiedDelivery. + :return: The status of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this CertifiedDelivery. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this CertifiedDelivery. - :param status: The status of this CertifiedDelivery. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1703,22 +1904,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this CertifiedDelivery. - + """Gets the status_code of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The status_code of this CertifiedDelivery. + :return: The status_code of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this CertifiedDelivery. - + """Sets the status_code of this CertifiedDelivery. + + # noqa: E501 - :param status_code: The status_code of this CertifiedDelivery. + :param status_code: The status_code of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1726,22 +1927,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this CertifiedDelivery. - + """Gets the suppress_emails of this CertifiedDelivery. # noqa: E501 - :return: The suppress_emails of this CertifiedDelivery. + # noqa: E501 + + :return: The suppress_emails of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this CertifiedDelivery. - + """Sets the suppress_emails of this CertifiedDelivery. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this CertifiedDelivery. + :param suppress_emails: The suppress_emails of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1749,22 +1950,22 @@ def suppress_emails(self, suppress_emails): @property def template_locked(self): - """ - Gets the template_locked of this CertifiedDelivery. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this CertifiedDelivery. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this CertifiedDelivery. + :return: The template_locked of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this CertifiedDelivery. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this CertifiedDelivery. - :param template_locked: The template_locked of this CertifiedDelivery. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1772,22 +1973,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this CertifiedDelivery. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this CertifiedDelivery. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this CertifiedDelivery. + :return: The template_required of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this CertifiedDelivery. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this CertifiedDelivery. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this CertifiedDelivery. + :param template_required: The template_required of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1795,22 +1996,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this CertifiedDelivery. - + """Gets the total_tab_count of this CertifiedDelivery. # noqa: E501 - :return: The total_tab_count of this CertifiedDelivery. + # noqa: E501 + + :return: The total_tab_count of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this CertifiedDelivery. - + """Sets the total_tab_count of this CertifiedDelivery. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this CertifiedDelivery. + :param total_tab_count: The total_tab_count of this CertifiedDelivery. # noqa: E501 :type: str """ @@ -1818,34 +2019,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this CertifiedDelivery. - + """Gets the user_id of this CertifiedDelivery. # noqa: E501 + + # noqa: E501 - :return: The user_id of this CertifiedDelivery. + :return: The user_id of this CertifiedDelivery. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this CertifiedDelivery. - + """Sets the user_id of this CertifiedDelivery. - :param user_id: The user_id of this CertifiedDelivery. + # noqa: E501 + + :param user_id: The user_id of this CertifiedDelivery. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1862,29 +2061,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CertifiedDelivery, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CertifiedDelivery): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/checkbox.py b/docusign_esign/models/checkbox.py index d3c55f09..c48b227d 100644 --- a/docusign_esign/models/checkbox.py +++ b/docusign_esign/models/checkbox.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,332 +11,525 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Checkbox(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, selected=None, selected_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Checkbox - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'selected': 'str', - 'selected_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'selected': 'selected', - 'selected_metadata': 'selectedMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._selected = selected - self._selected_metadata = selected_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'selected': 'str', + 'selected_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'selected': 'selected', + 'selected_metadata': 'selectedMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, selected=None, selected_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Checkbox - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._selected = None + self._selected_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if selected is not None: + self.selected = selected + if selected_metadata is not None: + self.selected_metadata = selected_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Checkbox. - + """Gets the anchor_allow_white_space_in_characters of this Checkbox. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Checkbox. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Checkbox. - + """Sets the anchor_allow_white_space_in_characters of this Checkbox. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Checkbox. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Checkbox. # noqa: E501 :type: str """ @@ -344,20 +537,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Checkbox. + """Gets the anchor_allow_white_space_in_characters_metadata of this Checkbox. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this Checkbox. + + :return: The anchor_allow_white_space_in_characters_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Checkbox. + """Sets the anchor_allow_white_space_in_characters_metadata of this Checkbox. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Checkbox. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -365,22 +558,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Checkbox. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Checkbox. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Checkbox. + :return: The anchor_case_sensitive of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Checkbox. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Checkbox. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Checkbox. + :param anchor_case_sensitive: The anchor_case_sensitive of this Checkbox. # noqa: E501 :type: str """ @@ -388,20 +581,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Checkbox. + """Gets the anchor_case_sensitive_metadata of this Checkbox. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Checkbox. + :return: The anchor_case_sensitive_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Checkbox. + """Sets the anchor_case_sensitive_metadata of this Checkbox. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Checkbox. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -409,22 +602,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Checkbox. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Checkbox. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Checkbox. + :return: The anchor_horizontal_alignment of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Checkbox. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Checkbox. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Checkbox. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Checkbox. # noqa: E501 :type: str """ @@ -432,20 +625,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Checkbox. + """Gets the anchor_horizontal_alignment_metadata of this Checkbox. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Checkbox. + :return: The anchor_horizontal_alignment_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Checkbox. + """Sets the anchor_horizontal_alignment_metadata of this Checkbox. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Checkbox. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -453,22 +646,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Checkbox. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Checkbox. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Checkbox. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Checkbox. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Checkbox. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Checkbox. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Checkbox. # noqa: E501 :type: str """ @@ -476,20 +669,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Checkbox. + """Gets the anchor_ignore_if_not_present_metadata of this Checkbox. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this Checkbox. + + :return: The anchor_ignore_if_not_present_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Checkbox. + """Sets the anchor_ignore_if_not_present_metadata of this Checkbox. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Checkbox. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -497,22 +690,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Checkbox. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Checkbox. # noqa: E501 - :return: The anchor_match_whole_word of this Checkbox. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Checkbox. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Checkbox. - :param anchor_match_whole_word: The anchor_match_whole_word of this Checkbox. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this Checkbox. # noqa: E501 :type: str """ @@ -520,20 +713,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Checkbox. + """Gets the anchor_match_whole_word_metadata of this Checkbox. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this Checkbox. + + :return: The anchor_match_whole_word_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Checkbox. + """Sets the anchor_match_whole_word_metadata of this Checkbox. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Checkbox. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -541,22 +734,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Checkbox. - Anchor text information for a radio button. + """Gets the anchor_string of this Checkbox. # noqa: E501 - :return: The anchor_string of this Checkbox. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Checkbox. - Anchor text information for a radio button. + """Sets the anchor_string of this Checkbox. - :param anchor_string: The anchor_string of this Checkbox. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this Checkbox. # noqa: E501 :type: str """ @@ -564,20 +757,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Checkbox. + """Gets the anchor_string_metadata of this Checkbox. # noqa: E501 - :return: The anchor_string_metadata of this Checkbox. + + :return: The anchor_string_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Checkbox. + """Sets the anchor_string_metadata of this Checkbox. - :param anchor_string_metadata: The anchor_string_metadata of this Checkbox. + + :param anchor_string_metadata: The anchor_string_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -585,22 +778,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Checkbox. - + """Gets the anchor_tab_processor_version of this Checkbox. # noqa: E501 - :return: The anchor_tab_processor_version of this Checkbox. + # noqa: E501 + + :return: The anchor_tab_processor_version of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Checkbox. - + """Sets the anchor_tab_processor_version of this Checkbox. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Checkbox. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Checkbox. # noqa: E501 :type: str """ @@ -608,20 +801,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Checkbox. + """Gets the anchor_tab_processor_version_metadata of this Checkbox. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Checkbox. + :return: The anchor_tab_processor_version_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Checkbox. + """Sets the anchor_tab_processor_version_metadata of this Checkbox. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Checkbox. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -629,22 +822,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Checkbox. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Checkbox. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Checkbox. + :return: The anchor_units of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Checkbox. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Checkbox. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Checkbox. + :param anchor_units: The anchor_units of this Checkbox. # noqa: E501 :type: str """ @@ -652,20 +845,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Checkbox. + """Gets the anchor_units_metadata of this Checkbox. # noqa: E501 + - :return: The anchor_units_metadata of this Checkbox. + :return: The anchor_units_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Checkbox. + """Sets the anchor_units_metadata of this Checkbox. + - :param anchor_units_metadata: The anchor_units_metadata of this Checkbox. + :param anchor_units_metadata: The anchor_units_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -673,22 +866,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Checkbox. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Checkbox. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Checkbox. + :return: The anchor_x_offset of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Checkbox. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Checkbox. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Checkbox. + :param anchor_x_offset: The anchor_x_offset of this Checkbox. # noqa: E501 :type: str """ @@ -696,20 +889,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Checkbox. + """Gets the anchor_x_offset_metadata of this Checkbox. # noqa: E501 - :return: The anchor_x_offset_metadata of this Checkbox. + + :return: The anchor_x_offset_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Checkbox. + """Sets the anchor_x_offset_metadata of this Checkbox. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Checkbox. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -717,22 +910,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Checkbox. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Checkbox. # noqa: E501 - :return: The anchor_y_offset of this Checkbox. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Checkbox. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Checkbox. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Checkbox. - :param anchor_y_offset: The anchor_y_offset of this Checkbox. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Checkbox. # noqa: E501 :type: str """ @@ -740,20 +933,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Checkbox. + """Gets the anchor_y_offset_metadata of this Checkbox. # noqa: E501 - :return: The anchor_y_offset_metadata of this Checkbox. + + :return: The anchor_y_offset_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Checkbox. + """Sets the anchor_y_offset_metadata of this Checkbox. - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Checkbox. + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -761,22 +954,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Checkbox. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Checkbox. # noqa: E501 - :return: The bold of this Checkbox. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :return: The bold of this Checkbox. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Checkbox. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Checkbox. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Checkbox. + :param bold: The bold of this Checkbox. # noqa: E501 :type: str """ @@ -784,20 +977,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Checkbox. + """Gets the bold_metadata of this Checkbox. # noqa: E501 + - :return: The bold_metadata of this Checkbox. + :return: The bold_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Checkbox. + """Sets the bold_metadata of this Checkbox. + - :param bold_metadata: The bold_metadata of this Checkbox. + :param bold_metadata: The bold_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -805,22 +998,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Checkbox. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Checkbox. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Checkbox. + :return: The conditional_parent_label of this Checkbox. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Checkbox. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Checkbox. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Checkbox. + :param conditional_parent_label: The conditional_parent_label of this Checkbox. # noqa: E501 :type: str """ @@ -828,20 +1021,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Checkbox. + """Gets the conditional_parent_label_metadata of this Checkbox. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Checkbox. + :return: The conditional_parent_label_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Checkbox. + """Sets the conditional_parent_label_metadata of this Checkbox. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Checkbox. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -849,22 +1042,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Checkbox. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Checkbox. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Checkbox. + :return: The conditional_parent_value of this Checkbox. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Checkbox. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Checkbox. - :param conditional_parent_value: The conditional_parent_value of this Checkbox. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this Checkbox. # noqa: E501 :type: str """ @@ -872,20 +1065,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Checkbox. + """Gets the conditional_parent_value_metadata of this Checkbox. # noqa: E501 - :return: The conditional_parent_value_metadata of this Checkbox. + + :return: The conditional_parent_value_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Checkbox. + """Sets the conditional_parent_value_metadata of this Checkbox. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Checkbox. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -893,22 +1086,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Checkbox. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Checkbox. # noqa: E501 - :return: The custom_tab_id of this Checkbox. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this Checkbox. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Checkbox. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Checkbox. - :param custom_tab_id: The custom_tab_id of this Checkbox. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this Checkbox. # noqa: E501 :type: str """ @@ -916,20 +1109,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Checkbox. + """Gets the custom_tab_id_metadata of this Checkbox. # noqa: E501 - :return: The custom_tab_id_metadata of this Checkbox. + + :return: The custom_tab_id_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Checkbox. + """Sets the custom_tab_id_metadata of this Checkbox. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Checkbox. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -937,22 +1130,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this Checkbox. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Checkbox. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Checkbox. + :return: The document_id of this Checkbox. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Checkbox. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Checkbox. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Checkbox. + :param document_id: The document_id of this Checkbox. # noqa: E501 :type: str """ @@ -960,20 +1153,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Checkbox. + """Gets the document_id_metadata of this Checkbox. # noqa: E501 + - :return: The document_id_metadata of this Checkbox. + :return: The document_id_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Checkbox. + """Sets the document_id_metadata of this Checkbox. + - :param document_id_metadata: The document_id_metadata of this Checkbox. + :param document_id_metadata: The document_id_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -981,20 +1174,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Checkbox. + """Gets the error_details of this Checkbox. # noqa: E501 + - :return: The error_details of this Checkbox. + :return: The error_details of this Checkbox. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Checkbox. + """Sets the error_details of this Checkbox. + - :param error_details: The error_details of this Checkbox. + :param error_details: The error_details of this Checkbox. # noqa: E501 :type: ErrorDetails """ @@ -1002,22 +1195,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Checkbox. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Checkbox. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Checkbox. + :return: The font of this Checkbox. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Checkbox. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Checkbox. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Checkbox. + :param font: The font of this Checkbox. # noqa: E501 :type: str """ @@ -1025,22 +1218,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Checkbox. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Checkbox. # noqa: E501 - :return: The font_color of this Checkbox. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this Checkbox. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Checkbox. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Checkbox. - :param font_color: The font_color of this Checkbox. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this Checkbox. # noqa: E501 :type: str """ @@ -1048,20 +1241,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Checkbox. + """Gets the font_color_metadata of this Checkbox. # noqa: E501 - :return: The font_color_metadata of this Checkbox. + + :return: The font_color_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Checkbox. + """Sets the font_color_metadata of this Checkbox. - :param font_color_metadata: The font_color_metadata of this Checkbox. + + :param font_color_metadata: The font_color_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1069,20 +1262,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Checkbox. + """Gets the font_metadata of this Checkbox. # noqa: E501 - :return: The font_metadata of this Checkbox. + + :return: The font_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Checkbox. + """Sets the font_metadata of this Checkbox. - :param font_metadata: The font_metadata of this Checkbox. + + :param font_metadata: The font_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1090,22 +1283,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Checkbox. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Checkbox. # noqa: E501 - :return: The font_size of this Checkbox. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this Checkbox. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Checkbox. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Checkbox. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Checkbox. + :param font_size: The font_size of this Checkbox. # noqa: E501 :type: str """ @@ -1113,20 +1306,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Checkbox. + """Gets the font_size_metadata of this Checkbox. # noqa: E501 + - :return: The font_size_metadata of this Checkbox. + :return: The font_size_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Checkbox. + """Sets the font_size_metadata of this Checkbox. + - :param font_size_metadata: The font_size_metadata of this Checkbox. + :param font_size_metadata: The font_size_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1134,22 +1327,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Checkbox. - + """Gets the form_order of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Checkbox. + :return: The form_order of this Checkbox. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Checkbox. - + """Sets the form_order of this Checkbox. + + # noqa: E501 - :param form_order: The form_order of this Checkbox. + :param form_order: The form_order of this Checkbox. # noqa: E501 :type: str """ @@ -1157,20 +1350,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Checkbox. + """Gets the form_order_metadata of this Checkbox. # noqa: E501 + - :return: The form_order_metadata of this Checkbox. + :return: The form_order_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Checkbox. + """Sets the form_order_metadata of this Checkbox. + - :param form_order_metadata: The form_order_metadata of this Checkbox. + :param form_order_metadata: The form_order_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1178,22 +1371,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Checkbox. - + """Gets the form_page_label of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Checkbox. + :return: The form_page_label of this Checkbox. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Checkbox. - + """Sets the form_page_label of this Checkbox. + + # noqa: E501 - :param form_page_label: The form_page_label of this Checkbox. + :param form_page_label: The form_page_label of this Checkbox. # noqa: E501 :type: str """ @@ -1201,20 +1394,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Checkbox. + """Gets the form_page_label_metadata of this Checkbox. # noqa: E501 + - :return: The form_page_label_metadata of this Checkbox. + :return: The form_page_label_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Checkbox. + """Sets the form_page_label_metadata of this Checkbox. + - :param form_page_label_metadata: The form_page_label_metadata of this Checkbox. + :param form_page_label_metadata: The form_page_label_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1222,22 +1415,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Checkbox. - + """Gets the form_page_number of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Checkbox. + :return: The form_page_number of this Checkbox. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Checkbox. - + """Sets the form_page_number of this Checkbox. + + # noqa: E501 - :param form_page_number: The form_page_number of this Checkbox. + :param form_page_number: The form_page_number of this Checkbox. # noqa: E501 :type: str """ @@ -1245,20 +1438,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Checkbox. + """Gets the form_page_number_metadata of this Checkbox. # noqa: E501 + - :return: The form_page_number_metadata of this Checkbox. + :return: The form_page_number_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Checkbox. + """Sets the form_page_number_metadata of this Checkbox. + - :param form_page_number_metadata: The form_page_number_metadata of this Checkbox. + :param form_page_number_metadata: The form_page_number_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1266,22 +1459,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Checkbox. - Height of the tab in pixels. + """Gets the height of this Checkbox. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Checkbox. + :return: The height of this Checkbox. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Checkbox. - Height of the tab in pixels. + """Sets the height of this Checkbox. - :param height: The height of this Checkbox. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this Checkbox. # noqa: E501 :type: str """ @@ -1289,20 +1482,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Checkbox. + """Gets the height_metadata of this Checkbox. # noqa: E501 - :return: The height_metadata of this Checkbox. + + :return: The height_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Checkbox. + """Sets the height_metadata of this Checkbox. - :param height_metadata: The height_metadata of this Checkbox. + + :param height_metadata: The height_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1310,22 +1503,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Checkbox. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Checkbox. # noqa: E501 - :return: The italic of this Checkbox. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Checkbox. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Checkbox. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Checkbox. - :param italic: The italic of this Checkbox. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Checkbox. # noqa: E501 :type: str """ @@ -1333,20 +1526,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Checkbox. + """Gets the italic_metadata of this Checkbox. # noqa: E501 - :return: The italic_metadata of this Checkbox. + + :return: The italic_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Checkbox. + """Sets the italic_metadata of this Checkbox. - :param italic_metadata: The italic_metadata of this Checkbox. + + :param italic_metadata: The italic_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1354,22 +1547,22 @@ def italic_metadata(self, italic_metadata): @property def locked(self): - """ - Gets the locked of this Checkbox. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Checkbox. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this Checkbox. + :return: The locked of this Checkbox. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Checkbox. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Checkbox. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this Checkbox. + :param locked: The locked of this Checkbox. # noqa: E501 :type: str """ @@ -1377,20 +1570,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Checkbox. + """Gets the locked_metadata of this Checkbox. # noqa: E501 + - :return: The locked_metadata of this Checkbox. + :return: The locked_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Checkbox. + """Sets the locked_metadata of this Checkbox. + - :param locked_metadata: The locked_metadata of this Checkbox. + :param locked_metadata: The locked_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1398,20 +1591,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Checkbox. + """Gets the merge_field of this Checkbox. # noqa: E501 + - :return: The merge_field of this Checkbox. + :return: The merge_field of this Checkbox. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Checkbox. + """Sets the merge_field of this Checkbox. + - :param merge_field: The merge_field of this Checkbox. + :param merge_field: The merge_field of this Checkbox. # noqa: E501 :type: MergeField """ @@ -1419,22 +1612,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Checkbox. - + """Gets the merge_field_xml of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Checkbox. + :return: The merge_field_xml of this Checkbox. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Checkbox. - + """Sets the merge_field_xml of this Checkbox. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Checkbox. + :param merge_field_xml: The merge_field_xml of this Checkbox. # noqa: E501 :type: str """ @@ -1442,22 +1635,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Checkbox. - Specifies the tool tip text for the tab. + """Gets the name of this Checkbox. # noqa: E501 - :return: The name of this Checkbox. + Specifies the tool tip text for the tab. # noqa: E501 + + :return: The name of this Checkbox. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Checkbox. - Specifies the tool tip text for the tab. + """Sets the name of this Checkbox. - :param name: The name of this Checkbox. + Specifies the tool tip text for the tab. # noqa: E501 + + :param name: The name of this Checkbox. # noqa: E501 :type: str """ @@ -1465,20 +1658,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Checkbox. + """Gets the name_metadata of this Checkbox. # noqa: E501 - :return: The name_metadata of this Checkbox. + + :return: The name_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Checkbox. + """Sets the name_metadata of this Checkbox. - :param name_metadata: The name_metadata of this Checkbox. + + :param name_metadata: The name_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1679,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this Checkbox. - Specifies the page number on which the tab is located. + """Gets the page_number of this Checkbox. # noqa: E501 - :return: The page_number of this Checkbox. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Checkbox. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Checkbox. - Specifies the page number on which the tab is located. + """Sets the page_number of this Checkbox. - :param page_number: The page_number of this Checkbox. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Checkbox. # noqa: E501 :type: str """ @@ -1509,20 +1702,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Checkbox. + """Gets the page_number_metadata of this Checkbox. # noqa: E501 - :return: The page_number_metadata of this Checkbox. + + :return: The page_number_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Checkbox. + """Sets the page_number_metadata of this Checkbox. - :param page_number_metadata: The page_number_metadata of this Checkbox. + + :param page_number_metadata: The page_number_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1530,22 +1723,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Checkbox. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Checkbox. # noqa: E501 - :return: The recipient_id of this Checkbox. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Checkbox. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Checkbox. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Checkbox. - :param recipient_id: The recipient_id of this Checkbox. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Checkbox. # noqa: E501 :type: str """ @@ -1553,22 +1746,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Checkbox. - + """Gets the recipient_id_guid of this Checkbox. # noqa: E501 - :return: The recipient_id_guid of this Checkbox. + # noqa: E501 + + :return: The recipient_id_guid of this Checkbox. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Checkbox. - + """Sets the recipient_id_guid of this Checkbox. - :param recipient_id_guid: The recipient_id_guid of this Checkbox. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Checkbox. # noqa: E501 :type: str """ @@ -1576,20 +1769,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Checkbox. + """Gets the recipient_id_guid_metadata of this Checkbox. # noqa: E501 - :return: The recipient_id_guid_metadata of this Checkbox. + + :return: The recipient_id_guid_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Checkbox. + """Sets the recipient_id_guid_metadata of this Checkbox. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Checkbox. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1597,20 +1790,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Checkbox. + """Gets the recipient_id_metadata of this Checkbox. # noqa: E501 - :return: The recipient_id_metadata of this Checkbox. + + :return: The recipient_id_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Checkbox. + """Sets the recipient_id_metadata of this Checkbox. + - :param recipient_id_metadata: The recipient_id_metadata of this Checkbox. + :param recipient_id_metadata: The recipient_id_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1618,22 +1811,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this Checkbox. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Checkbox. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this Checkbox. + :return: The required of this Checkbox. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Checkbox. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Checkbox. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this Checkbox. + :param required: The required of this Checkbox. # noqa: E501 :type: str """ @@ -1641,20 +1834,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Checkbox. + """Gets the required_metadata of this Checkbox. # noqa: E501 + - :return: The required_metadata of this Checkbox. + :return: The required_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Checkbox. + """Sets the required_metadata of this Checkbox. + - :param required_metadata: The required_metadata of this Checkbox. + :param required_metadata: The required_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1662,22 +1855,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Checkbox. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Checkbox. # noqa: E501 + + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 - :return: The require_initial_on_shared_change of this Checkbox. + :return: The require_initial_on_shared_change of this Checkbox. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Checkbox. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Checkbox. + + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Checkbox. + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Checkbox. # noqa: E501 :type: str """ @@ -1685,20 +1878,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Checkbox. + """Gets the require_initial_on_shared_change_metadata of this Checkbox. # noqa: E501 + - :return: The require_initial_on_shared_change_metadata of this Checkbox. + :return: The require_initial_on_shared_change_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Checkbox. + """Sets the require_initial_on_shared_change_metadata of this Checkbox. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Checkbox. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1706,22 +1899,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def selected(self): - """ - Gets the selected of this Checkbox. - When set to **true**, the checkbox is selected. + """Gets the selected of this Checkbox. # noqa: E501 - :return: The selected of this Checkbox. + When set to **true**, the checkbox is selected. # noqa: E501 + + :return: The selected of this Checkbox. # noqa: E501 :rtype: str """ return self._selected @selected.setter def selected(self, selected): - """ - Sets the selected of this Checkbox. - When set to **true**, the checkbox is selected. + """Sets the selected of this Checkbox. - :param selected: The selected of this Checkbox. + When set to **true**, the checkbox is selected. # noqa: E501 + + :param selected: The selected of this Checkbox. # noqa: E501 :type: str """ @@ -1729,20 +1922,20 @@ def selected(self, selected): @property def selected_metadata(self): - """ - Gets the selected_metadata of this Checkbox. + """Gets the selected_metadata of this Checkbox. # noqa: E501 - :return: The selected_metadata of this Checkbox. + + :return: The selected_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._selected_metadata @selected_metadata.setter def selected_metadata(self, selected_metadata): - """ - Sets the selected_metadata of this Checkbox. + """Sets the selected_metadata of this Checkbox. - :param selected_metadata: The selected_metadata of this Checkbox. + + :param selected_metadata: The selected_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1750,22 +1943,22 @@ def selected_metadata(self, selected_metadata): @property def shared(self): - """ - Gets the shared of this Checkbox. - When set to **true**, this custom tab is shared. + """Gets the shared of this Checkbox. # noqa: E501 - :return: The shared of this Checkbox. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Checkbox. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Checkbox. - When set to **true**, this custom tab is shared. + """Sets the shared of this Checkbox. - :param shared: The shared of this Checkbox. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Checkbox. # noqa: E501 :type: str """ @@ -1773,20 +1966,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Checkbox. + """Gets the shared_metadata of this Checkbox. # noqa: E501 + - :return: The shared_metadata of this Checkbox. + :return: The shared_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Checkbox. + """Sets the shared_metadata of this Checkbox. + - :param shared_metadata: The shared_metadata of this Checkbox. + :param shared_metadata: The shared_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1794,20 +1987,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Checkbox. + """Gets the smart_contract_information of this Checkbox. # noqa: E501 + - :return: The smart_contract_information of this Checkbox. + :return: The smart_contract_information of this Checkbox. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Checkbox. + """Sets the smart_contract_information of this Checkbox. + - :param smart_contract_information: The smart_contract_information of this Checkbox. + :param smart_contract_information: The smart_contract_information of this Checkbox. # noqa: E501 :type: SmartContractInformation """ @@ -1815,22 +2008,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Checkbox. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Checkbox. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Checkbox. + :return: The status of this Checkbox. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Checkbox. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Checkbox. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Checkbox. + :param status: The status of this Checkbox. # noqa: E501 :type: str """ @@ -1838,20 +2031,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Checkbox. + """Gets the status_metadata of this Checkbox. # noqa: E501 + - :return: The status_metadata of this Checkbox. + :return: The status_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Checkbox. + """Sets the status_metadata of this Checkbox. + - :param status_metadata: The status_metadata of this Checkbox. + :param status_metadata: The status_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2052,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Checkbox. - + """Gets the tab_group_labels of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Checkbox. + :return: The tab_group_labels of this Checkbox. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Checkbox. - + """Sets the tab_group_labels of this Checkbox. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Checkbox. + :param tab_group_labels: The tab_group_labels of this Checkbox. # noqa: E501 :type: list[str] """ @@ -1882,20 +2075,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Checkbox. + """Gets the tab_group_labels_metadata of this Checkbox. # noqa: E501 + - :return: The tab_group_labels_metadata of this Checkbox. + :return: The tab_group_labels_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Checkbox. + """Sets the tab_group_labels_metadata of this Checkbox. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Checkbox. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2096,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Checkbox. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Checkbox. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Checkbox. + :return: The tab_id of this Checkbox. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Checkbox. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Checkbox. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Checkbox. + :param tab_id: The tab_id of this Checkbox. # noqa: E501 :type: str """ @@ -1926,20 +2119,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Checkbox. + """Gets the tab_id_metadata of this Checkbox. # noqa: E501 + - :return: The tab_id_metadata of this Checkbox. + :return: The tab_id_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Checkbox. + """Sets the tab_id_metadata of this Checkbox. + - :param tab_id_metadata: The tab_id_metadata of this Checkbox. + :param tab_id_metadata: The tab_id_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2140,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Checkbox. - The label string associated with the tab. + """Gets the tab_label of this Checkbox. # noqa: E501 - :return: The tab_label of this Checkbox. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Checkbox. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Checkbox. - The label string associated with the tab. + """Sets the tab_label of this Checkbox. - :param tab_label: The tab_label of this Checkbox. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Checkbox. # noqa: E501 :type: str """ @@ -1970,20 +2163,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Checkbox. + """Gets the tab_label_metadata of this Checkbox. # noqa: E501 - :return: The tab_label_metadata of this Checkbox. + + :return: The tab_label_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Checkbox. + """Sets the tab_label_metadata of this Checkbox. - :param tab_label_metadata: The tab_label_metadata of this Checkbox. + + :param tab_label_metadata: The tab_label_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2184,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Checkbox. - + """Gets the tab_order of this Checkbox. # noqa: E501 - :return: The tab_order of this Checkbox. + # noqa: E501 + + :return: The tab_order of this Checkbox. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Checkbox. - + """Sets the tab_order of this Checkbox. - :param tab_order: The tab_order of this Checkbox. + # noqa: E501 + + :param tab_order: The tab_order of this Checkbox. # noqa: E501 :type: str """ @@ -2014,20 +2207,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Checkbox. + """Gets the tab_order_metadata of this Checkbox. # noqa: E501 - :return: The tab_order_metadata of this Checkbox. + + :return: The tab_order_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Checkbox. + """Sets the tab_order_metadata of this Checkbox. + - :param tab_order_metadata: The tab_order_metadata of this Checkbox. + :param tab_order_metadata: The tab_order_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2228,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Checkbox. - + """Gets the tab_type of this Checkbox. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Checkbox. + :return: The tab_type of this Checkbox. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Checkbox. - + """Sets the tab_type of this Checkbox. + + # noqa: E501 - :param tab_type: The tab_type of this Checkbox. + :param tab_type: The tab_type of this Checkbox. # noqa: E501 :type: str """ @@ -2058,20 +2251,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Checkbox. + """Gets the tab_type_metadata of this Checkbox. # noqa: E501 + - :return: The tab_type_metadata of this Checkbox. + :return: The tab_type_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Checkbox. + """Sets the tab_type_metadata of this Checkbox. + - :param tab_type_metadata: The tab_type_metadata of this Checkbox. + :param tab_type_metadata: The tab_type_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2272,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Checkbox. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Checkbox. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Checkbox. + :return: The template_locked of this Checkbox. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Checkbox. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Checkbox. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Checkbox. + :param template_locked: The template_locked of this Checkbox. # noqa: E501 :type: str """ @@ -2102,20 +2295,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Checkbox. + """Gets the template_locked_metadata of this Checkbox. # noqa: E501 + - :return: The template_locked_metadata of this Checkbox. + :return: The template_locked_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Checkbox. + """Sets the template_locked_metadata of this Checkbox. - :param template_locked_metadata: The template_locked_metadata of this Checkbox. + + :param template_locked_metadata: The template_locked_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2316,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Checkbox. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Checkbox. # noqa: E501 - :return: The template_required of this Checkbox. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Checkbox. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Checkbox. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Checkbox. - :param template_required: The template_required of this Checkbox. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Checkbox. # noqa: E501 :type: str """ @@ -2146,20 +2339,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Checkbox. + """Gets the template_required_metadata of this Checkbox. # noqa: E501 - :return: The template_required_metadata of this Checkbox. + + :return: The template_required_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Checkbox. + """Sets the template_required_metadata of this Checkbox. - :param template_required_metadata: The template_required_metadata of this Checkbox. + + :param template_required_metadata: The template_required_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2360,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Checkbox. - + """Gets the tooltip of this Checkbox. # noqa: E501 - :return: The tooltip of this Checkbox. + # noqa: E501 + + :return: The tooltip of this Checkbox. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Checkbox. - + """Sets the tooltip of this Checkbox. - :param tooltip: The tooltip of this Checkbox. + # noqa: E501 + + :param tooltip: The tooltip of this Checkbox. # noqa: E501 :type: str """ @@ -2190,20 +2383,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Checkbox. + """Gets the tool_tip_metadata of this Checkbox. # noqa: E501 + - :return: The tool_tip_metadata of this Checkbox. + :return: The tool_tip_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Checkbox. + """Sets the tool_tip_metadata of this Checkbox. + - :param tool_tip_metadata: The tool_tip_metadata of this Checkbox. + :param tool_tip_metadata: The tool_tip_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2211,22 +2404,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Checkbox. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Checkbox. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Checkbox. + :return: The underline of this Checkbox. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Checkbox. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Checkbox. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Checkbox. + :param underline: The underline of this Checkbox. # noqa: E501 :type: str """ @@ -2234,20 +2427,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Checkbox. + """Gets the underline_metadata of this Checkbox. # noqa: E501 + - :return: The underline_metadata of this Checkbox. + :return: The underline_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Checkbox. + """Sets the underline_metadata of this Checkbox. + - :param underline_metadata: The underline_metadata of this Checkbox. + :param underline_metadata: The underline_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2255,22 +2448,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this Checkbox. - Width of the tab in pixels. + """Gets the width of this Checkbox. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Checkbox. + :return: The width of this Checkbox. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Checkbox. - Width of the tab in pixels. + """Sets the width of this Checkbox. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Checkbox. + :param width: The width of this Checkbox. # noqa: E501 :type: str """ @@ -2278,20 +2471,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Checkbox. + """Gets the width_metadata of this Checkbox. # noqa: E501 - :return: The width_metadata of this Checkbox. + + :return: The width_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Checkbox. + """Sets the width_metadata of this Checkbox. - :param width_metadata: The width_metadata of this Checkbox. + + :param width_metadata: The width_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2299,22 +2492,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Checkbox. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Checkbox. # noqa: E501 - :return: The x_position of this Checkbox. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Checkbox. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Checkbox. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Checkbox. - :param x_position: The x_position of this Checkbox. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Checkbox. # noqa: E501 :type: str """ @@ -2322,20 +2515,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Checkbox. + """Gets the x_position_metadata of this Checkbox. # noqa: E501 - :return: The x_position_metadata of this Checkbox. + + :return: The x_position_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Checkbox. + """Sets the x_position_metadata of this Checkbox. - :param x_position_metadata: The x_position_metadata of this Checkbox. + + :param x_position_metadata: The x_position_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ @@ -2343,22 +2536,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Checkbox. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Checkbox. # noqa: E501 - :return: The y_position of this Checkbox. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Checkbox. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Checkbox. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Checkbox. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Checkbox. + :param y_position: The y_position of this Checkbox. # noqa: E501 :type: str """ @@ -2366,32 +2559,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Checkbox. + """Gets the y_position_metadata of this Checkbox. # noqa: E501 + - :return: The y_position_metadata of this Checkbox. + :return: The y_position_metadata of this Checkbox. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Checkbox. + """Sets the y_position_metadata of this Checkbox. + - :param y_position_metadata: The y_position_metadata of this Checkbox. + :param y_position_metadata: The y_position_metadata of this Checkbox. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2408,29 +2599,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Checkbox, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Checkbox): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/chunked_upload_part.py b/docusign_esign/models/chunked_upload_part.py index 0a91e126..c2c43358 100644 --- a/docusign_esign/models/chunked_upload_part.py +++ b/docusign_esign/models/chunked_upload_part.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ChunkedUploadPart(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, sequence=None, size=None): - """ - ChunkedUploadPart - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'sequence': 'str', - 'size': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'sequence': 'str', + 'size': 'str' + } - self.attribute_map = { - 'sequence': 'sequence', - 'size': 'size' - } + attribute_map = { + 'sequence': 'sequence', + 'size': 'size' + } - self._sequence = sequence - self._size = size + def __init__(self, sequence=None, size=None): # noqa: E501 + """ChunkedUploadPart - a model defined in Swagger""" # noqa: E501 + + self._sequence = None + self._size = None + self.discriminator = None + + if sequence is not None: + self.sequence = sequence + if size is not None: + self.size = size @property def sequence(self): - """ - Gets the sequence of this ChunkedUploadPart. - + """Gets the sequence of this ChunkedUploadPart. # noqa: E501 - :return: The sequence of this ChunkedUploadPart. + # noqa: E501 + + :return: The sequence of this ChunkedUploadPart. # noqa: E501 :rtype: str """ return self._sequence @sequence.setter def sequence(self, sequence): - """ - Sets the sequence of this ChunkedUploadPart. - + """Sets the sequence of this ChunkedUploadPart. + + # noqa: E501 - :param sequence: The sequence of this ChunkedUploadPart. + :param sequence: The sequence of this ChunkedUploadPart. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def sequence(self, sequence): @property def size(self): - """ - Gets the size of this ChunkedUploadPart. - + """Gets the size of this ChunkedUploadPart. # noqa: E501 + + # noqa: E501 - :return: The size of this ChunkedUploadPart. + :return: The size of this ChunkedUploadPart. # noqa: E501 :rtype: str """ return self._size @size.setter def size(self, size): - """ - Sets the size of this ChunkedUploadPart. - + """Sets the size of this ChunkedUploadPart. + + # noqa: E501 - :param size: The size of this ChunkedUploadPart. + :param size: The size of this ChunkedUploadPart. # noqa: E501 :type: str """ self._size = size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ChunkedUploadPart, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ChunkedUploadPart): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/chunked_upload_request.py b/docusign_esign/models/chunked_upload_request.py index 69dc0f78..5d1b4e71 100644 --- a/docusign_esign/models/chunked_upload_request.py +++ b/docusign_esign/models/chunked_upload_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ChunkedUploadRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, chunked_upload_id=None, data=None): - """ - ChunkedUploadRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'chunked_upload_id': 'str', - 'data': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'chunked_upload_id': 'str', + 'data': 'str' + } - self.attribute_map = { - 'chunked_upload_id': 'chunkedUploadId', - 'data': 'data' - } + attribute_map = { + 'chunked_upload_id': 'chunkedUploadId', + 'data': 'data' + } - self._chunked_upload_id = chunked_upload_id - self._data = data + def __init__(self, chunked_upload_id=None, data=None): # noqa: E501 + """ChunkedUploadRequest - a model defined in Swagger""" # noqa: E501 + + self._chunked_upload_id = None + self._data = None + self.discriminator = None + + if chunked_upload_id is not None: + self.chunked_upload_id = chunked_upload_id + if data is not None: + self.data = data @property def chunked_upload_id(self): - """ - Gets the chunked_upload_id of this ChunkedUploadRequest. - + """Gets the chunked_upload_id of this ChunkedUploadRequest. # noqa: E501 - :return: The chunked_upload_id of this ChunkedUploadRequest. + # noqa: E501 + + :return: The chunked_upload_id of this ChunkedUploadRequest. # noqa: E501 :rtype: str """ return self._chunked_upload_id @chunked_upload_id.setter def chunked_upload_id(self, chunked_upload_id): - """ - Sets the chunked_upload_id of this ChunkedUploadRequest. - + """Sets the chunked_upload_id of this ChunkedUploadRequest. + + # noqa: E501 - :param chunked_upload_id: The chunked_upload_id of this ChunkedUploadRequest. + :param chunked_upload_id: The chunked_upload_id of this ChunkedUploadRequest. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def chunked_upload_id(self, chunked_upload_id): @property def data(self): - """ - Gets the data of this ChunkedUploadRequest. - + """Gets the data of this ChunkedUploadRequest. # noqa: E501 + + # noqa: E501 - :return: The data of this ChunkedUploadRequest. + :return: The data of this ChunkedUploadRequest. # noqa: E501 :rtype: str """ return self._data @data.setter def data(self, data): - """ - Sets the data of this ChunkedUploadRequest. - + """Sets the data of this ChunkedUploadRequest. + + # noqa: E501 - :param data: The data of this ChunkedUploadRequest. + :param data: The data of this ChunkedUploadRequest. # noqa: E501 :type: str """ self._data = data def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ChunkedUploadRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ChunkedUploadRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/chunked_upload_response.py b/docusign_esign/models/chunked_upload_response.py index 429c9e50..1387b0b9 100644 --- a/docusign_esign/models/chunked_upload_response.py +++ b/docusign_esign/models/chunked_upload_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ChunkedUploadResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, checksum=None, chunked_upload_id=None, chunked_upload_parts=None, chunked_upload_uri=None, committed=None, expiration_date_time=None, max_chunked_upload_parts=None, max_total_size=None, total_size=None): - """ - ChunkedUploadResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'checksum': 'str', - 'chunked_upload_id': 'str', - 'chunked_upload_parts': 'list[ChunkedUploadPart]', - 'chunked_upload_uri': 'str', - 'committed': 'str', - 'expiration_date_time': 'str', - 'max_chunked_upload_parts': 'str', - 'max_total_size': 'str', - 'total_size': 'str' - } - - self.attribute_map = { - 'checksum': 'checksum', - 'chunked_upload_id': 'chunkedUploadId', - 'chunked_upload_parts': 'chunkedUploadParts', - 'chunked_upload_uri': 'chunkedUploadUri', - 'committed': 'committed', - 'expiration_date_time': 'expirationDateTime', - 'max_chunked_upload_parts': 'maxChunkedUploadParts', - 'max_total_size': 'maxTotalSize', - 'total_size': 'totalSize' - } - - self._checksum = checksum - self._chunked_upload_id = chunked_upload_id - self._chunked_upload_parts = chunked_upload_parts - self._chunked_upload_uri = chunked_upload_uri - self._committed = committed - self._expiration_date_time = expiration_date_time - self._max_chunked_upload_parts = max_chunked_upload_parts - self._max_total_size = max_total_size - self._total_size = total_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'checksum': 'str', + 'chunked_upload_id': 'str', + 'chunked_upload_parts': 'list[ChunkedUploadPart]', + 'chunked_upload_uri': 'str', + 'committed': 'str', + 'expiration_date_time': 'str', + 'max_chunked_upload_parts': 'str', + 'max_total_size': 'str', + 'total_size': 'str' + } + + attribute_map = { + 'checksum': 'checksum', + 'chunked_upload_id': 'chunkedUploadId', + 'chunked_upload_parts': 'chunkedUploadParts', + 'chunked_upload_uri': 'chunkedUploadUri', + 'committed': 'committed', + 'expiration_date_time': 'expirationDateTime', + 'max_chunked_upload_parts': 'maxChunkedUploadParts', + 'max_total_size': 'maxTotalSize', + 'total_size': 'totalSize' + } + + def __init__(self, checksum=None, chunked_upload_id=None, chunked_upload_parts=None, chunked_upload_uri=None, committed=None, expiration_date_time=None, max_chunked_upload_parts=None, max_total_size=None, total_size=None): # noqa: E501 + """ChunkedUploadResponse - a model defined in Swagger""" # noqa: E501 + + self._checksum = None + self._chunked_upload_id = None + self._chunked_upload_parts = None + self._chunked_upload_uri = None + self._committed = None + self._expiration_date_time = None + self._max_chunked_upload_parts = None + self._max_total_size = None + self._total_size = None + self.discriminator = None + + if checksum is not None: + self.checksum = checksum + if chunked_upload_id is not None: + self.chunked_upload_id = chunked_upload_id + if chunked_upload_parts is not None: + self.chunked_upload_parts = chunked_upload_parts + if chunked_upload_uri is not None: + self.chunked_upload_uri = chunked_upload_uri + if committed is not None: + self.committed = committed + if expiration_date_time is not None: + self.expiration_date_time = expiration_date_time + if max_chunked_upload_parts is not None: + self.max_chunked_upload_parts = max_chunked_upload_parts + if max_total_size is not None: + self.max_total_size = max_total_size + if total_size is not None: + self.total_size = total_size @property def checksum(self): - """ - Gets the checksum of this ChunkedUploadResponse. - + """Gets the checksum of this ChunkedUploadResponse. # noqa: E501 - :return: The checksum of this ChunkedUploadResponse. + # noqa: E501 + + :return: The checksum of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._checksum @checksum.setter def checksum(self, checksum): - """ - Sets the checksum of this ChunkedUploadResponse. - + """Sets the checksum of this ChunkedUploadResponse. - :param checksum: The checksum of this ChunkedUploadResponse. + # noqa: E501 + + :param checksum: The checksum of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def checksum(self, checksum): @property def chunked_upload_id(self): - """ - Gets the chunked_upload_id of this ChunkedUploadResponse. - + """Gets the chunked_upload_id of this ChunkedUploadResponse. # noqa: E501 - :return: The chunked_upload_id of this ChunkedUploadResponse. + # noqa: E501 + + :return: The chunked_upload_id of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._chunked_upload_id @chunked_upload_id.setter def chunked_upload_id(self, chunked_upload_id): - """ - Sets the chunked_upload_id of this ChunkedUploadResponse. - + """Sets the chunked_upload_id of this ChunkedUploadResponse. - :param chunked_upload_id: The chunked_upload_id of this ChunkedUploadResponse. + # noqa: E501 + + :param chunked_upload_id: The chunked_upload_id of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def chunked_upload_id(self, chunked_upload_id): @property def chunked_upload_parts(self): - """ - Gets the chunked_upload_parts of this ChunkedUploadResponse. - + """Gets the chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 - :return: The chunked_upload_parts of this ChunkedUploadResponse. + # noqa: E501 + + :return: The chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 :rtype: list[ChunkedUploadPart] """ return self._chunked_upload_parts @chunked_upload_parts.setter def chunked_upload_parts(self, chunked_upload_parts): - """ - Sets the chunked_upload_parts of this ChunkedUploadResponse. - + """Sets the chunked_upload_parts of this ChunkedUploadResponse. - :param chunked_upload_parts: The chunked_upload_parts of this ChunkedUploadResponse. + # noqa: E501 + + :param chunked_upload_parts: The chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 :type: list[ChunkedUploadPart] """ @@ -135,22 +158,22 @@ def chunked_upload_parts(self, chunked_upload_parts): @property def chunked_upload_uri(self): - """ - Gets the chunked_upload_uri of this ChunkedUploadResponse. - + """Gets the chunked_upload_uri of this ChunkedUploadResponse. # noqa: E501 - :return: The chunked_upload_uri of this ChunkedUploadResponse. + # noqa: E501 + + :return: The chunked_upload_uri of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._chunked_upload_uri @chunked_upload_uri.setter def chunked_upload_uri(self, chunked_upload_uri): - """ - Sets the chunked_upload_uri of this ChunkedUploadResponse. - + """Sets the chunked_upload_uri of this ChunkedUploadResponse. - :param chunked_upload_uri: The chunked_upload_uri of this ChunkedUploadResponse. + # noqa: E501 + + :param chunked_upload_uri: The chunked_upload_uri of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def chunked_upload_uri(self, chunked_upload_uri): @property def committed(self): - """ - Gets the committed of this ChunkedUploadResponse. - + """Gets the committed of this ChunkedUploadResponse. # noqa: E501 - :return: The committed of this ChunkedUploadResponse. + # noqa: E501 + + :return: The committed of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._committed @committed.setter def committed(self, committed): - """ - Sets the committed of this ChunkedUploadResponse. - + """Sets the committed of this ChunkedUploadResponse. - :param committed: The committed of this ChunkedUploadResponse. + # noqa: E501 + + :param committed: The committed of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -181,22 +204,22 @@ def committed(self, committed): @property def expiration_date_time(self): - """ - Gets the expiration_date_time of this ChunkedUploadResponse. - + """Gets the expiration_date_time of this ChunkedUploadResponse. # noqa: E501 - :return: The expiration_date_time of this ChunkedUploadResponse. + # noqa: E501 + + :return: The expiration_date_time of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._expiration_date_time @expiration_date_time.setter def expiration_date_time(self, expiration_date_time): - """ - Sets the expiration_date_time of this ChunkedUploadResponse. - + """Sets the expiration_date_time of this ChunkedUploadResponse. - :param expiration_date_time: The expiration_date_time of this ChunkedUploadResponse. + # noqa: E501 + + :param expiration_date_time: The expiration_date_time of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -204,22 +227,22 @@ def expiration_date_time(self, expiration_date_time): @property def max_chunked_upload_parts(self): - """ - Gets the max_chunked_upload_parts of this ChunkedUploadResponse. - + """Gets the max_chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 - :return: The max_chunked_upload_parts of this ChunkedUploadResponse. + # noqa: E501 + + :return: The max_chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._max_chunked_upload_parts @max_chunked_upload_parts.setter def max_chunked_upload_parts(self, max_chunked_upload_parts): - """ - Sets the max_chunked_upload_parts of this ChunkedUploadResponse. - + """Sets the max_chunked_upload_parts of this ChunkedUploadResponse. - :param max_chunked_upload_parts: The max_chunked_upload_parts of this ChunkedUploadResponse. + # noqa: E501 + + :param max_chunked_upload_parts: The max_chunked_upload_parts of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -227,22 +250,22 @@ def max_chunked_upload_parts(self, max_chunked_upload_parts): @property def max_total_size(self): - """ - Gets the max_total_size of this ChunkedUploadResponse. - + """Gets the max_total_size of this ChunkedUploadResponse. # noqa: E501 - :return: The max_total_size of this ChunkedUploadResponse. + # noqa: E501 + + :return: The max_total_size of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._max_total_size @max_total_size.setter def max_total_size(self, max_total_size): - """ - Sets the max_total_size of this ChunkedUploadResponse. - + """Sets the max_total_size of this ChunkedUploadResponse. - :param max_total_size: The max_total_size of this ChunkedUploadResponse. + # noqa: E501 + + :param max_total_size: The max_total_size of this ChunkedUploadResponse. # noqa: E501 :type: str """ @@ -250,34 +273,32 @@ def max_total_size(self, max_total_size): @property def total_size(self): - """ - Gets the total_size of this ChunkedUploadResponse. - + """Gets the total_size of this ChunkedUploadResponse. # noqa: E501 - :return: The total_size of this ChunkedUploadResponse. + # noqa: E501 + + :return: The total_size of this ChunkedUploadResponse. # noqa: E501 :rtype: str """ return self._total_size @total_size.setter def total_size(self, total_size): - """ - Sets the total_size of this ChunkedUploadResponse. - + """Sets the total_size of this ChunkedUploadResponse. - :param total_size: The total_size of this ChunkedUploadResponse. + # noqa: E501 + + :param total_size: The total_size of this ChunkedUploadResponse. # noqa: E501 :type: str """ self._total_size = total_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -294,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ChunkedUploadResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ChunkedUploadResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/cloud_storage_provider.py b/docusign_esign/models/cloud_storage_provider.py index 8d444bbb..f3f6ddfe 100644 --- a/docusign_esign/models/cloud_storage_provider.py +++ b/docusign_esign/models/cloud_storage_provider.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CloudStorageProvider(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, authentication_url=None, error_details=None, redirect_url=None, service=None, service_id=None): - """ - CloudStorageProvider - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'authentication_url': 'str', - 'error_details': 'ErrorDetails', - 'redirect_url': 'str', - 'service': 'str', - 'service_id': 'str' - } - - self.attribute_map = { - 'authentication_url': 'authenticationUrl', - 'error_details': 'errorDetails', - 'redirect_url': 'redirectUrl', - 'service': 'service', - 'service_id': 'serviceId' - } - self._authentication_url = authentication_url - self._error_details = error_details - self._redirect_url = redirect_url - self._service = service - self._service_id = service_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'authentication_url': 'str', + 'error_details': 'ErrorDetails', + 'redirect_url': 'str', + 'service': 'str', + 'service_id': 'str' + } + + attribute_map = { + 'authentication_url': 'authenticationUrl', + 'error_details': 'errorDetails', + 'redirect_url': 'redirectUrl', + 'service': 'service', + 'service_id': 'serviceId' + } + + def __init__(self, authentication_url=None, error_details=None, redirect_url=None, service=None, service_id=None): # noqa: E501 + """CloudStorageProvider - a model defined in Swagger""" # noqa: E501 + + self._authentication_url = None + self._error_details = None + self._redirect_url = None + self._service = None + self._service_id = None + self.discriminator = None + + if authentication_url is not None: + self.authentication_url = authentication_url + if error_details is not None: + self.error_details = error_details + if redirect_url is not None: + self.redirect_url = redirect_url + if service is not None: + self.service = service + if service_id is not None: + self.service_id = service_id @property def authentication_url(self): - """ - Gets the authentication_url of this CloudStorageProvider. - The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl. + """Gets the authentication_url of this CloudStorageProvider. # noqa: E501 - :return: The authentication_url of this CloudStorageProvider. + The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl. # noqa: E501 + + :return: The authentication_url of this CloudStorageProvider. # noqa: E501 :rtype: str """ return self._authentication_url @authentication_url.setter def authentication_url(self, authentication_url): - """ - Sets the authentication_url of this CloudStorageProvider. - The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl. + """Sets the authentication_url of this CloudStorageProvider. + + The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl. # noqa: E501 - :param authentication_url: The authentication_url of this CloudStorageProvider. + :param authentication_url: The authentication_url of this CloudStorageProvider. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def authentication_url(self, authentication_url): @property def error_details(self): - """ - Gets the error_details of this CloudStorageProvider. + """Gets the error_details of this CloudStorageProvider. # noqa: E501 + - :return: The error_details of this CloudStorageProvider. + :return: The error_details of this CloudStorageProvider. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CloudStorageProvider. + """Sets the error_details of this CloudStorageProvider. - :param error_details: The error_details of this CloudStorageProvider. + + :param error_details: The error_details of this CloudStorageProvider. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def redirect_url(self): - """ - Gets the redirect_url of this CloudStorageProvider. - The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains. + """Gets the redirect_url of this CloudStorageProvider. # noqa: E501 - :return: The redirect_url of this CloudStorageProvider. + The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains. # noqa: E501 + + :return: The redirect_url of this CloudStorageProvider. # noqa: E501 :rtype: str """ return self._redirect_url @redirect_url.setter def redirect_url(self, redirect_url): - """ - Sets the redirect_url of this CloudStorageProvider. - The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains. + """Sets the redirect_url of this CloudStorageProvider. + + The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains. # noqa: E501 - :param redirect_url: The redirect_url of this CloudStorageProvider. + :param redirect_url: The redirect_url of this CloudStorageProvider. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def redirect_url(self, redirect_url): @property def service(self): - """ - Gets the service of this CloudStorageProvider. - The service name for the cloud storage provider. + """Gets the service of this CloudStorageProvider. # noqa: E501 + + The service name for the cloud storage provider. # noqa: E501 - :return: The service of this CloudStorageProvider. + :return: The service of this CloudStorageProvider. # noqa: E501 :rtype: str """ return self._service @service.setter def service(self, service): - """ - Sets the service of this CloudStorageProvider. - The service name for the cloud storage provider. + """Sets the service of this CloudStorageProvider. - :param service: The service of this CloudStorageProvider. + The service name for the cloud storage provider. # noqa: E501 + + :param service: The service of this CloudStorageProvider. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def service(self, service): @property def service_id(self): - """ - Gets the service_id of this CloudStorageProvider. - The DocuSign generated ID for the cloud storage provider + """Gets the service_id of this CloudStorageProvider. # noqa: E501 + + The DocuSign generated ID for the cloud storage provider # noqa: E501 - :return: The service_id of this CloudStorageProvider. + :return: The service_id of this CloudStorageProvider. # noqa: E501 :rtype: str """ return self._service_id @service_id.setter def service_id(self, service_id): - """ - Sets the service_id of this CloudStorageProvider. - The DocuSign generated ID for the cloud storage provider + """Sets the service_id of this CloudStorageProvider. + + The DocuSign generated ID for the cloud storage provider # noqa: E501 - :param service_id: The service_id of this CloudStorageProvider. + :param service_id: The service_id of this CloudStorageProvider. # noqa: E501 :type: str """ self._service_id = service_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CloudStorageProvider, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CloudStorageProvider): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/cloud_storage_providers.py b/docusign_esign/models/cloud_storage_providers.py index 35d54e3f..3537d7c6 100644 --- a/docusign_esign/models/cloud_storage_providers.py +++ b/docusign_esign/models/cloud_storage_providers.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CloudStorageProviders(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, storage_providers=None): - """ - CloudStorageProviders - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'storage_providers': 'list[CloudStorageProvider]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'storage_providers': 'list[CloudStorageProvider]' + } - self.attribute_map = { - 'storage_providers': 'storageProviders' - } + attribute_map = { + 'storage_providers': 'storageProviders' + } - self._storage_providers = storage_providers + def __init__(self, storage_providers=None): # noqa: E501 + """CloudStorageProviders - a model defined in Swagger""" # noqa: E501 + + self._storage_providers = None + self.discriminator = None + + if storage_providers is not None: + self.storage_providers = storage_providers @property def storage_providers(self): - """ - Gets the storage_providers of this CloudStorageProviders. - An Array containing the storage providers associated with the user. + """Gets the storage_providers of this CloudStorageProviders. # noqa: E501 + + An Array containing the storage providers associated with the user. # noqa: E501 - :return: The storage_providers of this CloudStorageProviders. + :return: The storage_providers of this CloudStorageProviders. # noqa: E501 :rtype: list[CloudStorageProvider] """ return self._storage_providers @storage_providers.setter def storage_providers(self, storage_providers): - """ - Sets the storage_providers of this CloudStorageProviders. - An Array containing the storage providers associated with the user. + """Sets the storage_providers of this CloudStorageProviders. - :param storage_providers: The storage_providers of this CloudStorageProviders. + An Array containing the storage providers associated with the user. # noqa: E501 + + :param storage_providers: The storage_providers of this CloudStorageProviders. # noqa: E501 :type: list[CloudStorageProvider] """ self._storage_providers = storage_providers def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CloudStorageProviders, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CloudStorageProviders): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/comment.py b/docusign_esign/models/comment.py index e2e8394c..784401d7 100644 --- a/docusign_esign/models/comment.py +++ b/docusign_esign/models/comment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,113 +11,160 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Comment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_id=None, hmac=None, id=None, mentions=None, read=None, sent_by_email=None, sent_by_full_name=None, sent_by_image_id=None, sent_by_initials=None, sent_by_recipient_id=None, sent_by_user_id=None, signing_group_id=None, signing_group_name=None, subject=None, tab_id=None, text=None, thread_id=None, thread_originator_id=None, timestamp=None, time_stamp_formatted=None, visible_to=None): - """ - Comment - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_id': 'str', - 'hmac': 'str', - 'id': 'str', - 'mentions': 'list[str]', - 'read': 'bool', - 'sent_by_email': 'str', - 'sent_by_full_name': 'str', - 'sent_by_image_id': 'str', - 'sent_by_initials': 'str', - 'sent_by_recipient_id': 'str', - 'sent_by_user_id': 'str', - 'signing_group_id': 'str', - 'signing_group_name': 'str', - 'subject': 'str', - 'tab_id': 'str', - 'text': 'str', - 'thread_id': 'str', - 'thread_originator_id': 'str', - 'timestamp': 'str', - 'time_stamp_formatted': 'str', - 'visible_to': 'list[str]' - } - - self.attribute_map = { - 'envelope_id': 'envelopeId', - 'hmac': 'hmac', - 'id': 'id', - 'mentions': 'mentions', - 'read': 'read', - 'sent_by_email': 'sentByEmail', - 'sent_by_full_name': 'sentByFullName', - 'sent_by_image_id': 'sentByImageId', - 'sent_by_initials': 'sentByInitials', - 'sent_by_recipient_id': 'sentByRecipientId', - 'sent_by_user_id': 'sentByUserId', - 'signing_group_id': 'signingGroupId', - 'signing_group_name': 'signingGroupName', - 'subject': 'subject', - 'tab_id': 'tabId', - 'text': 'text', - 'thread_id': 'threadId', - 'thread_originator_id': 'threadOriginatorId', - 'timestamp': 'timestamp', - 'time_stamp_formatted': 'timeStampFormatted', - 'visible_to': 'visibleTo' - } - self._envelope_id = envelope_id - self._hmac = hmac - self._id = id - self._mentions = mentions - self._read = read - self._sent_by_email = sent_by_email - self._sent_by_full_name = sent_by_full_name - self._sent_by_image_id = sent_by_image_id - self._sent_by_initials = sent_by_initials - self._sent_by_recipient_id = sent_by_recipient_id - self._sent_by_user_id = sent_by_user_id - self._signing_group_id = signing_group_id - self._signing_group_name = signing_group_name - self._subject = subject - self._tab_id = tab_id - self._text = text - self._thread_id = thread_id - self._thread_originator_id = thread_originator_id - self._timestamp = timestamp - self._time_stamp_formatted = time_stamp_formatted - self._visible_to = visible_to + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_id': 'str', + 'hmac': 'str', + 'id': 'str', + 'mentions': 'list[str]', + 'read': 'bool', + 'sent_by_email': 'str', + 'sent_by_full_name': 'str', + 'sent_by_image_id': 'str', + 'sent_by_initials': 'str', + 'sent_by_recipient_id': 'str', + 'sent_by_user_id': 'str', + 'signing_group_id': 'str', + 'signing_group_name': 'str', + 'subject': 'str', + 'tab_id': 'str', + 'text': 'str', + 'thread_id': 'str', + 'thread_originator_id': 'str', + 'timestamp': 'str', + 'time_stamp_formatted': 'str', + 'visible_to': 'list[str]' + } + + attribute_map = { + 'envelope_id': 'envelopeId', + 'hmac': 'hmac', + 'id': 'id', + 'mentions': 'mentions', + 'read': 'read', + 'sent_by_email': 'sentByEmail', + 'sent_by_full_name': 'sentByFullName', + 'sent_by_image_id': 'sentByImageId', + 'sent_by_initials': 'sentByInitials', + 'sent_by_recipient_id': 'sentByRecipientId', + 'sent_by_user_id': 'sentByUserId', + 'signing_group_id': 'signingGroupId', + 'signing_group_name': 'signingGroupName', + 'subject': 'subject', + 'tab_id': 'tabId', + 'text': 'text', + 'thread_id': 'threadId', + 'thread_originator_id': 'threadOriginatorId', + 'timestamp': 'timestamp', + 'time_stamp_formatted': 'timeStampFormatted', + 'visible_to': 'visibleTo' + } + + def __init__(self, envelope_id=None, hmac=None, id=None, mentions=None, read=None, sent_by_email=None, sent_by_full_name=None, sent_by_image_id=None, sent_by_initials=None, sent_by_recipient_id=None, sent_by_user_id=None, signing_group_id=None, signing_group_name=None, subject=None, tab_id=None, text=None, thread_id=None, thread_originator_id=None, timestamp=None, time_stamp_formatted=None, visible_to=None): # noqa: E501 + """Comment - a model defined in Swagger""" # noqa: E501 + + self._envelope_id = None + self._hmac = None + self._id = None + self._mentions = None + self._read = None + self._sent_by_email = None + self._sent_by_full_name = None + self._sent_by_image_id = None + self._sent_by_initials = None + self._sent_by_recipient_id = None + self._sent_by_user_id = None + self._signing_group_id = None + self._signing_group_name = None + self._subject = None + self._tab_id = None + self._text = None + self._thread_id = None + self._thread_originator_id = None + self._timestamp = None + self._time_stamp_formatted = None + self._visible_to = None + self.discriminator = None + + if envelope_id is not None: + self.envelope_id = envelope_id + if hmac is not None: + self.hmac = hmac + if id is not None: + self.id = id + if mentions is not None: + self.mentions = mentions + if read is not None: + self.read = read + if sent_by_email is not None: + self.sent_by_email = sent_by_email + if sent_by_full_name is not None: + self.sent_by_full_name = sent_by_full_name + if sent_by_image_id is not None: + self.sent_by_image_id = sent_by_image_id + if sent_by_initials is not None: + self.sent_by_initials = sent_by_initials + if sent_by_recipient_id is not None: + self.sent_by_recipient_id = sent_by_recipient_id + if sent_by_user_id is not None: + self.sent_by_user_id = sent_by_user_id + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if subject is not None: + self.subject = subject + if tab_id is not None: + self.tab_id = tab_id + if text is not None: + self.text = text + if thread_id is not None: + self.thread_id = thread_id + if thread_originator_id is not None: + self.thread_originator_id = thread_originator_id + if timestamp is not None: + self.timestamp = timestamp + if time_stamp_formatted is not None: + self.time_stamp_formatted = time_stamp_formatted + if visible_to is not None: + self.visible_to = visible_to @property def envelope_id(self): - """ - Gets the envelope_id of this Comment. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this Comment. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :return: The envelope_id of this Comment. + :return: The envelope_id of this Comment. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this Comment. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this Comment. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this Comment. + :param envelope_id: The envelope_id of this Comment. # noqa: E501 :type: str """ @@ -125,22 +172,22 @@ def envelope_id(self, envelope_id): @property def hmac(self): - """ - Gets the hmac of this Comment. - + """Gets the hmac of this Comment. # noqa: E501 - :return: The hmac of this Comment. + # noqa: E501 + + :return: The hmac of this Comment. # noqa: E501 :rtype: str """ return self._hmac @hmac.setter def hmac(self, hmac): - """ - Sets the hmac of this Comment. - + """Sets the hmac of this Comment. - :param hmac: The hmac of this Comment. + # noqa: E501 + + :param hmac: The hmac of this Comment. # noqa: E501 :type: str """ @@ -148,22 +195,22 @@ def hmac(self, hmac): @property def id(self): - """ - Gets the id of this Comment. - + """Gets the id of this Comment. # noqa: E501 - :return: The id of this Comment. + # noqa: E501 + + :return: The id of this Comment. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this Comment. - + """Sets the id of this Comment. - :param id: The id of this Comment. + # noqa: E501 + + :param id: The id of this Comment. # noqa: E501 :type: str """ @@ -171,22 +218,22 @@ def id(self, id): @property def mentions(self): - """ - Gets the mentions of this Comment. - + """Gets the mentions of this Comment. # noqa: E501 - :return: The mentions of this Comment. + # noqa: E501 + + :return: The mentions of this Comment. # noqa: E501 :rtype: list[str] """ return self._mentions @mentions.setter def mentions(self, mentions): - """ - Sets the mentions of this Comment. - + """Sets the mentions of this Comment. - :param mentions: The mentions of this Comment. + # noqa: E501 + + :param mentions: The mentions of this Comment. # noqa: E501 :type: list[str] """ @@ -194,22 +241,22 @@ def mentions(self, mentions): @property def read(self): - """ - Gets the read of this Comment. - + """Gets the read of this Comment. # noqa: E501 - :return: The read of this Comment. + # noqa: E501 + + :return: The read of this Comment. # noqa: E501 :rtype: bool """ return self._read @read.setter def read(self, read): - """ - Sets the read of this Comment. - + """Sets the read of this Comment. + + # noqa: E501 - :param read: The read of this Comment. + :param read: The read of this Comment. # noqa: E501 :type: bool """ @@ -217,22 +264,22 @@ def read(self, read): @property def sent_by_email(self): - """ - Gets the sent_by_email of this Comment. - + """Gets the sent_by_email of this Comment. # noqa: E501 + + # noqa: E501 - :return: The sent_by_email of this Comment. + :return: The sent_by_email of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_email @sent_by_email.setter def sent_by_email(self, sent_by_email): - """ - Sets the sent_by_email of this Comment. - + """Sets the sent_by_email of this Comment. + + # noqa: E501 - :param sent_by_email: The sent_by_email of this Comment. + :param sent_by_email: The sent_by_email of this Comment. # noqa: E501 :type: str """ @@ -240,22 +287,22 @@ def sent_by_email(self, sent_by_email): @property def sent_by_full_name(self): - """ - Gets the sent_by_full_name of this Comment. - + """Gets the sent_by_full_name of this Comment. # noqa: E501 + + # noqa: E501 - :return: The sent_by_full_name of this Comment. + :return: The sent_by_full_name of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_full_name @sent_by_full_name.setter def sent_by_full_name(self, sent_by_full_name): - """ - Sets the sent_by_full_name of this Comment. - + """Sets the sent_by_full_name of this Comment. + + # noqa: E501 - :param sent_by_full_name: The sent_by_full_name of this Comment. + :param sent_by_full_name: The sent_by_full_name of this Comment. # noqa: E501 :type: str """ @@ -263,22 +310,22 @@ def sent_by_full_name(self, sent_by_full_name): @property def sent_by_image_id(self): - """ - Gets the sent_by_image_id of this Comment. - + """Gets the sent_by_image_id of this Comment. # noqa: E501 + + # noqa: E501 - :return: The sent_by_image_id of this Comment. + :return: The sent_by_image_id of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_image_id @sent_by_image_id.setter def sent_by_image_id(self, sent_by_image_id): - """ - Sets the sent_by_image_id of this Comment. - + """Sets the sent_by_image_id of this Comment. + + # noqa: E501 - :param sent_by_image_id: The sent_by_image_id of this Comment. + :param sent_by_image_id: The sent_by_image_id of this Comment. # noqa: E501 :type: str """ @@ -286,22 +333,22 @@ def sent_by_image_id(self, sent_by_image_id): @property def sent_by_initials(self): - """ - Gets the sent_by_initials of this Comment. - + """Gets the sent_by_initials of this Comment. # noqa: E501 + + # noqa: E501 - :return: The sent_by_initials of this Comment. + :return: The sent_by_initials of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_initials @sent_by_initials.setter def sent_by_initials(self, sent_by_initials): - """ - Sets the sent_by_initials of this Comment. - + """Sets the sent_by_initials of this Comment. - :param sent_by_initials: The sent_by_initials of this Comment. + # noqa: E501 + + :param sent_by_initials: The sent_by_initials of this Comment. # noqa: E501 :type: str """ @@ -309,22 +356,22 @@ def sent_by_initials(self, sent_by_initials): @property def sent_by_recipient_id(self): - """ - Gets the sent_by_recipient_id of this Comment. - + """Gets the sent_by_recipient_id of this Comment. # noqa: E501 - :return: The sent_by_recipient_id of this Comment. + # noqa: E501 + + :return: The sent_by_recipient_id of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_recipient_id @sent_by_recipient_id.setter def sent_by_recipient_id(self, sent_by_recipient_id): - """ - Sets the sent_by_recipient_id of this Comment. - + """Sets the sent_by_recipient_id of this Comment. - :param sent_by_recipient_id: The sent_by_recipient_id of this Comment. + # noqa: E501 + + :param sent_by_recipient_id: The sent_by_recipient_id of this Comment. # noqa: E501 :type: str """ @@ -332,22 +379,22 @@ def sent_by_recipient_id(self, sent_by_recipient_id): @property def sent_by_user_id(self): - """ - Gets the sent_by_user_id of this Comment. - + """Gets the sent_by_user_id of this Comment. # noqa: E501 - :return: The sent_by_user_id of this Comment. + # noqa: E501 + + :return: The sent_by_user_id of this Comment. # noqa: E501 :rtype: str """ return self._sent_by_user_id @sent_by_user_id.setter def sent_by_user_id(self, sent_by_user_id): - """ - Sets the sent_by_user_id of this Comment. - + """Sets the sent_by_user_id of this Comment. - :param sent_by_user_id: The sent_by_user_id of this Comment. + # noqa: E501 + + :param sent_by_user_id: The sent_by_user_id of this Comment. # noqa: E501 :type: str """ @@ -355,22 +402,22 @@ def sent_by_user_id(self, sent_by_user_id): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Comment. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Comment. # noqa: E501 - :return: The signing_group_id of this Comment. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Comment. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Comment. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Comment. - :param signing_group_id: The signing_group_id of this Comment. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this Comment. # noqa: E501 :type: str """ @@ -378,22 +425,22 @@ def signing_group_id(self, signing_group_id): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Comment. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Comment. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Comment. + :return: The signing_group_name of this Comment. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Comment. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Comment. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this Comment. + :param signing_group_name: The signing_group_name of this Comment. # noqa: E501 :type: str """ @@ -401,22 +448,22 @@ def signing_group_name(self, signing_group_name): @property def subject(self): - """ - Gets the subject of this Comment. - + """Gets the subject of this Comment. # noqa: E501 + + # noqa: E501 - :return: The subject of this Comment. + :return: The subject of this Comment. # noqa: E501 :rtype: str """ return self._subject @subject.setter def subject(self, subject): - """ - Sets the subject of this Comment. - + """Sets the subject of this Comment. + + # noqa: E501 - :param subject: The subject of this Comment. + :param subject: The subject of this Comment. # noqa: E501 :type: str """ @@ -424,22 +471,22 @@ def subject(self, subject): @property def tab_id(self): - """ - Gets the tab_id of this Comment. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Comment. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Comment. + :return: The tab_id of this Comment. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Comment. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Comment. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Comment. + :param tab_id: The tab_id of this Comment. # noqa: E501 :type: str """ @@ -447,22 +494,22 @@ def tab_id(self, tab_id): @property def text(self): - """ - Gets the text of this Comment. - + """Gets the text of this Comment. # noqa: E501 + + # noqa: E501 - :return: The text of this Comment. + :return: The text of this Comment. # noqa: E501 :rtype: str """ return self._text @text.setter def text(self, text): - """ - Sets the text of this Comment. - + """Sets the text of this Comment. + + # noqa: E501 - :param text: The text of this Comment. + :param text: The text of this Comment. # noqa: E501 :type: str """ @@ -470,22 +517,22 @@ def text(self, text): @property def thread_id(self): - """ - Gets the thread_id of this Comment. - + """Gets the thread_id of this Comment. # noqa: E501 - :return: The thread_id of this Comment. + # noqa: E501 + + :return: The thread_id of this Comment. # noqa: E501 :rtype: str """ return self._thread_id @thread_id.setter def thread_id(self, thread_id): - """ - Sets the thread_id of this Comment. - + """Sets the thread_id of this Comment. - :param thread_id: The thread_id of this Comment. + # noqa: E501 + + :param thread_id: The thread_id of this Comment. # noqa: E501 :type: str """ @@ -493,22 +540,22 @@ def thread_id(self, thread_id): @property def thread_originator_id(self): - """ - Gets the thread_originator_id of this Comment. - + """Gets the thread_originator_id of this Comment. # noqa: E501 - :return: The thread_originator_id of this Comment. + # noqa: E501 + + :return: The thread_originator_id of this Comment. # noqa: E501 :rtype: str """ return self._thread_originator_id @thread_originator_id.setter def thread_originator_id(self, thread_originator_id): - """ - Sets the thread_originator_id of this Comment. - + """Sets the thread_originator_id of this Comment. - :param thread_originator_id: The thread_originator_id of this Comment. + # noqa: E501 + + :param thread_originator_id: The thread_originator_id of this Comment. # noqa: E501 :type: str """ @@ -516,22 +563,22 @@ def thread_originator_id(self, thread_originator_id): @property def timestamp(self): - """ - Gets the timestamp of this Comment. - + """Gets the timestamp of this Comment. # noqa: E501 - :return: The timestamp of this Comment. + # noqa: E501 + + :return: The timestamp of this Comment. # noqa: E501 :rtype: str """ return self._timestamp @timestamp.setter def timestamp(self, timestamp): - """ - Sets the timestamp of this Comment. - + """Sets the timestamp of this Comment. - :param timestamp: The timestamp of this Comment. + # noqa: E501 + + :param timestamp: The timestamp of this Comment. # noqa: E501 :type: str """ @@ -539,22 +586,22 @@ def timestamp(self, timestamp): @property def time_stamp_formatted(self): - """ - Gets the time_stamp_formatted of this Comment. - + """Gets the time_stamp_formatted of this Comment. # noqa: E501 - :return: The time_stamp_formatted of this Comment. + # noqa: E501 + + :return: The time_stamp_formatted of this Comment. # noqa: E501 :rtype: str """ return self._time_stamp_formatted @time_stamp_formatted.setter def time_stamp_formatted(self, time_stamp_formatted): - """ - Sets the time_stamp_formatted of this Comment. - + """Sets the time_stamp_formatted of this Comment. + + # noqa: E501 - :param time_stamp_formatted: The time_stamp_formatted of this Comment. + :param time_stamp_formatted: The time_stamp_formatted of this Comment. # noqa: E501 :type: str """ @@ -562,34 +609,32 @@ def time_stamp_formatted(self, time_stamp_formatted): @property def visible_to(self): - """ - Gets the visible_to of this Comment. - + """Gets the visible_to of this Comment. # noqa: E501 + + # noqa: E501 - :return: The visible_to of this Comment. + :return: The visible_to of this Comment. # noqa: E501 :rtype: list[str] """ return self._visible_to @visible_to.setter def visible_to(self, visible_to): - """ - Sets the visible_to of this Comment. - + """Sets the visible_to of this Comment. + + # noqa: E501 - :param visible_to: The visible_to of this Comment. + :param visible_to: The visible_to of this Comment. # noqa: E501 :type: list[str] """ self._visible_to = visible_to def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -606,29 +651,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Comment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Comment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/comment_history_result.py b/docusign_esign/models/comment_history_result.py index 05d5812e..ebfb3c2c 100644 --- a/docusign_esign/models/comment_history_result.py +++ b/docusign_esign/models/comment_history_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CommentHistoryResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, comments=None, count=None, end_timetoken=None, start_timetoken=None): - """ - CommentHistoryResult - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'comments': 'list[Comment]', - 'count': 'int', - 'end_timetoken': 'str', - 'start_timetoken': 'str' - } - - self.attribute_map = { - 'comments': 'comments', - 'count': 'count', - 'end_timetoken': 'endTimetoken', - 'start_timetoken': 'startTimetoken' - } - self._comments = comments - self._count = count - self._end_timetoken = end_timetoken - self._start_timetoken = start_timetoken + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'comments': 'list[Comment]', + 'count': 'int', + 'end_timetoken': 'str', + 'start_timetoken': 'str' + } + + attribute_map = { + 'comments': 'comments', + 'count': 'count', + 'end_timetoken': 'endTimetoken', + 'start_timetoken': 'startTimetoken' + } + + def __init__(self, comments=None, count=None, end_timetoken=None, start_timetoken=None): # noqa: E501 + """CommentHistoryResult - a model defined in Swagger""" # noqa: E501 + + self._comments = None + self._count = None + self._end_timetoken = None + self._start_timetoken = None + self.discriminator = None + + if comments is not None: + self.comments = comments + if count is not None: + self.count = count + if end_timetoken is not None: + self.end_timetoken = end_timetoken + if start_timetoken is not None: + self.start_timetoken = start_timetoken @property def comments(self): - """ - Gets the comments of this CommentHistoryResult. - + """Gets the comments of this CommentHistoryResult. # noqa: E501 - :return: The comments of this CommentHistoryResult. + # noqa: E501 + + :return: The comments of this CommentHistoryResult. # noqa: E501 :rtype: list[Comment] """ return self._comments @comments.setter def comments(self, comments): - """ - Sets the comments of this CommentHistoryResult. - + """Sets the comments of this CommentHistoryResult. - :param comments: The comments of this CommentHistoryResult. + # noqa: E501 + + :param comments: The comments of this CommentHistoryResult. # noqa: E501 :type: list[Comment] """ @@ -74,22 +87,22 @@ def comments(self, comments): @property def count(self): - """ - Gets the count of this CommentHistoryResult. - + """Gets the count of this CommentHistoryResult. # noqa: E501 + + # noqa: E501 - :return: The count of this CommentHistoryResult. + :return: The count of this CommentHistoryResult. # noqa: E501 :rtype: int """ return self._count @count.setter def count(self, count): - """ - Sets the count of this CommentHistoryResult. - + """Sets the count of this CommentHistoryResult. + + # noqa: E501 - :param count: The count of this CommentHistoryResult. + :param count: The count of this CommentHistoryResult. # noqa: E501 :type: int """ @@ -97,22 +110,22 @@ def count(self, count): @property def end_timetoken(self): - """ - Gets the end_timetoken of this CommentHistoryResult. - + """Gets the end_timetoken of this CommentHistoryResult. # noqa: E501 + + # noqa: E501 - :return: The end_timetoken of this CommentHistoryResult. + :return: The end_timetoken of this CommentHistoryResult. # noqa: E501 :rtype: str """ return self._end_timetoken @end_timetoken.setter def end_timetoken(self, end_timetoken): - """ - Sets the end_timetoken of this CommentHistoryResult. - + """Sets the end_timetoken of this CommentHistoryResult. - :param end_timetoken: The end_timetoken of this CommentHistoryResult. + # noqa: E501 + + :param end_timetoken: The end_timetoken of this CommentHistoryResult. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def end_timetoken(self, end_timetoken): @property def start_timetoken(self): - """ - Gets the start_timetoken of this CommentHistoryResult. - + """Gets the start_timetoken of this CommentHistoryResult. # noqa: E501 - :return: The start_timetoken of this CommentHistoryResult. + # noqa: E501 + + :return: The start_timetoken of this CommentHistoryResult. # noqa: E501 :rtype: str """ return self._start_timetoken @start_timetoken.setter def start_timetoken(self, start_timetoken): - """ - Sets the start_timetoken of this CommentHistoryResult. - + """Sets the start_timetoken of this CommentHistoryResult. + + # noqa: E501 - :param start_timetoken: The start_timetoken of this CommentHistoryResult. + :param start_timetoken: The start_timetoken of this CommentHistoryResult. # noqa: E501 :type: str """ self._start_timetoken = start_timetoken def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CommentHistoryResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CommentHistoryResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/comment_publish.py b/docusign_esign/models/comment_publish.py index a9a5a48d..067d05ce 100644 --- a/docusign_esign/models/comment_publish.py +++ b/docusign_esign/models/comment_publish.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CommentPublish(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, id=None, mentions=None, text=None, thread_anchor_keys=None, thread_id=None, visible_to=None): - """ - CommentPublish - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'id': 'str', - 'mentions': 'list[str]', - 'text': 'str', - 'thread_anchor_keys': 'dict(str, str)', - 'thread_id': 'str', - 'visible_to': 'list[str]' - } - - self.attribute_map = { - 'id': 'id', - 'mentions': 'mentions', - 'text': 'text', - 'thread_anchor_keys': 'threadAnchorKeys', - 'thread_id': 'threadId', - 'visible_to': 'visibleTo' - } - - self._id = id - self._mentions = mentions - self._text = text - self._thread_anchor_keys = thread_anchor_keys - self._thread_id = thread_id - self._visible_to = visible_to + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'id': 'str', + 'mentions': 'list[str]', + 'text': 'str', + 'thread_anchor_keys': 'dict(str, str)', + 'thread_id': 'str', + 'visible_to': 'list[str]' + } + + attribute_map = { + 'id': 'id', + 'mentions': 'mentions', + 'text': 'text', + 'thread_anchor_keys': 'threadAnchorKeys', + 'thread_id': 'threadId', + 'visible_to': 'visibleTo' + } + + def __init__(self, id=None, mentions=None, text=None, thread_anchor_keys=None, thread_id=None, visible_to=None): # noqa: E501 + """CommentPublish - a model defined in Swagger""" # noqa: E501 + + self._id = None + self._mentions = None + self._text = None + self._thread_anchor_keys = None + self._thread_id = None + self._visible_to = None + self.discriminator = None + + if id is not None: + self.id = id + if mentions is not None: + self.mentions = mentions + if text is not None: + self.text = text + if thread_anchor_keys is not None: + self.thread_anchor_keys = thread_anchor_keys + if thread_id is not None: + self.thread_id = thread_id + if visible_to is not None: + self.visible_to = visible_to @property def id(self): - """ - Gets the id of this CommentPublish. - + """Gets the id of this CommentPublish. # noqa: E501 + + # noqa: E501 - :return: The id of this CommentPublish. + :return: The id of this CommentPublish. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this CommentPublish. - + """Sets the id of this CommentPublish. + + # noqa: E501 - :param id: The id of this CommentPublish. + :param id: The id of this CommentPublish. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def id(self, id): @property def mentions(self): - """ - Gets the mentions of this CommentPublish. - + """Gets the mentions of this CommentPublish. # noqa: E501 - :return: The mentions of this CommentPublish. + # noqa: E501 + + :return: The mentions of this CommentPublish. # noqa: E501 :rtype: list[str] """ return self._mentions @mentions.setter def mentions(self, mentions): - """ - Sets the mentions of this CommentPublish. - + """Sets the mentions of this CommentPublish. + + # noqa: E501 - :param mentions: The mentions of this CommentPublish. + :param mentions: The mentions of this CommentPublish. # noqa: E501 :type: list[str] """ @@ -103,22 +120,22 @@ def mentions(self, mentions): @property def text(self): - """ - Gets the text of this CommentPublish. - + """Gets the text of this CommentPublish. # noqa: E501 + + # noqa: E501 - :return: The text of this CommentPublish. + :return: The text of this CommentPublish. # noqa: E501 :rtype: str """ return self._text @text.setter def text(self, text): - """ - Sets the text of this CommentPublish. - + """Sets the text of this CommentPublish. - :param text: The text of this CommentPublish. + # noqa: E501 + + :param text: The text of this CommentPublish. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def text(self, text): @property def thread_anchor_keys(self): - """ - Gets the thread_anchor_keys of this CommentPublish. - + """Gets the thread_anchor_keys of this CommentPublish. # noqa: E501 + + # noqa: E501 - :return: The thread_anchor_keys of this CommentPublish. + :return: The thread_anchor_keys of this CommentPublish. # noqa: E501 :rtype: dict(str, str) """ return self._thread_anchor_keys @thread_anchor_keys.setter def thread_anchor_keys(self, thread_anchor_keys): - """ - Sets the thread_anchor_keys of this CommentPublish. - + """Sets the thread_anchor_keys of this CommentPublish. + + # noqa: E501 - :param thread_anchor_keys: The thread_anchor_keys of this CommentPublish. + :param thread_anchor_keys: The thread_anchor_keys of this CommentPublish. # noqa: E501 :type: dict(str, str) """ @@ -149,22 +166,22 @@ def thread_anchor_keys(self, thread_anchor_keys): @property def thread_id(self): - """ - Gets the thread_id of this CommentPublish. - + """Gets the thread_id of this CommentPublish. # noqa: E501 - :return: The thread_id of this CommentPublish. + # noqa: E501 + + :return: The thread_id of this CommentPublish. # noqa: E501 :rtype: str """ return self._thread_id @thread_id.setter def thread_id(self, thread_id): - """ - Sets the thread_id of this CommentPublish. - + """Sets the thread_id of this CommentPublish. + + # noqa: E501 - :param thread_id: The thread_id of this CommentPublish. + :param thread_id: The thread_id of this CommentPublish. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def thread_id(self, thread_id): @property def visible_to(self): - """ - Gets the visible_to of this CommentPublish. - + """Gets the visible_to of this CommentPublish. # noqa: E501 + + # noqa: E501 - :return: The visible_to of this CommentPublish. + :return: The visible_to of this CommentPublish. # noqa: E501 :rtype: list[str] """ return self._visible_to @visible_to.setter def visible_to(self, visible_to): - """ - Sets the visible_to of this CommentPublish. - + """Sets the visible_to of this CommentPublish. - :param visible_to: The visible_to of this CommentPublish. + # noqa: E501 + + :param visible_to: The visible_to of this CommentPublish. # noqa: E501 :type: list[str] """ self._visible_to = visible_to def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CommentPublish, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CommentPublish): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/comment_thread.py b/docusign_esign/models/comment_thread.py index ce890be0..c3054e77 100644 --- a/docusign_esign/models/comment_thread.py +++ b/docusign_esign/models/comment_thread.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,305 +11,480 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CommentThread(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, comments=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, thread_id=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - CommentThread - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'comments': 'list[Comment]', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'thread_id': 'str', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'comments': 'comments', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'thread_id': 'threadId', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._comments = comments - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._thread_id = thread_id - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'comments': 'list[Comment]', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'thread_id': 'str', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'comments': 'comments', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'thread_id': 'threadId', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, comments=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, thread_id=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """CommentThread - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._comments = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._thread_id = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if comments is not None: + self.comments = comments + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if thread_id is not None: + self.thread_id = thread_id + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this CommentThread. - + """Gets the anchor_allow_white_space_in_characters of this CommentThread. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this CommentThread. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this CommentThread. - + """Sets the anchor_allow_white_space_in_characters of this CommentThread. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this CommentThread. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this CommentThread. # noqa: E501 :type: str """ @@ -317,20 +492,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this CommentThread. + """Gets the anchor_allow_white_space_in_characters_metadata of this CommentThread. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this CommentThread. + + :return: The anchor_allow_white_space_in_characters_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this CommentThread. + """Sets the anchor_allow_white_space_in_characters_metadata of this CommentThread. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this CommentThread. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -338,22 +513,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this CommentThread. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this CommentThread. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this CommentThread. + :return: The anchor_case_sensitive of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this CommentThread. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this CommentThread. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this CommentThread. + :param anchor_case_sensitive: The anchor_case_sensitive of this CommentThread. # noqa: E501 :type: str """ @@ -361,20 +536,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this CommentThread. + """Gets the anchor_case_sensitive_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this CommentThread. + :return: The anchor_case_sensitive_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this CommentThread. + """Sets the anchor_case_sensitive_metadata of this CommentThread. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this CommentThread. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -382,22 +557,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this CommentThread. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this CommentThread. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this CommentThread. + :return: The anchor_horizontal_alignment of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this CommentThread. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this CommentThread. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this CommentThread. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this CommentThread. # noqa: E501 :type: str """ @@ -405,20 +580,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this CommentThread. + """Gets the anchor_horizontal_alignment_metadata of this CommentThread. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this CommentThread. + + :return: The anchor_horizontal_alignment_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this CommentThread. + """Sets the anchor_horizontal_alignment_metadata of this CommentThread. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this CommentThread. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -426,22 +601,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this CommentThread. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this CommentThread. # noqa: E501 - :return: The anchor_ignore_if_not_present of this CommentThread. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this CommentThread. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this CommentThread. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this CommentThread. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this CommentThread. # noqa: E501 :type: str """ @@ -449,20 +624,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this CommentThread. + """Gets the anchor_ignore_if_not_present_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this CommentThread. + :return: The anchor_ignore_if_not_present_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this CommentThread. + """Sets the anchor_ignore_if_not_present_metadata of this CommentThread. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this CommentThread. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -470,22 +645,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this CommentThread. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this CommentThread. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this CommentThread. + :return: The anchor_match_whole_word of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this CommentThread. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this CommentThread. - :param anchor_match_whole_word: The anchor_match_whole_word of this CommentThread. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this CommentThread. # noqa: E501 :type: str """ @@ -493,20 +668,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this CommentThread. + """Gets the anchor_match_whole_word_metadata of this CommentThread. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this CommentThread. + + :return: The anchor_match_whole_word_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this CommentThread. + """Sets the anchor_match_whole_word_metadata of this CommentThread. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this CommentThread. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -514,22 +689,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this CommentThread. - Anchor text information for a radio button. + """Gets the anchor_string of this CommentThread. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this CommentThread. + :return: The anchor_string of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this CommentThread. - Anchor text information for a radio button. + """Sets the anchor_string of this CommentThread. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this CommentThread. + :param anchor_string: The anchor_string of this CommentThread. # noqa: E501 :type: str """ @@ -537,20 +712,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this CommentThread. + """Gets the anchor_string_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_string_metadata of this CommentThread. + :return: The anchor_string_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this CommentThread. + """Sets the anchor_string_metadata of this CommentThread. + - :param anchor_string_metadata: The anchor_string_metadata of this CommentThread. + :param anchor_string_metadata: The anchor_string_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -558,22 +733,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this CommentThread. - + """Gets the anchor_tab_processor_version of this CommentThread. # noqa: E501 - :return: The anchor_tab_processor_version of this CommentThread. + # noqa: E501 + + :return: The anchor_tab_processor_version of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this CommentThread. - + """Sets the anchor_tab_processor_version of this CommentThread. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this CommentThread. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this CommentThread. # noqa: E501 :type: str """ @@ -581,20 +756,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this CommentThread. + """Gets the anchor_tab_processor_version_metadata of this CommentThread. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this CommentThread. + + :return: The anchor_tab_processor_version_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this CommentThread. + """Sets the anchor_tab_processor_version_metadata of this CommentThread. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this CommentThread. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -602,22 +777,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this CommentThread. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this CommentThread. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this CommentThread. + :return: The anchor_units of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this CommentThread. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this CommentThread. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this CommentThread. + :param anchor_units: The anchor_units of this CommentThread. # noqa: E501 :type: str """ @@ -625,20 +800,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this CommentThread. + """Gets the anchor_units_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_units_metadata of this CommentThread. + :return: The anchor_units_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this CommentThread. + """Sets the anchor_units_metadata of this CommentThread. - :param anchor_units_metadata: The anchor_units_metadata of this CommentThread. + + :param anchor_units_metadata: The anchor_units_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -646,22 +821,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this CommentThread. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this CommentThread. # noqa: E501 - :return: The anchor_x_offset of this CommentThread. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this CommentThread. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this CommentThread. - :param anchor_x_offset: The anchor_x_offset of this CommentThread. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this CommentThread. # noqa: E501 :type: str """ @@ -669,20 +844,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this CommentThread. + """Gets the anchor_x_offset_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_x_offset_metadata of this CommentThread. + :return: The anchor_x_offset_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this CommentThread. + """Sets the anchor_x_offset_metadata of this CommentThread. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this CommentThread. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -690,22 +865,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this CommentThread. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this CommentThread. # noqa: E501 - :return: The anchor_y_offset of this CommentThread. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this CommentThread. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this CommentThread. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this CommentThread. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this CommentThread. + :param anchor_y_offset: The anchor_y_offset of this CommentThread. # noqa: E501 :type: str """ @@ -713,20 +888,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this CommentThread. + """Gets the anchor_y_offset_metadata of this CommentThread. # noqa: E501 + - :return: The anchor_y_offset_metadata of this CommentThread. + :return: The anchor_y_offset_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this CommentThread. + """Sets the anchor_y_offset_metadata of this CommentThread. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this CommentThread. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -734,22 +909,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this CommentThread. - When set to **true**, the information in the tab is bold. + """Gets the bold of this CommentThread. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this CommentThread. + :return: The bold of this CommentThread. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this CommentThread. - When set to **true**, the information in the tab is bold. + """Sets the bold of this CommentThread. - :param bold: The bold of this CommentThread. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this CommentThread. # noqa: E501 :type: str """ @@ -757,20 +932,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this CommentThread. + """Gets the bold_metadata of this CommentThread. # noqa: E501 - :return: The bold_metadata of this CommentThread. + + :return: The bold_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this CommentThread. + """Sets the bold_metadata of this CommentThread. - :param bold_metadata: The bold_metadata of this CommentThread. + + :param bold_metadata: The bold_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -778,22 +953,22 @@ def bold_metadata(self, bold_metadata): @property def comments(self): - """ - Gets the comments of this CommentThread. - + """Gets the comments of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The comments of this CommentThread. + :return: The comments of this CommentThread. # noqa: E501 :rtype: list[Comment] """ return self._comments @comments.setter def comments(self, comments): - """ - Sets the comments of this CommentThread. - + """Sets the comments of this CommentThread. + + # noqa: E501 - :param comments: The comments of this CommentThread. + :param comments: The comments of this CommentThread. # noqa: E501 :type: list[Comment] """ @@ -801,22 +976,22 @@ def comments(self, comments): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this CommentThread. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this CommentThread. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this CommentThread. + :return: The conditional_parent_label of this CommentThread. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this CommentThread. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this CommentThread. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this CommentThread. + :param conditional_parent_label: The conditional_parent_label of this CommentThread. # noqa: E501 :type: str """ @@ -824,20 +999,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this CommentThread. + """Gets the conditional_parent_label_metadata of this CommentThread. # noqa: E501 - :return: The conditional_parent_label_metadata of this CommentThread. + + :return: The conditional_parent_label_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this CommentThread. + """Sets the conditional_parent_label_metadata of this CommentThread. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this CommentThread. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -845,22 +1020,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this CommentThread. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this CommentThread. # noqa: E501 - :return: The conditional_parent_value of this CommentThread. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this CommentThread. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this CommentThread. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this CommentThread. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this CommentThread. + :param conditional_parent_value: The conditional_parent_value of this CommentThread. # noqa: E501 :type: str """ @@ -868,20 +1043,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this CommentThread. + """Gets the conditional_parent_value_metadata of this CommentThread. # noqa: E501 + - :return: The conditional_parent_value_metadata of this CommentThread. + :return: The conditional_parent_value_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this CommentThread. + """Sets the conditional_parent_value_metadata of this CommentThread. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this CommentThread. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -889,22 +1064,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this CommentThread. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this CommentThread. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this CommentThread. + :return: The custom_tab_id of this CommentThread. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this CommentThread. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this CommentThread. - :param custom_tab_id: The custom_tab_id of this CommentThread. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this CommentThread. # noqa: E501 :type: str """ @@ -912,20 +1087,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this CommentThread. + """Gets the custom_tab_id_metadata of this CommentThread. # noqa: E501 - :return: The custom_tab_id_metadata of this CommentThread. + + :return: The custom_tab_id_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this CommentThread. + """Sets the custom_tab_id_metadata of this CommentThread. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this CommentThread. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -933,22 +1108,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this CommentThread. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this CommentThread. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this CommentThread. + :return: The document_id of this CommentThread. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this CommentThread. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this CommentThread. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this CommentThread. + :param document_id: The document_id of this CommentThread. # noqa: E501 :type: str """ @@ -956,20 +1131,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this CommentThread. + """Gets the document_id_metadata of this CommentThread. # noqa: E501 + - :return: The document_id_metadata of this CommentThread. + :return: The document_id_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this CommentThread. + """Sets the document_id_metadata of this CommentThread. + - :param document_id_metadata: The document_id_metadata of this CommentThread. + :param document_id_metadata: The document_id_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -977,20 +1152,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this CommentThread. + """Gets the error_details of this CommentThread. # noqa: E501 - :return: The error_details of this CommentThread. + + :return: The error_details of this CommentThread. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CommentThread. + """Sets the error_details of this CommentThread. + - :param error_details: The error_details of this CommentThread. + :param error_details: The error_details of this CommentThread. # noqa: E501 :type: ErrorDetails """ @@ -998,22 +1173,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this CommentThread. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this CommentThread. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this CommentThread. + :return: The font of this CommentThread. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this CommentThread. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this CommentThread. - :param font: The font of this CommentThread. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this CommentThread. # noqa: E501 :type: str """ @@ -1021,22 +1196,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this CommentThread. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this CommentThread. # noqa: E501 - :return: The font_color of this CommentThread. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this CommentThread. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this CommentThread. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this CommentThread. - :param font_color: The font_color of this CommentThread. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this CommentThread. # noqa: E501 :type: str """ @@ -1044,20 +1219,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this CommentThread. + """Gets the font_color_metadata of this CommentThread. # noqa: E501 + - :return: The font_color_metadata of this CommentThread. + :return: The font_color_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this CommentThread. + """Sets the font_color_metadata of this CommentThread. + - :param font_color_metadata: The font_color_metadata of this CommentThread. + :param font_color_metadata: The font_color_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1065,20 +1240,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this CommentThread. + """Gets the font_metadata of this CommentThread. # noqa: E501 + - :return: The font_metadata of this CommentThread. + :return: The font_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this CommentThread. + """Sets the font_metadata of this CommentThread. + - :param font_metadata: The font_metadata of this CommentThread. + :param font_metadata: The font_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1086,22 +1261,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this CommentThread. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this CommentThread. # noqa: E501 - :return: The font_size of this CommentThread. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this CommentThread. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this CommentThread. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this CommentThread. - :param font_size: The font_size of this CommentThread. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this CommentThread. # noqa: E501 :type: str """ @@ -1109,20 +1284,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this CommentThread. + """Gets the font_size_metadata of this CommentThread. # noqa: E501 - :return: The font_size_metadata of this CommentThread. + + :return: The font_size_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this CommentThread. + """Sets the font_size_metadata of this CommentThread. + - :param font_size_metadata: The font_size_metadata of this CommentThread. + :param font_size_metadata: The font_size_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1130,22 +1305,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this CommentThread. - + """Gets the form_order of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The form_order of this CommentThread. + :return: The form_order of this CommentThread. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this CommentThread. - + """Sets the form_order of this CommentThread. + + # noqa: E501 - :param form_order: The form_order of this CommentThread. + :param form_order: The form_order of this CommentThread. # noqa: E501 :type: str """ @@ -1153,20 +1328,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this CommentThread. + """Gets the form_order_metadata of this CommentThread. # noqa: E501 + - :return: The form_order_metadata of this CommentThread. + :return: The form_order_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this CommentThread. + """Sets the form_order_metadata of this CommentThread. - :param form_order_metadata: The form_order_metadata of this CommentThread. + + :param form_order_metadata: The form_order_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1174,22 +1349,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this CommentThread. - + """Gets the form_page_label of this CommentThread. # noqa: E501 - :return: The form_page_label of this CommentThread. + # noqa: E501 + + :return: The form_page_label of this CommentThread. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this CommentThread. - + """Sets the form_page_label of this CommentThread. - :param form_page_label: The form_page_label of this CommentThread. + # noqa: E501 + + :param form_page_label: The form_page_label of this CommentThread. # noqa: E501 :type: str """ @@ -1197,20 +1372,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this CommentThread. + """Gets the form_page_label_metadata of this CommentThread. # noqa: E501 + - :return: The form_page_label_metadata of this CommentThread. + :return: The form_page_label_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this CommentThread. + """Sets the form_page_label_metadata of this CommentThread. + - :param form_page_label_metadata: The form_page_label_metadata of this CommentThread. + :param form_page_label_metadata: The form_page_label_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1218,22 +1393,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this CommentThread. - + """Gets the form_page_number of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this CommentThread. + :return: The form_page_number of this CommentThread. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this CommentThread. - + """Sets the form_page_number of this CommentThread. + + # noqa: E501 - :param form_page_number: The form_page_number of this CommentThread. + :param form_page_number: The form_page_number of this CommentThread. # noqa: E501 :type: str """ @@ -1241,20 +1416,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this CommentThread. + """Gets the form_page_number_metadata of this CommentThread. # noqa: E501 - :return: The form_page_number_metadata of this CommentThread. + + :return: The form_page_number_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this CommentThread. + """Sets the form_page_number_metadata of this CommentThread. - :param form_page_number_metadata: The form_page_number_metadata of this CommentThread. + + :param form_page_number_metadata: The form_page_number_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1262,22 +1437,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this CommentThread. - Height of the tab in pixels. + """Gets the height of this CommentThread. # noqa: E501 - :return: The height of this CommentThread. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this CommentThread. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this CommentThread. - Height of the tab in pixels. + """Sets the height of this CommentThread. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this CommentThread. + :param height: The height of this CommentThread. # noqa: E501 :type: str """ @@ -1285,20 +1460,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this CommentThread. + """Gets the height_metadata of this CommentThread. # noqa: E501 + - :return: The height_metadata of this CommentThread. + :return: The height_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this CommentThread. + """Sets the height_metadata of this CommentThread. - :param height_metadata: The height_metadata of this CommentThread. + + :param height_metadata: The height_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1306,22 +1481,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this CommentThread. - When set to **true**, the information in the tab is italic. + """Gets the italic of this CommentThread. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this CommentThread. + :return: The italic of this CommentThread. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this CommentThread. - When set to **true**, the information in the tab is italic. + """Sets the italic of this CommentThread. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this CommentThread. + :param italic: The italic of this CommentThread. # noqa: E501 :type: str """ @@ -1329,20 +1504,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this CommentThread. + """Gets the italic_metadata of this CommentThread. # noqa: E501 + - :return: The italic_metadata of this CommentThread. + :return: The italic_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this CommentThread. + """Sets the italic_metadata of this CommentThread. + - :param italic_metadata: The italic_metadata of this CommentThread. + :param italic_metadata: The italic_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1350,20 +1525,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this CommentThread. + """Gets the locale_policy of this CommentThread. # noqa: E501 - :return: The locale_policy of this CommentThread. + + :return: The locale_policy of this CommentThread. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this CommentThread. + """Sets the locale_policy of this CommentThread. - :param locale_policy: The locale_policy of this CommentThread. + + :param locale_policy: The locale_policy of this CommentThread. # noqa: E501 :type: LocalePolicyTab """ @@ -1371,20 +1546,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this CommentThread. + """Gets the merge_field of this CommentThread. # noqa: E501 - :return: The merge_field of this CommentThread. + + :return: The merge_field of this CommentThread. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this CommentThread. + """Sets the merge_field of this CommentThread. + - :param merge_field: The merge_field of this CommentThread. + :param merge_field: The merge_field of this CommentThread. # noqa: E501 :type: MergeField """ @@ -1392,22 +1567,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this CommentThread. - + """Gets the merge_field_xml of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this CommentThread. + :return: The merge_field_xml of this CommentThread. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this CommentThread. - + """Sets the merge_field_xml of this CommentThread. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this CommentThread. + :param merge_field_xml: The merge_field_xml of this CommentThread. # noqa: E501 :type: str """ @@ -1415,22 +1590,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this CommentThread. - Specifies the page number on which the tab is located. + """Gets the page_number of this CommentThread. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this CommentThread. + :return: The page_number of this CommentThread. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this CommentThread. - Specifies the page number on which the tab is located. + """Sets the page_number of this CommentThread. - :param page_number: The page_number of this CommentThread. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this CommentThread. # noqa: E501 :type: str """ @@ -1438,20 +1613,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this CommentThread. + """Gets the page_number_metadata of this CommentThread. # noqa: E501 - :return: The page_number_metadata of this CommentThread. + + :return: The page_number_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this CommentThread. + """Sets the page_number_metadata of this CommentThread. - :param page_number_metadata: The page_number_metadata of this CommentThread. + + :param page_number_metadata: The page_number_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1459,22 +1634,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this CommentThread. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this CommentThread. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this CommentThread. + :return: The recipient_id of this CommentThread. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this CommentThread. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this CommentThread. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this CommentThread. + :param recipient_id: The recipient_id of this CommentThread. # noqa: E501 :type: str """ @@ -1482,22 +1657,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this CommentThread. - + """Gets the recipient_id_guid of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this CommentThread. + :return: The recipient_id_guid of this CommentThread. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this CommentThread. - + """Sets the recipient_id_guid of this CommentThread. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this CommentThread. + :param recipient_id_guid: The recipient_id_guid of this CommentThread. # noqa: E501 :type: str """ @@ -1505,20 +1680,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this CommentThread. + """Gets the recipient_id_guid_metadata of this CommentThread. # noqa: E501 - :return: The recipient_id_guid_metadata of this CommentThread. + + :return: The recipient_id_guid_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this CommentThread. + """Sets the recipient_id_guid_metadata of this CommentThread. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this CommentThread. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1526,20 +1701,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this CommentThread. + """Gets the recipient_id_metadata of this CommentThread. # noqa: E501 - :return: The recipient_id_metadata of this CommentThread. + + :return: The recipient_id_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this CommentThread. + """Sets the recipient_id_metadata of this CommentThread. + - :param recipient_id_metadata: The recipient_id_metadata of this CommentThread. + :param recipient_id_metadata: The recipient_id_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1547,20 +1722,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this CommentThread. + """Gets the smart_contract_information of this CommentThread. # noqa: E501 + - :return: The smart_contract_information of this CommentThread. + :return: The smart_contract_information of this CommentThread. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this CommentThread. + """Sets the smart_contract_information of this CommentThread. + - :param smart_contract_information: The smart_contract_information of this CommentThread. + :param smart_contract_information: The smart_contract_information of this CommentThread. # noqa: E501 :type: SmartContractInformation """ @@ -1568,22 +1743,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this CommentThread. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this CommentThread. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this CommentThread. + :return: The status of this CommentThread. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this CommentThread. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this CommentThread. - :param status: The status of this CommentThread. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this CommentThread. # noqa: E501 :type: str """ @@ -1591,20 +1766,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this CommentThread. + """Gets the status_metadata of this CommentThread. # noqa: E501 + - :return: The status_metadata of this CommentThread. + :return: The status_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this CommentThread. + """Sets the status_metadata of this CommentThread. + - :param status_metadata: The status_metadata of this CommentThread. + :param status_metadata: The status_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1612,22 +1787,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this CommentThread. - + """Gets the tab_group_labels of this CommentThread. # noqa: E501 - :return: The tab_group_labels of this CommentThread. + # noqa: E501 + + :return: The tab_group_labels of this CommentThread. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this CommentThread. - + """Sets the tab_group_labels of this CommentThread. - :param tab_group_labels: The tab_group_labels of this CommentThread. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this CommentThread. # noqa: E501 :type: list[str] """ @@ -1635,20 +1810,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this CommentThread. + """Gets the tab_group_labels_metadata of this CommentThread. # noqa: E501 - :return: The tab_group_labels_metadata of this CommentThread. + + :return: The tab_group_labels_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this CommentThread. + """Sets the tab_group_labels_metadata of this CommentThread. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this CommentThread. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1656,22 +1831,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this CommentThread. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this CommentThread. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this CommentThread. + :return: The tab_id of this CommentThread. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this CommentThread. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this CommentThread. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this CommentThread. + :param tab_id: The tab_id of this CommentThread. # noqa: E501 :type: str """ @@ -1679,20 +1854,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this CommentThread. + """Gets the tab_id_metadata of this CommentThread. # noqa: E501 + - :return: The tab_id_metadata of this CommentThread. + :return: The tab_id_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this CommentThread. + """Sets the tab_id_metadata of this CommentThread. - :param tab_id_metadata: The tab_id_metadata of this CommentThread. + + :param tab_id_metadata: The tab_id_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1700,22 +1875,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this CommentThread. - The label string associated with the tab. + """Gets the tab_label of this CommentThread. # noqa: E501 - :return: The tab_label of this CommentThread. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this CommentThread. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this CommentThread. - The label string associated with the tab. + """Sets the tab_label of this CommentThread. - :param tab_label: The tab_label of this CommentThread. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this CommentThread. # noqa: E501 :type: str """ @@ -1723,20 +1898,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this CommentThread. + """Gets the tab_label_metadata of this CommentThread. # noqa: E501 + - :return: The tab_label_metadata of this CommentThread. + :return: The tab_label_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this CommentThread. + """Sets the tab_label_metadata of this CommentThread. + - :param tab_label_metadata: The tab_label_metadata of this CommentThread. + :param tab_label_metadata: The tab_label_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1744,22 +1919,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this CommentThread. - + """Gets the tab_order of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this CommentThread. + :return: The tab_order of this CommentThread. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this CommentThread. - + """Sets the tab_order of this CommentThread. + + # noqa: E501 - :param tab_order: The tab_order of this CommentThread. + :param tab_order: The tab_order of this CommentThread. # noqa: E501 :type: str """ @@ -1767,20 +1942,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this CommentThread. + """Gets the tab_order_metadata of this CommentThread. # noqa: E501 - :return: The tab_order_metadata of this CommentThread. + + :return: The tab_order_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this CommentThread. + """Sets the tab_order_metadata of this CommentThread. - :param tab_order_metadata: The tab_order_metadata of this CommentThread. + + :param tab_order_metadata: The tab_order_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1788,22 +1963,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this CommentThread. - + """Gets the tab_type of this CommentThread. # noqa: E501 - :return: The tab_type of this CommentThread. + # noqa: E501 + + :return: The tab_type of this CommentThread. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this CommentThread. - + """Sets the tab_type of this CommentThread. + + # noqa: E501 - :param tab_type: The tab_type of this CommentThread. + :param tab_type: The tab_type of this CommentThread. # noqa: E501 :type: str """ @@ -1811,20 +1986,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this CommentThread. + """Gets the tab_type_metadata of this CommentThread. # noqa: E501 + - :return: The tab_type_metadata of this CommentThread. + :return: The tab_type_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this CommentThread. + """Sets the tab_type_metadata of this CommentThread. + - :param tab_type_metadata: The tab_type_metadata of this CommentThread. + :param tab_type_metadata: The tab_type_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1832,22 +2007,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this CommentThread. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this CommentThread. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this CommentThread. + :return: The template_locked of this CommentThread. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this CommentThread. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this CommentThread. - :param template_locked: The template_locked of this CommentThread. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this CommentThread. # noqa: E501 :type: str """ @@ -1855,20 +2030,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this CommentThread. + """Gets the template_locked_metadata of this CommentThread. # noqa: E501 - :return: The template_locked_metadata of this CommentThread. + + :return: The template_locked_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this CommentThread. + """Sets the template_locked_metadata of this CommentThread. - :param template_locked_metadata: The template_locked_metadata of this CommentThread. + + :param template_locked_metadata: The template_locked_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1876,22 +2051,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this CommentThread. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this CommentThread. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this CommentThread. + :return: The template_required of this CommentThread. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this CommentThread. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this CommentThread. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this CommentThread. + :param template_required: The template_required of this CommentThread. # noqa: E501 :type: str """ @@ -1899,20 +2074,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this CommentThread. + """Gets the template_required_metadata of this CommentThread. # noqa: E501 - :return: The template_required_metadata of this CommentThread. + + :return: The template_required_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this CommentThread. + """Sets the template_required_metadata of this CommentThread. + - :param template_required_metadata: The template_required_metadata of this CommentThread. + :param template_required_metadata: The template_required_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1920,22 +2095,22 @@ def template_required_metadata(self, template_required_metadata): @property def thread_id(self): - """ - Gets the thread_id of this CommentThread. - + """Gets the thread_id of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The thread_id of this CommentThread. + :return: The thread_id of this CommentThread. # noqa: E501 :rtype: str """ return self._thread_id @thread_id.setter def thread_id(self, thread_id): - """ - Sets the thread_id of this CommentThread. - + """Sets the thread_id of this CommentThread. + + # noqa: E501 - :param thread_id: The thread_id of this CommentThread. + :param thread_id: The thread_id of this CommentThread. # noqa: E501 :type: str """ @@ -1943,22 +2118,22 @@ def thread_id(self, thread_id): @property def tooltip(self): - """ - Gets the tooltip of this CommentThread. - + """Gets the tooltip of this CommentThread. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this CommentThread. + :return: The tooltip of this CommentThread. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this CommentThread. - + """Sets the tooltip of this CommentThread. - :param tooltip: The tooltip of this CommentThread. + # noqa: E501 + + :param tooltip: The tooltip of this CommentThread. # noqa: E501 :type: str """ @@ -1966,20 +2141,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this CommentThread. + """Gets the tool_tip_metadata of this CommentThread. # noqa: E501 - :return: The tool_tip_metadata of this CommentThread. + + :return: The tool_tip_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this CommentThread. + """Sets the tool_tip_metadata of this CommentThread. - :param tool_tip_metadata: The tool_tip_metadata of this CommentThread. + + :param tool_tip_metadata: The tool_tip_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -1987,22 +2162,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this CommentThread. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this CommentThread. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this CommentThread. + :return: The underline of this CommentThread. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this CommentThread. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this CommentThread. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this CommentThread. + :param underline: The underline of this CommentThread. # noqa: E501 :type: str """ @@ -2010,20 +2185,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this CommentThread. + """Gets the underline_metadata of this CommentThread. # noqa: E501 + - :return: The underline_metadata of this CommentThread. + :return: The underline_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this CommentThread. + """Sets the underline_metadata of this CommentThread. + - :param underline_metadata: The underline_metadata of this CommentThread. + :param underline_metadata: The underline_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -2031,22 +2206,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this CommentThread. - Width of the tab in pixels. + """Gets the width of this CommentThread. # noqa: E501 - :return: The width of this CommentThread. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this CommentThread. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this CommentThread. - Width of the tab in pixels. + """Sets the width of this CommentThread. - :param width: The width of this CommentThread. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this CommentThread. # noqa: E501 :type: str """ @@ -2054,20 +2229,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this CommentThread. + """Gets the width_metadata of this CommentThread. # noqa: E501 - :return: The width_metadata of this CommentThread. + + :return: The width_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this CommentThread. + """Sets the width_metadata of this CommentThread. + - :param width_metadata: The width_metadata of this CommentThread. + :param width_metadata: The width_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -2075,22 +2250,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this CommentThread. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this CommentThread. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this CommentThread. + :return: The x_position of this CommentThread. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this CommentThread. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this CommentThread. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this CommentThread. + :param x_position: The x_position of this CommentThread. # noqa: E501 :type: str """ @@ -2098,20 +2273,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this CommentThread. + """Gets the x_position_metadata of this CommentThread. # noqa: E501 + - :return: The x_position_metadata of this CommentThread. + :return: The x_position_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this CommentThread. + """Sets the x_position_metadata of this CommentThread. - :param x_position_metadata: The x_position_metadata of this CommentThread. + + :param x_position_metadata: The x_position_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ @@ -2119,22 +2294,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this CommentThread. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this CommentThread. # noqa: E501 - :return: The y_position of this CommentThread. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this CommentThread. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this CommentThread. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this CommentThread. - :param y_position: The y_position of this CommentThread. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this CommentThread. # noqa: E501 :type: str """ @@ -2142,32 +2317,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this CommentThread. + """Gets the y_position_metadata of this CommentThread. # noqa: E501 + - :return: The y_position_metadata of this CommentThread. + :return: The y_position_metadata of this CommentThread. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this CommentThread. + """Sets the y_position_metadata of this CommentThread. + - :param y_position_metadata: The y_position_metadata of this CommentThread. + :param y_position_metadata: The y_position_metadata of this CommentThread. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2184,29 +2357,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CommentThread, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CommentThread): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/comments_publish.py b/docusign_esign/models/comments_publish.py index 3081c82b..677b79a9 100644 --- a/docusign_esign/models/comments_publish.py +++ b/docusign_esign/models/comments_publish.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CommentsPublish(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, comments_to_publish=None): - """ - CommentsPublish - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'comments_to_publish': 'list[CommentPublish]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'comments_to_publish': 'list[CommentPublish]' + } - self.attribute_map = { - 'comments_to_publish': 'commentsToPublish' - } + attribute_map = { + 'comments_to_publish': 'commentsToPublish' + } - self._comments_to_publish = comments_to_publish + def __init__(self, comments_to_publish=None): # noqa: E501 + """CommentsPublish - a model defined in Swagger""" # noqa: E501 + + self._comments_to_publish = None + self.discriminator = None + + if comments_to_publish is not None: + self.comments_to_publish = comments_to_publish @property def comments_to_publish(self): - """ - Gets the comments_to_publish of this CommentsPublish. - + """Gets the comments_to_publish of this CommentsPublish. # noqa: E501 + + # noqa: E501 - :return: The comments_to_publish of this CommentsPublish. + :return: The comments_to_publish of this CommentsPublish. # noqa: E501 :rtype: list[CommentPublish] """ return self._comments_to_publish @comments_to_publish.setter def comments_to_publish(self, comments_to_publish): - """ - Sets the comments_to_publish of this CommentsPublish. - + """Sets the comments_to_publish of this CommentsPublish. - :param comments_to_publish: The comments_to_publish of this CommentsPublish. + # noqa: E501 + + :param comments_to_publish: The comments_to_publish of this CommentsPublish. # noqa: E501 :type: list[CommentPublish] """ self._comments_to_publish = comments_to_publish def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CommentsPublish, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CommentsPublish): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/company.py b/docusign_esign/models/company.py index e6719d21..76fc1e65 100644 --- a/docusign_esign/models/company.py +++ b/docusign_esign/models/company.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,347 +11,550 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Company(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Company - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Company - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Company. - + """Gets the anchor_allow_white_space_in_characters of this Company. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Company. + :return: The anchor_allow_white_space_in_characters of this Company. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Company. - + """Sets the anchor_allow_white_space_in_characters of this Company. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Company. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Company. # noqa: E501 :type: str """ @@ -359,20 +562,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Company. + """Gets the anchor_allow_white_space_in_characters_metadata of this Company. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Company. + :return: The anchor_allow_white_space_in_characters_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Company. + """Sets the anchor_allow_white_space_in_characters_metadata of this Company. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Company. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -380,22 +583,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Company. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Company. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Company. + :return: The anchor_case_sensitive of this Company. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Company. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Company. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Company. + :param anchor_case_sensitive: The anchor_case_sensitive of this Company. # noqa: E501 :type: str """ @@ -403,20 +606,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Company. + """Gets the anchor_case_sensitive_metadata of this Company. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Company. + :return: The anchor_case_sensitive_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Company. + """Sets the anchor_case_sensitive_metadata of this Company. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Company. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -424,22 +627,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Company. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Company. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Company. + :return: The anchor_horizontal_alignment of this Company. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Company. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Company. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Company. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Company. # noqa: E501 :type: str """ @@ -447,20 +650,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Company. + """Gets the anchor_horizontal_alignment_metadata of this Company. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Company. + :return: The anchor_horizontal_alignment_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Company. + """Sets the anchor_horizontal_alignment_metadata of this Company. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Company. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -468,22 +671,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Company. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Company. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Company. + :return: The anchor_ignore_if_not_present of this Company. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Company. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Company. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Company. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Company. # noqa: E501 :type: str """ @@ -491,20 +694,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Company. + """Gets the anchor_ignore_if_not_present_metadata of this Company. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Company. + :return: The anchor_ignore_if_not_present_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Company. + """Sets the anchor_ignore_if_not_present_metadata of this Company. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Company. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -512,22 +715,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Company. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Company. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Company. + :return: The anchor_match_whole_word of this Company. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Company. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Company. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Company. + :param anchor_match_whole_word: The anchor_match_whole_word of this Company. # noqa: E501 :type: str """ @@ -535,20 +738,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Company. + """Gets the anchor_match_whole_word_metadata of this Company. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Company. + :return: The anchor_match_whole_word_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Company. + """Sets the anchor_match_whole_word_metadata of this Company. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Company. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -556,22 +759,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Company. - Anchor text information for a radio button. + """Gets the anchor_string of this Company. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Company. + :return: The anchor_string of this Company. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Company. - Anchor text information for a radio button. + """Sets the anchor_string of this Company. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Company. + :param anchor_string: The anchor_string of this Company. # noqa: E501 :type: str """ @@ -579,20 +782,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Company. + """Gets the anchor_string_metadata of this Company. # noqa: E501 + - :return: The anchor_string_metadata of this Company. + :return: The anchor_string_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Company. + """Sets the anchor_string_metadata of this Company. + - :param anchor_string_metadata: The anchor_string_metadata of this Company. + :param anchor_string_metadata: The anchor_string_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -600,22 +803,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Company. - + """Gets the anchor_tab_processor_version of this Company. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Company. + :return: The anchor_tab_processor_version of this Company. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Company. - + """Sets the anchor_tab_processor_version of this Company. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Company. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Company. # noqa: E501 :type: str """ @@ -623,20 +826,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Company. + """Gets the anchor_tab_processor_version_metadata of this Company. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Company. + :return: The anchor_tab_processor_version_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Company. + """Sets the anchor_tab_processor_version_metadata of this Company. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Company. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -644,22 +847,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Company. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Company. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Company. + :return: The anchor_units of this Company. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Company. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Company. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Company. + :param anchor_units: The anchor_units of this Company. # noqa: E501 :type: str """ @@ -667,20 +870,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Company. + """Gets the anchor_units_metadata of this Company. # noqa: E501 + - :return: The anchor_units_metadata of this Company. + :return: The anchor_units_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Company. + """Sets the anchor_units_metadata of this Company. + - :param anchor_units_metadata: The anchor_units_metadata of this Company. + :param anchor_units_metadata: The anchor_units_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -688,22 +891,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Company. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Company. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Company. + :return: The anchor_x_offset of this Company. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Company. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Company. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Company. + :param anchor_x_offset: The anchor_x_offset of this Company. # noqa: E501 :type: str """ @@ -711,20 +914,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Company. + """Gets the anchor_x_offset_metadata of this Company. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Company. + :return: The anchor_x_offset_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Company. + """Sets the anchor_x_offset_metadata of this Company. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Company. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -732,22 +935,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Company. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Company. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Company. + :return: The anchor_y_offset of this Company. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Company. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Company. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this Company. + :param anchor_y_offset: The anchor_y_offset of this Company. # noqa: E501 :type: str """ @@ -755,20 +958,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Company. + """Gets the anchor_y_offset_metadata of this Company. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Company. + :return: The anchor_y_offset_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Company. + """Sets the anchor_y_offset_metadata of this Company. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Company. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -776,22 +979,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Company. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Company. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Company. + :return: The bold of this Company. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Company. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Company. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Company. + :param bold: The bold of this Company. # noqa: E501 :type: str """ @@ -799,20 +1002,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Company. + """Gets the bold_metadata of this Company. # noqa: E501 + - :return: The bold_metadata of this Company. + :return: The bold_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Company. + """Sets the bold_metadata of this Company. + - :param bold_metadata: The bold_metadata of this Company. + :param bold_metadata: The bold_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -820,22 +1023,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Company. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Company. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Company. + :return: The conceal_value_on_document of this Company. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Company. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Company. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Company. + :param conceal_value_on_document: The conceal_value_on_document of this Company. # noqa: E501 :type: str """ @@ -843,20 +1046,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Company. + """Gets the conceal_value_on_document_metadata of this Company. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this Company. + :return: The conceal_value_on_document_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Company. + """Sets the conceal_value_on_document_metadata of this Company. + - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Company. + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -864,22 +1067,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Company. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Company. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Company. + :return: The conditional_parent_label of this Company. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Company. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Company. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Company. + :param conditional_parent_label: The conditional_parent_label of this Company. # noqa: E501 :type: str """ @@ -887,20 +1090,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Company. + """Gets the conditional_parent_label_metadata of this Company. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Company. + :return: The conditional_parent_label_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Company. + """Sets the conditional_parent_label_metadata of this Company. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Company. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -908,22 +1111,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Company. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Company. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Company. + :return: The conditional_parent_value of this Company. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Company. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Company. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Company. + :param conditional_parent_value: The conditional_parent_value of this Company. # noqa: E501 :type: str """ @@ -931,20 +1134,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Company. + """Gets the conditional_parent_value_metadata of this Company. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Company. + :return: The conditional_parent_value_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Company. + """Sets the conditional_parent_value_metadata of this Company. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Company. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -952,22 +1155,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Company. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Company. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Company. + :return: The custom_tab_id of this Company. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Company. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Company. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Company. + :param custom_tab_id: The custom_tab_id of this Company. # noqa: E501 :type: str """ @@ -975,20 +1178,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Company. + """Gets the custom_tab_id_metadata of this Company. # noqa: E501 + - :return: The custom_tab_id_metadata of this Company. + :return: The custom_tab_id_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Company. + """Sets the custom_tab_id_metadata of this Company. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Company. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -996,22 +1199,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Company. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Company. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :return: The disable_auto_size of this Company. + :return: The disable_auto_size of this Company. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Company. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Company. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Company. + :param disable_auto_size: The disable_auto_size of this Company. # noqa: E501 :type: str """ @@ -1019,20 +1222,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Company. + """Gets the disable_auto_size_metadata of this Company. # noqa: E501 + - :return: The disable_auto_size_metadata of this Company. + :return: The disable_auto_size_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Company. + """Sets the disable_auto_size_metadata of this Company. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Company. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1040,22 +1243,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Company. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Company. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Company. + :return: The document_id of this Company. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Company. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Company. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Company. + :param document_id: The document_id of this Company. # noqa: E501 :type: str """ @@ -1063,20 +1266,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Company. + """Gets the document_id_metadata of this Company. # noqa: E501 + - :return: The document_id_metadata of this Company. + :return: The document_id_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Company. + """Sets the document_id_metadata of this Company. + - :param document_id_metadata: The document_id_metadata of this Company. + :param document_id_metadata: The document_id_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1084,20 +1287,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Company. + """Gets the error_details of this Company. # noqa: E501 + - :return: The error_details of this Company. + :return: The error_details of this Company. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Company. + """Sets the error_details of this Company. + - :param error_details: The error_details of this Company. + :param error_details: The error_details of this Company. # noqa: E501 :type: ErrorDetails """ @@ -1105,22 +1308,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Company. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Company. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Company. + :return: The font of this Company. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Company. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Company. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Company. + :param font: The font of this Company. # noqa: E501 :type: str """ @@ -1128,22 +1331,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Company. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Company. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Company. + :return: The font_color of this Company. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Company. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Company. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Company. + :param font_color: The font_color of this Company. # noqa: E501 :type: str """ @@ -1151,20 +1354,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Company. + """Gets the font_color_metadata of this Company. # noqa: E501 + - :return: The font_color_metadata of this Company. + :return: The font_color_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Company. + """Sets the font_color_metadata of this Company. + - :param font_color_metadata: The font_color_metadata of this Company. + :param font_color_metadata: The font_color_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1172,20 +1375,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Company. + """Gets the font_metadata of this Company. # noqa: E501 + - :return: The font_metadata of this Company. + :return: The font_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Company. + """Sets the font_metadata of this Company. + - :param font_metadata: The font_metadata of this Company. + :param font_metadata: The font_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1193,22 +1396,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Company. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Company. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Company. + :return: The font_size of this Company. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Company. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Company. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Company. + :param font_size: The font_size of this Company. # noqa: E501 :type: str """ @@ -1216,20 +1419,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Company. + """Gets the font_size_metadata of this Company. # noqa: E501 + - :return: The font_size_metadata of this Company. + :return: The font_size_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Company. + """Sets the font_size_metadata of this Company. + - :param font_size_metadata: The font_size_metadata of this Company. + :param font_size_metadata: The font_size_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1237,22 +1440,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Company. - + """Gets the form_order of this Company. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Company. + :return: The form_order of this Company. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Company. - + """Sets the form_order of this Company. + + # noqa: E501 - :param form_order: The form_order of this Company. + :param form_order: The form_order of this Company. # noqa: E501 :type: str """ @@ -1260,20 +1463,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Company. + """Gets the form_order_metadata of this Company. # noqa: E501 + - :return: The form_order_metadata of this Company. + :return: The form_order_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Company. + """Sets the form_order_metadata of this Company. + - :param form_order_metadata: The form_order_metadata of this Company. + :param form_order_metadata: The form_order_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1281,22 +1484,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Company. - + """Gets the form_page_label of this Company. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Company. + :return: The form_page_label of this Company. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Company. - + """Sets the form_page_label of this Company. + + # noqa: E501 - :param form_page_label: The form_page_label of this Company. + :param form_page_label: The form_page_label of this Company. # noqa: E501 :type: str """ @@ -1304,20 +1507,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Company. + """Gets the form_page_label_metadata of this Company. # noqa: E501 + - :return: The form_page_label_metadata of this Company. + :return: The form_page_label_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Company. + """Sets the form_page_label_metadata of this Company. + - :param form_page_label_metadata: The form_page_label_metadata of this Company. + :param form_page_label_metadata: The form_page_label_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1325,22 +1528,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Company. - + """Gets the form_page_number of this Company. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Company. + :return: The form_page_number of this Company. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Company. - + """Sets the form_page_number of this Company. + + # noqa: E501 - :param form_page_number: The form_page_number of this Company. + :param form_page_number: The form_page_number of this Company. # noqa: E501 :type: str """ @@ -1348,20 +1551,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Company. + """Gets the form_page_number_metadata of this Company. # noqa: E501 + - :return: The form_page_number_metadata of this Company. + :return: The form_page_number_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Company. + """Sets the form_page_number_metadata of this Company. + - :param form_page_number_metadata: The form_page_number_metadata of this Company. + :param form_page_number_metadata: The form_page_number_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1369,22 +1572,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Company. - Height of the tab in pixels. + """Gets the height of this Company. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Company. + :return: The height of this Company. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Company. - Height of the tab in pixels. + """Sets the height of this Company. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Company. + :param height: The height of this Company. # noqa: E501 :type: str """ @@ -1392,20 +1595,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Company. + """Gets the height_metadata of this Company. # noqa: E501 + - :return: The height_metadata of this Company. + :return: The height_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Company. + """Sets the height_metadata of this Company. + - :param height_metadata: The height_metadata of this Company. + :param height_metadata: The height_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1413,22 +1616,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Company. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Company. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this Company. + :return: The italic of this Company. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Company. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Company. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Company. + :param italic: The italic of this Company. # noqa: E501 :type: str """ @@ -1436,20 +1639,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Company. + """Gets the italic_metadata of this Company. # noqa: E501 + - :return: The italic_metadata of this Company. + :return: The italic_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Company. + """Sets the italic_metadata of this Company. + - :param italic_metadata: The italic_metadata of this Company. + :param italic_metadata: The italic_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1457,20 +1660,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Company. + """Gets the locale_policy of this Company. # noqa: E501 + - :return: The locale_policy of this Company. + :return: The locale_policy of this Company. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Company. + """Sets the locale_policy of this Company. + - :param locale_policy: The locale_policy of this Company. + :param locale_policy: The locale_policy of this Company. # noqa: E501 :type: LocalePolicyTab """ @@ -1478,22 +1681,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Company. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Company. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this Company. + :return: The locked of this Company. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Company. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Company. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this Company. + :param locked: The locked of this Company. # noqa: E501 :type: str """ @@ -1501,20 +1704,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Company. + """Gets the locked_metadata of this Company. # noqa: E501 + - :return: The locked_metadata of this Company. + :return: The locked_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Company. + """Sets the locked_metadata of this Company. + - :param locked_metadata: The locked_metadata of this Company. + :param locked_metadata: The locked_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1522,22 +1725,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Company. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Company. # noqa: E501 + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 - :return: The max_length of this Company. + :return: The max_length of this Company. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Company. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Company. + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 - :param max_length: The max_length of this Company. + :param max_length: The max_length of this Company. # noqa: E501 :type: str """ @@ -1545,20 +1748,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Company. + """Gets the max_length_metadata of this Company. # noqa: E501 + - :return: The max_length_metadata of this Company. + :return: The max_length_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Company. + """Sets the max_length_metadata of this Company. + - :param max_length_metadata: The max_length_metadata of this Company. + :param max_length_metadata: The max_length_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1566,20 +1769,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Company. + """Gets the merge_field of this Company. # noqa: E501 + - :return: The merge_field of this Company. + :return: The merge_field of this Company. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Company. + """Sets the merge_field of this Company. + - :param merge_field: The merge_field of this Company. + :param merge_field: The merge_field of this Company. # noqa: E501 :type: MergeField """ @@ -1587,22 +1790,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Company. - + """Gets the merge_field_xml of this Company. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Company. + :return: The merge_field_xml of this Company. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Company. - + """Sets the merge_field_xml of this Company. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Company. + :param merge_field_xml: The merge_field_xml of this Company. # noqa: E501 :type: str """ @@ -1610,22 +1813,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Company. - Specifies the tool tip text for the tab. + """Gets the name of this Company. # noqa: E501 + + Specifies the tool tip text for the tab. # noqa: E501 - :return: The name of this Company. + :return: The name of this Company. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Company. - Specifies the tool tip text for the tab. + """Sets the name of this Company. + + Specifies the tool tip text for the tab. # noqa: E501 - :param name: The name of this Company. + :param name: The name of this Company. # noqa: E501 :type: str """ @@ -1633,20 +1836,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Company. + """Gets the name_metadata of this Company. # noqa: E501 + - :return: The name_metadata of this Company. + :return: The name_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Company. + """Sets the name_metadata of this Company. + - :param name_metadata: The name_metadata of this Company. + :param name_metadata: The name_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1654,22 +1857,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Company. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Company. # noqa: E501 + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :return: The original_value of this Company. + :return: The original_value of this Company. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Company. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Company. + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :param original_value: The original_value of this Company. + :param original_value: The original_value of this Company. # noqa: E501 :type: str """ @@ -1677,20 +1880,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Company. + """Gets the original_value_metadata of this Company. # noqa: E501 + - :return: The original_value_metadata of this Company. + :return: The original_value_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Company. + """Sets the original_value_metadata of this Company. + - :param original_value_metadata: The original_value_metadata of this Company. + :param original_value_metadata: The original_value_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1698,22 +1901,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Company. - Specifies the page number on which the tab is located. + """Gets the page_number of this Company. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Company. + :return: The page_number of this Company. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Company. - Specifies the page number on which the tab is located. + """Sets the page_number of this Company. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this Company. + :param page_number: The page_number of this Company. # noqa: E501 :type: str """ @@ -1721,20 +1924,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Company. + """Gets the page_number_metadata of this Company. # noqa: E501 + - :return: The page_number_metadata of this Company. + :return: The page_number_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Company. + """Sets the page_number_metadata of this Company. + - :param page_number_metadata: The page_number_metadata of this Company. + :param page_number_metadata: The page_number_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1742,22 +1945,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Company. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Company. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Company. + :return: The recipient_id of this Company. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Company. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Company. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Company. + :param recipient_id: The recipient_id of this Company. # noqa: E501 :type: str """ @@ -1765,22 +1968,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Company. - + """Gets the recipient_id_guid of this Company. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Company. + :return: The recipient_id_guid of this Company. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Company. - + """Sets the recipient_id_guid of this Company. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Company. + :param recipient_id_guid: The recipient_id_guid of this Company. # noqa: E501 :type: str """ @@ -1788,20 +1991,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Company. + """Gets the recipient_id_guid_metadata of this Company. # noqa: E501 + - :return: The recipient_id_guid_metadata of this Company. + :return: The recipient_id_guid_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Company. + """Sets the recipient_id_guid_metadata of this Company. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Company. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1809,20 +2012,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Company. + """Gets the recipient_id_metadata of this Company. # noqa: E501 + - :return: The recipient_id_metadata of this Company. + :return: The recipient_id_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Company. + """Sets the recipient_id_metadata of this Company. + - :param recipient_id_metadata: The recipient_id_metadata of this Company. + :param recipient_id_metadata: The recipient_id_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1830,22 +2033,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this Company. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Company. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this Company. + :return: The required of this Company. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Company. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Company. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this Company. + :param required: The required of this Company. # noqa: E501 :type: str """ @@ -1853,20 +2056,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Company. + """Gets the required_metadata of this Company. # noqa: E501 + - :return: The required_metadata of this Company. + :return: The required_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Company. + """Sets the required_metadata of this Company. + - :param required_metadata: The required_metadata of this Company. + :param required_metadata: The required_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1874,20 +2077,20 @@ def required_metadata(self, required_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Company. + """Gets the smart_contract_information of this Company. # noqa: E501 + - :return: The smart_contract_information of this Company. + :return: The smart_contract_information of this Company. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Company. + """Sets the smart_contract_information of this Company. + - :param smart_contract_information: The smart_contract_information of this Company. + :param smart_contract_information: The smart_contract_information of this Company. # noqa: E501 :type: SmartContractInformation """ @@ -1895,22 +2098,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Company. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Company. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Company. + :return: The status of this Company. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Company. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Company. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Company. + :param status: The status of this Company. # noqa: E501 :type: str """ @@ -1918,20 +2121,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Company. + """Gets the status_metadata of this Company. # noqa: E501 + - :return: The status_metadata of this Company. + :return: The status_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Company. + """Sets the status_metadata of this Company. + - :param status_metadata: The status_metadata of this Company. + :param status_metadata: The status_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1939,22 +2142,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Company. - + """Gets the tab_group_labels of this Company. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Company. + :return: The tab_group_labels of this Company. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Company. - + """Sets the tab_group_labels of this Company. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Company. + :param tab_group_labels: The tab_group_labels of this Company. # noqa: E501 :type: list[str] """ @@ -1962,20 +2165,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Company. + """Gets the tab_group_labels_metadata of this Company. # noqa: E501 + - :return: The tab_group_labels_metadata of this Company. + :return: The tab_group_labels_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Company. + """Sets the tab_group_labels_metadata of this Company. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Company. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -1983,22 +2186,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Company. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Company. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Company. + :return: The tab_id of this Company. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Company. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Company. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Company. + :param tab_id: The tab_id of this Company. # noqa: E501 :type: str """ @@ -2006,20 +2209,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Company. + """Gets the tab_id_metadata of this Company. # noqa: E501 + - :return: The tab_id_metadata of this Company. + :return: The tab_id_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Company. + """Sets the tab_id_metadata of this Company. + - :param tab_id_metadata: The tab_id_metadata of this Company. + :param tab_id_metadata: The tab_id_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2027,22 +2230,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Company. - The label string associated with the tab. + """Gets the tab_label of this Company. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this Company. + :return: The tab_label of this Company. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Company. - The label string associated with the tab. + """Sets the tab_label of this Company. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this Company. + :param tab_label: The tab_label of this Company. # noqa: E501 :type: str """ @@ -2050,20 +2253,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Company. + """Gets the tab_label_metadata of this Company. # noqa: E501 + - :return: The tab_label_metadata of this Company. + :return: The tab_label_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Company. + """Sets the tab_label_metadata of this Company. + - :param tab_label_metadata: The tab_label_metadata of this Company. + :param tab_label_metadata: The tab_label_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2071,22 +2274,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Company. - + """Gets the tab_order of this Company. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this Company. + :return: The tab_order of this Company. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Company. - + """Sets the tab_order of this Company. + + # noqa: E501 - :param tab_order: The tab_order of this Company. + :param tab_order: The tab_order of this Company. # noqa: E501 :type: str """ @@ -2094,20 +2297,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Company. + """Gets the tab_order_metadata of this Company. # noqa: E501 + - :return: The tab_order_metadata of this Company. + :return: The tab_order_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Company. + """Sets the tab_order_metadata of this Company. + - :param tab_order_metadata: The tab_order_metadata of this Company. + :param tab_order_metadata: The tab_order_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2115,22 +2318,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Company. - + """Gets the tab_type of this Company. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Company. + :return: The tab_type of this Company. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Company. - + """Sets the tab_type of this Company. + + # noqa: E501 - :param tab_type: The tab_type of this Company. + :param tab_type: The tab_type of this Company. # noqa: E501 :type: str """ @@ -2138,20 +2341,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Company. + """Gets the tab_type_metadata of this Company. # noqa: E501 + - :return: The tab_type_metadata of this Company. + :return: The tab_type_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Company. + """Sets the tab_type_metadata of this Company. + - :param tab_type_metadata: The tab_type_metadata of this Company. + :param tab_type_metadata: The tab_type_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2159,22 +2362,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Company. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Company. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Company. + :return: The template_locked of this Company. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Company. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Company. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Company. + :param template_locked: The template_locked of this Company. # noqa: E501 :type: str """ @@ -2182,20 +2385,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Company. + """Gets the template_locked_metadata of this Company. # noqa: E501 + - :return: The template_locked_metadata of this Company. + :return: The template_locked_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Company. + """Sets the template_locked_metadata of this Company. + - :param template_locked_metadata: The template_locked_metadata of this Company. + :param template_locked_metadata: The template_locked_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2203,22 +2406,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Company. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Company. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Company. + :return: The template_required of this Company. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Company. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Company. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Company. + :param template_required: The template_required of this Company. # noqa: E501 :type: str """ @@ -2226,20 +2429,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Company. + """Gets the template_required_metadata of this Company. # noqa: E501 + - :return: The template_required_metadata of this Company. + :return: The template_required_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Company. + """Sets the template_required_metadata of this Company. + - :param template_required_metadata: The template_required_metadata of this Company. + :param template_required_metadata: The template_required_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2247,22 +2450,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Company. - + """Gets the tooltip of this Company. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Company. + :return: The tooltip of this Company. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Company. - + """Sets the tooltip of this Company. + + # noqa: E501 - :param tooltip: The tooltip of this Company. + :param tooltip: The tooltip of this Company. # noqa: E501 :type: str """ @@ -2270,20 +2473,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Company. + """Gets the tool_tip_metadata of this Company. # noqa: E501 + - :return: The tool_tip_metadata of this Company. + :return: The tool_tip_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Company. + """Sets the tool_tip_metadata of this Company. + - :param tool_tip_metadata: The tool_tip_metadata of this Company. + :param tool_tip_metadata: The tool_tip_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2291,22 +2494,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Company. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Company. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Company. + :return: The underline of this Company. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Company. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Company. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Company. + :param underline: The underline of this Company. # noqa: E501 :type: str """ @@ -2314,20 +2517,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Company. + """Gets the underline_metadata of this Company. # noqa: E501 + - :return: The underline_metadata of this Company. + :return: The underline_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Company. + """Sets the underline_metadata of this Company. + - :param underline_metadata: The underline_metadata of this Company. + :param underline_metadata: The underline_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2335,22 +2538,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this Company. - Specifies the value of the tab. + """Gets the value of this Company. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this Company. + :return: The value of this Company. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Company. - Specifies the value of the tab. + """Sets the value of this Company. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this Company. + :param value: The value of this Company. # noqa: E501 :type: str """ @@ -2358,20 +2561,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Company. + """Gets the value_metadata of this Company. # noqa: E501 + - :return: The value_metadata of this Company. + :return: The value_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Company. + """Sets the value_metadata of this Company. + - :param value_metadata: The value_metadata of this Company. + :param value_metadata: The value_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2379,22 +2582,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Company. - Width of the tab in pixels. + """Gets the width of this Company. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Company. + :return: The width of this Company. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Company. - Width of the tab in pixels. + """Sets the width of this Company. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Company. + :param width: The width of this Company. # noqa: E501 :type: str """ @@ -2402,20 +2605,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Company. + """Gets the width_metadata of this Company. # noqa: E501 + - :return: The width_metadata of this Company. + :return: The width_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Company. + """Sets the width_metadata of this Company. + - :param width_metadata: The width_metadata of this Company. + :param width_metadata: The width_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2423,22 +2626,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Company. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Company. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this Company. + :return: The x_position of this Company. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Company. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Company. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Company. + :param x_position: The x_position of this Company. # noqa: E501 :type: str """ @@ -2446,20 +2649,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Company. + """Gets the x_position_metadata of this Company. # noqa: E501 + - :return: The x_position_metadata of this Company. + :return: The x_position_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Company. + """Sets the x_position_metadata of this Company. + - :param x_position_metadata: The x_position_metadata of this Company. + :param x_position_metadata: The x_position_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ @@ -2467,22 +2670,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Company. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Company. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Company. + :return: The y_position of this Company. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Company. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Company. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Company. + :param y_position: The y_position of this Company. # noqa: E501 :type: str """ @@ -2490,32 +2693,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Company. + """Gets the y_position_metadata of this Company. # noqa: E501 + - :return: The y_position_metadata of this Company. + :return: The y_position_metadata of this Company. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Company. + """Sets the y_position_metadata of this Company. + - :param y_position_metadata: The y_position_metadata of this Company. + :param y_position_metadata: The y_position_metadata of this Company. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2532,29 +2733,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Company, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Company): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/composite_template.py b/docusign_esign/models/composite_template.py index 280190b6..bebe6b93 100644 --- a/docusign_esign/models/composite_template.py +++ b/docusign_esign/models/composite_template.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CompositeTemplate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, composite_template_id=None, document=None, inline_templates=None, pdf_meta_data_template_sequence=None, server_templates=None): - """ - CompositeTemplate - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'composite_template_id': 'str', - 'document': 'Document', - 'inline_templates': 'list[InlineTemplate]', - 'pdf_meta_data_template_sequence': 'str', - 'server_templates': 'list[ServerTemplate]' - } - - self.attribute_map = { - 'composite_template_id': 'compositeTemplateId', - 'document': 'document', - 'inline_templates': 'inlineTemplates', - 'pdf_meta_data_template_sequence': 'pdfMetaDataTemplateSequence', - 'server_templates': 'serverTemplates' - } - self._composite_template_id = composite_template_id - self._document = document - self._inline_templates = inline_templates - self._pdf_meta_data_template_sequence = pdf_meta_data_template_sequence - self._server_templates = server_templates + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'composite_template_id': 'str', + 'document': 'Document', + 'inline_templates': 'list[InlineTemplate]', + 'pdf_meta_data_template_sequence': 'str', + 'server_templates': 'list[ServerTemplate]' + } + + attribute_map = { + 'composite_template_id': 'compositeTemplateId', + 'document': 'document', + 'inline_templates': 'inlineTemplates', + 'pdf_meta_data_template_sequence': 'pdfMetaDataTemplateSequence', + 'server_templates': 'serverTemplates' + } + + def __init__(self, composite_template_id=None, document=None, inline_templates=None, pdf_meta_data_template_sequence=None, server_templates=None): # noqa: E501 + """CompositeTemplate - a model defined in Swagger""" # noqa: E501 + + self._composite_template_id = None + self._document = None + self._inline_templates = None + self._pdf_meta_data_template_sequence = None + self._server_templates = None + self.discriminator = None + + if composite_template_id is not None: + self.composite_template_id = composite_template_id + if document is not None: + self.document = document + if inline_templates is not None: + self.inline_templates = inline_templates + if pdf_meta_data_template_sequence is not None: + self.pdf_meta_data_template_sequence = pdf_meta_data_template_sequence + if server_templates is not None: + self.server_templates = server_templates @property def composite_template_id(self): - """ - Gets the composite_template_id of this CompositeTemplate. - The identify of this composite template. It is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. + """Gets the composite_template_id of this CompositeTemplate. # noqa: E501 - :return: The composite_template_id of this CompositeTemplate. + The identify of this composite template. It is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. # noqa: E501 + + :return: The composite_template_id of this CompositeTemplate. # noqa: E501 :rtype: str """ return self._composite_template_id @composite_template_id.setter def composite_template_id(self, composite_template_id): - """ - Sets the composite_template_id of this CompositeTemplate. - The identify of this composite template. It is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. + """Sets the composite_template_id of this CompositeTemplate. + + The identify of this composite template. It is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. # noqa: E501 - :param composite_template_id: The composite_template_id of this CompositeTemplate. + :param composite_template_id: The composite_template_id of this CompositeTemplate. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def composite_template_id(self, composite_template_id): @property def document(self): - """ - Gets the document of this CompositeTemplate. + """Gets the document of this CompositeTemplate. # noqa: E501 + - :return: The document of this CompositeTemplate. + :return: The document of this CompositeTemplate. # noqa: E501 :rtype: Document """ return self._document @document.setter def document(self, document): - """ - Sets the document of this CompositeTemplate. + """Sets the document of this CompositeTemplate. - :param document: The document of this CompositeTemplate. + + :param document: The document of this CompositeTemplate. # noqa: E501 :type: Document """ @@ -98,22 +113,22 @@ def document(self, document): @property def inline_templates(self): - """ - Gets the inline_templates of this CompositeTemplate. - Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. + """Gets the inline_templates of this CompositeTemplate. # noqa: E501 - :return: The inline_templates of this CompositeTemplate. + Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. # noqa: E501 + + :return: The inline_templates of this CompositeTemplate. # noqa: E501 :rtype: list[InlineTemplate] """ return self._inline_templates @inline_templates.setter def inline_templates(self, inline_templates): - """ - Sets the inline_templates of this CompositeTemplate. - Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. + """Sets the inline_templates of this CompositeTemplate. + + Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. # noqa: E501 - :param inline_templates: The inline_templates of this CompositeTemplate. + :param inline_templates: The inline_templates of this CompositeTemplate. # noqa: E501 :type: list[InlineTemplate] """ @@ -121,22 +136,22 @@ def inline_templates(self, inline_templates): @property def pdf_meta_data_template_sequence(self): - """ - Gets the pdf_meta_data_template_sequence of this CompositeTemplate. - + """Gets the pdf_meta_data_template_sequence of this CompositeTemplate. # noqa: E501 + + # noqa: E501 - :return: The pdf_meta_data_template_sequence of this CompositeTemplate. + :return: The pdf_meta_data_template_sequence of this CompositeTemplate. # noqa: E501 :rtype: str """ return self._pdf_meta_data_template_sequence @pdf_meta_data_template_sequence.setter def pdf_meta_data_template_sequence(self, pdf_meta_data_template_sequence): - """ - Sets the pdf_meta_data_template_sequence of this CompositeTemplate. - + """Sets the pdf_meta_data_template_sequence of this CompositeTemplate. - :param pdf_meta_data_template_sequence: The pdf_meta_data_template_sequence of this CompositeTemplate. + # noqa: E501 + + :param pdf_meta_data_template_sequence: The pdf_meta_data_template_sequence of this CompositeTemplate. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def pdf_meta_data_template_sequence(self, pdf_meta_data_template_sequence): @property def server_templates(self): - """ - Gets the server_templates of this CompositeTemplate. - 0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value + """Gets the server_templates of this CompositeTemplate. # noqa: E501 + + 0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value # noqa: E501 - :return: The server_templates of this CompositeTemplate. + :return: The server_templates of this CompositeTemplate. # noqa: E501 :rtype: list[ServerTemplate] """ return self._server_templates @server_templates.setter def server_templates(self, server_templates): - """ - Sets the server_templates of this CompositeTemplate. - 0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value + """Sets the server_templates of this CompositeTemplate. + + 0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value # noqa: E501 - :param server_templates: The server_templates of this CompositeTemplate. + :param server_templates: The server_templates of this CompositeTemplate. # noqa: E501 :type: list[ServerTemplate] """ self._server_templates = server_templates def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CompositeTemplate, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CompositeTemplate): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_config_results.py b/docusign_esign/models/connect_config_results.py index fdfcf456..16a66c82 100644 --- a/docusign_esign/models/connect_config_results.py +++ b/docusign_esign/models/connect_config_results.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectConfigResults(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, configurations=None, total_records=None): - """ - ConnectConfigResults - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'configurations': 'list[ConnectCustomConfiguration]', - 'total_records': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'configurations': 'list[ConnectCustomConfiguration]', + 'total_records': 'str' + } - self.attribute_map = { - 'configurations': 'configurations', - 'total_records': 'totalRecords' - } + attribute_map = { + 'configurations': 'configurations', + 'total_records': 'totalRecords' + } - self._configurations = configurations - self._total_records = total_records + def __init__(self, configurations=None, total_records=None): # noqa: E501 + """ConnectConfigResults - a model defined in Swagger""" # noqa: E501 + + self._configurations = None + self._total_records = None + self.discriminator = None + + if configurations is not None: + self.configurations = configurations + if total_records is not None: + self.total_records = total_records @property def configurations(self): - """ - Gets the configurations of this ConnectConfigResults. - Reserved: TBD + """Gets the configurations of this ConnectConfigResults. # noqa: E501 - :return: The configurations of this ConnectConfigResults. + Reserved: TBD # noqa: E501 + + :return: The configurations of this ConnectConfigResults. # noqa: E501 :rtype: list[ConnectCustomConfiguration] """ return self._configurations @configurations.setter def configurations(self, configurations): - """ - Sets the configurations of this ConnectConfigResults. - Reserved: TBD + """Sets the configurations of this ConnectConfigResults. + + Reserved: TBD # noqa: E501 - :param configurations: The configurations of this ConnectConfigResults. + :param configurations: The configurations of this ConnectConfigResults. # noqa: E501 :type: list[ConnectCustomConfiguration] """ @@ -68,34 +77,32 @@ def configurations(self, configurations): @property def total_records(self): - """ - Gets the total_records of this ConnectConfigResults. - + """Gets the total_records of this ConnectConfigResults. # noqa: E501 + + # noqa: E501 - :return: The total_records of this ConnectConfigResults. + :return: The total_records of this ConnectConfigResults. # noqa: E501 :rtype: str """ return self._total_records @total_records.setter def total_records(self, total_records): - """ - Sets the total_records of this ConnectConfigResults. - + """Sets the total_records of this ConnectConfigResults. + + # noqa: E501 - :param total_records: The total_records of this ConnectConfigResults. + :param total_records: The total_records of this ConnectConfigResults. # noqa: E501 :type: str """ self._total_records = total_records def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectConfigResults, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectConfigResults): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_custom_configuration.py b/docusign_esign/models/connect_custom_configuration.py index 4151179b..8145c9ed 100644 --- a/docusign_esign/models/connect_custom_configuration.py +++ b/docusign_esign/models/connect_custom_configuration.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,158 +11,235 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectCustomConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_envelope_publish=None, allow_salesforce_publish=None, all_users=None, configuration_type=None, connect_id=None, enable_log=None, envelope_events=None, event_data=None, external_folder_id=None, external_folder_label=None, include_certificate_of_completion=None, include_cert_soap_header=None, include_document_fields=None, include_documents=None, include_envelope_void_reason=None, include_hmac=None, include_sender_accountas_custom_field=None, include_time_zone_information=None, name=None, password=None, recipient_events=None, require_mutual_tls=None, requires_acknowledgement=None, salesforce_api_version=None, salesforce_authcode=None, salesforce_call_back_url=None, salesforce_documents_as_content_files=None, sender_override=None, sender_selectable_items=None, sf_objects=None, sign_message_with_x509_certificate=None, soap_namespace=None, url_to_publish_to=None, user_ids=None, user_name=None, use_soap_interface=None): - """ - ConnectCustomConfiguration - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_envelope_publish': 'str', - 'allow_salesforce_publish': 'str', - 'all_users': 'str', - 'configuration_type': 'str', - 'connect_id': 'str', - 'enable_log': 'str', - 'envelope_events': 'list[str]', - 'event_data': 'ConnectEventData', - 'external_folder_id': 'str', - 'external_folder_label': 'str', - 'include_certificate_of_completion': 'str', - 'include_cert_soap_header': 'str', - 'include_document_fields': 'str', - 'include_documents': 'str', - 'include_envelope_void_reason': 'str', - 'include_hmac': 'str', - 'include_sender_accountas_custom_field': 'str', - 'include_time_zone_information': 'str', - 'name': 'str', - 'password': 'str', - 'recipient_events': 'list[str]', - 'require_mutual_tls': 'str', - 'requires_acknowledgement': 'str', - 'salesforce_api_version': 'str', - 'salesforce_authcode': 'str', - 'salesforce_call_back_url': 'str', - 'salesforce_documents_as_content_files': 'str', - 'sender_override': 'str', - 'sender_selectable_items': 'list[str]', - 'sf_objects': 'list[ConnectSalesforceObject]', - 'sign_message_with_x509_certificate': 'str', - 'soap_namespace': 'str', - 'url_to_publish_to': 'str', - 'user_ids': 'list[str]', - 'user_name': 'str', - 'use_soap_interface': 'str' - } - - self.attribute_map = { - 'allow_envelope_publish': 'allowEnvelopePublish', - 'allow_salesforce_publish': 'allowSalesforcePublish', - 'all_users': 'allUsers', - 'configuration_type': 'configurationType', - 'connect_id': 'connectId', - 'enable_log': 'enableLog', - 'envelope_events': 'envelopeEvents', - 'event_data': 'eventData', - 'external_folder_id': 'externalFolderId', - 'external_folder_label': 'externalFolderLabel', - 'include_certificate_of_completion': 'includeCertificateOfCompletion', - 'include_cert_soap_header': 'includeCertSoapHeader', - 'include_document_fields': 'includeDocumentFields', - 'include_documents': 'includeDocuments', - 'include_envelope_void_reason': 'includeEnvelopeVoidReason', - 'include_hmac': 'includeHMAC', - 'include_sender_accountas_custom_field': 'includeSenderAccountasCustomField', - 'include_time_zone_information': 'includeTimeZoneInformation', - 'name': 'name', - 'password': 'password', - 'recipient_events': 'recipientEvents', - 'require_mutual_tls': 'requireMutualTls', - 'requires_acknowledgement': 'requiresAcknowledgement', - 'salesforce_api_version': 'salesforceApiVersion', - 'salesforce_authcode': 'salesforceAuthcode', - 'salesforce_call_back_url': 'salesforceCallBackUrl', - 'salesforce_documents_as_content_files': 'salesforceDocumentsAsContentFiles', - 'sender_override': 'senderOverride', - 'sender_selectable_items': 'senderSelectableItems', - 'sf_objects': 'sfObjects', - 'sign_message_with_x509_certificate': 'signMessageWithX509Certificate', - 'soap_namespace': 'soapNamespace', - 'url_to_publish_to': 'urlToPublishTo', - 'user_ids': 'userIds', - 'user_name': 'userName', - 'use_soap_interface': 'useSoapInterface' - } - self._allow_envelope_publish = allow_envelope_publish - self._allow_salesforce_publish = allow_salesforce_publish - self._all_users = all_users - self._configuration_type = configuration_type - self._connect_id = connect_id - self._enable_log = enable_log - self._envelope_events = envelope_events - self._event_data = event_data - self._external_folder_id = external_folder_id - self._external_folder_label = external_folder_label - self._include_certificate_of_completion = include_certificate_of_completion - self._include_cert_soap_header = include_cert_soap_header - self._include_document_fields = include_document_fields - self._include_documents = include_documents - self._include_envelope_void_reason = include_envelope_void_reason - self._include_hmac = include_hmac - self._include_sender_accountas_custom_field = include_sender_accountas_custom_field - self._include_time_zone_information = include_time_zone_information - self._name = name - self._password = password - self._recipient_events = recipient_events - self._require_mutual_tls = require_mutual_tls - self._requires_acknowledgement = requires_acknowledgement - self._salesforce_api_version = salesforce_api_version - self._salesforce_authcode = salesforce_authcode - self._salesforce_call_back_url = salesforce_call_back_url - self._salesforce_documents_as_content_files = salesforce_documents_as_content_files - self._sender_override = sender_override - self._sender_selectable_items = sender_selectable_items - self._sf_objects = sf_objects - self._sign_message_with_x509_certificate = sign_message_with_x509_certificate - self._soap_namespace = soap_namespace - self._url_to_publish_to = url_to_publish_to - self._user_ids = user_ids - self._user_name = user_name - self._use_soap_interface = use_soap_interface + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_envelope_publish': 'str', + 'allow_salesforce_publish': 'str', + 'all_users': 'str', + 'configuration_type': 'str', + 'connect_id': 'str', + 'enable_log': 'str', + 'envelope_events': 'list[str]', + 'event_data': 'ConnectEventData', + 'external_folder_id': 'str', + 'external_folder_label': 'str', + 'include_certificate_of_completion': 'str', + 'include_cert_soap_header': 'str', + 'include_document_fields': 'str', + 'include_documents': 'str', + 'include_envelope_void_reason': 'str', + 'include_hmac': 'str', + 'include_sender_accountas_custom_field': 'str', + 'include_time_zone_information': 'str', + 'name': 'str', + 'password': 'str', + 'recipient_events': 'list[str]', + 'require_mutual_tls': 'str', + 'requires_acknowledgement': 'str', + 'salesforce_api_version': 'str', + 'salesforce_authcode': 'str', + 'salesforce_call_back_url': 'str', + 'salesforce_documents_as_content_files': 'str', + 'sender_override': 'str', + 'sender_selectable_items': 'list[str]', + 'sf_objects': 'list[ConnectSalesforceObject]', + 'sign_message_with_x509_certificate': 'str', + 'soap_namespace': 'str', + 'url_to_publish_to': 'str', + 'user_ids': 'list[str]', + 'user_name': 'str', + 'use_soap_interface': 'str' + } + + attribute_map = { + 'allow_envelope_publish': 'allowEnvelopePublish', + 'allow_salesforce_publish': 'allowSalesforcePublish', + 'all_users': 'allUsers', + 'configuration_type': 'configurationType', + 'connect_id': 'connectId', + 'enable_log': 'enableLog', + 'envelope_events': 'envelopeEvents', + 'event_data': 'eventData', + 'external_folder_id': 'externalFolderId', + 'external_folder_label': 'externalFolderLabel', + 'include_certificate_of_completion': 'includeCertificateOfCompletion', + 'include_cert_soap_header': 'includeCertSoapHeader', + 'include_document_fields': 'includeDocumentFields', + 'include_documents': 'includeDocuments', + 'include_envelope_void_reason': 'includeEnvelopeVoidReason', + 'include_hmac': 'includeHMAC', + 'include_sender_accountas_custom_field': 'includeSenderAccountasCustomField', + 'include_time_zone_information': 'includeTimeZoneInformation', + 'name': 'name', + 'password': 'password', + 'recipient_events': 'recipientEvents', + 'require_mutual_tls': 'requireMutualTls', + 'requires_acknowledgement': 'requiresAcknowledgement', + 'salesforce_api_version': 'salesforceApiVersion', + 'salesforce_authcode': 'salesforceAuthcode', + 'salesforce_call_back_url': 'salesforceCallBackUrl', + 'salesforce_documents_as_content_files': 'salesforceDocumentsAsContentFiles', + 'sender_override': 'senderOverride', + 'sender_selectable_items': 'senderSelectableItems', + 'sf_objects': 'sfObjects', + 'sign_message_with_x509_certificate': 'signMessageWithX509Certificate', + 'soap_namespace': 'soapNamespace', + 'url_to_publish_to': 'urlToPublishTo', + 'user_ids': 'userIds', + 'user_name': 'userName', + 'use_soap_interface': 'useSoapInterface' + } + + def __init__(self, allow_envelope_publish=None, allow_salesforce_publish=None, all_users=None, configuration_type=None, connect_id=None, enable_log=None, envelope_events=None, event_data=None, external_folder_id=None, external_folder_label=None, include_certificate_of_completion=None, include_cert_soap_header=None, include_document_fields=None, include_documents=None, include_envelope_void_reason=None, include_hmac=None, include_sender_accountas_custom_field=None, include_time_zone_information=None, name=None, password=None, recipient_events=None, require_mutual_tls=None, requires_acknowledgement=None, salesforce_api_version=None, salesforce_authcode=None, salesforce_call_back_url=None, salesforce_documents_as_content_files=None, sender_override=None, sender_selectable_items=None, sf_objects=None, sign_message_with_x509_certificate=None, soap_namespace=None, url_to_publish_to=None, user_ids=None, user_name=None, use_soap_interface=None): # noqa: E501 + """ConnectCustomConfiguration - a model defined in Swagger""" # noqa: E501 + + self._allow_envelope_publish = None + self._allow_salesforce_publish = None + self._all_users = None + self._configuration_type = None + self._connect_id = None + self._enable_log = None + self._envelope_events = None + self._event_data = None + self._external_folder_id = None + self._external_folder_label = None + self._include_certificate_of_completion = None + self._include_cert_soap_header = None + self._include_document_fields = None + self._include_documents = None + self._include_envelope_void_reason = None + self._include_hmac = None + self._include_sender_accountas_custom_field = None + self._include_time_zone_information = None + self._name = None + self._password = None + self._recipient_events = None + self._require_mutual_tls = None + self._requires_acknowledgement = None + self._salesforce_api_version = None + self._salesforce_authcode = None + self._salesforce_call_back_url = None + self._salesforce_documents_as_content_files = None + self._sender_override = None + self._sender_selectable_items = None + self._sf_objects = None + self._sign_message_with_x509_certificate = None + self._soap_namespace = None + self._url_to_publish_to = None + self._user_ids = None + self._user_name = None + self._use_soap_interface = None + self.discriminator = None + + if allow_envelope_publish is not None: + self.allow_envelope_publish = allow_envelope_publish + if allow_salesforce_publish is not None: + self.allow_salesforce_publish = allow_salesforce_publish + if all_users is not None: + self.all_users = all_users + if configuration_type is not None: + self.configuration_type = configuration_type + if connect_id is not None: + self.connect_id = connect_id + if enable_log is not None: + self.enable_log = enable_log + if envelope_events is not None: + self.envelope_events = envelope_events + if event_data is not None: + self.event_data = event_data + if external_folder_id is not None: + self.external_folder_id = external_folder_id + if external_folder_label is not None: + self.external_folder_label = external_folder_label + if include_certificate_of_completion is not None: + self.include_certificate_of_completion = include_certificate_of_completion + if include_cert_soap_header is not None: + self.include_cert_soap_header = include_cert_soap_header + if include_document_fields is not None: + self.include_document_fields = include_document_fields + if include_documents is not None: + self.include_documents = include_documents + if include_envelope_void_reason is not None: + self.include_envelope_void_reason = include_envelope_void_reason + if include_hmac is not None: + self.include_hmac = include_hmac + if include_sender_accountas_custom_field is not None: + self.include_sender_accountas_custom_field = include_sender_accountas_custom_field + if include_time_zone_information is not None: + self.include_time_zone_information = include_time_zone_information + if name is not None: + self.name = name + if password is not None: + self.password = password + if recipient_events is not None: + self.recipient_events = recipient_events + if require_mutual_tls is not None: + self.require_mutual_tls = require_mutual_tls + if requires_acknowledgement is not None: + self.requires_acknowledgement = requires_acknowledgement + if salesforce_api_version is not None: + self.salesforce_api_version = salesforce_api_version + if salesforce_authcode is not None: + self.salesforce_authcode = salesforce_authcode + if salesforce_call_back_url is not None: + self.salesforce_call_back_url = salesforce_call_back_url + if salesforce_documents_as_content_files is not None: + self.salesforce_documents_as_content_files = salesforce_documents_as_content_files + if sender_override is not None: + self.sender_override = sender_override + if sender_selectable_items is not None: + self.sender_selectable_items = sender_selectable_items + if sf_objects is not None: + self.sf_objects = sf_objects + if sign_message_with_x509_certificate is not None: + self.sign_message_with_x509_certificate = sign_message_with_x509_certificate + if soap_namespace is not None: + self.soap_namespace = soap_namespace + if url_to_publish_to is not None: + self.url_to_publish_to = url_to_publish_to + if user_ids is not None: + self.user_ids = user_ids + if user_name is not None: + self.user_name = user_name + if use_soap_interface is not None: + self.use_soap_interface = use_soap_interface @property def allow_envelope_publish(self): - """ - Gets the allow_envelope_publish of this ConnectCustomConfiguration. - When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information. + """Gets the allow_envelope_publish of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information. # noqa: E501 - :return: The allow_envelope_publish of this ConnectCustomConfiguration. + :return: The allow_envelope_publish of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._allow_envelope_publish @allow_envelope_publish.setter def allow_envelope_publish(self, allow_envelope_publish): - """ - Sets the allow_envelope_publish of this ConnectCustomConfiguration. - When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information. + """Sets the allow_envelope_publish of this ConnectCustomConfiguration. + + When set to **true**, data is sent to the urlToPublishTo web address. This option can be set to false to stop sending data while maintaining the Connect configuration information. # noqa: E501 - :param allow_envelope_publish: The allow_envelope_publish of this ConnectCustomConfiguration. + :param allow_envelope_publish: The allow_envelope_publish of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -170,22 +247,22 @@ def allow_envelope_publish(self, allow_envelope_publish): @property def allow_salesforce_publish(self): - """ - Gets the allow_salesforce_publish of this ConnectCustomConfiguration. - + """Gets the allow_salesforce_publish of this ConnectCustomConfiguration. # noqa: E501 - :return: The allow_salesforce_publish of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The allow_salesforce_publish of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._allow_salesforce_publish @allow_salesforce_publish.setter def allow_salesforce_publish(self, allow_salesforce_publish): - """ - Sets the allow_salesforce_publish of this ConnectCustomConfiguration. - + """Sets the allow_salesforce_publish of this ConnectCustomConfiguration. + + # noqa: E501 - :param allow_salesforce_publish: The allow_salesforce_publish of this ConnectCustomConfiguration. + :param allow_salesforce_publish: The allow_salesforce_publish of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -193,22 +270,22 @@ def allow_salesforce_publish(self, allow_salesforce_publish): @property def all_users(self): - """ - Gets the all_users of this ConnectCustomConfiguration. - When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect. + """Gets the all_users of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect. # noqa: E501 - :return: The all_users of this ConnectCustomConfiguration. + :return: The all_users of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._all_users @all_users.setter def all_users(self, all_users): - """ - Sets the all_users of this ConnectCustomConfiguration. - When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect. + """Sets the all_users of this ConnectCustomConfiguration. + + When set to **true**, the tracked envelope and recipient events for all users, including users that are added a later time, are sent through Connect. # noqa: E501 - :param all_users: The all_users of this ConnectCustomConfiguration. + :param all_users: The all_users of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -216,22 +293,22 @@ def all_users(self, all_users): @property def configuration_type(self): - """ - Gets the configuration_type of this ConnectCustomConfiguration. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Gets the configuration_type of this ConnectCustomConfiguration. # noqa: E501 + + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 - :return: The configuration_type of this ConnectCustomConfiguration. + :return: The configuration_type of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._configuration_type @configuration_type.setter def configuration_type(self, configuration_type): - """ - Sets the configuration_type of this ConnectCustomConfiguration. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Sets the configuration_type of this ConnectCustomConfiguration. - :param configuration_type: The configuration_type of this ConnectCustomConfiguration. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :param configuration_type: The configuration_type of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -239,22 +316,22 @@ def configuration_type(self, configuration_type): @property def connect_id(self): - """ - Gets the connect_id of this ConnectCustomConfiguration. - Specifies the DocuSign generated ID for the Connect configuration. + """Gets the connect_id of this ConnectCustomConfiguration. # noqa: E501 + + Specifies the DocuSign generated ID for the Connect configuration. # noqa: E501 - :return: The connect_id of this ConnectCustomConfiguration. + :return: The connect_id of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._connect_id @connect_id.setter def connect_id(self, connect_id): - """ - Sets the connect_id of this ConnectCustomConfiguration. - Specifies the DocuSign generated ID for the Connect configuration. + """Sets the connect_id of this ConnectCustomConfiguration. + + Specifies the DocuSign generated ID for the Connect configuration. # noqa: E501 - :param connect_id: The connect_id of this ConnectCustomConfiguration. + :param connect_id: The connect_id of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -262,22 +339,22 @@ def connect_id(self, connect_id): @property def enable_log(self): - """ - Gets the enable_log of this ConnectCustomConfiguration. - This turns Connect logging on or off. When set to **true**, logging is turned on. + """Gets the enable_log of this ConnectCustomConfiguration. # noqa: E501 - :return: The enable_log of this ConnectCustomConfiguration. + This turns Connect logging on or off. When set to **true**, logging is turned on. # noqa: E501 + + :return: The enable_log of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._enable_log @enable_log.setter def enable_log(self, enable_log): - """ - Sets the enable_log of this ConnectCustomConfiguration. - This turns Connect logging on or off. When set to **true**, logging is turned on. + """Sets the enable_log of this ConnectCustomConfiguration. + + This turns Connect logging on or off. When set to **true**, logging is turned on. # noqa: E501 - :param enable_log: The enable_log of this ConnectCustomConfiguration. + :param enable_log: The enable_log of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -285,22 +362,22 @@ def enable_log(self, enable_log): @property def envelope_events(self): - """ - Gets the envelope_events of this ConnectCustomConfiguration. - A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided. + """Gets the envelope_events of this ConnectCustomConfiguration. # noqa: E501 + + A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided. # noqa: E501 - :return: The envelope_events of this ConnectCustomConfiguration. + :return: The envelope_events of this ConnectCustomConfiguration. # noqa: E501 :rtype: list[str] """ return self._envelope_events @envelope_events.setter def envelope_events(self, envelope_events): - """ - Sets the envelope_events of this ConnectCustomConfiguration. - A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided. + """Sets the envelope_events of this ConnectCustomConfiguration. - :param envelope_events: The envelope_events of this ConnectCustomConfiguration. + A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided. # noqa: E501 + + :param envelope_events: The envelope_events of this ConnectCustomConfiguration. # noqa: E501 :type: list[str] """ @@ -308,20 +385,20 @@ def envelope_events(self, envelope_events): @property def event_data(self): - """ - Gets the event_data of this ConnectCustomConfiguration. + """Gets the event_data of this ConnectCustomConfiguration. # noqa: E501 + - :return: The event_data of this ConnectCustomConfiguration. + :return: The event_data of this ConnectCustomConfiguration. # noqa: E501 :rtype: ConnectEventData """ return self._event_data @event_data.setter def event_data(self, event_data): - """ - Sets the event_data of this ConnectCustomConfiguration. + """Sets the event_data of this ConnectCustomConfiguration. + - :param event_data: The event_data of this ConnectCustomConfiguration. + :param event_data: The event_data of this ConnectCustomConfiguration. # noqa: E501 :type: ConnectEventData """ @@ -329,22 +406,22 @@ def event_data(self, event_data): @property def external_folder_id(self): - """ - Gets the external_folder_id of this ConnectCustomConfiguration. - + """Gets the external_folder_id of this ConnectCustomConfiguration. # noqa: E501 - :return: The external_folder_id of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The external_folder_id of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._external_folder_id @external_folder_id.setter def external_folder_id(self, external_folder_id): - """ - Sets the external_folder_id of this ConnectCustomConfiguration. - + """Sets the external_folder_id of this ConnectCustomConfiguration. + + # noqa: E501 - :param external_folder_id: The external_folder_id of this ConnectCustomConfiguration. + :param external_folder_id: The external_folder_id of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -352,22 +429,22 @@ def external_folder_id(self, external_folder_id): @property def external_folder_label(self): - """ - Gets the external_folder_label of this ConnectCustomConfiguration. - + """Gets the external_folder_label of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The external_folder_label of this ConnectCustomConfiguration. + :return: The external_folder_label of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._external_folder_label @external_folder_label.setter def external_folder_label(self, external_folder_label): - """ - Sets the external_folder_label of this ConnectCustomConfiguration. - + """Sets the external_folder_label of this ConnectCustomConfiguration. - :param external_folder_label: The external_folder_label of this ConnectCustomConfiguration. + # noqa: E501 + + :param external_folder_label: The external_folder_label of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -375,22 +452,22 @@ def external_folder_label(self, external_folder_label): @property def include_certificate_of_completion(self): - """ - Gets the include_certificate_of_completion of this ConnectCustomConfiguration. - When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. + """Gets the include_certificate_of_completion of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. # noqa: E501 - :return: The include_certificate_of_completion of this ConnectCustomConfiguration. + :return: The include_certificate_of_completion of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_certificate_of_completion @include_certificate_of_completion.setter def include_certificate_of_completion(self, include_certificate_of_completion): - """ - Sets the include_certificate_of_completion of this ConnectCustomConfiguration. - When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. + """Sets the include_certificate_of_completion of this ConnectCustomConfiguration. + + When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. # noqa: E501 - :param include_certificate_of_completion: The include_certificate_of_completion of this ConnectCustomConfiguration. + :param include_certificate_of_completion: The include_certificate_of_completion of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -398,22 +475,22 @@ def include_certificate_of_completion(self, include_certificate_of_completion): @property def include_cert_soap_header(self): - """ - Gets the include_cert_soap_header of this ConnectCustomConfiguration. - + """Gets the include_cert_soap_header of this ConnectCustomConfiguration. # noqa: E501 - :return: The include_cert_soap_header of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The include_cert_soap_header of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_cert_soap_header @include_cert_soap_header.setter def include_cert_soap_header(self, include_cert_soap_header): - """ - Sets the include_cert_soap_header of this ConnectCustomConfiguration. - + """Sets the include_cert_soap_header of this ConnectCustomConfiguration. + + # noqa: E501 - :param include_cert_soap_header: The include_cert_soap_header of this ConnectCustomConfiguration. + :param include_cert_soap_header: The include_cert_soap_header of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -421,22 +498,22 @@ def include_cert_soap_header(self, include_cert_soap_header): @property def include_document_fields(self): - """ - Gets the include_document_fields of this ConnectCustomConfiguration. - When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. + """Gets the include_document_fields of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. # noqa: E501 - :return: The include_document_fields of this ConnectCustomConfiguration. + :return: The include_document_fields of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_document_fields @include_document_fields.setter def include_document_fields(self, include_document_fields): - """ - Sets the include_document_fields of this ConnectCustomConfiguration. - When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. + """Sets the include_document_fields of this ConnectCustomConfiguration. - :param include_document_fields: The include_document_fields of this ConnectCustomConfiguration. + When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. # noqa: E501 + + :param include_document_fields: The include_document_fields of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -444,22 +521,22 @@ def include_document_fields(self, include_document_fields): @property def include_documents(self): - """ - Gets the include_documents of this ConnectCustomConfiguration. - When set to **true**, Connect will send the PDF document along with the update XML. + """Gets the include_documents of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, Connect will send the PDF document along with the update XML. # noqa: E501 - :return: The include_documents of this ConnectCustomConfiguration. + :return: The include_documents of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_documents @include_documents.setter def include_documents(self, include_documents): - """ - Sets the include_documents of this ConnectCustomConfiguration. - When set to **true**, Connect will send the PDF document along with the update XML. + """Sets the include_documents of this ConnectCustomConfiguration. + + When set to **true**, Connect will send the PDF document along with the update XML. # noqa: E501 - :param include_documents: The include_documents of this ConnectCustomConfiguration. + :param include_documents: The include_documents of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -467,22 +544,22 @@ def include_documents(self, include_documents): @property def include_envelope_void_reason(self): - """ - Gets the include_envelope_void_reason of this ConnectCustomConfiguration. - When set to **true**, Connect will include the voidedReason for voided envelopes. + """Gets the include_envelope_void_reason of this ConnectCustomConfiguration. # noqa: E501 - :return: The include_envelope_void_reason of this ConnectCustomConfiguration. + When set to **true**, Connect will include the voidedReason for voided envelopes. # noqa: E501 + + :return: The include_envelope_void_reason of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_envelope_void_reason @include_envelope_void_reason.setter def include_envelope_void_reason(self, include_envelope_void_reason): - """ - Sets the include_envelope_void_reason of this ConnectCustomConfiguration. - When set to **true**, Connect will include the voidedReason for voided envelopes. + """Sets the include_envelope_void_reason of this ConnectCustomConfiguration. - :param include_envelope_void_reason: The include_envelope_void_reason of this ConnectCustomConfiguration. + When set to **true**, Connect will include the voidedReason for voided envelopes. # noqa: E501 + + :param include_envelope_void_reason: The include_envelope_void_reason of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -490,22 +567,22 @@ def include_envelope_void_reason(self, include_envelope_void_reason): @property def include_hmac(self): - """ - Gets the include_hmac of this ConnectCustomConfiguration. - + """Gets the include_hmac of this ConnectCustomConfiguration. # noqa: E501 - :return: The include_hmac of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The include_hmac of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_hmac @include_hmac.setter def include_hmac(self, include_hmac): - """ - Sets the include_hmac of this ConnectCustomConfiguration. - + """Sets the include_hmac of this ConnectCustomConfiguration. + + # noqa: E501 - :param include_hmac: The include_hmac of this ConnectCustomConfiguration. + :param include_hmac: The include_hmac of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -513,22 +590,22 @@ def include_hmac(self, include_hmac): @property def include_sender_accountas_custom_field(self): - """ - Gets the include_sender_accountas_custom_field of this ConnectCustomConfiguration. - When set to **true**, Connect will include the sender account as Custom Field in the data. + """Gets the include_sender_accountas_custom_field of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, Connect will include the sender account as Custom Field in the data. # noqa: E501 - :return: The include_sender_accountas_custom_field of this ConnectCustomConfiguration. + :return: The include_sender_accountas_custom_field of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_sender_accountas_custom_field @include_sender_accountas_custom_field.setter def include_sender_accountas_custom_field(self, include_sender_accountas_custom_field): - """ - Sets the include_sender_accountas_custom_field of this ConnectCustomConfiguration. - When set to **true**, Connect will include the sender account as Custom Field in the data. + """Sets the include_sender_accountas_custom_field of this ConnectCustomConfiguration. - :param include_sender_accountas_custom_field: The include_sender_accountas_custom_field of this ConnectCustomConfiguration. + When set to **true**, Connect will include the sender account as Custom Field in the data. # noqa: E501 + + :param include_sender_accountas_custom_field: The include_sender_accountas_custom_field of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -536,22 +613,22 @@ def include_sender_accountas_custom_field(self, include_sender_accountas_custom_ @property def include_time_zone_information(self): - """ - Gets the include_time_zone_information of this ConnectCustomConfiguration. - When set to **true**, Connect will include the envelope time zone information. + """Gets the include_time_zone_information of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, Connect will include the envelope time zone information. # noqa: E501 - :return: The include_time_zone_information of this ConnectCustomConfiguration. + :return: The include_time_zone_information of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._include_time_zone_information @include_time_zone_information.setter def include_time_zone_information(self, include_time_zone_information): - """ - Sets the include_time_zone_information of this ConnectCustomConfiguration. - When set to **true**, Connect will include the envelope time zone information. + """Sets the include_time_zone_information of this ConnectCustomConfiguration. + + When set to **true**, Connect will include the envelope time zone information. # noqa: E501 - :param include_time_zone_information: The include_time_zone_information of this ConnectCustomConfiguration. + :param include_time_zone_information: The include_time_zone_information of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -559,22 +636,22 @@ def include_time_zone_information(self, include_time_zone_information): @property def name(self): - """ - Gets the name of this ConnectCustomConfiguration. - The name of the Connect configuration. The name helps identify the configuration in the list. + """Gets the name of this ConnectCustomConfiguration. # noqa: E501 - :return: The name of this ConnectCustomConfiguration. + The name of the Connect configuration. The name helps identify the configuration in the list. # noqa: E501 + + :return: The name of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this ConnectCustomConfiguration. - The name of the Connect configuration. The name helps identify the configuration in the list. + """Sets the name of this ConnectCustomConfiguration. + + The name of the Connect configuration. The name helps identify the configuration in the list. # noqa: E501 - :param name: The name of this ConnectCustomConfiguration. + :param name: The name of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -582,22 +659,22 @@ def name(self, name): @property def password(self): - """ - Gets the password of this ConnectCustomConfiguration. - + """Gets the password of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The password of this ConnectCustomConfiguration. + :return: The password of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this ConnectCustomConfiguration. - + """Sets the password of this ConnectCustomConfiguration. - :param password: The password of this ConnectCustomConfiguration. + # noqa: E501 + + :param password: The password of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -605,22 +682,22 @@ def password(self, password): @property def recipient_events(self): - """ - Gets the recipient_events of this ConnectCustomConfiguration. - A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. + """Gets the recipient_events of this ConnectCustomConfiguration. # noqa: E501 + + A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. # noqa: E501 - :return: The recipient_events of this ConnectCustomConfiguration. + :return: The recipient_events of this ConnectCustomConfiguration. # noqa: E501 :rtype: list[str] """ return self._recipient_events @recipient_events.setter def recipient_events(self, recipient_events): - """ - Sets the recipient_events of this ConnectCustomConfiguration. - A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. + """Sets the recipient_events of this ConnectCustomConfiguration. + + A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. # noqa: E501 - :param recipient_events: The recipient_events of this ConnectCustomConfiguration. + :param recipient_events: The recipient_events of this ConnectCustomConfiguration. # noqa: E501 :type: list[str] """ @@ -628,22 +705,22 @@ def recipient_events(self, recipient_events): @property def require_mutual_tls(self): - """ - Gets the require_mutual_tls of this ConnectCustomConfiguration. - + """Gets the require_mutual_tls of this ConnectCustomConfiguration. # noqa: E501 - :return: The require_mutual_tls of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The require_mutual_tls of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._require_mutual_tls @require_mutual_tls.setter def require_mutual_tls(self, require_mutual_tls): - """ - Sets the require_mutual_tls of this ConnectCustomConfiguration. - + """Sets the require_mutual_tls of this ConnectCustomConfiguration. + + # noqa: E501 - :param require_mutual_tls: The require_mutual_tls of this ConnectCustomConfiguration. + :param require_mutual_tls: The require_mutual_tls of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -651,22 +728,22 @@ def require_mutual_tls(self, require_mutual_tls): @property def requires_acknowledgement(self): - """ - Gets the requires_acknowledgement of this ConnectCustomConfiguration. - When set to **true**, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information. + """Gets the requires_acknowledgement of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information. # noqa: E501 - :return: The requires_acknowledgement of this ConnectCustomConfiguration. + :return: The requires_acknowledgement of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._requires_acknowledgement @requires_acknowledgement.setter def requires_acknowledgement(self, requires_acknowledgement): - """ - Sets the requires_acknowledgement of this ConnectCustomConfiguration. - When set to **true**, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information. + """Sets the requires_acknowledgement of this ConnectCustomConfiguration. - :param requires_acknowledgement: The requires_acknowledgement of this ConnectCustomConfiguration. + When set to **true**, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information. # noqa: E501 + + :param requires_acknowledgement: The requires_acknowledgement of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -674,22 +751,22 @@ def requires_acknowledgement(self, requires_acknowledgement): @property def salesforce_api_version(self): - """ - Gets the salesforce_api_version of this ConnectCustomConfiguration. - + """Gets the salesforce_api_version of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The salesforce_api_version of this ConnectCustomConfiguration. + :return: The salesforce_api_version of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._salesforce_api_version @salesforce_api_version.setter def salesforce_api_version(self, salesforce_api_version): - """ - Sets the salesforce_api_version of this ConnectCustomConfiguration. - + """Sets the salesforce_api_version of this ConnectCustomConfiguration. + + # noqa: E501 - :param salesforce_api_version: The salesforce_api_version of this ConnectCustomConfiguration. + :param salesforce_api_version: The salesforce_api_version of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -697,22 +774,22 @@ def salesforce_api_version(self, salesforce_api_version): @property def salesforce_authcode(self): - """ - Gets the salesforce_authcode of this ConnectCustomConfiguration. - + """Gets the salesforce_authcode of this ConnectCustomConfiguration. # noqa: E501 - :return: The salesforce_authcode of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The salesforce_authcode of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._salesforce_authcode @salesforce_authcode.setter def salesforce_authcode(self, salesforce_authcode): - """ - Sets the salesforce_authcode of this ConnectCustomConfiguration. - + """Sets the salesforce_authcode of this ConnectCustomConfiguration. + + # noqa: E501 - :param salesforce_authcode: The salesforce_authcode of this ConnectCustomConfiguration. + :param salesforce_authcode: The salesforce_authcode of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -720,22 +797,22 @@ def salesforce_authcode(self, salesforce_authcode): @property def salesforce_call_back_url(self): - """ - Gets the salesforce_call_back_url of this ConnectCustomConfiguration. - + """Gets the salesforce_call_back_url of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The salesforce_call_back_url of this ConnectCustomConfiguration. + :return: The salesforce_call_back_url of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._salesforce_call_back_url @salesforce_call_back_url.setter def salesforce_call_back_url(self, salesforce_call_back_url): - """ - Sets the salesforce_call_back_url of this ConnectCustomConfiguration. - + """Sets the salesforce_call_back_url of this ConnectCustomConfiguration. - :param salesforce_call_back_url: The salesforce_call_back_url of this ConnectCustomConfiguration. + # noqa: E501 + + :param salesforce_call_back_url: The salesforce_call_back_url of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -743,22 +820,22 @@ def salesforce_call_back_url(self, salesforce_call_back_url): @property def salesforce_documents_as_content_files(self): - """ - Gets the salesforce_documents_as_content_files of this ConnectCustomConfiguration. - + """Gets the salesforce_documents_as_content_files of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The salesforce_documents_as_content_files of this ConnectCustomConfiguration. + :return: The salesforce_documents_as_content_files of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._salesforce_documents_as_content_files @salesforce_documents_as_content_files.setter def salesforce_documents_as_content_files(self, salesforce_documents_as_content_files): - """ - Sets the salesforce_documents_as_content_files of this ConnectCustomConfiguration. - + """Sets the salesforce_documents_as_content_files of this ConnectCustomConfiguration. + + # noqa: E501 - :param salesforce_documents_as_content_files: The salesforce_documents_as_content_files of this ConnectCustomConfiguration. + :param salesforce_documents_as_content_files: The salesforce_documents_as_content_files of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -766,22 +843,22 @@ def salesforce_documents_as_content_files(self, salesforce_documents_as_content_ @property def sender_override(self): - """ - Gets the sender_override of this ConnectCustomConfiguration. - + """Gets the sender_override of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The sender_override of this ConnectCustomConfiguration. + :return: The sender_override of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._sender_override @sender_override.setter def sender_override(self, sender_override): - """ - Sets the sender_override of this ConnectCustomConfiguration. - + """Sets the sender_override of this ConnectCustomConfiguration. + + # noqa: E501 - :param sender_override: The sender_override of this ConnectCustomConfiguration. + :param sender_override: The sender_override of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -789,22 +866,22 @@ def sender_override(self, sender_override): @property def sender_selectable_items(self): - """ - Gets the sender_selectable_items of this ConnectCustomConfiguration. - + """Gets the sender_selectable_items of this ConnectCustomConfiguration. # noqa: E501 - :return: The sender_selectable_items of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The sender_selectable_items of this ConnectCustomConfiguration. # noqa: E501 :rtype: list[str] """ return self._sender_selectable_items @sender_selectable_items.setter def sender_selectable_items(self, sender_selectable_items): - """ - Sets the sender_selectable_items of this ConnectCustomConfiguration. - + """Sets the sender_selectable_items of this ConnectCustomConfiguration. + + # noqa: E501 - :param sender_selectable_items: The sender_selectable_items of this ConnectCustomConfiguration. + :param sender_selectable_items: The sender_selectable_items of this ConnectCustomConfiguration. # noqa: E501 :type: list[str] """ @@ -812,22 +889,22 @@ def sender_selectable_items(self, sender_selectable_items): @property def sf_objects(self): - """ - Gets the sf_objects of this ConnectCustomConfiguration. - + """Gets the sf_objects of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 - :return: The sf_objects of this ConnectCustomConfiguration. + :return: The sf_objects of this ConnectCustomConfiguration. # noqa: E501 :rtype: list[ConnectSalesforceObject] """ return self._sf_objects @sf_objects.setter def sf_objects(self, sf_objects): - """ - Sets the sf_objects of this ConnectCustomConfiguration. - + """Sets the sf_objects of this ConnectCustomConfiguration. - :param sf_objects: The sf_objects of this ConnectCustomConfiguration. + # noqa: E501 + + :param sf_objects: The sf_objects of this ConnectCustomConfiguration. # noqa: E501 :type: list[ConnectSalesforceObject] """ @@ -835,22 +912,22 @@ def sf_objects(self, sf_objects): @property def sign_message_with_x509_certificate(self): - """ - Gets the sign_message_with_x509_certificate of this ConnectCustomConfiguration. - When set to **true**, Connect messages are signed with an X509 certificate. This provides support for 2-way SSL. + """Gets the sign_message_with_x509_certificate of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, Connect messages are signed with an X509 certificate. This provides support for 2-way SSL. # noqa: E501 - :return: The sign_message_with_x509_certificate of this ConnectCustomConfiguration. + :return: The sign_message_with_x509_certificate of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._sign_message_with_x509_certificate @sign_message_with_x509_certificate.setter def sign_message_with_x509_certificate(self, sign_message_with_x509_certificate): - """ - Sets the sign_message_with_x509_certificate of this ConnectCustomConfiguration. - When set to **true**, Connect messages are signed with an X509 certificate. This provides support for 2-way SSL. + """Sets the sign_message_with_x509_certificate of this ConnectCustomConfiguration. + + When set to **true**, Connect messages are signed with an X509 certificate. This provides support for 2-way SSL. # noqa: E501 - :param sign_message_with_x509_certificate: The sign_message_with_x509_certificate of this ConnectCustomConfiguration. + :param sign_message_with_x509_certificate: The sign_message_with_x509_certificate of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -858,22 +935,22 @@ def sign_message_with_x509_certificate(self, sign_message_with_x509_certificate) @property def soap_namespace(self): - """ - Gets the soap_namespace of this ConnectCustomConfiguration. - The namespace of the SOAP interface. The namespace value must be set if useSoapInterface is set to true. + """Gets the soap_namespace of this ConnectCustomConfiguration. # noqa: E501 - :return: The soap_namespace of this ConnectCustomConfiguration. + The namespace of the SOAP interface. The namespace value must be set if useSoapInterface is set to true. # noqa: E501 + + :return: The soap_namespace of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._soap_namespace @soap_namespace.setter def soap_namespace(self, soap_namespace): - """ - Sets the soap_namespace of this ConnectCustomConfiguration. - The namespace of the SOAP interface. The namespace value must be set if useSoapInterface is set to true. + """Sets the soap_namespace of this ConnectCustomConfiguration. + + The namespace of the SOAP interface. The namespace value must be set if useSoapInterface is set to true. # noqa: E501 - :param soap_namespace: The soap_namespace of this ConnectCustomConfiguration. + :param soap_namespace: The soap_namespace of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -881,22 +958,22 @@ def soap_namespace(self, soap_namespace): @property def url_to_publish_to(self): - """ - Gets the url_to_publish_to of this ConnectCustomConfiguration. - This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address. + """Gets the url_to_publish_to of this ConnectCustomConfiguration. # noqa: E501 + + This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address. # noqa: E501 - :return: The url_to_publish_to of this ConnectCustomConfiguration. + :return: The url_to_publish_to of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._url_to_publish_to @url_to_publish_to.setter def url_to_publish_to(self, url_to_publish_to): - """ - Sets the url_to_publish_to of this ConnectCustomConfiguration. - This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address. + """Sets the url_to_publish_to of this ConnectCustomConfiguration. - :param url_to_publish_to: The url_to_publish_to of this ConnectCustomConfiguration. + This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address. # noqa: E501 + + :param url_to_publish_to: The url_to_publish_to of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -904,22 +981,22 @@ def url_to_publish_to(self, url_to_publish_to): @property def user_ids(self): - """ - Gets the user_ids of this ConnectCustomConfiguration. - A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s. + """Gets the user_ids of this ConnectCustomConfiguration. # noqa: E501 + + A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s. # noqa: E501 - :return: The user_ids of this ConnectCustomConfiguration. + :return: The user_ids of this ConnectCustomConfiguration. # noqa: E501 :rtype: list[str] """ return self._user_ids @user_ids.setter def user_ids(self, user_ids): - """ - Sets the user_ids of this ConnectCustomConfiguration. - A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s. + """Sets the user_ids of this ConnectCustomConfiguration. + + A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s. # noqa: E501 - :param user_ids: The user_ids of this ConnectCustomConfiguration. + :param user_ids: The user_ids of this ConnectCustomConfiguration. # noqa: E501 :type: list[str] """ @@ -927,22 +1004,22 @@ def user_ids(self, user_ids): @property def user_name(self): - """ - Gets the user_name of this ConnectCustomConfiguration. - + """Gets the user_name of this ConnectCustomConfiguration. # noqa: E501 - :return: The user_name of this ConnectCustomConfiguration. + # noqa: E501 + + :return: The user_name of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this ConnectCustomConfiguration. - + """Sets the user_name of this ConnectCustomConfiguration. + + # noqa: E501 - :param user_name: The user_name of this ConnectCustomConfiguration. + :param user_name: The user_name of this ConnectCustomConfiguration. # noqa: E501 :type: str """ @@ -950,34 +1027,32 @@ def user_name(self, user_name): @property def use_soap_interface(self): - """ - Gets the use_soap_interface of this ConnectCustomConfiguration. - When set to **true**, indicates that the `urlToPublishTo` property contains a SOAP endpoint. + """Gets the use_soap_interface of this ConnectCustomConfiguration. # noqa: E501 + + When set to **true**, indicates that the `urlToPublishTo` property contains a SOAP endpoint. # noqa: E501 - :return: The use_soap_interface of this ConnectCustomConfiguration. + :return: The use_soap_interface of this ConnectCustomConfiguration. # noqa: E501 :rtype: str """ return self._use_soap_interface @use_soap_interface.setter def use_soap_interface(self, use_soap_interface): - """ - Sets the use_soap_interface of this ConnectCustomConfiguration. - When set to **true**, indicates that the `urlToPublishTo` property contains a SOAP endpoint. + """Sets the use_soap_interface of this ConnectCustomConfiguration. - :param use_soap_interface: The use_soap_interface of this ConnectCustomConfiguration. + When set to **true**, indicates that the `urlToPublishTo` property contains a SOAP endpoint. # noqa: E501 + + :param use_soap_interface: The use_soap_interface of this ConnectCustomConfiguration. # noqa: E501 :type: str """ self._use_soap_interface = use_soap_interface def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -994,29 +1069,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectCustomConfiguration, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectCustomConfiguration): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_debug_log.py b/docusign_esign/models/connect_debug_log.py index a0f37459..9038e8f6 100644 --- a/docusign_esign/models/connect_debug_log.py +++ b/docusign_esign/models/connect_debug_log.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectDebugLog(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, connect_config=None, error_details=None, event_date_time=None, event_description=None, payload=None): - """ - ConnectDebugLog - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'connect_config': 'str', - 'error_details': 'ErrorDetails', - 'event_date_time': 'str', - 'event_description': 'str', - 'payload': 'str' - } - - self.attribute_map = { - 'connect_config': 'connectConfig', - 'error_details': 'errorDetails', - 'event_date_time': 'eventDateTime', - 'event_description': 'eventDescription', - 'payload': 'payload' - } - self._connect_config = connect_config - self._error_details = error_details - self._event_date_time = event_date_time - self._event_description = event_description - self._payload = payload + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'connect_config': 'str', + 'error_details': 'ErrorDetails', + 'event_date_time': 'str', + 'event_description': 'str', + 'payload': 'str' + } + + attribute_map = { + 'connect_config': 'connectConfig', + 'error_details': 'errorDetails', + 'event_date_time': 'eventDateTime', + 'event_description': 'eventDescription', + 'payload': 'payload' + } + + def __init__(self, connect_config=None, error_details=None, event_date_time=None, event_description=None, payload=None): # noqa: E501 + """ConnectDebugLog - a model defined in Swagger""" # noqa: E501 + + self._connect_config = None + self._error_details = None + self._event_date_time = None + self._event_description = None + self._payload = None + self.discriminator = None + + if connect_config is not None: + self.connect_config = connect_config + if error_details is not None: + self.error_details = error_details + if event_date_time is not None: + self.event_date_time = event_date_time + if event_description is not None: + self.event_description = event_description + if payload is not None: + self.payload = payload @property def connect_config(self): - """ - Gets the connect_config of this ConnectDebugLog. - + """Gets the connect_config of this ConnectDebugLog. # noqa: E501 - :return: The connect_config of this ConnectDebugLog. + # noqa: E501 + + :return: The connect_config of this ConnectDebugLog. # noqa: E501 :rtype: str """ return self._connect_config @connect_config.setter def connect_config(self, connect_config): - """ - Sets the connect_config of this ConnectDebugLog. - + """Sets the connect_config of this ConnectDebugLog. + + # noqa: E501 - :param connect_config: The connect_config of this ConnectDebugLog. + :param connect_config: The connect_config of this ConnectDebugLog. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def connect_config(self, connect_config): @property def error_details(self): - """ - Gets the error_details of this ConnectDebugLog. + """Gets the error_details of this ConnectDebugLog. # noqa: E501 + - :return: The error_details of this ConnectDebugLog. + :return: The error_details of this ConnectDebugLog. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this ConnectDebugLog. + """Sets the error_details of this ConnectDebugLog. - :param error_details: The error_details of this ConnectDebugLog. + + :param error_details: The error_details of this ConnectDebugLog. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def event_date_time(self): - """ - Gets the event_date_time of this ConnectDebugLog. - + """Gets the event_date_time of this ConnectDebugLog. # noqa: E501 - :return: The event_date_time of this ConnectDebugLog. + # noqa: E501 + + :return: The event_date_time of this ConnectDebugLog. # noqa: E501 :rtype: str """ return self._event_date_time @event_date_time.setter def event_date_time(self, event_date_time): - """ - Sets the event_date_time of this ConnectDebugLog. - + """Sets the event_date_time of this ConnectDebugLog. + + # noqa: E501 - :param event_date_time: The event_date_time of this ConnectDebugLog. + :param event_date_time: The event_date_time of this ConnectDebugLog. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def event_date_time(self, event_date_time): @property def event_description(self): - """ - Gets the event_description of this ConnectDebugLog. - + """Gets the event_description of this ConnectDebugLog. # noqa: E501 + + # noqa: E501 - :return: The event_description of this ConnectDebugLog. + :return: The event_description of this ConnectDebugLog. # noqa: E501 :rtype: str """ return self._event_description @event_description.setter def event_description(self, event_description): - """ - Sets the event_description of this ConnectDebugLog. - + """Sets the event_description of this ConnectDebugLog. - :param event_description: The event_description of this ConnectDebugLog. + # noqa: E501 + + :param event_description: The event_description of this ConnectDebugLog. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def event_description(self, event_description): @property def payload(self): - """ - Gets the payload of this ConnectDebugLog. - + """Gets the payload of this ConnectDebugLog. # noqa: E501 + + # noqa: E501 - :return: The payload of this ConnectDebugLog. + :return: The payload of this ConnectDebugLog. # noqa: E501 :rtype: str """ return self._payload @payload.setter def payload(self, payload): - """ - Sets the payload of this ConnectDebugLog. - + """Sets the payload of this ConnectDebugLog. + + # noqa: E501 - :param payload: The payload of this ConnectDebugLog. + :param payload: The payload of this ConnectDebugLog. # noqa: E501 :type: str """ self._payload = payload def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectDebugLog, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectDebugLog): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_event_data.py b/docusign_esign/models/connect_event_data.py index f2621790..04fc4195 100644 --- a/docusign_esign/models/connect_event_data.py +++ b/docusign_esign/models/connect_event_data.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectEventData(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, format=None, include_data=None, version=None): - """ - ConnectEventData - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'format': 'str', - 'include_data': 'list[str]', - 'version': 'str' - } - - self.attribute_map = { - 'format': 'format', - 'include_data': 'includeData', - 'version': 'version' - } - - self._format = format - self._include_data = include_data - self._version = version + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'format': 'str', + 'include_data': 'list[str]', + 'version': 'str' + } + + attribute_map = { + 'format': 'format', + 'include_data': 'includeData', + 'version': 'version' + } + + def __init__(self, format=None, include_data=None, version=None): # noqa: E501 + """ConnectEventData - a model defined in Swagger""" # noqa: E501 + + self._format = None + self._include_data = None + self._version = None + self.discriminator = None + + if format is not None: + self.format = format + if include_data is not None: + self.include_data = include_data + if version is not None: + self.version = version @property def format(self): - """ - Gets the format of this ConnectEventData. - + """Gets the format of this ConnectEventData. # noqa: E501 + + # noqa: E501 - :return: The format of this ConnectEventData. + :return: The format of this ConnectEventData. # noqa: E501 :rtype: str """ return self._format @format.setter def format(self, format): - """ - Sets the format of this ConnectEventData. - + """Sets the format of this ConnectEventData. + + # noqa: E501 - :param format: The format of this ConnectEventData. + :param format: The format of this ConnectEventData. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def format(self, format): @property def include_data(self): - """ - Gets the include_data of this ConnectEventData. - + """Gets the include_data of this ConnectEventData. # noqa: E501 + + # noqa: E501 - :return: The include_data of this ConnectEventData. + :return: The include_data of this ConnectEventData. # noqa: E501 :rtype: list[str] """ return self._include_data @include_data.setter def include_data(self, include_data): - """ - Sets the include_data of this ConnectEventData. - + """Sets the include_data of this ConnectEventData. + + # noqa: E501 - :param include_data: The include_data of this ConnectEventData. + :param include_data: The include_data of this ConnectEventData. # noqa: E501 :type: list[str] """ @@ -94,34 +105,32 @@ def include_data(self, include_data): @property def version(self): - """ - Gets the version of this ConnectEventData. - + """Gets the version of this ConnectEventData. # noqa: E501 - :return: The version of this ConnectEventData. + # noqa: E501 + + :return: The version of this ConnectEventData. # noqa: E501 :rtype: str """ return self._version @version.setter def version(self, version): - """ - Sets the version of this ConnectEventData. - + """Sets the version of this ConnectEventData. - :param version: The version of this ConnectEventData. + # noqa: E501 + + :param version: The version of this ConnectEventData. # noqa: E501 :type: str """ self._version = version def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectEventData, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectEventData): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_failure_filter.py b/docusign_esign/models/connect_failure_filter.py index 45f4718f..a525b175 100644 --- a/docusign_esign/models/connect_failure_filter.py +++ b/docusign_esign/models/connect_failure_filter.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectFailureFilter(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_ids=None, synchronous=None): - """ - ConnectFailureFilter - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_ids': 'list[str]', - 'synchronous': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_ids': 'list[str]', + 'synchronous': 'str' + } - self.attribute_map = { - 'envelope_ids': 'envelopeIds', - 'synchronous': 'synchronous' - } + attribute_map = { + 'envelope_ids': 'envelopeIds', + 'synchronous': 'synchronous' + } - self._envelope_ids = envelope_ids - self._synchronous = synchronous + def __init__(self, envelope_ids=None, synchronous=None): # noqa: E501 + """ConnectFailureFilter - a model defined in Swagger""" # noqa: E501 + + self._envelope_ids = None + self._synchronous = None + self.discriminator = None + + if envelope_ids is not None: + self.envelope_ids = envelope_ids + if synchronous is not None: + self.synchronous = synchronous @property def envelope_ids(self): - """ - Gets the envelope_ids of this ConnectFailureFilter. - + """Gets the envelope_ids of this ConnectFailureFilter. # noqa: E501 - :return: The envelope_ids of this ConnectFailureFilter. + # noqa: E501 + + :return: The envelope_ids of this ConnectFailureFilter. # noqa: E501 :rtype: list[str] """ return self._envelope_ids @envelope_ids.setter def envelope_ids(self, envelope_ids): - """ - Sets the envelope_ids of this ConnectFailureFilter. - + """Sets the envelope_ids of this ConnectFailureFilter. + + # noqa: E501 - :param envelope_ids: The envelope_ids of this ConnectFailureFilter. + :param envelope_ids: The envelope_ids of this ConnectFailureFilter. # noqa: E501 :type: list[str] """ @@ -68,34 +77,32 @@ def envelope_ids(self, envelope_ids): @property def synchronous(self): - """ - Gets the synchronous of this ConnectFailureFilter. - + """Gets the synchronous of this ConnectFailureFilter. # noqa: E501 + + # noqa: E501 - :return: The synchronous of this ConnectFailureFilter. + :return: The synchronous of this ConnectFailureFilter. # noqa: E501 :rtype: str """ return self._synchronous @synchronous.setter def synchronous(self, synchronous): - """ - Sets the synchronous of this ConnectFailureFilter. - + """Sets the synchronous of this ConnectFailureFilter. + + # noqa: E501 - :param synchronous: The synchronous of this ConnectFailureFilter. + :param synchronous: The synchronous of this ConnectFailureFilter. # noqa: E501 :type: str """ self._synchronous = synchronous def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectFailureFilter, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectFailureFilter): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_failure_result.py b/docusign_esign/models/connect_failure_result.py index e3b701ae..566f9730 100644 --- a/docusign_esign/models/connect_failure_result.py +++ b/docusign_esign/models/connect_failure_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectFailureResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, config_id=None, config_url=None, envelope_id=None, status=None, status_message=None): - """ - ConnectFailureResult - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'config_id': 'str', - 'config_url': 'str', - 'envelope_id': 'str', - 'status': 'str', - 'status_message': 'str' - } - - self.attribute_map = { - 'config_id': 'configId', - 'config_url': 'configUrl', - 'envelope_id': 'envelopeId', - 'status': 'status', - 'status_message': 'statusMessage' - } - self._config_id = config_id - self._config_url = config_url - self._envelope_id = envelope_id - self._status = status - self._status_message = status_message + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'config_id': 'str', + 'config_url': 'str', + 'envelope_id': 'str', + 'status': 'str', + 'status_message': 'str' + } + + attribute_map = { + 'config_id': 'configId', + 'config_url': 'configUrl', + 'envelope_id': 'envelopeId', + 'status': 'status', + 'status_message': 'statusMessage' + } + + def __init__(self, config_id=None, config_url=None, envelope_id=None, status=None, status_message=None): # noqa: E501 + """ConnectFailureResult - a model defined in Swagger""" # noqa: E501 + + self._config_id = None + self._config_url = None + self._envelope_id = None + self._status = None + self._status_message = None + self.discriminator = None + + if config_id is not None: + self.config_id = config_id + if config_url is not None: + self.config_url = config_url + if envelope_id is not None: + self.envelope_id = envelope_id + if status is not None: + self.status = status + if status_message is not None: + self.status_message = status_message @property def config_id(self): - """ - Gets the config_id of this ConnectFailureResult. - Reserved: TBD + """Gets the config_id of this ConnectFailureResult. # noqa: E501 - :return: The config_id of this ConnectFailureResult. + Reserved: TBD # noqa: E501 + + :return: The config_id of this ConnectFailureResult. # noqa: E501 :rtype: str """ return self._config_id @config_id.setter def config_id(self, config_id): - """ - Sets the config_id of this ConnectFailureResult. - Reserved: TBD + """Sets the config_id of this ConnectFailureResult. + + Reserved: TBD # noqa: E501 - :param config_id: The config_id of this ConnectFailureResult. + :param config_id: The config_id of this ConnectFailureResult. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def config_id(self, config_id): @property def config_url(self): - """ - Gets the config_url of this ConnectFailureResult. - Reserved: TBD + """Gets the config_url of this ConnectFailureResult. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The config_url of this ConnectFailureResult. + :return: The config_url of this ConnectFailureResult. # noqa: E501 :rtype: str """ return self._config_url @config_url.setter def config_url(self, config_url): - """ - Sets the config_url of this ConnectFailureResult. - Reserved: TBD + """Sets the config_url of this ConnectFailureResult. - :param config_url: The config_url of this ConnectFailureResult. + Reserved: TBD # noqa: E501 + + :param config_url: The config_url of this ConnectFailureResult. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def config_url(self, config_url): @property def envelope_id(self): - """ - Gets the envelope_id of this ConnectFailureResult. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this ConnectFailureResult. # noqa: E501 - :return: The envelope_id of this ConnectFailureResult. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this ConnectFailureResult. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this ConnectFailureResult. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this ConnectFailureResult. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this ConnectFailureResult. + :param envelope_id: The envelope_id of this ConnectFailureResult. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def envelope_id(self, envelope_id): @property def status(self): - """ - Gets the status of this ConnectFailureResult. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this ConnectFailureResult. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this ConnectFailureResult. + :return: The status of this ConnectFailureResult. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this ConnectFailureResult. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this ConnectFailureResult. - :param status: The status of this ConnectFailureResult. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this ConnectFailureResult. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def status(self, status): @property def status_message(self): - """ - Gets the status_message of this ConnectFailureResult. - + """Gets the status_message of this ConnectFailureResult. # noqa: E501 + + # noqa: E501 - :return: The status_message of this ConnectFailureResult. + :return: The status_message of this ConnectFailureResult. # noqa: E501 :rtype: str """ return self._status_message @status_message.setter def status_message(self, status_message): - """ - Sets the status_message of this ConnectFailureResult. - + """Sets the status_message of this ConnectFailureResult. + + # noqa: E501 - :param status_message: The status_message of this ConnectFailureResult. + :param status_message: The status_message of this ConnectFailureResult. # noqa: E501 :type: str """ self._status_message = status_message def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectFailureResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectFailureResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_failure_results.py b/docusign_esign/models/connect_failure_results.py index 71b8ff87..785f17f2 100644 --- a/docusign_esign/models/connect_failure_results.py +++ b/docusign_esign/models/connect_failure_results.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectFailureResults(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, retry_queue=None): - """ - ConnectFailureResults - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'retry_queue': 'list[ConnectFailureResult]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'retry_queue': 'list[ConnectFailureResult]' + } - self.attribute_map = { - 'retry_queue': 'retryQueue' - } + attribute_map = { + 'retry_queue': 'retryQueue' + } - self._retry_queue = retry_queue + def __init__(self, retry_queue=None): # noqa: E501 + """ConnectFailureResults - a model defined in Swagger""" # noqa: E501 + + self._retry_queue = None + self.discriminator = None + + if retry_queue is not None: + self.retry_queue = retry_queue @property def retry_queue(self): - """ - Gets the retry_queue of this ConnectFailureResults. - + """Gets the retry_queue of this ConnectFailureResults. # noqa: E501 + + # noqa: E501 - :return: The retry_queue of this ConnectFailureResults. + :return: The retry_queue of this ConnectFailureResults. # noqa: E501 :rtype: list[ConnectFailureResult] """ return self._retry_queue @retry_queue.setter def retry_queue(self, retry_queue): - """ - Sets the retry_queue of this ConnectFailureResults. - + """Sets the retry_queue of this ConnectFailureResults. - :param retry_queue: The retry_queue of this ConnectFailureResults. + # noqa: E501 + + :param retry_queue: The retry_queue of this ConnectFailureResults. # noqa: E501 :type: list[ConnectFailureResult] """ self._retry_queue = retry_queue def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectFailureResults, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectFailureResults): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_log.py b/docusign_esign/models/connect_log.py index e574f089..969f048c 100644 --- a/docusign_esign/models/connect_log.py +++ b/docusign_esign/models/connect_log.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,104 +11,145 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectLog(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, config_url=None, connect_debug_log=None, connect_id=None, created=None, email=None, envelope_id=None, error=None, failure_id=None, failure_uri=None, last_try=None, log_id=None, log_uri=None, retry_count=None, retry_uri=None, status=None, subject=None, user_name=None): - """ - ConnectLog - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'config_url': 'str', - 'connect_debug_log': 'list[ConnectDebugLog]', - 'connect_id': 'str', - 'created': 'str', - 'email': 'str', - 'envelope_id': 'str', - 'error': 'str', - 'failure_id': 'str', - 'failure_uri': 'str', - 'last_try': 'str', - 'log_id': 'str', - 'log_uri': 'str', - 'retry_count': 'str', - 'retry_uri': 'str', - 'status': 'str', - 'subject': 'str', - 'user_name': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'config_url': 'configUrl', - 'connect_debug_log': 'connectDebugLog', - 'connect_id': 'connectId', - 'created': 'created', - 'email': 'email', - 'envelope_id': 'envelopeId', - 'error': 'error', - 'failure_id': 'failureId', - 'failure_uri': 'failureUri', - 'last_try': 'lastTry', - 'log_id': 'logId', - 'log_uri': 'logUri', - 'retry_count': 'retryCount', - 'retry_uri': 'retryUri', - 'status': 'status', - 'subject': 'subject', - 'user_name': 'userName' - } - self._account_id = account_id - self._config_url = config_url - self._connect_debug_log = connect_debug_log - self._connect_id = connect_id - self._created = created - self._email = email - self._envelope_id = envelope_id - self._error = error - self._failure_id = failure_id - self._failure_uri = failure_uri - self._last_try = last_try - self._log_id = log_id - self._log_uri = log_uri - self._retry_count = retry_count - self._retry_uri = retry_uri - self._status = status - self._subject = subject - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'config_url': 'str', + 'connect_debug_log': 'list[ConnectDebugLog]', + 'connect_id': 'str', + 'created': 'str', + 'email': 'str', + 'envelope_id': 'str', + 'error': 'str', + 'failure_id': 'str', + 'failure_uri': 'str', + 'last_try': 'str', + 'log_id': 'str', + 'log_uri': 'str', + 'retry_count': 'str', + 'retry_uri': 'str', + 'status': 'str', + 'subject': 'str', + 'user_name': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'config_url': 'configUrl', + 'connect_debug_log': 'connectDebugLog', + 'connect_id': 'connectId', + 'created': 'created', + 'email': 'email', + 'envelope_id': 'envelopeId', + 'error': 'error', + 'failure_id': 'failureId', + 'failure_uri': 'failureUri', + 'last_try': 'lastTry', + 'log_id': 'logId', + 'log_uri': 'logUri', + 'retry_count': 'retryCount', + 'retry_uri': 'retryUri', + 'status': 'status', + 'subject': 'subject', + 'user_name': 'userName' + } + + def __init__(self, account_id=None, config_url=None, connect_debug_log=None, connect_id=None, created=None, email=None, envelope_id=None, error=None, failure_id=None, failure_uri=None, last_try=None, log_id=None, log_uri=None, retry_count=None, retry_uri=None, status=None, subject=None, user_name=None): # noqa: E501 + """ConnectLog - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._config_url = None + self._connect_debug_log = None + self._connect_id = None + self._created = None + self._email = None + self._envelope_id = None + self._error = None + self._failure_id = None + self._failure_uri = None + self._last_try = None + self._log_id = None + self._log_uri = None + self._retry_count = None + self._retry_uri = None + self._status = None + self._subject = None + self._user_name = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if config_url is not None: + self.config_url = config_url + if connect_debug_log is not None: + self.connect_debug_log = connect_debug_log + if connect_id is not None: + self.connect_id = connect_id + if created is not None: + self.created = created + if email is not None: + self.email = email + if envelope_id is not None: + self.envelope_id = envelope_id + if error is not None: + self.error = error + if failure_id is not None: + self.failure_id = failure_id + if failure_uri is not None: + self.failure_uri = failure_uri + if last_try is not None: + self.last_try = last_try + if log_id is not None: + self.log_id = log_id + if log_uri is not None: + self.log_uri = log_uri + if retry_count is not None: + self.retry_count = retry_count + if retry_uri is not None: + self.retry_uri = retry_uri + if status is not None: + self.status = status + if subject is not None: + self.subject = subject + if user_name is not None: + self.user_name = user_name @property def account_id(self): - """ - Gets the account_id of this ConnectLog. - The account ID associated with the envelope. + """Gets the account_id of this ConnectLog. # noqa: E501 - :return: The account_id of this ConnectLog. + The account ID associated with the envelope. # noqa: E501 + + :return: The account_id of this ConnectLog. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this ConnectLog. - The account ID associated with the envelope. + """Sets the account_id of this ConnectLog. + + The account ID associated with the envelope. # noqa: E501 - :param account_id: The account_id of this ConnectLog. + :param account_id: The account_id of this ConnectLog. # noqa: E501 :type: str """ @@ -116,22 +157,22 @@ def account_id(self, account_id): @property def config_url(self): - """ - Gets the config_url of this ConnectLog. - The web address of the listener or Retrieving Service end point for Connect. + """Gets the config_url of this ConnectLog. # noqa: E501 + + The web address of the listener or Retrieving Service end point for Connect. # noqa: E501 - :return: The config_url of this ConnectLog. + :return: The config_url of this ConnectLog. # noqa: E501 :rtype: str """ return self._config_url @config_url.setter def config_url(self, config_url): - """ - Sets the config_url of this ConnectLog. - The web address of the listener or Retrieving Service end point for Connect. + """Sets the config_url of this ConnectLog. + + The web address of the listener or Retrieving Service end point for Connect. # noqa: E501 - :param config_url: The config_url of this ConnectLog. + :param config_url: The config_url of this ConnectLog. # noqa: E501 :type: str """ @@ -139,22 +180,22 @@ def config_url(self, config_url): @property def connect_debug_log(self): - """ - Gets the connect_debug_log of this ConnectLog. - A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used. + """Gets the connect_debug_log of this ConnectLog. # noqa: E501 + + A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used. # noqa: E501 - :return: The connect_debug_log of this ConnectLog. + :return: The connect_debug_log of this ConnectLog. # noqa: E501 :rtype: list[ConnectDebugLog] """ return self._connect_debug_log @connect_debug_log.setter def connect_debug_log(self, connect_debug_log): - """ - Sets the connect_debug_log of this ConnectLog. - A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used. + """Sets the connect_debug_log of this ConnectLog. - :param connect_debug_log: The connect_debug_log of this ConnectLog. + A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used. # noqa: E501 + + :param connect_debug_log: The connect_debug_log of this ConnectLog. # noqa: E501 :type: list[ConnectDebugLog] """ @@ -162,22 +203,22 @@ def connect_debug_log(self, connect_debug_log): @property def connect_id(self): - """ - Gets the connect_id of this ConnectLog. - The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post. + """Gets the connect_id of this ConnectLog. # noqa: E501 + + The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post. # noqa: E501 - :return: The connect_id of this ConnectLog. + :return: The connect_id of this ConnectLog. # noqa: E501 :rtype: str """ return self._connect_id @connect_id.setter def connect_id(self, connect_id): - """ - Sets the connect_id of this ConnectLog. - The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post. + """Sets the connect_id of this ConnectLog. + + The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post. # noqa: E501 - :param connect_id: The connect_id of this ConnectLog. + :param connect_id: The connect_id of this ConnectLog. # noqa: E501 :type: str """ @@ -185,22 +226,22 @@ def connect_id(self, connect_id): @property def created(self): - """ - Gets the created of this ConnectLog. - The date and time the entry was created. + """Gets the created of this ConnectLog. # noqa: E501 - :return: The created of this ConnectLog. + The date and time the entry was created. # noqa: E501 + + :return: The created of this ConnectLog. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this ConnectLog. - The date and time the entry was created. + """Sets the created of this ConnectLog. - :param created: The created of this ConnectLog. + The date and time the entry was created. # noqa: E501 + + :param created: The created of this ConnectLog. # noqa: E501 :type: str """ @@ -208,22 +249,22 @@ def created(self, created): @property def email(self): - """ - Gets the email of this ConnectLog. - The email that sent the envelope. + """Gets the email of this ConnectLog. # noqa: E501 - :return: The email of this ConnectLog. + The email that sent the envelope. # noqa: E501 + + :return: The email of this ConnectLog. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this ConnectLog. - The email that sent the envelope. + """Sets the email of this ConnectLog. + + The email that sent the envelope. # noqa: E501 - :param email: The email of this ConnectLog. + :param email: The email of this ConnectLog. # noqa: E501 :type: str """ @@ -231,22 +272,22 @@ def email(self, email): @property def envelope_id(self): - """ - Gets the envelope_id of this ConnectLog. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this ConnectLog. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :return: The envelope_id of this ConnectLog. + :return: The envelope_id of this ConnectLog. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this ConnectLog. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this ConnectLog. - :param envelope_id: The envelope_id of this ConnectLog. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this ConnectLog. # noqa: E501 :type: str """ @@ -254,22 +295,22 @@ def envelope_id(self, envelope_id): @property def error(self): - """ - Gets the error of this ConnectLog. - The error that caused the Connect post to fail. + """Gets the error of this ConnectLog. # noqa: E501 + + The error that caused the Connect post to fail. # noqa: E501 - :return: The error of this ConnectLog. + :return: The error of this ConnectLog. # noqa: E501 :rtype: str """ return self._error @error.setter def error(self, error): - """ - Sets the error of this ConnectLog. - The error that caused the Connect post to fail. + """Sets the error of this ConnectLog. + + The error that caused the Connect post to fail. # noqa: E501 - :param error: The error of this ConnectLog. + :param error: The error of this ConnectLog. # noqa: E501 :type: str """ @@ -277,22 +318,22 @@ def error(self, error): @property def failure_id(self): - """ - Gets the failure_id of this ConnectLog. - The failure log ID for the failure. + """Gets the failure_id of this ConnectLog. # noqa: E501 + + The failure log ID for the failure. # noqa: E501 - :return: The failure_id of this ConnectLog. + :return: The failure_id of this ConnectLog. # noqa: E501 :rtype: str """ return self._failure_id @failure_id.setter def failure_id(self, failure_id): - """ - Sets the failure_id of this ConnectLog. - The failure log ID for the failure. + """Sets the failure_id of this ConnectLog. + + The failure log ID for the failure. # noqa: E501 - :param failure_id: The failure_id of this ConnectLog. + :param failure_id: The failure_id of this ConnectLog. # noqa: E501 :type: str """ @@ -300,22 +341,22 @@ def failure_id(self, failure_id): @property def failure_uri(self): - """ - Gets the failure_uri of this ConnectLog. - The URI for the failure. + """Gets the failure_uri of this ConnectLog. # noqa: E501 - :return: The failure_uri of this ConnectLog. + The URI for the failure. # noqa: E501 + + :return: The failure_uri of this ConnectLog. # noqa: E501 :rtype: str """ return self._failure_uri @failure_uri.setter def failure_uri(self, failure_uri): - """ - Sets the failure_uri of this ConnectLog. - The URI for the failure. + """Sets the failure_uri of this ConnectLog. - :param failure_uri: The failure_uri of this ConnectLog. + The URI for the failure. # noqa: E501 + + :param failure_uri: The failure_uri of this ConnectLog. # noqa: E501 :type: str """ @@ -323,22 +364,22 @@ def failure_uri(self, failure_uri): @property def last_try(self): - """ - Gets the last_try of this ConnectLog. - The date and time the last attempt to post. + """Gets the last_try of this ConnectLog. # noqa: E501 - :return: The last_try of this ConnectLog. + The date and time the last attempt to post. # noqa: E501 + + :return: The last_try of this ConnectLog. # noqa: E501 :rtype: str """ return self._last_try @last_try.setter def last_try(self, last_try): - """ - Sets the last_try of this ConnectLog. - The date and time the last attempt to post. + """Sets the last_try of this ConnectLog. + + The date and time the last attempt to post. # noqa: E501 - :param last_try: The last_try of this ConnectLog. + :param last_try: The last_try of this ConnectLog. # noqa: E501 :type: str """ @@ -346,22 +387,22 @@ def last_try(self, last_try): @property def log_id(self): - """ - Gets the log_id of this ConnectLog. - The Connect log ID for the entry. + """Gets the log_id of this ConnectLog. # noqa: E501 + + The Connect log ID for the entry. # noqa: E501 - :return: The log_id of this ConnectLog. + :return: The log_id of this ConnectLog. # noqa: E501 :rtype: str """ return self._log_id @log_id.setter def log_id(self, log_id): - """ - Sets the log_id of this ConnectLog. - The Connect log ID for the entry. + """Sets the log_id of this ConnectLog. + + The Connect log ID for the entry. # noqa: E501 - :param log_id: The log_id of this ConnectLog. + :param log_id: The log_id of this ConnectLog. # noqa: E501 :type: str """ @@ -369,22 +410,22 @@ def log_id(self, log_id): @property def log_uri(self): - """ - Gets the log_uri of this ConnectLog. - The URI for the log item. + """Gets the log_uri of this ConnectLog. # noqa: E501 + + The URI for the log item. # noqa: E501 - :return: The log_uri of this ConnectLog. + :return: The log_uri of this ConnectLog. # noqa: E501 :rtype: str """ return self._log_uri @log_uri.setter def log_uri(self, log_uri): - """ - Sets the log_uri of this ConnectLog. - The URI for the log item. + """Sets the log_uri of this ConnectLog. - :param log_uri: The log_uri of this ConnectLog. + The URI for the log item. # noqa: E501 + + :param log_uri: The log_uri of this ConnectLog. # noqa: E501 :type: str """ @@ -392,22 +433,22 @@ def log_uri(self, log_uri): @property def retry_count(self): - """ - Gets the retry_count of this ConnectLog. - The number of times the Connect post has been retried. + """Gets the retry_count of this ConnectLog. # noqa: E501 + + The number of times the Connect post has been retried. # noqa: E501 - :return: The retry_count of this ConnectLog. + :return: The retry_count of this ConnectLog. # noqa: E501 :rtype: str """ return self._retry_count @retry_count.setter def retry_count(self, retry_count): - """ - Sets the retry_count of this ConnectLog. - The number of times the Connect post has been retried. + """Sets the retry_count of this ConnectLog. + + The number of times the Connect post has been retried. # noqa: E501 - :param retry_count: The retry_count of this ConnectLog. + :param retry_count: The retry_count of this ConnectLog. # noqa: E501 :type: str """ @@ -415,22 +456,22 @@ def retry_count(self, retry_count): @property def retry_uri(self): - """ - Gets the retry_uri of this ConnectLog. - The UEI to retry to publish the Connect failure. + """Gets the retry_uri of this ConnectLog. # noqa: E501 - :return: The retry_uri of this ConnectLog. + The UEI to retry to publish the Connect failure. # noqa: E501 + + :return: The retry_uri of this ConnectLog. # noqa: E501 :rtype: str """ return self._retry_uri @retry_uri.setter def retry_uri(self, retry_uri): - """ - Sets the retry_uri of this ConnectLog. - The UEI to retry to publish the Connect failure. + """Sets the retry_uri of this ConnectLog. - :param retry_uri: The retry_uri of this ConnectLog. + The UEI to retry to publish the Connect failure. # noqa: E501 + + :param retry_uri: The retry_uri of this ConnectLog. # noqa: E501 :type: str """ @@ -438,22 +479,22 @@ def retry_uri(self, retry_uri): @property def status(self): - """ - Gets the status of this ConnectLog. - The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing. + """Gets the status of this ConnectLog. # noqa: E501 - :return: The status of this ConnectLog. + The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing. # noqa: E501 + + :return: The status of this ConnectLog. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this ConnectLog. - The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing. + """Sets the status of this ConnectLog. + + The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing. # noqa: E501 - :param status: The status of this ConnectLog. + :param status: The status of this ConnectLog. # noqa: E501 :type: str """ @@ -461,22 +502,22 @@ def status(self, status): @property def subject(self): - """ - Gets the subject of this ConnectLog. - The envelope subject. + """Gets the subject of this ConnectLog. # noqa: E501 + + The envelope subject. # noqa: E501 - :return: The subject of this ConnectLog. + :return: The subject of this ConnectLog. # noqa: E501 :rtype: str """ return self._subject @subject.setter def subject(self, subject): - """ - Sets the subject of this ConnectLog. - The envelope subject. + """Sets the subject of this ConnectLog. - :param subject: The subject of this ConnectLog. + The envelope subject. # noqa: E501 + + :param subject: The subject of this ConnectLog. # noqa: E501 :type: str """ @@ -484,34 +525,32 @@ def subject(self, subject): @property def user_name(self): - """ - Gets the user_name of this ConnectLog. - The name of the envelope sender. + """Gets the user_name of this ConnectLog. # noqa: E501 + + The name of the envelope sender. # noqa: E501 - :return: The user_name of this ConnectLog. + :return: The user_name of this ConnectLog. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this ConnectLog. - The name of the envelope sender. + """Sets the user_name of this ConnectLog. + + The name of the envelope sender. # noqa: E501 - :param user_name: The user_name of this ConnectLog. + :param user_name: The user_name of this ConnectLog. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -528,29 +567,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectLog, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectLog): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_logs.py b/docusign_esign/models/connect_logs.py index a8283fc3..63fcea9f 100644 --- a/docusign_esign/models/connect_logs.py +++ b/docusign_esign/models/connect_logs.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectLogs(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, failures=None, logs=None, total_records=None, type=None): - """ - ConnectLogs - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'failures': 'list[ConnectLog]', - 'logs': 'list[ConnectLog]', - 'total_records': 'str', - 'type': 'str' - } - - self.attribute_map = { - 'failures': 'failures', - 'logs': 'logs', - 'total_records': 'totalRecords', - 'type': 'type' - } - self._failures = failures - self._logs = logs - self._total_records = total_records - self._type = type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'failures': 'list[ConnectLog]', + 'logs': 'list[ConnectLog]', + 'total_records': 'str', + 'type': 'str' + } + + attribute_map = { + 'failures': 'failures', + 'logs': 'logs', + 'total_records': 'totalRecords', + 'type': 'type' + } + + def __init__(self, failures=None, logs=None, total_records=None, type=None): # noqa: E501 + """ConnectLogs - a model defined in Swagger""" # noqa: E501 + + self._failures = None + self._logs = None + self._total_records = None + self._type = None + self.discriminator = None + + if failures is not None: + self.failures = failures + if logs is not None: + self.logs = logs + if total_records is not None: + self.total_records = total_records + if type is not None: + self.type = type @property def failures(self): - """ - Gets the failures of this ConnectLogs. - An array of containing failure information from the Connect failure log. + """Gets the failures of this ConnectLogs. # noqa: E501 - :return: The failures of this ConnectLogs. + An array of containing failure information from the Connect failure log. # noqa: E501 + + :return: The failures of this ConnectLogs. # noqa: E501 :rtype: list[ConnectLog] """ return self._failures @failures.setter def failures(self, failures): - """ - Sets the failures of this ConnectLogs. - An array of containing failure information from the Connect failure log. + """Sets the failures of this ConnectLogs. - :param failures: The failures of this ConnectLogs. + An array of containing failure information from the Connect failure log. # noqa: E501 + + :param failures: The failures of this ConnectLogs. # noqa: E501 :type: list[ConnectLog] """ @@ -74,22 +87,22 @@ def failures(self, failures): @property def logs(self): - """ - Gets the logs of this ConnectLogs. - A complex type containing Connect log information. It is divided into two sections, one for regular logs and one for Connect failures. + """Gets the logs of this ConnectLogs. # noqa: E501 + + A complex type containing Connect log information. It is divided into two sections, one for regular logs and one for Connect failures. # noqa: E501 - :return: The logs of this ConnectLogs. + :return: The logs of this ConnectLogs. # noqa: E501 :rtype: list[ConnectLog] """ return self._logs @logs.setter def logs(self, logs): - """ - Sets the logs of this ConnectLogs. - A complex type containing Connect log information. It is divided into two sections, one for regular logs and one for Connect failures. + """Sets the logs of this ConnectLogs. + + A complex type containing Connect log information. It is divided into two sections, one for regular logs and one for Connect failures. # noqa: E501 - :param logs: The logs of this ConnectLogs. + :param logs: The logs of this ConnectLogs. # noqa: E501 :type: list[ConnectLog] """ @@ -97,22 +110,22 @@ def logs(self, logs): @property def total_records(self): - """ - Gets the total_records of this ConnectLogs. - + """Gets the total_records of this ConnectLogs. # noqa: E501 + + # noqa: E501 - :return: The total_records of this ConnectLogs. + :return: The total_records of this ConnectLogs. # noqa: E501 :rtype: str """ return self._total_records @total_records.setter def total_records(self, total_records): - """ - Sets the total_records of this ConnectLogs. - + """Sets the total_records of this ConnectLogs. - :param total_records: The total_records of this ConnectLogs. + # noqa: E501 + + :param total_records: The total_records of this ConnectLogs. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def total_records(self, total_records): @property def type(self): - """ - Gets the type of this ConnectLogs. - + """Gets the type of this ConnectLogs. # noqa: E501 - :return: The type of this ConnectLogs. + # noqa: E501 + + :return: The type of this ConnectLogs. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this ConnectLogs. - + """Sets the type of this ConnectLogs. + + # noqa: E501 - :param type: The type of this ConnectLogs. + :param type: The type of this ConnectLogs. # noqa: E501 :type: str """ self._type = type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectLogs, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectLogs): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_salesforce_field.py b/docusign_esign/models/connect_salesforce_field.py index 74987a4c..96e8b680 100644 --- a/docusign_esign/models/connect_salesforce_field.py +++ b/docusign_esign/models/connect_salesforce_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectSalesforceField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, ds_attribute=None, ds_link=None, ds_node=None, id=None, sf_field=None, sf_field_name=None, sf_folder=None, sf_locked_value=None): - """ - ConnectSalesforceField - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'ds_attribute': 'str', - 'ds_link': 'str', - 'ds_node': 'str', - 'id': 'str', - 'sf_field': 'str', - 'sf_field_name': 'str', - 'sf_folder': 'str', - 'sf_locked_value': 'str' - } - - self.attribute_map = { - 'ds_attribute': 'dsAttribute', - 'ds_link': 'dsLink', - 'ds_node': 'dsNode', - 'id': 'id', - 'sf_field': 'sfField', - 'sf_field_name': 'sfFieldName', - 'sf_folder': 'sfFolder', - 'sf_locked_value': 'sfLockedValue' - } - - self._ds_attribute = ds_attribute - self._ds_link = ds_link - self._ds_node = ds_node - self._id = id - self._sf_field = sf_field - self._sf_field_name = sf_field_name - self._sf_folder = sf_folder - self._sf_locked_value = sf_locked_value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'ds_attribute': 'str', + 'ds_link': 'str', + 'ds_node': 'str', + 'id': 'str', + 'sf_field': 'str', + 'sf_field_name': 'str', + 'sf_folder': 'str', + 'sf_locked_value': 'str' + } + + attribute_map = { + 'ds_attribute': 'dsAttribute', + 'ds_link': 'dsLink', + 'ds_node': 'dsNode', + 'id': 'id', + 'sf_field': 'sfField', + 'sf_field_name': 'sfFieldName', + 'sf_folder': 'sfFolder', + 'sf_locked_value': 'sfLockedValue' + } + + def __init__(self, ds_attribute=None, ds_link=None, ds_node=None, id=None, sf_field=None, sf_field_name=None, sf_folder=None, sf_locked_value=None): # noqa: E501 + """ConnectSalesforceField - a model defined in Swagger""" # noqa: E501 + + self._ds_attribute = None + self._ds_link = None + self._ds_node = None + self._id = None + self._sf_field = None + self._sf_field_name = None + self._sf_folder = None + self._sf_locked_value = None + self.discriminator = None + + if ds_attribute is not None: + self.ds_attribute = ds_attribute + if ds_link is not None: + self.ds_link = ds_link + if ds_node is not None: + self.ds_node = ds_node + if id is not None: + self.id = id + if sf_field is not None: + self.sf_field = sf_field + if sf_field_name is not None: + self.sf_field_name = sf_field_name + if sf_folder is not None: + self.sf_folder = sf_folder + if sf_locked_value is not None: + self.sf_locked_value = sf_locked_value @property def ds_attribute(self): - """ - Gets the ds_attribute of this ConnectSalesforceField. - + """Gets the ds_attribute of this ConnectSalesforceField. # noqa: E501 - :return: The ds_attribute of this ConnectSalesforceField. + # noqa: E501 + + :return: The ds_attribute of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._ds_attribute @ds_attribute.setter def ds_attribute(self, ds_attribute): - """ - Sets the ds_attribute of this ConnectSalesforceField. - + """Sets the ds_attribute of this ConnectSalesforceField. - :param ds_attribute: The ds_attribute of this ConnectSalesforceField. + # noqa: E501 + + :param ds_attribute: The ds_attribute of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def ds_attribute(self, ds_attribute): @property def ds_link(self): - """ - Gets the ds_link of this ConnectSalesforceField. - + """Gets the ds_link of this ConnectSalesforceField. # noqa: E501 - :return: The ds_link of this ConnectSalesforceField. + # noqa: E501 + + :return: The ds_link of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._ds_link @ds_link.setter def ds_link(self, ds_link): - """ - Sets the ds_link of this ConnectSalesforceField. - + """Sets the ds_link of this ConnectSalesforceField. - :param ds_link: The ds_link of this ConnectSalesforceField. + # noqa: E501 + + :param ds_link: The ds_link of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def ds_link(self, ds_link): @property def ds_node(self): - """ - Gets the ds_node of this ConnectSalesforceField. - + """Gets the ds_node of this ConnectSalesforceField. # noqa: E501 - :return: The ds_node of this ConnectSalesforceField. + # noqa: E501 + + :return: The ds_node of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._ds_node @ds_node.setter def ds_node(self, ds_node): - """ - Sets the ds_node of this ConnectSalesforceField. - + """Sets the ds_node of this ConnectSalesforceField. - :param ds_node: The ds_node of this ConnectSalesforceField. + # noqa: E501 + + :param ds_node: The ds_node of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -132,22 +153,22 @@ def ds_node(self, ds_node): @property def id(self): - """ - Gets the id of this ConnectSalesforceField. - + """Gets the id of this ConnectSalesforceField. # noqa: E501 + + # noqa: E501 - :return: The id of this ConnectSalesforceField. + :return: The id of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this ConnectSalesforceField. - + """Sets the id of this ConnectSalesforceField. + + # noqa: E501 - :param id: The id of this ConnectSalesforceField. + :param id: The id of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def id(self, id): @property def sf_field(self): - """ - Gets the sf_field of this ConnectSalesforceField. - + """Gets the sf_field of this ConnectSalesforceField. # noqa: E501 + + # noqa: E501 - :return: The sf_field of this ConnectSalesforceField. + :return: The sf_field of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._sf_field @sf_field.setter def sf_field(self, sf_field): - """ - Sets the sf_field of this ConnectSalesforceField. - + """Sets the sf_field of this ConnectSalesforceField. + + # noqa: E501 - :param sf_field: The sf_field of this ConnectSalesforceField. + :param sf_field: The sf_field of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def sf_field(self, sf_field): @property def sf_field_name(self): - """ - Gets the sf_field_name of this ConnectSalesforceField. - + """Gets the sf_field_name of this ConnectSalesforceField. # noqa: E501 + + # noqa: E501 - :return: The sf_field_name of this ConnectSalesforceField. + :return: The sf_field_name of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._sf_field_name @sf_field_name.setter def sf_field_name(self, sf_field_name): - """ - Sets the sf_field_name of this ConnectSalesforceField. - + """Sets the sf_field_name of this ConnectSalesforceField. + + # noqa: E501 - :param sf_field_name: The sf_field_name of this ConnectSalesforceField. + :param sf_field_name: The sf_field_name of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def sf_field_name(self, sf_field_name): @property def sf_folder(self): - """ - Gets the sf_folder of this ConnectSalesforceField. - + """Gets the sf_folder of this ConnectSalesforceField. # noqa: E501 + + # noqa: E501 - :return: The sf_folder of this ConnectSalesforceField. + :return: The sf_folder of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._sf_folder @sf_folder.setter def sf_folder(self, sf_folder): - """ - Sets the sf_folder of this ConnectSalesforceField. - + """Sets the sf_folder of this ConnectSalesforceField. + + # noqa: E501 - :param sf_folder: The sf_folder of this ConnectSalesforceField. + :param sf_folder: The sf_folder of this ConnectSalesforceField. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def sf_folder(self, sf_folder): @property def sf_locked_value(self): - """ - Gets the sf_locked_value of this ConnectSalesforceField. - + """Gets the sf_locked_value of this ConnectSalesforceField. # noqa: E501 - :return: The sf_locked_value of this ConnectSalesforceField. + # noqa: E501 + + :return: The sf_locked_value of this ConnectSalesforceField. # noqa: E501 :rtype: str """ return self._sf_locked_value @sf_locked_value.setter def sf_locked_value(self, sf_locked_value): - """ - Sets the sf_locked_value of this ConnectSalesforceField. - + """Sets the sf_locked_value of this ConnectSalesforceField. - :param sf_locked_value: The sf_locked_value of this ConnectSalesforceField. + # noqa: E501 + + :param sf_locked_value: The sf_locked_value of this ConnectSalesforceField. # noqa: E501 :type: str """ self._sf_locked_value = sf_locked_value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectSalesforceField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectSalesforceField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_salesforce_object.py b/docusign_esign/models/connect_salesforce_object.py index e9077745..8336a4ba 100644 --- a/docusign_esign/models/connect_salesforce_object.py +++ b/docusign_esign/models/connect_salesforce_object.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectSalesforceObject(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, active=None, description=None, id=None, insert=None, on_complete_only=None, select_fields=None, sf_object=None, sf_object_name=None, update_fields=None): - """ - ConnectSalesforceObject - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'active': 'str', - 'description': 'str', - 'id': 'str', - 'insert': 'str', - 'on_complete_only': 'str', - 'select_fields': 'list[ConnectSalesforceField]', - 'sf_object': 'str', - 'sf_object_name': 'str', - 'update_fields': 'list[ConnectSalesforceField]' - } - - self.attribute_map = { - 'active': 'active', - 'description': 'description', - 'id': 'id', - 'insert': 'insert', - 'on_complete_only': 'onCompleteOnly', - 'select_fields': 'selectFields', - 'sf_object': 'sfObject', - 'sf_object_name': 'sfObjectName', - 'update_fields': 'updateFields' - } - - self._active = active - self._description = description - self._id = id - self._insert = insert - self._on_complete_only = on_complete_only - self._select_fields = select_fields - self._sf_object = sf_object - self._sf_object_name = sf_object_name - self._update_fields = update_fields + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'active': 'str', + 'description': 'str', + 'id': 'str', + 'insert': 'str', + 'on_complete_only': 'str', + 'select_fields': 'list[ConnectSalesforceField]', + 'sf_object': 'str', + 'sf_object_name': 'str', + 'update_fields': 'list[ConnectSalesforceField]' + } + + attribute_map = { + 'active': 'active', + 'description': 'description', + 'id': 'id', + 'insert': 'insert', + 'on_complete_only': 'onCompleteOnly', + 'select_fields': 'selectFields', + 'sf_object': 'sfObject', + 'sf_object_name': 'sfObjectName', + 'update_fields': 'updateFields' + } + + def __init__(self, active=None, description=None, id=None, insert=None, on_complete_only=None, select_fields=None, sf_object=None, sf_object_name=None, update_fields=None): # noqa: E501 + """ConnectSalesforceObject - a model defined in Swagger""" # noqa: E501 + + self._active = None + self._description = None + self._id = None + self._insert = None + self._on_complete_only = None + self._select_fields = None + self._sf_object = None + self._sf_object_name = None + self._update_fields = None + self.discriminator = None + + if active is not None: + self.active = active + if description is not None: + self.description = description + if id is not None: + self.id = id + if insert is not None: + self.insert = insert + if on_complete_only is not None: + self.on_complete_only = on_complete_only + if select_fields is not None: + self.select_fields = select_fields + if sf_object is not None: + self.sf_object = sf_object + if sf_object_name is not None: + self.sf_object_name = sf_object_name + if update_fields is not None: + self.update_fields = update_fields @property def active(self): - """ - Gets the active of this ConnectSalesforceObject. - + """Gets the active of this ConnectSalesforceObject. # noqa: E501 - :return: The active of this ConnectSalesforceObject. + # noqa: E501 + + :return: The active of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._active @active.setter def active(self, active): - """ - Sets the active of this ConnectSalesforceObject. - + """Sets the active of this ConnectSalesforceObject. - :param active: The active of this ConnectSalesforceObject. + # noqa: E501 + + :param active: The active of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def active(self, active): @property def description(self): - """ - Gets the description of this ConnectSalesforceObject. - + """Gets the description of this ConnectSalesforceObject. # noqa: E501 - :return: The description of this ConnectSalesforceObject. + # noqa: E501 + + :return: The description of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._description @description.setter def description(self, description): - """ - Sets the description of this ConnectSalesforceObject. - + """Sets the description of this ConnectSalesforceObject. - :param description: The description of this ConnectSalesforceObject. + # noqa: E501 + + :param description: The description of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def description(self, description): @property def id(self): - """ - Gets the id of this ConnectSalesforceObject. - + """Gets the id of this ConnectSalesforceObject. # noqa: E501 - :return: The id of this ConnectSalesforceObject. + # noqa: E501 + + :return: The id of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this ConnectSalesforceObject. - + """Sets the id of this ConnectSalesforceObject. - :param id: The id of this ConnectSalesforceObject. + # noqa: E501 + + :param id: The id of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -135,22 +158,22 @@ def id(self, id): @property def insert(self): - """ - Gets the insert of this ConnectSalesforceObject. - + """Gets the insert of this ConnectSalesforceObject. # noqa: E501 - :return: The insert of this ConnectSalesforceObject. + # noqa: E501 + + :return: The insert of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._insert @insert.setter def insert(self, insert): - """ - Sets the insert of this ConnectSalesforceObject. - + """Sets the insert of this ConnectSalesforceObject. - :param insert: The insert of this ConnectSalesforceObject. + # noqa: E501 + + :param insert: The insert of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def insert(self, insert): @property def on_complete_only(self): - """ - Gets the on_complete_only of this ConnectSalesforceObject. - + """Gets the on_complete_only of this ConnectSalesforceObject. # noqa: E501 - :return: The on_complete_only of this ConnectSalesforceObject. + # noqa: E501 + + :return: The on_complete_only of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._on_complete_only @on_complete_only.setter def on_complete_only(self, on_complete_only): - """ - Sets the on_complete_only of this ConnectSalesforceObject. - + """Sets the on_complete_only of this ConnectSalesforceObject. - :param on_complete_only: The on_complete_only of this ConnectSalesforceObject. + # noqa: E501 + + :param on_complete_only: The on_complete_only of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -181,22 +204,22 @@ def on_complete_only(self, on_complete_only): @property def select_fields(self): - """ - Gets the select_fields of this ConnectSalesforceObject. - + """Gets the select_fields of this ConnectSalesforceObject. # noqa: E501 - :return: The select_fields of this ConnectSalesforceObject. + # noqa: E501 + + :return: The select_fields of this ConnectSalesforceObject. # noqa: E501 :rtype: list[ConnectSalesforceField] """ return self._select_fields @select_fields.setter def select_fields(self, select_fields): - """ - Sets the select_fields of this ConnectSalesforceObject. - + """Sets the select_fields of this ConnectSalesforceObject. - :param select_fields: The select_fields of this ConnectSalesforceObject. + # noqa: E501 + + :param select_fields: The select_fields of this ConnectSalesforceObject. # noqa: E501 :type: list[ConnectSalesforceField] """ @@ -204,22 +227,22 @@ def select_fields(self, select_fields): @property def sf_object(self): - """ - Gets the sf_object of this ConnectSalesforceObject. - + """Gets the sf_object of this ConnectSalesforceObject. # noqa: E501 - :return: The sf_object of this ConnectSalesforceObject. + # noqa: E501 + + :return: The sf_object of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._sf_object @sf_object.setter def sf_object(self, sf_object): - """ - Sets the sf_object of this ConnectSalesforceObject. - + """Sets the sf_object of this ConnectSalesforceObject. - :param sf_object: The sf_object of this ConnectSalesforceObject. + # noqa: E501 + + :param sf_object: The sf_object of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -227,22 +250,22 @@ def sf_object(self, sf_object): @property def sf_object_name(self): - """ - Gets the sf_object_name of this ConnectSalesforceObject. - + """Gets the sf_object_name of this ConnectSalesforceObject. # noqa: E501 - :return: The sf_object_name of this ConnectSalesforceObject. + # noqa: E501 + + :return: The sf_object_name of this ConnectSalesforceObject. # noqa: E501 :rtype: str """ return self._sf_object_name @sf_object_name.setter def sf_object_name(self, sf_object_name): - """ - Sets the sf_object_name of this ConnectSalesforceObject. - + """Sets the sf_object_name of this ConnectSalesforceObject. - :param sf_object_name: The sf_object_name of this ConnectSalesforceObject. + # noqa: E501 + + :param sf_object_name: The sf_object_name of this ConnectSalesforceObject. # noqa: E501 :type: str """ @@ -250,34 +273,32 @@ def sf_object_name(self, sf_object_name): @property def update_fields(self): - """ - Gets the update_fields of this ConnectSalesforceObject. - + """Gets the update_fields of this ConnectSalesforceObject. # noqa: E501 - :return: The update_fields of this ConnectSalesforceObject. + # noqa: E501 + + :return: The update_fields of this ConnectSalesforceObject. # noqa: E501 :rtype: list[ConnectSalesforceField] """ return self._update_fields @update_fields.setter def update_fields(self, update_fields): - """ - Sets the update_fields of this ConnectSalesforceObject. - + """Sets the update_fields of this ConnectSalesforceObject. - :param update_fields: The update_fields of this ConnectSalesforceObject. + # noqa: E501 + + :param update_fields: The update_fields of this ConnectSalesforceObject. # noqa: E501 :type: list[ConnectSalesforceField] """ self._update_fields = update_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -294,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectSalesforceObject, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectSalesforceObject): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/connect_user_object.py b/docusign_esign/models/connect_user_object.py index 4d843f64..66531591 100644 --- a/docusign_esign/models/connect_user_object.py +++ b/docusign_esign/models/connect_user_object.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConnectUserObject(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, configurationtype=None, connect_id=None, enabled=None, has_access=None, sender_searchable_items=None): - """ - ConnectUserObject - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'configurationtype': 'str', - 'connect_id': 'str', - 'enabled': 'str', - 'has_access': 'str', - 'sender_searchable_items': 'list[str]' - } - - self.attribute_map = { - 'configurationtype': 'configurationtype', - 'connect_id': 'connectId', - 'enabled': 'enabled', - 'has_access': 'hasAccess', - 'sender_searchable_items': 'senderSearchableItems' - } - self._configurationtype = configurationtype - self._connect_id = connect_id - self._enabled = enabled - self._has_access = has_access - self._sender_searchable_items = sender_searchable_items + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'configurationtype': 'str', + 'connect_id': 'str', + 'enabled': 'str', + 'has_access': 'str', + 'sender_searchable_items': 'list[str]' + } + + attribute_map = { + 'configurationtype': 'configurationtype', + 'connect_id': 'connectId', + 'enabled': 'enabled', + 'has_access': 'hasAccess', + 'sender_searchable_items': 'senderSearchableItems' + } + + def __init__(self, configurationtype=None, connect_id=None, enabled=None, has_access=None, sender_searchable_items=None): # noqa: E501 + """ConnectUserObject - a model defined in Swagger""" # noqa: E501 + + self._configurationtype = None + self._connect_id = None + self._enabled = None + self._has_access = None + self._sender_searchable_items = None + self.discriminator = None + + if configurationtype is not None: + self.configurationtype = configurationtype + if connect_id is not None: + self.connect_id = connect_id + if enabled is not None: + self.enabled = enabled + if has_access is not None: + self.has_access = has_access + if sender_searchable_items is not None: + self.sender_searchable_items = sender_searchable_items @property def configurationtype(self): - """ - Gets the configurationtype of this ConnectUserObject. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Gets the configurationtype of this ConnectUserObject. # noqa: E501 - :return: The configurationtype of this ConnectUserObject. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :return: The configurationtype of this ConnectUserObject. # noqa: E501 :rtype: str """ return self._configurationtype @configurationtype.setter def configurationtype(self, configurationtype): - """ - Sets the configurationtype of this ConnectUserObject. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Sets the configurationtype of this ConnectUserObject. + + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 - :param configurationtype: The configurationtype of this ConnectUserObject. + :param configurationtype: The configurationtype of this ConnectUserObject. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def configurationtype(self, configurationtype): @property def connect_id(self): - """ - Gets the connect_id of this ConnectUserObject. - + """Gets the connect_id of this ConnectUserObject. # noqa: E501 + + # noqa: E501 - :return: The connect_id of this ConnectUserObject. + :return: The connect_id of this ConnectUserObject. # noqa: E501 :rtype: str """ return self._connect_id @connect_id.setter def connect_id(self, connect_id): - """ - Sets the connect_id of this ConnectUserObject. - + """Sets the connect_id of this ConnectUserObject. - :param connect_id: The connect_id of this ConnectUserObject. + # noqa: E501 + + :param connect_id: The connect_id of this ConnectUserObject. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def connect_id(self, connect_id): @property def enabled(self): - """ - Gets the enabled of this ConnectUserObject. - + """Gets the enabled of this ConnectUserObject. # noqa: E501 - :return: The enabled of this ConnectUserObject. + # noqa: E501 + + :return: The enabled of this ConnectUserObject. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this ConnectUserObject. - + """Sets the enabled of this ConnectUserObject. + + # noqa: E501 - :param enabled: The enabled of this ConnectUserObject. + :param enabled: The enabled of this ConnectUserObject. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def enabled(self, enabled): @property def has_access(self): - """ - Gets the has_access of this ConnectUserObject. - + """Gets the has_access of this ConnectUserObject. # noqa: E501 + + # noqa: E501 - :return: The has_access of this ConnectUserObject. + :return: The has_access of this ConnectUserObject. # noqa: E501 :rtype: str """ return self._has_access @has_access.setter def has_access(self, has_access): - """ - Sets the has_access of this ConnectUserObject. - + """Sets the has_access of this ConnectUserObject. - :param has_access: The has_access of this ConnectUserObject. + # noqa: E501 + + :param has_access: The has_access of this ConnectUserObject. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def has_access(self, has_access): @property def sender_searchable_items(self): - """ - Gets the sender_searchable_items of this ConnectUserObject. - + """Gets the sender_searchable_items of this ConnectUserObject. # noqa: E501 + + # noqa: E501 - :return: The sender_searchable_items of this ConnectUserObject. + :return: The sender_searchable_items of this ConnectUserObject. # noqa: E501 :rtype: list[str] """ return self._sender_searchable_items @sender_searchable_items.setter def sender_searchable_items(self, sender_searchable_items): - """ - Sets the sender_searchable_items of this ConnectUserObject. - + """Sets the sender_searchable_items of this ConnectUserObject. + + # noqa: E501 - :param sender_searchable_items: The sender_searchable_items of this ConnectUserObject. + :param sender_searchable_items: The sender_searchable_items of this ConnectUserObject. # noqa: E501 :type: list[str] """ self._sender_searchable_items = sender_searchable_items def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConnectUserObject, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConnectUserObject): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/console_view_request.py b/docusign_esign/models/console_view_request.py index 61127ced..9b1bc704 100644 --- a/docusign_esign/models/console_view_request.py +++ b/docusign_esign/models/console_view_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConsoleViewRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_id=None, return_url=None): - """ - ConsoleViewRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_id': 'str', - 'return_url': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_id': 'str', + 'return_url': 'str' + } - self.attribute_map = { - 'envelope_id': 'envelopeId', - 'return_url': 'returnUrl' - } + attribute_map = { + 'envelope_id': 'envelopeId', + 'return_url': 'returnUrl' + } - self._envelope_id = envelope_id - self._return_url = return_url + def __init__(self, envelope_id=None, return_url=None): # noqa: E501 + """ConsoleViewRequest - a model defined in Swagger""" # noqa: E501 + + self._envelope_id = None + self._return_url = None + self.discriminator = None + + if envelope_id is not None: + self.envelope_id = envelope_id + if return_url is not None: + self.return_url = return_url @property def envelope_id(self): - """ - Gets the envelope_id of this ConsoleViewRequest. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this ConsoleViewRequest. # noqa: E501 - :return: The envelope_id of this ConsoleViewRequest. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this ConsoleViewRequest. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this ConsoleViewRequest. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this ConsoleViewRequest. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this ConsoleViewRequest. + :param envelope_id: The envelope_id of this ConsoleViewRequest. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def envelope_id(self, envelope_id): @property def return_url(self): - """ - Gets the return_url of this ConsoleViewRequest. - The URL to be redirected to after the console view session has ended. + """Gets the return_url of this ConsoleViewRequest. # noqa: E501 + + The URL to be redirected to after the console view session has ended. # noqa: E501 - :return: The return_url of this ConsoleViewRequest. + :return: The return_url of this ConsoleViewRequest. # noqa: E501 :rtype: str """ return self._return_url @return_url.setter def return_url(self, return_url): - """ - Sets the return_url of this ConsoleViewRequest. - The URL to be redirected to after the console view session has ended. + """Sets the return_url of this ConsoleViewRequest. + + The URL to be redirected to after the console view session has ended. # noqa: E501 - :param return_url: The return_url of this ConsoleViewRequest. + :param return_url: The return_url of this ConsoleViewRequest. # noqa: E501 :type: str """ self._return_url = return_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConsoleViewRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConsoleViewRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/consumer_disclosure.py b/docusign_esign/models/consumer_disclosure.py index 93dafed5..74353cbb 100644 --- a/docusign_esign/models/consumer_disclosure.py +++ b/docusign_esign/models/consumer_disclosure.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,146 +11,215 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ConsumerDisclosure(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_esign_id=None, allow_cd_withdraw=None, allow_cd_withdraw_metadata=None, change_email=None, change_email_other=None, company_name=None, company_phone=None, copy_cost_per_page=None, copy_fee_collection_method=None, copy_request_email=None, custom=None, enable_esign=None, esign_agreement=None, esign_text=None, language_code=None, must_agree_to_esign=None, pdf_id=None, use_brand=None, use_consumer_disclosure_within_account=None, use_consumer_disclosure_within_account_metadata=None, withdraw_address_line1=None, withdraw_address_line2=None, withdraw_by_email=None, withdraw_by_mail=None, withdraw_by_phone=None, withdraw_city=None, withdraw_consequences=None, withdraw_email=None, withdraw_other=None, withdraw_phone=None, withdraw_postal_code=None, withdraw_state=None): - """ - ConsumerDisclosure - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_esign_id': 'str', - 'allow_cd_withdraw': 'str', - 'allow_cd_withdraw_metadata': 'SettingsMetadata', - 'change_email': 'str', - 'change_email_other': 'str', - 'company_name': 'str', - 'company_phone': 'str', - 'copy_cost_per_page': 'str', - 'copy_fee_collection_method': 'str', - 'copy_request_email': 'str', - 'custom': 'str', - 'enable_esign': 'str', - 'esign_agreement': 'str', - 'esign_text': 'str', - 'language_code': 'str', - 'must_agree_to_esign': 'str', - 'pdf_id': 'str', - 'use_brand': 'str', - 'use_consumer_disclosure_within_account': 'str', - 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', - 'withdraw_address_line1': 'str', - 'withdraw_address_line2': 'str', - 'withdraw_by_email': 'str', - 'withdraw_by_mail': 'str', - 'withdraw_by_phone': 'str', - 'withdraw_city': 'str', - 'withdraw_consequences': 'str', - 'withdraw_email': 'str', - 'withdraw_other': 'str', - 'withdraw_phone': 'str', - 'withdraw_postal_code': 'str', - 'withdraw_state': 'str' - } - - self.attribute_map = { - 'account_esign_id': 'accountEsignId', - 'allow_cd_withdraw': 'allowCDWithdraw', - 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', - 'change_email': 'changeEmail', - 'change_email_other': 'changeEmailOther', - 'company_name': 'companyName', - 'company_phone': 'companyPhone', - 'copy_cost_per_page': 'copyCostPerPage', - 'copy_fee_collection_method': 'copyFeeCollectionMethod', - 'copy_request_email': 'copyRequestEmail', - 'custom': 'custom', - 'enable_esign': 'enableEsign', - 'esign_agreement': 'esignAgreement', - 'esign_text': 'esignText', - 'language_code': 'languageCode', - 'must_agree_to_esign': 'mustAgreeToEsign', - 'pdf_id': 'pdfId', - 'use_brand': 'useBrand', - 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', - 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', - 'withdraw_address_line1': 'withdrawAddressLine1', - 'withdraw_address_line2': 'withdrawAddressLine2', - 'withdraw_by_email': 'withdrawByEmail', - 'withdraw_by_mail': 'withdrawByMail', - 'withdraw_by_phone': 'withdrawByPhone', - 'withdraw_city': 'withdrawCity', - 'withdraw_consequences': 'withdrawConsequences', - 'withdraw_email': 'withdrawEmail', - 'withdraw_other': 'withdrawOther', - 'withdraw_phone': 'withdrawPhone', - 'withdraw_postal_code': 'withdrawPostalCode', - 'withdraw_state': 'withdrawState' - } - self._account_esign_id = account_esign_id - self._allow_cd_withdraw = allow_cd_withdraw - self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata - self._change_email = change_email - self._change_email_other = change_email_other - self._company_name = company_name - self._company_phone = company_phone - self._copy_cost_per_page = copy_cost_per_page - self._copy_fee_collection_method = copy_fee_collection_method - self._copy_request_email = copy_request_email - self._custom = custom - self._enable_esign = enable_esign - self._esign_agreement = esign_agreement - self._esign_text = esign_text - self._language_code = language_code - self._must_agree_to_esign = must_agree_to_esign - self._pdf_id = pdf_id - self._use_brand = use_brand - self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account - self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata - self._withdraw_address_line1 = withdraw_address_line1 - self._withdraw_address_line2 = withdraw_address_line2 - self._withdraw_by_email = withdraw_by_email - self._withdraw_by_mail = withdraw_by_mail - self._withdraw_by_phone = withdraw_by_phone - self._withdraw_city = withdraw_city - self._withdraw_consequences = withdraw_consequences - self._withdraw_email = withdraw_email - self._withdraw_other = withdraw_other - self._withdraw_phone = withdraw_phone - self._withdraw_postal_code = withdraw_postal_code - self._withdraw_state = withdraw_state + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_esign_id': 'str', + 'allow_cd_withdraw': 'str', + 'allow_cd_withdraw_metadata': 'SettingsMetadata', + 'change_email': 'str', + 'change_email_other': 'str', + 'company_name': 'str', + 'company_phone': 'str', + 'copy_cost_per_page': 'str', + 'copy_fee_collection_method': 'str', + 'copy_request_email': 'str', + 'custom': 'str', + 'enable_esign': 'str', + 'esign_agreement': 'str', + 'esign_text': 'str', + 'language_code': 'str', + 'must_agree_to_esign': 'str', + 'pdf_id': 'str', + 'use_brand': 'str', + 'use_consumer_disclosure_within_account': 'str', + 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', + 'withdraw_address_line1': 'str', + 'withdraw_address_line2': 'str', + 'withdraw_by_email': 'str', + 'withdraw_by_mail': 'str', + 'withdraw_by_phone': 'str', + 'withdraw_city': 'str', + 'withdraw_consequences': 'str', + 'withdraw_email': 'str', + 'withdraw_other': 'str', + 'withdraw_phone': 'str', + 'withdraw_postal_code': 'str', + 'withdraw_state': 'str' + } + + attribute_map = { + 'account_esign_id': 'accountEsignId', + 'allow_cd_withdraw': 'allowCDWithdraw', + 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', + 'change_email': 'changeEmail', + 'change_email_other': 'changeEmailOther', + 'company_name': 'companyName', + 'company_phone': 'companyPhone', + 'copy_cost_per_page': 'copyCostPerPage', + 'copy_fee_collection_method': 'copyFeeCollectionMethod', + 'copy_request_email': 'copyRequestEmail', + 'custom': 'custom', + 'enable_esign': 'enableEsign', + 'esign_agreement': 'esignAgreement', + 'esign_text': 'esignText', + 'language_code': 'languageCode', + 'must_agree_to_esign': 'mustAgreeToEsign', + 'pdf_id': 'pdfId', + 'use_brand': 'useBrand', + 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', + 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', + 'withdraw_address_line1': 'withdrawAddressLine1', + 'withdraw_address_line2': 'withdrawAddressLine2', + 'withdraw_by_email': 'withdrawByEmail', + 'withdraw_by_mail': 'withdrawByMail', + 'withdraw_by_phone': 'withdrawByPhone', + 'withdraw_city': 'withdrawCity', + 'withdraw_consequences': 'withdrawConsequences', + 'withdraw_email': 'withdrawEmail', + 'withdraw_other': 'withdrawOther', + 'withdraw_phone': 'withdrawPhone', + 'withdraw_postal_code': 'withdrawPostalCode', + 'withdraw_state': 'withdrawState' + } + + def __init__(self, account_esign_id=None, allow_cd_withdraw=None, allow_cd_withdraw_metadata=None, change_email=None, change_email_other=None, company_name=None, company_phone=None, copy_cost_per_page=None, copy_fee_collection_method=None, copy_request_email=None, custom=None, enable_esign=None, esign_agreement=None, esign_text=None, language_code=None, must_agree_to_esign=None, pdf_id=None, use_brand=None, use_consumer_disclosure_within_account=None, use_consumer_disclosure_within_account_metadata=None, withdraw_address_line1=None, withdraw_address_line2=None, withdraw_by_email=None, withdraw_by_mail=None, withdraw_by_phone=None, withdraw_city=None, withdraw_consequences=None, withdraw_email=None, withdraw_other=None, withdraw_phone=None, withdraw_postal_code=None, withdraw_state=None): # noqa: E501 + """ConsumerDisclosure - a model defined in Swagger""" # noqa: E501 + + self._account_esign_id = None + self._allow_cd_withdraw = None + self._allow_cd_withdraw_metadata = None + self._change_email = None + self._change_email_other = None + self._company_name = None + self._company_phone = None + self._copy_cost_per_page = None + self._copy_fee_collection_method = None + self._copy_request_email = None + self._custom = None + self._enable_esign = None + self._esign_agreement = None + self._esign_text = None + self._language_code = None + self._must_agree_to_esign = None + self._pdf_id = None + self._use_brand = None + self._use_consumer_disclosure_within_account = None + self._use_consumer_disclosure_within_account_metadata = None + self._withdraw_address_line1 = None + self._withdraw_address_line2 = None + self._withdraw_by_email = None + self._withdraw_by_mail = None + self._withdraw_by_phone = None + self._withdraw_city = None + self._withdraw_consequences = None + self._withdraw_email = None + self._withdraw_other = None + self._withdraw_phone = None + self._withdraw_postal_code = None + self._withdraw_state = None + self.discriminator = None + + if account_esign_id is not None: + self.account_esign_id = account_esign_id + if allow_cd_withdraw is not None: + self.allow_cd_withdraw = allow_cd_withdraw + if allow_cd_withdraw_metadata is not None: + self.allow_cd_withdraw_metadata = allow_cd_withdraw_metadata + if change_email is not None: + self.change_email = change_email + if change_email_other is not None: + self.change_email_other = change_email_other + if company_name is not None: + self.company_name = company_name + if company_phone is not None: + self.company_phone = company_phone + if copy_cost_per_page is not None: + self.copy_cost_per_page = copy_cost_per_page + if copy_fee_collection_method is not None: + self.copy_fee_collection_method = copy_fee_collection_method + if copy_request_email is not None: + self.copy_request_email = copy_request_email + if custom is not None: + self.custom = custom + if enable_esign is not None: + self.enable_esign = enable_esign + if esign_agreement is not None: + self.esign_agreement = esign_agreement + if esign_text is not None: + self.esign_text = esign_text + if language_code is not None: + self.language_code = language_code + if must_agree_to_esign is not None: + self.must_agree_to_esign = must_agree_to_esign + if pdf_id is not None: + self.pdf_id = pdf_id + if use_brand is not None: + self.use_brand = use_brand + if use_consumer_disclosure_within_account is not None: + self.use_consumer_disclosure_within_account = use_consumer_disclosure_within_account + if use_consumer_disclosure_within_account_metadata is not None: + self.use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata + if withdraw_address_line1 is not None: + self.withdraw_address_line1 = withdraw_address_line1 + if withdraw_address_line2 is not None: + self.withdraw_address_line2 = withdraw_address_line2 + if withdraw_by_email is not None: + self.withdraw_by_email = withdraw_by_email + if withdraw_by_mail is not None: + self.withdraw_by_mail = withdraw_by_mail + if withdraw_by_phone is not None: + self.withdraw_by_phone = withdraw_by_phone + if withdraw_city is not None: + self.withdraw_city = withdraw_city + if withdraw_consequences is not None: + self.withdraw_consequences = withdraw_consequences + if withdraw_email is not None: + self.withdraw_email = withdraw_email + if withdraw_other is not None: + self.withdraw_other = withdraw_other + if withdraw_phone is not None: + self.withdraw_phone = withdraw_phone + if withdraw_postal_code is not None: + self.withdraw_postal_code = withdraw_postal_code + if withdraw_state is not None: + self.withdraw_state = withdraw_state @property def account_esign_id(self): - """ - Gets the account_esign_id of this ConsumerDisclosure. - A GUID identifying the account associated with the consumer disclosure + """Gets the account_esign_id of this ConsumerDisclosure. # noqa: E501 + + A GUID identifying the account associated with the consumer disclosure # noqa: E501 - :return: The account_esign_id of this ConsumerDisclosure. + :return: The account_esign_id of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._account_esign_id @account_esign_id.setter def account_esign_id(self, account_esign_id): - """ - Sets the account_esign_id of this ConsumerDisclosure. - A GUID identifying the account associated with the consumer disclosure + """Sets the account_esign_id of this ConsumerDisclosure. + + A GUID identifying the account associated with the consumer disclosure # noqa: E501 - :param account_esign_id: The account_esign_id of this ConsumerDisclosure. + :param account_esign_id: The account_esign_id of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -158,22 +227,22 @@ def account_esign_id(self, account_esign_id): @property def allow_cd_withdraw(self): - """ - Gets the allow_cd_withdraw of this ConsumerDisclosure. - Indicates whether the customer can withdraw their acceptance of the consumer disclosure. + """Gets the allow_cd_withdraw of this ConsumerDisclosure. # noqa: E501 - :return: The allow_cd_withdraw of this ConsumerDisclosure. + Indicates whether the customer can withdraw their acceptance of the consumer disclosure. # noqa: E501 + + :return: The allow_cd_withdraw of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._allow_cd_withdraw @allow_cd_withdraw.setter def allow_cd_withdraw(self, allow_cd_withdraw): - """ - Sets the allow_cd_withdraw of this ConsumerDisclosure. - Indicates whether the customer can withdraw their acceptance of the consumer disclosure. + """Sets the allow_cd_withdraw of this ConsumerDisclosure. - :param allow_cd_withdraw: The allow_cd_withdraw of this ConsumerDisclosure. + Indicates whether the customer can withdraw their acceptance of the consumer disclosure. # noqa: E501 + + :param allow_cd_withdraw: The allow_cd_withdraw of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -181,20 +250,20 @@ def allow_cd_withdraw(self, allow_cd_withdraw): @property def allow_cd_withdraw_metadata(self): - """ - Gets the allow_cd_withdraw_metadata of this ConsumerDisclosure. + """Gets the allow_cd_withdraw_metadata of this ConsumerDisclosure. # noqa: E501 + - :return: The allow_cd_withdraw_metadata of this ConsumerDisclosure. + :return: The allow_cd_withdraw_metadata of this ConsumerDisclosure. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_cd_withdraw_metadata @allow_cd_withdraw_metadata.setter def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): - """ - Sets the allow_cd_withdraw_metadata of this ConsumerDisclosure. + """Sets the allow_cd_withdraw_metadata of this ConsumerDisclosure. + - :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this ConsumerDisclosure. + :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this ConsumerDisclosure. # noqa: E501 :type: SettingsMetadata """ @@ -202,22 +271,22 @@ def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): @property def change_email(self): - """ - Gets the change_email of this ConsumerDisclosure. - + """Gets the change_email of this ConsumerDisclosure. # noqa: E501 - :return: The change_email of this ConsumerDisclosure. + # noqa: E501 + + :return: The change_email of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._change_email @change_email.setter def change_email(self, change_email): - """ - Sets the change_email of this ConsumerDisclosure. - + """Sets the change_email of this ConsumerDisclosure. + + # noqa: E501 - :param change_email: The change_email of this ConsumerDisclosure. + :param change_email: The change_email of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -225,22 +294,22 @@ def change_email(self, change_email): @property def change_email_other(self): - """ - Gets the change_email_other of this ConsumerDisclosure. - + """Gets the change_email_other of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The change_email_other of this ConsumerDisclosure. + :return: The change_email_other of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._change_email_other @change_email_other.setter def change_email_other(self, change_email_other): - """ - Sets the change_email_other of this ConsumerDisclosure. - + """Sets the change_email_other of this ConsumerDisclosure. + + # noqa: E501 - :param change_email_other: The change_email_other of this ConsumerDisclosure. + :param change_email_other: The change_email_other of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -248,22 +317,22 @@ def change_email_other(self, change_email_other): @property def company_name(self): - """ - Gets the company_name of this ConsumerDisclosure. - The name of the company associated with the consumer disclosure. + """Gets the company_name of this ConsumerDisclosure. # noqa: E501 - :return: The company_name of this ConsumerDisclosure. + The name of the company associated with the consumer disclosure. # noqa: E501 + + :return: The company_name of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._company_name @company_name.setter def company_name(self, company_name): - """ - Sets the company_name of this ConsumerDisclosure. - The name of the company associated with the consumer disclosure. + """Sets the company_name of this ConsumerDisclosure. + + The name of the company associated with the consumer disclosure. # noqa: E501 - :param company_name: The company_name of this ConsumerDisclosure. + :param company_name: The company_name of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -271,22 +340,22 @@ def company_name(self, company_name): @property def company_phone(self): - """ - Gets the company_phone of this ConsumerDisclosure. - The phone number of the company associated with the consumer disclosure. + """Gets the company_phone of this ConsumerDisclosure. # noqa: E501 + + The phone number of the company associated with the consumer disclosure. # noqa: E501 - :return: The company_phone of this ConsumerDisclosure. + :return: The company_phone of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._company_phone @company_phone.setter def company_phone(self, company_phone): - """ - Sets the company_phone of this ConsumerDisclosure. - The phone number of the company associated with the consumer disclosure. + """Sets the company_phone of this ConsumerDisclosure. - :param company_phone: The company_phone of this ConsumerDisclosure. + The phone number of the company associated with the consumer disclosure. # noqa: E501 + + :param company_phone: The company_phone of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -294,22 +363,22 @@ def company_phone(self, company_phone): @property def copy_cost_per_page(self): - """ - Gets the copy_cost_per_page of this ConsumerDisclosure. - + """Gets the copy_cost_per_page of this ConsumerDisclosure. # noqa: E501 - :return: The copy_cost_per_page of this ConsumerDisclosure. + # noqa: E501 + + :return: The copy_cost_per_page of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._copy_cost_per_page @copy_cost_per_page.setter def copy_cost_per_page(self, copy_cost_per_page): - """ - Sets the copy_cost_per_page of this ConsumerDisclosure. - + """Sets the copy_cost_per_page of this ConsumerDisclosure. + + # noqa: E501 - :param copy_cost_per_page: The copy_cost_per_page of this ConsumerDisclosure. + :param copy_cost_per_page: The copy_cost_per_page of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -317,22 +386,22 @@ def copy_cost_per_page(self, copy_cost_per_page): @property def copy_fee_collection_method(self): - """ - Gets the copy_fee_collection_method of this ConsumerDisclosure. - Specifies the fee collection method for cases in which the customer requires paper copies of the document. Maximum Length: 255 characters + """Gets the copy_fee_collection_method of this ConsumerDisclosure. # noqa: E501 + + Specifies the fee collection method for cases in which the customer requires paper copies of the document. Maximum Length: 255 characters # noqa: E501 - :return: The copy_fee_collection_method of this ConsumerDisclosure. + :return: The copy_fee_collection_method of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._copy_fee_collection_method @copy_fee_collection_method.setter def copy_fee_collection_method(self, copy_fee_collection_method): - """ - Sets the copy_fee_collection_method of this ConsumerDisclosure. - Specifies the fee collection method for cases in which the customer requires paper copies of the document. Maximum Length: 255 characters + """Sets the copy_fee_collection_method of this ConsumerDisclosure. - :param copy_fee_collection_method: The copy_fee_collection_method of this ConsumerDisclosure. + Specifies the fee collection method for cases in which the customer requires paper copies of the document. Maximum Length: 255 characters # noqa: E501 + + :param copy_fee_collection_method: The copy_fee_collection_method of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -340,22 +409,22 @@ def copy_fee_collection_method(self, copy_fee_collection_method): @property def copy_request_email(self): - """ - Gets the copy_request_email of this ConsumerDisclosure. - + """Gets the copy_request_email of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The copy_request_email of this ConsumerDisclosure. + :return: The copy_request_email of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._copy_request_email @copy_request_email.setter def copy_request_email(self, copy_request_email): - """ - Sets the copy_request_email of this ConsumerDisclosure. - + """Sets the copy_request_email of this ConsumerDisclosure. + + # noqa: E501 - :param copy_request_email: The copy_request_email of this ConsumerDisclosure. + :param copy_request_email: The copy_request_email of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -363,22 +432,22 @@ def copy_request_email(self, copy_request_email): @property def custom(self): - """ - Gets the custom of this ConsumerDisclosure. - + """Gets the custom of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The custom of this ConsumerDisclosure. + :return: The custom of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._custom @custom.setter def custom(self, custom): - """ - Sets the custom of this ConsumerDisclosure. - + """Sets the custom of this ConsumerDisclosure. - :param custom: The custom of this ConsumerDisclosure. + # noqa: E501 + + :param custom: The custom of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -386,22 +455,22 @@ def custom(self, custom): @property def enable_esign(self): - """ - Gets the enable_esign of this ConsumerDisclosure. - + """Gets the enable_esign of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The enable_esign of this ConsumerDisclosure. + :return: The enable_esign of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._enable_esign @enable_esign.setter def enable_esign(self, enable_esign): - """ - Sets the enable_esign of this ConsumerDisclosure. - + """Sets the enable_esign of this ConsumerDisclosure. + + # noqa: E501 - :param enable_esign: The enable_esign of this ConsumerDisclosure. + :param enable_esign: The enable_esign of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -409,22 +478,22 @@ def enable_esign(self, enable_esign): @property def esign_agreement(self): - """ - Gets the esign_agreement of this ConsumerDisclosure. - The Electronic Record and Signature Disclosure text. The disclosure text includes the html formatting. + """Gets the esign_agreement of this ConsumerDisclosure. # noqa: E501 - :return: The esign_agreement of this ConsumerDisclosure. + The Electronic Record and Signature Disclosure text. The disclosure text includes the html formatting. # noqa: E501 + + :return: The esign_agreement of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._esign_agreement @esign_agreement.setter def esign_agreement(self, esign_agreement): - """ - Sets the esign_agreement of this ConsumerDisclosure. - The Electronic Record and Signature Disclosure text. The disclosure text includes the html formatting. + """Sets the esign_agreement of this ConsumerDisclosure. - :param esign_agreement: The esign_agreement of this ConsumerDisclosure. + The Electronic Record and Signature Disclosure text. The disclosure text includes the html formatting. # noqa: E501 + + :param esign_agreement: The esign_agreement of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -432,22 +501,22 @@ def esign_agreement(self, esign_agreement): @property def esign_text(self): - """ - Gets the esign_text of this ConsumerDisclosure. - + """Gets the esign_text of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The esign_text of this ConsumerDisclosure. + :return: The esign_text of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._esign_text @esign_text.setter def esign_text(self, esign_text): - """ - Sets the esign_text of this ConsumerDisclosure. - + """Sets the esign_text of this ConsumerDisclosure. + + # noqa: E501 - :param esign_text: The esign_text of this ConsumerDisclosure. + :param esign_text: The esign_text of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -455,22 +524,22 @@ def esign_text(self, esign_text): @property def language_code(self): - """ - Gets the language_code of this ConsumerDisclosure. - + """Gets the language_code of this ConsumerDisclosure. # noqa: E501 - :return: The language_code of this ConsumerDisclosure. + # noqa: E501 + + :return: The language_code of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._language_code @language_code.setter def language_code(self, language_code): - """ - Sets the language_code of this ConsumerDisclosure. - + """Sets the language_code of this ConsumerDisclosure. + + # noqa: E501 - :param language_code: The language_code of this ConsumerDisclosure. + :param language_code: The language_code of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -478,22 +547,22 @@ def language_code(self, language_code): @property def must_agree_to_esign(self): - """ - Gets the must_agree_to_esign of this ConsumerDisclosure. - + """Gets the must_agree_to_esign of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The must_agree_to_esign of this ConsumerDisclosure. + :return: The must_agree_to_esign of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._must_agree_to_esign @must_agree_to_esign.setter def must_agree_to_esign(self, must_agree_to_esign): - """ - Sets the must_agree_to_esign of this ConsumerDisclosure. - + """Sets the must_agree_to_esign of this ConsumerDisclosure. + + # noqa: E501 - :param must_agree_to_esign: The must_agree_to_esign of this ConsumerDisclosure. + :param must_agree_to_esign: The must_agree_to_esign of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -501,22 +570,22 @@ def must_agree_to_esign(self, must_agree_to_esign): @property def pdf_id(self): - """ - Gets the pdf_id of this ConsumerDisclosure. - + """Gets the pdf_id of this ConsumerDisclosure. # noqa: E501 - :return: The pdf_id of this ConsumerDisclosure. + # noqa: E501 + + :return: The pdf_id of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._pdf_id @pdf_id.setter def pdf_id(self, pdf_id): - """ - Sets the pdf_id of this ConsumerDisclosure. - + """Sets the pdf_id of this ConsumerDisclosure. + + # noqa: E501 - :param pdf_id: The pdf_id of this ConsumerDisclosure. + :param pdf_id: The pdf_id of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -524,22 +593,22 @@ def pdf_id(self, pdf_id): @property def use_brand(self): - """ - Gets the use_brand of this ConsumerDisclosure. - + """Gets the use_brand of this ConsumerDisclosure. # noqa: E501 + + # noqa: E501 - :return: The use_brand of this ConsumerDisclosure. + :return: The use_brand of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._use_brand @use_brand.setter def use_brand(self, use_brand): - """ - Sets the use_brand of this ConsumerDisclosure. - + """Sets the use_brand of this ConsumerDisclosure. - :param use_brand: The use_brand of this ConsumerDisclosure. + # noqa: E501 + + :param use_brand: The use_brand of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -547,22 +616,22 @@ def use_brand(self, use_brand): @property def use_consumer_disclosure_within_account(self): - """ - Gets the use_consumer_disclosure_within_account of this ConsumerDisclosure. - + """Gets the use_consumer_disclosure_within_account of this ConsumerDisclosure. # noqa: E501 - :return: The use_consumer_disclosure_within_account of this ConsumerDisclosure. + # noqa: E501 + + :return: The use_consumer_disclosure_within_account of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._use_consumer_disclosure_within_account @use_consumer_disclosure_within_account.setter def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): - """ - Sets the use_consumer_disclosure_within_account of this ConsumerDisclosure. - + """Sets the use_consumer_disclosure_within_account of this ConsumerDisclosure. + + # noqa: E501 - :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this ConsumerDisclosure. + :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -570,20 +639,20 @@ def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_ @property def use_consumer_disclosure_within_account_metadata(self): - """ - Gets the use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. + """Gets the use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. # noqa: E501 + - :return: The use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. + :return: The use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. # noqa: E501 :rtype: SettingsMetadata """ return self._use_consumer_disclosure_within_account_metadata @use_consumer_disclosure_within_account_metadata.setter def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): - """ - Sets the use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. + """Sets the use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. - :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. + + :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this ConsumerDisclosure. # noqa: E501 :type: SettingsMetadata """ @@ -591,22 +660,22 @@ def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosur @property def withdraw_address_line1(self): - """ - Gets the withdraw_address_line1 of this ConsumerDisclosure. - Contains the first address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Gets the withdraw_address_line1 of this ConsumerDisclosure. # noqa: E501 + + Contains the first address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 - :return: The withdraw_address_line1 of this ConsumerDisclosure. + :return: The withdraw_address_line1 of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_address_line1 @withdraw_address_line1.setter def withdraw_address_line1(self, withdraw_address_line1): - """ - Sets the withdraw_address_line1 of this ConsumerDisclosure. - Contains the first address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Sets the withdraw_address_line1 of this ConsumerDisclosure. + + Contains the first address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 - :param withdraw_address_line1: The withdraw_address_line1 of this ConsumerDisclosure. + :param withdraw_address_line1: The withdraw_address_line1 of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -614,22 +683,22 @@ def withdraw_address_line1(self, withdraw_address_line1): @property def withdraw_address_line2(self): - """ - Gets the withdraw_address_line2 of this ConsumerDisclosure. - Contains the second address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Gets the withdraw_address_line2 of this ConsumerDisclosure. # noqa: E501 + + Contains the second address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 - :return: The withdraw_address_line2 of this ConsumerDisclosure. + :return: The withdraw_address_line2 of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_address_line2 @withdraw_address_line2.setter def withdraw_address_line2(self, withdraw_address_line2): - """ - Sets the withdraw_address_line2 of this ConsumerDisclosure. - Contains the second address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Sets the withdraw_address_line2 of this ConsumerDisclosure. - :param withdraw_address_line2: The withdraw_address_line2 of this ConsumerDisclosure. + Contains the second address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 + + :param withdraw_address_line2: The withdraw_address_line2 of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -637,22 +706,22 @@ def withdraw_address_line2(self, withdraw_address_line2): @property def withdraw_by_email(self): - """ - Gets the withdraw_by_email of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by email. + """Gets the withdraw_by_email of this ConsumerDisclosure. # noqa: E501 + + Indicates whether the customer can withdraw consent by email. # noqa: E501 - :return: The withdraw_by_email of this ConsumerDisclosure. + :return: The withdraw_by_email of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_by_email @withdraw_by_email.setter def withdraw_by_email(self, withdraw_by_email): - """ - Sets the withdraw_by_email of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by email. + """Sets the withdraw_by_email of this ConsumerDisclosure. + + Indicates whether the customer can withdraw consent by email. # noqa: E501 - :param withdraw_by_email: The withdraw_by_email of this ConsumerDisclosure. + :param withdraw_by_email: The withdraw_by_email of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -660,22 +729,22 @@ def withdraw_by_email(self, withdraw_by_email): @property def withdraw_by_mail(self): - """ - Gets the withdraw_by_mail of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by postal mail. + """Gets the withdraw_by_mail of this ConsumerDisclosure. # noqa: E501 - :return: The withdraw_by_mail of this ConsumerDisclosure. + Indicates whether the customer can withdraw consent by postal mail. # noqa: E501 + + :return: The withdraw_by_mail of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_by_mail @withdraw_by_mail.setter def withdraw_by_mail(self, withdraw_by_mail): - """ - Sets the withdraw_by_mail of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by postal mail. + """Sets the withdraw_by_mail of this ConsumerDisclosure. - :param withdraw_by_mail: The withdraw_by_mail of this ConsumerDisclosure. + Indicates whether the customer can withdraw consent by postal mail. # noqa: E501 + + :param withdraw_by_mail: The withdraw_by_mail of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -683,22 +752,22 @@ def withdraw_by_mail(self, withdraw_by_mail): @property def withdraw_by_phone(self): - """ - Gets the withdraw_by_phone of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by phone. + """Gets the withdraw_by_phone of this ConsumerDisclosure. # noqa: E501 + + Indicates whether the customer can withdraw consent by phone. # noqa: E501 - :return: The withdraw_by_phone of this ConsumerDisclosure. + :return: The withdraw_by_phone of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_by_phone @withdraw_by_phone.setter def withdraw_by_phone(self, withdraw_by_phone): - """ - Sets the withdraw_by_phone of this ConsumerDisclosure. - Indicates whether the customer can withdraw consent by phone. + """Sets the withdraw_by_phone of this ConsumerDisclosure. + + Indicates whether the customer can withdraw consent by phone. # noqa: E501 - :param withdraw_by_phone: The withdraw_by_phone of this ConsumerDisclosure. + :param withdraw_by_phone: The withdraw_by_phone of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -706,22 +775,22 @@ def withdraw_by_phone(self, withdraw_by_phone): @property def withdraw_city(self): - """ - Gets the withdraw_city of this ConsumerDisclosure. - Contains the city of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 50 characters. + """Gets the withdraw_city of this ConsumerDisclosure. # noqa: E501 - :return: The withdraw_city of this ConsumerDisclosure. + Contains the city of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 50 characters. # noqa: E501 + + :return: The withdraw_city of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_city @withdraw_city.setter def withdraw_city(self, withdraw_city): - """ - Sets the withdraw_city of this ConsumerDisclosure. - Contains the city of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 50 characters. + """Sets the withdraw_city of this ConsumerDisclosure. + + Contains the city of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 50 characters. # noqa: E501 - :param withdraw_city: The withdraw_city of this ConsumerDisclosure. + :param withdraw_city: The withdraw_city of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -729,22 +798,22 @@ def withdraw_city(self, withdraw_city): @property def withdraw_consequences(self): - """ - Gets the withdraw_consequences of this ConsumerDisclosure. - Indicates the consequences of withdrawing consent. + """Gets the withdraw_consequences of this ConsumerDisclosure. # noqa: E501 + + Indicates the consequences of withdrawing consent. # noqa: E501 - :return: The withdraw_consequences of this ConsumerDisclosure. + :return: The withdraw_consequences of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_consequences @withdraw_consequences.setter def withdraw_consequences(self, withdraw_consequences): - """ - Sets the withdraw_consequences of this ConsumerDisclosure. - Indicates the consequences of withdrawing consent. + """Sets the withdraw_consequences of this ConsumerDisclosure. + + Indicates the consequences of withdrawing consent. # noqa: E501 - :param withdraw_consequences: The withdraw_consequences of this ConsumerDisclosure. + :param withdraw_consequences: The withdraw_consequences of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -752,22 +821,22 @@ def withdraw_consequences(self, withdraw_consequences): @property def withdraw_email(self): - """ - Gets the withdraw_email of this ConsumerDisclosure. - Contains the email address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Gets the withdraw_email of this ConsumerDisclosure. # noqa: E501 - :return: The withdraw_email of this ConsumerDisclosure. + Contains the email address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 + + :return: The withdraw_email of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_email @withdraw_email.setter def withdraw_email(self, withdraw_email): - """ - Sets the withdraw_email of this ConsumerDisclosure. - Contains the email address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. + """Sets the withdraw_email of this ConsumerDisclosure. + + Contains the email address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters. # noqa: E501 - :param withdraw_email: The withdraw_email of this ConsumerDisclosure. + :param withdraw_email: The withdraw_email of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -775,22 +844,22 @@ def withdraw_email(self, withdraw_email): @property def withdraw_other(self): - """ - Gets the withdraw_other of this ConsumerDisclosure. - Indicates other information need to withdraw consent. Maximum length: 255 characters. + """Gets the withdraw_other of this ConsumerDisclosure. # noqa: E501 + + Indicates other information need to withdraw consent. Maximum length: 255 characters. # noqa: E501 - :return: The withdraw_other of this ConsumerDisclosure. + :return: The withdraw_other of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_other @withdraw_other.setter def withdraw_other(self, withdraw_other): - """ - Sets the withdraw_other of this ConsumerDisclosure. - Indicates other information need to withdraw consent. Maximum length: 255 characters. + """Sets the withdraw_other of this ConsumerDisclosure. - :param withdraw_other: The withdraw_other of this ConsumerDisclosure. + Indicates other information need to withdraw consent. Maximum length: 255 characters. # noqa: E501 + + :param withdraw_other: The withdraw_other of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -798,22 +867,22 @@ def withdraw_other(self, withdraw_other): @property def withdraw_phone(self): - """ - Gets the withdraw_phone of this ConsumerDisclosure. - Contains the phone number which a customer can call to register consent withdrawal notification. Maximum length: 20 characters. + """Gets the withdraw_phone of this ConsumerDisclosure. # noqa: E501 - :return: The withdraw_phone of this ConsumerDisclosure. + Contains the phone number which a customer can call to register consent withdrawal notification. Maximum length: 20 characters. # noqa: E501 + + :return: The withdraw_phone of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_phone @withdraw_phone.setter def withdraw_phone(self, withdraw_phone): - """ - Sets the withdraw_phone of this ConsumerDisclosure. - Contains the phone number which a customer can call to register consent withdrawal notification. Maximum length: 20 characters. + """Sets the withdraw_phone of this ConsumerDisclosure. + + Contains the phone number which a customer can call to register consent withdrawal notification. Maximum length: 20 characters. # noqa: E501 - :param withdraw_phone: The withdraw_phone of this ConsumerDisclosure. + :param withdraw_phone: The withdraw_phone of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -821,22 +890,22 @@ def withdraw_phone(self, withdraw_phone): @property def withdraw_postal_code(self): - """ - Gets the withdraw_postal_code of this ConsumerDisclosure. - Contains the postal code of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 20 characters. + """Gets the withdraw_postal_code of this ConsumerDisclosure. # noqa: E501 + + Contains the postal code of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 20 characters. # noqa: E501 - :return: The withdraw_postal_code of this ConsumerDisclosure. + :return: The withdraw_postal_code of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_postal_code @withdraw_postal_code.setter def withdraw_postal_code(self, withdraw_postal_code): - """ - Sets the withdraw_postal_code of this ConsumerDisclosure. - Contains the postal code of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 20 characters. + """Sets the withdraw_postal_code of this ConsumerDisclosure. - :param withdraw_postal_code: The withdraw_postal_code of this ConsumerDisclosure. + Contains the postal code of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 20 characters. # noqa: E501 + + :param withdraw_postal_code: The withdraw_postal_code of this ConsumerDisclosure. # noqa: E501 :type: str """ @@ -844,34 +913,32 @@ def withdraw_postal_code(self, withdraw_postal_code): @property def withdraw_state(self): - """ - Gets the withdraw_state of this ConsumerDisclosure. - Contains the state of the postal address to which a customer can send a consent withdrawal notification. + """Gets the withdraw_state of this ConsumerDisclosure. # noqa: E501 + + Contains the state of the postal address to which a customer can send a consent withdrawal notification. # noqa: E501 - :return: The withdraw_state of this ConsumerDisclosure. + :return: The withdraw_state of this ConsumerDisclosure. # noqa: E501 :rtype: str """ return self._withdraw_state @withdraw_state.setter def withdraw_state(self, withdraw_state): - """ - Sets the withdraw_state of this ConsumerDisclosure. - Contains the state of the postal address to which a customer can send a consent withdrawal notification. + """Sets the withdraw_state of this ConsumerDisclosure. + + Contains the state of the postal address to which a customer can send a consent withdrawal notification. # noqa: E501 - :param withdraw_state: The withdraw_state of this ConsumerDisclosure. + :param withdraw_state: The withdraw_state of this ConsumerDisclosure. # noqa: E501 :type: str """ self._withdraw_state = withdraw_state def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -888,29 +955,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ConsumerDisclosure, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ConsumerDisclosure): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/contact.py b/docusign_esign/models/contact.py index 45d70be2..9cd82ae8 100644 --- a/docusign_esign/models/contact.py +++ b/docusign_esign/models/contact.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Contact(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, cloud_provider=None, cloud_provider_container_id=None, contact_id=None, contact_phone_numbers=None, contact_uri=None, emails=None, error_details=None, is_owner=None, name=None, organization=None, shared=None, signing_group=None, signing_group_name=None): - """ - Contact - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'cloud_provider': 'str', - 'cloud_provider_container_id': 'str', - 'contact_id': 'str', - 'contact_phone_numbers': 'list[ContactPhoneNumber]', - 'contact_uri': 'str', - 'emails': 'list[str]', - 'error_details': 'ErrorDetails', - 'is_owner': 'bool', - 'name': 'str', - 'organization': 'str', - 'shared': 'str', - 'signing_group': 'str', - 'signing_group_name': 'str' - } - - self.attribute_map = { - 'cloud_provider': 'cloudProvider', - 'cloud_provider_container_id': 'cloudProviderContainerId', - 'contact_id': 'contactId', - 'contact_phone_numbers': 'contactPhoneNumbers', - 'contact_uri': 'contactUri', - 'emails': 'emails', - 'error_details': 'errorDetails', - 'is_owner': 'isOwner', - 'name': 'name', - 'organization': 'organization', - 'shared': 'shared', - 'signing_group': 'signingGroup', - 'signing_group_name': 'signingGroupName' - } - self._cloud_provider = cloud_provider - self._cloud_provider_container_id = cloud_provider_container_id - self._contact_id = contact_id - self._contact_phone_numbers = contact_phone_numbers - self._contact_uri = contact_uri - self._emails = emails - self._error_details = error_details - self._is_owner = is_owner - self._name = name - self._organization = organization - self._shared = shared - self._signing_group = signing_group - self._signing_group_name = signing_group_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cloud_provider': 'str', + 'cloud_provider_container_id': 'str', + 'contact_id': 'str', + 'contact_phone_numbers': 'list[ContactPhoneNumber]', + 'contact_uri': 'str', + 'emails': 'list[str]', + 'error_details': 'ErrorDetails', + 'is_owner': 'bool', + 'name': 'str', + 'organization': 'str', + 'shared': 'str', + 'signing_group': 'str', + 'signing_group_name': 'str' + } + + attribute_map = { + 'cloud_provider': 'cloudProvider', + 'cloud_provider_container_id': 'cloudProviderContainerId', + 'contact_id': 'contactId', + 'contact_phone_numbers': 'contactPhoneNumbers', + 'contact_uri': 'contactUri', + 'emails': 'emails', + 'error_details': 'errorDetails', + 'is_owner': 'isOwner', + 'name': 'name', + 'organization': 'organization', + 'shared': 'shared', + 'signing_group': 'signingGroup', + 'signing_group_name': 'signingGroupName' + } + + def __init__(self, cloud_provider=None, cloud_provider_container_id=None, contact_id=None, contact_phone_numbers=None, contact_uri=None, emails=None, error_details=None, is_owner=None, name=None, organization=None, shared=None, signing_group=None, signing_group_name=None): # noqa: E501 + """Contact - a model defined in Swagger""" # noqa: E501 + + self._cloud_provider = None + self._cloud_provider_container_id = None + self._contact_id = None + self._contact_phone_numbers = None + self._contact_uri = None + self._emails = None + self._error_details = None + self._is_owner = None + self._name = None + self._organization = None + self._shared = None + self._signing_group = None + self._signing_group_name = None + self.discriminator = None + + if cloud_provider is not None: + self.cloud_provider = cloud_provider + if cloud_provider_container_id is not None: + self.cloud_provider_container_id = cloud_provider_container_id + if contact_id is not None: + self.contact_id = contact_id + if contact_phone_numbers is not None: + self.contact_phone_numbers = contact_phone_numbers + if contact_uri is not None: + self.contact_uri = contact_uri + if emails is not None: + self.emails = emails + if error_details is not None: + self.error_details = error_details + if is_owner is not None: + self.is_owner = is_owner + if name is not None: + self.name = name + if organization is not None: + self.organization = organization + if shared is not None: + self.shared = shared + if signing_group is not None: + self.signing_group = signing_group + if signing_group_name is not None: + self.signing_group_name = signing_group_name @property def cloud_provider(self): - """ - Gets the cloud_provider of this Contact. - + """Gets the cloud_provider of this Contact. # noqa: E501 + + # noqa: E501 - :return: The cloud_provider of this Contact. + :return: The cloud_provider of this Contact. # noqa: E501 :rtype: str """ return self._cloud_provider @cloud_provider.setter def cloud_provider(self, cloud_provider): - """ - Sets the cloud_provider of this Contact. - + """Sets the cloud_provider of this Contact. - :param cloud_provider: The cloud_provider of this Contact. + # noqa: E501 + + :param cloud_provider: The cloud_provider of this Contact. # noqa: E501 :type: str """ @@ -101,22 +132,22 @@ def cloud_provider(self, cloud_provider): @property def cloud_provider_container_id(self): - """ - Gets the cloud_provider_container_id of this Contact. - + """Gets the cloud_provider_container_id of this Contact. # noqa: E501 + + # noqa: E501 - :return: The cloud_provider_container_id of this Contact. + :return: The cloud_provider_container_id of this Contact. # noqa: E501 :rtype: str """ return self._cloud_provider_container_id @cloud_provider_container_id.setter def cloud_provider_container_id(self, cloud_provider_container_id): - """ - Sets the cloud_provider_container_id of this Contact. - + """Sets the cloud_provider_container_id of this Contact. + + # noqa: E501 - :param cloud_provider_container_id: The cloud_provider_container_id of this Contact. + :param cloud_provider_container_id: The cloud_provider_container_id of this Contact. # noqa: E501 :type: str """ @@ -124,22 +155,22 @@ def cloud_provider_container_id(self, cloud_provider_container_id): @property def contact_id(self): - """ - Gets the contact_id of this Contact. - + """Gets the contact_id of this Contact. # noqa: E501 - :return: The contact_id of this Contact. + # noqa: E501 + + :return: The contact_id of this Contact. # noqa: E501 :rtype: str """ return self._contact_id @contact_id.setter def contact_id(self, contact_id): - """ - Sets the contact_id of this Contact. - + """Sets the contact_id of this Contact. - :param contact_id: The contact_id of this Contact. + # noqa: E501 + + :param contact_id: The contact_id of this Contact. # noqa: E501 :type: str """ @@ -147,22 +178,22 @@ def contact_id(self, contact_id): @property def contact_phone_numbers(self): - """ - Gets the contact_phone_numbers of this Contact. - + """Gets the contact_phone_numbers of this Contact. # noqa: E501 + + # noqa: E501 - :return: The contact_phone_numbers of this Contact. + :return: The contact_phone_numbers of this Contact. # noqa: E501 :rtype: list[ContactPhoneNumber] """ return self._contact_phone_numbers @contact_phone_numbers.setter def contact_phone_numbers(self, contact_phone_numbers): - """ - Sets the contact_phone_numbers of this Contact. - + """Sets the contact_phone_numbers of this Contact. + + # noqa: E501 - :param contact_phone_numbers: The contact_phone_numbers of this Contact. + :param contact_phone_numbers: The contact_phone_numbers of this Contact. # noqa: E501 :type: list[ContactPhoneNumber] """ @@ -170,22 +201,22 @@ def contact_phone_numbers(self, contact_phone_numbers): @property def contact_uri(self): - """ - Gets the contact_uri of this Contact. - + """Gets the contact_uri of this Contact. # noqa: E501 + + # noqa: E501 - :return: The contact_uri of this Contact. + :return: The contact_uri of this Contact. # noqa: E501 :rtype: str """ return self._contact_uri @contact_uri.setter def contact_uri(self, contact_uri): - """ - Sets the contact_uri of this Contact. - + """Sets the contact_uri of this Contact. - :param contact_uri: The contact_uri of this Contact. + # noqa: E501 + + :param contact_uri: The contact_uri of this Contact. # noqa: E501 :type: str """ @@ -193,22 +224,22 @@ def contact_uri(self, contact_uri): @property def emails(self): - """ - Gets the emails of this Contact. - + """Gets the emails of this Contact. # noqa: E501 - :return: The emails of this Contact. + # noqa: E501 + + :return: The emails of this Contact. # noqa: E501 :rtype: list[str] """ return self._emails @emails.setter def emails(self, emails): - """ - Sets the emails of this Contact. - + """Sets the emails of this Contact. + + # noqa: E501 - :param emails: The emails of this Contact. + :param emails: The emails of this Contact. # noqa: E501 :type: list[str] """ @@ -216,20 +247,20 @@ def emails(self, emails): @property def error_details(self): - """ - Gets the error_details of this Contact. + """Gets the error_details of this Contact. # noqa: E501 + - :return: The error_details of this Contact. + :return: The error_details of this Contact. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Contact. + """Sets the error_details of this Contact. - :param error_details: The error_details of this Contact. + + :param error_details: The error_details of this Contact. # noqa: E501 :type: ErrorDetails """ @@ -237,22 +268,22 @@ def error_details(self, error_details): @property def is_owner(self): - """ - Gets the is_owner of this Contact. - + """Gets the is_owner of this Contact. # noqa: E501 + + # noqa: E501 - :return: The is_owner of this Contact. + :return: The is_owner of this Contact. # noqa: E501 :rtype: bool """ return self._is_owner @is_owner.setter def is_owner(self, is_owner): - """ - Sets the is_owner of this Contact. - + """Sets the is_owner of this Contact. + + # noqa: E501 - :param is_owner: The is_owner of this Contact. + :param is_owner: The is_owner of this Contact. # noqa: E501 :type: bool """ @@ -260,22 +291,22 @@ def is_owner(self, is_owner): @property def name(self): - """ - Gets the name of this Contact. - + """Gets the name of this Contact. # noqa: E501 + + # noqa: E501 - :return: The name of this Contact. + :return: The name of this Contact. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Contact. - + """Sets the name of this Contact. - :param name: The name of this Contact. + # noqa: E501 + + :param name: The name of this Contact. # noqa: E501 :type: str """ @@ -283,22 +314,22 @@ def name(self, name): @property def organization(self): - """ - Gets the organization of this Contact. - + """Gets the organization of this Contact. # noqa: E501 - :return: The organization of this Contact. + # noqa: E501 + + :return: The organization of this Contact. # noqa: E501 :rtype: str """ return self._organization @organization.setter def organization(self, organization): - """ - Sets the organization of this Contact. - + """Sets the organization of this Contact. + + # noqa: E501 - :param organization: The organization of this Contact. + :param organization: The organization of this Contact. # noqa: E501 :type: str """ @@ -306,22 +337,22 @@ def organization(self, organization): @property def shared(self): - """ - Gets the shared of this Contact. - When set to **true**, this custom tab is shared. + """Gets the shared of this Contact. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this Contact. + :return: The shared of this Contact. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Contact. - When set to **true**, this custom tab is shared. + """Sets the shared of this Contact. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this Contact. + :param shared: The shared of this Contact. # noqa: E501 :type: str """ @@ -329,22 +360,22 @@ def shared(self, shared): @property def signing_group(self): - """ - Gets the signing_group of this Contact. - + """Gets the signing_group of this Contact. # noqa: E501 - :return: The signing_group of this Contact. + # noqa: E501 + + :return: The signing_group of this Contact. # noqa: E501 :rtype: str """ return self._signing_group @signing_group.setter def signing_group(self, signing_group): - """ - Sets the signing_group of this Contact. - + """Sets the signing_group of this Contact. + + # noqa: E501 - :param signing_group: The signing_group of this Contact. + :param signing_group: The signing_group of this Contact. # noqa: E501 :type: str """ @@ -352,34 +383,32 @@ def signing_group(self, signing_group): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Contact. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Contact. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Contact. + :return: The signing_group_name of this Contact. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Contact. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Contact. - :param signing_group_name: The signing_group_name of this Contact. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :param signing_group_name: The signing_group_name of this Contact. # noqa: E501 :type: str """ self._signing_group_name = signing_group_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -396,29 +425,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Contact, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Contact): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/contact_get_response.py b/docusign_esign/models/contact_get_response.py index 5be3a304..2759e72a 100644 --- a/docusign_esign/models/contact_get_response.py +++ b/docusign_esign/models/contact_get_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ContactGetResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, contacts=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - ContactGetResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'contacts': 'list[Contact]', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'contacts': 'contacts', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._contacts = contacts - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'contacts': 'list[Contact]', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'contacts': 'contacts', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, contacts=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """ContactGetResponse - a model defined in Swagger""" # noqa: E501 + + self._contacts = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if contacts is not None: + self.contacts = contacts + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def contacts(self): - """ - Gets the contacts of this ContactGetResponse. - + """Gets the contacts of this ContactGetResponse. # noqa: E501 - :return: The contacts of this ContactGetResponse. + # noqa: E501 + + :return: The contacts of this ContactGetResponse. # noqa: E501 :rtype: list[Contact] """ return self._contacts @contacts.setter def contacts(self, contacts): - """ - Sets the contacts of this ContactGetResponse. - + """Sets the contacts of this ContactGetResponse. - :param contacts: The contacts of this ContactGetResponse. + # noqa: E501 + + :param contacts: The contacts of this ContactGetResponse. # noqa: E501 :type: list[Contact] """ @@ -83,22 +102,22 @@ def contacts(self, contacts): @property def end_position(self): - """ - Gets the end_position of this ContactGetResponse. - The last position in the result set. + """Gets the end_position of this ContactGetResponse. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this ContactGetResponse. + :return: The end_position of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this ContactGetResponse. - The last position in the result set. + """Sets the end_position of this ContactGetResponse. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this ContactGetResponse. + :param end_position: The end_position of this ContactGetResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this ContactGetResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this ContactGetResponse. # noqa: E501 - :return: The next_uri of this ContactGetResponse. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this ContactGetResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this ContactGetResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this ContactGetResponse. + :param next_uri: The next_uri of this ContactGetResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this ContactGetResponse. - The postal code for the billing address. + """Gets the previous_uri of this ContactGetResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this ContactGetResponse. + :return: The previous_uri of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this ContactGetResponse. - The postal code for the billing address. + """Sets the previous_uri of this ContactGetResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this ContactGetResponse. + :param previous_uri: The previous_uri of this ContactGetResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this ContactGetResponse. - The number of results returned in this response. + """Gets the result_set_size of this ContactGetResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this ContactGetResponse. + :return: The result_set_size of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this ContactGetResponse. - The number of results returned in this response. + """Sets the result_set_size of this ContactGetResponse. - :param result_set_size: The result_set_size of this ContactGetResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this ContactGetResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this ContactGetResponse. - Starting position of the current result set. + """Gets the start_position of this ContactGetResponse. # noqa: E501 - :return: The start_position of this ContactGetResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this ContactGetResponse. - Starting position of the current result set. + """Sets the start_position of this ContactGetResponse. - :param start_position: The start_position of this ContactGetResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this ContactGetResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this ContactGetResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this ContactGetResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this ContactGetResponse. + :return: The total_set_size of this ContactGetResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this ContactGetResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this ContactGetResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this ContactGetResponse. + :param total_set_size: The total_set_size of this ContactGetResponse. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ContactGetResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ContactGetResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/contact_mod_request.py b/docusign_esign/models/contact_mod_request.py index c00e5645..a9e6b152 100644 --- a/docusign_esign/models/contact_mod_request.py +++ b/docusign_esign/models/contact_mod_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ContactModRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, contact_list=None): - """ - ContactModRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'contact_list': 'list[Contact]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'contact_list': 'list[Contact]' + } - self.attribute_map = { - 'contact_list': 'contactList' - } + attribute_map = { + 'contact_list': 'contactList' + } - self._contact_list = contact_list + def __init__(self, contact_list=None): # noqa: E501 + """ContactModRequest - a model defined in Swagger""" # noqa: E501 + + self._contact_list = None + self.discriminator = None + + if contact_list is not None: + self.contact_list = contact_list @property def contact_list(self): - """ - Gets the contact_list of this ContactModRequest. - + """Gets the contact_list of this ContactModRequest. # noqa: E501 + + # noqa: E501 - :return: The contact_list of this ContactModRequest. + :return: The contact_list of this ContactModRequest. # noqa: E501 :rtype: list[Contact] """ return self._contact_list @contact_list.setter def contact_list(self, contact_list): - """ - Sets the contact_list of this ContactModRequest. - + """Sets the contact_list of this ContactModRequest. - :param contact_list: The contact_list of this ContactModRequest. + # noqa: E501 + + :param contact_list: The contact_list of this ContactModRequest. # noqa: E501 :type: list[Contact] """ self._contact_list = contact_list def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ContactModRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ContactModRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/contact_phone_number.py b/docusign_esign/models/contact_phone_number.py index 872b624d..8c3895cb 100644 --- a/docusign_esign/models/contact_phone_number.py +++ b/docusign_esign/models/contact_phone_number.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ContactPhoneNumber(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, phone_number=None, phone_type=None): - """ - ContactPhoneNumber - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'phone_number': 'str', - 'phone_type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'phone_number': 'str', + 'phone_type': 'str' + } - self.attribute_map = { - 'phone_number': 'phoneNumber', - 'phone_type': 'phoneType' - } + attribute_map = { + 'phone_number': 'phoneNumber', + 'phone_type': 'phoneType' + } - self._phone_number = phone_number - self._phone_type = phone_type + def __init__(self, phone_number=None, phone_type=None): # noqa: E501 + """ContactPhoneNumber - a model defined in Swagger""" # noqa: E501 + + self._phone_number = None + self._phone_type = None + self.discriminator = None + + if phone_number is not None: + self.phone_number = phone_number + if phone_type is not None: + self.phone_type = phone_type @property def phone_number(self): - """ - Gets the phone_number of this ContactPhoneNumber. - + """Gets the phone_number of this ContactPhoneNumber. # noqa: E501 - :return: The phone_number of this ContactPhoneNumber. + # noqa: E501 + + :return: The phone_number of this ContactPhoneNumber. # noqa: E501 :rtype: str """ return self._phone_number @phone_number.setter def phone_number(self, phone_number): - """ - Sets the phone_number of this ContactPhoneNumber. - + """Sets the phone_number of this ContactPhoneNumber. + + # noqa: E501 - :param phone_number: The phone_number of this ContactPhoneNumber. + :param phone_number: The phone_number of this ContactPhoneNumber. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def phone_number(self, phone_number): @property def phone_type(self): - """ - Gets the phone_type of this ContactPhoneNumber. - + """Gets the phone_type of this ContactPhoneNumber. # noqa: E501 + + # noqa: E501 - :return: The phone_type of this ContactPhoneNumber. + :return: The phone_type of this ContactPhoneNumber. # noqa: E501 :rtype: str """ return self._phone_type @phone_type.setter def phone_type(self, phone_type): - """ - Sets the phone_type of this ContactPhoneNumber. - + """Sets the phone_type of this ContactPhoneNumber. + + # noqa: E501 - :param phone_type: The phone_type of this ContactPhoneNumber. + :param phone_type: The phone_type of this ContactPhoneNumber. # noqa: E501 :type: str """ self._phone_type = phone_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ContactPhoneNumber, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ContactPhoneNumber): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/contact_update_response.py b/docusign_esign/models/contact_update_response.py index 14105654..32ab4a74 100644 --- a/docusign_esign/models/contact_update_response.py +++ b/docusign_esign/models/contact_update_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ContactUpdateResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, contacts=None): - """ - ContactUpdateResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'contacts': 'list[Contact]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'contacts': 'list[Contact]' + } - self.attribute_map = { - 'contacts': 'contacts' - } + attribute_map = { + 'contacts': 'contacts' + } - self._contacts = contacts + def __init__(self, contacts=None): # noqa: E501 + """ContactUpdateResponse - a model defined in Swagger""" # noqa: E501 + + self._contacts = None + self.discriminator = None + + if contacts is not None: + self.contacts = contacts @property def contacts(self): - """ - Gets the contacts of this ContactUpdateResponse. - + """Gets the contacts of this ContactUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The contacts of this ContactUpdateResponse. + :return: The contacts of this ContactUpdateResponse. # noqa: E501 :rtype: list[Contact] """ return self._contacts @contacts.setter def contacts(self, contacts): - """ - Sets the contacts of this ContactUpdateResponse. - + """Sets the contacts of this ContactUpdateResponse. - :param contacts: The contacts of this ContactUpdateResponse. + # noqa: E501 + + :param contacts: The contacts of this ContactUpdateResponse. # noqa: E501 :type: list[Contact] """ self._contacts = contacts def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ContactUpdateResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ContactUpdateResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/correct_view_request.py b/docusign_esign/models/correct_view_request.py index 8d41fe96..656e708c 100644 --- a/docusign_esign/models/correct_view_request.py +++ b/docusign_esign/models/correct_view_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CorrectViewRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, return_url=None, suppress_navigation=None): - """ - CorrectViewRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'return_url': 'str', - 'suppress_navigation': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'return_url': 'str', + 'suppress_navigation': 'str' + } - self.attribute_map = { - 'return_url': 'returnUrl', - 'suppress_navigation': 'suppressNavigation' - } + attribute_map = { + 'return_url': 'returnUrl', + 'suppress_navigation': 'suppressNavigation' + } - self._return_url = return_url - self._suppress_navigation = suppress_navigation + def __init__(self, return_url=None, suppress_navigation=None): # noqa: E501 + """CorrectViewRequest - a model defined in Swagger""" # noqa: E501 + + self._return_url = None + self._suppress_navigation = None + self.discriminator = None + + if return_url is not None: + self.return_url = return_url + if suppress_navigation is not None: + self.suppress_navigation = suppress_navigation @property def return_url(self): - """ - Gets the return_url of this CorrectViewRequest. - The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. + """Gets the return_url of this CorrectViewRequest. # noqa: E501 - :return: The return_url of this CorrectViewRequest. + The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. # noqa: E501 + + :return: The return_url of this CorrectViewRequest. # noqa: E501 :rtype: str """ return self._return_url @return_url.setter def return_url(self, return_url): - """ - Sets the return_url of this CorrectViewRequest. - The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. + """Sets the return_url of this CorrectViewRequest. + + The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. # noqa: E501 - :param return_url: The return_url of this CorrectViewRequest. + :param return_url: The return_url of this CorrectViewRequest. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def return_url(self, return_url): @property def suppress_navigation(self): - """ - Gets the suppress_navigation of this CorrectViewRequest. - Specifies whether the window is displayed with or without dressing. + """Gets the suppress_navigation of this CorrectViewRequest. # noqa: E501 + + Specifies whether the window is displayed with or without dressing. # noqa: E501 - :return: The suppress_navigation of this CorrectViewRequest. + :return: The suppress_navigation of this CorrectViewRequest. # noqa: E501 :rtype: str """ return self._suppress_navigation @suppress_navigation.setter def suppress_navigation(self, suppress_navigation): - """ - Sets the suppress_navigation of this CorrectViewRequest. - Specifies whether the window is displayed with or without dressing. + """Sets the suppress_navigation of this CorrectViewRequest. + + Specifies whether the window is displayed with or without dressing. # noqa: E501 - :param suppress_navigation: The suppress_navigation of this CorrectViewRequest. + :param suppress_navigation: The suppress_navigation of this CorrectViewRequest. # noqa: E501 :type: str """ self._suppress_navigation = suppress_navigation def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CorrectViewRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CorrectViewRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/country.py b/docusign_esign/models/country.py index abeb6cc3..492c4acb 100644 --- a/docusign_esign/models/country.py +++ b/docusign_esign/models/country.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Country(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, iso_code=None, name=None, provinces=None, province_validated=None): - """ - Country - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'iso_code': 'str', - 'name': 'str', - 'provinces': 'list[Province]', - 'province_validated': 'str' - } - - self.attribute_map = { - 'iso_code': 'isoCode', - 'name': 'name', - 'provinces': 'provinces', - 'province_validated': 'provinceValidated' - } - self._iso_code = iso_code - self._name = name - self._provinces = provinces - self._province_validated = province_validated + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'iso_code': 'str', + 'name': 'str', + 'provinces': 'list[Province]', + 'province_validated': 'str' + } + + attribute_map = { + 'iso_code': 'isoCode', + 'name': 'name', + 'provinces': 'provinces', + 'province_validated': 'provinceValidated' + } + + def __init__(self, iso_code=None, name=None, provinces=None, province_validated=None): # noqa: E501 + """Country - a model defined in Swagger""" # noqa: E501 + + self._iso_code = None + self._name = None + self._provinces = None + self._province_validated = None + self.discriminator = None + + if iso_code is not None: + self.iso_code = iso_code + if name is not None: + self.name = name + if provinces is not None: + self.provinces = provinces + if province_validated is not None: + self.province_validated = province_validated @property def iso_code(self): - """ - Gets the iso_code of this Country. - + """Gets the iso_code of this Country. # noqa: E501 - :return: The iso_code of this Country. + # noqa: E501 + + :return: The iso_code of this Country. # noqa: E501 :rtype: str """ return self._iso_code @iso_code.setter def iso_code(self, iso_code): - """ - Sets the iso_code of this Country. - + """Sets the iso_code of this Country. - :param iso_code: The iso_code of this Country. + # noqa: E501 + + :param iso_code: The iso_code of this Country. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def iso_code(self, iso_code): @property def name(self): - """ - Gets the name of this Country. - + """Gets the name of this Country. # noqa: E501 + + # noqa: E501 - :return: The name of this Country. + :return: The name of this Country. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Country. - + """Sets the name of this Country. + + # noqa: E501 - :param name: The name of this Country. + :param name: The name of this Country. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def name(self, name): @property def provinces(self): - """ - Gets the provinces of this Country. - + """Gets the provinces of this Country. # noqa: E501 + + # noqa: E501 - :return: The provinces of this Country. + :return: The provinces of this Country. # noqa: E501 :rtype: list[Province] """ return self._provinces @provinces.setter def provinces(self, provinces): - """ - Sets the provinces of this Country. - + """Sets the provinces of this Country. - :param provinces: The provinces of this Country. + # noqa: E501 + + :param provinces: The provinces of this Country. # noqa: E501 :type: list[Province] """ @@ -120,34 +133,32 @@ def provinces(self, provinces): @property def province_validated(self): - """ - Gets the province_validated of this Country. - + """Gets the province_validated of this Country. # noqa: E501 - :return: The province_validated of this Country. + # noqa: E501 + + :return: The province_validated of this Country. # noqa: E501 :rtype: str """ return self._province_validated @province_validated.setter def province_validated(self, province_validated): - """ - Sets the province_validated of this Country. - + """Sets the province_validated of this Country. + + # noqa: E501 - :param province_validated: The province_validated of this Country. + :param province_validated: The province_validated of this Country. # noqa: E501 :type: str """ self._province_validated = province_validated def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Country, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Country): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/credit_card_information.py b/docusign_esign/models/credit_card_information.py index 471b5af9..c6209625 100644 --- a/docusign_esign/models/credit_card_information.py +++ b/docusign_esign/models/credit_card_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,69 +11,88 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CreditCardInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address=None, card_number=None, card_type=None, cv_number=None, expiration_month=None, expiration_year=None, name_on_card=None): - """ - CreditCardInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address': 'AddressInformation', - 'card_number': 'str', - 'card_type': 'str', - 'cv_number': 'str', - 'expiration_month': 'str', - 'expiration_year': 'str', - 'name_on_card': 'str' - } - - self.attribute_map = { - 'address': 'address', - 'card_number': 'cardNumber', - 'card_type': 'cardType', - 'cv_number': 'cvNumber', - 'expiration_month': 'expirationMonth', - 'expiration_year': 'expirationYear', - 'name_on_card': 'nameOnCard' - } - - self._address = address - self._card_number = card_number - self._card_type = card_type - self._cv_number = cv_number - self._expiration_month = expiration_month - self._expiration_year = expiration_year - self._name_on_card = name_on_card + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address': 'AddressInformation', + 'card_number': 'str', + 'card_type': 'str', + 'cv_number': 'str', + 'expiration_month': 'str', + 'expiration_year': 'str', + 'name_on_card': 'str' + } + + attribute_map = { + 'address': 'address', + 'card_number': 'cardNumber', + 'card_type': 'cardType', + 'cv_number': 'cvNumber', + 'expiration_month': 'expirationMonth', + 'expiration_year': 'expirationYear', + 'name_on_card': 'nameOnCard' + } + + def __init__(self, address=None, card_number=None, card_type=None, cv_number=None, expiration_month=None, expiration_year=None, name_on_card=None): # noqa: E501 + """CreditCardInformation - a model defined in Swagger""" # noqa: E501 + + self._address = None + self._card_number = None + self._card_type = None + self._cv_number = None + self._expiration_month = None + self._expiration_year = None + self._name_on_card = None + self.discriminator = None + + if address is not None: + self.address = address + if card_number is not None: + self.card_number = card_number + if card_type is not None: + self.card_type = card_type + if cv_number is not None: + self.cv_number = cv_number + if expiration_month is not None: + self.expiration_month = expiration_month + if expiration_year is not None: + self.expiration_year = expiration_year + if name_on_card is not None: + self.name_on_card = name_on_card @property def address(self): - """ - Gets the address of this CreditCardInformation. + """Gets the address of this CreditCardInformation. # noqa: E501 - :return: The address of this CreditCardInformation. + + :return: The address of this CreditCardInformation. # noqa: E501 :rtype: AddressInformation """ return self._address @address.setter def address(self, address): - """ - Sets the address of this CreditCardInformation. + """Sets the address of this CreditCardInformation. - :param address: The address of this CreditCardInformation. + + :param address: The address of this CreditCardInformation. # noqa: E501 :type: AddressInformation """ @@ -81,22 +100,22 @@ def address(self, address): @property def card_number(self): - """ - Gets the card_number of this CreditCardInformation. - The number on the credit card. + """Gets the card_number of this CreditCardInformation. # noqa: E501 + + The number on the credit card. # noqa: E501 - :return: The card_number of this CreditCardInformation. + :return: The card_number of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._card_number @card_number.setter def card_number(self, card_number): - """ - Sets the card_number of this CreditCardInformation. - The number on the credit card. + """Sets the card_number of this CreditCardInformation. + + The number on the credit card. # noqa: E501 - :param card_number: The card_number of this CreditCardInformation. + :param card_number: The card_number of this CreditCardInformation. # noqa: E501 :type: str """ @@ -104,22 +123,22 @@ def card_number(self, card_number): @property def card_type(self): - """ - Gets the card_type of this CreditCardInformation. - The credit card type. Valid values are: visa, mastercard, or amex. + """Gets the card_type of this CreditCardInformation. # noqa: E501 - :return: The card_type of this CreditCardInformation. + The credit card type. Valid values are: visa, mastercard, or amex. # noqa: E501 + + :return: The card_type of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._card_type @card_type.setter def card_type(self, card_type): - """ - Sets the card_type of this CreditCardInformation. - The credit card type. Valid values are: visa, mastercard, or amex. + """Sets the card_type of this CreditCardInformation. + + The credit card type. Valid values are: visa, mastercard, or amex. # noqa: E501 - :param card_type: The card_type of this CreditCardInformation. + :param card_type: The card_type of this CreditCardInformation. # noqa: E501 :type: str """ @@ -127,22 +146,22 @@ def card_type(self, card_type): @property def cv_number(self): - """ - Gets the cv_number of this CreditCardInformation. - + """Gets the cv_number of this CreditCardInformation. # noqa: E501 + + # noqa: E501 - :return: The cv_number of this CreditCardInformation. + :return: The cv_number of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._cv_number @cv_number.setter def cv_number(self, cv_number): - """ - Sets the cv_number of this CreditCardInformation. - + """Sets the cv_number of this CreditCardInformation. + + # noqa: E501 - :param cv_number: The cv_number of this CreditCardInformation. + :param cv_number: The cv_number of this CreditCardInformation. # noqa: E501 :type: str """ @@ -150,22 +169,22 @@ def cv_number(self, cv_number): @property def expiration_month(self): - """ - Gets the expiration_month of this CreditCardInformation. - The month that the credit card expires (1-12). + """Gets the expiration_month of this CreditCardInformation. # noqa: E501 + + The month that the credit card expires (1-12). # noqa: E501 - :return: The expiration_month of this CreditCardInformation. + :return: The expiration_month of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._expiration_month @expiration_month.setter def expiration_month(self, expiration_month): - """ - Sets the expiration_month of this CreditCardInformation. - The month that the credit card expires (1-12). + """Sets the expiration_month of this CreditCardInformation. - :param expiration_month: The expiration_month of this CreditCardInformation. + The month that the credit card expires (1-12). # noqa: E501 + + :param expiration_month: The expiration_month of this CreditCardInformation. # noqa: E501 :type: str """ @@ -173,22 +192,22 @@ def expiration_month(self, expiration_month): @property def expiration_year(self): - """ - Gets the expiration_year of this CreditCardInformation. - The year 4 digit year in which the credit card expires. + """Gets the expiration_year of this CreditCardInformation. # noqa: E501 - :return: The expiration_year of this CreditCardInformation. + The year 4 digit year in which the credit card expires. # noqa: E501 + + :return: The expiration_year of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._expiration_year @expiration_year.setter def expiration_year(self, expiration_year): - """ - Sets the expiration_year of this CreditCardInformation. - The year 4 digit year in which the credit card expires. + """Sets the expiration_year of this CreditCardInformation. - :param expiration_year: The expiration_year of this CreditCardInformation. + The year 4 digit year in which the credit card expires. # noqa: E501 + + :param expiration_year: The expiration_year of this CreditCardInformation. # noqa: E501 :type: str """ @@ -196,34 +215,32 @@ def expiration_year(self, expiration_year): @property def name_on_card(self): - """ - Gets the name_on_card of this CreditCardInformation. - The exact name printed on the credit card. + """Gets the name_on_card of this CreditCardInformation. # noqa: E501 + + The exact name printed on the credit card. # noqa: E501 - :return: The name_on_card of this CreditCardInformation. + :return: The name_on_card of this CreditCardInformation. # noqa: E501 :rtype: str """ return self._name_on_card @name_on_card.setter def name_on_card(self, name_on_card): - """ - Sets the name_on_card of this CreditCardInformation. - The exact name printed on the credit card. + """Sets the name_on_card of this CreditCardInformation. + + The exact name printed on the credit card. # noqa: E501 - :param name_on_card: The name_on_card of this CreditCardInformation. + :param name_on_card: The name_on_card of this CreditCardInformation. # noqa: E501 :type: str """ self._name_on_card = name_on_card def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CreditCardInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CreditCardInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/credit_card_types.py b/docusign_esign/models/credit_card_types.py index 92e4452a..3988d180 100644 --- a/docusign_esign/models/credit_card_types.py +++ b/docusign_esign/models/credit_card_types.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CreditCardTypes(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, card_types=None): - """ - CreditCardTypes - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'card_types': 'list[str]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'card_types': 'list[str]' + } - self.attribute_map = { - 'card_types': 'cardTypes' - } + attribute_map = { + 'card_types': 'cardTypes' + } - self._card_types = card_types + def __init__(self, card_types=None): # noqa: E501 + """CreditCardTypes - a model defined in Swagger""" # noqa: E501 + + self._card_types = None + self.discriminator = None + + if card_types is not None: + self.card_types = card_types @property def card_types(self): - """ - Gets the card_types of this CreditCardTypes. - An array containing supported credit card types. + """Gets the card_types of this CreditCardTypes. # noqa: E501 + + An array containing supported credit card types. # noqa: E501 - :return: The card_types of this CreditCardTypes. + :return: The card_types of this CreditCardTypes. # noqa: E501 :rtype: list[str] """ return self._card_types @card_types.setter def card_types(self, card_types): - """ - Sets the card_types of this CreditCardTypes. - An array containing supported credit card types. + """Sets the card_types of this CreditCardTypes. - :param card_types: The card_types of this CreditCardTypes. + An array containing supported credit card types. # noqa: E501 + + :param card_types: The card_types of this CreditCardTypes. # noqa: E501 :type: list[str] """ self._card_types = card_types def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CreditCardTypes, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CreditCardTypes): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/currency_feature_set_price.py b/docusign_esign/models/currency_feature_set_price.py index 2e44b8df..d682d0b0 100644 --- a/docusign_esign/models/currency_feature_set_price.py +++ b/docusign_esign/models/currency_feature_set_price.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CurrencyFeatureSetPrice(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, currency_code=None, currency_symbol=None, envelope_fee=None, fixed_fee=None, seat_fee=None): - """ - CurrencyFeatureSetPrice - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'currency_code': 'str', - 'currency_symbol': 'str', - 'envelope_fee': 'str', - 'fixed_fee': 'str', - 'seat_fee': 'str' - } - - self.attribute_map = { - 'currency_code': 'currencyCode', - 'currency_symbol': 'currencySymbol', - 'envelope_fee': 'envelopeFee', - 'fixed_fee': 'fixedFee', - 'seat_fee': 'seatFee' - } - self._currency_code = currency_code - self._currency_symbol = currency_symbol - self._envelope_fee = envelope_fee - self._fixed_fee = fixed_fee - self._seat_fee = seat_fee + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'currency_code': 'str', + 'currency_symbol': 'str', + 'envelope_fee': 'str', + 'fixed_fee': 'str', + 'seat_fee': 'str' + } + + attribute_map = { + 'currency_code': 'currencyCode', + 'currency_symbol': 'currencySymbol', + 'envelope_fee': 'envelopeFee', + 'fixed_fee': 'fixedFee', + 'seat_fee': 'seatFee' + } + + def __init__(self, currency_code=None, currency_symbol=None, envelope_fee=None, fixed_fee=None, seat_fee=None): # noqa: E501 + """CurrencyFeatureSetPrice - a model defined in Swagger""" # noqa: E501 + + self._currency_code = None + self._currency_symbol = None + self._envelope_fee = None + self._fixed_fee = None + self._seat_fee = None + self.discriminator = None + + if currency_code is not None: + self.currency_code = currency_code + if currency_symbol is not None: + self.currency_symbol = currency_symbol + if envelope_fee is not None: + self.envelope_fee = envelope_fee + if fixed_fee is not None: + self.fixed_fee = fixed_fee + if seat_fee is not None: + self.seat_fee = seat_fee @property def currency_code(self): - """ - Gets the currency_code of this CurrencyFeatureSetPrice. - Specifies the alternate ISO currency code for the account. + """Gets the currency_code of this CurrencyFeatureSetPrice. # noqa: E501 - :return: The currency_code of this CurrencyFeatureSetPrice. + Specifies the alternate ISO currency code for the account. # noqa: E501 + + :return: The currency_code of this CurrencyFeatureSetPrice. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this CurrencyFeatureSetPrice. - Specifies the alternate ISO currency code for the account. + """Sets the currency_code of this CurrencyFeatureSetPrice. + + Specifies the alternate ISO currency code for the account. # noqa: E501 - :param currency_code: The currency_code of this CurrencyFeatureSetPrice. + :param currency_code: The currency_code of this CurrencyFeatureSetPrice. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def currency_code(self, currency_code): @property def currency_symbol(self): - """ - Gets the currency_symbol of this CurrencyFeatureSetPrice. - Specifies the alternate currency symbol for the account. + """Gets the currency_symbol of this CurrencyFeatureSetPrice. # noqa: E501 + + Specifies the alternate currency symbol for the account. # noqa: E501 - :return: The currency_symbol of this CurrencyFeatureSetPrice. + :return: The currency_symbol of this CurrencyFeatureSetPrice. # noqa: E501 :rtype: str """ return self._currency_symbol @currency_symbol.setter def currency_symbol(self, currency_symbol): - """ - Sets the currency_symbol of this CurrencyFeatureSetPrice. - Specifies the alternate currency symbol for the account. + """Sets the currency_symbol of this CurrencyFeatureSetPrice. - :param currency_symbol: The currency_symbol of this CurrencyFeatureSetPrice. + Specifies the alternate currency symbol for the account. # noqa: E501 + + :param currency_symbol: The currency_symbol of this CurrencyFeatureSetPrice. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def currency_symbol(self, currency_symbol): @property def envelope_fee(self): - """ - Gets the envelope_fee of this CurrencyFeatureSetPrice. - An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.) + """Gets the envelope_fee of this CurrencyFeatureSetPrice. # noqa: E501 - :return: The envelope_fee of this CurrencyFeatureSetPrice. + An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.) # noqa: E501 + + :return: The envelope_fee of this CurrencyFeatureSetPrice. # noqa: E501 :rtype: str """ return self._envelope_fee @envelope_fee.setter def envelope_fee(self, envelope_fee): - """ - Sets the envelope_fee of this CurrencyFeatureSetPrice. - An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.) + """Sets the envelope_fee of this CurrencyFeatureSetPrice. + + An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.) # noqa: E501 - :param envelope_fee: The envelope_fee of this CurrencyFeatureSetPrice. + :param envelope_fee: The envelope_fee of this CurrencyFeatureSetPrice. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def envelope_fee(self, envelope_fee): @property def fixed_fee(self): - """ - Gets the fixed_fee of this CurrencyFeatureSetPrice. - Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.) + """Gets the fixed_fee of this CurrencyFeatureSetPrice. # noqa: E501 + + Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.) # noqa: E501 - :return: The fixed_fee of this CurrencyFeatureSetPrice. + :return: The fixed_fee of this CurrencyFeatureSetPrice. # noqa: E501 :rtype: str """ return self._fixed_fee @fixed_fee.setter def fixed_fee(self, fixed_fee): - """ - Sets the fixed_fee of this CurrencyFeatureSetPrice. - Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.) + """Sets the fixed_fee of this CurrencyFeatureSetPrice. - :param fixed_fee: The fixed_fee of this CurrencyFeatureSetPrice. + Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.) # noqa: E501 + + :param fixed_fee: The fixed_fee of this CurrencyFeatureSetPrice. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def fixed_fee(self, fixed_fee): @property def seat_fee(self): - """ - Gets the seat_fee of this CurrencyFeatureSetPrice. - Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.) + """Gets the seat_fee of this CurrencyFeatureSetPrice. # noqa: E501 + + Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.) # noqa: E501 - :return: The seat_fee of this CurrencyFeatureSetPrice. + :return: The seat_fee of this CurrencyFeatureSetPrice. # noqa: E501 :rtype: str """ return self._seat_fee @seat_fee.setter def seat_fee(self, seat_fee): - """ - Sets the seat_fee of this CurrencyFeatureSetPrice. - Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.) + """Sets the seat_fee of this CurrencyFeatureSetPrice. + + Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.) # noqa: E501 - :param seat_fee: The seat_fee of this CurrencyFeatureSetPrice. + :param seat_fee: The seat_fee of this CurrencyFeatureSetPrice. # noqa: E501 :type: str """ self._seat_fee = seat_fee def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CurrencyFeatureSetPrice, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CurrencyFeatureSetPrice): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/currency_plan_price.py b/docusign_esign/models/currency_plan_price.py index ed80f7f0..e9a0727c 100644 --- a/docusign_esign/models/currency_plan_price.py +++ b/docusign_esign/models/currency_plan_price.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CurrencyPlanPrice(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, currency_code=None, currency_symbol=None, per_seat_price=None, supported_card_types=None, support_incident_fee=None, support_plan_fee=None): - """ - CurrencyPlanPrice - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'currency_code': 'str', - 'currency_symbol': 'str', - 'per_seat_price': 'str', - 'supported_card_types': 'CreditCardTypes', - 'support_incident_fee': 'str', - 'support_plan_fee': 'str' - } - - self.attribute_map = { - 'currency_code': 'currencyCode', - 'currency_symbol': 'currencySymbol', - 'per_seat_price': 'perSeatPrice', - 'supported_card_types': 'supportedCardTypes', - 'support_incident_fee': 'supportIncidentFee', - 'support_plan_fee': 'supportPlanFee' - } - - self._currency_code = currency_code - self._currency_symbol = currency_symbol - self._per_seat_price = per_seat_price - self._supported_card_types = supported_card_types - self._support_incident_fee = support_incident_fee - self._support_plan_fee = support_plan_fee + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'currency_code': 'str', + 'currency_symbol': 'str', + 'per_seat_price': 'str', + 'supported_card_types': 'CreditCardTypes', + 'support_incident_fee': 'str', + 'support_plan_fee': 'str' + } + + attribute_map = { + 'currency_code': 'currencyCode', + 'currency_symbol': 'currencySymbol', + 'per_seat_price': 'perSeatPrice', + 'supported_card_types': 'supportedCardTypes', + 'support_incident_fee': 'supportIncidentFee', + 'support_plan_fee': 'supportPlanFee' + } + + def __init__(self, currency_code=None, currency_symbol=None, per_seat_price=None, supported_card_types=None, support_incident_fee=None, support_plan_fee=None): # noqa: E501 + """CurrencyPlanPrice - a model defined in Swagger""" # noqa: E501 + + self._currency_code = None + self._currency_symbol = None + self._per_seat_price = None + self._supported_card_types = None + self._support_incident_fee = None + self._support_plan_fee = None + self.discriminator = None + + if currency_code is not None: + self.currency_code = currency_code + if currency_symbol is not None: + self.currency_symbol = currency_symbol + if per_seat_price is not None: + self.per_seat_price = per_seat_price + if supported_card_types is not None: + self.supported_card_types = supported_card_types + if support_incident_fee is not None: + self.support_incident_fee = support_incident_fee + if support_plan_fee is not None: + self.support_plan_fee = support_plan_fee @property def currency_code(self): - """ - Gets the currency_code of this CurrencyPlanPrice. - Specifies the ISO currency code for the account. + """Gets the currency_code of this CurrencyPlanPrice. # noqa: E501 + + Specifies the ISO currency code for the account. # noqa: E501 - :return: The currency_code of this CurrencyPlanPrice. + :return: The currency_code of this CurrencyPlanPrice. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this CurrencyPlanPrice. - Specifies the ISO currency code for the account. + """Sets the currency_code of this CurrencyPlanPrice. + + Specifies the ISO currency code for the account. # noqa: E501 - :param currency_code: The currency_code of this CurrencyPlanPrice. + :param currency_code: The currency_code of this CurrencyPlanPrice. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def currency_code(self, currency_code): @property def currency_symbol(self): - """ - Gets the currency_symbol of this CurrencyPlanPrice. - Specifies the currency symbol for the account. + """Gets the currency_symbol of this CurrencyPlanPrice. # noqa: E501 - :return: The currency_symbol of this CurrencyPlanPrice. + Specifies the currency symbol for the account. # noqa: E501 + + :return: The currency_symbol of this CurrencyPlanPrice. # noqa: E501 :rtype: str """ return self._currency_symbol @currency_symbol.setter def currency_symbol(self, currency_symbol): - """ - Sets the currency_symbol of this CurrencyPlanPrice. - Specifies the currency symbol for the account. + """Sets the currency_symbol of this CurrencyPlanPrice. + + Specifies the currency symbol for the account. # noqa: E501 - :param currency_symbol: The currency_symbol of this CurrencyPlanPrice. + :param currency_symbol: The currency_symbol of this CurrencyPlanPrice. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def currency_symbol(self, currency_symbol): @property def per_seat_price(self): - """ - Gets the per_seat_price of this CurrencyPlanPrice. - + """Gets the per_seat_price of this CurrencyPlanPrice. # noqa: E501 + + # noqa: E501 - :return: The per_seat_price of this CurrencyPlanPrice. + :return: The per_seat_price of this CurrencyPlanPrice. # noqa: E501 :rtype: str """ return self._per_seat_price @per_seat_price.setter def per_seat_price(self, per_seat_price): - """ - Sets the per_seat_price of this CurrencyPlanPrice. - + """Sets the per_seat_price of this CurrencyPlanPrice. - :param per_seat_price: The per_seat_price of this CurrencyPlanPrice. + # noqa: E501 + + :param per_seat_price: The per_seat_price of this CurrencyPlanPrice. # noqa: E501 :type: str """ @@ -126,20 +143,20 @@ def per_seat_price(self, per_seat_price): @property def supported_card_types(self): - """ - Gets the supported_card_types of this CurrencyPlanPrice. + """Gets the supported_card_types of this CurrencyPlanPrice. # noqa: E501 + - :return: The supported_card_types of this CurrencyPlanPrice. + :return: The supported_card_types of this CurrencyPlanPrice. # noqa: E501 :rtype: CreditCardTypes """ return self._supported_card_types @supported_card_types.setter def supported_card_types(self, supported_card_types): - """ - Sets the supported_card_types of this CurrencyPlanPrice. + """Sets the supported_card_types of this CurrencyPlanPrice. + - :param supported_card_types: The supported_card_types of this CurrencyPlanPrice. + :param supported_card_types: The supported_card_types of this CurrencyPlanPrice. # noqa: E501 :type: CreditCardTypes """ @@ -147,22 +164,22 @@ def supported_card_types(self, supported_card_types): @property def support_incident_fee(self): - """ - Gets the support_incident_fee of this CurrencyPlanPrice. - The support incident fee charged for each support incident. + """Gets the support_incident_fee of this CurrencyPlanPrice. # noqa: E501 - :return: The support_incident_fee of this CurrencyPlanPrice. + The support incident fee charged for each support incident. # noqa: E501 + + :return: The support_incident_fee of this CurrencyPlanPrice. # noqa: E501 :rtype: str """ return self._support_incident_fee @support_incident_fee.setter def support_incident_fee(self, support_incident_fee): - """ - Sets the support_incident_fee of this CurrencyPlanPrice. - The support incident fee charged for each support incident. + """Sets the support_incident_fee of this CurrencyPlanPrice. + + The support incident fee charged for each support incident. # noqa: E501 - :param support_incident_fee: The support_incident_fee of this CurrencyPlanPrice. + :param support_incident_fee: The support_incident_fee of this CurrencyPlanPrice. # noqa: E501 :type: str """ @@ -170,34 +187,32 @@ def support_incident_fee(self, support_incident_fee): @property def support_plan_fee(self): - """ - Gets the support_plan_fee of this CurrencyPlanPrice. - The support plan fee charged for this plan. + """Gets the support_plan_fee of this CurrencyPlanPrice. # noqa: E501 + + The support plan fee charged for this plan. # noqa: E501 - :return: The support_plan_fee of this CurrencyPlanPrice. + :return: The support_plan_fee of this CurrencyPlanPrice. # noqa: E501 :rtype: str """ return self._support_plan_fee @support_plan_fee.setter def support_plan_fee(self, support_plan_fee): - """ - Sets the support_plan_fee of this CurrencyPlanPrice. - The support plan fee charged for this plan. + """Sets the support_plan_fee of this CurrencyPlanPrice. - :param support_plan_fee: The support_plan_fee of this CurrencyPlanPrice. + The support plan fee charged for this plan. # noqa: E501 + + :param support_plan_fee: The support_plan_fee of this CurrencyPlanPrice. # noqa: E501 :type: str """ self._support_plan_fee = support_plan_fee def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -214,29 +229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CurrencyPlanPrice, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CurrencyPlanPrice): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/custom_field.py b/docusign_esign/models/custom_field.py index 063e5450..deb34cc1 100644 --- a/docusign_esign/models/custom_field.py +++ b/docusign_esign/models/custom_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CustomField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, custom_field_type=None, error_details=None, field_id=None, list_items=None, name=None, required=None, show=None, value=None): - """ - CustomField - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'custom_field_type': 'str', - 'error_details': 'ErrorDetails', - 'field_id': 'str', - 'list_items': 'list[str]', - 'name': 'str', - 'required': 'str', - 'show': 'str', - 'value': 'str' - } - - self.attribute_map = { - 'custom_field_type': 'customFieldType', - 'error_details': 'errorDetails', - 'field_id': 'fieldId', - 'list_items': 'listItems', - 'name': 'name', - 'required': 'required', - 'show': 'show', - 'value': 'value' - } - - self._custom_field_type = custom_field_type - self._error_details = error_details - self._field_id = field_id - self._list_items = list_items - self._name = name - self._required = required - self._show = show - self._value = value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'custom_field_type': 'str', + 'error_details': 'ErrorDetails', + 'field_id': 'str', + 'list_items': 'list[str]', + 'name': 'str', + 'required': 'str', + 'show': 'str', + 'value': 'str' + } + + attribute_map = { + 'custom_field_type': 'customFieldType', + 'error_details': 'errorDetails', + 'field_id': 'fieldId', + 'list_items': 'listItems', + 'name': 'name', + 'required': 'required', + 'show': 'show', + 'value': 'value' + } + + def __init__(self, custom_field_type=None, error_details=None, field_id=None, list_items=None, name=None, required=None, show=None, value=None): # noqa: E501 + """CustomField - a model defined in Swagger""" # noqa: E501 + + self._custom_field_type = None + self._error_details = None + self._field_id = None + self._list_items = None + self._name = None + self._required = None + self._show = None + self._value = None + self.discriminator = None + + if custom_field_type is not None: + self.custom_field_type = custom_field_type + if error_details is not None: + self.error_details = error_details + if field_id is not None: + self.field_id = field_id + if list_items is not None: + self.list_items = list_items + if name is not None: + self.name = name + if required is not None: + self.required = required + if show is not None: + self.show = show + if value is not None: + self.value = value @property def custom_field_type(self): - """ - Gets the custom_field_type of this CustomField. - + """Gets the custom_field_type of this CustomField. # noqa: E501 - :return: The custom_field_type of this CustomField. + # noqa: E501 + + :return: The custom_field_type of this CustomField. # noqa: E501 :rtype: str """ return self._custom_field_type @custom_field_type.setter def custom_field_type(self, custom_field_type): - """ - Sets the custom_field_type of this CustomField. - + """Sets the custom_field_type of this CustomField. - :param custom_field_type: The custom_field_type of this CustomField. + # noqa: E501 + + :param custom_field_type: The custom_field_type of this CustomField. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def custom_field_type(self, custom_field_type): @property def error_details(self): - """ - Gets the error_details of this CustomField. + """Gets the error_details of this CustomField. # noqa: E501 - :return: The error_details of this CustomField. + + :return: The error_details of this CustomField. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this CustomField. + """Sets the error_details of this CustomField. - :param error_details: The error_details of this CustomField. + + :param error_details: The error_details of this CustomField. # noqa: E501 :type: ErrorDetails """ @@ -107,22 +128,22 @@ def error_details(self, error_details): @property def field_id(self): - """ - Gets the field_id of this CustomField. - + """Gets the field_id of this CustomField. # noqa: E501 - :return: The field_id of this CustomField. + # noqa: E501 + + :return: The field_id of this CustomField. # noqa: E501 :rtype: str """ return self._field_id @field_id.setter def field_id(self, field_id): - """ - Sets the field_id of this CustomField. - + """Sets the field_id of this CustomField. - :param field_id: The field_id of this CustomField. + # noqa: E501 + + :param field_id: The field_id of this CustomField. # noqa: E501 :type: str """ @@ -130,22 +151,22 @@ def field_id(self, field_id): @property def list_items(self): - """ - Gets the list_items of this CustomField. - + """Gets the list_items of this CustomField. # noqa: E501 + + # noqa: E501 - :return: The list_items of this CustomField. + :return: The list_items of this CustomField. # noqa: E501 :rtype: list[str] """ return self._list_items @list_items.setter def list_items(self, list_items): - """ - Sets the list_items of this CustomField. - + """Sets the list_items of this CustomField. + + # noqa: E501 - :param list_items: The list_items of this CustomField. + :param list_items: The list_items of this CustomField. # noqa: E501 :type: list[str] """ @@ -153,22 +174,22 @@ def list_items(self, list_items): @property def name(self): - """ - Gets the name of this CustomField. - + """Gets the name of this CustomField. # noqa: E501 + + # noqa: E501 - :return: The name of this CustomField. + :return: The name of this CustomField. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this CustomField. - + """Sets the name of this CustomField. + + # noqa: E501 - :param name: The name of this CustomField. + :param name: The name of this CustomField. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def name(self, name): @property def required(self): - """ - Gets the required of this CustomField. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this CustomField. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this CustomField. + :return: The required of this CustomField. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this CustomField. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this CustomField. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this CustomField. + :param required: The required of this CustomField. # noqa: E501 :type: str """ @@ -199,22 +220,22 @@ def required(self, required): @property def show(self): - """ - Gets the show of this CustomField. - + """Gets the show of this CustomField. # noqa: E501 + + # noqa: E501 - :return: The show of this CustomField. + :return: The show of this CustomField. # noqa: E501 :rtype: str """ return self._show @show.setter def show(self, show): - """ - Sets the show of this CustomField. - + """Sets the show of this CustomField. + + # noqa: E501 - :param show: The show of this CustomField. + :param show: The show of this CustomField. # noqa: E501 :type: str """ @@ -222,34 +243,32 @@ def show(self, show): @property def value(self): - """ - Gets the value of this CustomField. - Specifies the value of the tab. + """Gets the value of this CustomField. # noqa: E501 - :return: The value of this CustomField. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this CustomField. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this CustomField. - Specifies the value of the tab. + """Sets the value of this CustomField. - :param value: The value of this CustomField. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this CustomField. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -266,29 +285,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CustomField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CustomField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/custom_fields.py b/docusign_esign/models/custom_fields.py index 9ed7a25d..7e35ab46 100644 --- a/docusign_esign/models/custom_fields.py +++ b/docusign_esign/models/custom_fields.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CustomFields(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, list_custom_fields=None, text_custom_fields=None): - """ - CustomFields - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'list_custom_fields': 'list[ListCustomField]', - 'text_custom_fields': 'list[TextCustomField]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'list_custom_fields': 'list[ListCustomField]', + 'text_custom_fields': 'list[TextCustomField]' + } - self.attribute_map = { - 'list_custom_fields': 'listCustomFields', - 'text_custom_fields': 'textCustomFields' - } + attribute_map = { + 'list_custom_fields': 'listCustomFields', + 'text_custom_fields': 'textCustomFields' + } - self._list_custom_fields = list_custom_fields - self._text_custom_fields = text_custom_fields + def __init__(self, list_custom_fields=None, text_custom_fields=None): # noqa: E501 + """CustomFields - a model defined in Swagger""" # noqa: E501 + + self._list_custom_fields = None + self._text_custom_fields = None + self.discriminator = None + + if list_custom_fields is not None: + self.list_custom_fields = list_custom_fields + if text_custom_fields is not None: + self.text_custom_fields = text_custom_fields @property def list_custom_fields(self): - """ - Gets the list_custom_fields of this CustomFields. - An array of list custom fields. + """Gets the list_custom_fields of this CustomFields. # noqa: E501 - :return: The list_custom_fields of this CustomFields. + An array of list custom fields. # noqa: E501 + + :return: The list_custom_fields of this CustomFields. # noqa: E501 :rtype: list[ListCustomField] """ return self._list_custom_fields @list_custom_fields.setter def list_custom_fields(self, list_custom_fields): - """ - Sets the list_custom_fields of this CustomFields. - An array of list custom fields. + """Sets the list_custom_fields of this CustomFields. + + An array of list custom fields. # noqa: E501 - :param list_custom_fields: The list_custom_fields of this CustomFields. + :param list_custom_fields: The list_custom_fields of this CustomFields. # noqa: E501 :type: list[ListCustomField] """ @@ -68,34 +77,32 @@ def list_custom_fields(self, list_custom_fields): @property def text_custom_fields(self): - """ - Gets the text_custom_fields of this CustomFields. - An array of text custom fields. + """Gets the text_custom_fields of this CustomFields. # noqa: E501 + + An array of text custom fields. # noqa: E501 - :return: The text_custom_fields of this CustomFields. + :return: The text_custom_fields of this CustomFields. # noqa: E501 :rtype: list[TextCustomField] """ return self._text_custom_fields @text_custom_fields.setter def text_custom_fields(self, text_custom_fields): - """ - Sets the text_custom_fields of this CustomFields. - An array of text custom fields. + """Sets the text_custom_fields of this CustomFields. + + An array of text custom fields. # noqa: E501 - :param text_custom_fields: The text_custom_fields of this CustomFields. + :param text_custom_fields: The text_custom_fields of this CustomFields. # noqa: E501 :type: list[TextCustomField] """ self._text_custom_fields = text_custom_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CustomFields, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CustomFields): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/custom_fields_envelope.py b/docusign_esign/models/custom_fields_envelope.py index b7a8b357..7e96429c 100644 --- a/docusign_esign/models/custom_fields_envelope.py +++ b/docusign_esign/models/custom_fields_envelope.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CustomFieldsEnvelope(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, list_custom_fields=None, text_custom_fields=None): - """ - CustomFieldsEnvelope - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'list_custom_fields': 'list[ListCustomField]', - 'text_custom_fields': 'list[TextCustomField]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'list_custom_fields': 'list[ListCustomField]', + 'text_custom_fields': 'list[TextCustomField]' + } - self.attribute_map = { - 'list_custom_fields': 'listCustomFields', - 'text_custom_fields': 'textCustomFields' - } + attribute_map = { + 'list_custom_fields': 'listCustomFields', + 'text_custom_fields': 'textCustomFields' + } - self._list_custom_fields = list_custom_fields - self._text_custom_fields = text_custom_fields + def __init__(self, list_custom_fields=None, text_custom_fields=None): # noqa: E501 + """CustomFieldsEnvelope - a model defined in Swagger""" # noqa: E501 + + self._list_custom_fields = None + self._text_custom_fields = None + self.discriminator = None + + if list_custom_fields is not None: + self.list_custom_fields = list_custom_fields + if text_custom_fields is not None: + self.text_custom_fields = text_custom_fields @property def list_custom_fields(self): - """ - Gets the list_custom_fields of this CustomFieldsEnvelope. - An array of list custom fields. + """Gets the list_custom_fields of this CustomFieldsEnvelope. # noqa: E501 - :return: The list_custom_fields of this CustomFieldsEnvelope. + An array of list custom fields. # noqa: E501 + + :return: The list_custom_fields of this CustomFieldsEnvelope. # noqa: E501 :rtype: list[ListCustomField] """ return self._list_custom_fields @list_custom_fields.setter def list_custom_fields(self, list_custom_fields): - """ - Sets the list_custom_fields of this CustomFieldsEnvelope. - An array of list custom fields. + """Sets the list_custom_fields of this CustomFieldsEnvelope. + + An array of list custom fields. # noqa: E501 - :param list_custom_fields: The list_custom_fields of this CustomFieldsEnvelope. + :param list_custom_fields: The list_custom_fields of this CustomFieldsEnvelope. # noqa: E501 :type: list[ListCustomField] """ @@ -68,34 +77,32 @@ def list_custom_fields(self, list_custom_fields): @property def text_custom_fields(self): - """ - Gets the text_custom_fields of this CustomFieldsEnvelope. - An array of text custom fields. + """Gets the text_custom_fields of this CustomFieldsEnvelope. # noqa: E501 + + An array of text custom fields. # noqa: E501 - :return: The text_custom_fields of this CustomFieldsEnvelope. + :return: The text_custom_fields of this CustomFieldsEnvelope. # noqa: E501 :rtype: list[TextCustomField] """ return self._text_custom_fields @text_custom_fields.setter def text_custom_fields(self, text_custom_fields): - """ - Sets the text_custom_fields of this CustomFieldsEnvelope. - An array of text custom fields. + """Sets the text_custom_fields of this CustomFieldsEnvelope. + + An array of text custom fields. # noqa: E501 - :param text_custom_fields: The text_custom_fields of this CustomFieldsEnvelope. + :param text_custom_fields: The text_custom_fields of this CustomFieldsEnvelope. # noqa: E501 :type: list[TextCustomField] """ self._text_custom_fields = text_custom_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CustomFieldsEnvelope, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CustomFieldsEnvelope): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/custom_settings_information.py b/docusign_esign/models/custom_settings_information.py index 5a12c445..20269f2a 100644 --- a/docusign_esign/models/custom_settings_information.py +++ b/docusign_esign/models/custom_settings_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class CustomSettingsInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, custom_settings=None): - """ - CustomSettingsInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'custom_settings': 'list[NameValue]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'custom_settings': 'list[NameValue]' + } - self.attribute_map = { - 'custom_settings': 'customSettings' - } + attribute_map = { + 'custom_settings': 'customSettings' + } - self._custom_settings = custom_settings + def __init__(self, custom_settings=None): # noqa: E501 + """CustomSettingsInformation - a model defined in Swagger""" # noqa: E501 + + self._custom_settings = None + self.discriminator = None + + if custom_settings is not None: + self.custom_settings = custom_settings @property def custom_settings(self): - """ - Gets the custom_settings of this CustomSettingsInformation. - + """Gets the custom_settings of this CustomSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The custom_settings of this CustomSettingsInformation. + :return: The custom_settings of this CustomSettingsInformation. # noqa: E501 :rtype: list[NameValue] """ return self._custom_settings @custom_settings.setter def custom_settings(self, custom_settings): - """ - Sets the custom_settings of this CustomSettingsInformation. - + """Sets the custom_settings of this CustomSettingsInformation. - :param custom_settings: The custom_settings of this CustomSettingsInformation. + # noqa: E501 + + :param custom_settings: The custom_settings of this CustomSettingsInformation. # noqa: E501 :type: list[NameValue] """ self._custom_settings = custom_settings def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(CustomSettingsInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, CustomSettingsInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/date_signed.py b/docusign_esign/models/date_signed.py index 4d928d85..9dbccacc 100644 --- a/docusign_esign/models/date_signed.py +++ b/docusign_esign/models/date_signed.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DateSigned(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - DateSigned - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """DateSigned - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this DateSigned. - + """Gets the anchor_allow_white_space_in_characters of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this DateSigned. + :return: The anchor_allow_white_space_in_characters of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this DateSigned. - + """Sets the anchor_allow_white_space_in_characters of this DateSigned. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this DateSigned. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this DateSigned. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this DateSigned. + """Gets the anchor_allow_white_space_in_characters_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this DateSigned. + :return: The anchor_allow_white_space_in_characters_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this DateSigned. + """Sets the anchor_allow_white_space_in_characters_metadata of this DateSigned. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this DateSigned. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this DateSigned. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this DateSigned. # noqa: E501 - :return: The anchor_case_sensitive of this DateSigned. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this DateSigned. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this DateSigned. - :param anchor_case_sensitive: The anchor_case_sensitive of this DateSigned. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this DateSigned. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this DateSigned. + """Gets the anchor_case_sensitive_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this DateSigned. + :return: The anchor_case_sensitive_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this DateSigned. + """Sets the anchor_case_sensitive_metadata of this DateSigned. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this DateSigned. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this DateSigned. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this DateSigned. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this DateSigned. + :return: The anchor_horizontal_alignment of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this DateSigned. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this DateSigned. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this DateSigned. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this DateSigned. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this DateSigned. + """Gets the anchor_horizontal_alignment_metadata of this DateSigned. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this DateSigned. + + :return: The anchor_horizontal_alignment_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this DateSigned. + """Sets the anchor_horizontal_alignment_metadata of this DateSigned. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this DateSigned. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this DateSigned. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this DateSigned. # noqa: E501 - :return: The anchor_ignore_if_not_present of this DateSigned. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this DateSigned. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this DateSigned. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this DateSigned. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this DateSigned. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this DateSigned. + """Gets the anchor_ignore_if_not_present_metadata of this DateSigned. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this DateSigned. + + :return: The anchor_ignore_if_not_present_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this DateSigned. + """Sets the anchor_ignore_if_not_present_metadata of this DateSigned. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this DateSigned. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this DateSigned. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this DateSigned. # noqa: E501 - :return: The anchor_match_whole_word of this DateSigned. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this DateSigned. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this DateSigned. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this DateSigned. + :param anchor_match_whole_word: The anchor_match_whole_word of this DateSigned. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this DateSigned. + """Gets the anchor_match_whole_word_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this DateSigned. + :return: The anchor_match_whole_word_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this DateSigned. + """Sets the anchor_match_whole_word_metadata of this DateSigned. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this DateSigned. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this DateSigned. - Anchor text information for a radio button. + """Gets the anchor_string of this DateSigned. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this DateSigned. + :return: The anchor_string of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this DateSigned. - Anchor text information for a radio button. + """Sets the anchor_string of this DateSigned. - :param anchor_string: The anchor_string of this DateSigned. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this DateSigned. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this DateSigned. + """Gets the anchor_string_metadata of this DateSigned. # noqa: E501 - :return: The anchor_string_metadata of this DateSigned. + + :return: The anchor_string_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this DateSigned. + """Sets the anchor_string_metadata of this DateSigned. - :param anchor_string_metadata: The anchor_string_metadata of this DateSigned. + + :param anchor_string_metadata: The anchor_string_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this DateSigned. - + """Gets the anchor_tab_processor_version of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this DateSigned. + :return: The anchor_tab_processor_version of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this DateSigned. - + """Sets the anchor_tab_processor_version of this DateSigned. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this DateSigned. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this DateSigned. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this DateSigned. + """Gets the anchor_tab_processor_version_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this DateSigned. + :return: The anchor_tab_processor_version_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this DateSigned. + """Sets the anchor_tab_processor_version_metadata of this DateSigned. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this DateSigned. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this DateSigned. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this DateSigned. # noqa: E501 - :return: The anchor_units of this DateSigned. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this DateSigned. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this DateSigned. - :param anchor_units: The anchor_units of this DateSigned. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this DateSigned. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this DateSigned. + """Gets the anchor_units_metadata of this DateSigned. # noqa: E501 - :return: The anchor_units_metadata of this DateSigned. + + :return: The anchor_units_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this DateSigned. + """Sets the anchor_units_metadata of this DateSigned. + - :param anchor_units_metadata: The anchor_units_metadata of this DateSigned. + :param anchor_units_metadata: The anchor_units_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this DateSigned. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this DateSigned. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this DateSigned. + :return: The anchor_x_offset of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this DateSigned. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this DateSigned. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this DateSigned. + :param anchor_x_offset: The anchor_x_offset of this DateSigned. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this DateSigned. + """Gets the anchor_x_offset_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_x_offset_metadata of this DateSigned. + :return: The anchor_x_offset_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this DateSigned. + """Sets the anchor_x_offset_metadata of this DateSigned. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this DateSigned. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this DateSigned. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this DateSigned. # noqa: E501 - :return: The anchor_y_offset of this DateSigned. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this DateSigned. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this DateSigned. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this DateSigned. - :param anchor_y_offset: The anchor_y_offset of this DateSigned. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this DateSigned. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this DateSigned. + """Gets the anchor_y_offset_metadata of this DateSigned. # noqa: E501 + - :return: The anchor_y_offset_metadata of this DateSigned. + :return: The anchor_y_offset_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this DateSigned. + """Sets the anchor_y_offset_metadata of this DateSigned. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this DateSigned. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this DateSigned. - When set to **true**, the information in the tab is bold. + """Gets the bold of this DateSigned. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this DateSigned. + :return: The bold of this DateSigned. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this DateSigned. - When set to **true**, the information in the tab is bold. + """Sets the bold of this DateSigned. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this DateSigned. + :param bold: The bold of this DateSigned. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this DateSigned. + """Gets the bold_metadata of this DateSigned. # noqa: E501 - :return: The bold_metadata of this DateSigned. + + :return: The bold_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this DateSigned. + """Sets the bold_metadata of this DateSigned. - :param bold_metadata: The bold_metadata of this DateSigned. + + :param bold_metadata: The bold_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this DateSigned. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this DateSigned. # noqa: E501 - :return: The conditional_parent_label of this DateSigned. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this DateSigned. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this DateSigned. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this DateSigned. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this DateSigned. + :param conditional_parent_label: The conditional_parent_label of this DateSigned. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this DateSigned. + """Gets the conditional_parent_label_metadata of this DateSigned. # noqa: E501 + - :return: The conditional_parent_label_metadata of this DateSigned. + :return: The conditional_parent_label_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this DateSigned. + """Sets the conditional_parent_label_metadata of this DateSigned. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this DateSigned. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this DateSigned. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this DateSigned. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this DateSigned. + :return: The conditional_parent_value of this DateSigned. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this DateSigned. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this DateSigned. - :param conditional_parent_value: The conditional_parent_value of this DateSigned. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this DateSigned. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this DateSigned. + """Gets the conditional_parent_value_metadata of this DateSigned. # noqa: E501 - :return: The conditional_parent_value_metadata of this DateSigned. + + :return: The conditional_parent_value_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this DateSigned. + """Sets the conditional_parent_value_metadata of this DateSigned. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this DateSigned. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this DateSigned. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this DateSigned. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this DateSigned. + :return: The custom_tab_id of this DateSigned. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this DateSigned. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this DateSigned. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this DateSigned. + :param custom_tab_id: The custom_tab_id of this DateSigned. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this DateSigned. + """Gets the custom_tab_id_metadata of this DateSigned. # noqa: E501 + - :return: The custom_tab_id_metadata of this DateSigned. + :return: The custom_tab_id_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this DateSigned. + """Sets the custom_tab_id_metadata of this DateSigned. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this DateSigned. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this DateSigned. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this DateSigned. # noqa: E501 - :return: The document_id of this DateSigned. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this DateSigned. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this DateSigned. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this DateSigned. - :param document_id: The document_id of this DateSigned. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this DateSigned. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this DateSigned. + """Gets the document_id_metadata of this DateSigned. # noqa: E501 - :return: The document_id_metadata of this DateSigned. + + :return: The document_id_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this DateSigned. + """Sets the document_id_metadata of this DateSigned. + - :param document_id_metadata: The document_id_metadata of this DateSigned. + :param document_id_metadata: The document_id_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -960,20 +1139,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this DateSigned. + """Gets the error_details of this DateSigned. # noqa: E501 + - :return: The error_details of this DateSigned. + :return: The error_details of this DateSigned. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this DateSigned. + """Sets the error_details of this DateSigned. + - :param error_details: The error_details of this DateSigned. + :param error_details: The error_details of this DateSigned. # noqa: E501 :type: ErrorDetails """ @@ -981,22 +1160,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this DateSigned. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this DateSigned. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this DateSigned. + :return: The font of this DateSigned. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this DateSigned. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this DateSigned. - :param font: The font of this DateSigned. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this DateSigned. # noqa: E501 :type: str """ @@ -1004,22 +1183,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this DateSigned. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this DateSigned. # noqa: E501 - :return: The font_color of this DateSigned. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this DateSigned. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this DateSigned. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this DateSigned. - :param font_color: The font_color of this DateSigned. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this DateSigned. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this DateSigned. + """Gets the font_color_metadata of this DateSigned. # noqa: E501 + - :return: The font_color_metadata of this DateSigned. + :return: The font_color_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this DateSigned. + """Sets the font_color_metadata of this DateSigned. + - :param font_color_metadata: The font_color_metadata of this DateSigned. + :param font_color_metadata: The font_color_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this DateSigned. + """Gets the font_metadata of this DateSigned. # noqa: E501 + - :return: The font_metadata of this DateSigned. + :return: The font_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this DateSigned. + """Sets the font_metadata of this DateSigned. + - :param font_metadata: The font_metadata of this DateSigned. + :param font_metadata: The font_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1248,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this DateSigned. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this DateSigned. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this DateSigned. + :return: The font_size of this DateSigned. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this DateSigned. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this DateSigned. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this DateSigned. + :param font_size: The font_size of this DateSigned. # noqa: E501 :type: str """ @@ -1092,20 +1271,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this DateSigned. + """Gets the font_size_metadata of this DateSigned. # noqa: E501 + - :return: The font_size_metadata of this DateSigned. + :return: The font_size_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this DateSigned. + """Sets the font_size_metadata of this DateSigned. + - :param font_size_metadata: The font_size_metadata of this DateSigned. + :param font_size_metadata: The font_size_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1113,22 +1292,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this DateSigned. - + """Gets the form_order of this DateSigned. # noqa: E501 - :return: The form_order of this DateSigned. + # noqa: E501 + + :return: The form_order of this DateSigned. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this DateSigned. - + """Sets the form_order of this DateSigned. - :param form_order: The form_order of this DateSigned. + # noqa: E501 + + :param form_order: The form_order of this DateSigned. # noqa: E501 :type: str """ @@ -1136,20 +1315,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this DateSigned. + """Gets the form_order_metadata of this DateSigned. # noqa: E501 - :return: The form_order_metadata of this DateSigned. + + :return: The form_order_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this DateSigned. + """Sets the form_order_metadata of this DateSigned. + - :param form_order_metadata: The form_order_metadata of this DateSigned. + :param form_order_metadata: The form_order_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this DateSigned. - + """Gets the form_page_label of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this DateSigned. + :return: The form_page_label of this DateSigned. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this DateSigned. - + """Sets the form_page_label of this DateSigned. + + # noqa: E501 - :param form_page_label: The form_page_label of this DateSigned. + :param form_page_label: The form_page_label of this DateSigned. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this DateSigned. + """Gets the form_page_label_metadata of this DateSigned. # noqa: E501 + - :return: The form_page_label_metadata of this DateSigned. + :return: The form_page_label_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this DateSigned. + """Sets the form_page_label_metadata of this DateSigned. - :param form_page_label_metadata: The form_page_label_metadata of this DateSigned. + + :param form_page_label_metadata: The form_page_label_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this DateSigned. - + """Gets the form_page_number of this DateSigned. # noqa: E501 - :return: The form_page_number of this DateSigned. + # noqa: E501 + + :return: The form_page_number of this DateSigned. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this DateSigned. - + """Sets the form_page_number of this DateSigned. - :param form_page_number: The form_page_number of this DateSigned. + # noqa: E501 + + :param form_page_number: The form_page_number of this DateSigned. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this DateSigned. + """Gets the form_page_number_metadata of this DateSigned. # noqa: E501 + - :return: The form_page_number_metadata of this DateSigned. + :return: The form_page_number_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this DateSigned. + """Sets the form_page_number_metadata of this DateSigned. + - :param form_page_number_metadata: The form_page_number_metadata of this DateSigned. + :param form_page_number_metadata: The form_page_number_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this DateSigned. - Height of the tab in pixels. + """Gets the height of this DateSigned. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this DateSigned. + :return: The height of this DateSigned. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this DateSigned. - Height of the tab in pixels. + """Sets the height of this DateSigned. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this DateSigned. + :param height: The height of this DateSigned. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this DateSigned. + """Gets the height_metadata of this DateSigned. # noqa: E501 - :return: The height_metadata of this DateSigned. + + :return: The height_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this DateSigned. + """Sets the height_metadata of this DateSigned. - :param height_metadata: The height_metadata of this DateSigned. + + :param height_metadata: The height_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this DateSigned. - When set to **true**, the information in the tab is italic. + """Gets the italic of this DateSigned. # noqa: E501 - :return: The italic of this DateSigned. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this DateSigned. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this DateSigned. - When set to **true**, the information in the tab is italic. + """Sets the italic of this DateSigned. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this DateSigned. + :param italic: The italic of this DateSigned. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this DateSigned. + """Gets the italic_metadata of this DateSigned. # noqa: E501 + - :return: The italic_metadata of this DateSigned. + :return: The italic_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this DateSigned. + """Sets the italic_metadata of this DateSigned. + - :param italic_metadata: The italic_metadata of this DateSigned. + :param italic_metadata: The italic_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1333,20 +1512,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this DateSigned. + """Gets the locale_policy of this DateSigned. # noqa: E501 + - :return: The locale_policy of this DateSigned. + :return: The locale_policy of this DateSigned. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this DateSigned. + """Sets the locale_policy of this DateSigned. - :param locale_policy: The locale_policy of this DateSigned. + + :param locale_policy: The locale_policy of this DateSigned. # noqa: E501 :type: LocalePolicyTab """ @@ -1354,20 +1533,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this DateSigned. + """Gets the merge_field of this DateSigned. # noqa: E501 - :return: The merge_field of this DateSigned. + + :return: The merge_field of this DateSigned. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this DateSigned. + """Sets the merge_field of this DateSigned. - :param merge_field: The merge_field of this DateSigned. + + :param merge_field: The merge_field of this DateSigned. # noqa: E501 :type: MergeField """ @@ -1375,22 +1554,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this DateSigned. - + """Gets the merge_field_xml of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this DateSigned. + :return: The merge_field_xml of this DateSigned. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this DateSigned. - + """Sets the merge_field_xml of this DateSigned. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this DateSigned. + :param merge_field_xml: The merge_field_xml of this DateSigned. # noqa: E501 :type: str """ @@ -1398,22 +1577,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this DateSigned. - + """Gets the name of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The name of this DateSigned. + :return: The name of this DateSigned. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this DateSigned. - + """Sets the name of this DateSigned. + + # noqa: E501 - :param name: The name of this DateSigned. + :param name: The name of this DateSigned. # noqa: E501 :type: str """ @@ -1421,20 +1600,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this DateSigned. + """Gets the name_metadata of this DateSigned. # noqa: E501 - :return: The name_metadata of this DateSigned. + + :return: The name_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this DateSigned. + """Sets the name_metadata of this DateSigned. - :param name_metadata: The name_metadata of this DateSigned. + + :param name_metadata: The name_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1442,22 +1621,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this DateSigned. - Specifies the page number on which the tab is located. + """Gets the page_number of this DateSigned. # noqa: E501 - :return: The page_number of this DateSigned. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this DateSigned. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this DateSigned. - Specifies the page number on which the tab is located. + """Sets the page_number of this DateSigned. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this DateSigned. + :param page_number: The page_number of this DateSigned. # noqa: E501 :type: str """ @@ -1465,20 +1644,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this DateSigned. + """Gets the page_number_metadata of this DateSigned. # noqa: E501 + - :return: The page_number_metadata of this DateSigned. + :return: The page_number_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this DateSigned. + """Sets the page_number_metadata of this DateSigned. + - :param page_number_metadata: The page_number_metadata of this DateSigned. + :param page_number_metadata: The page_number_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1665,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this DateSigned. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this DateSigned. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this DateSigned. + :return: The recipient_id of this DateSigned. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this DateSigned. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this DateSigned. - :param recipient_id: The recipient_id of this DateSigned. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this DateSigned. # noqa: E501 :type: str """ @@ -1509,22 +1688,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this DateSigned. - + """Gets the recipient_id_guid of this DateSigned. # noqa: E501 - :return: The recipient_id_guid of this DateSigned. + # noqa: E501 + + :return: The recipient_id_guid of this DateSigned. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this DateSigned. - + """Sets the recipient_id_guid of this DateSigned. - :param recipient_id_guid: The recipient_id_guid of this DateSigned. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this DateSigned. # noqa: E501 :type: str """ @@ -1532,20 +1711,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this DateSigned. + """Gets the recipient_id_guid_metadata of this DateSigned. # noqa: E501 + - :return: The recipient_id_guid_metadata of this DateSigned. + :return: The recipient_id_guid_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this DateSigned. + """Sets the recipient_id_guid_metadata of this DateSigned. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this DateSigned. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1553,20 +1732,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this DateSigned. + """Gets the recipient_id_metadata of this DateSigned. # noqa: E501 + - :return: The recipient_id_metadata of this DateSigned. + :return: The recipient_id_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this DateSigned. + """Sets the recipient_id_metadata of this DateSigned. + - :param recipient_id_metadata: The recipient_id_metadata of this DateSigned. + :param recipient_id_metadata: The recipient_id_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1574,20 +1753,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this DateSigned. + """Gets the smart_contract_information of this DateSigned. # noqa: E501 - :return: The smart_contract_information of this DateSigned. + + :return: The smart_contract_information of this DateSigned. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this DateSigned. + """Sets the smart_contract_information of this DateSigned. - :param smart_contract_information: The smart_contract_information of this DateSigned. + + :param smart_contract_information: The smart_contract_information of this DateSigned. # noqa: E501 :type: SmartContractInformation """ @@ -1595,22 +1774,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this DateSigned. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this DateSigned. # noqa: E501 - :return: The status of this DateSigned. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this DateSigned. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this DateSigned. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this DateSigned. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this DateSigned. + :param status: The status of this DateSigned. # noqa: E501 :type: str """ @@ -1618,20 +1797,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this DateSigned. + """Gets the status_metadata of this DateSigned. # noqa: E501 + - :return: The status_metadata of this DateSigned. + :return: The status_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this DateSigned. + """Sets the status_metadata of this DateSigned. + - :param status_metadata: The status_metadata of this DateSigned. + :param status_metadata: The status_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1639,22 +1818,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this DateSigned. - + """Gets the tab_group_labels of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this DateSigned. + :return: The tab_group_labels of this DateSigned. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this DateSigned. - + """Sets the tab_group_labels of this DateSigned. - :param tab_group_labels: The tab_group_labels of this DateSigned. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this DateSigned. # noqa: E501 :type: list[str] """ @@ -1662,20 +1841,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this DateSigned. + """Gets the tab_group_labels_metadata of this DateSigned. # noqa: E501 - :return: The tab_group_labels_metadata of this DateSigned. + + :return: The tab_group_labels_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this DateSigned. + """Sets the tab_group_labels_metadata of this DateSigned. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this DateSigned. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this DateSigned. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this DateSigned. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this DateSigned. + :return: The tab_id of this DateSigned. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this DateSigned. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this DateSigned. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this DateSigned. + :param tab_id: The tab_id of this DateSigned. # noqa: E501 :type: str """ @@ -1706,20 +1885,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this DateSigned. + """Gets the tab_id_metadata of this DateSigned. # noqa: E501 + - :return: The tab_id_metadata of this DateSigned. + :return: The tab_id_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this DateSigned. + """Sets the tab_id_metadata of this DateSigned. + - :param tab_id_metadata: The tab_id_metadata of this DateSigned. + :param tab_id_metadata: The tab_id_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this DateSigned. - The label string associated with the tab. + """Gets the tab_label of this DateSigned. # noqa: E501 - :return: The tab_label of this DateSigned. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this DateSigned. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this DateSigned. - The label string associated with the tab. + """Sets the tab_label of this DateSigned. - :param tab_label: The tab_label of this DateSigned. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this DateSigned. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this DateSigned. + """Gets the tab_label_metadata of this DateSigned. # noqa: E501 - :return: The tab_label_metadata of this DateSigned. + + :return: The tab_label_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this DateSigned. + """Sets the tab_label_metadata of this DateSigned. + - :param tab_label_metadata: The tab_label_metadata of this DateSigned. + :param tab_label_metadata: The tab_label_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this DateSigned. - + """Gets the tab_order of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this DateSigned. + :return: The tab_order of this DateSigned. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this DateSigned. - + """Sets the tab_order of this DateSigned. + + # noqa: E501 - :param tab_order: The tab_order of this DateSigned. + :param tab_order: The tab_order of this DateSigned. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this DateSigned. + """Gets the tab_order_metadata of this DateSigned. # noqa: E501 + - :return: The tab_order_metadata of this DateSigned. + :return: The tab_order_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this DateSigned. + """Sets the tab_order_metadata of this DateSigned. - :param tab_order_metadata: The tab_order_metadata of this DateSigned. + + :param tab_order_metadata: The tab_order_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this DateSigned. - + """Gets the tab_type of this DateSigned. # noqa: E501 - :return: The tab_type of this DateSigned. + # noqa: E501 + + :return: The tab_type of this DateSigned. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this DateSigned. - + """Sets the tab_type of this DateSigned. - :param tab_type: The tab_type of this DateSigned. + # noqa: E501 + + :param tab_type: The tab_type of this DateSigned. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this DateSigned. + """Gets the tab_type_metadata of this DateSigned. # noqa: E501 + - :return: The tab_type_metadata of this DateSigned. + :return: The tab_type_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this DateSigned. + """Sets the tab_type_metadata of this DateSigned. + - :param tab_type_metadata: The tab_type_metadata of this DateSigned. + :param tab_type_metadata: The tab_type_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this DateSigned. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this DateSigned. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this DateSigned. + :return: The template_locked of this DateSigned. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this DateSigned. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this DateSigned. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this DateSigned. + :param template_locked: The template_locked of this DateSigned. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this DateSigned. + """Gets the template_locked_metadata of this DateSigned. # noqa: E501 - :return: The template_locked_metadata of this DateSigned. + + :return: The template_locked_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this DateSigned. + """Sets the template_locked_metadata of this DateSigned. - :param template_locked_metadata: The template_locked_metadata of this DateSigned. + + :param template_locked_metadata: The template_locked_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this DateSigned. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this DateSigned. # noqa: E501 - :return: The template_required of this DateSigned. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this DateSigned. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this DateSigned. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this DateSigned. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this DateSigned. + :param template_required: The template_required of this DateSigned. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this DateSigned. + """Gets the template_required_metadata of this DateSigned. # noqa: E501 + - :return: The template_required_metadata of this DateSigned. + :return: The template_required_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this DateSigned. + """Sets the template_required_metadata of this DateSigned. + - :param template_required_metadata: The template_required_metadata of this DateSigned. + :param template_required_metadata: The template_required_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this DateSigned. - + """Gets the tooltip of this DateSigned. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this DateSigned. + :return: The tooltip of this DateSigned. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this DateSigned. - + """Sets the tooltip of this DateSigned. - :param tooltip: The tooltip of this DateSigned. + # noqa: E501 + + :param tooltip: The tooltip of this DateSigned. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this DateSigned. + """Gets the tool_tip_metadata of this DateSigned. # noqa: E501 - :return: The tool_tip_metadata of this DateSigned. + + :return: The tool_tip_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this DateSigned. + """Sets the tool_tip_metadata of this DateSigned. - :param tool_tip_metadata: The tool_tip_metadata of this DateSigned. + + :param tool_tip_metadata: The tool_tip_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this DateSigned. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this DateSigned. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this DateSigned. + :return: The underline of this DateSigned. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this DateSigned. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this DateSigned. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this DateSigned. + :param underline: The underline of this DateSigned. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this DateSigned. + """Gets the underline_metadata of this DateSigned. # noqa: E501 + - :return: The underline_metadata of this DateSigned. + :return: The underline_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this DateSigned. + """Sets the underline_metadata of this DateSigned. + - :param underline_metadata: The underline_metadata of this DateSigned. + :param underline_metadata: The underline_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this DateSigned. - Specifies the value of the tab. + """Gets the value of this DateSigned. # noqa: E501 - :return: The value of this DateSigned. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this DateSigned. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this DateSigned. - Specifies the value of the tab. + """Sets the value of this DateSigned. - :param value: The value of this DateSigned. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this DateSigned. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this DateSigned. + """Gets the value_metadata of this DateSigned. # noqa: E501 - :return: The value_metadata of this DateSigned. + + :return: The value_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this DateSigned. + """Sets the value_metadata of this DateSigned. + - :param value_metadata: The value_metadata of this DateSigned. + :param value_metadata: The value_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this DateSigned. - Width of the tab in pixels. + """Gets the width of this DateSigned. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this DateSigned. + :return: The width of this DateSigned. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this DateSigned. - Width of the tab in pixels. + """Sets the width of this DateSigned. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this DateSigned. + :param width: The width of this DateSigned. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this DateSigned. + """Gets the width_metadata of this DateSigned. # noqa: E501 + - :return: The width_metadata of this DateSigned. + :return: The width_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this DateSigned. + """Sets the width_metadata of this DateSigned. - :param width_metadata: The width_metadata of this DateSigned. + + :param width_metadata: The width_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this DateSigned. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this DateSigned. # noqa: E501 - :return: The x_position of this DateSigned. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this DateSigned. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this DateSigned. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this DateSigned. - :param x_position: The x_position of this DateSigned. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this DateSigned. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this DateSigned. + """Gets the x_position_metadata of this DateSigned. # noqa: E501 + - :return: The x_position_metadata of this DateSigned. + :return: The x_position_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this DateSigned. + """Sets the x_position_metadata of this DateSigned. + - :param x_position_metadata: The x_position_metadata of this DateSigned. + :param x_position_metadata: The x_position_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this DateSigned. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this DateSigned. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this DateSigned. + :return: The y_position of this DateSigned. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this DateSigned. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this DateSigned. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this DateSigned. + :param y_position: The y_position of this DateSigned. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this DateSigned. + """Gets the y_position_metadata of this DateSigned. # noqa: E501 - :return: The y_position_metadata of this DateSigned. + + :return: The y_position_metadata of this DateSigned. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this DateSigned. + """Sets the y_position_metadata of this DateSigned. - :param y_position_metadata: The y_position_metadata of this DateSigned. + + :param y_position_metadata: The y_position_metadata of this DateSigned. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DateSigned, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DateSigned): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/date_stamp_properties.py b/docusign_esign/models/date_stamp_properties.py index 52c2606b..7b9a5258 100644 --- a/docusign_esign/models/date_stamp_properties.py +++ b/docusign_esign/models/date_stamp_properties.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DateStampProperties(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, date_area_height=None, date_area_width=None, date_area_x=None, date_area_y=None): - """ - DateStampProperties - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'date_area_height': 'str', - 'date_area_width': 'str', - 'date_area_x': 'str', - 'date_area_y': 'str' - } - - self.attribute_map = { - 'date_area_height': 'dateAreaHeight', - 'date_area_width': 'dateAreaWidth', - 'date_area_x': 'dateAreaX', - 'date_area_y': 'dateAreaY' - } - self._date_area_height = date_area_height - self._date_area_width = date_area_width - self._date_area_x = date_area_x - self._date_area_y = date_area_y + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'date_area_height': 'str', + 'date_area_width': 'str', + 'date_area_x': 'str', + 'date_area_y': 'str' + } + + attribute_map = { + 'date_area_height': 'dateAreaHeight', + 'date_area_width': 'dateAreaWidth', + 'date_area_x': 'dateAreaX', + 'date_area_y': 'dateAreaY' + } + + def __init__(self, date_area_height=None, date_area_width=None, date_area_x=None, date_area_y=None): # noqa: E501 + """DateStampProperties - a model defined in Swagger""" # noqa: E501 + + self._date_area_height = None + self._date_area_width = None + self._date_area_x = None + self._date_area_y = None + self.discriminator = None + + if date_area_height is not None: + self.date_area_height = date_area_height + if date_area_width is not None: + self.date_area_width = date_area_width + if date_area_x is not None: + self.date_area_x = date_area_x + if date_area_y is not None: + self.date_area_y = date_area_y @property def date_area_height(self): - """ - Gets the date_area_height of this DateStampProperties. - + """Gets the date_area_height of this DateStampProperties. # noqa: E501 - :return: The date_area_height of this DateStampProperties. + # noqa: E501 + + :return: The date_area_height of this DateStampProperties. # noqa: E501 :rtype: str """ return self._date_area_height @date_area_height.setter def date_area_height(self, date_area_height): - """ - Sets the date_area_height of this DateStampProperties. - + """Sets the date_area_height of this DateStampProperties. - :param date_area_height: The date_area_height of this DateStampProperties. + # noqa: E501 + + :param date_area_height: The date_area_height of this DateStampProperties. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def date_area_height(self, date_area_height): @property def date_area_width(self): - """ - Gets the date_area_width of this DateStampProperties. - + """Gets the date_area_width of this DateStampProperties. # noqa: E501 + + # noqa: E501 - :return: The date_area_width of this DateStampProperties. + :return: The date_area_width of this DateStampProperties. # noqa: E501 :rtype: str """ return self._date_area_width @date_area_width.setter def date_area_width(self, date_area_width): - """ - Sets the date_area_width of this DateStampProperties. - + """Sets the date_area_width of this DateStampProperties. + + # noqa: E501 - :param date_area_width: The date_area_width of this DateStampProperties. + :param date_area_width: The date_area_width of this DateStampProperties. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def date_area_width(self, date_area_width): @property def date_area_x(self): - """ - Gets the date_area_x of this DateStampProperties. - + """Gets the date_area_x of this DateStampProperties. # noqa: E501 + + # noqa: E501 - :return: The date_area_x of this DateStampProperties. + :return: The date_area_x of this DateStampProperties. # noqa: E501 :rtype: str """ return self._date_area_x @date_area_x.setter def date_area_x(self, date_area_x): - """ - Sets the date_area_x of this DateStampProperties. - + """Sets the date_area_x of this DateStampProperties. - :param date_area_x: The date_area_x of this DateStampProperties. + # noqa: E501 + + :param date_area_x: The date_area_x of this DateStampProperties. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def date_area_x(self, date_area_x): @property def date_area_y(self): - """ - Gets the date_area_y of this DateStampProperties. - + """Gets the date_area_y of this DateStampProperties. # noqa: E501 - :return: The date_area_y of this DateStampProperties. + # noqa: E501 + + :return: The date_area_y of this DateStampProperties. # noqa: E501 :rtype: str """ return self._date_area_y @date_area_y.setter def date_area_y(self, date_area_y): - """ - Sets the date_area_y of this DateStampProperties. - + """Sets the date_area_y of this DateStampProperties. + + # noqa: E501 - :param date_area_y: The date_area_y of this DateStampProperties. + :param date_area_y: The date_area_y of this DateStampProperties. # noqa: E501 :type: str """ self._date_area_y = date_area_y def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DateStampProperties, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DateStampProperties): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/decline.py b/docusign_esign/models/decline.py index dd5c0597..0cc44f6b 100644 --- a/docusign_esign/models/decline.py +++ b/docusign_esign/models/decline.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Decline(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, decline_reason=None, decline_reason_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Decline - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'button_text': 'str', - 'button_text_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'decline_reason': 'str', - 'decline_reason_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'button_text': 'buttonText', - 'button_text_metadata': 'buttonTextMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'decline_reason': 'declineReason', - 'decline_reason_metadata': 'declineReasonMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._button_text = button_text - self._button_text_metadata = button_text_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._decline_reason = decline_reason - self._decline_reason_metadata = decline_reason_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'button_text': 'str', + 'button_text_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'decline_reason': 'str', + 'decline_reason_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'button_text': 'buttonText', + 'button_text_metadata': 'buttonTextMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'decline_reason': 'declineReason', + 'decline_reason_metadata': 'declineReasonMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, decline_reason=None, decline_reason_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Decline - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._button_text = None + self._button_text_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._decline_reason = None + self._decline_reason_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if button_text is not None: + self.button_text = button_text + if button_text_metadata is not None: + self.button_text_metadata = button_text_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if decline_reason is not None: + self.decline_reason = decline_reason + if decline_reason_metadata is not None: + self.decline_reason_metadata = decline_reason_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Decline. - + """Gets the anchor_allow_white_space_in_characters of this Decline. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Decline. + :return: The anchor_allow_white_space_in_characters of this Decline. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Decline. - + """Sets the anchor_allow_white_space_in_characters of this Decline. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Decline. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Decline. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Decline. + """Gets the anchor_allow_white_space_in_characters_metadata of this Decline. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Decline. + :return: The anchor_allow_white_space_in_characters_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Decline. + """Sets the anchor_allow_white_space_in_characters_metadata of this Decline. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Decline. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Decline. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Decline. # noqa: E501 - :return: The anchor_case_sensitive of this Decline. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Decline. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Decline. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Decline. - :param anchor_case_sensitive: The anchor_case_sensitive of this Decline. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this Decline. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Decline. + """Gets the anchor_case_sensitive_metadata of this Decline. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Decline. + :return: The anchor_case_sensitive_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Decline. + """Sets the anchor_case_sensitive_metadata of this Decline. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Decline. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Decline. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Decline. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Decline. + :return: The anchor_horizontal_alignment of this Decline. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Decline. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Decline. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Decline. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Decline. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Decline. + """Gets the anchor_horizontal_alignment_metadata of this Decline. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this Decline. + + :return: The anchor_horizontal_alignment_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Decline. + """Sets the anchor_horizontal_alignment_metadata of this Decline. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Decline. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Decline. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Decline. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Decline. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Decline. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Decline. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Decline. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Decline. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Decline. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Decline. + """Gets the anchor_ignore_if_not_present_metadata of this Decline. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this Decline. + + :return: The anchor_ignore_if_not_present_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Decline. + """Sets the anchor_ignore_if_not_present_metadata of this Decline. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Decline. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Decline. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Decline. # noqa: E501 - :return: The anchor_match_whole_word of this Decline. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Decline. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Decline. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Decline. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Decline. + :param anchor_match_whole_word: The anchor_match_whole_word of this Decline. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Decline. + """Gets the anchor_match_whole_word_metadata of this Decline. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Decline. + :return: The anchor_match_whole_word_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Decline. + """Sets the anchor_match_whole_word_metadata of this Decline. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Decline. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Decline. - Anchor text information for a radio button. + """Gets the anchor_string of this Decline. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Decline. + :return: The anchor_string of this Decline. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Decline. - Anchor text information for a radio button. + """Sets the anchor_string of this Decline. - :param anchor_string: The anchor_string of this Decline. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this Decline. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Decline. + """Gets the anchor_string_metadata of this Decline. # noqa: E501 - :return: The anchor_string_metadata of this Decline. + + :return: The anchor_string_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Decline. + """Sets the anchor_string_metadata of this Decline. - :param anchor_string_metadata: The anchor_string_metadata of this Decline. + + :param anchor_string_metadata: The anchor_string_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Decline. - + """Gets the anchor_tab_processor_version of this Decline. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Decline. + :return: The anchor_tab_processor_version of this Decline. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Decline. - + """Sets the anchor_tab_processor_version of this Decline. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Decline. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Decline. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Decline. + """Gets the anchor_tab_processor_version_metadata of this Decline. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Decline. + :return: The anchor_tab_processor_version_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Decline. + """Sets the anchor_tab_processor_version_metadata of this Decline. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Decline. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Decline. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Decline. # noqa: E501 - :return: The anchor_units of this Decline. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Decline. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Decline. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Decline. - :param anchor_units: The anchor_units of this Decline. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Decline. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Decline. + """Gets the anchor_units_metadata of this Decline. # noqa: E501 - :return: The anchor_units_metadata of this Decline. + + :return: The anchor_units_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Decline. + """Sets the anchor_units_metadata of this Decline. + - :param anchor_units_metadata: The anchor_units_metadata of this Decline. + :param anchor_units_metadata: The anchor_units_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Decline. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Decline. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Decline. + :return: The anchor_x_offset of this Decline. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Decline. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Decline. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Decline. + :param anchor_x_offset: The anchor_x_offset of this Decline. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Decline. + """Gets the anchor_x_offset_metadata of this Decline. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Decline. + :return: The anchor_x_offset_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Decline. + """Sets the anchor_x_offset_metadata of this Decline. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Decline. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Decline. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Decline. # noqa: E501 - :return: The anchor_y_offset of this Decline. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Decline. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Decline. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Decline. - :param anchor_y_offset: The anchor_y_offset of this Decline. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Decline. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Decline. + """Gets the anchor_y_offset_metadata of this Decline. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Decline. + :return: The anchor_y_offset_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Decline. + """Sets the anchor_y_offset_metadata of this Decline. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Decline. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Decline. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Decline. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Decline. + :return: The bold of this Decline. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Decline. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Decline. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Decline. + :param bold: The bold of this Decline. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Decline. + """Gets the bold_metadata of this Decline. # noqa: E501 - :return: The bold_metadata of this Decline. + + :return: The bold_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Decline. + """Sets the bold_metadata of this Decline. - :param bold_metadata: The bold_metadata of this Decline. + + :param bold_metadata: The bold_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def button_text(self): - """ - Gets the button_text of this Decline. - Specifies the decline text displayed in the tab. + """Gets the button_text of this Decline. # noqa: E501 - :return: The button_text of this Decline. + Specifies the decline text displayed in the tab. # noqa: E501 + + :return: The button_text of this Decline. # noqa: E501 :rtype: str """ return self._button_text @button_text.setter def button_text(self, button_text): - """ - Sets the button_text of this Decline. - Specifies the decline text displayed in the tab. + """Sets the button_text of this Decline. + + Specifies the decline text displayed in the tab. # noqa: E501 - :param button_text: The button_text of this Decline. + :param button_text: The button_text of this Decline. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def button_text(self, button_text): @property def button_text_metadata(self): - """ - Gets the button_text_metadata of this Decline. + """Gets the button_text_metadata of this Decline. # noqa: E501 + - :return: The button_text_metadata of this Decline. + :return: The button_text_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._button_text_metadata @button_text_metadata.setter def button_text_metadata(self, button_text_metadata): - """ - Sets the button_text_metadata of this Decline. + """Sets the button_text_metadata of this Decline. + - :param button_text_metadata: The button_text_metadata of this Decline. + :param button_text_metadata: The button_text_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def button_text_metadata(self, button_text_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Decline. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Decline. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Decline. + :return: The conditional_parent_label of this Decline. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Decline. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Decline. - :param conditional_parent_label: The conditional_parent_label of this Decline. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this Decline. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Decline. + """Gets the conditional_parent_label_metadata of this Decline. # noqa: E501 - :return: The conditional_parent_label_metadata of this Decline. + + :return: The conditional_parent_label_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Decline. + """Sets the conditional_parent_label_metadata of this Decline. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Decline. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Decline. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Decline. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Decline. + :return: The conditional_parent_value of this Decline. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Decline. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Decline. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Decline. + :param conditional_parent_value: The conditional_parent_value of this Decline. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Decline. + """Gets the conditional_parent_value_metadata of this Decline. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Decline. + :return: The conditional_parent_value_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Decline. + """Sets the conditional_parent_value_metadata of this Decline. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Decline. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Decline. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Decline. # noqa: E501 - :return: The custom_tab_id of this Decline. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this Decline. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Decline. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Decline. - :param custom_tab_id: The custom_tab_id of this Decline. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this Decline. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Decline. + """Gets the custom_tab_id_metadata of this Decline. # noqa: E501 - :return: The custom_tab_id_metadata of this Decline. + + :return: The custom_tab_id_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Decline. + """Sets the custom_tab_id_metadata of this Decline. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Decline. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -960,22 +1139,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def decline_reason(self): - """ - Gets the decline_reason of this Decline. - The reason the recipient declined the document. + """Gets the decline_reason of this Decline. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The decline_reason of this Decline. + :return: The decline_reason of this Decline. # noqa: E501 :rtype: str """ return self._decline_reason @decline_reason.setter def decline_reason(self, decline_reason): - """ - Sets the decline_reason of this Decline. - The reason the recipient declined the document. + """Sets the decline_reason of this Decline. + + The reason the recipient declined the document. # noqa: E501 - :param decline_reason: The decline_reason of this Decline. + :param decline_reason: The decline_reason of this Decline. # noqa: E501 :type: str """ @@ -983,20 +1162,20 @@ def decline_reason(self, decline_reason): @property def decline_reason_metadata(self): - """ - Gets the decline_reason_metadata of this Decline. + """Gets the decline_reason_metadata of this Decline. # noqa: E501 + - :return: The decline_reason_metadata of this Decline. + :return: The decline_reason_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._decline_reason_metadata @decline_reason_metadata.setter def decline_reason_metadata(self, decline_reason_metadata): - """ - Sets the decline_reason_metadata of this Decline. + """Sets the decline_reason_metadata of this Decline. - :param decline_reason_metadata: The decline_reason_metadata of this Decline. + + :param decline_reason_metadata: The decline_reason_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1004,22 +1183,22 @@ def decline_reason_metadata(self, decline_reason_metadata): @property def document_id(self): - """ - Gets the document_id of this Decline. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Decline. # noqa: E501 - :return: The document_id of this Decline. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this Decline. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Decline. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Decline. - :param document_id: The document_id of this Decline. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this Decline. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Decline. + """Gets the document_id_metadata of this Decline. # noqa: E501 + - :return: The document_id_metadata of this Decline. + :return: The document_id_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Decline. + """Sets the document_id_metadata of this Decline. + - :param document_id_metadata: The document_id_metadata of this Decline. + :param document_id_metadata: The document_id_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Decline. + """Gets the error_details of this Decline. # noqa: E501 + - :return: The error_details of this Decline. + :return: The error_details of this Decline. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Decline. + """Sets the error_details of this Decline. + - :param error_details: The error_details of this Decline. + :param error_details: The error_details of this Decline. # noqa: E501 :type: ErrorDetails """ @@ -1069,22 +1248,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Decline. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Decline. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Decline. + :return: The font of this Decline. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Decline. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Decline. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Decline. + :param font: The font of this Decline. # noqa: E501 :type: str """ @@ -1092,22 +1271,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Decline. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Decline. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Decline. + :return: The font_color of this Decline. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Decline. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Decline. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Decline. + :param font_color: The font_color of this Decline. # noqa: E501 :type: str """ @@ -1115,20 +1294,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Decline. + """Gets the font_color_metadata of this Decline. # noqa: E501 - :return: The font_color_metadata of this Decline. + + :return: The font_color_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Decline. + """Sets the font_color_metadata of this Decline. - :param font_color_metadata: The font_color_metadata of this Decline. + + :param font_color_metadata: The font_color_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1136,20 +1315,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Decline. + """Gets the font_metadata of this Decline. # noqa: E501 - :return: The font_metadata of this Decline. + + :return: The font_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Decline. + """Sets the font_metadata of this Decline. + - :param font_metadata: The font_metadata of this Decline. + :param font_metadata: The font_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Decline. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Decline. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Decline. + :return: The font_size of this Decline. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Decline. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Decline. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Decline. + :param font_size: The font_size of this Decline. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Decline. + """Gets the font_size_metadata of this Decline. # noqa: E501 + - :return: The font_size_metadata of this Decline. + :return: The font_size_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Decline. + """Sets the font_size_metadata of this Decline. - :param font_size_metadata: The font_size_metadata of this Decline. + + :param font_size_metadata: The font_size_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Decline. - + """Gets the form_order of this Decline. # noqa: E501 - :return: The form_order of this Decline. + # noqa: E501 + + :return: The form_order of this Decline. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Decline. - + """Sets the form_order of this Decline. - :param form_order: The form_order of this Decline. + # noqa: E501 + + :param form_order: The form_order of this Decline. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Decline. + """Gets the form_order_metadata of this Decline. # noqa: E501 + - :return: The form_order_metadata of this Decline. + :return: The form_order_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Decline. + """Sets the form_order_metadata of this Decline. + - :param form_order_metadata: The form_order_metadata of this Decline. + :param form_order_metadata: The form_order_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Decline. - + """Gets the form_page_label of this Decline. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Decline. + :return: The form_page_label of this Decline. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Decline. - + """Sets the form_page_label of this Decline. + + # noqa: E501 - :param form_page_label: The form_page_label of this Decline. + :param form_page_label: The form_page_label of this Decline. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Decline. + """Gets the form_page_label_metadata of this Decline. # noqa: E501 - :return: The form_page_label_metadata of this Decline. + + :return: The form_page_label_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Decline. + """Sets the form_page_label_metadata of this Decline. - :param form_page_label_metadata: The form_page_label_metadata of this Decline. + + :param form_page_label_metadata: The form_page_label_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Decline. - + """Gets the form_page_number of this Decline. # noqa: E501 - :return: The form_page_number of this Decline. + # noqa: E501 + + :return: The form_page_number of this Decline. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Decline. - + """Sets the form_page_number of this Decline. + + # noqa: E501 - :param form_page_number: The form_page_number of this Decline. + :param form_page_number: The form_page_number of this Decline. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Decline. + """Gets the form_page_number_metadata of this Decline. # noqa: E501 + - :return: The form_page_number_metadata of this Decline. + :return: The form_page_number_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Decline. + """Sets the form_page_number_metadata of this Decline. + - :param form_page_number_metadata: The form_page_number_metadata of this Decline. + :param form_page_number_metadata: The form_page_number_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1333,22 +1512,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Decline. - Height of the tab in pixels. + """Gets the height of this Decline. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Decline. + :return: The height of this Decline. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Decline. - Height of the tab in pixels. + """Sets the height of this Decline. - :param height: The height of this Decline. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this Decline. # noqa: E501 :type: str """ @@ -1356,20 +1535,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Decline. + """Gets the height_metadata of this Decline. # noqa: E501 - :return: The height_metadata of this Decline. + + :return: The height_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Decline. + """Sets the height_metadata of this Decline. - :param height_metadata: The height_metadata of this Decline. + + :param height_metadata: The height_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1377,22 +1556,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Decline. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Decline. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this Decline. + :return: The italic of this Decline. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Decline. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Decline. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Decline. + :param italic: The italic of this Decline. # noqa: E501 :type: str """ @@ -1400,20 +1579,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Decline. + """Gets the italic_metadata of this Decline. # noqa: E501 + - :return: The italic_metadata of this Decline. + :return: The italic_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Decline. + """Sets the italic_metadata of this Decline. + - :param italic_metadata: The italic_metadata of this Decline. + :param italic_metadata: The italic_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1421,20 +1600,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Decline. + """Gets the locale_policy of this Decline. # noqa: E501 - :return: The locale_policy of this Decline. + + :return: The locale_policy of this Decline. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Decline. + """Sets the locale_policy of this Decline. - :param locale_policy: The locale_policy of this Decline. + + :param locale_policy: The locale_policy of this Decline. # noqa: E501 :type: LocalePolicyTab """ @@ -1442,20 +1621,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this Decline. + """Gets the merge_field of this Decline. # noqa: E501 - :return: The merge_field of this Decline. + + :return: The merge_field of this Decline. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Decline. + """Sets the merge_field of this Decline. + - :param merge_field: The merge_field of this Decline. + :param merge_field: The merge_field of this Decline. # noqa: E501 :type: MergeField """ @@ -1463,22 +1642,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Decline. - + """Gets the merge_field_xml of this Decline. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Decline. + :return: The merge_field_xml of this Decline. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Decline. - + """Sets the merge_field_xml of this Decline. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Decline. + :param merge_field_xml: The merge_field_xml of this Decline. # noqa: E501 :type: str """ @@ -1486,22 +1665,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this Decline. - Specifies the page number on which the tab is located. + """Gets the page_number of this Decline. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Decline. + :return: The page_number of this Decline. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Decline. - Specifies the page number on which the tab is located. + """Sets the page_number of this Decline. - :param page_number: The page_number of this Decline. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Decline. # noqa: E501 :type: str """ @@ -1509,20 +1688,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Decline. + """Gets the page_number_metadata of this Decline. # noqa: E501 - :return: The page_number_metadata of this Decline. + + :return: The page_number_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Decline. + """Sets the page_number_metadata of this Decline. - :param page_number_metadata: The page_number_metadata of this Decline. + + :param page_number_metadata: The page_number_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1530,22 +1709,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Decline. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Decline. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Decline. + :return: The recipient_id of this Decline. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Decline. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Decline. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Decline. + :param recipient_id: The recipient_id of this Decline. # noqa: E501 :type: str """ @@ -1553,22 +1732,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Decline. - + """Gets the recipient_id_guid of this Decline. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Decline. + :return: The recipient_id_guid of this Decline. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Decline. - + """Sets the recipient_id_guid of this Decline. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Decline. + :param recipient_id_guid: The recipient_id_guid of this Decline. # noqa: E501 :type: str """ @@ -1576,20 +1755,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Decline. + """Gets the recipient_id_guid_metadata of this Decline. # noqa: E501 - :return: The recipient_id_guid_metadata of this Decline. + + :return: The recipient_id_guid_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Decline. + """Sets the recipient_id_guid_metadata of this Decline. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Decline. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1597,20 +1776,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Decline. + """Gets the recipient_id_metadata of this Decline. # noqa: E501 - :return: The recipient_id_metadata of this Decline. + + :return: The recipient_id_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Decline. + """Sets the recipient_id_metadata of this Decline. + - :param recipient_id_metadata: The recipient_id_metadata of this Decline. + :param recipient_id_metadata: The recipient_id_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1618,20 +1797,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Decline. + """Gets the smart_contract_information of this Decline. # noqa: E501 + - :return: The smart_contract_information of this Decline. + :return: The smart_contract_information of this Decline. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Decline. + """Sets the smart_contract_information of this Decline. + - :param smart_contract_information: The smart_contract_information of this Decline. + :param smart_contract_information: The smart_contract_information of this Decline. # noqa: E501 :type: SmartContractInformation """ @@ -1639,22 +1818,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Decline. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Decline. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Decline. + :return: The status of this Decline. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Decline. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Decline. - :param status: The status of this Decline. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Decline. # noqa: E501 :type: str """ @@ -1662,20 +1841,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Decline. + """Gets the status_metadata of this Decline. # noqa: E501 - :return: The status_metadata of this Decline. + + :return: The status_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Decline. + """Sets the status_metadata of this Decline. - :param status_metadata: The status_metadata of this Decline. + + :param status_metadata: The status_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Decline. - + """Gets the tab_group_labels of this Decline. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Decline. + :return: The tab_group_labels of this Decline. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Decline. - + """Sets the tab_group_labels of this Decline. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Decline. + :param tab_group_labels: The tab_group_labels of this Decline. # noqa: E501 :type: list[str] """ @@ -1706,20 +1885,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Decline. + """Gets the tab_group_labels_metadata of this Decline. # noqa: E501 + - :return: The tab_group_labels_metadata of this Decline. + :return: The tab_group_labels_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Decline. + """Sets the tab_group_labels_metadata of this Decline. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Decline. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Decline. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Decline. # noqa: E501 - :return: The tab_id of this Decline. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Decline. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Decline. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Decline. - :param tab_id: The tab_id of this Decline. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Decline. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Decline. + """Gets the tab_id_metadata of this Decline. # noqa: E501 - :return: The tab_id_metadata of this Decline. + + :return: The tab_id_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Decline. + """Sets the tab_id_metadata of this Decline. + - :param tab_id_metadata: The tab_id_metadata of this Decline. + :param tab_id_metadata: The tab_id_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Decline. - The label string associated with the tab. + """Gets the tab_label of this Decline. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this Decline. + :return: The tab_label of this Decline. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Decline. - The label string associated with the tab. + """Sets the tab_label of this Decline. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this Decline. + :param tab_label: The tab_label of this Decline. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Decline. + """Gets the tab_label_metadata of this Decline. # noqa: E501 + - :return: The tab_label_metadata of this Decline. + :return: The tab_label_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Decline. + """Sets the tab_label_metadata of this Decline. - :param tab_label_metadata: The tab_label_metadata of this Decline. + + :param tab_label_metadata: The tab_label_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Decline. - + """Gets the tab_order of this Decline. # noqa: E501 - :return: The tab_order of this Decline. + # noqa: E501 + + :return: The tab_order of this Decline. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Decline. - + """Sets the tab_order of this Decline. - :param tab_order: The tab_order of this Decline. + # noqa: E501 + + :param tab_order: The tab_order of this Decline. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Decline. + """Gets the tab_order_metadata of this Decline. # noqa: E501 + - :return: The tab_order_metadata of this Decline. + :return: The tab_order_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Decline. + """Sets the tab_order_metadata of this Decline. + - :param tab_order_metadata: The tab_order_metadata of this Decline. + :param tab_order_metadata: The tab_order_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Decline. - + """Gets the tab_type of this Decline. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Decline. + :return: The tab_type of this Decline. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Decline. - + """Sets the tab_type of this Decline. + + # noqa: E501 - :param tab_type: The tab_type of this Decline. + :param tab_type: The tab_type of this Decline. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Decline. + """Gets the tab_type_metadata of this Decline. # noqa: E501 - :return: The tab_type_metadata of this Decline. + + :return: The tab_type_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Decline. + """Sets the tab_type_metadata of this Decline. - :param tab_type_metadata: The tab_type_metadata of this Decline. + + :param tab_type_metadata: The tab_type_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Decline. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Decline. # noqa: E501 - :return: The template_locked of this Decline. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Decline. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Decline. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Decline. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Decline. + :param template_locked: The template_locked of this Decline. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Decline. + """Gets the template_locked_metadata of this Decline. # noqa: E501 + - :return: The template_locked_metadata of this Decline. + :return: The template_locked_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Decline. + """Sets the template_locked_metadata of this Decline. + - :param template_locked_metadata: The template_locked_metadata of this Decline. + :param template_locked_metadata: The template_locked_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Decline. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Decline. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Decline. + :return: The template_required of this Decline. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Decline. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Decline. - :param template_required: The template_required of this Decline. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Decline. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Decline. + """Gets the template_required_metadata of this Decline. # noqa: E501 - :return: The template_required_metadata of this Decline. + + :return: The template_required_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Decline. + """Sets the template_required_metadata of this Decline. - :param template_required_metadata: The template_required_metadata of this Decline. + + :param template_required_metadata: The template_required_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Decline. - + """Gets the tooltip of this Decline. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Decline. + :return: The tooltip of this Decline. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Decline. - + """Sets the tooltip of this Decline. + + # noqa: E501 - :param tooltip: The tooltip of this Decline. + :param tooltip: The tooltip of this Decline. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Decline. + """Gets the tool_tip_metadata of this Decline. # noqa: E501 + - :return: The tool_tip_metadata of this Decline. + :return: The tool_tip_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Decline. + """Sets the tool_tip_metadata of this Decline. + - :param tool_tip_metadata: The tool_tip_metadata of this Decline. + :param tool_tip_metadata: The tool_tip_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Decline. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Decline. # noqa: E501 - :return: The underline of this Decline. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Decline. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Decline. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Decline. - :param underline: The underline of this Decline. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Decline. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Decline. + """Gets the underline_metadata of this Decline. # noqa: E501 - :return: The underline_metadata of this Decline. + + :return: The underline_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Decline. + """Sets the underline_metadata of this Decline. + - :param underline_metadata: The underline_metadata of this Decline. + :param underline_metadata: The underline_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this Decline. - Width of the tab in pixels. + """Gets the width of this Decline. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Decline. + :return: The width of this Decline. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Decline. - Width of the tab in pixels. + """Sets the width of this Decline. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Decline. + :param width: The width of this Decline. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Decline. + """Gets the width_metadata of this Decline. # noqa: E501 + - :return: The width_metadata of this Decline. + :return: The width_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Decline. + """Sets the width_metadata of this Decline. - :param width_metadata: The width_metadata of this Decline. + + :param width_metadata: The width_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Decline. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Decline. # noqa: E501 - :return: The x_position of this Decline. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Decline. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Decline. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Decline. - :param x_position: The x_position of this Decline. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Decline. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Decline. + """Gets the x_position_metadata of this Decline. # noqa: E501 + - :return: The x_position_metadata of this Decline. + :return: The x_position_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Decline. + """Sets the x_position_metadata of this Decline. + - :param x_position_metadata: The x_position_metadata of this Decline. + :param x_position_metadata: The x_position_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Decline. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Decline. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Decline. + :return: The y_position of this Decline. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Decline. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Decline. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Decline. + :param y_position: The y_position of this Decline. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Decline. + """Gets the y_position_metadata of this Decline. # noqa: E501 - :return: The y_position_metadata of this Decline. + + :return: The y_position_metadata of this Decline. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Decline. + """Sets the y_position_metadata of this Decline. - :param y_position_metadata: The y_position_metadata of this Decline. + + :param y_position_metadata: The y_position_metadata of this Decline. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Decline, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Decline): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/diagnostics_settings_information.py b/docusign_esign/models/diagnostics_settings_information.py index 67eca99d..23ea8855 100644 --- a/docusign_esign/models/diagnostics_settings_information.py +++ b/docusign_esign/models/diagnostics_settings_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DiagnosticsSettingsInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_request_logging=None, api_request_log_max_entries=None, api_request_log_remaining_entries=None): - """ - DiagnosticsSettingsInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_request_logging': 'str', - 'api_request_log_max_entries': 'str', - 'api_request_log_remaining_entries': 'str' - } - - self.attribute_map = { - 'api_request_logging': 'apiRequestLogging', - 'api_request_log_max_entries': 'apiRequestLogMaxEntries', - 'api_request_log_remaining_entries': 'apiRequestLogRemainingEntries' - } - - self._api_request_logging = api_request_logging - self._api_request_log_max_entries = api_request_log_max_entries - self._api_request_log_remaining_entries = api_request_log_remaining_entries + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_request_logging': 'str', + 'api_request_log_max_entries': 'str', + 'api_request_log_remaining_entries': 'str' + } + + attribute_map = { + 'api_request_logging': 'apiRequestLogging', + 'api_request_log_max_entries': 'apiRequestLogMaxEntries', + 'api_request_log_remaining_entries': 'apiRequestLogRemainingEntries' + } + + def __init__(self, api_request_logging=None, api_request_log_max_entries=None, api_request_log_remaining_entries=None): # noqa: E501 + """DiagnosticsSettingsInformation - a model defined in Swagger""" # noqa: E501 + + self._api_request_logging = None + self._api_request_log_max_entries = None + self._api_request_log_remaining_entries = None + self.discriminator = None + + if api_request_logging is not None: + self.api_request_logging = api_request_logging + if api_request_log_max_entries is not None: + self.api_request_log_max_entries = api_request_log_max_entries + if api_request_log_remaining_entries is not None: + self.api_request_log_remaining_entries = api_request_log_remaining_entries @property def api_request_logging(self): - """ - Gets the api_request_logging of this DiagnosticsSettingsInformation. - When set to **true**, enables API request logging for the user. + """Gets the api_request_logging of this DiagnosticsSettingsInformation. # noqa: E501 + + When set to **true**, enables API request logging for the user. # noqa: E501 - :return: The api_request_logging of this DiagnosticsSettingsInformation. + :return: The api_request_logging of this DiagnosticsSettingsInformation. # noqa: E501 :rtype: str """ return self._api_request_logging @api_request_logging.setter def api_request_logging(self, api_request_logging): - """ - Sets the api_request_logging of this DiagnosticsSettingsInformation. - When set to **true**, enables API request logging for the user. + """Sets the api_request_logging of this DiagnosticsSettingsInformation. + + When set to **true**, enables API request logging for the user. # noqa: E501 - :param api_request_logging: The api_request_logging of this DiagnosticsSettingsInformation. + :param api_request_logging: The api_request_logging of this DiagnosticsSettingsInformation. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def api_request_logging(self, api_request_logging): @property def api_request_log_max_entries(self): - """ - Gets the api_request_log_max_entries of this DiagnosticsSettingsInformation. - Specifies the maximum number of API requests to log. + """Gets the api_request_log_max_entries of this DiagnosticsSettingsInformation. # noqa: E501 + + Specifies the maximum number of API requests to log. # noqa: E501 - :return: The api_request_log_max_entries of this DiagnosticsSettingsInformation. + :return: The api_request_log_max_entries of this DiagnosticsSettingsInformation. # noqa: E501 :rtype: str """ return self._api_request_log_max_entries @api_request_log_max_entries.setter def api_request_log_max_entries(self, api_request_log_max_entries): - """ - Sets the api_request_log_max_entries of this DiagnosticsSettingsInformation. - Specifies the maximum number of API requests to log. + """Sets the api_request_log_max_entries of this DiagnosticsSettingsInformation. + + Specifies the maximum number of API requests to log. # noqa: E501 - :param api_request_log_max_entries: The api_request_log_max_entries of this DiagnosticsSettingsInformation. + :param api_request_log_max_entries: The api_request_log_max_entries of this DiagnosticsSettingsInformation. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def api_request_log_max_entries(self, api_request_log_max_entries): @property def api_request_log_remaining_entries(self): - """ - Gets the api_request_log_remaining_entries of this DiagnosticsSettingsInformation. - Indicates the remaining number of API requests that can be logged. + """Gets the api_request_log_remaining_entries of this DiagnosticsSettingsInformation. # noqa: E501 - :return: The api_request_log_remaining_entries of this DiagnosticsSettingsInformation. + Indicates the remaining number of API requests that can be logged. # noqa: E501 + + :return: The api_request_log_remaining_entries of this DiagnosticsSettingsInformation. # noqa: E501 :rtype: str """ return self._api_request_log_remaining_entries @api_request_log_remaining_entries.setter def api_request_log_remaining_entries(self, api_request_log_remaining_entries): - """ - Sets the api_request_log_remaining_entries of this DiagnosticsSettingsInformation. - Indicates the remaining number of API requests that can be logged. + """Sets the api_request_log_remaining_entries of this DiagnosticsSettingsInformation. - :param api_request_log_remaining_entries: The api_request_log_remaining_entries of this DiagnosticsSettingsInformation. + Indicates the remaining number of API requests that can be logged. # noqa: E501 + + :param api_request_log_remaining_entries: The api_request_log_remaining_entries of this DiagnosticsSettingsInformation. # noqa: E501 :type: str """ self._api_request_log_remaining_entries = api_request_log_remaining_entries def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DiagnosticsSettingsInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DiagnosticsSettingsInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/direct_debit_processor_information.py b/docusign_esign/models/direct_debit_processor_information.py index 277b6bf4..cd03f56a 100644 --- a/docusign_esign/models/direct_debit_processor_information.py +++ b/docusign_esign/models/direct_debit_processor_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DirectDebitProcessorInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bank_branch_code=None, bank_check_digit=None, bank_code=None, bank_name=None, bank_transfer_account_name=None, bank_transfer_account_number=None, bank_transfer_type=None, country=None, email=None, first_name=None, i_ban=None, last_name=None): - """ - DirectDebitProcessorInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bank_branch_code': 'str', - 'bank_check_digit': 'str', - 'bank_code': 'str', - 'bank_name': 'str', - 'bank_transfer_account_name': 'str', - 'bank_transfer_account_number': 'str', - 'bank_transfer_type': 'str', - 'country': 'str', - 'email': 'str', - 'first_name': 'str', - 'i_ban': 'str', - 'last_name': 'str' - } - - self.attribute_map = { - 'bank_branch_code': 'bankBranchCode', - 'bank_check_digit': 'bankCheckDigit', - 'bank_code': 'bankCode', - 'bank_name': 'bankName', - 'bank_transfer_account_name': 'bankTransferAccountName', - 'bank_transfer_account_number': 'bankTransferAccountNumber', - 'bank_transfer_type': 'bankTransferType', - 'country': 'country', - 'email': 'email', - 'first_name': 'firstName', - 'i_ban': 'iBAN', - 'last_name': 'lastName' - } - self._bank_branch_code = bank_branch_code - self._bank_check_digit = bank_check_digit - self._bank_code = bank_code - self._bank_name = bank_name - self._bank_transfer_account_name = bank_transfer_account_name - self._bank_transfer_account_number = bank_transfer_account_number - self._bank_transfer_type = bank_transfer_type - self._country = country - self._email = email - self._first_name = first_name - self._i_ban = i_ban - self._last_name = last_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bank_branch_code': 'str', + 'bank_check_digit': 'str', + 'bank_code': 'str', + 'bank_name': 'str', + 'bank_transfer_account_name': 'str', + 'bank_transfer_account_number': 'str', + 'bank_transfer_type': 'str', + 'country': 'str', + 'email': 'str', + 'first_name': 'str', + 'i_ban': 'str', + 'last_name': 'str' + } + + attribute_map = { + 'bank_branch_code': 'bankBranchCode', + 'bank_check_digit': 'bankCheckDigit', + 'bank_code': 'bankCode', + 'bank_name': 'bankName', + 'bank_transfer_account_name': 'bankTransferAccountName', + 'bank_transfer_account_number': 'bankTransferAccountNumber', + 'bank_transfer_type': 'bankTransferType', + 'country': 'country', + 'email': 'email', + 'first_name': 'firstName', + 'i_ban': 'iBAN', + 'last_name': 'lastName' + } + + def __init__(self, bank_branch_code=None, bank_check_digit=None, bank_code=None, bank_name=None, bank_transfer_account_name=None, bank_transfer_account_number=None, bank_transfer_type=None, country=None, email=None, first_name=None, i_ban=None, last_name=None): # noqa: E501 + """DirectDebitProcessorInformation - a model defined in Swagger""" # noqa: E501 + + self._bank_branch_code = None + self._bank_check_digit = None + self._bank_code = None + self._bank_name = None + self._bank_transfer_account_name = None + self._bank_transfer_account_number = None + self._bank_transfer_type = None + self._country = None + self._email = None + self._first_name = None + self._i_ban = None + self._last_name = None + self.discriminator = None + + if bank_branch_code is not None: + self.bank_branch_code = bank_branch_code + if bank_check_digit is not None: + self.bank_check_digit = bank_check_digit + if bank_code is not None: + self.bank_code = bank_code + if bank_name is not None: + self.bank_name = bank_name + if bank_transfer_account_name is not None: + self.bank_transfer_account_name = bank_transfer_account_name + if bank_transfer_account_number is not None: + self.bank_transfer_account_number = bank_transfer_account_number + if bank_transfer_type is not None: + self.bank_transfer_type = bank_transfer_type + if country is not None: + self.country = country + if email is not None: + self.email = email + if first_name is not None: + self.first_name = first_name + if i_ban is not None: + self.i_ban = i_ban + if last_name is not None: + self.last_name = last_name @property def bank_branch_code(self): - """ - Gets the bank_branch_code of this DirectDebitProcessorInformation. - + """Gets the bank_branch_code of this DirectDebitProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The bank_branch_code of this DirectDebitProcessorInformation. + :return: The bank_branch_code of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_branch_code @bank_branch_code.setter def bank_branch_code(self, bank_branch_code): - """ - Sets the bank_branch_code of this DirectDebitProcessorInformation. - + """Sets the bank_branch_code of this DirectDebitProcessorInformation. - :param bank_branch_code: The bank_branch_code of this DirectDebitProcessorInformation. + # noqa: E501 + + :param bank_branch_code: The bank_branch_code of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -98,22 +127,22 @@ def bank_branch_code(self, bank_branch_code): @property def bank_check_digit(self): - """ - Gets the bank_check_digit of this DirectDebitProcessorInformation. - + """Gets the bank_check_digit of this DirectDebitProcessorInformation. # noqa: E501 - :return: The bank_check_digit of this DirectDebitProcessorInformation. + # noqa: E501 + + :return: The bank_check_digit of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_check_digit @bank_check_digit.setter def bank_check_digit(self, bank_check_digit): - """ - Sets the bank_check_digit of this DirectDebitProcessorInformation. - + """Sets the bank_check_digit of this DirectDebitProcessorInformation. + + # noqa: E501 - :param bank_check_digit: The bank_check_digit of this DirectDebitProcessorInformation. + :param bank_check_digit: The bank_check_digit of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -121,22 +150,22 @@ def bank_check_digit(self, bank_check_digit): @property def bank_code(self): - """ - Gets the bank_code of this DirectDebitProcessorInformation. - + """Gets the bank_code of this DirectDebitProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The bank_code of this DirectDebitProcessorInformation. + :return: The bank_code of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_code @bank_code.setter def bank_code(self, bank_code): - """ - Sets the bank_code of this DirectDebitProcessorInformation. - + """Sets the bank_code of this DirectDebitProcessorInformation. + + # noqa: E501 - :param bank_code: The bank_code of this DirectDebitProcessorInformation. + :param bank_code: The bank_code of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -144,22 +173,22 @@ def bank_code(self, bank_code): @property def bank_name(self): - """ - Gets the bank_name of this DirectDebitProcessorInformation. - + """Gets the bank_name of this DirectDebitProcessorInformation. # noqa: E501 - :return: The bank_name of this DirectDebitProcessorInformation. + # noqa: E501 + + :return: The bank_name of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_name @bank_name.setter def bank_name(self, bank_name): - """ - Sets the bank_name of this DirectDebitProcessorInformation. - + """Sets the bank_name of this DirectDebitProcessorInformation. - :param bank_name: The bank_name of this DirectDebitProcessorInformation. + # noqa: E501 + + :param bank_name: The bank_name of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -167,22 +196,22 @@ def bank_name(self, bank_name): @property def bank_transfer_account_name(self): - """ - Gets the bank_transfer_account_name of this DirectDebitProcessorInformation. - + """Gets the bank_transfer_account_name of this DirectDebitProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The bank_transfer_account_name of this DirectDebitProcessorInformation. + :return: The bank_transfer_account_name of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_transfer_account_name @bank_transfer_account_name.setter def bank_transfer_account_name(self, bank_transfer_account_name): - """ - Sets the bank_transfer_account_name of this DirectDebitProcessorInformation. - + """Sets the bank_transfer_account_name of this DirectDebitProcessorInformation. + + # noqa: E501 - :param bank_transfer_account_name: The bank_transfer_account_name of this DirectDebitProcessorInformation. + :param bank_transfer_account_name: The bank_transfer_account_name of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -190,22 +219,22 @@ def bank_transfer_account_name(self, bank_transfer_account_name): @property def bank_transfer_account_number(self): - """ - Gets the bank_transfer_account_number of this DirectDebitProcessorInformation. - + """Gets the bank_transfer_account_number of this DirectDebitProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The bank_transfer_account_number of this DirectDebitProcessorInformation. + :return: The bank_transfer_account_number of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_transfer_account_number @bank_transfer_account_number.setter def bank_transfer_account_number(self, bank_transfer_account_number): - """ - Sets the bank_transfer_account_number of this DirectDebitProcessorInformation. - + """Sets the bank_transfer_account_number of this DirectDebitProcessorInformation. - :param bank_transfer_account_number: The bank_transfer_account_number of this DirectDebitProcessorInformation. + # noqa: E501 + + :param bank_transfer_account_number: The bank_transfer_account_number of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -213,22 +242,22 @@ def bank_transfer_account_number(self, bank_transfer_account_number): @property def bank_transfer_type(self): - """ - Gets the bank_transfer_type of this DirectDebitProcessorInformation. - + """Gets the bank_transfer_type of this DirectDebitProcessorInformation. # noqa: E501 - :return: The bank_transfer_type of this DirectDebitProcessorInformation. + # noqa: E501 + + :return: The bank_transfer_type of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._bank_transfer_type @bank_transfer_type.setter def bank_transfer_type(self, bank_transfer_type): - """ - Sets the bank_transfer_type of this DirectDebitProcessorInformation. - + """Sets the bank_transfer_type of this DirectDebitProcessorInformation. + + # noqa: E501 - :param bank_transfer_type: The bank_transfer_type of this DirectDebitProcessorInformation. + :param bank_transfer_type: The bank_transfer_type of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -236,22 +265,22 @@ def bank_transfer_type(self, bank_transfer_type): @property def country(self): - """ - Gets the country of this DirectDebitProcessorInformation. - Specifies the country associated with the address. + """Gets the country of this DirectDebitProcessorInformation. # noqa: E501 + + Specifies the country associated with the address. # noqa: E501 - :return: The country of this DirectDebitProcessorInformation. + :return: The country of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._country @country.setter def country(self, country): - """ - Sets the country of this DirectDebitProcessorInformation. - Specifies the country associated with the address. + """Sets the country of this DirectDebitProcessorInformation. + + Specifies the country associated with the address. # noqa: E501 - :param country: The country of this DirectDebitProcessorInformation. + :param country: The country of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -259,22 +288,22 @@ def country(self, country): @property def email(self): - """ - Gets the email of this DirectDebitProcessorInformation. - + """Gets the email of this DirectDebitProcessorInformation. # noqa: E501 - :return: The email of this DirectDebitProcessorInformation. + # noqa: E501 + + :return: The email of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this DirectDebitProcessorInformation. - + """Sets the email of this DirectDebitProcessorInformation. - :param email: The email of this DirectDebitProcessorInformation. + # noqa: E501 + + :param email: The email of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -282,22 +311,22 @@ def email(self, email): @property def first_name(self): - """ - Gets the first_name of this DirectDebitProcessorInformation. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this DirectDebitProcessorInformation. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this DirectDebitProcessorInformation. + :return: The first_name of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this DirectDebitProcessorInformation. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this DirectDebitProcessorInformation. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this DirectDebitProcessorInformation. + :param first_name: The first_name of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -305,22 +334,22 @@ def first_name(self, first_name): @property def i_ban(self): - """ - Gets the i_ban of this DirectDebitProcessorInformation. - + """Gets the i_ban of this DirectDebitProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The i_ban of this DirectDebitProcessorInformation. + :return: The i_ban of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._i_ban @i_ban.setter def i_ban(self, i_ban): - """ - Sets the i_ban of this DirectDebitProcessorInformation. - + """Sets the i_ban of this DirectDebitProcessorInformation. - :param i_ban: The i_ban of this DirectDebitProcessorInformation. + # noqa: E501 + + :param i_ban: The i_ban of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ @@ -328,34 +357,32 @@ def i_ban(self, i_ban): @property def last_name(self): - """ - Gets the last_name of this DirectDebitProcessorInformation. - + """Gets the last_name of this DirectDebitProcessorInformation. # noqa: E501 - :return: The last_name of this DirectDebitProcessorInformation. + # noqa: E501 + + :return: The last_name of this DirectDebitProcessorInformation. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this DirectDebitProcessorInformation. - + """Sets the last_name of this DirectDebitProcessorInformation. + + # noqa: E501 - :param last_name: The last_name of this DirectDebitProcessorInformation. + :param last_name: The last_name of this DirectDebitProcessorInformation. # noqa: E501 :type: str """ self._last_name = last_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -372,29 +399,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DirectDebitProcessorInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DirectDebitProcessorInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/dob_information_input.py b/docusign_esign/models/dob_information_input.py index f861ee2e..bfd80d5e 100644 --- a/docusign_esign/models/dob_information_input.py +++ b/docusign_esign/models/dob_information_input.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DobInformationInput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, date_of_birth=None, display_level_code=None, receive_in_response=None): - """ - DobInformationInput - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'date_of_birth': 'str', - 'display_level_code': 'str', - 'receive_in_response': 'str' - } - - self.attribute_map = { - 'date_of_birth': 'dateOfBirth', - 'display_level_code': 'displayLevelCode', - 'receive_in_response': 'receiveInResponse' - } - - self._date_of_birth = date_of_birth - self._display_level_code = display_level_code - self._receive_in_response = receive_in_response + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'date_of_birth': 'str', + 'display_level_code': 'str', + 'receive_in_response': 'str' + } + + attribute_map = { + 'date_of_birth': 'dateOfBirth', + 'display_level_code': 'displayLevelCode', + 'receive_in_response': 'receiveInResponse' + } + + def __init__(self, date_of_birth=None, display_level_code=None, receive_in_response=None): # noqa: E501 + """DobInformationInput - a model defined in Swagger""" # noqa: E501 + + self._date_of_birth = None + self._display_level_code = None + self._receive_in_response = None + self.discriminator = None + + if date_of_birth is not None: + self.date_of_birth = date_of_birth + if display_level_code is not None: + self.display_level_code = display_level_code + if receive_in_response is not None: + self.receive_in_response = receive_in_response @property def date_of_birth(self): - """ - Gets the date_of_birth of this DobInformationInput. - Specifies the recipient's date, month, and year of birth. + """Gets the date_of_birth of this DobInformationInput. # noqa: E501 + + Specifies the recipient's date, month, and year of birth. # noqa: E501 - :return: The date_of_birth of this DobInformationInput. + :return: The date_of_birth of this DobInformationInput. # noqa: E501 :rtype: str """ return self._date_of_birth @date_of_birth.setter def date_of_birth(self, date_of_birth): - """ - Sets the date_of_birth of this DobInformationInput. - Specifies the recipient's date, month, and year of birth. + """Sets the date_of_birth of this DobInformationInput. + + Specifies the recipient's date, month, and year of birth. # noqa: E501 - :param date_of_birth: The date_of_birth of this DobInformationInput. + :param date_of_birth: The date_of_birth of this DobInformationInput. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def date_of_birth(self, date_of_birth): @property def display_level_code(self): - """ - Gets the display_level_code of this DobInformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Gets the display_level_code of this DobInformationInput. # noqa: E501 + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :return: The display_level_code of this DobInformationInput. + :return: The display_level_code of this DobInformationInput. # noqa: E501 :rtype: str """ return self._display_level_code @display_level_code.setter def display_level_code(self, display_level_code): - """ - Sets the display_level_code of this DobInformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Sets the display_level_code of this DobInformationInput. + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :param display_level_code: The display_level_code of this DobInformationInput. + :param display_level_code: The display_level_code of this DobInformationInput. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def display_level_code(self, display_level_code): @property def receive_in_response(self): - """ - Gets the receive_in_response of this DobInformationInput. - When set to **true**, the information needs to be returned in the response. + """Gets the receive_in_response of this DobInformationInput. # noqa: E501 - :return: The receive_in_response of this DobInformationInput. + When set to **true**, the information needs to be returned in the response. # noqa: E501 + + :return: The receive_in_response of this DobInformationInput. # noqa: E501 :rtype: str """ return self._receive_in_response @receive_in_response.setter def receive_in_response(self, receive_in_response): - """ - Sets the receive_in_response of this DobInformationInput. - When set to **true**, the information needs to be returned in the response. + """Sets the receive_in_response of this DobInformationInput. - :param receive_in_response: The receive_in_response of this DobInformationInput. + When set to **true**, the information needs to be returned in the response. # noqa: E501 + + :param receive_in_response: The receive_in_response of this DobInformationInput. # noqa: E501 :type: str """ self._receive_in_response = receive_in_response def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DobInformationInput, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DobInformationInput): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document.py b/docusign_esign/models/document.py index 9eced655..f3c5ffd8 100644 --- a/docusign_esign/models/document.py +++ b/docusign_esign/models/document.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,143 +11,175 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Document(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, apply_anchor_tabs=None, display=None, document_base64=None, document_fields=None, document_id=None, encrypted_with_key_manager=None, file_extension=None, file_format_hint=None, html_definition=None, include_in_download=None, is_dynamic_xfa=None, is_static_xfa=None, match_boxes=None, name=None, ocr_requests=None, order=None, page_count=None, pages=None, page_sizes=None, password=None, pdf_fields_data=None, pdf_form_field_option=None, pdf_widgets_base64=None, remote_url=None, signer_must_acknowledge=None, signer_must_acknowledge_use_account_default=None, tabs=None, template_locked=None, template_required=None, transform_pdf_fields=None, uri=None): - """ - Document - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'apply_anchor_tabs': 'str', - 'display': 'str', - 'document_base64': 'str', - 'document_fields': 'list[NameValue]', - 'document_id': 'str', - 'encrypted_with_key_manager': 'str', - 'file_extension': 'str', - 'file_format_hint': 'str', - 'html_definition': 'DocumentHtmlDefinition', - 'include_in_download': 'str', - 'is_dynamic_xfa': 'bool', - 'is_static_xfa': 'bool', - 'match_boxes': 'list[MatchBox]', - 'name': 'str', - 'ocr_requests': 'list[OcrRequest]', - 'order': 'str', - 'page_count': 'str', - 'pages': 'str', - 'page_sizes': 'list[PageSize]', - 'password': 'str', - 'pdf_fields_data': 'str', - 'pdf_form_field_option': 'str', - 'pdf_widgets_base64': 'str', - 'remote_url': 'str', - 'signer_must_acknowledge': 'str', - 'signer_must_acknowledge_use_account_default': 'bool', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'transform_pdf_fields': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'apply_anchor_tabs': 'applyAnchorTabs', - 'display': 'display', - 'document_base64': 'documentBase64', - 'document_fields': 'documentFields', - 'document_id': 'documentId', - 'encrypted_with_key_manager': 'encryptedWithKeyManager', - 'file_extension': 'fileExtension', - 'file_format_hint': 'fileFormatHint', - 'html_definition': 'htmlDefinition', - 'include_in_download': 'includeInDownload', - 'is_dynamic_xfa': 'isDynamicXfa', - 'is_static_xfa': 'isStaticXfa', - 'match_boxes': 'matchBoxes', - 'name': 'name', - 'ocr_requests': 'ocrRequests', - 'order': 'order', - 'page_count': 'pageCount', - 'pages': 'pages', - 'page_sizes': 'pageSizes', - 'password': 'password', - 'pdf_fields_data': 'pdfFieldsData', - 'pdf_form_field_option': 'pdfFormFieldOption', - 'pdf_widgets_base64': 'pdfWidgetsBase64', - 'remote_url': 'remoteUrl', - 'signer_must_acknowledge': 'signerMustAcknowledge', - 'signer_must_acknowledge_use_account_default': 'signerMustAcknowledgeUseAccountDefault', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'transform_pdf_fields': 'transformPdfFields', - 'uri': 'uri' - } - self._apply_anchor_tabs = apply_anchor_tabs - self._display = display - self._document_base64 = document_base64 - self._document_fields = document_fields - self._document_id = document_id - self._encrypted_with_key_manager = encrypted_with_key_manager - self._file_extension = file_extension - self._file_format_hint = file_format_hint - self._html_definition = html_definition - self._include_in_download = include_in_download - self._is_dynamic_xfa = is_dynamic_xfa - self._is_static_xfa = is_static_xfa - self._match_boxes = match_boxes - self._name = name - self._ocr_requests = ocr_requests - self._order = order - self._page_count = page_count - self._pages = pages - self._page_sizes = page_sizes - self._password = password - self._pdf_fields_data = pdf_fields_data - self._pdf_form_field_option = pdf_form_field_option - self._pdf_widgets_base64 = pdf_widgets_base64 - self._remote_url = remote_url - self._signer_must_acknowledge = signer_must_acknowledge - self._signer_must_acknowledge_use_account_default = signer_must_acknowledge_use_account_default - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._transform_pdf_fields = transform_pdf_fields - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'apply_anchor_tabs': 'str', + 'display': 'str', + 'document_base64': 'str', + 'document_fields': 'list[NameValue]', + 'document_id': 'str', + 'encrypted_with_key_manager': 'str', + 'file_extension': 'str', + 'file_format_hint': 'str', + 'html_definition': 'DocumentHtmlDefinition', + 'include_in_download': 'str', + 'match_boxes': 'list[MatchBox]', + 'name': 'str', + 'order': 'str', + 'pages': 'str', + 'password': 'str', + 'pdf_form_field_option': 'str', + 'remote_url': 'str', + 'signer_must_acknowledge': 'str', + 'signer_must_acknowledge_use_account_default': 'bool', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'transform_pdf_fields': 'str', + 'uri': 'str' + } + + attribute_map = { + 'apply_anchor_tabs': 'applyAnchorTabs', + 'display': 'display', + 'document_base64': 'documentBase64', + 'document_fields': 'documentFields', + 'document_id': 'documentId', + 'encrypted_with_key_manager': 'encryptedWithKeyManager', + 'file_extension': 'fileExtension', + 'file_format_hint': 'fileFormatHint', + 'html_definition': 'htmlDefinition', + 'include_in_download': 'includeInDownload', + 'match_boxes': 'matchBoxes', + 'name': 'name', + 'order': 'order', + 'pages': 'pages', + 'password': 'password', + 'pdf_form_field_option': 'pdfFormFieldOption', + 'remote_url': 'remoteUrl', + 'signer_must_acknowledge': 'signerMustAcknowledge', + 'signer_must_acknowledge_use_account_default': 'signerMustAcknowledgeUseAccountDefault', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'transform_pdf_fields': 'transformPdfFields', + 'uri': 'uri' + } + + def __init__(self, apply_anchor_tabs=None, display=None, document_base64=None, document_fields=None, document_id=None, encrypted_with_key_manager=None, file_extension=None, file_format_hint=None, html_definition=None, include_in_download=None, match_boxes=None, name=None, order=None, pages=None, password=None, pdf_form_field_option=None, remote_url=None, signer_must_acknowledge=None, signer_must_acknowledge_use_account_default=None, tabs=None, template_locked=None, template_required=None, transform_pdf_fields=None, uri=None): # noqa: E501 + """Document - a model defined in Swagger""" # noqa: E501 + + self._apply_anchor_tabs = None + self._display = None + self._document_base64 = None + self._document_fields = None + self._document_id = None + self._encrypted_with_key_manager = None + self._file_extension = None + self._file_format_hint = None + self._html_definition = None + self._include_in_download = None + self._match_boxes = None + self._name = None + self._order = None + self._pages = None + self._password = None + self._pdf_form_field_option = None + self._remote_url = None + self._signer_must_acknowledge = None + self._signer_must_acknowledge_use_account_default = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._transform_pdf_fields = None + self._uri = None + self.discriminator = None + + if apply_anchor_tabs is not None: + self.apply_anchor_tabs = apply_anchor_tabs + if display is not None: + self.display = display + if document_base64 is not None: + self.document_base64 = document_base64 + if document_fields is not None: + self.document_fields = document_fields + if document_id is not None: + self.document_id = document_id + if encrypted_with_key_manager is not None: + self.encrypted_with_key_manager = encrypted_with_key_manager + if file_extension is not None: + self.file_extension = file_extension + if file_format_hint is not None: + self.file_format_hint = file_format_hint + if html_definition is not None: + self.html_definition = html_definition + if include_in_download is not None: + self.include_in_download = include_in_download + if match_boxes is not None: + self.match_boxes = match_boxes + if name is not None: + self.name = name + if order is not None: + self.order = order + if pages is not None: + self.pages = pages + if password is not None: + self.password = password + if pdf_form_field_option is not None: + self.pdf_form_field_option = pdf_form_field_option + if remote_url is not None: + self.remote_url = remote_url + if signer_must_acknowledge is not None: + self.signer_must_acknowledge = signer_must_acknowledge + if signer_must_acknowledge_use_account_default is not None: + self.signer_must_acknowledge_use_account_default = signer_must_acknowledge_use_account_default + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if transform_pdf_fields is not None: + self.transform_pdf_fields = transform_pdf_fields + if uri is not None: + self.uri = uri @property def apply_anchor_tabs(self): - """ - Gets the apply_anchor_tabs of this Document. - Reserved: TBD + """Gets the apply_anchor_tabs of this Document. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The apply_anchor_tabs of this Document. + :return: The apply_anchor_tabs of this Document. # noqa: E501 :rtype: str """ return self._apply_anchor_tabs @apply_anchor_tabs.setter def apply_anchor_tabs(self, apply_anchor_tabs): - """ - Sets the apply_anchor_tabs of this Document. - Reserved: TBD + """Sets the apply_anchor_tabs of this Document. + + Reserved: TBD # noqa: E501 - :param apply_anchor_tabs: The apply_anchor_tabs of this Document. + :param apply_anchor_tabs: The apply_anchor_tabs of this Document. # noqa: E501 :type: str """ @@ -155,22 +187,22 @@ def apply_anchor_tabs(self, apply_anchor_tabs): @property def display(self): - """ - Gets the display of this Document. - + """Gets the display of this Document. # noqa: E501 - :return: The display of this Document. + # noqa: E501 + + :return: The display of this Document. # noqa: E501 :rtype: str """ return self._display @display.setter def display(self, display): - """ - Sets the display of this Document. - + """Sets the display of this Document. - :param display: The display of this Document. + # noqa: E501 + + :param display: The display of this Document. # noqa: E501 :type: str """ @@ -178,22 +210,22 @@ def display(self, display): @property def document_base64(self): - """ - Gets the document_base64 of this Document. - The document's bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding. + """Gets the document_base64 of this Document. # noqa: E501 - :return: The document_base64 of this Document. + The document's bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding. # noqa: E501 + + :return: The document_base64 of this Document. # noqa: E501 :rtype: str """ return self._document_base64 @document_base64.setter def document_base64(self, document_base64): - """ - Sets the document_base64 of this Document. - The document's bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding. + """Sets the document_base64 of this Document. + + The document's bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding. # noqa: E501 - :param document_base64: The document_base64 of this Document. + :param document_base64: The document_base64 of this Document. # noqa: E501 :type: str """ @@ -201,22 +233,22 @@ def document_base64(self, document_base64): @property def document_fields(self): - """ - Gets the document_fields of this Document. - + """Gets the document_fields of this Document. # noqa: E501 + + # noqa: E501 - :return: The document_fields of this Document. + :return: The document_fields of this Document. # noqa: E501 :rtype: list[NameValue] """ return self._document_fields @document_fields.setter def document_fields(self, document_fields): - """ - Sets the document_fields of this Document. - + """Sets the document_fields of this Document. + + # noqa: E501 - :param document_fields: The document_fields of this Document. + :param document_fields: The document_fields of this Document. # noqa: E501 :type: list[NameValue] """ @@ -224,22 +256,22 @@ def document_fields(self, document_fields): @property def document_id(self): - """ - Gets the document_id of this Document. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Document. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Document. + :return: The document_id of this Document. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Document. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Document. - :param document_id: The document_id of this Document. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this Document. # noqa: E501 :type: str """ @@ -247,22 +279,22 @@ def document_id(self, document_id): @property def encrypted_with_key_manager(self): - """ - Gets the encrypted_with_key_manager of this Document. - When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance. + """Gets the encrypted_with_key_manager of this Document. # noqa: E501 + + When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance. # noqa: E501 - :return: The encrypted_with_key_manager of this Document. + :return: The encrypted_with_key_manager of this Document. # noqa: E501 :rtype: str """ return self._encrypted_with_key_manager @encrypted_with_key_manager.setter def encrypted_with_key_manager(self, encrypted_with_key_manager): - """ - Sets the encrypted_with_key_manager of this Document. - When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance. + """Sets the encrypted_with_key_manager of this Document. + + When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance. # noqa: E501 - :param encrypted_with_key_manager: The encrypted_with_key_manager of this Document. + :param encrypted_with_key_manager: The encrypted_with_key_manager of this Document. # noqa: E501 :type: str """ @@ -270,22 +302,22 @@ def encrypted_with_key_manager(self, encrypted_with_key_manager): @property def file_extension(self): - """ - Gets the file_extension of this Document. - The file extension type of the document. If the document is not a PDF it is converted to a PDF. + """Gets the file_extension of this Document. # noqa: E501 - :return: The file_extension of this Document. + The file extension type of the document. If the document is not a PDF it is converted to a PDF. # noqa: E501 + + :return: The file_extension of this Document. # noqa: E501 :rtype: str """ return self._file_extension @file_extension.setter def file_extension(self, file_extension): - """ - Sets the file_extension of this Document. - The file extension type of the document. If the document is not a PDF it is converted to a PDF. + """Sets the file_extension of this Document. - :param file_extension: The file_extension of this Document. + The file extension type of the document. If the document is not a PDF it is converted to a PDF. # noqa: E501 + + :param file_extension: The file_extension of this Document. # noqa: E501 :type: str """ @@ -293,22 +325,22 @@ def file_extension(self, file_extension): @property def file_format_hint(self): - """ - Gets the file_format_hint of this Document. - + """Gets the file_format_hint of this Document. # noqa: E501 - :return: The file_format_hint of this Document. + # noqa: E501 + + :return: The file_format_hint of this Document. # noqa: E501 :rtype: str """ return self._file_format_hint @file_format_hint.setter def file_format_hint(self, file_format_hint): - """ - Sets the file_format_hint of this Document. - + """Sets the file_format_hint of this Document. + + # noqa: E501 - :param file_format_hint: The file_format_hint of this Document. + :param file_format_hint: The file_format_hint of this Document. # noqa: E501 :type: str """ @@ -316,20 +348,20 @@ def file_format_hint(self, file_format_hint): @property def html_definition(self): - """ - Gets the html_definition of this Document. + """Gets the html_definition of this Document. # noqa: E501 + - :return: The html_definition of this Document. + :return: The html_definition of this Document. # noqa: E501 :rtype: DocumentHtmlDefinition """ return self._html_definition @html_definition.setter def html_definition(self, html_definition): - """ - Sets the html_definition of this Document. + """Sets the html_definition of this Document. + - :param html_definition: The html_definition of this Document. + :param html_definition: The html_definition of this Document. # noqa: E501 :type: DocumentHtmlDefinition """ @@ -337,91 +369,45 @@ def html_definition(self, html_definition): @property def include_in_download(self): - """ - Gets the include_in_download of this Document. - + """Gets the include_in_download of this Document. # noqa: E501 + + # noqa: E501 - :return: The include_in_download of this Document. + :return: The include_in_download of this Document. # noqa: E501 :rtype: str """ return self._include_in_download @include_in_download.setter def include_in_download(self, include_in_download): - """ - Sets the include_in_download of this Document. - + """Sets the include_in_download of this Document. - :param include_in_download: The include_in_download of this Document. + # noqa: E501 + + :param include_in_download: The include_in_download of this Document. # noqa: E501 :type: str """ self._include_in_download = include_in_download - @property - def is_dynamic_xfa(self): - """ - Gets the is_dynamic_xfa of this Document. - - - :return: The is_dynamic_xfa of this Document. - :rtype: bool - """ - return self._is_dynamic_xfa - - @is_dynamic_xfa.setter - def is_dynamic_xfa(self, is_dynamic_xfa): - """ - Sets the is_dynamic_xfa of this Document. - - - :param is_dynamic_xfa: The is_dynamic_xfa of this Document. - :type: bool - """ - - self._is_dynamic_xfa = is_dynamic_xfa - - @property - def is_static_xfa(self): - """ - Gets the is_static_xfa of this Document. - - - :return: The is_static_xfa of this Document. - :rtype: bool - """ - return self._is_static_xfa - - @is_static_xfa.setter - def is_static_xfa(self, is_static_xfa): - """ - Sets the is_static_xfa of this Document. - - - :param is_static_xfa: The is_static_xfa of this Document. - :type: bool - """ - - self._is_static_xfa = is_static_xfa - @property def match_boxes(self): - """ - Gets the match_boxes of this Document. - Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. A matchbox consists of 5 elements: * pageNumber - The document page number on which the matchbox will appear. * xPosition - The x position of the matchbox on a page. * yPosition - The y position of the matchbox on a page. * width - The width of the matchbox. * height - The height of the matchbox. + """Gets the match_boxes of this Document. # noqa: E501 + + Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. A matchbox consists of 5 elements: * pageNumber - The document page number on which the matchbox will appear. * xPosition - The x position of the matchbox on a page. * yPosition - The y position of the matchbox on a page. * width - The width of the matchbox. * height - The height of the matchbox. # noqa: E501 - :return: The match_boxes of this Document. + :return: The match_boxes of this Document. # noqa: E501 :rtype: list[MatchBox] """ return self._match_boxes @match_boxes.setter def match_boxes(self, match_boxes): - """ - Sets the match_boxes of this Document. - Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. A matchbox consists of 5 elements: * pageNumber - The document page number on which the matchbox will appear. * xPosition - The x position of the matchbox on a page. * yPosition - The y position of the matchbox on a page. * width - The width of the matchbox. * height - The height of the matchbox. + """Sets the match_boxes of this Document. + + Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. A matchbox consists of 5 elements: * pageNumber - The document page number on which the matchbox will appear. * xPosition - The x position of the matchbox on a page. * yPosition - The y position of the matchbox on a page. * width - The width of the matchbox. * height - The height of the matchbox. # noqa: E501 - :param match_boxes: The match_boxes of this Document. + :param match_boxes: The match_boxes of this Document. # noqa: E501 :type: list[MatchBox] """ @@ -429,252 +415,137 @@ def match_boxes(self, match_boxes): @property def name(self): - """ - Gets the name of this Document. - + """Gets the name of this Document. # noqa: E501 + + # noqa: E501 - :return: The name of this Document. + :return: The name of this Document. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Document. - + """Sets the name of this Document. + + # noqa: E501 - :param name: The name of this Document. + :param name: The name of this Document. # noqa: E501 :type: str """ self._name = name - @property - def ocr_requests(self): - """ - Gets the ocr_requests of this Document. - - - :return: The ocr_requests of this Document. - :rtype: list[OcrRequest] - """ - return self._ocr_requests - - @ocr_requests.setter - def ocr_requests(self, ocr_requests): - """ - Sets the ocr_requests of this Document. - - - :param ocr_requests: The ocr_requests of this Document. - :type: list[OcrRequest] - """ - - self._ocr_requests = ocr_requests - @property def order(self): - """ - Gets the order of this Document. - + """Gets the order of this Document. # noqa: E501 - :return: The order of this Document. + # noqa: E501 + + :return: The order of this Document. # noqa: E501 :rtype: str """ return self._order @order.setter def order(self, order): - """ - Sets the order of this Document. - - - :param order: The order of this Document. - :type: str - """ + """Sets the order of this Document. - self._order = order + # noqa: E501 - @property - def page_count(self): - """ - Gets the page_count of this Document. - - - :return: The page_count of this Document. - :rtype: str - """ - return self._page_count - - @page_count.setter - def page_count(self, page_count): - """ - Sets the page_count of this Document. - - - :param page_count: The page_count of this Document. + :param order: The order of this Document. # noqa: E501 :type: str """ - self._page_count = page_count + self._order = order @property def pages(self): - """ - Gets the pages of this Document. - + """Gets the pages of this Document. # noqa: E501 + + # noqa: E501 - :return: The pages of this Document. + :return: The pages of this Document. # noqa: E501 :rtype: str """ return self._pages @pages.setter def pages(self, pages): - """ - Sets the pages of this Document. - + """Sets the pages of this Document. + + # noqa: E501 - :param pages: The pages of this Document. + :param pages: The pages of this Document. # noqa: E501 :type: str """ self._pages = pages - @property - def page_sizes(self): - """ - Gets the page_sizes of this Document. - - - :return: The page_sizes of this Document. - :rtype: list[PageSize] - """ - return self._page_sizes - - @page_sizes.setter - def page_sizes(self, page_sizes): - """ - Sets the page_sizes of this Document. - - - :param page_sizes: The page_sizes of this Document. - :type: list[PageSize] - """ - - self._page_sizes = page_sizes - @property def password(self): - """ - Gets the password of this Document. - + """Gets the password of this Document. # noqa: E501 - :return: The password of this Document. + # noqa: E501 + + :return: The password of this Document. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this Document. - + """Sets the password of this Document. - :param password: The password of this Document. - :type: str - """ + # noqa: E501 - self._password = password - - @property - def pdf_fields_data(self): - """ - Gets the pdf_fields_data of this Document. - - - :return: The pdf_fields_data of this Document. - :rtype: str - """ - return self._pdf_fields_data - - @pdf_fields_data.setter - def pdf_fields_data(self, pdf_fields_data): - """ - Sets the pdf_fields_data of this Document. - - - :param pdf_fields_data: The pdf_fields_data of this Document. + :param password: The password of this Document. # noqa: E501 :type: str """ - self._pdf_fields_data = pdf_fields_data + self._password = password @property def pdf_form_field_option(self): - """ - Gets the pdf_form_field_option of this Document. - + """Gets the pdf_form_field_option of this Document. # noqa: E501 + + # noqa: E501 - :return: The pdf_form_field_option of this Document. + :return: The pdf_form_field_option of this Document. # noqa: E501 :rtype: str """ return self._pdf_form_field_option @pdf_form_field_option.setter def pdf_form_field_option(self, pdf_form_field_option): - """ - Sets the pdf_form_field_option of this Document. - - - :param pdf_form_field_option: The pdf_form_field_option of this Document. - :type: str - """ - - self._pdf_form_field_option = pdf_form_field_option - - @property - def pdf_widgets_base64(self): - """ - Gets the pdf_widgets_base64 of this Document. - - - :return: The pdf_widgets_base64 of this Document. - :rtype: str - """ - return self._pdf_widgets_base64 + """Sets the pdf_form_field_option of this Document. - @pdf_widgets_base64.setter - def pdf_widgets_base64(self, pdf_widgets_base64): - """ - Sets the pdf_widgets_base64 of this Document. - + # noqa: E501 - :param pdf_widgets_base64: The pdf_widgets_base64 of this Document. + :param pdf_form_field_option: The pdf_form_field_option of this Document. # noqa: E501 :type: str """ - self._pdf_widgets_base64 = pdf_widgets_base64 + self._pdf_form_field_option = pdf_form_field_option @property def remote_url(self): - """ - Gets the remote_url of this Document. - The file id from the cloud storage service where the document is located. This information is returned using [ML:GET /folders] or [ML:/folders/{folderid}]. + """Gets the remote_url of this Document. # noqa: E501 + + The file id from the cloud storage service where the document is located. This information is returned using [ML:GET /folders] or [ML:/folders/{folderid}]. # noqa: E501 - :return: The remote_url of this Document. + :return: The remote_url of this Document. # noqa: E501 :rtype: str """ return self._remote_url @remote_url.setter def remote_url(self, remote_url): - """ - Sets the remote_url of this Document. - The file id from the cloud storage service where the document is located. This information is returned using [ML:GET /folders] or [ML:/folders/{folderid}]. + """Sets the remote_url of this Document. - :param remote_url: The remote_url of this Document. + The file id from the cloud storage service where the document is located. This information is returned using [ML:GET /folders] or [ML:/folders/{folderid}]. # noqa: E501 + + :param remote_url: The remote_url of this Document. # noqa: E501 :type: str """ @@ -682,22 +553,22 @@ def remote_url(self, remote_url): @property def signer_must_acknowledge(self): - """ - Gets the signer_must_acknowledge of this Document. - + """Gets the signer_must_acknowledge of this Document. # noqa: E501 - :return: The signer_must_acknowledge of this Document. + # noqa: E501 + + :return: The signer_must_acknowledge of this Document. # noqa: E501 :rtype: str """ return self._signer_must_acknowledge @signer_must_acknowledge.setter def signer_must_acknowledge(self, signer_must_acknowledge): - """ - Sets the signer_must_acknowledge of this Document. - + """Sets the signer_must_acknowledge of this Document. - :param signer_must_acknowledge: The signer_must_acknowledge of this Document. + # noqa: E501 + + :param signer_must_acknowledge: The signer_must_acknowledge of this Document. # noqa: E501 :type: str """ @@ -705,22 +576,22 @@ def signer_must_acknowledge(self, signer_must_acknowledge): @property def signer_must_acknowledge_use_account_default(self): - """ - Gets the signer_must_acknowledge_use_account_default of this Document. - + """Gets the signer_must_acknowledge_use_account_default of this Document. # noqa: E501 + + # noqa: E501 - :return: The signer_must_acknowledge_use_account_default of this Document. + :return: The signer_must_acknowledge_use_account_default of this Document. # noqa: E501 :rtype: bool """ return self._signer_must_acknowledge_use_account_default @signer_must_acknowledge_use_account_default.setter def signer_must_acknowledge_use_account_default(self, signer_must_acknowledge_use_account_default): - """ - Sets the signer_must_acknowledge_use_account_default of this Document. - + """Sets the signer_must_acknowledge_use_account_default of this Document. + + # noqa: E501 - :param signer_must_acknowledge_use_account_default: The signer_must_acknowledge_use_account_default of this Document. + :param signer_must_acknowledge_use_account_default: The signer_must_acknowledge_use_account_default of this Document. # noqa: E501 :type: bool """ @@ -728,20 +599,20 @@ def signer_must_acknowledge_use_account_default(self, signer_must_acknowledge_us @property def tabs(self): - """ - Gets the tabs of this Document. + """Gets the tabs of this Document. # noqa: E501 - :return: The tabs of this Document. + + :return: The tabs of this Document. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this Document. + """Sets the tabs of this Document. + - :param tabs: The tabs of this Document. + :param tabs: The tabs of this Document. # noqa: E501 :type: Tabs """ @@ -749,22 +620,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this Document. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Document. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Document. + :return: The template_locked of this Document. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Document. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Document. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Document. + :param template_locked: The template_locked of this Document. # noqa: E501 :type: str """ @@ -772,22 +643,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Document. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Document. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Document. + :return: The template_required of this Document. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Document. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Document. - :param template_required: The template_required of this Document. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Document. # noqa: E501 :type: str """ @@ -795,22 +666,22 @@ def template_required(self, template_required): @property def transform_pdf_fields(self): - """ - Gets the transform_pdf_fields of this Document. - When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs. + """Gets the transform_pdf_fields of this Document. # noqa: E501 - :return: The transform_pdf_fields of this Document. + When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs. # noqa: E501 + + :return: The transform_pdf_fields of this Document. # noqa: E501 :rtype: str """ return self._transform_pdf_fields @transform_pdf_fields.setter def transform_pdf_fields(self, transform_pdf_fields): - """ - Sets the transform_pdf_fields of this Document. - When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs. + """Sets the transform_pdf_fields of this Document. - :param transform_pdf_fields: The transform_pdf_fields of this Document. + When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs. # noqa: E501 + + :param transform_pdf_fields: The transform_pdf_fields of this Document. # noqa: E501 :type: str """ @@ -818,34 +689,32 @@ def transform_pdf_fields(self, transform_pdf_fields): @property def uri(self): - """ - Gets the uri of this Document. - + """Gets the uri of this Document. # noqa: E501 + + # noqa: E501 - :return: The uri of this Document. + :return: The uri of this Document. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this Document. - + """Sets the uri of this Document. + + # noqa: E501 - :param uri: The uri of this Document. + :param uri: The uri of this Document. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -862,29 +731,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Document, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Document): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_fields_information.py b/docusign_esign/models/document_fields_information.py index f393dc2e..80d4cf9b 100644 --- a/docusign_esign/models/document_fields_information.py +++ b/docusign_esign/models/document_fields_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentFieldsInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_fields=None): - """ - DocumentFieldsInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_fields': 'list[NameValue]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_fields': 'list[NameValue]' + } - self.attribute_map = { - 'document_fields': 'documentFields' - } + attribute_map = { + 'document_fields': 'documentFields' + } - self._document_fields = document_fields + def __init__(self, document_fields=None): # noqa: E501 + """DocumentFieldsInformation - a model defined in Swagger""" # noqa: E501 + + self._document_fields = None + self.discriminator = None + + if document_fields is not None: + self.document_fields = document_fields @property def document_fields(self): - """ - Gets the document_fields of this DocumentFieldsInformation. - The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. + """Gets the document_fields of this DocumentFieldsInformation. # noqa: E501 + + The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. # noqa: E501 - :return: The document_fields of this DocumentFieldsInformation. + :return: The document_fields of this DocumentFieldsInformation. # noqa: E501 :rtype: list[NameValue] """ return self._document_fields @document_fields.setter def document_fields(self, document_fields): - """ - Sets the document_fields of this DocumentFieldsInformation. - The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. + """Sets the document_fields of this DocumentFieldsInformation. - :param document_fields: The document_fields of this DocumentFieldsInformation. + The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. # noqa: E501 + + :param document_fields: The document_fields of this DocumentFieldsInformation. # noqa: E501 :type: list[NameValue] """ self._document_fields = document_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentFieldsInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentFieldsInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_collapsible_display_settings.py b/docusign_esign/models/document_html_collapsible_display_settings.py index 7c82bce7..b421f92b 100644 --- a/docusign_esign/models/document_html_collapsible_display_settings.py +++ b/docusign_esign/models/document_html_collapsible_display_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlCollapsibleDisplaySettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, arrow_closed=None, arrow_color=None, arrow_location=None, arrow_open=None, arrow_size=None, arrow_style=None, container_style=None, label_style=None, only_arrow_is_clickable=None, outer_label_and_arrow_style=None): - """ - DocumentHtmlCollapsibleDisplaySettings - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'arrow_closed': 'str', - 'arrow_color': 'str', - 'arrow_location': 'str', - 'arrow_open': 'str', - 'arrow_size': 'str', - 'arrow_style': 'str', - 'container_style': 'str', - 'label_style': 'str', - 'only_arrow_is_clickable': 'bool', - 'outer_label_and_arrow_style': 'str' - } - - self.attribute_map = { - 'arrow_closed': 'arrowClosed', - 'arrow_color': 'arrowColor', - 'arrow_location': 'arrowLocation', - 'arrow_open': 'arrowOpen', - 'arrow_size': 'arrowSize', - 'arrow_style': 'arrowStyle', - 'container_style': 'containerStyle', - 'label_style': 'labelStyle', - 'only_arrow_is_clickable': 'onlyArrowIsClickable', - 'outer_label_and_arrow_style': 'outerLabelAndArrowStyle' - } - - self._arrow_closed = arrow_closed - self._arrow_color = arrow_color - self._arrow_location = arrow_location - self._arrow_open = arrow_open - self._arrow_size = arrow_size - self._arrow_style = arrow_style - self._container_style = container_style - self._label_style = label_style - self._only_arrow_is_clickable = only_arrow_is_clickable - self._outer_label_and_arrow_style = outer_label_and_arrow_style + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'arrow_closed': 'str', + 'arrow_color': 'str', + 'arrow_location': 'str', + 'arrow_open': 'str', + 'arrow_size': 'str', + 'arrow_style': 'str', + 'container_style': 'str', + 'label_style': 'str', + 'only_arrow_is_clickable': 'bool', + 'outer_label_and_arrow_style': 'str' + } + + attribute_map = { + 'arrow_closed': 'arrowClosed', + 'arrow_color': 'arrowColor', + 'arrow_location': 'arrowLocation', + 'arrow_open': 'arrowOpen', + 'arrow_size': 'arrowSize', + 'arrow_style': 'arrowStyle', + 'container_style': 'containerStyle', + 'label_style': 'labelStyle', + 'only_arrow_is_clickable': 'onlyArrowIsClickable', + 'outer_label_and_arrow_style': 'outerLabelAndArrowStyle' + } + + def __init__(self, arrow_closed=None, arrow_color=None, arrow_location=None, arrow_open=None, arrow_size=None, arrow_style=None, container_style=None, label_style=None, only_arrow_is_clickable=None, outer_label_and_arrow_style=None): # noqa: E501 + """DocumentHtmlCollapsibleDisplaySettings - a model defined in Swagger""" # noqa: E501 + + self._arrow_closed = None + self._arrow_color = None + self._arrow_location = None + self._arrow_open = None + self._arrow_size = None + self._arrow_style = None + self._container_style = None + self._label_style = None + self._only_arrow_is_clickable = None + self._outer_label_and_arrow_style = None + self.discriminator = None + + if arrow_closed is not None: + self.arrow_closed = arrow_closed + if arrow_color is not None: + self.arrow_color = arrow_color + if arrow_location is not None: + self.arrow_location = arrow_location + if arrow_open is not None: + self.arrow_open = arrow_open + if arrow_size is not None: + self.arrow_size = arrow_size + if arrow_style is not None: + self.arrow_style = arrow_style + if container_style is not None: + self.container_style = container_style + if label_style is not None: + self.label_style = label_style + if only_arrow_is_clickable is not None: + self.only_arrow_is_clickable = only_arrow_is_clickable + if outer_label_and_arrow_style is not None: + self.outer_label_and_arrow_style = outer_label_and_arrow_style @property def arrow_closed(self): - """ - Gets the arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. + :return: The arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_closed @arrow_closed.setter def arrow_closed(self, arrow_closed): - """ - Sets the arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. - :param arrow_closed: The arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_closed: The arrow_closed of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def arrow_closed(self, arrow_closed): @property def arrow_color(self): - """ - Gets the arrow_color of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_color of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_color of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_color of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_color @arrow_color.setter def arrow_color(self, arrow_color): - """ - Sets the arrow_color of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_color of this DocumentHtmlCollapsibleDisplaySettings. - :param arrow_color: The arrow_color of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_color: The arrow_color of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def arrow_color(self, arrow_color): @property def arrow_location(self): - """ - Gets the arrow_location of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_location of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_location of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_location of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_location @arrow_location.setter def arrow_location(self, arrow_location): - """ - Sets the arrow_location of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_location of this DocumentHtmlCollapsibleDisplaySettings. - :param arrow_location: The arrow_location of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_location: The arrow_location of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def arrow_location(self, arrow_location): @property def arrow_open(self): - """ - Gets the arrow_open of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_open of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_open of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_open of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_open @arrow_open.setter def arrow_open(self, arrow_open): - """ - Sets the arrow_open of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_open of this DocumentHtmlCollapsibleDisplaySettings. - :param arrow_open: The arrow_open of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_open: The arrow_open of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def arrow_open(self, arrow_open): @property def arrow_size(self): - """ - Gets the arrow_size of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_size of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_size of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_size of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_size @arrow_size.setter def arrow_size(self, arrow_size): - """ - Sets the arrow_size of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_size of this DocumentHtmlCollapsibleDisplaySettings. + + # noqa: E501 - :param arrow_size: The arrow_size of this DocumentHtmlCollapsibleDisplaySettings. + :param arrow_size: The arrow_size of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def arrow_size(self, arrow_size): @property def arrow_style(self): - """ - Gets the arrow_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The arrow_style of this DocumentHtmlCollapsibleDisplaySettings. + :return: The arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_style @arrow_style.setter def arrow_style(self, arrow_style): - """ - Sets the arrow_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the arrow_style of this DocumentHtmlCollapsibleDisplaySettings. + + # noqa: E501 - :param arrow_style: The arrow_style of this DocumentHtmlCollapsibleDisplaySettings. + :param arrow_style: The arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def arrow_style(self, arrow_style): @property def container_style(self): - """ - Gets the container_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the container_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The container_style of this DocumentHtmlCollapsibleDisplaySettings. + :return: The container_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._container_style @container_style.setter def container_style(self, container_style): - """ - Sets the container_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the container_style of this DocumentHtmlCollapsibleDisplaySettings. + + # noqa: E501 - :param container_style: The container_style of this DocumentHtmlCollapsibleDisplaySettings. + :param container_style: The container_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def container_style(self, container_style): @property def label_style(self): - """ - Gets the label_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the label_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The label_style of this DocumentHtmlCollapsibleDisplaySettings. + :return: The label_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._label_style @label_style.setter def label_style(self, label_style): - """ - Sets the label_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the label_style of this DocumentHtmlCollapsibleDisplaySettings. + + # noqa: E501 - :param label_style: The label_style of this DocumentHtmlCollapsibleDisplaySettings. + :param label_style: The label_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def label_style(self, label_style): @property def only_arrow_is_clickable(self): - """ - Gets the only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. + :return: The only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: bool """ return self._only_arrow_is_clickable @only_arrow_is_clickable.setter def only_arrow_is_clickable(self, only_arrow_is_clickable): - """ - Sets the only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. + + # noqa: E501 - :param only_arrow_is_clickable: The only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. + :param only_arrow_is_clickable: The only_arrow_is_clickable of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: bool """ @@ -276,34 +301,32 @@ def only_arrow_is_clickable(self, only_arrow_is_clickable): @property def outer_label_and_arrow_style(self): - """ - Gets the outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Gets the outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 - :return: The outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :return: The outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._outer_label_and_arrow_style @outer_label_and_arrow_style.setter def outer_label_and_arrow_style(self, outer_label_and_arrow_style): - """ - Sets the outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. - + """Sets the outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. - :param outer_label_and_arrow_style: The outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. + # noqa: E501 + + :param outer_label_and_arrow_style: The outer_label_and_arrow_style of this DocumentHtmlCollapsibleDisplaySettings. # noqa: E501 :type: str """ self._outer_label_and_arrow_style = outer_label_and_arrow_style def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlCollapsibleDisplaySettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlCollapsibleDisplaySettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_definition.py b/docusign_esign/models/document_html_definition.py index 49598403..fd8445c4 100644 --- a/docusign_esign/models/document_html_definition.py +++ b/docusign_esign/models/document_html_definition.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,83 +11,110 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, display_anchor_prefix=None, display_anchors=None, display_order=None, display_page_number=None, document_guid=None, document_id=None, header_label=None, max_screen_width=None, remove_empty_tags=None, show_mobile_optimized_toggle=None, source=None): - """ - DocumentHtmlDefinition - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'display_anchor_prefix': 'str', - 'display_anchors': 'list[DocumentHtmlDisplayAnchor]', - 'display_order': 'str', - 'display_page_number': 'str', - 'document_guid': 'str', - 'document_id': 'str', - 'header_label': 'str', - 'max_screen_width': 'str', - 'remove_empty_tags': 'str', - 'show_mobile_optimized_toggle': 'str', - 'source': 'str' - } - - self.attribute_map = { - 'display_anchor_prefix': 'displayAnchorPrefix', - 'display_anchors': 'displayAnchors', - 'display_order': 'displayOrder', - 'display_page_number': 'displayPageNumber', - 'document_guid': 'documentGuid', - 'document_id': 'documentId', - 'header_label': 'headerLabel', - 'max_screen_width': 'maxScreenWidth', - 'remove_empty_tags': 'removeEmptyTags', - 'show_mobile_optimized_toggle': 'showMobileOptimizedToggle', - 'source': 'source' - } - self._display_anchor_prefix = display_anchor_prefix - self._display_anchors = display_anchors - self._display_order = display_order - self._display_page_number = display_page_number - self._document_guid = document_guid - self._document_id = document_id - self._header_label = header_label - self._max_screen_width = max_screen_width - self._remove_empty_tags = remove_empty_tags - self._show_mobile_optimized_toggle = show_mobile_optimized_toggle - self._source = source + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'display_anchor_prefix': 'str', + 'display_anchors': 'list[DocumentHtmlDisplayAnchor]', + 'display_order': 'str', + 'display_page_number': 'str', + 'document_guid': 'str', + 'document_id': 'str', + 'header_label': 'str', + 'max_screen_width': 'str', + 'remove_empty_tags': 'str', + 'show_mobile_optimized_toggle': 'str', + 'source': 'str' + } + + attribute_map = { + 'display_anchor_prefix': 'displayAnchorPrefix', + 'display_anchors': 'displayAnchors', + 'display_order': 'displayOrder', + 'display_page_number': 'displayPageNumber', + 'document_guid': 'documentGuid', + 'document_id': 'documentId', + 'header_label': 'headerLabel', + 'max_screen_width': 'maxScreenWidth', + 'remove_empty_tags': 'removeEmptyTags', + 'show_mobile_optimized_toggle': 'showMobileOptimizedToggle', + 'source': 'source' + } + + def __init__(self, display_anchor_prefix=None, display_anchors=None, display_order=None, display_page_number=None, document_guid=None, document_id=None, header_label=None, max_screen_width=None, remove_empty_tags=None, show_mobile_optimized_toggle=None, source=None): # noqa: E501 + """DocumentHtmlDefinition - a model defined in Swagger""" # noqa: E501 + + self._display_anchor_prefix = None + self._display_anchors = None + self._display_order = None + self._display_page_number = None + self._document_guid = None + self._document_id = None + self._header_label = None + self._max_screen_width = None + self._remove_empty_tags = None + self._show_mobile_optimized_toggle = None + self._source = None + self.discriminator = None + + if display_anchor_prefix is not None: + self.display_anchor_prefix = display_anchor_prefix + if display_anchors is not None: + self.display_anchors = display_anchors + if display_order is not None: + self.display_order = display_order + if display_page_number is not None: + self.display_page_number = display_page_number + if document_guid is not None: + self.document_guid = document_guid + if document_id is not None: + self.document_id = document_id + if header_label is not None: + self.header_label = header_label + if max_screen_width is not None: + self.max_screen_width = max_screen_width + if remove_empty_tags is not None: + self.remove_empty_tags = remove_empty_tags + if show_mobile_optimized_toggle is not None: + self.show_mobile_optimized_toggle = show_mobile_optimized_toggle + if source is not None: + self.source = source @property def display_anchor_prefix(self): - """ - Gets the display_anchor_prefix of this DocumentHtmlDefinition. - + """Gets the display_anchor_prefix of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The display_anchor_prefix of this DocumentHtmlDefinition. + :return: The display_anchor_prefix of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._display_anchor_prefix @display_anchor_prefix.setter def display_anchor_prefix(self, display_anchor_prefix): - """ - Sets the display_anchor_prefix of this DocumentHtmlDefinition. - + """Sets the display_anchor_prefix of this DocumentHtmlDefinition. - :param display_anchor_prefix: The display_anchor_prefix of this DocumentHtmlDefinition. + # noqa: E501 + + :param display_anchor_prefix: The display_anchor_prefix of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -95,22 +122,22 @@ def display_anchor_prefix(self, display_anchor_prefix): @property def display_anchors(self): - """ - Gets the display_anchors of this DocumentHtmlDefinition. - + """Gets the display_anchors of this DocumentHtmlDefinition. # noqa: E501 - :return: The display_anchors of this DocumentHtmlDefinition. + # noqa: E501 + + :return: The display_anchors of this DocumentHtmlDefinition. # noqa: E501 :rtype: list[DocumentHtmlDisplayAnchor] """ return self._display_anchors @display_anchors.setter def display_anchors(self, display_anchors): - """ - Sets the display_anchors of this DocumentHtmlDefinition. - + """Sets the display_anchors of this DocumentHtmlDefinition. - :param display_anchors: The display_anchors of this DocumentHtmlDefinition. + # noqa: E501 + + :param display_anchors: The display_anchors of this DocumentHtmlDefinition. # noqa: E501 :type: list[DocumentHtmlDisplayAnchor] """ @@ -118,22 +145,22 @@ def display_anchors(self, display_anchors): @property def display_order(self): - """ - Gets the display_order of this DocumentHtmlDefinition. - + """Gets the display_order of this DocumentHtmlDefinition. # noqa: E501 - :return: The display_order of this DocumentHtmlDefinition. + # noqa: E501 + + :return: The display_order of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._display_order @display_order.setter def display_order(self, display_order): - """ - Sets the display_order of this DocumentHtmlDefinition. - + """Sets the display_order of this DocumentHtmlDefinition. + + # noqa: E501 - :param display_order: The display_order of this DocumentHtmlDefinition. + :param display_order: The display_order of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -141,22 +168,22 @@ def display_order(self, display_order): @property def display_page_number(self): - """ - Gets the display_page_number of this DocumentHtmlDefinition. - + """Gets the display_page_number of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The display_page_number of this DocumentHtmlDefinition. + :return: The display_page_number of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._display_page_number @display_page_number.setter def display_page_number(self, display_page_number): - """ - Sets the display_page_number of this DocumentHtmlDefinition. - + """Sets the display_page_number of this DocumentHtmlDefinition. + + # noqa: E501 - :param display_page_number: The display_page_number of this DocumentHtmlDefinition. + :param display_page_number: The display_page_number of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -164,22 +191,22 @@ def display_page_number(self, display_page_number): @property def document_guid(self): - """ - Gets the document_guid of this DocumentHtmlDefinition. - + """Gets the document_guid of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The document_guid of this DocumentHtmlDefinition. + :return: The document_guid of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._document_guid @document_guid.setter def document_guid(self, document_guid): - """ - Sets the document_guid of this DocumentHtmlDefinition. - + """Sets the document_guid of this DocumentHtmlDefinition. + + # noqa: E501 - :param document_guid: The document_guid of this DocumentHtmlDefinition. + :param document_guid: The document_guid of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -187,22 +214,22 @@ def document_guid(self, document_guid): @property def document_id(self): - """ - Gets the document_id of this DocumentHtmlDefinition. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this DocumentHtmlDefinition. # noqa: E501 - :return: The document_id of this DocumentHtmlDefinition. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this DocumentHtmlDefinition. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this DocumentHtmlDefinition. - :param document_id: The document_id of this DocumentHtmlDefinition. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -210,22 +237,22 @@ def document_id(self, document_id): @property def header_label(self): - """ - Gets the header_label of this DocumentHtmlDefinition. - + """Gets the header_label of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The header_label of this DocumentHtmlDefinition. + :return: The header_label of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._header_label @header_label.setter def header_label(self, header_label): - """ - Sets the header_label of this DocumentHtmlDefinition. - + """Sets the header_label of this DocumentHtmlDefinition. + + # noqa: E501 - :param header_label: The header_label of this DocumentHtmlDefinition. + :param header_label: The header_label of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -233,22 +260,22 @@ def header_label(self, header_label): @property def max_screen_width(self): - """ - Gets the max_screen_width of this DocumentHtmlDefinition. - + """Gets the max_screen_width of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The max_screen_width of this DocumentHtmlDefinition. + :return: The max_screen_width of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._max_screen_width @max_screen_width.setter def max_screen_width(self, max_screen_width): - """ - Sets the max_screen_width of this DocumentHtmlDefinition. - + """Sets the max_screen_width of this DocumentHtmlDefinition. - :param max_screen_width: The max_screen_width of this DocumentHtmlDefinition. + # noqa: E501 + + :param max_screen_width: The max_screen_width of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -256,22 +283,22 @@ def max_screen_width(self, max_screen_width): @property def remove_empty_tags(self): - """ - Gets the remove_empty_tags of this DocumentHtmlDefinition. - + """Gets the remove_empty_tags of this DocumentHtmlDefinition. # noqa: E501 - :return: The remove_empty_tags of this DocumentHtmlDefinition. + # noqa: E501 + + :return: The remove_empty_tags of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._remove_empty_tags @remove_empty_tags.setter def remove_empty_tags(self, remove_empty_tags): - """ - Sets the remove_empty_tags of this DocumentHtmlDefinition. - + """Sets the remove_empty_tags of this DocumentHtmlDefinition. - :param remove_empty_tags: The remove_empty_tags of this DocumentHtmlDefinition. + # noqa: E501 + + :param remove_empty_tags: The remove_empty_tags of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -279,22 +306,22 @@ def remove_empty_tags(self, remove_empty_tags): @property def show_mobile_optimized_toggle(self): - """ - Gets the show_mobile_optimized_toggle of this DocumentHtmlDefinition. - + """Gets the show_mobile_optimized_toggle of this DocumentHtmlDefinition. # noqa: E501 - :return: The show_mobile_optimized_toggle of this DocumentHtmlDefinition. + # noqa: E501 + + :return: The show_mobile_optimized_toggle of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._show_mobile_optimized_toggle @show_mobile_optimized_toggle.setter def show_mobile_optimized_toggle(self, show_mobile_optimized_toggle): - """ - Sets the show_mobile_optimized_toggle of this DocumentHtmlDefinition. - + """Sets the show_mobile_optimized_toggle of this DocumentHtmlDefinition. + + # noqa: E501 - :param show_mobile_optimized_toggle: The show_mobile_optimized_toggle of this DocumentHtmlDefinition. + :param show_mobile_optimized_toggle: The show_mobile_optimized_toggle of this DocumentHtmlDefinition. # noqa: E501 :type: str """ @@ -302,34 +329,32 @@ def show_mobile_optimized_toggle(self, show_mobile_optimized_toggle): @property def source(self): - """ - Gets the source of this DocumentHtmlDefinition. - + """Gets the source of this DocumentHtmlDefinition. # noqa: E501 + + # noqa: E501 - :return: The source of this DocumentHtmlDefinition. + :return: The source of this DocumentHtmlDefinition. # noqa: E501 :rtype: str """ return self._source @source.setter def source(self, source): - """ - Sets the source of this DocumentHtmlDefinition. - + """Sets the source of this DocumentHtmlDefinition. + + # noqa: E501 - :param source: The source of this DocumentHtmlDefinition. + :param source: The source of this DocumentHtmlDefinition. # noqa: E501 :type: str """ self._source = source def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -346,29 +371,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDefinition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDefinition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_definition_original.py b/docusign_esign/models/document_html_definition_original.py index 52fa6660..ebad1aa4 100644 --- a/docusign_esign/models/document_html_definition_original.py +++ b/docusign_esign/models/document_html_definition_original.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDefinitionOriginal(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_id=None, document_id_guid=None, html_definition=None): - """ - DocumentHtmlDefinitionOriginal - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_id': 'str', - 'document_id_guid': 'str', - 'html_definition': 'DocumentHtmlDefinition' - } - - self.attribute_map = { - 'document_id': 'documentId', - 'document_id_guid': 'documentIdGuid', - 'html_definition': 'htmlDefinition' - } - - self._document_id = document_id - self._document_id_guid = document_id_guid - self._html_definition = html_definition + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_id': 'str', + 'document_id_guid': 'str', + 'html_definition': 'DocumentHtmlDefinition' + } + + attribute_map = { + 'document_id': 'documentId', + 'document_id_guid': 'documentIdGuid', + 'html_definition': 'htmlDefinition' + } + + def __init__(self, document_id=None, document_id_guid=None, html_definition=None): # noqa: E501 + """DocumentHtmlDefinitionOriginal - a model defined in Swagger""" # noqa: E501 + + self._document_id = None + self._document_id_guid = None + self._html_definition = None + self.discriminator = None + + if document_id is not None: + self.document_id = document_id + if document_id_guid is not None: + self.document_id_guid = document_id_guid + if html_definition is not None: + self.html_definition = html_definition @property def document_id(self): - """ - Gets the document_id of this DocumentHtmlDefinitionOriginal. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this DocumentHtmlDefinitionOriginal. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this DocumentHtmlDefinitionOriginal. + :return: The document_id of this DocumentHtmlDefinitionOriginal. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this DocumentHtmlDefinitionOriginal. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this DocumentHtmlDefinitionOriginal. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this DocumentHtmlDefinitionOriginal. + :param document_id: The document_id of this DocumentHtmlDefinitionOriginal. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def document_id(self, document_id): @property def document_id_guid(self): - """ - Gets the document_id_guid of this DocumentHtmlDefinitionOriginal. - + """Gets the document_id_guid of this DocumentHtmlDefinitionOriginal. # noqa: E501 + + # noqa: E501 - :return: The document_id_guid of this DocumentHtmlDefinitionOriginal. + :return: The document_id_guid of this DocumentHtmlDefinitionOriginal. # noqa: E501 :rtype: str """ return self._document_id_guid @document_id_guid.setter def document_id_guid(self, document_id_guid): - """ - Sets the document_id_guid of this DocumentHtmlDefinitionOriginal. - + """Sets the document_id_guid of this DocumentHtmlDefinitionOriginal. + + # noqa: E501 - :param document_id_guid: The document_id_guid of this DocumentHtmlDefinitionOriginal. + :param document_id_guid: The document_id_guid of this DocumentHtmlDefinitionOriginal. # noqa: E501 :type: str """ @@ -94,32 +105,30 @@ def document_id_guid(self, document_id_guid): @property def html_definition(self): - """ - Gets the html_definition of this DocumentHtmlDefinitionOriginal. + """Gets the html_definition of this DocumentHtmlDefinitionOriginal. # noqa: E501 - :return: The html_definition of this DocumentHtmlDefinitionOriginal. + + :return: The html_definition of this DocumentHtmlDefinitionOriginal. # noqa: E501 :rtype: DocumentHtmlDefinition """ return self._html_definition @html_definition.setter def html_definition(self, html_definition): - """ - Sets the html_definition of this DocumentHtmlDefinitionOriginal. + """Sets the html_definition of this DocumentHtmlDefinitionOriginal. - :param html_definition: The html_definition of this DocumentHtmlDefinitionOriginal. + + :param html_definition: The html_definition of this DocumentHtmlDefinitionOriginal. # noqa: E501 :type: DocumentHtmlDefinition """ self._html_definition = html_definition def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDefinitionOriginal, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDefinitionOriginal): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_definition_originals.py b/docusign_esign/models/document_html_definition_originals.py index c658df84..e1219a1b 100644 --- a/docusign_esign/models/document_html_definition_originals.py +++ b/docusign_esign/models/document_html_definition_originals.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDefinitionOriginals(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, html_definitions=None): - """ - DocumentHtmlDefinitionOriginals - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'html_definitions': 'list[DocumentHtmlDefinitionOriginal]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'html_definitions': 'list[DocumentHtmlDefinitionOriginal]' + } - self.attribute_map = { - 'html_definitions': 'htmlDefinitions' - } + attribute_map = { + 'html_definitions': 'htmlDefinitions' + } - self._html_definitions = html_definitions + def __init__(self, html_definitions=None): # noqa: E501 + """DocumentHtmlDefinitionOriginals - a model defined in Swagger""" # noqa: E501 + + self._html_definitions = None + self.discriminator = None + + if html_definitions is not None: + self.html_definitions = html_definitions @property def html_definitions(self): - """ - Gets the html_definitions of this DocumentHtmlDefinitionOriginals. - + """Gets the html_definitions of this DocumentHtmlDefinitionOriginals. # noqa: E501 + + # noqa: E501 - :return: The html_definitions of this DocumentHtmlDefinitionOriginals. + :return: The html_definitions of this DocumentHtmlDefinitionOriginals. # noqa: E501 :rtype: list[DocumentHtmlDefinitionOriginal] """ return self._html_definitions @html_definitions.setter def html_definitions(self, html_definitions): - """ - Sets the html_definitions of this DocumentHtmlDefinitionOriginals. - + """Sets the html_definitions of this DocumentHtmlDefinitionOriginals. - :param html_definitions: The html_definitions of this DocumentHtmlDefinitionOriginals. + # noqa: E501 + + :param html_definitions: The html_definitions of this DocumentHtmlDefinitionOriginals. # noqa: E501 :type: list[DocumentHtmlDefinitionOriginal] """ self._html_definitions = html_definitions def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDefinitionOriginals, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDefinitionOriginals): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_definitions.py b/docusign_esign/models/document_html_definitions.py index caf489ba..20b63cd0 100644 --- a/docusign_esign/models/document_html_definitions.py +++ b/docusign_esign/models/document_html_definitions.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDefinitions(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, html_definitions=None): - """ - DocumentHtmlDefinitions - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'html_definitions': 'list[str]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'html_definitions': 'list[str]' + } - self.attribute_map = { - 'html_definitions': 'htmlDefinitions' - } + attribute_map = { + 'html_definitions': 'htmlDefinitions' + } - self._html_definitions = html_definitions + def __init__(self, html_definitions=None): # noqa: E501 + """DocumentHtmlDefinitions - a model defined in Swagger""" # noqa: E501 + + self._html_definitions = None + self.discriminator = None + + if html_definitions is not None: + self.html_definitions = html_definitions @property def html_definitions(self): - """ - Gets the html_definitions of this DocumentHtmlDefinitions. - + """Gets the html_definitions of this DocumentHtmlDefinitions. # noqa: E501 + + # noqa: E501 - :return: The html_definitions of this DocumentHtmlDefinitions. + :return: The html_definitions of this DocumentHtmlDefinitions. # noqa: E501 :rtype: list[str] """ return self._html_definitions @html_definitions.setter def html_definitions(self, html_definitions): - """ - Sets the html_definitions of this DocumentHtmlDefinitions. - + """Sets the html_definitions of this DocumentHtmlDefinitions. - :param html_definitions: The html_definitions of this DocumentHtmlDefinitions. + # noqa: E501 + + :param html_definitions: The html_definitions of this DocumentHtmlDefinitions. # noqa: E501 :type: list[str] """ self._html_definitions = html_definitions def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDefinitions, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDefinitions): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_display_anchor.py b/docusign_esign/models/document_html_display_anchor.py index bce08c6a..d737bbc9 100644 --- a/docusign_esign/models/document_html_display_anchor.py +++ b/docusign_esign/models/document_html_display_anchor.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDisplayAnchor(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, case_sensitive=None, display_settings=None, end_anchor=None, remove_end_anchor=None, remove_start_anchor=None, start_anchor=None): - """ - DocumentHtmlDisplayAnchor - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'case_sensitive': 'bool', - 'display_settings': 'DocumentHtmlDisplaySettings', - 'end_anchor': 'str', - 'remove_end_anchor': 'bool', - 'remove_start_anchor': 'bool', - 'start_anchor': 'str' - } - - self.attribute_map = { - 'case_sensitive': 'caseSensitive', - 'display_settings': 'displaySettings', - 'end_anchor': 'endAnchor', - 'remove_end_anchor': 'removeEndAnchor', - 'remove_start_anchor': 'removeStartAnchor', - 'start_anchor': 'startAnchor' - } - - self._case_sensitive = case_sensitive - self._display_settings = display_settings - self._end_anchor = end_anchor - self._remove_end_anchor = remove_end_anchor - self._remove_start_anchor = remove_start_anchor - self._start_anchor = start_anchor + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'case_sensitive': 'bool', + 'display_settings': 'DocumentHtmlDisplaySettings', + 'end_anchor': 'str', + 'remove_end_anchor': 'bool', + 'remove_start_anchor': 'bool', + 'start_anchor': 'str' + } + + attribute_map = { + 'case_sensitive': 'caseSensitive', + 'display_settings': 'displaySettings', + 'end_anchor': 'endAnchor', + 'remove_end_anchor': 'removeEndAnchor', + 'remove_start_anchor': 'removeStartAnchor', + 'start_anchor': 'startAnchor' + } + + def __init__(self, case_sensitive=None, display_settings=None, end_anchor=None, remove_end_anchor=None, remove_start_anchor=None, start_anchor=None): # noqa: E501 + """DocumentHtmlDisplayAnchor - a model defined in Swagger""" # noqa: E501 + + self._case_sensitive = None + self._display_settings = None + self._end_anchor = None + self._remove_end_anchor = None + self._remove_start_anchor = None + self._start_anchor = None + self.discriminator = None + + if case_sensitive is not None: + self.case_sensitive = case_sensitive + if display_settings is not None: + self.display_settings = display_settings + if end_anchor is not None: + self.end_anchor = end_anchor + if remove_end_anchor is not None: + self.remove_end_anchor = remove_end_anchor + if remove_start_anchor is not None: + self.remove_start_anchor = remove_start_anchor + if start_anchor is not None: + self.start_anchor = start_anchor @property def case_sensitive(self): - """ - Gets the case_sensitive of this DocumentHtmlDisplayAnchor. - + """Gets the case_sensitive of this DocumentHtmlDisplayAnchor. # noqa: E501 + + # noqa: E501 - :return: The case_sensitive of this DocumentHtmlDisplayAnchor. + :return: The case_sensitive of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: bool """ return self._case_sensitive @case_sensitive.setter def case_sensitive(self, case_sensitive): - """ - Sets the case_sensitive of this DocumentHtmlDisplayAnchor. - + """Sets the case_sensitive of this DocumentHtmlDisplayAnchor. + + # noqa: E501 - :param case_sensitive: The case_sensitive of this DocumentHtmlDisplayAnchor. + :param case_sensitive: The case_sensitive of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: bool """ @@ -80,20 +97,20 @@ def case_sensitive(self, case_sensitive): @property def display_settings(self): - """ - Gets the display_settings of this DocumentHtmlDisplayAnchor. + """Gets the display_settings of this DocumentHtmlDisplayAnchor. # noqa: E501 - :return: The display_settings of this DocumentHtmlDisplayAnchor. + + :return: The display_settings of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: DocumentHtmlDisplaySettings """ return self._display_settings @display_settings.setter def display_settings(self, display_settings): - """ - Sets the display_settings of this DocumentHtmlDisplayAnchor. + """Sets the display_settings of this DocumentHtmlDisplayAnchor. + - :param display_settings: The display_settings of this DocumentHtmlDisplayAnchor. + :param display_settings: The display_settings of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: DocumentHtmlDisplaySettings """ @@ -101,22 +118,22 @@ def display_settings(self, display_settings): @property def end_anchor(self): - """ - Gets the end_anchor of this DocumentHtmlDisplayAnchor. - + """Gets the end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 + + # noqa: E501 - :return: The end_anchor of this DocumentHtmlDisplayAnchor. + :return: The end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: str """ return self._end_anchor @end_anchor.setter def end_anchor(self, end_anchor): - """ - Sets the end_anchor of this DocumentHtmlDisplayAnchor. - + """Sets the end_anchor of this DocumentHtmlDisplayAnchor. - :param end_anchor: The end_anchor of this DocumentHtmlDisplayAnchor. + # noqa: E501 + + :param end_anchor: The end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: str """ @@ -124,22 +141,22 @@ def end_anchor(self, end_anchor): @property def remove_end_anchor(self): - """ - Gets the remove_end_anchor of this DocumentHtmlDisplayAnchor. - + """Gets the remove_end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 + + # noqa: E501 - :return: The remove_end_anchor of this DocumentHtmlDisplayAnchor. + :return: The remove_end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: bool """ return self._remove_end_anchor @remove_end_anchor.setter def remove_end_anchor(self, remove_end_anchor): - """ - Sets the remove_end_anchor of this DocumentHtmlDisplayAnchor. - + """Sets the remove_end_anchor of this DocumentHtmlDisplayAnchor. + + # noqa: E501 - :param remove_end_anchor: The remove_end_anchor of this DocumentHtmlDisplayAnchor. + :param remove_end_anchor: The remove_end_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: bool """ @@ -147,22 +164,22 @@ def remove_end_anchor(self, remove_end_anchor): @property def remove_start_anchor(self): - """ - Gets the remove_start_anchor of this DocumentHtmlDisplayAnchor. - + """Gets the remove_start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 - :return: The remove_start_anchor of this DocumentHtmlDisplayAnchor. + # noqa: E501 + + :return: The remove_start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: bool """ return self._remove_start_anchor @remove_start_anchor.setter def remove_start_anchor(self, remove_start_anchor): - """ - Sets the remove_start_anchor of this DocumentHtmlDisplayAnchor. - + """Sets the remove_start_anchor of this DocumentHtmlDisplayAnchor. + + # noqa: E501 - :param remove_start_anchor: The remove_start_anchor of this DocumentHtmlDisplayAnchor. + :param remove_start_anchor: The remove_start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: bool """ @@ -170,34 +187,32 @@ def remove_start_anchor(self, remove_start_anchor): @property def start_anchor(self): - """ - Gets the start_anchor of this DocumentHtmlDisplayAnchor. - + """Gets the start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 + + # noqa: E501 - :return: The start_anchor of this DocumentHtmlDisplayAnchor. + :return: The start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :rtype: str """ return self._start_anchor @start_anchor.setter def start_anchor(self, start_anchor): - """ - Sets the start_anchor of this DocumentHtmlDisplayAnchor. - + """Sets the start_anchor of this DocumentHtmlDisplayAnchor. - :param start_anchor: The start_anchor of this DocumentHtmlDisplayAnchor. + # noqa: E501 + + :param start_anchor: The start_anchor of this DocumentHtmlDisplayAnchor. # noqa: E501 :type: str """ self._start_anchor = start_anchor def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -214,29 +229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDisplayAnchor, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDisplayAnchor): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_html_display_settings.py b/docusign_esign/models/document_html_display_settings.py index 0f2aa7fe..26919f35 100644 --- a/docusign_esign/models/document_html_display_settings.py +++ b/docusign_esign/models/document_html_display_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentHtmlDisplaySettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, cell_style=None, collapsible_settings=None, display=None, display_label=None, display_order=None, display_page_number=None, hide_label_when_opened=None, inline_outer_style=None, label_when_opened=None, pre_label=None, scroll_to_top_when_opened=None, table_style=None): - """ - DocumentHtmlDisplaySettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'cell_style': 'str', - 'collapsible_settings': 'DocumentHtmlCollapsibleDisplaySettings', - 'display': 'str', - 'display_label': 'str', - 'display_order': 'int', - 'display_page_number': 'int', - 'hide_label_when_opened': 'bool', - 'inline_outer_style': 'str', - 'label_when_opened': 'str', - 'pre_label': 'str', - 'scroll_to_top_when_opened': 'bool', - 'table_style': 'str' - } - - self.attribute_map = { - 'cell_style': 'cellStyle', - 'collapsible_settings': 'collapsibleSettings', - 'display': 'display', - 'display_label': 'displayLabel', - 'display_order': 'displayOrder', - 'display_page_number': 'displayPageNumber', - 'hide_label_when_opened': 'hideLabelWhenOpened', - 'inline_outer_style': 'inlineOuterStyle', - 'label_when_opened': 'labelWhenOpened', - 'pre_label': 'preLabel', - 'scroll_to_top_when_opened': 'scrollToTopWhenOpened', - 'table_style': 'tableStyle' - } - self._cell_style = cell_style - self._collapsible_settings = collapsible_settings - self._display = display - self._display_label = display_label - self._display_order = display_order - self._display_page_number = display_page_number - self._hide_label_when_opened = hide_label_when_opened - self._inline_outer_style = inline_outer_style - self._label_when_opened = label_when_opened - self._pre_label = pre_label - self._scroll_to_top_when_opened = scroll_to_top_when_opened - self._table_style = table_style + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cell_style': 'str', + 'collapsible_settings': 'DocumentHtmlCollapsibleDisplaySettings', + 'display': 'str', + 'display_label': 'str', + 'display_order': 'int', + 'display_page_number': 'int', + 'hide_label_when_opened': 'bool', + 'inline_outer_style': 'str', + 'label_when_opened': 'str', + 'pre_label': 'str', + 'scroll_to_top_when_opened': 'bool', + 'table_style': 'str' + } + + attribute_map = { + 'cell_style': 'cellStyle', + 'collapsible_settings': 'collapsibleSettings', + 'display': 'display', + 'display_label': 'displayLabel', + 'display_order': 'displayOrder', + 'display_page_number': 'displayPageNumber', + 'hide_label_when_opened': 'hideLabelWhenOpened', + 'inline_outer_style': 'inlineOuterStyle', + 'label_when_opened': 'labelWhenOpened', + 'pre_label': 'preLabel', + 'scroll_to_top_when_opened': 'scrollToTopWhenOpened', + 'table_style': 'tableStyle' + } + + def __init__(self, cell_style=None, collapsible_settings=None, display=None, display_label=None, display_order=None, display_page_number=None, hide_label_when_opened=None, inline_outer_style=None, label_when_opened=None, pre_label=None, scroll_to_top_when_opened=None, table_style=None): # noqa: E501 + """DocumentHtmlDisplaySettings - a model defined in Swagger""" # noqa: E501 + + self._cell_style = None + self._collapsible_settings = None + self._display = None + self._display_label = None + self._display_order = None + self._display_page_number = None + self._hide_label_when_opened = None + self._inline_outer_style = None + self._label_when_opened = None + self._pre_label = None + self._scroll_to_top_when_opened = None + self._table_style = None + self.discriminator = None + + if cell_style is not None: + self.cell_style = cell_style + if collapsible_settings is not None: + self.collapsible_settings = collapsible_settings + if display is not None: + self.display = display + if display_label is not None: + self.display_label = display_label + if display_order is not None: + self.display_order = display_order + if display_page_number is not None: + self.display_page_number = display_page_number + if hide_label_when_opened is not None: + self.hide_label_when_opened = hide_label_when_opened + if inline_outer_style is not None: + self.inline_outer_style = inline_outer_style + if label_when_opened is not None: + self.label_when_opened = label_when_opened + if pre_label is not None: + self.pre_label = pre_label + if scroll_to_top_when_opened is not None: + self.scroll_to_top_when_opened = scroll_to_top_when_opened + if table_style is not None: + self.table_style = table_style @property def cell_style(self): - """ - Gets the cell_style of this DocumentHtmlDisplaySettings. - + """Gets the cell_style of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The cell_style of this DocumentHtmlDisplaySettings. + :return: The cell_style of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._cell_style @cell_style.setter def cell_style(self, cell_style): - """ - Sets the cell_style of this DocumentHtmlDisplaySettings. - + """Sets the cell_style of this DocumentHtmlDisplaySettings. - :param cell_style: The cell_style of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :param cell_style: The cell_style of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -98,20 +127,20 @@ def cell_style(self, cell_style): @property def collapsible_settings(self): - """ - Gets the collapsible_settings of this DocumentHtmlDisplaySettings. + """Gets the collapsible_settings of this DocumentHtmlDisplaySettings. # noqa: E501 - :return: The collapsible_settings of this DocumentHtmlDisplaySettings. + + :return: The collapsible_settings of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: DocumentHtmlCollapsibleDisplaySettings """ return self._collapsible_settings @collapsible_settings.setter def collapsible_settings(self, collapsible_settings): - """ - Sets the collapsible_settings of this DocumentHtmlDisplaySettings. + """Sets the collapsible_settings of this DocumentHtmlDisplaySettings. + - :param collapsible_settings: The collapsible_settings of this DocumentHtmlDisplaySettings. + :param collapsible_settings: The collapsible_settings of this DocumentHtmlDisplaySettings. # noqa: E501 :type: DocumentHtmlCollapsibleDisplaySettings """ @@ -119,22 +148,22 @@ def collapsible_settings(self, collapsible_settings): @property def display(self): - """ - Gets the display of this DocumentHtmlDisplaySettings. - + """Gets the display of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display of this DocumentHtmlDisplaySettings. + :return: The display of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._display @display.setter def display(self, display): - """ - Sets the display of this DocumentHtmlDisplaySettings. - + """Sets the display of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param display: The display of this DocumentHtmlDisplaySettings. + :param display: The display of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -142,22 +171,22 @@ def display(self, display): @property def display_label(self): - """ - Gets the display_label of this DocumentHtmlDisplaySettings. - + """Gets the display_label of this DocumentHtmlDisplaySettings. # noqa: E501 - :return: The display_label of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :return: The display_label of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._display_label @display_label.setter def display_label(self, display_label): - """ - Sets the display_label of this DocumentHtmlDisplaySettings. - + """Sets the display_label of this DocumentHtmlDisplaySettings. - :param display_label: The display_label of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :param display_label: The display_label of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -165,22 +194,22 @@ def display_label(self, display_label): @property def display_order(self): - """ - Gets the display_order of this DocumentHtmlDisplaySettings. - + """Gets the display_order of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display_order of this DocumentHtmlDisplaySettings. + :return: The display_order of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: int """ return self._display_order @display_order.setter def display_order(self, display_order): - """ - Sets the display_order of this DocumentHtmlDisplaySettings. - + """Sets the display_order of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param display_order: The display_order of this DocumentHtmlDisplaySettings. + :param display_order: The display_order of this DocumentHtmlDisplaySettings. # noqa: E501 :type: int """ @@ -188,22 +217,22 @@ def display_order(self, display_order): @property def display_page_number(self): - """ - Gets the display_page_number of this DocumentHtmlDisplaySettings. - + """Gets the display_page_number of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display_page_number of this DocumentHtmlDisplaySettings. + :return: The display_page_number of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: int """ return self._display_page_number @display_page_number.setter def display_page_number(self, display_page_number): - """ - Sets the display_page_number of this DocumentHtmlDisplaySettings. - + """Sets the display_page_number of this DocumentHtmlDisplaySettings. - :param display_page_number: The display_page_number of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :param display_page_number: The display_page_number of this DocumentHtmlDisplaySettings. # noqa: E501 :type: int """ @@ -211,22 +240,22 @@ def display_page_number(self, display_page_number): @property def hide_label_when_opened(self): - """ - Gets the hide_label_when_opened of this DocumentHtmlDisplaySettings. - + """Gets the hide_label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 - :return: The hide_label_when_opened of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :return: The hide_label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: bool """ return self._hide_label_when_opened @hide_label_when_opened.setter def hide_label_when_opened(self, hide_label_when_opened): - """ - Sets the hide_label_when_opened of this DocumentHtmlDisplaySettings. - + """Sets the hide_label_when_opened of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param hide_label_when_opened: The hide_label_when_opened of this DocumentHtmlDisplaySettings. + :param hide_label_when_opened: The hide_label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :type: bool """ @@ -234,22 +263,22 @@ def hide_label_when_opened(self, hide_label_when_opened): @property def inline_outer_style(self): - """ - Gets the inline_outer_style of this DocumentHtmlDisplaySettings. - + """Gets the inline_outer_style of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The inline_outer_style of this DocumentHtmlDisplaySettings. + :return: The inline_outer_style of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._inline_outer_style @inline_outer_style.setter def inline_outer_style(self, inline_outer_style): - """ - Sets the inline_outer_style of this DocumentHtmlDisplaySettings. - + """Sets the inline_outer_style of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param inline_outer_style: The inline_outer_style of this DocumentHtmlDisplaySettings. + :param inline_outer_style: The inline_outer_style of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -257,22 +286,22 @@ def inline_outer_style(self, inline_outer_style): @property def label_when_opened(self): - """ - Gets the label_when_opened of this DocumentHtmlDisplaySettings. - + """Gets the label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 - :return: The label_when_opened of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :return: The label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._label_when_opened @label_when_opened.setter def label_when_opened(self, label_when_opened): - """ - Sets the label_when_opened of this DocumentHtmlDisplaySettings. - + """Sets the label_when_opened of this DocumentHtmlDisplaySettings. - :param label_when_opened: The label_when_opened of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :param label_when_opened: The label_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -280,22 +309,22 @@ def label_when_opened(self, label_when_opened): @property def pre_label(self): - """ - Gets the pre_label of this DocumentHtmlDisplaySettings. - + """Gets the pre_label of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The pre_label of this DocumentHtmlDisplaySettings. + :return: The pre_label of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._pre_label @pre_label.setter def pre_label(self, pre_label): - """ - Sets the pre_label of this DocumentHtmlDisplaySettings. - + """Sets the pre_label of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param pre_label: The pre_label of this DocumentHtmlDisplaySettings. + :param pre_label: The pre_label of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ @@ -303,22 +332,22 @@ def pre_label(self, pre_label): @property def scroll_to_top_when_opened(self): - """ - Gets the scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. - + """Gets the scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. + :return: The scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: bool """ return self._scroll_to_top_when_opened @scroll_to_top_when_opened.setter def scroll_to_top_when_opened(self, scroll_to_top_when_opened): - """ - Sets the scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. - + """Sets the scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. - :param scroll_to_top_when_opened: The scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :param scroll_to_top_when_opened: The scroll_to_top_when_opened of this DocumentHtmlDisplaySettings. # noqa: E501 :type: bool """ @@ -326,34 +355,32 @@ def scroll_to_top_when_opened(self, scroll_to_top_when_opened): @property def table_style(self): - """ - Gets the table_style of this DocumentHtmlDisplaySettings. - + """Gets the table_style of this DocumentHtmlDisplaySettings. # noqa: E501 - :return: The table_style of this DocumentHtmlDisplaySettings. + # noqa: E501 + + :return: The table_style of this DocumentHtmlDisplaySettings. # noqa: E501 :rtype: str """ return self._table_style @table_style.setter def table_style(self, table_style): - """ - Sets the table_style of this DocumentHtmlDisplaySettings. - + """Sets the table_style of this DocumentHtmlDisplaySettings. + + # noqa: E501 - :param table_style: The table_style of this DocumentHtmlDisplaySettings. + :param table_style: The table_style of this DocumentHtmlDisplaySettings. # noqa: E501 :type: str """ self._table_style = table_style def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -370,29 +397,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentHtmlDisplaySettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentHtmlDisplaySettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_template.py b/docusign_esign/models/document_template.py index 917bbf96..ff8589e1 100644 --- a/docusign_esign/models/document_template.py +++ b/docusign_esign/models/document_template.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentTemplate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_end_page=None, document_id=None, document_start_page=None, error_details=None, template_id=None): - """ - DocumentTemplate - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_end_page': 'str', - 'document_id': 'str', - 'document_start_page': 'str', - 'error_details': 'ErrorDetails', - 'template_id': 'str' - } - - self.attribute_map = { - 'document_end_page': 'documentEndPage', - 'document_id': 'documentId', - 'document_start_page': 'documentStartPage', - 'error_details': 'errorDetails', - 'template_id': 'templateId' - } - self._document_end_page = document_end_page - self._document_id = document_id - self._document_start_page = document_start_page - self._error_details = error_details - self._template_id = template_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_end_page': 'str', + 'document_id': 'str', + 'document_start_page': 'str', + 'error_details': 'ErrorDetails', + 'template_id': 'str' + } + + attribute_map = { + 'document_end_page': 'documentEndPage', + 'document_id': 'documentId', + 'document_start_page': 'documentStartPage', + 'error_details': 'errorDetails', + 'template_id': 'templateId' + } + + def __init__(self, document_end_page=None, document_id=None, document_start_page=None, error_details=None, template_id=None): # noqa: E501 + """DocumentTemplate - a model defined in Swagger""" # noqa: E501 + + self._document_end_page = None + self._document_id = None + self._document_start_page = None + self._error_details = None + self._template_id = None + self.discriminator = None + + if document_end_page is not None: + self.document_end_page = document_end_page + if document_id is not None: + self.document_id = document_id + if document_start_page is not None: + self.document_start_page = document_start_page + if error_details is not None: + self.error_details = error_details + if template_id is not None: + self.template_id = template_id @property def document_end_page(self): - """ - Gets the document_end_page of this DocumentTemplate. - + """Gets the document_end_page of this DocumentTemplate. # noqa: E501 - :return: The document_end_page of this DocumentTemplate. + # noqa: E501 + + :return: The document_end_page of this DocumentTemplate. # noqa: E501 :rtype: str """ return self._document_end_page @document_end_page.setter def document_end_page(self, document_end_page): - """ - Sets the document_end_page of this DocumentTemplate. - + """Sets the document_end_page of this DocumentTemplate. + + # noqa: E501 - :param document_end_page: The document_end_page of this DocumentTemplate. + :param document_end_page: The document_end_page of this DocumentTemplate. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def document_end_page(self, document_end_page): @property def document_id(self): - """ - Gets the document_id of this DocumentTemplate. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this DocumentTemplate. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this DocumentTemplate. + :return: The document_id of this DocumentTemplate. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this DocumentTemplate. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this DocumentTemplate. - :param document_id: The document_id of this DocumentTemplate. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this DocumentTemplate. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def document_id(self, document_id): @property def document_start_page(self): - """ - Gets the document_start_page of this DocumentTemplate. - + """Gets the document_start_page of this DocumentTemplate. # noqa: E501 - :return: The document_start_page of this DocumentTemplate. + # noqa: E501 + + :return: The document_start_page of this DocumentTemplate. # noqa: E501 :rtype: str """ return self._document_start_page @document_start_page.setter def document_start_page(self, document_start_page): - """ - Sets the document_start_page of this DocumentTemplate. - + """Sets the document_start_page of this DocumentTemplate. + + # noqa: E501 - :param document_start_page: The document_start_page of this DocumentTemplate. + :param document_start_page: The document_start_page of this DocumentTemplate. # noqa: E501 :type: str """ @@ -123,20 +138,20 @@ def document_start_page(self, document_start_page): @property def error_details(self): - """ - Gets the error_details of this DocumentTemplate. + """Gets the error_details of this DocumentTemplate. # noqa: E501 + - :return: The error_details of this DocumentTemplate. + :return: The error_details of this DocumentTemplate. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this DocumentTemplate. + """Sets the error_details of this DocumentTemplate. - :param error_details: The error_details of this DocumentTemplate. + + :param error_details: The error_details of this DocumentTemplate. # noqa: E501 :type: ErrorDetails """ @@ -144,34 +159,32 @@ def error_details(self, error_details): @property def template_id(self): - """ - Gets the template_id of this DocumentTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this DocumentTemplate. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this DocumentTemplate. + :return: The template_id of this DocumentTemplate. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this DocumentTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this DocumentTemplate. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this DocumentTemplate. + :param template_id: The template_id of this DocumentTemplate. # noqa: E501 :type: str """ self._template_id = template_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentTemplate, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentTemplate): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_template_list.py b/docusign_esign/models/document_template_list.py index 659b75c8..a7b0f075 100644 --- a/docusign_esign/models/document_template_list.py +++ b/docusign_esign/models/document_template_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentTemplateList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_templates=None): - """ - DocumentTemplateList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_templates': 'list[DocumentTemplate]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_templates': 'list[DocumentTemplate]' + } - self.attribute_map = { - 'document_templates': 'documentTemplates' - } + attribute_map = { + 'document_templates': 'documentTemplates' + } - self._document_templates = document_templates + def __init__(self, document_templates=None): # noqa: E501 + """DocumentTemplateList - a model defined in Swagger""" # noqa: E501 + + self._document_templates = None + self.discriminator = None + + if document_templates is not None: + self.document_templates = document_templates @property def document_templates(self): - """ - Gets the document_templates of this DocumentTemplateList. - + """Gets the document_templates of this DocumentTemplateList. # noqa: E501 + + # noqa: E501 - :return: The document_templates of this DocumentTemplateList. + :return: The document_templates of this DocumentTemplateList. # noqa: E501 :rtype: list[DocumentTemplate] """ return self._document_templates @document_templates.setter def document_templates(self, document_templates): - """ - Sets the document_templates of this DocumentTemplateList. - + """Sets the document_templates of this DocumentTemplateList. - :param document_templates: The document_templates of this DocumentTemplateList. + # noqa: E501 + + :param document_templates: The document_templates of this DocumentTemplateList. # noqa: E501 :type: list[DocumentTemplate] """ self._document_templates = document_templates def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentTemplateList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentTemplateList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_visibility.py b/docusign_esign/models/document_visibility.py index 5d8a3015..2b0d4bd8 100644 --- a/docusign_esign/models/document_visibility.py +++ b/docusign_esign/models/document_visibility.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentVisibility(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_id=None, error_details=None, recipient_id=None, rights=None, visible=None): - """ - DocumentVisibility - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_id': 'str', - 'error_details': 'ErrorDetails', - 'recipient_id': 'str', - 'rights': 'str', - 'visible': 'str' - } - - self.attribute_map = { - 'document_id': 'documentId', - 'error_details': 'errorDetails', - 'recipient_id': 'recipientId', - 'rights': 'rights', - 'visible': 'visible' - } - self._document_id = document_id - self._error_details = error_details - self._recipient_id = recipient_id - self._rights = rights - self._visible = visible + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_id': 'str', + 'error_details': 'ErrorDetails', + 'recipient_id': 'str', + 'rights': 'str', + 'visible': 'str' + } + + attribute_map = { + 'document_id': 'documentId', + 'error_details': 'errorDetails', + 'recipient_id': 'recipientId', + 'rights': 'rights', + 'visible': 'visible' + } + + def __init__(self, document_id=None, error_details=None, recipient_id=None, rights=None, visible=None): # noqa: E501 + """DocumentVisibility - a model defined in Swagger""" # noqa: E501 + + self._document_id = None + self._error_details = None + self._recipient_id = None + self._rights = None + self._visible = None + self.discriminator = None + + if document_id is not None: + self.document_id = document_id + if error_details is not None: + self.error_details = error_details + if recipient_id is not None: + self.recipient_id = recipient_id + if rights is not None: + self.rights = rights + if visible is not None: + self.visible = visible @property def document_id(self): - """ - Gets the document_id of this DocumentVisibility. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this DocumentVisibility. # noqa: E501 - :return: The document_id of this DocumentVisibility. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this DocumentVisibility. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this DocumentVisibility. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this DocumentVisibility. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this DocumentVisibility. + :param document_id: The document_id of this DocumentVisibility. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def document_id(self, document_id): @property def error_details(self): - """ - Gets the error_details of this DocumentVisibility. + """Gets the error_details of this DocumentVisibility. # noqa: E501 + - :return: The error_details of this DocumentVisibility. + :return: The error_details of this DocumentVisibility. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this DocumentVisibility. + """Sets the error_details of this DocumentVisibility. - :param error_details: The error_details of this DocumentVisibility. + + :param error_details: The error_details of this DocumentVisibility. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def recipient_id(self): - """ - Gets the recipient_id of this DocumentVisibility. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this DocumentVisibility. # noqa: E501 - :return: The recipient_id of this DocumentVisibility. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this DocumentVisibility. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this DocumentVisibility. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this DocumentVisibility. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this DocumentVisibility. + :param recipient_id: The recipient_id of this DocumentVisibility. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def recipient_id(self, recipient_id): @property def rights(self): - """ - Gets the rights of this DocumentVisibility. - + """Gets the rights of this DocumentVisibility. # noqa: E501 + + # noqa: E501 - :return: The rights of this DocumentVisibility. + :return: The rights of this DocumentVisibility. # noqa: E501 :rtype: str """ return self._rights @rights.setter def rights(self, rights): - """ - Sets the rights of this DocumentVisibility. - + """Sets the rights of this DocumentVisibility. - :param rights: The rights of this DocumentVisibility. + # noqa: E501 + + :param rights: The rights of this DocumentVisibility. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def rights(self, rights): @property def visible(self): - """ - Gets the visible of this DocumentVisibility. - + """Gets the visible of this DocumentVisibility. # noqa: E501 + + # noqa: E501 - :return: The visible of this DocumentVisibility. + :return: The visible of this DocumentVisibility. # noqa: E501 :rtype: str """ return self._visible @visible.setter def visible(self, visible): - """ - Sets the visible of this DocumentVisibility. - + """Sets the visible of this DocumentVisibility. + + # noqa: E501 - :param visible: The visible of this DocumentVisibility. + :param visible: The visible of this DocumentVisibility. # noqa: E501 :type: str """ self._visible = visible def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentVisibility, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentVisibility): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/document_visibility_list.py b/docusign_esign/models/document_visibility_list.py index cc8eb260..98240ead 100644 --- a/docusign_esign/models/document_visibility_list.py +++ b/docusign_esign/models/document_visibility_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DocumentVisibilityList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_visibility=None): - """ - DocumentVisibilityList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_visibility': 'list[DocumentVisibility]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_visibility': 'list[DocumentVisibility]' + } - self.attribute_map = { - 'document_visibility': 'documentVisibility' - } + attribute_map = { + 'document_visibility': 'documentVisibility' + } - self._document_visibility = document_visibility + def __init__(self, document_visibility=None): # noqa: E501 + """DocumentVisibilityList - a model defined in Swagger""" # noqa: E501 + + self._document_visibility = None + self.discriminator = None + + if document_visibility is not None: + self.document_visibility = document_visibility @property def document_visibility(self): - """ - Gets the document_visibility of this DocumentVisibilityList. - + """Gets the document_visibility of this DocumentVisibilityList. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this DocumentVisibilityList. + :return: The document_visibility of this DocumentVisibilityList. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this DocumentVisibilityList. - + """Sets the document_visibility of this DocumentVisibilityList. - :param document_visibility: The document_visibility of this DocumentVisibilityList. + # noqa: E501 + + :param document_visibility: The document_visibility of this DocumentVisibilityList. # noqa: E501 :type: list[DocumentVisibility] """ self._document_visibility = document_visibility def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DocumentVisibilityList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DocumentVisibilityList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/downgrad_request_billing_info_response.py b/docusign_esign/models/downgrad_request_billing_info_response.py new file mode 100644 index 00000000..62fac7ff --- /dev/null +++ b/docusign_esign/models/downgrad_request_billing_info_response.py @@ -0,0 +1,143 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class DowngradRequestBillingInfoResponse(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'downgrade_plan_information': 'DowngradePlanUpdateResponse', + 'payment_method': 'str' + } + + attribute_map = { + 'downgrade_plan_information': 'downgradePlanInformation', + 'payment_method': 'paymentMethod' + } + + def __init__(self, downgrade_plan_information=None, payment_method=None): # noqa: E501 + """DowngradRequestBillingInfoResponse - a model defined in Swagger""" # noqa: E501 + + self._downgrade_plan_information = None + self._payment_method = None + self.discriminator = None + + if downgrade_plan_information is not None: + self.downgrade_plan_information = downgrade_plan_information + if payment_method is not None: + self.payment_method = payment_method + + @property + def downgrade_plan_information(self): + """Gets the downgrade_plan_information of this DowngradRequestBillingInfoResponse. # noqa: E501 + + + :return: The downgrade_plan_information of this DowngradRequestBillingInfoResponse. # noqa: E501 + :rtype: DowngradePlanUpdateResponse + """ + return self._downgrade_plan_information + + @downgrade_plan_information.setter + def downgrade_plan_information(self, downgrade_plan_information): + """Sets the downgrade_plan_information of this DowngradRequestBillingInfoResponse. + + + :param downgrade_plan_information: The downgrade_plan_information of this DowngradRequestBillingInfoResponse. # noqa: E501 + :type: DowngradePlanUpdateResponse + """ + + self._downgrade_plan_information = downgrade_plan_information + + @property + def payment_method(self): + """Gets the payment_method of this DowngradRequestBillingInfoResponse. # noqa: E501 + + # noqa: E501 + + :return: The payment_method of this DowngradRequestBillingInfoResponse. # noqa: E501 + :rtype: str + """ + return self._payment_method + + @payment_method.setter + def payment_method(self, payment_method): + """Sets the payment_method of this DowngradRequestBillingInfoResponse. + + # noqa: E501 + + :param payment_method: The payment_method of this DowngradRequestBillingInfoResponse. # noqa: E501 + :type: str + """ + + self._payment_method = payment_method + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(DowngradRequestBillingInfoResponse, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, DowngradRequestBillingInfoResponse): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/docusign_esign/models/downgrade_billing_plan_information.py b/docusign_esign/models/downgrade_billing_plan_information.py index a2d5334f..cdbf0e53 100644 --- a/docusign_esign/models/downgrade_billing_plan_information.py +++ b/docusign_esign/models/downgrade_billing_plan_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DowngradeBillingPlanInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, downgrade_event_type=None, plan_information=None): - """ - DowngradeBillingPlanInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'downgrade_event_type': 'str', - 'plan_information': 'PlanInformation' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'downgrade_event_type': 'str', + 'plan_information': 'PlanInformation' + } - self.attribute_map = { - 'downgrade_event_type': 'downgradeEventType', - 'plan_information': 'planInformation' - } + attribute_map = { + 'downgrade_event_type': 'downgradeEventType', + 'plan_information': 'planInformation' + } - self._downgrade_event_type = downgrade_event_type - self._plan_information = plan_information + def __init__(self, downgrade_event_type=None, plan_information=None): # noqa: E501 + """DowngradeBillingPlanInformation - a model defined in Swagger""" # noqa: E501 + + self._downgrade_event_type = None + self._plan_information = None + self.discriminator = None + + if downgrade_event_type is not None: + self.downgrade_event_type = downgrade_event_type + if plan_information is not None: + self.plan_information = plan_information @property def downgrade_event_type(self): - """ - Gets the downgrade_event_type of this DowngradeBillingPlanInformation. - + """Gets the downgrade_event_type of this DowngradeBillingPlanInformation. # noqa: E501 - :return: The downgrade_event_type of this DowngradeBillingPlanInformation. + # noqa: E501 + + :return: The downgrade_event_type of this DowngradeBillingPlanInformation. # noqa: E501 :rtype: str """ return self._downgrade_event_type @downgrade_event_type.setter def downgrade_event_type(self, downgrade_event_type): - """ - Sets the downgrade_event_type of this DowngradeBillingPlanInformation. - + """Sets the downgrade_event_type of this DowngradeBillingPlanInformation. + + # noqa: E501 - :param downgrade_event_type: The downgrade_event_type of this DowngradeBillingPlanInformation. + :param downgrade_event_type: The downgrade_event_type of this DowngradeBillingPlanInformation. # noqa: E501 :type: str """ @@ -68,32 +77,30 @@ def downgrade_event_type(self, downgrade_event_type): @property def plan_information(self): - """ - Gets the plan_information of this DowngradeBillingPlanInformation. + """Gets the plan_information of this DowngradeBillingPlanInformation. # noqa: E501 + - :return: The plan_information of this DowngradeBillingPlanInformation. + :return: The plan_information of this DowngradeBillingPlanInformation. # noqa: E501 :rtype: PlanInformation """ return self._plan_information @plan_information.setter def plan_information(self, plan_information): - """ - Sets the plan_information of this DowngradeBillingPlanInformation. + """Sets the plan_information of this DowngradeBillingPlanInformation. + - :param plan_information: The plan_information of this DowngradeBillingPlanInformation. + :param plan_information: The plan_information of this DowngradeBillingPlanInformation. # noqa: E501 :type: PlanInformation """ self._plan_information = plan_information def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -110,29 +117,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DowngradeBillingPlanInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DowngradeBillingPlanInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/downgrade_plan_update_response.py b/docusign_esign/models/downgrade_plan_update_response.py index 9956fd58..8a2ae963 100644 --- a/docusign_esign/models/downgrade_plan_update_response.py +++ b/docusign_esign/models/downgrade_plan_update_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class DowngradePlanUpdateResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_payment_method=None, downgrade_effective_date=None, downgrade_payment_cycle=None, downgrade_plan_id=None, downgrade_plan_name=None, downgrade_request_status=None, message=None): - """ - DowngradePlanUpdateResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_payment_method': 'str', - 'downgrade_effective_date': 'str', - 'downgrade_payment_cycle': 'str', - 'downgrade_plan_id': 'str', - 'downgrade_plan_name': 'str', - 'downgrade_request_status': 'str', - 'message': 'str' - } - - self.attribute_map = { - 'account_payment_method': 'accountPaymentMethod', - 'downgrade_effective_date': 'downgradeEffectiveDate', - 'downgrade_payment_cycle': 'downgradePaymentCycle', - 'downgrade_plan_id': 'downgradePlanId', - 'downgrade_plan_name': 'downgradePlanName', - 'downgrade_request_status': 'downgradeRequestStatus', - 'message': 'message' - } - - self._account_payment_method = account_payment_method - self._downgrade_effective_date = downgrade_effective_date - self._downgrade_payment_cycle = downgrade_payment_cycle - self._downgrade_plan_id = downgrade_plan_id - self._downgrade_plan_name = downgrade_plan_name - self._downgrade_request_status = downgrade_request_status - self._message = message + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_payment_method': 'str', + 'downgrade_effective_date': 'str', + 'downgrade_payment_cycle': 'str', + 'downgrade_plan_id': 'str', + 'downgrade_plan_name': 'str', + 'downgrade_request_status': 'str', + 'message': 'str' + } + + attribute_map = { + 'account_payment_method': 'accountPaymentMethod', + 'downgrade_effective_date': 'downgradeEffectiveDate', + 'downgrade_payment_cycle': 'downgradePaymentCycle', + 'downgrade_plan_id': 'downgradePlanId', + 'downgrade_plan_name': 'downgradePlanName', + 'downgrade_request_status': 'downgradeRequestStatus', + 'message': 'message' + } + + def __init__(self, account_payment_method=None, downgrade_effective_date=None, downgrade_payment_cycle=None, downgrade_plan_id=None, downgrade_plan_name=None, downgrade_request_status=None, message=None): # noqa: E501 + """DowngradePlanUpdateResponse - a model defined in Swagger""" # noqa: E501 + + self._account_payment_method = None + self._downgrade_effective_date = None + self._downgrade_payment_cycle = None + self._downgrade_plan_id = None + self._downgrade_plan_name = None + self._downgrade_request_status = None + self._message = None + self.discriminator = None + + if account_payment_method is not None: + self.account_payment_method = account_payment_method + if downgrade_effective_date is not None: + self.downgrade_effective_date = downgrade_effective_date + if downgrade_payment_cycle is not None: + self.downgrade_payment_cycle = downgrade_payment_cycle + if downgrade_plan_id is not None: + self.downgrade_plan_id = downgrade_plan_id + if downgrade_plan_name is not None: + self.downgrade_plan_name = downgrade_plan_name + if downgrade_request_status is not None: + self.downgrade_request_status = downgrade_request_status + if message is not None: + self.message = message @property def account_payment_method(self): - """ - Gets the account_payment_method of this DowngradePlanUpdateResponse. - + """Gets the account_payment_method of this DowngradePlanUpdateResponse. # noqa: E501 - :return: The account_payment_method of this DowngradePlanUpdateResponse. + # noqa: E501 + + :return: The account_payment_method of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._account_payment_method @account_payment_method.setter def account_payment_method(self, account_payment_method): - """ - Sets the account_payment_method of this DowngradePlanUpdateResponse. - + """Sets the account_payment_method of this DowngradePlanUpdateResponse. - :param account_payment_method: The account_payment_method of this DowngradePlanUpdateResponse. + # noqa: E501 + + :param account_payment_method: The account_payment_method of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def account_payment_method(self, account_payment_method): @property def downgrade_effective_date(self): - """ - Gets the downgrade_effective_date of this DowngradePlanUpdateResponse. - + """Gets the downgrade_effective_date of this DowngradePlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The downgrade_effective_date of this DowngradePlanUpdateResponse. + :return: The downgrade_effective_date of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._downgrade_effective_date @downgrade_effective_date.setter def downgrade_effective_date(self, downgrade_effective_date): - """ - Sets the downgrade_effective_date of this DowngradePlanUpdateResponse. - + """Sets the downgrade_effective_date of this DowngradePlanUpdateResponse. + + # noqa: E501 - :param downgrade_effective_date: The downgrade_effective_date of this DowngradePlanUpdateResponse. + :param downgrade_effective_date: The downgrade_effective_date of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def downgrade_effective_date(self, downgrade_effective_date): @property def downgrade_payment_cycle(self): - """ - Gets the downgrade_payment_cycle of this DowngradePlanUpdateResponse. - + """Gets the downgrade_payment_cycle of this DowngradePlanUpdateResponse. # noqa: E501 - :return: The downgrade_payment_cycle of this DowngradePlanUpdateResponse. + # noqa: E501 + + :return: The downgrade_payment_cycle of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._downgrade_payment_cycle @downgrade_payment_cycle.setter def downgrade_payment_cycle(self, downgrade_payment_cycle): - """ - Sets the downgrade_payment_cycle of this DowngradePlanUpdateResponse. - + """Sets the downgrade_payment_cycle of this DowngradePlanUpdateResponse. + + # noqa: E501 - :param downgrade_payment_cycle: The downgrade_payment_cycle of this DowngradePlanUpdateResponse. + :param downgrade_payment_cycle: The downgrade_payment_cycle of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def downgrade_payment_cycle(self, downgrade_payment_cycle): @property def downgrade_plan_id(self): - """ - Gets the downgrade_plan_id of this DowngradePlanUpdateResponse. - + """Gets the downgrade_plan_id of this DowngradePlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The downgrade_plan_id of this DowngradePlanUpdateResponse. + :return: The downgrade_plan_id of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._downgrade_plan_id @downgrade_plan_id.setter def downgrade_plan_id(self, downgrade_plan_id): - """ - Sets the downgrade_plan_id of this DowngradePlanUpdateResponse. - + """Sets the downgrade_plan_id of this DowngradePlanUpdateResponse. + + # noqa: E501 - :param downgrade_plan_id: The downgrade_plan_id of this DowngradePlanUpdateResponse. + :param downgrade_plan_id: The downgrade_plan_id of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def downgrade_plan_id(self, downgrade_plan_id): @property def downgrade_plan_name(self): - """ - Gets the downgrade_plan_name of this DowngradePlanUpdateResponse. - + """Gets the downgrade_plan_name of this DowngradePlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The downgrade_plan_name of this DowngradePlanUpdateResponse. + :return: The downgrade_plan_name of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._downgrade_plan_name @downgrade_plan_name.setter def downgrade_plan_name(self, downgrade_plan_name): - """ - Sets the downgrade_plan_name of this DowngradePlanUpdateResponse. - + """Sets the downgrade_plan_name of this DowngradePlanUpdateResponse. - :param downgrade_plan_name: The downgrade_plan_name of this DowngradePlanUpdateResponse. + # noqa: E501 + + :param downgrade_plan_name: The downgrade_plan_name of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def downgrade_plan_name(self, downgrade_plan_name): @property def downgrade_request_status(self): - """ - Gets the downgrade_request_status of this DowngradePlanUpdateResponse. - + """Gets the downgrade_request_status of this DowngradePlanUpdateResponse. # noqa: E501 - :return: The downgrade_request_status of this DowngradePlanUpdateResponse. + # noqa: E501 + + :return: The downgrade_request_status of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._downgrade_request_status @downgrade_request_status.setter def downgrade_request_status(self, downgrade_request_status): - """ - Sets the downgrade_request_status of this DowngradePlanUpdateResponse. - + """Sets the downgrade_request_status of this DowngradePlanUpdateResponse. - :param downgrade_request_status: The downgrade_request_status of this DowngradePlanUpdateResponse. + # noqa: E501 + + :param downgrade_request_status: The downgrade_request_status of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def downgrade_request_status(self, downgrade_request_status): @property def message(self): - """ - Gets the message of this DowngradePlanUpdateResponse. - + """Gets the message of this DowngradePlanUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The message of this DowngradePlanUpdateResponse. + :return: The message of this DowngradePlanUpdateResponse. # noqa: E501 :rtype: str """ return self._message @message.setter def message(self, message): - """ - Sets the message of this DowngradePlanUpdateResponse. - + """Sets the message of this DowngradePlanUpdateResponse. + + # noqa: E501 - :param message: The message of this DowngradePlanUpdateResponse. + :param message: The message of this DowngradePlanUpdateResponse. # noqa: E501 :type: str """ self._message = message def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(DowngradePlanUpdateResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, DowngradePlanUpdateResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/draw.py b/docusign_esign/models/draw.py index 0624a78a..f11a0ac2 100644 --- a/docusign_esign/models/draw.py +++ b/docusign_esign/models/draw.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,281 +11,440 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Draw(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_signer_upload=None, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, use_background_as_canvas=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Draw - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_signer_upload': 'str', - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'use_background_as_canvas': 'str', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'allow_signer_upload': 'allowSignerUpload', - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'use_background_as_canvas': 'useBackgroundAsCanvas', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._allow_signer_upload = allow_signer_upload - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._use_background_as_canvas = use_background_as_canvas - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_signer_upload': 'str', + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'use_background_as_canvas': 'str', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'allow_signer_upload': 'allowSignerUpload', + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'use_background_as_canvas': 'useBackgroundAsCanvas', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, allow_signer_upload=None, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, use_background_as_canvas=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Draw - a model defined in Swagger""" # noqa: E501 + + self._allow_signer_upload = None + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._use_background_as_canvas = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if allow_signer_upload is not None: + self.allow_signer_upload = allow_signer_upload + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if use_background_as_canvas is not None: + self.use_background_as_canvas = use_background_as_canvas + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def allow_signer_upload(self): - """ - Gets the allow_signer_upload of this Draw. - + """Gets the allow_signer_upload of this Draw. # noqa: E501 - :return: The allow_signer_upload of this Draw. + # noqa: E501 + + :return: The allow_signer_upload of this Draw. # noqa: E501 :rtype: str """ return self._allow_signer_upload @allow_signer_upload.setter def allow_signer_upload(self, allow_signer_upload): - """ - Sets the allow_signer_upload of this Draw. - + """Sets the allow_signer_upload of this Draw. + + # noqa: E501 - :param allow_signer_upload: The allow_signer_upload of this Draw. + :param allow_signer_upload: The allow_signer_upload of this Draw. # noqa: E501 :type: str """ @@ -293,22 +452,22 @@ def allow_signer_upload(self, allow_signer_upload): @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Draw. - + """Gets the anchor_allow_white_space_in_characters of this Draw. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Draw. + :return: The anchor_allow_white_space_in_characters of this Draw. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Draw. - + """Sets the anchor_allow_white_space_in_characters of this Draw. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Draw. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Draw. # noqa: E501 :type: str """ @@ -316,20 +475,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Draw. + """Gets the anchor_allow_white_space_in_characters_metadata of this Draw. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Draw. + :return: The anchor_allow_white_space_in_characters_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Draw. + """Sets the anchor_allow_white_space_in_characters_metadata of this Draw. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Draw. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -337,22 +496,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Draw. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Draw. # noqa: E501 - :return: The anchor_case_sensitive of this Draw. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Draw. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Draw. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Draw. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Draw. + :param anchor_case_sensitive: The anchor_case_sensitive of this Draw. # noqa: E501 :type: str """ @@ -360,20 +519,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Draw. + """Gets the anchor_case_sensitive_metadata of this Draw. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Draw. + :return: The anchor_case_sensitive_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Draw. + """Sets the anchor_case_sensitive_metadata of this Draw. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Draw. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -381,22 +540,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Draw. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Draw. # noqa: E501 - :return: The anchor_horizontal_alignment of this Draw. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this Draw. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Draw. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Draw. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Draw. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Draw. # noqa: E501 :type: str """ @@ -404,20 +563,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Draw. + """Gets the anchor_horizontal_alignment_metadata of this Draw. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Draw. + :return: The anchor_horizontal_alignment_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Draw. + """Sets the anchor_horizontal_alignment_metadata of this Draw. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Draw. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -425,22 +584,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Draw. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Draw. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Draw. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Draw. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Draw. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Draw. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Draw. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Draw. # noqa: E501 :type: str """ @@ -448,20 +607,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Draw. + """Gets the anchor_ignore_if_not_present_metadata of this Draw. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Draw. + :return: The anchor_ignore_if_not_present_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Draw. + """Sets the anchor_ignore_if_not_present_metadata of this Draw. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Draw. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -469,22 +628,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Draw. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Draw. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Draw. + :return: The anchor_match_whole_word of this Draw. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Draw. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Draw. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Draw. + :param anchor_match_whole_word: The anchor_match_whole_word of this Draw. # noqa: E501 :type: str """ @@ -492,20 +651,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Draw. + """Gets the anchor_match_whole_word_metadata of this Draw. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this Draw. + + :return: The anchor_match_whole_word_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Draw. + """Sets the anchor_match_whole_word_metadata of this Draw. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Draw. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -513,22 +672,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Draw. - Anchor text information for a radio button. + """Gets the anchor_string of this Draw. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Draw. + :return: The anchor_string of this Draw. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Draw. - Anchor text information for a radio button. + """Sets the anchor_string of this Draw. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Draw. + :param anchor_string: The anchor_string of this Draw. # noqa: E501 :type: str """ @@ -536,20 +695,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Draw. + """Gets the anchor_string_metadata of this Draw. # noqa: E501 + - :return: The anchor_string_metadata of this Draw. + :return: The anchor_string_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Draw. + """Sets the anchor_string_metadata of this Draw. - :param anchor_string_metadata: The anchor_string_metadata of this Draw. + + :param anchor_string_metadata: The anchor_string_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -557,22 +716,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Draw. - + """Gets the anchor_tab_processor_version of this Draw. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Draw. + :return: The anchor_tab_processor_version of this Draw. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Draw. - + """Sets the anchor_tab_processor_version of this Draw. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Draw. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Draw. # noqa: E501 :type: str """ @@ -580,20 +739,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Draw. + """Gets the anchor_tab_processor_version_metadata of this Draw. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this Draw. + + :return: The anchor_tab_processor_version_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Draw. + """Sets the anchor_tab_processor_version_metadata of this Draw. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Draw. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -601,22 +760,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Draw. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Draw. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Draw. + :return: The anchor_units of this Draw. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Draw. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Draw. - :param anchor_units: The anchor_units of this Draw. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Draw. # noqa: E501 :type: str """ @@ -624,20 +783,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Draw. + """Gets the anchor_units_metadata of this Draw. # noqa: E501 + - :return: The anchor_units_metadata of this Draw. + :return: The anchor_units_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Draw. + """Sets the anchor_units_metadata of this Draw. + - :param anchor_units_metadata: The anchor_units_metadata of this Draw. + :param anchor_units_metadata: The anchor_units_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -645,22 +804,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Draw. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Draw. # noqa: E501 - :return: The anchor_x_offset of this Draw. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this Draw. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Draw. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Draw. - :param anchor_x_offset: The anchor_x_offset of this Draw. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Draw. # noqa: E501 :type: str """ @@ -668,20 +827,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Draw. + """Gets the anchor_x_offset_metadata of this Draw. # noqa: E501 - :return: The anchor_x_offset_metadata of this Draw. + + :return: The anchor_x_offset_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Draw. + """Sets the anchor_x_offset_metadata of this Draw. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Draw. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -689,22 +848,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Draw. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Draw. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Draw. + :return: The anchor_y_offset of this Draw. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Draw. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Draw. - :param anchor_y_offset: The anchor_y_offset of this Draw. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Draw. # noqa: E501 :type: str """ @@ -712,20 +871,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Draw. + """Gets the anchor_y_offset_metadata of this Draw. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Draw. + :return: The anchor_y_offset_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Draw. + """Sets the anchor_y_offset_metadata of this Draw. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Draw. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -733,22 +892,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Draw. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Draw. # noqa: E501 - :return: The conditional_parent_label of this Draw. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this Draw. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Draw. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Draw. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Draw. + :param conditional_parent_label: The conditional_parent_label of this Draw. # noqa: E501 :type: str """ @@ -756,20 +915,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Draw. + """Gets the conditional_parent_label_metadata of this Draw. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Draw. + :return: The conditional_parent_label_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Draw. + """Sets the conditional_parent_label_metadata of this Draw. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Draw. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -777,22 +936,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Draw. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Draw. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Draw. + :return: The conditional_parent_value of this Draw. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Draw. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Draw. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Draw. + :param conditional_parent_value: The conditional_parent_value of this Draw. # noqa: E501 :type: str """ @@ -800,20 +959,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Draw. + """Gets the conditional_parent_value_metadata of this Draw. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Draw. + :return: The conditional_parent_value_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Draw. + """Sets the conditional_parent_value_metadata of this Draw. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Draw. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -821,22 +980,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Draw. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Draw. # noqa: E501 - :return: The custom_tab_id of this Draw. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this Draw. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Draw. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Draw. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Draw. + :param custom_tab_id: The custom_tab_id of this Draw. # noqa: E501 :type: str """ @@ -844,20 +1003,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Draw. + """Gets the custom_tab_id_metadata of this Draw. # noqa: E501 + - :return: The custom_tab_id_metadata of this Draw. + :return: The custom_tab_id_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Draw. + """Sets the custom_tab_id_metadata of this Draw. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Draw. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -865,22 +1024,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this Draw. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Draw. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Draw. + :return: The document_id of this Draw. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Draw. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Draw. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Draw. + :param document_id: The document_id of this Draw. # noqa: E501 :type: str """ @@ -888,20 +1047,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Draw. + """Gets the document_id_metadata of this Draw. # noqa: E501 - :return: The document_id_metadata of this Draw. + + :return: The document_id_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Draw. + """Sets the document_id_metadata of this Draw. + - :param document_id_metadata: The document_id_metadata of this Draw. + :param document_id_metadata: The document_id_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -909,20 +1068,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Draw. + """Gets the error_details of this Draw. # noqa: E501 + - :return: The error_details of this Draw. + :return: The error_details of this Draw. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Draw. + """Sets the error_details of this Draw. - :param error_details: The error_details of this Draw. + + :param error_details: The error_details of this Draw. # noqa: E501 :type: ErrorDetails """ @@ -930,22 +1089,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this Draw. - + """Gets the form_order of this Draw. # noqa: E501 - :return: The form_order of this Draw. + # noqa: E501 + + :return: The form_order of this Draw. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Draw. - + """Sets the form_order of this Draw. - :param form_order: The form_order of this Draw. + # noqa: E501 + + :param form_order: The form_order of this Draw. # noqa: E501 :type: str """ @@ -953,20 +1112,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Draw. + """Gets the form_order_metadata of this Draw. # noqa: E501 + - :return: The form_order_metadata of this Draw. + :return: The form_order_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Draw. + """Sets the form_order_metadata of this Draw. + - :param form_order_metadata: The form_order_metadata of this Draw. + :param form_order_metadata: The form_order_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -974,22 +1133,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Draw. - + """Gets the form_page_label of this Draw. # noqa: E501 - :return: The form_page_label of this Draw. + # noqa: E501 + + :return: The form_page_label of this Draw. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Draw. - + """Sets the form_page_label of this Draw. + + # noqa: E501 - :param form_page_label: The form_page_label of this Draw. + :param form_page_label: The form_page_label of this Draw. # noqa: E501 :type: str """ @@ -997,20 +1156,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Draw. + """Gets the form_page_label_metadata of this Draw. # noqa: E501 + - :return: The form_page_label_metadata of this Draw. + :return: The form_page_label_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Draw. + """Sets the form_page_label_metadata of this Draw. - :param form_page_label_metadata: The form_page_label_metadata of this Draw. + + :param form_page_label_metadata: The form_page_label_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1018,22 +1177,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Draw. - + """Gets the form_page_number of this Draw. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Draw. + :return: The form_page_number of this Draw. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Draw. - + """Sets the form_page_number of this Draw. + + # noqa: E501 - :param form_page_number: The form_page_number of this Draw. + :param form_page_number: The form_page_number of this Draw. # noqa: E501 :type: str """ @@ -1041,20 +1200,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Draw. + """Gets the form_page_number_metadata of this Draw. # noqa: E501 - :return: The form_page_number_metadata of this Draw. + + :return: The form_page_number_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Draw. + """Sets the form_page_number_metadata of this Draw. + - :param form_page_number_metadata: The form_page_number_metadata of this Draw. + :param form_page_number_metadata: The form_page_number_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1062,22 +1221,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Draw. - Height of the tab in pixels. + """Gets the height of this Draw. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Draw. + :return: The height of this Draw. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Draw. - Height of the tab in pixels. + """Sets the height of this Draw. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Draw. + :param height: The height of this Draw. # noqa: E501 :type: str """ @@ -1085,20 +1244,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Draw. + """Gets the height_metadata of this Draw. # noqa: E501 + - :return: The height_metadata of this Draw. + :return: The height_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Draw. + """Sets the height_metadata of this Draw. - :param height_metadata: The height_metadata of this Draw. + + :param height_metadata: The height_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1106,22 +1265,22 @@ def height_metadata(self, height_metadata): @property def locked(self): - """ - Gets the locked of this Draw. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Draw. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this Draw. + :return: The locked of this Draw. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Draw. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Draw. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this Draw. + :param locked: The locked of this Draw. # noqa: E501 :type: str """ @@ -1129,20 +1288,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Draw. + """Gets the locked_metadata of this Draw. # noqa: E501 - :return: The locked_metadata of this Draw. + + :return: The locked_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Draw. + """Sets the locked_metadata of this Draw. + - :param locked_metadata: The locked_metadata of this Draw. + :param locked_metadata: The locked_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1150,20 +1309,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Draw. + """Gets the merge_field of this Draw. # noqa: E501 + - :return: The merge_field of this Draw. + :return: The merge_field of this Draw. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Draw. + """Sets the merge_field of this Draw. - :param merge_field: The merge_field of this Draw. + + :param merge_field: The merge_field of this Draw. # noqa: E501 :type: MergeField """ @@ -1171,22 +1330,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Draw. - + """Gets the merge_field_xml of this Draw. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Draw. + :return: The merge_field_xml of this Draw. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Draw. - + """Sets the merge_field_xml of this Draw. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Draw. + :param merge_field_xml: The merge_field_xml of this Draw. # noqa: E501 :type: str """ @@ -1194,22 +1353,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this Draw. - Specifies the page number on which the tab is located. + """Gets the page_number of this Draw. # noqa: E501 - :return: The page_number of this Draw. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Draw. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Draw. - Specifies the page number on which the tab is located. + """Sets the page_number of this Draw. - :param page_number: The page_number of this Draw. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Draw. # noqa: E501 :type: str """ @@ -1217,20 +1376,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Draw. + """Gets the page_number_metadata of this Draw. # noqa: E501 - :return: The page_number_metadata of this Draw. + + :return: The page_number_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Draw. + """Sets the page_number_metadata of this Draw. + - :param page_number_metadata: The page_number_metadata of this Draw. + :param page_number_metadata: The page_number_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1238,22 +1397,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Draw. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Draw. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Draw. + :return: The recipient_id of this Draw. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Draw. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Draw. - :param recipient_id: The recipient_id of this Draw. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Draw. # noqa: E501 :type: str """ @@ -1261,22 +1420,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Draw. - + """Gets the recipient_id_guid of this Draw. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Draw. + :return: The recipient_id_guid of this Draw. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Draw. - + """Sets the recipient_id_guid of this Draw. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Draw. + :param recipient_id_guid: The recipient_id_guid of this Draw. # noqa: E501 :type: str """ @@ -1284,20 +1443,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Draw. + """Gets the recipient_id_guid_metadata of this Draw. # noqa: E501 - :return: The recipient_id_guid_metadata of this Draw. + + :return: The recipient_id_guid_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Draw. + """Sets the recipient_id_guid_metadata of this Draw. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Draw. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1305,20 +1464,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Draw. + """Gets the recipient_id_metadata of this Draw. # noqa: E501 + - :return: The recipient_id_metadata of this Draw. + :return: The recipient_id_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Draw. + """Sets the recipient_id_metadata of this Draw. - :param recipient_id_metadata: The recipient_id_metadata of this Draw. + + :param recipient_id_metadata: The recipient_id_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1326,22 +1485,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this Draw. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Draw. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this Draw. + :return: The required of this Draw. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Draw. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Draw. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this Draw. + :param required: The required of this Draw. # noqa: E501 :type: str """ @@ -1349,20 +1508,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Draw. + """Gets the required_metadata of this Draw. # noqa: E501 + - :return: The required_metadata of this Draw. + :return: The required_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Draw. + """Sets the required_metadata of this Draw. + - :param required_metadata: The required_metadata of this Draw. + :param required_metadata: The required_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1370,22 +1529,22 @@ def required_metadata(self, required_metadata): @property def shared(self): - """ - Gets the shared of this Draw. - When set to **true**, this custom tab is shared. + """Gets the shared of this Draw. # noqa: E501 - :return: The shared of this Draw. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Draw. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Draw. - When set to **true**, this custom tab is shared. + """Sets the shared of this Draw. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this Draw. + :param shared: The shared of this Draw. # noqa: E501 :type: str """ @@ -1393,20 +1552,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Draw. + """Gets the shared_metadata of this Draw. # noqa: E501 + - :return: The shared_metadata of this Draw. + :return: The shared_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Draw. + """Sets the shared_metadata of this Draw. - :param shared_metadata: The shared_metadata of this Draw. + + :param shared_metadata: The shared_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1414,20 +1573,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Draw. + """Gets the smart_contract_information of this Draw. # noqa: E501 + - :return: The smart_contract_information of this Draw. + :return: The smart_contract_information of this Draw. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Draw. + """Sets the smart_contract_information of this Draw. + - :param smart_contract_information: The smart_contract_information of this Draw. + :param smart_contract_information: The smart_contract_information of this Draw. # noqa: E501 :type: SmartContractInformation """ @@ -1435,22 +1594,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Draw. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Draw. # noqa: E501 - :return: The status of this Draw. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Draw. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Draw. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Draw. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Draw. + :param status: The status of this Draw. # noqa: E501 :type: str """ @@ -1458,20 +1617,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Draw. + """Gets the status_metadata of this Draw. # noqa: E501 + - :return: The status_metadata of this Draw. + :return: The status_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Draw. + """Sets the status_metadata of this Draw. - :param status_metadata: The status_metadata of this Draw. + + :param status_metadata: The status_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1479,22 +1638,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Draw. - + """Gets the tab_group_labels of this Draw. # noqa: E501 - :return: The tab_group_labels of this Draw. + # noqa: E501 + + :return: The tab_group_labels of this Draw. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Draw. - + """Sets the tab_group_labels of this Draw. - :param tab_group_labels: The tab_group_labels of this Draw. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Draw. # noqa: E501 :type: list[str] """ @@ -1502,20 +1661,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Draw. + """Gets the tab_group_labels_metadata of this Draw. # noqa: E501 + - :return: The tab_group_labels_metadata of this Draw. + :return: The tab_group_labels_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Draw. + """Sets the tab_group_labels_metadata of this Draw. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Draw. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1523,22 +1682,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Draw. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Draw. # noqa: E501 - :return: The tab_id of this Draw. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Draw. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Draw. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Draw. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Draw. + :param tab_id: The tab_id of this Draw. # noqa: E501 :type: str """ @@ -1546,20 +1705,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Draw. + """Gets the tab_id_metadata of this Draw. # noqa: E501 + - :return: The tab_id_metadata of this Draw. + :return: The tab_id_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Draw. + """Sets the tab_id_metadata of this Draw. - :param tab_id_metadata: The tab_id_metadata of this Draw. + + :param tab_id_metadata: The tab_id_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1567,20 +1726,20 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Draw. + """Gets the tab_label_metadata of this Draw. # noqa: E501 + - :return: The tab_label_metadata of this Draw. + :return: The tab_label_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Draw. + """Sets the tab_label_metadata of this Draw. + - :param tab_label_metadata: The tab_label_metadata of this Draw. + :param tab_label_metadata: The tab_label_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1588,22 +1747,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Draw. - + """Gets the tab_order of this Draw. # noqa: E501 - :return: The tab_order of this Draw. + # noqa: E501 + + :return: The tab_order of this Draw. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Draw. - + """Sets the tab_order of this Draw. + + # noqa: E501 - :param tab_order: The tab_order of this Draw. + :param tab_order: The tab_order of this Draw. # noqa: E501 :type: str """ @@ -1611,20 +1770,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Draw. + """Gets the tab_order_metadata of this Draw. # noqa: E501 + - :return: The tab_order_metadata of this Draw. + :return: The tab_order_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Draw. + """Sets the tab_order_metadata of this Draw. + - :param tab_order_metadata: The tab_order_metadata of this Draw. + :param tab_order_metadata: The tab_order_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1632,22 +1791,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Draw. - + """Gets the tab_type of this Draw. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Draw. + :return: The tab_type of this Draw. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Draw. - + """Sets the tab_type of this Draw. - :param tab_type: The tab_type of this Draw. + # noqa: E501 + + :param tab_type: The tab_type of this Draw. # noqa: E501 :type: str """ @@ -1655,20 +1814,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Draw. + """Gets the tab_type_metadata of this Draw. # noqa: E501 + - :return: The tab_type_metadata of this Draw. + :return: The tab_type_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Draw. + """Sets the tab_type_metadata of this Draw. + - :param tab_type_metadata: The tab_type_metadata of this Draw. + :param tab_type_metadata: The tab_type_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1676,22 +1835,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Draw. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Draw. # noqa: E501 - :return: The template_locked of this Draw. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Draw. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Draw. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Draw. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Draw. + :param template_locked: The template_locked of this Draw. # noqa: E501 :type: str """ @@ -1699,20 +1858,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Draw. + """Gets the template_locked_metadata of this Draw. # noqa: E501 + - :return: The template_locked_metadata of this Draw. + :return: The template_locked_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Draw. + """Sets the template_locked_metadata of this Draw. - :param template_locked_metadata: The template_locked_metadata of this Draw. + + :param template_locked_metadata: The template_locked_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1720,22 +1879,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Draw. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Draw. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Draw. + :return: The template_required of this Draw. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Draw. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Draw. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Draw. + :param template_required: The template_required of this Draw. # noqa: E501 :type: str """ @@ -1743,20 +1902,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Draw. + """Gets the template_required_metadata of this Draw. # noqa: E501 - :return: The template_required_metadata of this Draw. + + :return: The template_required_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Draw. + """Sets the template_required_metadata of this Draw. - :param template_required_metadata: The template_required_metadata of this Draw. + + :param template_required_metadata: The template_required_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1764,22 +1923,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Draw. - + """Gets the tooltip of this Draw. # noqa: E501 - :return: The tooltip of this Draw. + # noqa: E501 + + :return: The tooltip of this Draw. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Draw. - + """Sets the tooltip of this Draw. + + # noqa: E501 - :param tooltip: The tooltip of this Draw. + :param tooltip: The tooltip of this Draw. # noqa: E501 :type: str """ @@ -1787,20 +1946,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Draw. + """Gets the tool_tip_metadata of this Draw. # noqa: E501 + - :return: The tool_tip_metadata of this Draw. + :return: The tool_tip_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Draw. + """Sets the tool_tip_metadata of this Draw. - :param tool_tip_metadata: The tool_tip_metadata of this Draw. + + :param tool_tip_metadata: The tool_tip_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1808,22 +1967,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def use_background_as_canvas(self): - """ - Gets the use_background_as_canvas of this Draw. - + """Gets the use_background_as_canvas of this Draw. # noqa: E501 + + # noqa: E501 - :return: The use_background_as_canvas of this Draw. + :return: The use_background_as_canvas of this Draw. # noqa: E501 :rtype: str """ return self._use_background_as_canvas @use_background_as_canvas.setter def use_background_as_canvas(self, use_background_as_canvas): - """ - Sets the use_background_as_canvas of this Draw. - + """Sets the use_background_as_canvas of this Draw. + + # noqa: E501 - :param use_background_as_canvas: The use_background_as_canvas of this Draw. + :param use_background_as_canvas: The use_background_as_canvas of this Draw. # noqa: E501 :type: str """ @@ -1831,22 +1990,22 @@ def use_background_as_canvas(self, use_background_as_canvas): @property def width(self): - """ - Gets the width of this Draw. - Width of the tab in pixels. + """Gets the width of this Draw. # noqa: E501 - :return: The width of this Draw. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Draw. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Draw. - Width of the tab in pixels. + """Sets the width of this Draw. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Draw. + :param width: The width of this Draw. # noqa: E501 :type: str """ @@ -1854,20 +2013,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Draw. + """Gets the width_metadata of this Draw. # noqa: E501 + - :return: The width_metadata of this Draw. + :return: The width_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Draw. + """Sets the width_metadata of this Draw. - :param width_metadata: The width_metadata of this Draw. + + :param width_metadata: The width_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1875,22 +2034,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Draw. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Draw. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this Draw. + :return: The x_position of this Draw. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Draw. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Draw. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Draw. + :param x_position: The x_position of this Draw. # noqa: E501 :type: str """ @@ -1898,20 +2057,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Draw. + """Gets the x_position_metadata of this Draw. # noqa: E501 + - :return: The x_position_metadata of this Draw. + :return: The x_position_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Draw. + """Sets the x_position_metadata of this Draw. + - :param x_position_metadata: The x_position_metadata of this Draw. + :param x_position_metadata: The x_position_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ @@ -1919,22 +2078,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Draw. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Draw. # noqa: E501 - :return: The y_position of this Draw. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Draw. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Draw. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Draw. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Draw. + :param y_position: The y_position of this Draw. # noqa: E501 :type: str """ @@ -1942,32 +2101,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Draw. + """Gets the y_position_metadata of this Draw. # noqa: E501 + - :return: The y_position_metadata of this Draw. + :return: The y_position_metadata of this Draw. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Draw. + """Sets the y_position_metadata of this Draw. - :param y_position_metadata: The y_position_metadata of this Draw. + + :param y_position_metadata: The y_position_metadata of this Draw. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1984,29 +2141,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Draw, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Draw): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/e_note_configuration.py b/docusign_esign/models/e_note_configuration.py index 22f616fd..14b73a6a 100644 --- a/docusign_esign/models/e_note_configuration.py +++ b/docusign_esign/models/e_note_configuration.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ENoteConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, connect_configured=None, e_note_configured=None, organization=None, password=None, user_name=None): - """ - ENoteConfiguration - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'connect_configured': 'str', - 'e_note_configured': 'str', - 'organization': 'str', - 'password': 'str', - 'user_name': 'str' - } - - self.attribute_map = { - 'connect_configured': 'connectConfigured', - 'e_note_configured': 'eNoteConfigured', - 'organization': 'organization', - 'password': 'password', - 'user_name': 'userName' - } - self._connect_configured = connect_configured - self._e_note_configured = e_note_configured - self._organization = organization - self._password = password - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'connect_configured': 'str', + 'e_note_configured': 'str', + 'organization': 'str', + 'password': 'str', + 'user_name': 'str' + } + + attribute_map = { + 'connect_configured': 'connectConfigured', + 'e_note_configured': 'eNoteConfigured', + 'organization': 'organization', + 'password': 'password', + 'user_name': 'userName' + } + + def __init__(self, connect_configured=None, e_note_configured=None, organization=None, password=None, user_name=None): # noqa: E501 + """ENoteConfiguration - a model defined in Swagger""" # noqa: E501 + + self._connect_configured = None + self._e_note_configured = None + self._organization = None + self._password = None + self._user_name = None + self.discriminator = None + + if connect_configured is not None: + self.connect_configured = connect_configured + if e_note_configured is not None: + self.e_note_configured = e_note_configured + if organization is not None: + self.organization = organization + if password is not None: + self.password = password + if user_name is not None: + self.user_name = user_name @property def connect_configured(self): - """ - Gets the connect_configured of this ENoteConfiguration. - + """Gets the connect_configured of this ENoteConfiguration. # noqa: E501 - :return: The connect_configured of this ENoteConfiguration. + # noqa: E501 + + :return: The connect_configured of this ENoteConfiguration. # noqa: E501 :rtype: str """ return self._connect_configured @connect_configured.setter def connect_configured(self, connect_configured): - """ - Sets the connect_configured of this ENoteConfiguration. - + """Sets the connect_configured of this ENoteConfiguration. + + # noqa: E501 - :param connect_configured: The connect_configured of this ENoteConfiguration. + :param connect_configured: The connect_configured of this ENoteConfiguration. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def connect_configured(self, connect_configured): @property def e_note_configured(self): - """ - Gets the e_note_configured of this ENoteConfiguration. - + """Gets the e_note_configured of this ENoteConfiguration. # noqa: E501 + + # noqa: E501 - :return: The e_note_configured of this ENoteConfiguration. + :return: The e_note_configured of this ENoteConfiguration. # noqa: E501 :rtype: str """ return self._e_note_configured @e_note_configured.setter def e_note_configured(self, e_note_configured): - """ - Sets the e_note_configured of this ENoteConfiguration. - + """Sets the e_note_configured of this ENoteConfiguration. - :param e_note_configured: The e_note_configured of this ENoteConfiguration. + # noqa: E501 + + :param e_note_configured: The e_note_configured of this ENoteConfiguration. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def e_note_configured(self, e_note_configured): @property def organization(self): - """ - Gets the organization of this ENoteConfiguration. - + """Gets the organization of this ENoteConfiguration. # noqa: E501 - :return: The organization of this ENoteConfiguration. + # noqa: E501 + + :return: The organization of this ENoteConfiguration. # noqa: E501 :rtype: str """ return self._organization @organization.setter def organization(self, organization): - """ - Sets the organization of this ENoteConfiguration. - + """Sets the organization of this ENoteConfiguration. + + # noqa: E501 - :param organization: The organization of this ENoteConfiguration. + :param organization: The organization of this ENoteConfiguration. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def organization(self, organization): @property def password(self): - """ - Gets the password of this ENoteConfiguration. - + """Gets the password of this ENoteConfiguration. # noqa: E501 + + # noqa: E501 - :return: The password of this ENoteConfiguration. + :return: The password of this ENoteConfiguration. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this ENoteConfiguration. - + """Sets the password of this ENoteConfiguration. - :param password: The password of this ENoteConfiguration. + # noqa: E501 + + :param password: The password of this ENoteConfiguration. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def password(self, password): @property def user_name(self): - """ - Gets the user_name of this ENoteConfiguration. - + """Gets the user_name of this ENoteConfiguration. # noqa: E501 + + # noqa: E501 - :return: The user_name of this ENoteConfiguration. + :return: The user_name of this ENoteConfiguration. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this ENoteConfiguration. - + """Sets the user_name of this ENoteConfiguration. + + # noqa: E501 - :param user_name: The user_name of this ENoteConfiguration. + :param user_name: The user_name of this ENoteConfiguration. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ENoteConfiguration, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ENoteConfiguration): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/editor.py b/docusign_esign/models/editor.py index 9d67750a..a3243133 100644 --- a/docusign_esign/models/editor.py +++ b/docusign_esign/models/editor.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,248 +11,400 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Editor(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - Editor - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """Editor - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this Editor. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this Editor. # noqa: E501 - :return: The access_code of this Editor. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this Editor. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this Editor. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this Editor. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this Editor. + :param access_code: The access_code of this Editor. # noqa: E501 :type: str """ @@ -260,20 +412,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this Editor. + """Gets the access_code_metadata of this Editor. # noqa: E501 + - :return: The access_code_metadata of this Editor. + :return: The access_code_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this Editor. + """Sets the access_code_metadata of this Editor. - :param access_code_metadata: The access_code_metadata of this Editor. + + :param access_code_metadata: The access_code_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -281,45 +433,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this Editor. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this Editor. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this Editor. + :return: The add_access_code_to_email of this Editor. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this Editor. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this Editor. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this Editor. + :param add_access_code_to_email: The add_access_code_to_email of this Editor. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def allow_system_override_for_locked_recipient(self): + def additional_notifications(self): + """Gets the additional_notifications of this Editor. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Editor. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Editor. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Editor. # noqa: E501 + :type: list[RecipientAdditionalNotification] """ - Gets the allow_system_override_for_locked_recipient of this Editor. - - :return: The allow_system_override_for_locked_recipient of this Editor. + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this Editor. # noqa: E501 + + + :return: The additional_notifications_metadata of this Editor. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this Editor. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this Editor. # noqa: E501 + :type: PropertyMetadata + """ + + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def allow_system_override_for_locked_recipient(self): + """Gets the allow_system_override_for_locked_recipient of this Editor. # noqa: E501 + + # noqa: E501 + + :return: The allow_system_override_for_locked_recipient of this Editor. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this Editor. - + """Sets the allow_system_override_for_locked_recipient of this Editor. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Editor. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Editor. # noqa: E501 :type: str """ @@ -327,22 +523,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this Editor. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this Editor. # noqa: E501 - :return: The client_user_id of this Editor. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this Editor. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this Editor. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this Editor. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this Editor. + :param client_user_id: The client_user_id of this Editor. # noqa: E501 :type: str """ @@ -350,22 +546,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this Editor. - + """Gets the completed_count of this Editor. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this Editor. + :return: The completed_count of this Editor. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this Editor. - + """Sets the completed_count of this Editor. - :param completed_count: The completed_count of this Editor. + # noqa: E501 + + :param completed_count: The completed_count of this Editor. # noqa: E501 :type: str """ @@ -373,22 +569,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this Editor. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this Editor. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this Editor. + :return: The custom_fields of this Editor. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Editor. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this Editor. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this Editor. + :param custom_fields: The custom_fields of this Editor. # noqa: E501 :type: list[str] """ @@ -396,22 +592,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Editor. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Editor. # noqa: E501 - :return: The declined_date_time of this Editor. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Editor. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Editor. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Editor. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this Editor. + :param declined_date_time: The declined_date_time of this Editor. # noqa: E501 :type: str """ @@ -419,22 +615,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this Editor. - The reason the recipient declined the document. + """Gets the declined_reason of this Editor. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The declined_reason of this Editor. + :return: The declined_reason of this Editor. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this Editor. - The reason the recipient declined the document. + """Sets the declined_reason of this Editor. - :param declined_reason: The declined_reason of this Editor. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this Editor. # noqa: E501 :type: str """ @@ -442,22 +638,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Editor. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Editor. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this Editor. + :return: The delivered_date_time of this Editor. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Editor. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Editor. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this Editor. + :param delivered_date_time: The delivered_date_time of this Editor. # noqa: E501 :type: str """ @@ -465,22 +661,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this Editor. - Reserved: For DocuSign use only. + """Gets the delivery_method of this Editor. # noqa: E501 - :return: The delivery_method of this Editor. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this Editor. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this Editor. - Reserved: For DocuSign use only. + """Sets the delivery_method of this Editor. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this Editor. + :param delivery_method: The delivery_method of this Editor. # noqa: E501 :type: str """ @@ -488,20 +684,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this Editor. + """Gets the delivery_method_metadata of this Editor. # noqa: E501 + - :return: The delivery_method_metadata of this Editor. + :return: The delivery_method_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this Editor. + """Sets the delivery_method_metadata of this Editor. - :param delivery_method_metadata: The delivery_method_metadata of this Editor. + + :param delivery_method_metadata: The delivery_method_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -509,22 +705,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this Editor. - + """Gets the designator_id of this Editor. # noqa: E501 - :return: The designator_id of this Editor. + # noqa: E501 + + :return: The designator_id of this Editor. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this Editor. - + """Sets the designator_id of this Editor. + + # noqa: E501 - :param designator_id: The designator_id of this Editor. + :param designator_id: The designator_id of this Editor. # noqa: E501 :type: str """ @@ -532,22 +728,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this Editor. - + """Gets the designator_id_guid of this Editor. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this Editor. + :return: The designator_id_guid of this Editor. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this Editor. - + """Sets the designator_id_guid of this Editor. - :param designator_id_guid: The designator_id_guid of this Editor. + # noqa: E501 + + :param designator_id_guid: The designator_id_guid of this Editor. # noqa: E501 :type: str """ @@ -555,22 +751,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this Editor. - + """Gets the document_visibility of this Editor. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this Editor. + :return: The document_visibility of this Editor. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this Editor. - + """Sets the document_visibility of this Editor. + + # noqa: E501 - :param document_visibility: The document_visibility of this Editor. + :param document_visibility: The document_visibility of this Editor. # noqa: E501 :type: list[DocumentVisibility] """ @@ -578,22 +774,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this Editor. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Gets the email of this Editor. # noqa: E501 - :return: The email of this Editor. + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 + + :return: The email of this Editor. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this Editor. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Sets the email of this Editor. + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :param email: The email of this Editor. + :param email: The email of this Editor. # noqa: E501 :type: str """ @@ -601,20 +797,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this Editor. + """Gets the email_metadata of this Editor. # noqa: E501 + - :return: The email_metadata of this Editor. + :return: The email_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this Editor. + """Sets the email_metadata of this Editor. - :param email_metadata: The email_metadata of this Editor. + + :param email_metadata: The email_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -622,20 +818,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this Editor. + """Gets the email_notification of this Editor. # noqa: E501 + - :return: The email_notification of this Editor. + :return: The email_notification of this Editor. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this Editor. + """Sets the email_notification of this Editor. + - :param email_notification: The email_notification of this Editor. + :param email_notification: The email_notification of this Editor. # noqa: E501 :type: RecipientEmailNotification """ @@ -643,22 +839,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this Editor. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this Editor. # noqa: E501 - :return: The embedded_recipient_start_url of this Editor. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this Editor. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this Editor. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this Editor. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this Editor. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Editor. # noqa: E501 :type: str """ @@ -666,20 +862,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this Editor. + """Gets the error_details of this Editor. # noqa: E501 + - :return: The error_details of this Editor. + :return: The error_details of this Editor. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Editor. + """Sets the error_details of this Editor. - :param error_details: The error_details of this Editor. + + :param error_details: The error_details of this Editor. # noqa: E501 :type: ErrorDetails """ @@ -687,22 +883,22 @@ def error_details(self, error_details): @property def fax_number(self): - """ - Gets the fax_number of this Editor. - Reserved: + """Gets the fax_number of this Editor. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this Editor. + :return: The fax_number of this Editor. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this Editor. - Reserved: + """Sets the fax_number of this Editor. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this Editor. + :param fax_number: The fax_number of this Editor. # noqa: E501 :type: str """ @@ -710,20 +906,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this Editor. + """Gets the fax_number_metadata of this Editor. # noqa: E501 - :return: The fax_number_metadata of this Editor. + + :return: The fax_number_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this Editor. + """Sets the fax_number_metadata of this Editor. + - :param fax_number_metadata: The fax_number_metadata of this Editor. + :param fax_number_metadata: The fax_number_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -731,22 +927,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this Editor. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this Editor. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this Editor. + :return: The first_name of this Editor. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this Editor. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this Editor. - :param first_name: The first_name of this Editor. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :param first_name: The first_name of this Editor. # noqa: E501 :type: str """ @@ -754,20 +950,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this Editor. + """Gets the first_name_metadata of this Editor. # noqa: E501 + - :return: The first_name_metadata of this Editor. + :return: The first_name_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this Editor. + """Sets the first_name_metadata of this Editor. + - :param first_name_metadata: The first_name_metadata of this Editor. + :param first_name_metadata: The first_name_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -775,22 +971,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this Editor. - + """Gets the full_name of this Editor. # noqa: E501 + + # noqa: E501 - :return: The full_name of this Editor. + :return: The full_name of this Editor. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this Editor. - + """Sets the full_name of this Editor. - :param full_name: The full_name of this Editor. + # noqa: E501 + + :param full_name: The full_name of this Editor. # noqa: E501 :type: str """ @@ -798,20 +994,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this Editor. + """Gets the full_name_metadata of this Editor. # noqa: E501 + - :return: The full_name_metadata of this Editor. + :return: The full_name_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this Editor. + """Sets the full_name_metadata of this Editor. + - :param full_name_metadata: The full_name_metadata of this Editor. + :param full_name_metadata: The full_name_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -819,22 +1015,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this Editor. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this Editor. # noqa: E501 - :return: The id_check_configuration_name of this Editor. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :return: The id_check_configuration_name of this Editor. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this Editor. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this Editor. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this Editor. + :param id_check_configuration_name: The id_check_configuration_name of this Editor. # noqa: E501 :type: str """ @@ -842,20 +1038,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this Editor. + """Gets the id_check_configuration_name_metadata of this Editor. # noqa: E501 + - :return: The id_check_configuration_name_metadata of this Editor. + :return: The id_check_configuration_name_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this Editor. + """Sets the id_check_configuration_name_metadata of this Editor. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Editor. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -863,43 +1059,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this Editor. + """Gets the id_check_information_input of this Editor. # noqa: E501 + - :return: The id_check_information_input of this Editor. + :return: The id_check_information_input of this Editor. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this Editor. + """Sets the id_check_information_input of this Editor. + - :param id_check_information_input: The id_check_information_input of this Editor. + :param id_check_information_input: The id_check_information_input of this Editor. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this Editor. # noqa: E501 + + + :return: The identity_verification of this Editor. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this Editor. + + + :param identity_verification: The identity_verification of this Editor. # noqa: E501 + :type: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this Editor. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. - :return: The inherit_email_notification_configuration of this Editor. + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this Editor. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this Editor. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this Editor. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this Editor. - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Editor. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Editor. # noqa: E501 :type: str """ @@ -907,22 +1124,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def last_name(self): - """ - Gets the last_name of this Editor. - + """Gets the last_name of this Editor. # noqa: E501 + + # noqa: E501 - :return: The last_name of this Editor. + :return: The last_name of this Editor. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this Editor. - + """Sets the last_name of this Editor. + + # noqa: E501 - :param last_name: The last_name of this Editor. + :param last_name: The last_name of this Editor. # noqa: E501 :type: str """ @@ -930,20 +1147,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this Editor. + """Gets the last_name_metadata of this Editor. # noqa: E501 - :return: The last_name_metadata of this Editor. + + :return: The last_name_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this Editor. + """Sets the last_name_metadata of this Editor. + - :param last_name_metadata: The last_name_metadata of this Editor. + :param last_name_metadata: The last_name_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -951,22 +1168,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this Editor. - + """Gets the locked_recipient_phone_auth_editable of this Editor. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this Editor. + :return: The locked_recipient_phone_auth_editable of this Editor. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this Editor. - + """Sets the locked_recipient_phone_auth_editable of this Editor. - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Editor. + # noqa: E501 + + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Editor. # noqa: E501 :type: str """ @@ -974,22 +1191,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this Editor. - + """Gets the locked_recipient_sms_editable of this Editor. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this Editor. + :return: The locked_recipient_sms_editable of this Editor. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this Editor. - + """Sets the locked_recipient_sms_editable of this Editor. + + # noqa: E501 - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Editor. + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Editor. # noqa: E501 :type: str """ @@ -997,22 +1214,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this Editor. - legal name of the recipient. Maximum Length: 100 characters. + """Gets the name of this Editor. # noqa: E501 - :return: The name of this Editor. + legal name of the recipient. Maximum Length: 100 characters. # noqa: E501 + + :return: The name of this Editor. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Editor. - legal name of the recipient. Maximum Length: 100 characters. + """Sets the name of this Editor. + + legal name of the recipient. Maximum Length: 100 characters. # noqa: E501 - :param name: The name of this Editor. + :param name: The name of this Editor. # noqa: E501 :type: str """ @@ -1020,20 +1237,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Editor. + """Gets the name_metadata of this Editor. # noqa: E501 + - :return: The name_metadata of this Editor. + :return: The name_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Editor. + """Sets the name_metadata of this Editor. - :param name_metadata: The name_metadata of this Editor. + + :param name_metadata: The name_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1041,22 +1258,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this Editor. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this Editor. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this Editor. + :return: The note of this Editor. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this Editor. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this Editor. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this Editor. + :param note: The note of this Editor. # noqa: E501 :type: str """ @@ -1064,20 +1281,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this Editor. + """Gets the note_metadata of this Editor. # noqa: E501 - :return: The note_metadata of this Editor. + + :return: The note_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this Editor. + """Sets the note_metadata of this Editor. + - :param note_metadata: The note_metadata of this Editor. + :param note_metadata: The note_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1085,20 +1302,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this Editor. + """Gets the phone_authentication of this Editor. # noqa: E501 + - :return: The phone_authentication of this Editor. + :return: The phone_authentication of this Editor. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this Editor. + """Sets the phone_authentication of this Editor. - :param phone_authentication: The phone_authentication of this Editor. + + :param phone_authentication: The phone_authentication of this Editor. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1106,22 +1323,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this Editor. - Reserved: + """Gets the recipient_attachments of this Editor. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this Editor. + :return: The recipient_attachments of this Editor. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this Editor. - Reserved: + """Sets the recipient_attachments of this Editor. + + Reserved: # noqa: E501 - :param recipient_attachments: The recipient_attachments of this Editor. + :param recipient_attachments: The recipient_attachments of this Editor. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1129,20 +1346,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this Editor. + """Gets the recipient_authentication_status of this Editor. # noqa: E501 - :return: The recipient_authentication_status of this Editor. + + :return: The recipient_authentication_status of this Editor. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this Editor. + """Sets the recipient_authentication_status of this Editor. + - :param recipient_authentication_status: The recipient_authentication_status of this Editor. + :param recipient_authentication_status: The recipient_authentication_status of this Editor. # noqa: E501 :type: AuthenticationStatus """ @@ -1150,22 +1367,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this Editor. - + """Gets the recipient_feature_metadata of this Editor. # noqa: E501 + + # noqa: E501 - :return: The recipient_feature_metadata of this Editor. + :return: The recipient_feature_metadata of this Editor. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this Editor. - + """Sets the recipient_feature_metadata of this Editor. - :param recipient_feature_metadata: The recipient_feature_metadata of this Editor. + # noqa: E501 + + :param recipient_feature_metadata: The recipient_feature_metadata of this Editor. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1173,22 +1390,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Editor. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Editor. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Editor. + :return: The recipient_id of this Editor. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Editor. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Editor. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Editor. + :param recipient_id: The recipient_id of this Editor. # noqa: E501 :type: str """ @@ -1196,22 +1413,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Editor. - + """Gets the recipient_id_guid of this Editor. # noqa: E501 - :return: The recipient_id_guid of this Editor. + # noqa: E501 + + :return: The recipient_id_guid of this Editor. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Editor. - + """Sets the recipient_id_guid of this Editor. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Editor. + :param recipient_id_guid: The recipient_id_guid of this Editor. # noqa: E501 :type: str """ @@ -1219,22 +1436,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this Editor. - + """Gets the recipient_type of this Editor. # noqa: E501 + + # noqa: E501 - :return: The recipient_type of this Editor. + :return: The recipient_type of this Editor. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this Editor. - + """Sets the recipient_type of this Editor. - :param recipient_type: The recipient_type of this Editor. + # noqa: E501 + + :param recipient_type: The recipient_type of this Editor. # noqa: E501 :type: str """ @@ -1242,20 +1459,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this Editor. + """Gets the recipient_type_metadata of this Editor. # noqa: E501 - :return: The recipient_type_metadata of this Editor. + + :return: The recipient_type_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this Editor. + """Sets the recipient_type_metadata of this Editor. + - :param recipient_type_metadata: The recipient_type_metadata of this Editor. + :param recipient_type_metadata: The recipient_type_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1263,22 +1480,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this Editor. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this Editor. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this Editor. + :return: The require_id_lookup of this Editor. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this Editor. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this Editor. - :param require_id_lookup: The require_id_lookup of this Editor. + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :param require_id_lookup: The require_id_lookup of this Editor. # noqa: E501 :type: str """ @@ -1286,20 +1503,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this Editor. + """Gets the require_id_lookup_metadata of this Editor. # noqa: E501 + - :return: The require_id_lookup_metadata of this Editor. + :return: The require_id_lookup_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this Editor. + """Sets the require_id_lookup_metadata of this Editor. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this Editor. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1307,22 +1524,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this Editor. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this Editor. # noqa: E501 - :return: The role_name of this Editor. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this Editor. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this Editor. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this Editor. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this Editor. + :param role_name: The role_name of this Editor. # noqa: E501 :type: str """ @@ -1330,22 +1547,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this Editor. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this Editor. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this Editor. + :return: The routing_order of this Editor. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this Editor. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this Editor. - :param routing_order: The routing_order of this Editor. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this Editor. # noqa: E501 :type: str """ @@ -1353,20 +1570,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this Editor. + """Gets the routing_order_metadata of this Editor. # noqa: E501 + - :return: The routing_order_metadata of this Editor. + :return: The routing_order_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this Editor. + """Sets the routing_order_metadata of this Editor. + - :param routing_order_metadata: The routing_order_metadata of this Editor. + :param routing_order_metadata: The routing_order_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1374,22 +1591,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Editor. - The date and time the envelope was sent. + """Gets the sent_date_time of this Editor. # noqa: E501 - :return: The sent_date_time of this Editor. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this Editor. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Editor. - The date and time the envelope was sent. + """Sets the sent_date_time of this Editor. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this Editor. + :param sent_date_time: The sent_date_time of this Editor. # noqa: E501 :type: str """ @@ -1397,22 +1614,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this Editor. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this Editor. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this Editor. + :return: The signed_date_time of this Editor. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this Editor. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this Editor. - :param signed_date_time: The signed_date_time of this Editor. + Reserved: For DocuSign use only. # noqa: E501 + + :param signed_date_time: The signed_date_time of this Editor. # noqa: E501 :type: str """ @@ -1420,22 +1637,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Editor. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Editor. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :return: The signing_group_id of this Editor. + :return: The signing_group_id of this Editor. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Editor. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Editor. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this Editor. + :param signing_group_id: The signing_group_id of this Editor. # noqa: E501 :type: str """ @@ -1443,20 +1660,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this Editor. + """Gets the signing_group_id_metadata of this Editor. # noqa: E501 - :return: The signing_group_id_metadata of this Editor. + + :return: The signing_group_id_metadata of this Editor. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this Editor. + """Sets the signing_group_id_metadata of this Editor. + - :param signing_group_id_metadata: The signing_group_id_metadata of this Editor. + :param signing_group_id_metadata: The signing_group_id_metadata of this Editor. # noqa: E501 :type: PropertyMetadata """ @@ -1464,22 +1681,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Editor. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Editor. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Editor. + :return: The signing_group_name of this Editor. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Editor. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Editor. - :param signing_group_name: The signing_group_name of this Editor. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :param signing_group_name: The signing_group_name of this Editor. # noqa: E501 :type: str """ @@ -1487,22 +1704,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this Editor. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this Editor. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this Editor. + :return: The signing_group_users of this Editor. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this Editor. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this Editor. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this Editor. + :param signing_group_users: The signing_group_users of this Editor. # noqa: E501 :type: list[UserInfo] """ @@ -1510,20 +1727,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this Editor. + """Gets the sms_authentication of this Editor. # noqa: E501 + - :return: The sms_authentication of this Editor. + :return: The sms_authentication of this Editor. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this Editor. + """Sets the sms_authentication of this Editor. - :param sms_authentication: The sms_authentication of this Editor. + + :param sms_authentication: The sms_authentication of this Editor. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1531,22 +1748,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this Editor. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this Editor. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this Editor. + :return: The social_authentications of this Editor. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this Editor. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this Editor. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this Editor. + :param social_authentications: The social_authentications of this Editor. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1554,22 +1771,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this Editor. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Editor. # noqa: E501 - :return: The status of this Editor. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Editor. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Editor. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Editor. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Editor. + :param status: The status of this Editor. # noqa: E501 :type: str """ @@ -1577,22 +1794,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this Editor. - + """Gets the status_code of this Editor. # noqa: E501 + + # noqa: E501 - :return: The status_code of this Editor. + :return: The status_code of this Editor. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this Editor. - + """Sets the status_code of this Editor. - :param status_code: The status_code of this Editor. + # noqa: E501 + + :param status_code: The status_code of this Editor. # noqa: E501 :type: str """ @@ -1600,22 +1817,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this Editor. - + """Gets the suppress_emails of this Editor. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this Editor. + :return: The suppress_emails of this Editor. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this Editor. - + """Sets the suppress_emails of this Editor. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this Editor. + :param suppress_emails: The suppress_emails of this Editor. # noqa: E501 :type: str """ @@ -1623,22 +1840,22 @@ def suppress_emails(self, suppress_emails): @property def template_locked(self): - """ - Gets the template_locked of this Editor. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Editor. # noqa: E501 - :return: The template_locked of this Editor. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Editor. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Editor. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Editor. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Editor. + :param template_locked: The template_locked of this Editor. # noqa: E501 :type: str """ @@ -1646,22 +1863,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Editor. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Editor. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Editor. + :return: The template_required of this Editor. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Editor. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Editor. - :param template_required: The template_required of this Editor. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Editor. # noqa: E501 :type: str """ @@ -1669,22 +1886,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this Editor. - + """Gets the total_tab_count of this Editor. # noqa: E501 + + # noqa: E501 - :return: The total_tab_count of this Editor. + :return: The total_tab_count of this Editor. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this Editor. - + """Sets the total_tab_count of this Editor. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this Editor. + :param total_tab_count: The total_tab_count of this Editor. # noqa: E501 :type: str """ @@ -1692,34 +1909,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this Editor. - + """Gets the user_id of this Editor. # noqa: E501 - :return: The user_id of this Editor. + # noqa: E501 + + :return: The user_id of this Editor. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this Editor. - + """Sets the user_id of this Editor. + + # noqa: E501 - :param user_id: The user_id of this Editor. + :param user_id: The user_id of this Editor. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1736,29 +1951,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Editor, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Editor): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/email.py b/docusign_esign/models/email.py index 0598b619..5c727a9e 100644 --- a/docusign_esign/models/email.py +++ b/docusign_esign/models/email.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,383 +11,610 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Email(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Email - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Email - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Email. - + """Gets the anchor_allow_white_space_in_characters of this Email. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Email. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Email. - + """Sets the anchor_allow_white_space_in_characters of this Email. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Email. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Email. # noqa: E501 :type: str """ @@ -395,20 +622,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Email. + """Gets the anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Email. + :return: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Email. + """Sets the anchor_allow_white_space_in_characters_metadata of this Email. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Email. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -416,22 +643,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Email. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Email. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Email. + :return: The anchor_case_sensitive of this Email. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Email. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Email. - :param anchor_case_sensitive: The anchor_case_sensitive of this Email. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this Email. # noqa: E501 :type: str """ @@ -439,20 +666,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Email. + """Gets the anchor_case_sensitive_metadata of this Email. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this Email. + + :return: The anchor_case_sensitive_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Email. + """Sets the anchor_case_sensitive_metadata of this Email. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Email. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -460,22 +687,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Email. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Email. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Email. + :return: The anchor_horizontal_alignment of this Email. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Email. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Email. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Email. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Email. # noqa: E501 :type: str """ @@ -483,20 +710,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Email. + """Gets the anchor_horizontal_alignment_metadata of this Email. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this Email. + + :return: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Email. + """Sets the anchor_horizontal_alignment_metadata of this Email. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Email. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -504,22 +731,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Email. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Email. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Email. + :return: The anchor_ignore_if_not_present of this Email. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Email. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Email. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Email. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Email. # noqa: E501 :type: str """ @@ -527,20 +754,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Email. + """Gets the anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Email. + :return: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Email. + """Sets the anchor_ignore_if_not_present_metadata of this Email. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Email. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -548,22 +775,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Email. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Email. # noqa: E501 - :return: The anchor_match_whole_word of this Email. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Email. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Email. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Email. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Email. + :param anchor_match_whole_word: The anchor_match_whole_word of this Email. # noqa: E501 :type: str """ @@ -571,20 +798,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Email. + """Gets the anchor_match_whole_word_metadata of this Email. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Email. + :return: The anchor_match_whole_word_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Email. + """Sets the anchor_match_whole_word_metadata of this Email. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Email. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -592,22 +819,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Email. - Anchor text information for a radio button. + """Gets the anchor_string of this Email. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Email. + :return: The anchor_string of this Email. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Email. - Anchor text information for a radio button. + """Sets the anchor_string of this Email. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Email. + :param anchor_string: The anchor_string of this Email. # noqa: E501 :type: str """ @@ -615,20 +842,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Email. + """Gets the anchor_string_metadata of this Email. # noqa: E501 - :return: The anchor_string_metadata of this Email. + + :return: The anchor_string_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Email. + """Sets the anchor_string_metadata of this Email. - :param anchor_string_metadata: The anchor_string_metadata of this Email. + + :param anchor_string_metadata: The anchor_string_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -636,22 +863,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Email. - + """Gets the anchor_tab_processor_version of this Email. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Email. + :return: The anchor_tab_processor_version of this Email. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Email. - + """Sets the anchor_tab_processor_version of this Email. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Email. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Email. # noqa: E501 :type: str """ @@ -659,20 +886,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Email. + """Gets the anchor_tab_processor_version_metadata of this Email. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Email. + :return: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Email. + """Sets the anchor_tab_processor_version_metadata of this Email. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Email. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -680,22 +907,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Email. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Email. # noqa: E501 - :return: The anchor_units of this Email. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Email. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Email. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Email. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Email. + :param anchor_units: The anchor_units of this Email. # noqa: E501 :type: str """ @@ -703,20 +930,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Email. + """Gets the anchor_units_metadata of this Email. # noqa: E501 + - :return: The anchor_units_metadata of this Email. + :return: The anchor_units_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Email. + """Sets the anchor_units_metadata of this Email. + - :param anchor_units_metadata: The anchor_units_metadata of this Email. + :param anchor_units_metadata: The anchor_units_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -724,22 +951,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Email. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Email. # noqa: E501 - :return: The anchor_x_offset of this Email. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this Email. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Email. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Email. - :param anchor_x_offset: The anchor_x_offset of this Email. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Email. # noqa: E501 :type: str """ @@ -747,20 +974,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Email. + """Gets the anchor_x_offset_metadata of this Email. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Email. + :return: The anchor_x_offset_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Email. + """Sets the anchor_x_offset_metadata of this Email. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Email. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -768,22 +995,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Email. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Email. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Email. + :return: The anchor_y_offset of this Email. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Email. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Email. - :param anchor_y_offset: The anchor_y_offset of this Email. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Email. # noqa: E501 :type: str """ @@ -791,20 +1018,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Email. + """Gets the anchor_y_offset_metadata of this Email. # noqa: E501 - :return: The anchor_y_offset_metadata of this Email. + + :return: The anchor_y_offset_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Email. + """Sets the anchor_y_offset_metadata of this Email. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Email. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -812,22 +1039,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Email. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Email. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Email. + :return: The bold of this Email. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Email. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Email. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Email. + :param bold: The bold of this Email. # noqa: E501 :type: str """ @@ -835,20 +1062,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Email. + """Gets the bold_metadata of this Email. # noqa: E501 - :return: The bold_metadata of this Email. + + :return: The bold_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Email. + """Sets the bold_metadata of this Email. - :param bold_metadata: The bold_metadata of this Email. + + :param bold_metadata: The bold_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -856,22 +1083,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Email. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Email. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Email. + :return: The conceal_value_on_document of this Email. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Email. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Email. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Email. + :param conceal_value_on_document: The conceal_value_on_document of this Email. # noqa: E501 :type: str """ @@ -879,20 +1106,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Email. + """Gets the conceal_value_on_document_metadata of this Email. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this Email. + :return: The conceal_value_on_document_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Email. + """Sets the conceal_value_on_document_metadata of this Email. - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Email. + + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -900,22 +1127,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Email. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Email. # noqa: E501 - :return: The conditional_parent_label of this Email. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this Email. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Email. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Email. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Email. + :param conditional_parent_label: The conditional_parent_label of this Email. # noqa: E501 :type: str """ @@ -923,20 +1150,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Email. + """Gets the conditional_parent_label_metadata of this Email. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Email. + :return: The conditional_parent_label_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Email. + """Sets the conditional_parent_label_metadata of this Email. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Email. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -944,22 +1171,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Email. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Email. # noqa: E501 - :return: The conditional_parent_value of this Email. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this Email. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Email. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Email. - :param conditional_parent_value: The conditional_parent_value of this Email. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this Email. # noqa: E501 :type: str """ @@ -967,20 +1194,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Email. + """Gets the conditional_parent_value_metadata of this Email. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Email. + :return: The conditional_parent_value_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Email. + """Sets the conditional_parent_value_metadata of this Email. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Email. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -988,22 +1215,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Email. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Email. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Email. + :return: The custom_tab_id of this Email. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Email. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Email. - :param custom_tab_id: The custom_tab_id of this Email. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this Email. # noqa: E501 :type: str """ @@ -1011,20 +1238,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Email. + """Gets the custom_tab_id_metadata of this Email. # noqa: E501 - :return: The custom_tab_id_metadata of this Email. + + :return: The custom_tab_id_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Email. + """Sets the custom_tab_id_metadata of this Email. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Email. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1032,22 +1259,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Email. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Email. # noqa: E501 - :return: The disable_auto_size of this Email. + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :return: The disable_auto_size of this Email. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Email. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Email. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Email. + :param disable_auto_size: The disable_auto_size of this Email. # noqa: E501 :type: str """ @@ -1055,20 +1282,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Email. + """Gets the disable_auto_size_metadata of this Email. # noqa: E501 + - :return: The disable_auto_size_metadata of this Email. + :return: The disable_auto_size_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Email. + """Sets the disable_auto_size_metadata of this Email. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Email. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1076,22 +1303,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Email. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Email. # noqa: E501 - :return: The document_id of this Email. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this Email. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Email. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Email. - :param document_id: The document_id of this Email. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this Email. # noqa: E501 :type: str """ @@ -1099,20 +1326,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Email. + """Gets the document_id_metadata of this Email. # noqa: E501 + - :return: The document_id_metadata of this Email. + :return: The document_id_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Email. + """Sets the document_id_metadata of this Email. + - :param document_id_metadata: The document_id_metadata of this Email. + :param document_id_metadata: The document_id_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1120,20 +1347,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Email. + """Gets the error_details of this Email. # noqa: E501 + - :return: The error_details of this Email. + :return: The error_details of this Email. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Email. + """Sets the error_details of this Email. - :param error_details: The error_details of this Email. + + :param error_details: The error_details of this Email. # noqa: E501 :type: ErrorDetails """ @@ -1141,22 +1368,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Email. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Email. # noqa: E501 - :return: The font of this Email. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Email. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Email. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Email. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Email. + :param font: The font of this Email. # noqa: E501 :type: str """ @@ -1164,22 +1391,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Email. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Email. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Email. + :return: The font_color of this Email. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Email. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Email. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Email. + :param font_color: The font_color of this Email. # noqa: E501 :type: str """ @@ -1187,20 +1414,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Email. + """Gets the font_color_metadata of this Email. # noqa: E501 - :return: The font_color_metadata of this Email. + + :return: The font_color_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Email. + """Sets the font_color_metadata of this Email. - :param font_color_metadata: The font_color_metadata of this Email. + + :param font_color_metadata: The font_color_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1208,20 +1435,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Email. + """Gets the font_metadata of this Email. # noqa: E501 + - :return: The font_metadata of this Email. + :return: The font_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Email. + """Sets the font_metadata of this Email. + - :param font_metadata: The font_metadata of this Email. + :param font_metadata: The font_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1229,22 +1456,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Email. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Email. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Email. + :return: The font_size of this Email. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Email. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Email. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Email. + :param font_size: The font_size of this Email. # noqa: E501 :type: str """ @@ -1252,20 +1479,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Email. + """Gets the font_size_metadata of this Email. # noqa: E501 + - :return: The font_size_metadata of this Email. + :return: The font_size_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Email. + """Sets the font_size_metadata of this Email. - :param font_size_metadata: The font_size_metadata of this Email. + + :param font_size_metadata: The font_size_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1273,22 +1500,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Email. - + """Gets the form_order of this Email. # noqa: E501 - :return: The form_order of this Email. + # noqa: E501 + + :return: The form_order of this Email. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Email. - + """Sets the form_order of this Email. + + # noqa: E501 - :param form_order: The form_order of this Email. + :param form_order: The form_order of this Email. # noqa: E501 :type: str """ @@ -1296,20 +1523,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Email. + """Gets the form_order_metadata of this Email. # noqa: E501 + - :return: The form_order_metadata of this Email. + :return: The form_order_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Email. + """Sets the form_order_metadata of this Email. + - :param form_order_metadata: The form_order_metadata of this Email. + :param form_order_metadata: The form_order_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1317,22 +1544,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Email. - + """Gets the form_page_label of this Email. # noqa: E501 - :return: The form_page_label of this Email. + # noqa: E501 + + :return: The form_page_label of this Email. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Email. - + """Sets the form_page_label of this Email. - :param form_page_label: The form_page_label of this Email. + # noqa: E501 + + :param form_page_label: The form_page_label of this Email. # noqa: E501 :type: str """ @@ -1340,20 +1567,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Email. + """Gets the form_page_label_metadata of this Email. # noqa: E501 + - :return: The form_page_label_metadata of this Email. + :return: The form_page_label_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Email. + """Sets the form_page_label_metadata of this Email. + - :param form_page_label_metadata: The form_page_label_metadata of this Email. + :param form_page_label_metadata: The form_page_label_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1361,22 +1588,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Email. - + """Gets the form_page_number of this Email. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Email. + :return: The form_page_number of this Email. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Email. - + """Sets the form_page_number of this Email. - :param form_page_number: The form_page_number of this Email. + # noqa: E501 + + :param form_page_number: The form_page_number of this Email. # noqa: E501 :type: str """ @@ -1384,20 +1611,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Email. + """Gets the form_page_number_metadata of this Email. # noqa: E501 - :return: The form_page_number_metadata of this Email. + + :return: The form_page_number_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Email. + """Sets the form_page_number_metadata of this Email. + - :param form_page_number_metadata: The form_page_number_metadata of this Email. + :param form_page_number_metadata: The form_page_number_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1405,22 +1632,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Email. - Height of the tab in pixels. + """Gets the height of this Email. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Email. + :return: The height of this Email. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Email. - Height of the tab in pixels. + """Sets the height of this Email. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Email. + :param height: The height of this Email. # noqa: E501 :type: str """ @@ -1428,20 +1655,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Email. + """Gets the height_metadata of this Email. # noqa: E501 - :return: The height_metadata of this Email. + + :return: The height_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Email. + """Sets the height_metadata of this Email. - :param height_metadata: The height_metadata of this Email. + + :param height_metadata: The height_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1449,22 +1676,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Email. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Email. # noqa: E501 - :return: The italic of this Email. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Email. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Email. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Email. - :param italic: The italic of this Email. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Email. # noqa: E501 :type: str """ @@ -1472,20 +1699,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Email. + """Gets the italic_metadata of this Email. # noqa: E501 - :return: The italic_metadata of this Email. + + :return: The italic_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Email. + """Sets the italic_metadata of this Email. - :param italic_metadata: The italic_metadata of this Email. + + :param italic_metadata: The italic_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1493,20 +1720,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Email. + """Gets the locale_policy of this Email. # noqa: E501 - :return: The locale_policy of this Email. + + :return: The locale_policy of this Email. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Email. + """Sets the locale_policy of this Email. - :param locale_policy: The locale_policy of this Email. + + :param locale_policy: The locale_policy of this Email. # noqa: E501 :type: LocalePolicyTab """ @@ -1514,22 +1741,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Email. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Email. # noqa: E501 - :return: The locked of this Email. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Email. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Email. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Email. - :param locked: The locked of this Email. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Email. # noqa: E501 :type: str """ @@ -1537,20 +1764,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Email. + """Gets the locked_metadata of this Email. # noqa: E501 - :return: The locked_metadata of this Email. + + :return: The locked_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Email. + """Sets the locked_metadata of this Email. - :param locked_metadata: The locked_metadata of this Email. + + :param locked_metadata: The locked_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1558,22 +1785,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Email. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Email. # noqa: E501 - :return: The max_length of this Email. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this Email. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Email. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Email. - :param max_length: The max_length of this Email. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this Email. # noqa: E501 :type: str """ @@ -1581,20 +1808,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Email. + """Gets the max_length_metadata of this Email. # noqa: E501 - :return: The max_length_metadata of this Email. + + :return: The max_length_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Email. + """Sets the max_length_metadata of this Email. - :param max_length_metadata: The max_length_metadata of this Email. + + :param max_length_metadata: The max_length_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1602,20 +1829,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Email. + """Gets the merge_field of this Email. # noqa: E501 - :return: The merge_field of this Email. + + :return: The merge_field of this Email. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Email. + """Sets the merge_field of this Email. - :param merge_field: The merge_field of this Email. + + :param merge_field: The merge_field of this Email. # noqa: E501 :type: MergeField """ @@ -1623,22 +1850,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Email. - + """Gets the merge_field_xml of this Email. # noqa: E501 - :return: The merge_field_xml of this Email. + # noqa: E501 + + :return: The merge_field_xml of this Email. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Email. - + """Sets the merge_field_xml of this Email. - :param merge_field_xml: The merge_field_xml of this Email. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Email. # noqa: E501 :type: str """ @@ -1646,22 +1873,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Email. - + """Gets the name of this Email. # noqa: E501 - :return: The name of this Email. + # noqa: E501 + + :return: The name of this Email. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Email. - + """Sets the name of this Email. - :param name: The name of this Email. + # noqa: E501 + + :param name: The name of this Email. # noqa: E501 :type: str """ @@ -1669,20 +1896,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Email. + """Gets the name_metadata of this Email. # noqa: E501 - :return: The name_metadata of this Email. + + :return: The name_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Email. + """Sets the name_metadata of this Email. - :param name_metadata: The name_metadata of this Email. + + :param name_metadata: The name_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1690,22 +1917,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Email. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Email. # noqa: E501 - :return: The original_value of this Email. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this Email. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Email. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Email. - :param original_value: The original_value of this Email. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this Email. # noqa: E501 :type: str """ @@ -1713,20 +1940,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Email. + """Gets the original_value_metadata of this Email. # noqa: E501 - :return: The original_value_metadata of this Email. + + :return: The original_value_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Email. + """Sets the original_value_metadata of this Email. - :param original_value_metadata: The original_value_metadata of this Email. + + :param original_value_metadata: The original_value_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1734,22 +1961,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Email. - Specifies the page number on which the tab is located. + """Gets the page_number of this Email. # noqa: E501 - :return: The page_number of this Email. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Email. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Email. - Specifies the page number on which the tab is located. + """Sets the page_number of this Email. - :param page_number: The page_number of this Email. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Email. # noqa: E501 :type: str """ @@ -1757,20 +1984,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Email. + """Gets the page_number_metadata of this Email. # noqa: E501 - :return: The page_number_metadata of this Email. + + :return: The page_number_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Email. + """Sets the page_number_metadata of this Email. - :param page_number_metadata: The page_number_metadata of this Email. + + :param page_number_metadata: The page_number_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1778,22 +2005,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Email. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Email. # noqa: E501 - :return: The recipient_id of this Email. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Email. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Email. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Email. - :param recipient_id: The recipient_id of this Email. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Email. # noqa: E501 :type: str """ @@ -1801,22 +2028,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Email. - + """Gets the recipient_id_guid of this Email. # noqa: E501 - :return: The recipient_id_guid of this Email. + # noqa: E501 + + :return: The recipient_id_guid of this Email. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Email. - + """Sets the recipient_id_guid of this Email. - :param recipient_id_guid: The recipient_id_guid of this Email. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Email. # noqa: E501 :type: str """ @@ -1824,20 +2051,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Email. + """Gets the recipient_id_guid_metadata of this Email. # noqa: E501 - :return: The recipient_id_guid_metadata of this Email. + + :return: The recipient_id_guid_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Email. + """Sets the recipient_id_guid_metadata of this Email. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Email. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1845,20 +2072,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Email. + """Gets the recipient_id_metadata of this Email. # noqa: E501 - :return: The recipient_id_metadata of this Email. + + :return: The recipient_id_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Email. + """Sets the recipient_id_metadata of this Email. - :param recipient_id_metadata: The recipient_id_metadata of this Email. + + :param recipient_id_metadata: The recipient_id_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1866,22 +2093,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this Email. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this Email. # noqa: E501 - :return: The require_all of this Email. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this Email. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this Email. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this Email. - :param require_all: The require_all of this Email. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this Email. # noqa: E501 :type: str """ @@ -1889,20 +2116,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this Email. + """Gets the require_all_metadata of this Email. # noqa: E501 - :return: The require_all_metadata of this Email. + + :return: The require_all_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this Email. + """Sets the require_all_metadata of this Email. - :param require_all_metadata: The require_all_metadata of this Email. + + :param require_all_metadata: The require_all_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1910,22 +2137,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this Email. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Email. # noqa: E501 - :return: The required of this Email. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Email. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Email. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Email. - :param required: The required of this Email. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Email. # noqa: E501 :type: str """ @@ -1933,20 +2160,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Email. + """Gets the required_metadata of this Email. # noqa: E501 - :return: The required_metadata of this Email. + + :return: The required_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Email. + """Sets the required_metadata of this Email. - :param required_metadata: The required_metadata of this Email. + + :param required_metadata: The required_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1954,22 +2181,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Email. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Email. # noqa: E501 - :return: The require_initial_on_shared_change of this Email. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this Email. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Email. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Email. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Email. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Email. # noqa: E501 :type: str """ @@ -1977,20 +2204,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Email. + """Gets the require_initial_on_shared_change_metadata of this Email. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this Email. + + :return: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Email. + """Sets the require_initial_on_shared_change_metadata of this Email. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Email. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -1998,22 +2225,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this Email. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this Email. # noqa: E501 - :return: The sender_required of this Email. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this Email. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this Email. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this Email. - :param sender_required: The sender_required of this Email. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this Email. # noqa: E501 :type: str """ @@ -2021,20 +2248,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this Email. + """Gets the sender_required_metadata of this Email. # noqa: E501 - :return: The sender_required_metadata of this Email. + + :return: The sender_required_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this Email. + """Sets the sender_required_metadata of this Email. - :param sender_required_metadata: The sender_required_metadata of this Email. + + :param sender_required_metadata: The sender_required_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2042,22 +2269,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this Email. - When set to **true**, this custom tab is shared. + """Gets the shared of this Email. # noqa: E501 - :return: The shared of this Email. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Email. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Email. - When set to **true**, this custom tab is shared. + """Sets the shared of this Email. - :param shared: The shared of this Email. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Email. # noqa: E501 :type: str """ @@ -2065,20 +2292,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Email. + """Gets the shared_metadata of this Email. # noqa: E501 - :return: The shared_metadata of this Email. + + :return: The shared_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Email. + """Sets the shared_metadata of this Email. - :param shared_metadata: The shared_metadata of this Email. + + :param shared_metadata: The shared_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2086,20 +2313,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Email. + """Gets the smart_contract_information of this Email. # noqa: E501 - :return: The smart_contract_information of this Email. + + :return: The smart_contract_information of this Email. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Email. + """Sets the smart_contract_information of this Email. - :param smart_contract_information: The smart_contract_information of this Email. + + :param smart_contract_information: The smart_contract_information of this Email. # noqa: E501 :type: SmartContractInformation """ @@ -2107,22 +2334,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Email. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Email. # noqa: E501 - :return: The status of this Email. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Email. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Email. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Email. - :param status: The status of this Email. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Email. # noqa: E501 :type: str """ @@ -2130,20 +2357,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Email. + """Gets the status_metadata of this Email. # noqa: E501 - :return: The status_metadata of this Email. + + :return: The status_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Email. + """Sets the status_metadata of this Email. - :param status_metadata: The status_metadata of this Email. + + :param status_metadata: The status_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2151,22 +2378,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Email. - + """Gets the tab_group_labels of this Email. # noqa: E501 - :return: The tab_group_labels of this Email. + # noqa: E501 + + :return: The tab_group_labels of this Email. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Email. - + """Sets the tab_group_labels of this Email. - :param tab_group_labels: The tab_group_labels of this Email. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Email. # noqa: E501 :type: list[str] """ @@ -2174,20 +2401,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Email. + """Gets the tab_group_labels_metadata of this Email. # noqa: E501 - :return: The tab_group_labels_metadata of this Email. + + :return: The tab_group_labels_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Email. + """Sets the tab_group_labels_metadata of this Email. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Email. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2195,22 +2422,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Email. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Email. # noqa: E501 - :return: The tab_id of this Email. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Email. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Email. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Email. - :param tab_id: The tab_id of this Email. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Email. # noqa: E501 :type: str """ @@ -2218,20 +2445,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Email. + """Gets the tab_id_metadata of this Email. # noqa: E501 - :return: The tab_id_metadata of this Email. + + :return: The tab_id_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Email. + """Sets the tab_id_metadata of this Email. - :param tab_id_metadata: The tab_id_metadata of this Email. + + :param tab_id_metadata: The tab_id_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2239,22 +2466,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Email. - The label string associated with the tab. + """Gets the tab_label of this Email. # noqa: E501 - :return: The tab_label of this Email. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Email. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Email. - The label string associated with the tab. + """Sets the tab_label of this Email. - :param tab_label: The tab_label of this Email. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Email. # noqa: E501 :type: str """ @@ -2262,20 +2489,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Email. + """Gets the tab_label_metadata of this Email. # noqa: E501 - :return: The tab_label_metadata of this Email. + + :return: The tab_label_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Email. + """Sets the tab_label_metadata of this Email. - :param tab_label_metadata: The tab_label_metadata of this Email. + + :param tab_label_metadata: The tab_label_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2283,22 +2510,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Email. - + """Gets the tab_order of this Email. # noqa: E501 - :return: The tab_order of this Email. + # noqa: E501 + + :return: The tab_order of this Email. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Email. - + """Sets the tab_order of this Email. - :param tab_order: The tab_order of this Email. + # noqa: E501 + + :param tab_order: The tab_order of this Email. # noqa: E501 :type: str """ @@ -2306,20 +2533,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Email. + """Gets the tab_order_metadata of this Email. # noqa: E501 - :return: The tab_order_metadata of this Email. + + :return: The tab_order_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Email. + """Sets the tab_order_metadata of this Email. - :param tab_order_metadata: The tab_order_metadata of this Email. + + :param tab_order_metadata: The tab_order_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2327,22 +2554,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Email. - + """Gets the tab_type of this Email. # noqa: E501 - :return: The tab_type of this Email. + # noqa: E501 + + :return: The tab_type of this Email. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Email. - + """Sets the tab_type of this Email. - :param tab_type: The tab_type of this Email. + # noqa: E501 + + :param tab_type: The tab_type of this Email. # noqa: E501 :type: str """ @@ -2350,20 +2577,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Email. + """Gets the tab_type_metadata of this Email. # noqa: E501 - :return: The tab_type_metadata of this Email. + + :return: The tab_type_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Email. + """Sets the tab_type_metadata of this Email. - :param tab_type_metadata: The tab_type_metadata of this Email. + + :param tab_type_metadata: The tab_type_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2371,22 +2598,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Email. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Email. # noqa: E501 - :return: The template_locked of this Email. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Email. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Email. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Email. - :param template_locked: The template_locked of this Email. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Email. # noqa: E501 :type: str """ @@ -2394,20 +2621,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Email. + """Gets the template_locked_metadata of this Email. # noqa: E501 - :return: The template_locked_metadata of this Email. + + :return: The template_locked_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Email. + """Sets the template_locked_metadata of this Email. - :param template_locked_metadata: The template_locked_metadata of this Email. + + :param template_locked_metadata: The template_locked_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2415,22 +2642,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Email. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Email. # noqa: E501 - :return: The template_required of this Email. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Email. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Email. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Email. - :param template_required: The template_required of this Email. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Email. # noqa: E501 :type: str """ @@ -2438,20 +2665,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Email. + """Gets the template_required_metadata of this Email. # noqa: E501 - :return: The template_required_metadata of this Email. + + :return: The template_required_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Email. + """Sets the template_required_metadata of this Email. - :param template_required_metadata: The template_required_metadata of this Email. + + :param template_required_metadata: The template_required_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2459,22 +2686,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Email. - + """Gets the tooltip of this Email. # noqa: E501 - :return: The tooltip of this Email. + # noqa: E501 + + :return: The tooltip of this Email. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Email. - + """Sets the tooltip of this Email. - :param tooltip: The tooltip of this Email. + # noqa: E501 + + :param tooltip: The tooltip of this Email. # noqa: E501 :type: str """ @@ -2482,20 +2709,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Email. + """Gets the tool_tip_metadata of this Email. # noqa: E501 - :return: The tool_tip_metadata of this Email. + + :return: The tool_tip_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Email. + """Sets the tool_tip_metadata of this Email. - :param tool_tip_metadata: The tool_tip_metadata of this Email. + + :param tool_tip_metadata: The tool_tip_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2503,22 +2730,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Email. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Email. # noqa: E501 - :return: The underline of this Email. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Email. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Email. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Email. - :param underline: The underline of this Email. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Email. # noqa: E501 :type: str """ @@ -2526,20 +2753,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Email. + """Gets the underline_metadata of this Email. # noqa: E501 - :return: The underline_metadata of this Email. + + :return: The underline_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Email. + """Sets the underline_metadata of this Email. - :param underline_metadata: The underline_metadata of this Email. + + :param underline_metadata: The underline_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2547,22 +2774,22 @@ def underline_metadata(self, underline_metadata): @property def validation_message(self): - """ - Gets the validation_message of this Email. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this Email. # noqa: E501 - :return: The validation_message of this Email. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this Email. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this Email. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this Email. - :param validation_message: The validation_message of this Email. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this Email. # noqa: E501 :type: str """ @@ -2570,20 +2797,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this Email. + """Gets the validation_message_metadata of this Email. # noqa: E501 - :return: The validation_message_metadata of this Email. + + :return: The validation_message_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this Email. + """Sets the validation_message_metadata of this Email. - :param validation_message_metadata: The validation_message_metadata of this Email. + + :param validation_message_metadata: The validation_message_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2591,22 +2818,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this Email. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this Email. # noqa: E501 - :return: The validation_pattern of this Email. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this Email. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this Email. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this Email. - :param validation_pattern: The validation_pattern of this Email. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this Email. # noqa: E501 :type: str """ @@ -2614,20 +2841,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this Email. + """Gets the validation_pattern_metadata of this Email. # noqa: E501 - :return: The validation_pattern_metadata of this Email. + + :return: The validation_pattern_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this Email. + """Sets the validation_pattern_metadata of this Email. - :param validation_pattern_metadata: The validation_pattern_metadata of this Email. + + :param validation_pattern_metadata: The validation_pattern_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2635,22 +2862,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this Email. - Specifies the value of the tab. + """Gets the value of this Email. # noqa: E501 - :return: The value of this Email. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Email. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Email. - Specifies the value of the tab. + """Sets the value of this Email. - :param value: The value of this Email. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Email. # noqa: E501 :type: str """ @@ -2658,20 +2885,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Email. + """Gets the value_metadata of this Email. # noqa: E501 - :return: The value_metadata of this Email. + + :return: The value_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Email. + """Sets the value_metadata of this Email. - :param value_metadata: The value_metadata of this Email. + + :param value_metadata: The value_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2679,22 +2906,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Email. - Width of the tab in pixels. + """Gets the width of this Email. # noqa: E501 - :return: The width of this Email. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Email. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Email. - Width of the tab in pixels. + """Sets the width of this Email. - :param width: The width of this Email. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Email. # noqa: E501 :type: str """ @@ -2702,20 +2929,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Email. + """Gets the width_metadata of this Email. # noqa: E501 - :return: The width_metadata of this Email. + + :return: The width_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Email. + """Sets the width_metadata of this Email. - :param width_metadata: The width_metadata of this Email. + + :param width_metadata: The width_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2723,22 +2950,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Email. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Email. # noqa: E501 - :return: The x_position of this Email. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Email. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Email. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Email. - :param x_position: The x_position of this Email. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Email. # noqa: E501 :type: str """ @@ -2746,20 +2973,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Email. + """Gets the x_position_metadata of this Email. # noqa: E501 - :return: The x_position_metadata of this Email. + + :return: The x_position_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Email. + """Sets the x_position_metadata of this Email. - :param x_position_metadata: The x_position_metadata of this Email. + + :param x_position_metadata: The x_position_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ @@ -2767,22 +2994,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Email. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Email. # noqa: E501 - :return: The y_position of this Email. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Email. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Email. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Email. - :param y_position: The y_position of this Email. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Email. # noqa: E501 :type: str """ @@ -2790,32 +3017,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Email. + """Gets the y_position_metadata of this Email. # noqa: E501 - :return: The y_position_metadata of this Email. + + :return: The y_position_metadata of this Email. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Email. + """Sets the y_position_metadata of this Email. - :param y_position_metadata: The y_position_metadata of this Email. + + :param y_position_metadata: The y_position_metadata of this Email. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2832,29 +3057,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Email, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Email): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/email_address.py b/docusign_esign/models/email_address.py index cacb6e9f..7cd50fde 100644 --- a/docusign_esign/models/email_address.py +++ b/docusign_esign/models/email_address.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EmailAddress(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - EmailAddress - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """EmailAddress - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this EmailAddress. - + """Gets the anchor_allow_white_space_in_characters of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this EmailAddress. + :return: The anchor_allow_white_space_in_characters of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this EmailAddress. - + """Sets the anchor_allow_white_space_in_characters of this EmailAddress. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this EmailAddress. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this EmailAddress. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this EmailAddress. + """Gets the anchor_allow_white_space_in_characters_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this EmailAddress. + :return: The anchor_allow_white_space_in_characters_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this EmailAddress. + """Sets the anchor_allow_white_space_in_characters_metadata of this EmailAddress. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this EmailAddress. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this EmailAddress. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this EmailAddress. # noqa: E501 - :return: The anchor_case_sensitive of this EmailAddress. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this EmailAddress. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this EmailAddress. - :param anchor_case_sensitive: The anchor_case_sensitive of this EmailAddress. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this EmailAddress. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this EmailAddress. + """Gets the anchor_case_sensitive_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this EmailAddress. + :return: The anchor_case_sensitive_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this EmailAddress. + """Sets the anchor_case_sensitive_metadata of this EmailAddress. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this EmailAddress. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this EmailAddress. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this EmailAddress. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this EmailAddress. + :return: The anchor_horizontal_alignment of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this EmailAddress. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this EmailAddress. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this EmailAddress. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this EmailAddress. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this EmailAddress. + """Gets the anchor_horizontal_alignment_metadata of this EmailAddress. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this EmailAddress. + + :return: The anchor_horizontal_alignment_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this EmailAddress. + """Sets the anchor_horizontal_alignment_metadata of this EmailAddress. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this EmailAddress. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this EmailAddress. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this EmailAddress. # noqa: E501 - :return: The anchor_ignore_if_not_present of this EmailAddress. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this EmailAddress. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this EmailAddress. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this EmailAddress. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this EmailAddress. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this EmailAddress. + """Gets the anchor_ignore_if_not_present_metadata of this EmailAddress. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this EmailAddress. + + :return: The anchor_ignore_if_not_present_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this EmailAddress. + """Sets the anchor_ignore_if_not_present_metadata of this EmailAddress. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this EmailAddress. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this EmailAddress. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this EmailAddress. # noqa: E501 - :return: The anchor_match_whole_word of this EmailAddress. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this EmailAddress. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this EmailAddress. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this EmailAddress. + :param anchor_match_whole_word: The anchor_match_whole_word of this EmailAddress. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this EmailAddress. + """Gets the anchor_match_whole_word_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this EmailAddress. + :return: The anchor_match_whole_word_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this EmailAddress. + """Sets the anchor_match_whole_word_metadata of this EmailAddress. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this EmailAddress. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this EmailAddress. - Anchor text information for a radio button. + """Gets the anchor_string of this EmailAddress. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this EmailAddress. + :return: The anchor_string of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this EmailAddress. - Anchor text information for a radio button. + """Sets the anchor_string of this EmailAddress. - :param anchor_string: The anchor_string of this EmailAddress. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this EmailAddress. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this EmailAddress. + """Gets the anchor_string_metadata of this EmailAddress. # noqa: E501 - :return: The anchor_string_metadata of this EmailAddress. + + :return: The anchor_string_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this EmailAddress. + """Sets the anchor_string_metadata of this EmailAddress. - :param anchor_string_metadata: The anchor_string_metadata of this EmailAddress. + + :param anchor_string_metadata: The anchor_string_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this EmailAddress. - + """Gets the anchor_tab_processor_version of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this EmailAddress. + :return: The anchor_tab_processor_version of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this EmailAddress. - + """Sets the anchor_tab_processor_version of this EmailAddress. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this EmailAddress. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this EmailAddress. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this EmailAddress. + """Gets the anchor_tab_processor_version_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this EmailAddress. + :return: The anchor_tab_processor_version_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this EmailAddress. + """Sets the anchor_tab_processor_version_metadata of this EmailAddress. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this EmailAddress. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this EmailAddress. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this EmailAddress. # noqa: E501 - :return: The anchor_units of this EmailAddress. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this EmailAddress. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this EmailAddress. - :param anchor_units: The anchor_units of this EmailAddress. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this EmailAddress. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this EmailAddress. + """Gets the anchor_units_metadata of this EmailAddress. # noqa: E501 - :return: The anchor_units_metadata of this EmailAddress. + + :return: The anchor_units_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this EmailAddress. + """Sets the anchor_units_metadata of this EmailAddress. + - :param anchor_units_metadata: The anchor_units_metadata of this EmailAddress. + :param anchor_units_metadata: The anchor_units_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this EmailAddress. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this EmailAddress. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this EmailAddress. + :return: The anchor_x_offset of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this EmailAddress. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this EmailAddress. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this EmailAddress. + :param anchor_x_offset: The anchor_x_offset of this EmailAddress. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this EmailAddress. + """Gets the anchor_x_offset_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_x_offset_metadata of this EmailAddress. + :return: The anchor_x_offset_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this EmailAddress. + """Sets the anchor_x_offset_metadata of this EmailAddress. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this EmailAddress. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this EmailAddress. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this EmailAddress. # noqa: E501 - :return: The anchor_y_offset of this EmailAddress. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this EmailAddress. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this EmailAddress. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this EmailAddress. - :param anchor_y_offset: The anchor_y_offset of this EmailAddress. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this EmailAddress. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this EmailAddress. + """Gets the anchor_y_offset_metadata of this EmailAddress. # noqa: E501 + - :return: The anchor_y_offset_metadata of this EmailAddress. + :return: The anchor_y_offset_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this EmailAddress. + """Sets the anchor_y_offset_metadata of this EmailAddress. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this EmailAddress. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this EmailAddress. - When set to **true**, the information in the tab is bold. + """Gets the bold of this EmailAddress. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this EmailAddress. + :return: The bold of this EmailAddress. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this EmailAddress. - When set to **true**, the information in the tab is bold. + """Sets the bold of this EmailAddress. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this EmailAddress. + :param bold: The bold of this EmailAddress. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this EmailAddress. + """Gets the bold_metadata of this EmailAddress. # noqa: E501 - :return: The bold_metadata of this EmailAddress. + + :return: The bold_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this EmailAddress. + """Sets the bold_metadata of this EmailAddress. - :param bold_metadata: The bold_metadata of this EmailAddress. + + :param bold_metadata: The bold_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this EmailAddress. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this EmailAddress. # noqa: E501 - :return: The conditional_parent_label of this EmailAddress. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this EmailAddress. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this EmailAddress. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this EmailAddress. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this EmailAddress. + :param conditional_parent_label: The conditional_parent_label of this EmailAddress. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this EmailAddress. + """Gets the conditional_parent_label_metadata of this EmailAddress. # noqa: E501 + - :return: The conditional_parent_label_metadata of this EmailAddress. + :return: The conditional_parent_label_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this EmailAddress. + """Sets the conditional_parent_label_metadata of this EmailAddress. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this EmailAddress. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this EmailAddress. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this EmailAddress. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this EmailAddress. + :return: The conditional_parent_value of this EmailAddress. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this EmailAddress. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this EmailAddress. - :param conditional_parent_value: The conditional_parent_value of this EmailAddress. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this EmailAddress. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this EmailAddress. + """Gets the conditional_parent_value_metadata of this EmailAddress. # noqa: E501 - :return: The conditional_parent_value_metadata of this EmailAddress. + + :return: The conditional_parent_value_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this EmailAddress. + """Sets the conditional_parent_value_metadata of this EmailAddress. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this EmailAddress. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this EmailAddress. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this EmailAddress. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this EmailAddress. + :return: The custom_tab_id of this EmailAddress. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this EmailAddress. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this EmailAddress. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this EmailAddress. + :param custom_tab_id: The custom_tab_id of this EmailAddress. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this EmailAddress. + """Gets the custom_tab_id_metadata of this EmailAddress. # noqa: E501 + - :return: The custom_tab_id_metadata of this EmailAddress. + :return: The custom_tab_id_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this EmailAddress. + """Sets the custom_tab_id_metadata of this EmailAddress. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this EmailAddress. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this EmailAddress. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this EmailAddress. # noqa: E501 - :return: The document_id of this EmailAddress. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this EmailAddress. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this EmailAddress. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this EmailAddress. - :param document_id: The document_id of this EmailAddress. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this EmailAddress. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this EmailAddress. + """Gets the document_id_metadata of this EmailAddress. # noqa: E501 - :return: The document_id_metadata of this EmailAddress. + + :return: The document_id_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this EmailAddress. + """Sets the document_id_metadata of this EmailAddress. + - :param document_id_metadata: The document_id_metadata of this EmailAddress. + :param document_id_metadata: The document_id_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -960,20 +1139,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this EmailAddress. + """Gets the error_details of this EmailAddress. # noqa: E501 + - :return: The error_details of this EmailAddress. + :return: The error_details of this EmailAddress. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EmailAddress. + """Sets the error_details of this EmailAddress. + - :param error_details: The error_details of this EmailAddress. + :param error_details: The error_details of this EmailAddress. # noqa: E501 :type: ErrorDetails """ @@ -981,22 +1160,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this EmailAddress. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this EmailAddress. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this EmailAddress. + :return: The font of this EmailAddress. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this EmailAddress. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this EmailAddress. - :param font: The font of this EmailAddress. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this EmailAddress. # noqa: E501 :type: str """ @@ -1004,22 +1183,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this EmailAddress. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this EmailAddress. # noqa: E501 - :return: The font_color of this EmailAddress. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this EmailAddress. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this EmailAddress. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this EmailAddress. - :param font_color: The font_color of this EmailAddress. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this EmailAddress. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this EmailAddress. + """Gets the font_color_metadata of this EmailAddress. # noqa: E501 + - :return: The font_color_metadata of this EmailAddress. + :return: The font_color_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this EmailAddress. + """Sets the font_color_metadata of this EmailAddress. + - :param font_color_metadata: The font_color_metadata of this EmailAddress. + :param font_color_metadata: The font_color_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this EmailAddress. + """Gets the font_metadata of this EmailAddress. # noqa: E501 + - :return: The font_metadata of this EmailAddress. + :return: The font_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this EmailAddress. + """Sets the font_metadata of this EmailAddress. + - :param font_metadata: The font_metadata of this EmailAddress. + :param font_metadata: The font_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1248,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this EmailAddress. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this EmailAddress. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this EmailAddress. + :return: The font_size of this EmailAddress. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this EmailAddress. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this EmailAddress. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this EmailAddress. + :param font_size: The font_size of this EmailAddress. # noqa: E501 :type: str """ @@ -1092,20 +1271,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this EmailAddress. + """Gets the font_size_metadata of this EmailAddress. # noqa: E501 + - :return: The font_size_metadata of this EmailAddress. + :return: The font_size_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this EmailAddress. + """Sets the font_size_metadata of this EmailAddress. + - :param font_size_metadata: The font_size_metadata of this EmailAddress. + :param font_size_metadata: The font_size_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1113,22 +1292,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this EmailAddress. - + """Gets the form_order of this EmailAddress. # noqa: E501 - :return: The form_order of this EmailAddress. + # noqa: E501 + + :return: The form_order of this EmailAddress. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this EmailAddress. - + """Sets the form_order of this EmailAddress. - :param form_order: The form_order of this EmailAddress. + # noqa: E501 + + :param form_order: The form_order of this EmailAddress. # noqa: E501 :type: str """ @@ -1136,20 +1315,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this EmailAddress. + """Gets the form_order_metadata of this EmailAddress. # noqa: E501 - :return: The form_order_metadata of this EmailAddress. + + :return: The form_order_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this EmailAddress. + """Sets the form_order_metadata of this EmailAddress. + - :param form_order_metadata: The form_order_metadata of this EmailAddress. + :param form_order_metadata: The form_order_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this EmailAddress. - + """Gets the form_page_label of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this EmailAddress. + :return: The form_page_label of this EmailAddress. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this EmailAddress. - + """Sets the form_page_label of this EmailAddress. + + # noqa: E501 - :param form_page_label: The form_page_label of this EmailAddress. + :param form_page_label: The form_page_label of this EmailAddress. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this EmailAddress. + """Gets the form_page_label_metadata of this EmailAddress. # noqa: E501 + - :return: The form_page_label_metadata of this EmailAddress. + :return: The form_page_label_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this EmailAddress. + """Sets the form_page_label_metadata of this EmailAddress. - :param form_page_label_metadata: The form_page_label_metadata of this EmailAddress. + + :param form_page_label_metadata: The form_page_label_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this EmailAddress. - + """Gets the form_page_number of this EmailAddress. # noqa: E501 - :return: The form_page_number of this EmailAddress. + # noqa: E501 + + :return: The form_page_number of this EmailAddress. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this EmailAddress. - + """Sets the form_page_number of this EmailAddress. - :param form_page_number: The form_page_number of this EmailAddress. + # noqa: E501 + + :param form_page_number: The form_page_number of this EmailAddress. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this EmailAddress. + """Gets the form_page_number_metadata of this EmailAddress. # noqa: E501 + - :return: The form_page_number_metadata of this EmailAddress. + :return: The form_page_number_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this EmailAddress. + """Sets the form_page_number_metadata of this EmailAddress. + - :param form_page_number_metadata: The form_page_number_metadata of this EmailAddress. + :param form_page_number_metadata: The form_page_number_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this EmailAddress. - Height of the tab in pixels. + """Gets the height of this EmailAddress. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this EmailAddress. + :return: The height of this EmailAddress. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this EmailAddress. - Height of the tab in pixels. + """Sets the height of this EmailAddress. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this EmailAddress. + :param height: The height of this EmailAddress. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this EmailAddress. + """Gets the height_metadata of this EmailAddress. # noqa: E501 - :return: The height_metadata of this EmailAddress. + + :return: The height_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this EmailAddress. + """Sets the height_metadata of this EmailAddress. - :param height_metadata: The height_metadata of this EmailAddress. + + :param height_metadata: The height_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this EmailAddress. - When set to **true**, the information in the tab is italic. + """Gets the italic of this EmailAddress. # noqa: E501 - :return: The italic of this EmailAddress. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this EmailAddress. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this EmailAddress. - When set to **true**, the information in the tab is italic. + """Sets the italic of this EmailAddress. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this EmailAddress. + :param italic: The italic of this EmailAddress. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this EmailAddress. + """Gets the italic_metadata of this EmailAddress. # noqa: E501 + - :return: The italic_metadata of this EmailAddress. + :return: The italic_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this EmailAddress. + """Sets the italic_metadata of this EmailAddress. + - :param italic_metadata: The italic_metadata of this EmailAddress. + :param italic_metadata: The italic_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1333,20 +1512,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this EmailAddress. + """Gets the locale_policy of this EmailAddress. # noqa: E501 + - :return: The locale_policy of this EmailAddress. + :return: The locale_policy of this EmailAddress. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this EmailAddress. + """Sets the locale_policy of this EmailAddress. - :param locale_policy: The locale_policy of this EmailAddress. + + :param locale_policy: The locale_policy of this EmailAddress. # noqa: E501 :type: LocalePolicyTab """ @@ -1354,20 +1533,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this EmailAddress. + """Gets the merge_field of this EmailAddress. # noqa: E501 - :return: The merge_field of this EmailAddress. + + :return: The merge_field of this EmailAddress. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this EmailAddress. + """Sets the merge_field of this EmailAddress. - :param merge_field: The merge_field of this EmailAddress. + + :param merge_field: The merge_field of this EmailAddress. # noqa: E501 :type: MergeField """ @@ -1375,22 +1554,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this EmailAddress. - + """Gets the merge_field_xml of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this EmailAddress. + :return: The merge_field_xml of this EmailAddress. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this EmailAddress. - + """Sets the merge_field_xml of this EmailAddress. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this EmailAddress. + :param merge_field_xml: The merge_field_xml of this EmailAddress. # noqa: E501 :type: str """ @@ -1398,22 +1577,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this EmailAddress. - + """Gets the name of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The name of this EmailAddress. + :return: The name of this EmailAddress. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this EmailAddress. - + """Sets the name of this EmailAddress. + + # noqa: E501 - :param name: The name of this EmailAddress. + :param name: The name of this EmailAddress. # noqa: E501 :type: str """ @@ -1421,20 +1600,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this EmailAddress. + """Gets the name_metadata of this EmailAddress. # noqa: E501 - :return: The name_metadata of this EmailAddress. + + :return: The name_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this EmailAddress. + """Sets the name_metadata of this EmailAddress. - :param name_metadata: The name_metadata of this EmailAddress. + + :param name_metadata: The name_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1442,22 +1621,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this EmailAddress. - Specifies the page number on which the tab is located. + """Gets the page_number of this EmailAddress. # noqa: E501 - :return: The page_number of this EmailAddress. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this EmailAddress. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this EmailAddress. - Specifies the page number on which the tab is located. + """Sets the page_number of this EmailAddress. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this EmailAddress. + :param page_number: The page_number of this EmailAddress. # noqa: E501 :type: str """ @@ -1465,20 +1644,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this EmailAddress. + """Gets the page_number_metadata of this EmailAddress. # noqa: E501 + - :return: The page_number_metadata of this EmailAddress. + :return: The page_number_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this EmailAddress. + """Sets the page_number_metadata of this EmailAddress. + - :param page_number_metadata: The page_number_metadata of this EmailAddress. + :param page_number_metadata: The page_number_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1665,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this EmailAddress. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this EmailAddress. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this EmailAddress. + :return: The recipient_id of this EmailAddress. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this EmailAddress. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this EmailAddress. - :param recipient_id: The recipient_id of this EmailAddress. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this EmailAddress. # noqa: E501 :type: str """ @@ -1509,22 +1688,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this EmailAddress. - + """Gets the recipient_id_guid of this EmailAddress. # noqa: E501 - :return: The recipient_id_guid of this EmailAddress. + # noqa: E501 + + :return: The recipient_id_guid of this EmailAddress. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this EmailAddress. - + """Sets the recipient_id_guid of this EmailAddress. - :param recipient_id_guid: The recipient_id_guid of this EmailAddress. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this EmailAddress. # noqa: E501 :type: str """ @@ -1532,20 +1711,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this EmailAddress. + """Gets the recipient_id_guid_metadata of this EmailAddress. # noqa: E501 + - :return: The recipient_id_guid_metadata of this EmailAddress. + :return: The recipient_id_guid_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this EmailAddress. + """Sets the recipient_id_guid_metadata of this EmailAddress. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this EmailAddress. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1553,20 +1732,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this EmailAddress. + """Gets the recipient_id_metadata of this EmailAddress. # noqa: E501 + - :return: The recipient_id_metadata of this EmailAddress. + :return: The recipient_id_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this EmailAddress. + """Sets the recipient_id_metadata of this EmailAddress. + - :param recipient_id_metadata: The recipient_id_metadata of this EmailAddress. + :param recipient_id_metadata: The recipient_id_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1574,20 +1753,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this EmailAddress. + """Gets the smart_contract_information of this EmailAddress. # noqa: E501 - :return: The smart_contract_information of this EmailAddress. + + :return: The smart_contract_information of this EmailAddress. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this EmailAddress. + """Sets the smart_contract_information of this EmailAddress. - :param smart_contract_information: The smart_contract_information of this EmailAddress. + + :param smart_contract_information: The smart_contract_information of this EmailAddress. # noqa: E501 :type: SmartContractInformation """ @@ -1595,22 +1774,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this EmailAddress. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EmailAddress. # noqa: E501 - :return: The status of this EmailAddress. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this EmailAddress. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EmailAddress. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EmailAddress. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this EmailAddress. + :param status: The status of this EmailAddress. # noqa: E501 :type: str """ @@ -1618,20 +1797,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this EmailAddress. + """Gets the status_metadata of this EmailAddress. # noqa: E501 + - :return: The status_metadata of this EmailAddress. + :return: The status_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this EmailAddress. + """Sets the status_metadata of this EmailAddress. + - :param status_metadata: The status_metadata of this EmailAddress. + :param status_metadata: The status_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1639,22 +1818,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this EmailAddress. - + """Gets the tab_group_labels of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this EmailAddress. + :return: The tab_group_labels of this EmailAddress. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this EmailAddress. - + """Sets the tab_group_labels of this EmailAddress. - :param tab_group_labels: The tab_group_labels of this EmailAddress. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this EmailAddress. # noqa: E501 :type: list[str] """ @@ -1662,20 +1841,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this EmailAddress. + """Gets the tab_group_labels_metadata of this EmailAddress. # noqa: E501 - :return: The tab_group_labels_metadata of this EmailAddress. + + :return: The tab_group_labels_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this EmailAddress. + """Sets the tab_group_labels_metadata of this EmailAddress. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this EmailAddress. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this EmailAddress. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this EmailAddress. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this EmailAddress. + :return: The tab_id of this EmailAddress. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this EmailAddress. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this EmailAddress. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this EmailAddress. + :param tab_id: The tab_id of this EmailAddress. # noqa: E501 :type: str """ @@ -1706,20 +1885,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this EmailAddress. + """Gets the tab_id_metadata of this EmailAddress. # noqa: E501 + - :return: The tab_id_metadata of this EmailAddress. + :return: The tab_id_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this EmailAddress. + """Sets the tab_id_metadata of this EmailAddress. + - :param tab_id_metadata: The tab_id_metadata of this EmailAddress. + :param tab_id_metadata: The tab_id_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this EmailAddress. - The label string associated with the tab. + """Gets the tab_label of this EmailAddress. # noqa: E501 - :return: The tab_label of this EmailAddress. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this EmailAddress. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this EmailAddress. - The label string associated with the tab. + """Sets the tab_label of this EmailAddress. - :param tab_label: The tab_label of this EmailAddress. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this EmailAddress. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this EmailAddress. + """Gets the tab_label_metadata of this EmailAddress. # noqa: E501 - :return: The tab_label_metadata of this EmailAddress. + + :return: The tab_label_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this EmailAddress. + """Sets the tab_label_metadata of this EmailAddress. + - :param tab_label_metadata: The tab_label_metadata of this EmailAddress. + :param tab_label_metadata: The tab_label_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this EmailAddress. - + """Gets the tab_order of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this EmailAddress. + :return: The tab_order of this EmailAddress. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this EmailAddress. - + """Sets the tab_order of this EmailAddress. + + # noqa: E501 - :param tab_order: The tab_order of this EmailAddress. + :param tab_order: The tab_order of this EmailAddress. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this EmailAddress. + """Gets the tab_order_metadata of this EmailAddress. # noqa: E501 + - :return: The tab_order_metadata of this EmailAddress. + :return: The tab_order_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this EmailAddress. + """Sets the tab_order_metadata of this EmailAddress. - :param tab_order_metadata: The tab_order_metadata of this EmailAddress. + + :param tab_order_metadata: The tab_order_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this EmailAddress. - + """Gets the tab_type of this EmailAddress. # noqa: E501 - :return: The tab_type of this EmailAddress. + # noqa: E501 + + :return: The tab_type of this EmailAddress. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this EmailAddress. - + """Sets the tab_type of this EmailAddress. - :param tab_type: The tab_type of this EmailAddress. + # noqa: E501 + + :param tab_type: The tab_type of this EmailAddress. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this EmailAddress. + """Gets the tab_type_metadata of this EmailAddress. # noqa: E501 + - :return: The tab_type_metadata of this EmailAddress. + :return: The tab_type_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this EmailAddress. + """Sets the tab_type_metadata of this EmailAddress. + - :param tab_type_metadata: The tab_type_metadata of this EmailAddress. + :param tab_type_metadata: The tab_type_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this EmailAddress. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this EmailAddress. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this EmailAddress. + :return: The template_locked of this EmailAddress. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this EmailAddress. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this EmailAddress. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this EmailAddress. + :param template_locked: The template_locked of this EmailAddress. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this EmailAddress. + """Gets the template_locked_metadata of this EmailAddress. # noqa: E501 - :return: The template_locked_metadata of this EmailAddress. + + :return: The template_locked_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this EmailAddress. + """Sets the template_locked_metadata of this EmailAddress. - :param template_locked_metadata: The template_locked_metadata of this EmailAddress. + + :param template_locked_metadata: The template_locked_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this EmailAddress. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this EmailAddress. # noqa: E501 - :return: The template_required of this EmailAddress. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this EmailAddress. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this EmailAddress. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this EmailAddress. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this EmailAddress. + :param template_required: The template_required of this EmailAddress. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this EmailAddress. + """Gets the template_required_metadata of this EmailAddress. # noqa: E501 + - :return: The template_required_metadata of this EmailAddress. + :return: The template_required_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this EmailAddress. + """Sets the template_required_metadata of this EmailAddress. + - :param template_required_metadata: The template_required_metadata of this EmailAddress. + :param template_required_metadata: The template_required_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this EmailAddress. - + """Gets the tooltip of this EmailAddress. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this EmailAddress. + :return: The tooltip of this EmailAddress. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this EmailAddress. - + """Sets the tooltip of this EmailAddress. - :param tooltip: The tooltip of this EmailAddress. + # noqa: E501 + + :param tooltip: The tooltip of this EmailAddress. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this EmailAddress. + """Gets the tool_tip_metadata of this EmailAddress. # noqa: E501 - :return: The tool_tip_metadata of this EmailAddress. + + :return: The tool_tip_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this EmailAddress. + """Sets the tool_tip_metadata of this EmailAddress. - :param tool_tip_metadata: The tool_tip_metadata of this EmailAddress. + + :param tool_tip_metadata: The tool_tip_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this EmailAddress. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this EmailAddress. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this EmailAddress. + :return: The underline of this EmailAddress. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this EmailAddress. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this EmailAddress. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this EmailAddress. + :param underline: The underline of this EmailAddress. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this EmailAddress. + """Gets the underline_metadata of this EmailAddress. # noqa: E501 + - :return: The underline_metadata of this EmailAddress. + :return: The underline_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this EmailAddress. + """Sets the underline_metadata of this EmailAddress. + - :param underline_metadata: The underline_metadata of this EmailAddress. + :param underline_metadata: The underline_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this EmailAddress. - Specifies the value of the tab. + """Gets the value of this EmailAddress. # noqa: E501 - :return: The value of this EmailAddress. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this EmailAddress. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this EmailAddress. - Specifies the value of the tab. + """Sets the value of this EmailAddress. - :param value: The value of this EmailAddress. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this EmailAddress. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this EmailAddress. + """Gets the value_metadata of this EmailAddress. # noqa: E501 - :return: The value_metadata of this EmailAddress. + + :return: The value_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this EmailAddress. + """Sets the value_metadata of this EmailAddress. + - :param value_metadata: The value_metadata of this EmailAddress. + :param value_metadata: The value_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this EmailAddress. - Width of the tab in pixels. + """Gets the width of this EmailAddress. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this EmailAddress. + :return: The width of this EmailAddress. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this EmailAddress. - Width of the tab in pixels. + """Sets the width of this EmailAddress. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this EmailAddress. + :param width: The width of this EmailAddress. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this EmailAddress. + """Gets the width_metadata of this EmailAddress. # noqa: E501 + - :return: The width_metadata of this EmailAddress. + :return: The width_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this EmailAddress. + """Sets the width_metadata of this EmailAddress. - :param width_metadata: The width_metadata of this EmailAddress. + + :param width_metadata: The width_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this EmailAddress. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this EmailAddress. # noqa: E501 - :return: The x_position of this EmailAddress. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this EmailAddress. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this EmailAddress. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this EmailAddress. - :param x_position: The x_position of this EmailAddress. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this EmailAddress. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this EmailAddress. + """Gets the x_position_metadata of this EmailAddress. # noqa: E501 + - :return: The x_position_metadata of this EmailAddress. + :return: The x_position_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this EmailAddress. + """Sets the x_position_metadata of this EmailAddress. + - :param x_position_metadata: The x_position_metadata of this EmailAddress. + :param x_position_metadata: The x_position_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this EmailAddress. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this EmailAddress. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this EmailAddress. + :return: The y_position of this EmailAddress. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this EmailAddress. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this EmailAddress. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this EmailAddress. + :param y_position: The y_position of this EmailAddress. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this EmailAddress. + """Gets the y_position_metadata of this EmailAddress. # noqa: E501 - :return: The y_position_metadata of this EmailAddress. + + :return: The y_position_metadata of this EmailAddress. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this EmailAddress. + """Sets the y_position_metadata of this EmailAddress. - :param y_position_metadata: The y_position_metadata of this EmailAddress. + + :param y_position_metadata: The y_position_metadata of this EmailAddress. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EmailAddress, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EmailAddress): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/email_settings.py b/docusign_esign/models/email_settings.py index a16a9641..965e57a9 100644 --- a/docusign_esign/models/email_settings.py +++ b/docusign_esign/models/email_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EmailSettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bcc_email_addresses=None, reply_email_address_override=None, reply_email_name_override=None): - """ - EmailSettings - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bcc_email_addresses': 'list[BccEmailAddress]', - 'reply_email_address_override': 'str', - 'reply_email_name_override': 'str' - } - - self.attribute_map = { - 'bcc_email_addresses': 'bccEmailAddresses', - 'reply_email_address_override': 'replyEmailAddressOverride', - 'reply_email_name_override': 'replyEmailNameOverride' - } - - self._bcc_email_addresses = bcc_email_addresses - self._reply_email_address_override = reply_email_address_override - self._reply_email_name_override = reply_email_name_override + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bcc_email_addresses': 'list[BccEmailAddress]', + 'reply_email_address_override': 'str', + 'reply_email_name_override': 'str' + } + + attribute_map = { + 'bcc_email_addresses': 'bccEmailAddresses', + 'reply_email_address_override': 'replyEmailAddressOverride', + 'reply_email_name_override': 'replyEmailNameOverride' + } + + def __init__(self, bcc_email_addresses=None, reply_email_address_override=None, reply_email_name_override=None): # noqa: E501 + """EmailSettings - a model defined in Swagger""" # noqa: E501 + + self._bcc_email_addresses = None + self._reply_email_address_override = None + self._reply_email_name_override = None + self.discriminator = None + + if bcc_email_addresses is not None: + self.bcc_email_addresses = bcc_email_addresses + if reply_email_address_override is not None: + self.reply_email_address_override = reply_email_address_override + if reply_email_name_override is not None: + self.reply_email_name_override = reply_email_name_override @property def bcc_email_addresses(self): - """ - Gets the bcc_email_addresses of this EmailSettings. - A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes. + """Gets the bcc_email_addresses of this EmailSettings. # noqa: E501 + + A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes. # noqa: E501 - :return: The bcc_email_addresses of this EmailSettings. + :return: The bcc_email_addresses of this EmailSettings. # noqa: E501 :rtype: list[BccEmailAddress] """ return self._bcc_email_addresses @bcc_email_addresses.setter def bcc_email_addresses(self, bcc_email_addresses): - """ - Sets the bcc_email_addresses of this EmailSettings. - A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes. + """Sets the bcc_email_addresses of this EmailSettings. + + A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes. # noqa: E501 - :param bcc_email_addresses: The bcc_email_addresses of this EmailSettings. + :param bcc_email_addresses: The bcc_email_addresses of this EmailSettings. # noqa: E501 :type: list[BccEmailAddress] """ @@ -71,22 +82,22 @@ def bcc_email_addresses(self, bcc_email_addresses): @property def reply_email_address_override(self): - """ - Gets the reply_email_address_override of this EmailSettings. - + """Gets the reply_email_address_override of this EmailSettings. # noqa: E501 + + # noqa: E501 - :return: The reply_email_address_override of this EmailSettings. + :return: The reply_email_address_override of this EmailSettings. # noqa: E501 :rtype: str """ return self._reply_email_address_override @reply_email_address_override.setter def reply_email_address_override(self, reply_email_address_override): - """ - Sets the reply_email_address_override of this EmailSettings. - + """Sets the reply_email_address_override of this EmailSettings. + + # noqa: E501 - :param reply_email_address_override: The reply_email_address_override of this EmailSettings. + :param reply_email_address_override: The reply_email_address_override of this EmailSettings. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def reply_email_address_override(self, reply_email_address_override): @property def reply_email_name_override(self): - """ - Gets the reply_email_name_override of this EmailSettings. - + """Gets the reply_email_name_override of this EmailSettings. # noqa: E501 - :return: The reply_email_name_override of this EmailSettings. + # noqa: E501 + + :return: The reply_email_name_override of this EmailSettings. # noqa: E501 :rtype: str """ return self._reply_email_name_override @reply_email_name_override.setter def reply_email_name_override(self, reply_email_name_override): - """ - Sets the reply_email_name_override of this EmailSettings. - + """Sets the reply_email_name_override of this EmailSettings. - :param reply_email_name_override: The reply_email_name_override of this EmailSettings. + # noqa: E501 + + :param reply_email_name_override: The reply_email_name_override of this EmailSettings. # noqa: E501 :type: str """ self._reply_email_name_override = reply_email_name_override def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EmailSettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EmailSettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope.py b/docusign_esign/models/envelope.py index c9788fa9..d6ad7389 100644 --- a/docusign_esign/models/envelope.py +++ b/docusign_esign/models/envelope.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,275 +11,430 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Envelope(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_control_list_base64=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, copy_recipient_data=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, disable_responsive_document=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified_date_time=None, location=None, lock_information=None, message_lock=None, notification=None, notification_uri=None, power_form=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, templates_uri=None, transaction_id=None, use_disclosure=None, voided_date_time=None, voided_reason=None): - """ - Envelope - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_control_list_base64': 'str', - 'allow_comments': 'str', - 'allow_markup': 'str', - 'allow_reassign': 'str', - 'allow_view_history': 'str', - 'any_signer': 'str', - 'asynchronous': 'str', - 'attachments_uri': 'str', - 'authoritative_copy': 'str', - 'authoritative_copy_default': 'str', - 'auto_navigation': 'str', - 'brand_id': 'str', - 'brand_lock': 'str', - 'certificate_uri': 'str', - 'completed_date_time': 'str', - 'copy_recipient_data': 'str', - 'created_date_time': 'str', - 'custom_fields': 'CustomFields', - 'custom_fields_uri': 'str', - 'declined_date_time': 'str', - 'deleted_date_time': 'str', - 'delivered_date_time': 'str', - 'disable_responsive_document': 'str', - 'documents_combined_uri': 'str', - 'documents_uri': 'str', - 'email_blurb': 'str', - 'email_settings': 'EmailSettings', - 'email_subject': 'str', - 'enable_wet_sign': 'str', - 'enforce_signer_visibility': 'str', - 'envelope_attachments': 'list[Attachment]', - 'envelope_documents': 'list[EnvelopeDocument]', - 'envelope_id': 'str', - 'envelope_id_stamping': 'str', - 'envelope_location': 'str', - 'envelope_metadata': 'EnvelopeMetadata', - 'envelope_uri': 'str', - 'expire_after': 'str', - 'expire_date_time': 'str', - 'expire_enabled': 'str', - 'external_envelope_id': 'str', - 'folders': 'list[Folder]', - 'has_comments': 'str', - 'has_form_data_changed': 'str', - 'has_wav_file': 'str', - 'holder': 'str', - 'initial_sent_date_time': 'str', - 'is21_cfr_part11': 'str', - 'is_dynamic_envelope': 'str', - 'is_signature_provider_envelope': 'str', - 'last_modified_date_time': 'str', - 'location': 'str', - 'lock_information': 'LockInformation', - 'message_lock': 'str', - 'notification': 'Notification', - 'notification_uri': 'str', - 'power_form': 'PowerForm', - 'purge_completed_date': 'str', - 'purge_request_date': 'str', - 'purge_state': 'str', - 'recipients': 'Recipients', - 'recipients_lock': 'str', - 'recipients_uri': 'str', - 'sender': 'UserInfo', - 'sent_date_time': 'str', - 'signer_can_sign_on_mobile': 'str', - 'signing_location': 'str', - 'status': 'str', - 'status_changed_date_time': 'str', - 'status_date_time': 'str', - 'templates_uri': 'str', - 'transaction_id': 'str', - 'use_disclosure': 'str', - 'voided_date_time': 'str', - 'voided_reason': 'str' - } - - self.attribute_map = { - 'access_control_list_base64': 'accessControlListBase64', - 'allow_comments': 'allowComments', - 'allow_markup': 'allowMarkup', - 'allow_reassign': 'allowReassign', - 'allow_view_history': 'allowViewHistory', - 'any_signer': 'anySigner', - 'asynchronous': 'asynchronous', - 'attachments_uri': 'attachmentsUri', - 'authoritative_copy': 'authoritativeCopy', - 'authoritative_copy_default': 'authoritativeCopyDefault', - 'auto_navigation': 'autoNavigation', - 'brand_id': 'brandId', - 'brand_lock': 'brandLock', - 'certificate_uri': 'certificateUri', - 'completed_date_time': 'completedDateTime', - 'copy_recipient_data': 'copyRecipientData', - 'created_date_time': 'createdDateTime', - 'custom_fields': 'customFields', - 'custom_fields_uri': 'customFieldsUri', - 'declined_date_time': 'declinedDateTime', - 'deleted_date_time': 'deletedDateTime', - 'delivered_date_time': 'deliveredDateTime', - 'disable_responsive_document': 'disableResponsiveDocument', - 'documents_combined_uri': 'documentsCombinedUri', - 'documents_uri': 'documentsUri', - 'email_blurb': 'emailBlurb', - 'email_settings': 'emailSettings', - 'email_subject': 'emailSubject', - 'enable_wet_sign': 'enableWetSign', - 'enforce_signer_visibility': 'enforceSignerVisibility', - 'envelope_attachments': 'envelopeAttachments', - 'envelope_documents': 'envelopeDocuments', - 'envelope_id': 'envelopeId', - 'envelope_id_stamping': 'envelopeIdStamping', - 'envelope_location': 'envelopeLocation', - 'envelope_metadata': 'envelopeMetadata', - 'envelope_uri': 'envelopeUri', - 'expire_after': 'expireAfter', - 'expire_date_time': 'expireDateTime', - 'expire_enabled': 'expireEnabled', - 'external_envelope_id': 'externalEnvelopeId', - 'folders': 'folders', - 'has_comments': 'hasComments', - 'has_form_data_changed': 'hasFormDataChanged', - 'has_wav_file': 'hasWavFile', - 'holder': 'holder', - 'initial_sent_date_time': 'initialSentDateTime', - 'is21_cfr_part11': 'is21CFRPart11', - 'is_dynamic_envelope': 'isDynamicEnvelope', - 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', - 'last_modified_date_time': 'lastModifiedDateTime', - 'location': 'location', - 'lock_information': 'lockInformation', - 'message_lock': 'messageLock', - 'notification': 'notification', - 'notification_uri': 'notificationUri', - 'power_form': 'powerForm', - 'purge_completed_date': 'purgeCompletedDate', - 'purge_request_date': 'purgeRequestDate', - 'purge_state': 'purgeState', - 'recipients': 'recipients', - 'recipients_lock': 'recipientsLock', - 'recipients_uri': 'recipientsUri', - 'sender': 'sender', - 'sent_date_time': 'sentDateTime', - 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', - 'signing_location': 'signingLocation', - 'status': 'status', - 'status_changed_date_time': 'statusChangedDateTime', - 'status_date_time': 'statusDateTime', - 'templates_uri': 'templatesUri', - 'transaction_id': 'transactionId', - 'use_disclosure': 'useDisclosure', - 'voided_date_time': 'voidedDateTime', - 'voided_reason': 'voidedReason' - } - self._access_control_list_base64 = access_control_list_base64 - self._allow_comments = allow_comments - self._allow_markup = allow_markup - self._allow_reassign = allow_reassign - self._allow_view_history = allow_view_history - self._any_signer = any_signer - self._asynchronous = asynchronous - self._attachments_uri = attachments_uri - self._authoritative_copy = authoritative_copy - self._authoritative_copy_default = authoritative_copy_default - self._auto_navigation = auto_navigation - self._brand_id = brand_id - self._brand_lock = brand_lock - self._certificate_uri = certificate_uri - self._completed_date_time = completed_date_time - self._copy_recipient_data = copy_recipient_data - self._created_date_time = created_date_time - self._custom_fields = custom_fields - self._custom_fields_uri = custom_fields_uri - self._declined_date_time = declined_date_time - self._deleted_date_time = deleted_date_time - self._delivered_date_time = delivered_date_time - self._disable_responsive_document = disable_responsive_document - self._documents_combined_uri = documents_combined_uri - self._documents_uri = documents_uri - self._email_blurb = email_blurb - self._email_settings = email_settings - self._email_subject = email_subject - self._enable_wet_sign = enable_wet_sign - self._enforce_signer_visibility = enforce_signer_visibility - self._envelope_attachments = envelope_attachments - self._envelope_documents = envelope_documents - self._envelope_id = envelope_id - self._envelope_id_stamping = envelope_id_stamping - self._envelope_location = envelope_location - self._envelope_metadata = envelope_metadata - self._envelope_uri = envelope_uri - self._expire_after = expire_after - self._expire_date_time = expire_date_time - self._expire_enabled = expire_enabled - self._external_envelope_id = external_envelope_id - self._folders = folders - self._has_comments = has_comments - self._has_form_data_changed = has_form_data_changed - self._has_wav_file = has_wav_file - self._holder = holder - self._initial_sent_date_time = initial_sent_date_time - self._is21_cfr_part11 = is21_cfr_part11 - self._is_dynamic_envelope = is_dynamic_envelope - self._is_signature_provider_envelope = is_signature_provider_envelope - self._last_modified_date_time = last_modified_date_time - self._location = location - self._lock_information = lock_information - self._message_lock = message_lock - self._notification = notification - self._notification_uri = notification_uri - self._power_form = power_form - self._purge_completed_date = purge_completed_date - self._purge_request_date = purge_request_date - self._purge_state = purge_state - self._recipients = recipients - self._recipients_lock = recipients_lock - self._recipients_uri = recipients_uri - self._sender = sender - self._sent_date_time = sent_date_time - self._signer_can_sign_on_mobile = signer_can_sign_on_mobile - self._signing_location = signing_location - self._status = status - self._status_changed_date_time = status_changed_date_time - self._status_date_time = status_date_time - self._templates_uri = templates_uri - self._transaction_id = transaction_id - self._use_disclosure = use_disclosure - self._voided_date_time = voided_date_time - self._voided_reason = voided_reason + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_control_list_base64': 'str', + 'allow_comments': 'str', + 'allow_markup': 'str', + 'allow_reassign': 'str', + 'allow_view_history': 'str', + 'any_signer': 'str', + 'asynchronous': 'str', + 'attachments_uri': 'str', + 'authoritative_copy': 'str', + 'authoritative_copy_default': 'str', + 'auto_navigation': 'str', + 'brand_id': 'str', + 'brand_lock': 'str', + 'certificate_uri': 'str', + 'completed_date_time': 'str', + 'copy_recipient_data': 'str', + 'created_date_time': 'str', + 'custom_fields': 'CustomFields', + 'custom_fields_uri': 'str', + 'declined_date_time': 'str', + 'deleted_date_time': 'str', + 'delivered_date_time': 'str', + 'disable_responsive_document': 'str', + 'documents_combined_uri': 'str', + 'documents_uri': 'str', + 'email_blurb': 'str', + 'email_settings': 'EmailSettings', + 'email_subject': 'str', + 'enable_wet_sign': 'str', + 'enforce_signer_visibility': 'str', + 'envelope_attachments': 'list[Attachment]', + 'envelope_documents': 'list[EnvelopeDocument]', + 'envelope_id': 'str', + 'envelope_id_stamping': 'str', + 'envelope_location': 'str', + 'envelope_metadata': 'EnvelopeMetadata', + 'envelope_uri': 'str', + 'expire_after': 'str', + 'expire_date_time': 'str', + 'expire_enabled': 'str', + 'external_envelope_id': 'str', + 'folders': 'list[Folder]', + 'has_comments': 'str', + 'has_form_data_changed': 'str', + 'has_wav_file': 'str', + 'holder': 'str', + 'initial_sent_date_time': 'str', + 'is21_cfr_part11': 'str', + 'is_dynamic_envelope': 'str', + 'is_signature_provider_envelope': 'str', + 'last_modified_date_time': 'str', + 'location': 'str', + 'lock_information': 'LockInformation', + 'message_lock': 'str', + 'notification': 'Notification', + 'notification_uri': 'str', + 'power_form': 'PowerForm', + 'purge_completed_date': 'str', + 'purge_request_date': 'str', + 'purge_state': 'str', + 'recipients': 'Recipients', + 'recipients_lock': 'str', + 'recipients_uri': 'str', + 'sender': 'UserInfo', + 'sent_date_time': 'str', + 'signer_can_sign_on_mobile': 'str', + 'signing_location': 'str', + 'status': 'str', + 'status_changed_date_time': 'str', + 'status_date_time': 'str', + 'templates_uri': 'str', + 'transaction_id': 'str', + 'use_disclosure': 'str', + 'voided_date_time': 'str', + 'voided_reason': 'str' + } + + attribute_map = { + 'access_control_list_base64': 'accessControlListBase64', + 'allow_comments': 'allowComments', + 'allow_markup': 'allowMarkup', + 'allow_reassign': 'allowReassign', + 'allow_view_history': 'allowViewHistory', + 'any_signer': 'anySigner', + 'asynchronous': 'asynchronous', + 'attachments_uri': 'attachmentsUri', + 'authoritative_copy': 'authoritativeCopy', + 'authoritative_copy_default': 'authoritativeCopyDefault', + 'auto_navigation': 'autoNavigation', + 'brand_id': 'brandId', + 'brand_lock': 'brandLock', + 'certificate_uri': 'certificateUri', + 'completed_date_time': 'completedDateTime', + 'copy_recipient_data': 'copyRecipientData', + 'created_date_time': 'createdDateTime', + 'custom_fields': 'customFields', + 'custom_fields_uri': 'customFieldsUri', + 'declined_date_time': 'declinedDateTime', + 'deleted_date_time': 'deletedDateTime', + 'delivered_date_time': 'deliveredDateTime', + 'disable_responsive_document': 'disableResponsiveDocument', + 'documents_combined_uri': 'documentsCombinedUri', + 'documents_uri': 'documentsUri', + 'email_blurb': 'emailBlurb', + 'email_settings': 'emailSettings', + 'email_subject': 'emailSubject', + 'enable_wet_sign': 'enableWetSign', + 'enforce_signer_visibility': 'enforceSignerVisibility', + 'envelope_attachments': 'envelopeAttachments', + 'envelope_documents': 'envelopeDocuments', + 'envelope_id': 'envelopeId', + 'envelope_id_stamping': 'envelopeIdStamping', + 'envelope_location': 'envelopeLocation', + 'envelope_metadata': 'envelopeMetadata', + 'envelope_uri': 'envelopeUri', + 'expire_after': 'expireAfter', + 'expire_date_time': 'expireDateTime', + 'expire_enabled': 'expireEnabled', + 'external_envelope_id': 'externalEnvelopeId', + 'folders': 'folders', + 'has_comments': 'hasComments', + 'has_form_data_changed': 'hasFormDataChanged', + 'has_wav_file': 'hasWavFile', + 'holder': 'holder', + 'initial_sent_date_time': 'initialSentDateTime', + 'is21_cfr_part11': 'is21CFRPart11', + 'is_dynamic_envelope': 'isDynamicEnvelope', + 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', + 'last_modified_date_time': 'lastModifiedDateTime', + 'location': 'location', + 'lock_information': 'lockInformation', + 'message_lock': 'messageLock', + 'notification': 'notification', + 'notification_uri': 'notificationUri', + 'power_form': 'powerForm', + 'purge_completed_date': 'purgeCompletedDate', + 'purge_request_date': 'purgeRequestDate', + 'purge_state': 'purgeState', + 'recipients': 'recipients', + 'recipients_lock': 'recipientsLock', + 'recipients_uri': 'recipientsUri', + 'sender': 'sender', + 'sent_date_time': 'sentDateTime', + 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', + 'signing_location': 'signingLocation', + 'status': 'status', + 'status_changed_date_time': 'statusChangedDateTime', + 'status_date_time': 'statusDateTime', + 'templates_uri': 'templatesUri', + 'transaction_id': 'transactionId', + 'use_disclosure': 'useDisclosure', + 'voided_date_time': 'voidedDateTime', + 'voided_reason': 'voidedReason' + } + + def __init__(self, access_control_list_base64=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, copy_recipient_data=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, disable_responsive_document=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified_date_time=None, location=None, lock_information=None, message_lock=None, notification=None, notification_uri=None, power_form=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, templates_uri=None, transaction_id=None, use_disclosure=None, voided_date_time=None, voided_reason=None): # noqa: E501 + """Envelope - a model defined in Swagger""" # noqa: E501 + + self._access_control_list_base64 = None + self._allow_comments = None + self._allow_markup = None + self._allow_reassign = None + self._allow_view_history = None + self._any_signer = None + self._asynchronous = None + self._attachments_uri = None + self._authoritative_copy = None + self._authoritative_copy_default = None + self._auto_navigation = None + self._brand_id = None + self._brand_lock = None + self._certificate_uri = None + self._completed_date_time = None + self._copy_recipient_data = None + self._created_date_time = None + self._custom_fields = None + self._custom_fields_uri = None + self._declined_date_time = None + self._deleted_date_time = None + self._delivered_date_time = None + self._disable_responsive_document = None + self._documents_combined_uri = None + self._documents_uri = None + self._email_blurb = None + self._email_settings = None + self._email_subject = None + self._enable_wet_sign = None + self._enforce_signer_visibility = None + self._envelope_attachments = None + self._envelope_documents = None + self._envelope_id = None + self._envelope_id_stamping = None + self._envelope_location = None + self._envelope_metadata = None + self._envelope_uri = None + self._expire_after = None + self._expire_date_time = None + self._expire_enabled = None + self._external_envelope_id = None + self._folders = None + self._has_comments = None + self._has_form_data_changed = None + self._has_wav_file = None + self._holder = None + self._initial_sent_date_time = None + self._is21_cfr_part11 = None + self._is_dynamic_envelope = None + self._is_signature_provider_envelope = None + self._last_modified_date_time = None + self._location = None + self._lock_information = None + self._message_lock = None + self._notification = None + self._notification_uri = None + self._power_form = None + self._purge_completed_date = None + self._purge_request_date = None + self._purge_state = None + self._recipients = None + self._recipients_lock = None + self._recipients_uri = None + self._sender = None + self._sent_date_time = None + self._signer_can_sign_on_mobile = None + self._signing_location = None + self._status = None + self._status_changed_date_time = None + self._status_date_time = None + self._templates_uri = None + self._transaction_id = None + self._use_disclosure = None + self._voided_date_time = None + self._voided_reason = None + self.discriminator = None + + if access_control_list_base64 is not None: + self.access_control_list_base64 = access_control_list_base64 + if allow_comments is not None: + self.allow_comments = allow_comments + if allow_markup is not None: + self.allow_markup = allow_markup + if allow_reassign is not None: + self.allow_reassign = allow_reassign + if allow_view_history is not None: + self.allow_view_history = allow_view_history + if any_signer is not None: + self.any_signer = any_signer + if asynchronous is not None: + self.asynchronous = asynchronous + if attachments_uri is not None: + self.attachments_uri = attachments_uri + if authoritative_copy is not None: + self.authoritative_copy = authoritative_copy + if authoritative_copy_default is not None: + self.authoritative_copy_default = authoritative_copy_default + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if brand_id is not None: + self.brand_id = brand_id + if brand_lock is not None: + self.brand_lock = brand_lock + if certificate_uri is not None: + self.certificate_uri = certificate_uri + if completed_date_time is not None: + self.completed_date_time = completed_date_time + if copy_recipient_data is not None: + self.copy_recipient_data = copy_recipient_data + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_fields is not None: + self.custom_fields = custom_fields + if custom_fields_uri is not None: + self.custom_fields_uri = custom_fields_uri + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if deleted_date_time is not None: + self.deleted_date_time = deleted_date_time + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if disable_responsive_document is not None: + self.disable_responsive_document = disable_responsive_document + if documents_combined_uri is not None: + self.documents_combined_uri = documents_combined_uri + if documents_uri is not None: + self.documents_uri = documents_uri + if email_blurb is not None: + self.email_blurb = email_blurb + if email_settings is not None: + self.email_settings = email_settings + if email_subject is not None: + self.email_subject = email_subject + if enable_wet_sign is not None: + self.enable_wet_sign = enable_wet_sign + if enforce_signer_visibility is not None: + self.enforce_signer_visibility = enforce_signer_visibility + if envelope_attachments is not None: + self.envelope_attachments = envelope_attachments + if envelope_documents is not None: + self.envelope_documents = envelope_documents + if envelope_id is not None: + self.envelope_id = envelope_id + if envelope_id_stamping is not None: + self.envelope_id_stamping = envelope_id_stamping + if envelope_location is not None: + self.envelope_location = envelope_location + if envelope_metadata is not None: + self.envelope_metadata = envelope_metadata + if envelope_uri is not None: + self.envelope_uri = envelope_uri + if expire_after is not None: + self.expire_after = expire_after + if expire_date_time is not None: + self.expire_date_time = expire_date_time + if expire_enabled is not None: + self.expire_enabled = expire_enabled + if external_envelope_id is not None: + self.external_envelope_id = external_envelope_id + if folders is not None: + self.folders = folders + if has_comments is not None: + self.has_comments = has_comments + if has_form_data_changed is not None: + self.has_form_data_changed = has_form_data_changed + if has_wav_file is not None: + self.has_wav_file = has_wav_file + if holder is not None: + self.holder = holder + if initial_sent_date_time is not None: + self.initial_sent_date_time = initial_sent_date_time + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if is_dynamic_envelope is not None: + self.is_dynamic_envelope = is_dynamic_envelope + if is_signature_provider_envelope is not None: + self.is_signature_provider_envelope = is_signature_provider_envelope + if last_modified_date_time is not None: + self.last_modified_date_time = last_modified_date_time + if location is not None: + self.location = location + if lock_information is not None: + self.lock_information = lock_information + if message_lock is not None: + self.message_lock = message_lock + if notification is not None: + self.notification = notification + if notification_uri is not None: + self.notification_uri = notification_uri + if power_form is not None: + self.power_form = power_form + if purge_completed_date is not None: + self.purge_completed_date = purge_completed_date + if purge_request_date is not None: + self.purge_request_date = purge_request_date + if purge_state is not None: + self.purge_state = purge_state + if recipients is not None: + self.recipients = recipients + if recipients_lock is not None: + self.recipients_lock = recipients_lock + if recipients_uri is not None: + self.recipients_uri = recipients_uri + if sender is not None: + self.sender = sender + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signer_can_sign_on_mobile is not None: + self.signer_can_sign_on_mobile = signer_can_sign_on_mobile + if signing_location is not None: + self.signing_location = signing_location + if status is not None: + self.status = status + if status_changed_date_time is not None: + self.status_changed_date_time = status_changed_date_time + if status_date_time is not None: + self.status_date_time = status_date_time + if templates_uri is not None: + self.templates_uri = templates_uri + if transaction_id is not None: + self.transaction_id = transaction_id + if use_disclosure is not None: + self.use_disclosure = use_disclosure + if voided_date_time is not None: + self.voided_date_time = voided_date_time + if voided_reason is not None: + self.voided_reason = voided_reason @property def access_control_list_base64(self): - """ - Gets the access_control_list_base64 of this Envelope. - + """Gets the access_control_list_base64 of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The access_control_list_base64 of this Envelope. + :return: The access_control_list_base64 of this Envelope. # noqa: E501 :rtype: str """ return self._access_control_list_base64 @access_control_list_base64.setter def access_control_list_base64(self, access_control_list_base64): - """ - Sets the access_control_list_base64 of this Envelope. - + """Sets the access_control_list_base64 of this Envelope. - :param access_control_list_base64: The access_control_list_base64 of this Envelope. + # noqa: E501 + + :param access_control_list_base64: The access_control_list_base64 of this Envelope. # noqa: E501 :type: str """ @@ -287,22 +442,22 @@ def access_control_list_base64(self, access_control_list_base64): @property def allow_comments(self): - """ - Gets the allow_comments of this Envelope. - + """Gets the allow_comments of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The allow_comments of this Envelope. + :return: The allow_comments of this Envelope. # noqa: E501 :rtype: str """ return self._allow_comments @allow_comments.setter def allow_comments(self, allow_comments): - """ - Sets the allow_comments of this Envelope. - + """Sets the allow_comments of this Envelope. + + # noqa: E501 - :param allow_comments: The allow_comments of this Envelope. + :param allow_comments: The allow_comments of this Envelope. # noqa: E501 :type: str """ @@ -310,22 +465,22 @@ def allow_comments(self, allow_comments): @property def allow_markup(self): - """ - Gets the allow_markup of this Envelope. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Gets the allow_markup of this Envelope. # noqa: E501 - :return: The allow_markup of this Envelope. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :return: The allow_markup of this Envelope. # noqa: E501 :rtype: str """ return self._allow_markup @allow_markup.setter def allow_markup(self, allow_markup): - """ - Sets the allow_markup of this Envelope. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Sets the allow_markup of this Envelope. + + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 - :param allow_markup: The allow_markup of this Envelope. + :param allow_markup: The allow_markup of this Envelope. # noqa: E501 :type: str """ @@ -333,22 +488,22 @@ def allow_markup(self, allow_markup): @property def allow_reassign(self): - """ - Gets the allow_reassign of this Envelope. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Gets the allow_reassign of this Envelope. # noqa: E501 + + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 - :return: The allow_reassign of this Envelope. + :return: The allow_reassign of this Envelope. # noqa: E501 :rtype: str """ return self._allow_reassign @allow_reassign.setter def allow_reassign(self, allow_reassign): - """ - Sets the allow_reassign of this Envelope. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Sets the allow_reassign of this Envelope. - :param allow_reassign: The allow_reassign of this Envelope. + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 + + :param allow_reassign: The allow_reassign of this Envelope. # noqa: E501 :type: str """ @@ -356,22 +511,22 @@ def allow_reassign(self, allow_reassign): @property def allow_view_history(self): - """ - Gets the allow_view_history of this Envelope. - + """Gets the allow_view_history of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The allow_view_history of this Envelope. + :return: The allow_view_history of this Envelope. # noqa: E501 :rtype: str """ return self._allow_view_history @allow_view_history.setter def allow_view_history(self, allow_view_history): - """ - Sets the allow_view_history of this Envelope. - + """Sets the allow_view_history of this Envelope. + + # noqa: E501 - :param allow_view_history: The allow_view_history of this Envelope. + :param allow_view_history: The allow_view_history of this Envelope. # noqa: E501 :type: str """ @@ -379,22 +534,22 @@ def allow_view_history(self, allow_view_history): @property def any_signer(self): - """ - Gets the any_signer of this Envelope. - + """Gets the any_signer of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The any_signer of this Envelope. + :return: The any_signer of this Envelope. # noqa: E501 :rtype: str """ return self._any_signer @any_signer.setter def any_signer(self, any_signer): - """ - Sets the any_signer of this Envelope. - + """Sets the any_signer of this Envelope. + + # noqa: E501 - :param any_signer: The any_signer of this Envelope. + :param any_signer: The any_signer of this Envelope. # noqa: E501 :type: str """ @@ -402,22 +557,22 @@ def any_signer(self, any_signer): @property def asynchronous(self): - """ - Gets the asynchronous of this Envelope. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Gets the asynchronous of this Envelope. # noqa: E501 - :return: The asynchronous of this Envelope. + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 + + :return: The asynchronous of this Envelope. # noqa: E501 :rtype: str """ return self._asynchronous @asynchronous.setter def asynchronous(self, asynchronous): - """ - Sets the asynchronous of this Envelope. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Sets the asynchronous of this Envelope. + + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 - :param asynchronous: The asynchronous of this Envelope. + :param asynchronous: The asynchronous of this Envelope. # noqa: E501 :type: str """ @@ -425,22 +580,22 @@ def asynchronous(self, asynchronous): @property def attachments_uri(self): - """ - Gets the attachments_uri of this Envelope. - + """Gets the attachments_uri of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The attachments_uri of this Envelope. + :return: The attachments_uri of this Envelope. # noqa: E501 :rtype: str """ return self._attachments_uri @attachments_uri.setter def attachments_uri(self, attachments_uri): - """ - Sets the attachments_uri of this Envelope. - + """Sets the attachments_uri of this Envelope. - :param attachments_uri: The attachments_uri of this Envelope. + # noqa: E501 + + :param attachments_uri: The attachments_uri of this Envelope. # noqa: E501 :type: str """ @@ -448,22 +603,22 @@ def attachments_uri(self, attachments_uri): @property def authoritative_copy(self): - """ - Gets the authoritative_copy of this Envelope. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Gets the authoritative_copy of this Envelope. # noqa: E501 + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :return: The authoritative_copy of this Envelope. + :return: The authoritative_copy of this Envelope. # noqa: E501 :rtype: str """ return self._authoritative_copy @authoritative_copy.setter def authoritative_copy(self, authoritative_copy): - """ - Sets the authoritative_copy of this Envelope. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Sets the authoritative_copy of this Envelope. + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :param authoritative_copy: The authoritative_copy of this Envelope. + :param authoritative_copy: The authoritative_copy of this Envelope. # noqa: E501 :type: str """ @@ -471,22 +626,22 @@ def authoritative_copy(self, authoritative_copy): @property def authoritative_copy_default(self): - """ - Gets the authoritative_copy_default of this Envelope. - + """Gets the authoritative_copy_default of this Envelope. # noqa: E501 - :return: The authoritative_copy_default of this Envelope. + # noqa: E501 + + :return: The authoritative_copy_default of this Envelope. # noqa: E501 :rtype: str """ return self._authoritative_copy_default @authoritative_copy_default.setter def authoritative_copy_default(self, authoritative_copy_default): - """ - Sets the authoritative_copy_default of this Envelope. - + """Sets the authoritative_copy_default of this Envelope. + + # noqa: E501 - :param authoritative_copy_default: The authoritative_copy_default of this Envelope. + :param authoritative_copy_default: The authoritative_copy_default of this Envelope. # noqa: E501 :type: str """ @@ -494,22 +649,22 @@ def authoritative_copy_default(self, authoritative_copy_default): @property def auto_navigation(self): - """ - Gets the auto_navigation of this Envelope. - + """Gets the auto_navigation of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The auto_navigation of this Envelope. + :return: The auto_navigation of this Envelope. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this Envelope. - + """Sets the auto_navigation of this Envelope. - :param auto_navigation: The auto_navigation of this Envelope. + # noqa: E501 + + :param auto_navigation: The auto_navigation of this Envelope. # noqa: E501 :type: str """ @@ -517,22 +672,22 @@ def auto_navigation(self, auto_navigation): @property def brand_id(self): - """ - Gets the brand_id of this Envelope. - + """Gets the brand_id of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The brand_id of this Envelope. + :return: The brand_id of this Envelope. # noqa: E501 :rtype: str """ return self._brand_id @brand_id.setter def brand_id(self, brand_id): - """ - Sets the brand_id of this Envelope. - + """Sets the brand_id of this Envelope. + + # noqa: E501 - :param brand_id: The brand_id of this Envelope. + :param brand_id: The brand_id of this Envelope. # noqa: E501 :type: str """ @@ -540,22 +695,22 @@ def brand_id(self, brand_id): @property def brand_lock(self): - """ - Gets the brand_lock of this Envelope. - + """Gets the brand_lock of this Envelope. # noqa: E501 - :return: The brand_lock of this Envelope. + # noqa: E501 + + :return: The brand_lock of this Envelope. # noqa: E501 :rtype: str """ return self._brand_lock @brand_lock.setter def brand_lock(self, brand_lock): - """ - Sets the brand_lock of this Envelope. - + """Sets the brand_lock of this Envelope. + + # noqa: E501 - :param brand_lock: The brand_lock of this Envelope. + :param brand_lock: The brand_lock of this Envelope. # noqa: E501 :type: str """ @@ -563,22 +718,22 @@ def brand_lock(self, brand_lock): @property def certificate_uri(self): - """ - Gets the certificate_uri of this Envelope. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Gets the certificate_uri of this Envelope. # noqa: E501 + + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 - :return: The certificate_uri of this Envelope. + :return: The certificate_uri of this Envelope. # noqa: E501 :rtype: str """ return self._certificate_uri @certificate_uri.setter def certificate_uri(self, certificate_uri): - """ - Sets the certificate_uri of this Envelope. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Sets the certificate_uri of this Envelope. - :param certificate_uri: The certificate_uri of this Envelope. + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 + + :param certificate_uri: The certificate_uri of this Envelope. # noqa: E501 :type: str """ @@ -586,22 +741,22 @@ def certificate_uri(self, certificate_uri): @property def completed_date_time(self): - """ - Gets the completed_date_time of this Envelope. - Specifies the date and time this item was completed. + """Gets the completed_date_time of this Envelope. # noqa: E501 + + Specifies the date and time this item was completed. # noqa: E501 - :return: The completed_date_time of this Envelope. + :return: The completed_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._completed_date_time @completed_date_time.setter def completed_date_time(self, completed_date_time): - """ - Sets the completed_date_time of this Envelope. - Specifies the date and time this item was completed. + """Sets the completed_date_time of this Envelope. + + Specifies the date and time this item was completed. # noqa: E501 - :param completed_date_time: The completed_date_time of this Envelope. + :param completed_date_time: The completed_date_time of this Envelope. # noqa: E501 :type: str """ @@ -609,22 +764,22 @@ def completed_date_time(self, completed_date_time): @property def copy_recipient_data(self): - """ - Gets the copy_recipient_data of this Envelope. - + """Gets the copy_recipient_data of this Envelope. # noqa: E501 - :return: The copy_recipient_data of this Envelope. + # noqa: E501 + + :return: The copy_recipient_data of this Envelope. # noqa: E501 :rtype: str """ return self._copy_recipient_data @copy_recipient_data.setter def copy_recipient_data(self, copy_recipient_data): - """ - Sets the copy_recipient_data of this Envelope. - + """Sets the copy_recipient_data of this Envelope. + + # noqa: E501 - :param copy_recipient_data: The copy_recipient_data of this Envelope. + :param copy_recipient_data: The copy_recipient_data of this Envelope. # noqa: E501 :type: str """ @@ -632,22 +787,22 @@ def copy_recipient_data(self, copy_recipient_data): @property def created_date_time(self): - """ - Gets the created_date_time of this Envelope. - Indicates the date and time the item was created. + """Gets the created_date_time of this Envelope. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this Envelope. + :return: The created_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this Envelope. - Indicates the date and time the item was created. + """Sets the created_date_time of this Envelope. - :param created_date_time: The created_date_time of this Envelope. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this Envelope. # noqa: E501 :type: str """ @@ -655,20 +810,20 @@ def created_date_time(self, created_date_time): @property def custom_fields(self): - """ - Gets the custom_fields of this Envelope. + """Gets the custom_fields of this Envelope. # noqa: E501 - :return: The custom_fields of this Envelope. + + :return: The custom_fields of this Envelope. # noqa: E501 :rtype: CustomFields """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Envelope. + """Sets the custom_fields of this Envelope. - :param custom_fields: The custom_fields of this Envelope. + + :param custom_fields: The custom_fields of this Envelope. # noqa: E501 :type: CustomFields """ @@ -676,22 +831,22 @@ def custom_fields(self, custom_fields): @property def custom_fields_uri(self): - """ - Gets the custom_fields_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Gets the custom_fields_uri of this Envelope. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 - :return: The custom_fields_uri of this Envelope. + :return: The custom_fields_uri of this Envelope. # noqa: E501 :rtype: str """ return self._custom_fields_uri @custom_fields_uri.setter def custom_fields_uri(self, custom_fields_uri): - """ - Sets the custom_fields_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Sets the custom_fields_uri of this Envelope. + + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 - :param custom_fields_uri: The custom_fields_uri of this Envelope. + :param custom_fields_uri: The custom_fields_uri of this Envelope. # noqa: E501 :type: str """ @@ -699,22 +854,22 @@ def custom_fields_uri(self, custom_fields_uri): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Envelope. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Envelope. # noqa: E501 - :return: The declined_date_time of this Envelope. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Envelope. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Envelope. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this Envelope. + :param declined_date_time: The declined_date_time of this Envelope. # noqa: E501 :type: str """ @@ -722,22 +877,22 @@ def declined_date_time(self, declined_date_time): @property def deleted_date_time(self): - """ - Gets the deleted_date_time of this Envelope. - Specifies the data and time the item was deleted. + """Gets the deleted_date_time of this Envelope. # noqa: E501 + + Specifies the data and time the item was deleted. # noqa: E501 - :return: The deleted_date_time of this Envelope. + :return: The deleted_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._deleted_date_time @deleted_date_time.setter def deleted_date_time(self, deleted_date_time): - """ - Sets the deleted_date_time of this Envelope. - Specifies the data and time the item was deleted. + """Sets the deleted_date_time of this Envelope. - :param deleted_date_time: The deleted_date_time of this Envelope. + Specifies the data and time the item was deleted. # noqa: E501 + + :param deleted_date_time: The deleted_date_time of this Envelope. # noqa: E501 :type: str """ @@ -745,22 +900,22 @@ def deleted_date_time(self, deleted_date_time): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Envelope. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Envelope. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this Envelope. + :return: The delivered_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Envelope. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Envelope. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this Envelope. + :param delivered_date_time: The delivered_date_time of this Envelope. # noqa: E501 :type: str """ @@ -768,22 +923,22 @@ def delivered_date_time(self, delivered_date_time): @property def disable_responsive_document(self): - """ - Gets the disable_responsive_document of this Envelope. - + """Gets the disable_responsive_document of this Envelope. # noqa: E501 - :return: The disable_responsive_document of this Envelope. + # noqa: E501 + + :return: The disable_responsive_document of this Envelope. # noqa: E501 :rtype: str """ return self._disable_responsive_document @disable_responsive_document.setter def disable_responsive_document(self, disable_responsive_document): - """ - Sets the disable_responsive_document of this Envelope. - + """Sets the disable_responsive_document of this Envelope. + + # noqa: E501 - :param disable_responsive_document: The disable_responsive_document of this Envelope. + :param disable_responsive_document: The disable_responsive_document of this Envelope. # noqa: E501 :type: str """ @@ -791,22 +946,22 @@ def disable_responsive_document(self, disable_responsive_document): @property def documents_combined_uri(self): - """ - Gets the documents_combined_uri of this Envelope. - + """Gets the documents_combined_uri of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The documents_combined_uri of this Envelope. + :return: The documents_combined_uri of this Envelope. # noqa: E501 :rtype: str """ return self._documents_combined_uri @documents_combined_uri.setter def documents_combined_uri(self, documents_combined_uri): - """ - Sets the documents_combined_uri of this Envelope. - + """Sets the documents_combined_uri of this Envelope. - :param documents_combined_uri: The documents_combined_uri of this Envelope. + # noqa: E501 + + :param documents_combined_uri: The documents_combined_uri of this Envelope. # noqa: E501 :type: str """ @@ -814,22 +969,22 @@ def documents_combined_uri(self, documents_combined_uri): @property def documents_uri(self): - """ - Gets the documents_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Gets the documents_uri of this Envelope. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :return: The documents_uri of this Envelope. + :return: The documents_uri of this Envelope. # noqa: E501 :rtype: str """ return self._documents_uri @documents_uri.setter def documents_uri(self, documents_uri): - """ - Sets the documents_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Sets the documents_uri of this Envelope. + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :param documents_uri: The documents_uri of this Envelope. + :param documents_uri: The documents_uri of this Envelope. # noqa: E501 :type: str """ @@ -837,22 +992,22 @@ def documents_uri(self, documents_uri): @property def email_blurb(self): - """ - Gets the email_blurb of this Envelope. - This is the same as the email body. If specified it is included in email body for all envelope recipients. + """Gets the email_blurb of this Envelope. # noqa: E501 - :return: The email_blurb of this Envelope. + This is the same as the email body. If specified it is included in email body for all envelope recipients. # noqa: E501 + + :return: The email_blurb of this Envelope. # noqa: E501 :rtype: str """ return self._email_blurb @email_blurb.setter def email_blurb(self, email_blurb): - """ - Sets the email_blurb of this Envelope. - This is the same as the email body. If specified it is included in email body for all envelope recipients. + """Sets the email_blurb of this Envelope. + + This is the same as the email body. If specified it is included in email body for all envelope recipients. # noqa: E501 - :param email_blurb: The email_blurb of this Envelope. + :param email_blurb: The email_blurb of this Envelope. # noqa: E501 :type: str """ @@ -860,20 +1015,20 @@ def email_blurb(self, email_blurb): @property def email_settings(self): - """ - Gets the email_settings of this Envelope. + """Gets the email_settings of this Envelope. # noqa: E501 + - :return: The email_settings of this Envelope. + :return: The email_settings of this Envelope. # noqa: E501 :rtype: EmailSettings """ return self._email_settings @email_settings.setter def email_settings(self, email_settings): - """ - Sets the email_settings of this Envelope. + """Sets the email_settings of this Envelope. - :param email_settings: The email_settings of this Envelope. + + :param email_settings: The email_settings of this Envelope. # noqa: E501 :type: EmailSettings """ @@ -881,22 +1036,22 @@ def email_settings(self, email_settings): @property def email_subject(self): - """ - Gets the email_subject of this Envelope. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this Envelope. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this Envelope. + :return: The email_subject of this Envelope. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this Envelope. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this Envelope. + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :param email_subject: The email_subject of this Envelope. + :param email_subject: The email_subject of this Envelope. # noqa: E501 :type: str """ @@ -904,22 +1059,22 @@ def email_subject(self, email_subject): @property def enable_wet_sign(self): - """ - Gets the enable_wet_sign of this Envelope. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Gets the enable_wet_sign of this Envelope. # noqa: E501 - :return: The enable_wet_sign of this Envelope. + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 + + :return: The enable_wet_sign of this Envelope. # noqa: E501 :rtype: str """ return self._enable_wet_sign @enable_wet_sign.setter def enable_wet_sign(self, enable_wet_sign): - """ - Sets the enable_wet_sign of this Envelope. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Sets the enable_wet_sign of this Envelope. + + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 - :param enable_wet_sign: The enable_wet_sign of this Envelope. + :param enable_wet_sign: The enable_wet_sign of this Envelope. # noqa: E501 :type: str """ @@ -927,22 +1082,22 @@ def enable_wet_sign(self, enable_wet_sign): @property def enforce_signer_visibility(self): - """ - Gets the enforce_signer_visibility of this Envelope. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Gets the enforce_signer_visibility of this Envelope. # noqa: E501 + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :return: The enforce_signer_visibility of this Envelope. + :return: The enforce_signer_visibility of this Envelope. # noqa: E501 :rtype: str """ return self._enforce_signer_visibility @enforce_signer_visibility.setter def enforce_signer_visibility(self, enforce_signer_visibility): - """ - Sets the enforce_signer_visibility of this Envelope. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Sets the enforce_signer_visibility of this Envelope. + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :param enforce_signer_visibility: The enforce_signer_visibility of this Envelope. + :param enforce_signer_visibility: The enforce_signer_visibility of this Envelope. # noqa: E501 :type: str """ @@ -950,22 +1105,22 @@ def enforce_signer_visibility(self, enforce_signer_visibility): @property def envelope_attachments(self): - """ - Gets the envelope_attachments of this Envelope. - + """Gets the envelope_attachments of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The envelope_attachments of this Envelope. + :return: The envelope_attachments of this Envelope. # noqa: E501 :rtype: list[Attachment] """ return self._envelope_attachments @envelope_attachments.setter def envelope_attachments(self, envelope_attachments): - """ - Sets the envelope_attachments of this Envelope. - + """Sets the envelope_attachments of this Envelope. - :param envelope_attachments: The envelope_attachments of this Envelope. + # noqa: E501 + + :param envelope_attachments: The envelope_attachments of this Envelope. # noqa: E501 :type: list[Attachment] """ @@ -973,22 +1128,22 @@ def envelope_attachments(self, envelope_attachments): @property def envelope_documents(self): - """ - Gets the envelope_documents of this Envelope. - + """Gets the envelope_documents of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The envelope_documents of this Envelope. + :return: The envelope_documents of this Envelope. # noqa: E501 :rtype: list[EnvelopeDocument] """ return self._envelope_documents @envelope_documents.setter def envelope_documents(self, envelope_documents): - """ - Sets the envelope_documents of this Envelope. - + """Sets the envelope_documents of this Envelope. + + # noqa: E501 - :param envelope_documents: The envelope_documents of this Envelope. + :param envelope_documents: The envelope_documents of this Envelope. # noqa: E501 :type: list[EnvelopeDocument] """ @@ -996,22 +1151,22 @@ def envelope_documents(self, envelope_documents): @property def envelope_id(self): - """ - Gets the envelope_id of this Envelope. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this Envelope. # noqa: E501 - :return: The envelope_id of this Envelope. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this Envelope. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this Envelope. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this Envelope. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this Envelope. + :param envelope_id: The envelope_id of this Envelope. # noqa: E501 :type: str """ @@ -1019,22 +1174,22 @@ def envelope_id(self, envelope_id): @property def envelope_id_stamping(self): - """ - Gets the envelope_id_stamping of this Envelope. - When set to **true**, Envelope ID Stamping is enabled. + """Gets the envelope_id_stamping of this Envelope. # noqa: E501 + + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 - :return: The envelope_id_stamping of this Envelope. + :return: The envelope_id_stamping of this Envelope. # noqa: E501 :rtype: str """ return self._envelope_id_stamping @envelope_id_stamping.setter def envelope_id_stamping(self, envelope_id_stamping): - """ - Sets the envelope_id_stamping of this Envelope. - When set to **true**, Envelope ID Stamping is enabled. + """Sets the envelope_id_stamping of this Envelope. - :param envelope_id_stamping: The envelope_id_stamping of this Envelope. + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 + + :param envelope_id_stamping: The envelope_id_stamping of this Envelope. # noqa: E501 :type: str """ @@ -1042,22 +1197,22 @@ def envelope_id_stamping(self, envelope_id_stamping): @property def envelope_location(self): - """ - Gets the envelope_location of this Envelope. - + """Gets the envelope_location of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The envelope_location of this Envelope. + :return: The envelope_location of this Envelope. # noqa: E501 :rtype: str """ return self._envelope_location @envelope_location.setter def envelope_location(self, envelope_location): - """ - Sets the envelope_location of this Envelope. - + """Sets the envelope_location of this Envelope. + + # noqa: E501 - :param envelope_location: The envelope_location of this Envelope. + :param envelope_location: The envelope_location of this Envelope. # noqa: E501 :type: str """ @@ -1065,20 +1220,20 @@ def envelope_location(self, envelope_location): @property def envelope_metadata(self): - """ - Gets the envelope_metadata of this Envelope. + """Gets the envelope_metadata of this Envelope. # noqa: E501 - :return: The envelope_metadata of this Envelope. + + :return: The envelope_metadata of this Envelope. # noqa: E501 :rtype: EnvelopeMetadata """ return self._envelope_metadata @envelope_metadata.setter def envelope_metadata(self, envelope_metadata): - """ - Sets the envelope_metadata of this Envelope. + """Sets the envelope_metadata of this Envelope. + - :param envelope_metadata: The envelope_metadata of this Envelope. + :param envelope_metadata: The envelope_metadata of this Envelope. # noqa: E501 :type: EnvelopeMetadata """ @@ -1086,22 +1241,22 @@ def envelope_metadata(self, envelope_metadata): @property def envelope_uri(self): - """ - Gets the envelope_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Gets the envelope_uri of this Envelope. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 - :return: The envelope_uri of this Envelope. + :return: The envelope_uri of this Envelope. # noqa: E501 :rtype: str """ return self._envelope_uri @envelope_uri.setter def envelope_uri(self, envelope_uri): - """ - Sets the envelope_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Sets the envelope_uri of this Envelope. - :param envelope_uri: The envelope_uri of this Envelope. + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 + + :param envelope_uri: The envelope_uri of this Envelope. # noqa: E501 :type: str """ @@ -1109,22 +1264,22 @@ def envelope_uri(self, envelope_uri): @property def expire_after(self): - """ - Gets the expire_after of this Envelope. - + """Gets the expire_after of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The expire_after of this Envelope. + :return: The expire_after of this Envelope. # noqa: E501 :rtype: str """ return self._expire_after @expire_after.setter def expire_after(self, expire_after): - """ - Sets the expire_after of this Envelope. - + """Sets the expire_after of this Envelope. + + # noqa: E501 - :param expire_after: The expire_after of this Envelope. + :param expire_after: The expire_after of this Envelope. # noqa: E501 :type: str """ @@ -1132,22 +1287,22 @@ def expire_after(self, expire_after): @property def expire_date_time(self): - """ - Gets the expire_date_time of this Envelope. - + """Gets the expire_date_time of this Envelope. # noqa: E501 - :return: The expire_date_time of this Envelope. + # noqa: E501 + + :return: The expire_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._expire_date_time @expire_date_time.setter def expire_date_time(self, expire_date_time): - """ - Sets the expire_date_time of this Envelope. - + """Sets the expire_date_time of this Envelope. + + # noqa: E501 - :param expire_date_time: The expire_date_time of this Envelope. + :param expire_date_time: The expire_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1155,22 +1310,22 @@ def expire_date_time(self, expire_date_time): @property def expire_enabled(self): - """ - Gets the expire_enabled of this Envelope. - + """Gets the expire_enabled of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The expire_enabled of this Envelope. + :return: The expire_enabled of this Envelope. # noqa: E501 :rtype: str """ return self._expire_enabled @expire_enabled.setter def expire_enabled(self, expire_enabled): - """ - Sets the expire_enabled of this Envelope. - + """Sets the expire_enabled of this Envelope. - :param expire_enabled: The expire_enabled of this Envelope. + # noqa: E501 + + :param expire_enabled: The expire_enabled of this Envelope. # noqa: E501 :type: str """ @@ -1178,22 +1333,22 @@ def expire_enabled(self, expire_enabled): @property def external_envelope_id(self): - """ - Gets the external_envelope_id of this Envelope. - + """Gets the external_envelope_id of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The external_envelope_id of this Envelope. + :return: The external_envelope_id of this Envelope. # noqa: E501 :rtype: str """ return self._external_envelope_id @external_envelope_id.setter def external_envelope_id(self, external_envelope_id): - """ - Sets the external_envelope_id of this Envelope. - + """Sets the external_envelope_id of this Envelope. + + # noqa: E501 - :param external_envelope_id: The external_envelope_id of this Envelope. + :param external_envelope_id: The external_envelope_id of this Envelope. # noqa: E501 :type: str """ @@ -1201,22 +1356,22 @@ def external_envelope_id(self, external_envelope_id): @property def folders(self): - """ - Gets the folders of this Envelope. - + """Gets the folders of this Envelope. # noqa: E501 - :return: The folders of this Envelope. + # noqa: E501 + + :return: The folders of this Envelope. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this Envelope. - + """Sets the folders of this Envelope. - :param folders: The folders of this Envelope. + # noqa: E501 + + :param folders: The folders of this Envelope. # noqa: E501 :type: list[Folder] """ @@ -1224,22 +1379,22 @@ def folders(self, folders): @property def has_comments(self): - """ - Gets the has_comments of this Envelope. - + """Gets the has_comments of this Envelope. # noqa: E501 - :return: The has_comments of this Envelope. + # noqa: E501 + + :return: The has_comments of this Envelope. # noqa: E501 :rtype: str """ return self._has_comments @has_comments.setter def has_comments(self, has_comments): - """ - Sets the has_comments of this Envelope. - + """Sets the has_comments of this Envelope. + + # noqa: E501 - :param has_comments: The has_comments of this Envelope. + :param has_comments: The has_comments of this Envelope. # noqa: E501 :type: str """ @@ -1247,22 +1402,22 @@ def has_comments(self, has_comments): @property def has_form_data_changed(self): - """ - Gets the has_form_data_changed of this Envelope. - + """Gets the has_form_data_changed of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The has_form_data_changed of this Envelope. + :return: The has_form_data_changed of this Envelope. # noqa: E501 :rtype: str """ return self._has_form_data_changed @has_form_data_changed.setter def has_form_data_changed(self, has_form_data_changed): - """ - Sets the has_form_data_changed of this Envelope. - + """Sets the has_form_data_changed of this Envelope. - :param has_form_data_changed: The has_form_data_changed of this Envelope. + # noqa: E501 + + :param has_form_data_changed: The has_form_data_changed of this Envelope. # noqa: E501 :type: str """ @@ -1270,22 +1425,22 @@ def has_form_data_changed(self, has_form_data_changed): @property def has_wav_file(self): - """ - Gets the has_wav_file of this Envelope. - + """Gets the has_wav_file of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The has_wav_file of this Envelope. + :return: The has_wav_file of this Envelope. # noqa: E501 :rtype: str """ return self._has_wav_file @has_wav_file.setter def has_wav_file(self, has_wav_file): - """ - Sets the has_wav_file of this Envelope. - + """Sets the has_wav_file of this Envelope. + + # noqa: E501 - :param has_wav_file: The has_wav_file of this Envelope. + :param has_wav_file: The has_wav_file of this Envelope. # noqa: E501 :type: str """ @@ -1293,22 +1448,22 @@ def has_wav_file(self, has_wav_file): @property def holder(self): - """ - Gets the holder of this Envelope. - + """Gets the holder of this Envelope. # noqa: E501 - :return: The holder of this Envelope. + # noqa: E501 + + :return: The holder of this Envelope. # noqa: E501 :rtype: str """ return self._holder @holder.setter def holder(self, holder): - """ - Sets the holder of this Envelope. - + """Sets the holder of this Envelope. + + # noqa: E501 - :param holder: The holder of this Envelope. + :param holder: The holder of this Envelope. # noqa: E501 :type: str """ @@ -1316,22 +1471,22 @@ def holder(self, holder): @property def initial_sent_date_time(self): - """ - Gets the initial_sent_date_time of this Envelope. - + """Gets the initial_sent_date_time of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The initial_sent_date_time of this Envelope. + :return: The initial_sent_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._initial_sent_date_time @initial_sent_date_time.setter def initial_sent_date_time(self, initial_sent_date_time): - """ - Sets the initial_sent_date_time of this Envelope. - + """Sets the initial_sent_date_time of this Envelope. - :param initial_sent_date_time: The initial_sent_date_time of this Envelope. + # noqa: E501 + + :param initial_sent_date_time: The initial_sent_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1339,22 +1494,22 @@ def initial_sent_date_time(self, initial_sent_date_time): @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this Envelope. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this Envelope. # noqa: E501 + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :return: The is21_cfr_part11 of this Envelope. + :return: The is21_cfr_part11 of this Envelope. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this Envelope. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this Envelope. + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :param is21_cfr_part11: The is21_cfr_part11 of this Envelope. + :param is21_cfr_part11: The is21_cfr_part11 of this Envelope. # noqa: E501 :type: str """ @@ -1362,22 +1517,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def is_dynamic_envelope(self): - """ - Gets the is_dynamic_envelope of this Envelope. - + """Gets the is_dynamic_envelope of this Envelope. # noqa: E501 - :return: The is_dynamic_envelope of this Envelope. + # noqa: E501 + + :return: The is_dynamic_envelope of this Envelope. # noqa: E501 :rtype: str """ return self._is_dynamic_envelope @is_dynamic_envelope.setter def is_dynamic_envelope(self, is_dynamic_envelope): - """ - Sets the is_dynamic_envelope of this Envelope. - + """Sets the is_dynamic_envelope of this Envelope. + + # noqa: E501 - :param is_dynamic_envelope: The is_dynamic_envelope of this Envelope. + :param is_dynamic_envelope: The is_dynamic_envelope of this Envelope. # noqa: E501 :type: str """ @@ -1385,22 +1540,22 @@ def is_dynamic_envelope(self, is_dynamic_envelope): @property def is_signature_provider_envelope(self): - """ - Gets the is_signature_provider_envelope of this Envelope. - + """Gets the is_signature_provider_envelope of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The is_signature_provider_envelope of this Envelope. + :return: The is_signature_provider_envelope of this Envelope. # noqa: E501 :rtype: str """ return self._is_signature_provider_envelope @is_signature_provider_envelope.setter def is_signature_provider_envelope(self, is_signature_provider_envelope): - """ - Sets the is_signature_provider_envelope of this Envelope. - + """Sets the is_signature_provider_envelope of this Envelope. - :param is_signature_provider_envelope: The is_signature_provider_envelope of this Envelope. + # noqa: E501 + + :param is_signature_provider_envelope: The is_signature_provider_envelope of this Envelope. # noqa: E501 :type: str """ @@ -1408,22 +1563,22 @@ def is_signature_provider_envelope(self, is_signature_provider_envelope): @property def last_modified_date_time(self): - """ - Gets the last_modified_date_time of this Envelope. - The date and time the item was last modified. + """Gets the last_modified_date_time of this Envelope. # noqa: E501 + + The date and time the item was last modified. # noqa: E501 - :return: The last_modified_date_time of this Envelope. + :return: The last_modified_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._last_modified_date_time @last_modified_date_time.setter def last_modified_date_time(self, last_modified_date_time): - """ - Sets the last_modified_date_time of this Envelope. - The date and time the item was last modified. + """Sets the last_modified_date_time of this Envelope. + + The date and time the item was last modified. # noqa: E501 - :param last_modified_date_time: The last_modified_date_time of this Envelope. + :param last_modified_date_time: The last_modified_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1431,22 +1586,22 @@ def last_modified_date_time(self, last_modified_date_time): @property def location(self): - """ - Gets the location of this Envelope. - + """Gets the location of this Envelope. # noqa: E501 - :return: The location of this Envelope. + # noqa: E501 + + :return: The location of this Envelope. # noqa: E501 :rtype: str """ return self._location @location.setter def location(self, location): - """ - Sets the location of this Envelope. - + """Sets the location of this Envelope. + + # noqa: E501 - :param location: The location of this Envelope. + :param location: The location of this Envelope. # noqa: E501 :type: str """ @@ -1454,20 +1609,20 @@ def location(self, location): @property def lock_information(self): - """ - Gets the lock_information of this Envelope. + """Gets the lock_information of this Envelope. # noqa: E501 + - :return: The lock_information of this Envelope. + :return: The lock_information of this Envelope. # noqa: E501 :rtype: LockInformation """ return self._lock_information @lock_information.setter def lock_information(self, lock_information): - """ - Sets the lock_information of this Envelope. + """Sets the lock_information of this Envelope. - :param lock_information: The lock_information of this Envelope. + + :param lock_information: The lock_information of this Envelope. # noqa: E501 :type: LockInformation """ @@ -1475,22 +1630,22 @@ def lock_information(self, lock_information): @property def message_lock(self): - """ - Gets the message_lock of this Envelope. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Gets the message_lock of this Envelope. # noqa: E501 + + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 - :return: The message_lock of this Envelope. + :return: The message_lock of this Envelope. # noqa: E501 :rtype: str """ return self._message_lock @message_lock.setter def message_lock(self, message_lock): - """ - Sets the message_lock of this Envelope. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Sets the message_lock of this Envelope. + + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 - :param message_lock: The message_lock of this Envelope. + :param message_lock: The message_lock of this Envelope. # noqa: E501 :type: str """ @@ -1498,20 +1653,20 @@ def message_lock(self, message_lock): @property def notification(self): - """ - Gets the notification of this Envelope. + """Gets the notification of this Envelope. # noqa: E501 + - :return: The notification of this Envelope. + :return: The notification of this Envelope. # noqa: E501 :rtype: Notification """ return self._notification @notification.setter def notification(self, notification): - """ - Sets the notification of this Envelope. + """Sets the notification of this Envelope. + - :param notification: The notification of this Envelope. + :param notification: The notification of this Envelope. # noqa: E501 :type: Notification """ @@ -1519,22 +1674,22 @@ def notification(self, notification): @property def notification_uri(self): - """ - Gets the notification_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Gets the notification_uri of this Envelope. # noqa: E501 - :return: The notification_uri of this Envelope. + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 + + :return: The notification_uri of this Envelope. # noqa: E501 :rtype: str """ return self._notification_uri @notification_uri.setter def notification_uri(self, notification_uri): - """ - Sets the notification_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Sets the notification_uri of this Envelope. + + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 - :param notification_uri: The notification_uri of this Envelope. + :param notification_uri: The notification_uri of this Envelope. # noqa: E501 :type: str """ @@ -1542,20 +1697,20 @@ def notification_uri(self, notification_uri): @property def power_form(self): - """ - Gets the power_form of this Envelope. + """Gets the power_form of this Envelope. # noqa: E501 + - :return: The power_form of this Envelope. + :return: The power_form of this Envelope. # noqa: E501 :rtype: PowerForm """ return self._power_form @power_form.setter def power_form(self, power_form): - """ - Sets the power_form of this Envelope. + """Sets the power_form of this Envelope. - :param power_form: The power_form of this Envelope. + + :param power_form: The power_form of this Envelope. # noqa: E501 :type: PowerForm """ @@ -1563,22 +1718,22 @@ def power_form(self, power_form): @property def purge_completed_date(self): - """ - Gets the purge_completed_date of this Envelope. - + """Gets the purge_completed_date of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The purge_completed_date of this Envelope. + :return: The purge_completed_date of this Envelope. # noqa: E501 :rtype: str """ return self._purge_completed_date @purge_completed_date.setter def purge_completed_date(self, purge_completed_date): - """ - Sets the purge_completed_date of this Envelope. - + """Sets the purge_completed_date of this Envelope. + + # noqa: E501 - :param purge_completed_date: The purge_completed_date of this Envelope. + :param purge_completed_date: The purge_completed_date of this Envelope. # noqa: E501 :type: str """ @@ -1586,22 +1741,22 @@ def purge_completed_date(self, purge_completed_date): @property def purge_request_date(self): - """ - Gets the purge_request_date of this Envelope. - + """Gets the purge_request_date of this Envelope. # noqa: E501 - :return: The purge_request_date of this Envelope. + # noqa: E501 + + :return: The purge_request_date of this Envelope. # noqa: E501 :rtype: str """ return self._purge_request_date @purge_request_date.setter def purge_request_date(self, purge_request_date): - """ - Sets the purge_request_date of this Envelope. - + """Sets the purge_request_date of this Envelope. + + # noqa: E501 - :param purge_request_date: The purge_request_date of this Envelope. + :param purge_request_date: The purge_request_date of this Envelope. # noqa: E501 :type: str """ @@ -1609,22 +1764,22 @@ def purge_request_date(self, purge_request_date): @property def purge_state(self): - """ - Gets the purge_state of this Envelope. - + """Gets the purge_state of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The purge_state of this Envelope. + :return: The purge_state of this Envelope. # noqa: E501 :rtype: str """ return self._purge_state @purge_state.setter def purge_state(self, purge_state): - """ - Sets the purge_state of this Envelope. - + """Sets the purge_state of this Envelope. - :param purge_state: The purge_state of this Envelope. + # noqa: E501 + + :param purge_state: The purge_state of this Envelope. # noqa: E501 :type: str """ @@ -1632,20 +1787,20 @@ def purge_state(self, purge_state): @property def recipients(self): - """ - Gets the recipients of this Envelope. + """Gets the recipients of this Envelope. # noqa: E501 + - :return: The recipients of this Envelope. + :return: The recipients of this Envelope. # noqa: E501 :rtype: Recipients """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this Envelope. + """Sets the recipients of this Envelope. + - :param recipients: The recipients of this Envelope. + :param recipients: The recipients of this Envelope. # noqa: E501 :type: Recipients """ @@ -1653,22 +1808,22 @@ def recipients(self, recipients): @property def recipients_lock(self): - """ - Gets the recipients_lock of this Envelope. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Gets the recipients_lock of this Envelope. # noqa: E501 - :return: The recipients_lock of this Envelope. + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 + + :return: The recipients_lock of this Envelope. # noqa: E501 :rtype: str """ return self._recipients_lock @recipients_lock.setter def recipients_lock(self, recipients_lock): - """ - Sets the recipients_lock of this Envelope. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Sets the recipients_lock of this Envelope. + + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 - :param recipients_lock: The recipients_lock of this Envelope. + :param recipients_lock: The recipients_lock of this Envelope. # noqa: E501 :type: str """ @@ -1676,22 +1831,22 @@ def recipients_lock(self, recipients_lock): @property def recipients_uri(self): - """ - Gets the recipients_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Gets the recipients_uri of this Envelope. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 - :return: The recipients_uri of this Envelope. + :return: The recipients_uri of this Envelope. # noqa: E501 :rtype: str """ return self._recipients_uri @recipients_uri.setter def recipients_uri(self, recipients_uri): - """ - Sets the recipients_uri of this Envelope. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Sets the recipients_uri of this Envelope. - :param recipients_uri: The recipients_uri of this Envelope. + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 + + :param recipients_uri: The recipients_uri of this Envelope. # noqa: E501 :type: str """ @@ -1699,20 +1854,20 @@ def recipients_uri(self, recipients_uri): @property def sender(self): - """ - Gets the sender of this Envelope. + """Gets the sender of this Envelope. # noqa: E501 + - :return: The sender of this Envelope. + :return: The sender of this Envelope. # noqa: E501 :rtype: UserInfo """ return self._sender @sender.setter def sender(self, sender): - """ - Sets the sender of this Envelope. + """Sets the sender of this Envelope. + - :param sender: The sender of this Envelope. + :param sender: The sender of this Envelope. # noqa: E501 :type: UserInfo """ @@ -1720,22 +1875,22 @@ def sender(self, sender): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Envelope. - The date and time the envelope was sent. + """Gets the sent_date_time of this Envelope. # noqa: E501 - :return: The sent_date_time of this Envelope. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Envelope. - The date and time the envelope was sent. + """Sets the sent_date_time of this Envelope. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this Envelope. + :param sent_date_time: The sent_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1743,22 +1898,22 @@ def sent_date_time(self, sent_date_time): @property def signer_can_sign_on_mobile(self): - """ - Gets the signer_can_sign_on_mobile of this Envelope. - + """Gets the signer_can_sign_on_mobile of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The signer_can_sign_on_mobile of this Envelope. + :return: The signer_can_sign_on_mobile of this Envelope. # noqa: E501 :rtype: str """ return self._signer_can_sign_on_mobile @signer_can_sign_on_mobile.setter def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): - """ - Sets the signer_can_sign_on_mobile of this Envelope. - + """Sets the signer_can_sign_on_mobile of this Envelope. - :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this Envelope. + # noqa: E501 + + :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this Envelope. # noqa: E501 :type: str """ @@ -1766,22 +1921,22 @@ def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): @property def signing_location(self): - """ - Gets the signing_location of this Envelope. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Gets the signing_location of this Envelope. # noqa: E501 + + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 - :return: The signing_location of this Envelope. + :return: The signing_location of this Envelope. # noqa: E501 :rtype: str """ return self._signing_location @signing_location.setter def signing_location(self, signing_location): - """ - Sets the signing_location of this Envelope. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Sets the signing_location of this Envelope. + + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 - :param signing_location: The signing_location of this Envelope. + :param signing_location: The signing_location of this Envelope. # noqa: E501 :type: str """ @@ -1789,22 +1944,22 @@ def signing_location(self, signing_location): @property def status(self): - """ - Gets the status of this Envelope. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Envelope. # noqa: E501 - :return: The status of this Envelope. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Envelope. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Envelope. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Envelope. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Envelope. + :param status: The status of this Envelope. # noqa: E501 :type: str """ @@ -1812,22 +1967,22 @@ def status(self, status): @property def status_changed_date_time(self): - """ - Gets the status_changed_date_time of this Envelope. - The data and time the status changed. + """Gets the status_changed_date_time of this Envelope. # noqa: E501 + + The data and time the status changed. # noqa: E501 - :return: The status_changed_date_time of this Envelope. + :return: The status_changed_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._status_changed_date_time @status_changed_date_time.setter def status_changed_date_time(self, status_changed_date_time): - """ - Sets the status_changed_date_time of this Envelope. - The data and time the status changed. + """Sets the status_changed_date_time of this Envelope. - :param status_changed_date_time: The status_changed_date_time of this Envelope. + The data and time the status changed. # noqa: E501 + + :param status_changed_date_time: The status_changed_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1835,22 +1990,22 @@ def status_changed_date_time(self, status_changed_date_time): @property def status_date_time(self): - """ - Gets the status_date_time of this Envelope. - + """Gets the status_date_time of this Envelope. # noqa: E501 + + # noqa: E501 - :return: The status_date_time of this Envelope. + :return: The status_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._status_date_time @status_date_time.setter def status_date_time(self, status_date_time): - """ - Sets the status_date_time of this Envelope. - + """Sets the status_date_time of this Envelope. + + # noqa: E501 - :param status_date_time: The status_date_time of this Envelope. + :param status_date_time: The status_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1858,22 +2013,22 @@ def status_date_time(self, status_date_time): @property def templates_uri(self): - """ - Gets the templates_uri of this Envelope. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Gets the templates_uri of this Envelope. # noqa: E501 - :return: The templates_uri of this Envelope. + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 + + :return: The templates_uri of this Envelope. # noqa: E501 :rtype: str """ return self._templates_uri @templates_uri.setter def templates_uri(self, templates_uri): - """ - Sets the templates_uri of this Envelope. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Sets the templates_uri of this Envelope. + + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 - :param templates_uri: The templates_uri of this Envelope. + :param templates_uri: The templates_uri of this Envelope. # noqa: E501 :type: str """ @@ -1881,22 +2036,22 @@ def templates_uri(self, templates_uri): @property def transaction_id(self): - """ - Gets the transaction_id of this Envelope. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Gets the transaction_id of this Envelope. # noqa: E501 + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :return: The transaction_id of this Envelope. + :return: The transaction_id of this Envelope. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this Envelope. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Sets the transaction_id of this Envelope. - :param transaction_id: The transaction_id of this Envelope. + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 + + :param transaction_id: The transaction_id of this Envelope. # noqa: E501 :type: str """ @@ -1904,22 +2059,22 @@ def transaction_id(self, transaction_id): @property def use_disclosure(self): - """ - Gets the use_disclosure of this Envelope. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Gets the use_disclosure of this Envelope. # noqa: E501 + + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 - :return: The use_disclosure of this Envelope. + :return: The use_disclosure of this Envelope. # noqa: E501 :rtype: str """ return self._use_disclosure @use_disclosure.setter def use_disclosure(self, use_disclosure): - """ - Sets the use_disclosure of this Envelope. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Sets the use_disclosure of this Envelope. + + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 - :param use_disclosure: The use_disclosure of this Envelope. + :param use_disclosure: The use_disclosure of this Envelope. # noqa: E501 :type: str """ @@ -1927,22 +2082,22 @@ def use_disclosure(self, use_disclosure): @property def voided_date_time(self): - """ - Gets the voided_date_time of this Envelope. - The date and time the envelope or template was voided. + """Gets the voided_date_time of this Envelope. # noqa: E501 - :return: The voided_date_time of this Envelope. + The date and time the envelope or template was voided. # noqa: E501 + + :return: The voided_date_time of this Envelope. # noqa: E501 :rtype: str """ return self._voided_date_time @voided_date_time.setter def voided_date_time(self, voided_date_time): - """ - Sets the voided_date_time of this Envelope. - The date and time the envelope or template was voided. + """Sets the voided_date_time of this Envelope. + + The date and time the envelope or template was voided. # noqa: E501 - :param voided_date_time: The voided_date_time of this Envelope. + :param voided_date_time: The voided_date_time of this Envelope. # noqa: E501 :type: str """ @@ -1950,34 +2105,32 @@ def voided_date_time(self, voided_date_time): @property def voided_reason(self): - """ - Gets the voided_reason of this Envelope. - The reason the envelope or template was voided. + """Gets the voided_reason of this Envelope. # noqa: E501 + + The reason the envelope or template was voided. # noqa: E501 - :return: The voided_reason of this Envelope. + :return: The voided_reason of this Envelope. # noqa: E501 :rtype: str """ return self._voided_reason @voided_reason.setter def voided_reason(self, voided_reason): - """ - Sets the voided_reason of this Envelope. - The reason the envelope or template was voided. + """Sets the voided_reason of this Envelope. - :param voided_reason: The voided_reason of this Envelope. + The reason the envelope or template was voided. # noqa: E501 + + :param voided_reason: The voided_reason of this Envelope. # noqa: E501 :type: str """ self._voided_reason = voided_reason def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1994,29 +2147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Envelope, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Envelope): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_attachment.py b/docusign_esign/models/envelope_attachment.py index 89c827be..b8c8c82d 100644 --- a/docusign_esign/models/envelope_attachment.py +++ b/docusign_esign/models/envelope_attachment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeAttachment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_control=None, attachment_id=None, attachment_type=None, error_details=None, label=None, name=None): - """ - EnvelopeAttachment - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_control': 'str', - 'attachment_id': 'str', - 'attachment_type': 'str', - 'error_details': 'ErrorDetails', - 'label': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'access_control': 'accessControl', - 'attachment_id': 'attachmentId', - 'attachment_type': 'attachmentType', - 'error_details': 'errorDetails', - 'label': 'label', - 'name': 'name' - } - - self._access_control = access_control - self._attachment_id = attachment_id - self._attachment_type = attachment_type - self._error_details = error_details - self._label = label - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_control': 'str', + 'attachment_id': 'str', + 'attachment_type': 'str', + 'error_details': 'ErrorDetails', + 'label': 'str', + 'name': 'str' + } + + attribute_map = { + 'access_control': 'accessControl', + 'attachment_id': 'attachmentId', + 'attachment_type': 'attachmentType', + 'error_details': 'errorDetails', + 'label': 'label', + 'name': 'name' + } + + def __init__(self, access_control=None, attachment_id=None, attachment_type=None, error_details=None, label=None, name=None): # noqa: E501 + """EnvelopeAttachment - a model defined in Swagger""" # noqa: E501 + + self._access_control = None + self._attachment_id = None + self._attachment_type = None + self._error_details = None + self._label = None + self._name = None + self.discriminator = None + + if access_control is not None: + self.access_control = access_control + if attachment_id is not None: + self.attachment_id = attachment_id + if attachment_type is not None: + self.attachment_type = attachment_type + if error_details is not None: + self.error_details = error_details + if label is not None: + self.label = label + if name is not None: + self.name = name @property def access_control(self): - """ - Gets the access_control of this EnvelopeAttachment. - + """Gets the access_control of this EnvelopeAttachment. # noqa: E501 + + # noqa: E501 - :return: The access_control of this EnvelopeAttachment. + :return: The access_control of this EnvelopeAttachment. # noqa: E501 :rtype: str """ return self._access_control @access_control.setter def access_control(self, access_control): - """ - Sets the access_control of this EnvelopeAttachment. - + """Sets the access_control of this EnvelopeAttachment. + + # noqa: E501 - :param access_control: The access_control of this EnvelopeAttachment. + :param access_control: The access_control of this EnvelopeAttachment. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def access_control(self, access_control): @property def attachment_id(self): - """ - Gets the attachment_id of this EnvelopeAttachment. - + """Gets the attachment_id of this EnvelopeAttachment. # noqa: E501 - :return: The attachment_id of this EnvelopeAttachment. + # noqa: E501 + + :return: The attachment_id of this EnvelopeAttachment. # noqa: E501 :rtype: str """ return self._attachment_id @attachment_id.setter def attachment_id(self, attachment_id): - """ - Sets the attachment_id of this EnvelopeAttachment. - + """Sets the attachment_id of this EnvelopeAttachment. + + # noqa: E501 - :param attachment_id: The attachment_id of this EnvelopeAttachment. + :param attachment_id: The attachment_id of this EnvelopeAttachment. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def attachment_id(self, attachment_id): @property def attachment_type(self): - """ - Gets the attachment_type of this EnvelopeAttachment. - + """Gets the attachment_type of this EnvelopeAttachment. # noqa: E501 + + # noqa: E501 - :return: The attachment_type of this EnvelopeAttachment. + :return: The attachment_type of this EnvelopeAttachment. # noqa: E501 :rtype: str """ return self._attachment_type @attachment_type.setter def attachment_type(self, attachment_type): - """ - Sets the attachment_type of this EnvelopeAttachment. - + """Sets the attachment_type of this EnvelopeAttachment. - :param attachment_type: The attachment_type of this EnvelopeAttachment. + # noqa: E501 + + :param attachment_type: The attachment_type of this EnvelopeAttachment. # noqa: E501 :type: str """ @@ -126,20 +143,20 @@ def attachment_type(self, attachment_type): @property def error_details(self): - """ - Gets the error_details of this EnvelopeAttachment. + """Gets the error_details of this EnvelopeAttachment. # noqa: E501 + - :return: The error_details of this EnvelopeAttachment. + :return: The error_details of this EnvelopeAttachment. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeAttachment. + """Sets the error_details of this EnvelopeAttachment. + - :param error_details: The error_details of this EnvelopeAttachment. + :param error_details: The error_details of this EnvelopeAttachment. # noqa: E501 :type: ErrorDetails """ @@ -147,22 +164,22 @@ def error_details(self, error_details): @property def label(self): - """ - Gets the label of this EnvelopeAttachment. - + """Gets the label of this EnvelopeAttachment. # noqa: E501 - :return: The label of this EnvelopeAttachment. + # noqa: E501 + + :return: The label of this EnvelopeAttachment. # noqa: E501 :rtype: str """ return self._label @label.setter def label(self, label): - """ - Sets the label of this EnvelopeAttachment. - + """Sets the label of this EnvelopeAttachment. + + # noqa: E501 - :param label: The label of this EnvelopeAttachment. + :param label: The label of this EnvelopeAttachment. # noqa: E501 :type: str """ @@ -170,34 +187,32 @@ def label(self, label): @property def name(self): - """ - Gets the name of this EnvelopeAttachment. - + """Gets the name of this EnvelopeAttachment. # noqa: E501 + + # noqa: E501 - :return: The name of this EnvelopeAttachment. + :return: The name of this EnvelopeAttachment. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this EnvelopeAttachment. - + """Sets the name of this EnvelopeAttachment. - :param name: The name of this EnvelopeAttachment. + # noqa: E501 + + :param name: The name of this EnvelopeAttachment. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -214,29 +229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeAttachment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeAttachment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_attachments_request.py b/docusign_esign/models/envelope_attachments_request.py index 7f5694ea..5e250802 100644 --- a/docusign_esign/models/envelope_attachments_request.py +++ b/docusign_esign/models/envelope_attachments_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeAttachmentsRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, attachments=None): - """ - EnvelopeAttachmentsRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'attachments': 'list[Attachment]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'attachments': 'list[Attachment]' + } - self.attribute_map = { - 'attachments': 'attachments' - } + attribute_map = { + 'attachments': 'attachments' + } - self._attachments = attachments + def __init__(self, attachments=None): # noqa: E501 + """EnvelopeAttachmentsRequest - a model defined in Swagger""" # noqa: E501 + + self._attachments = None + self.discriminator = None + + if attachments is not None: + self.attachments = attachments @property def attachments(self): - """ - Gets the attachments of this EnvelopeAttachmentsRequest. - + """Gets the attachments of this EnvelopeAttachmentsRequest. # noqa: E501 + + # noqa: E501 - :return: The attachments of this EnvelopeAttachmentsRequest. + :return: The attachments of this EnvelopeAttachmentsRequest. # noqa: E501 :rtype: list[Attachment] """ return self._attachments @attachments.setter def attachments(self, attachments): - """ - Sets the attachments of this EnvelopeAttachmentsRequest. - + """Sets the attachments of this EnvelopeAttachmentsRequest. - :param attachments: The attachments of this EnvelopeAttachmentsRequest. + # noqa: E501 + + :param attachments: The attachments of this EnvelopeAttachmentsRequest. # noqa: E501 :type: list[Attachment] """ self._attachments = attachments def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeAttachmentsRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeAttachmentsRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_attachments_result.py b/docusign_esign/models/envelope_attachments_result.py index b43dc823..8280de6a 100644 --- a/docusign_esign/models/envelope_attachments_result.py +++ b/docusign_esign/models/envelope_attachments_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeAttachmentsResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, attachments=None): - """ - EnvelopeAttachmentsResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'attachments': 'list[EnvelopeAttachment]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'attachments': 'list[EnvelopeAttachment]' + } - self.attribute_map = { - 'attachments': 'attachments' - } + attribute_map = { + 'attachments': 'attachments' + } - self._attachments = attachments + def __init__(self, attachments=None): # noqa: E501 + """EnvelopeAttachmentsResult - a model defined in Swagger""" # noqa: E501 + + self._attachments = None + self.discriminator = None + + if attachments is not None: + self.attachments = attachments @property def attachments(self): - """ - Gets the attachments of this EnvelopeAttachmentsResult. - + """Gets the attachments of this EnvelopeAttachmentsResult. # noqa: E501 + + # noqa: E501 - :return: The attachments of this EnvelopeAttachmentsResult. + :return: The attachments of this EnvelopeAttachmentsResult. # noqa: E501 :rtype: list[EnvelopeAttachment] """ return self._attachments @attachments.setter def attachments(self, attachments): - """ - Sets the attachments of this EnvelopeAttachmentsResult. - + """Sets the attachments of this EnvelopeAttachmentsResult. - :param attachments: The attachments of this EnvelopeAttachmentsResult. + # noqa: E501 + + :param attachments: The attachments of this EnvelopeAttachmentsResult. # noqa: E501 :type: list[EnvelopeAttachment] """ self._attachments = attachments def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeAttachmentsResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeAttachmentsResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_audit_event.py b/docusign_esign/models/envelope_audit_event.py index ab12afd5..0cf09e61 100644 --- a/docusign_esign/models/envelope_audit_event.py +++ b/docusign_esign/models/envelope_audit_event.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeAuditEvent(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, event_fields=None): - """ - EnvelopeAuditEvent - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'event_fields': 'list[NameValue]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'event_fields': 'list[NameValue]' + } - self.attribute_map = { - 'event_fields': 'eventFields' - } + attribute_map = { + 'event_fields': 'eventFields' + } - self._event_fields = event_fields + def __init__(self, event_fields=None): # noqa: E501 + """EnvelopeAuditEvent - a model defined in Swagger""" # noqa: E501 + + self._event_fields = None + self.discriminator = None + + if event_fields is not None: + self.event_fields = event_fields @property def event_fields(self): - """ - Gets the event_fields of this EnvelopeAuditEvent. - + """Gets the event_fields of this EnvelopeAuditEvent. # noqa: E501 + + # noqa: E501 - :return: The event_fields of this EnvelopeAuditEvent. + :return: The event_fields of this EnvelopeAuditEvent. # noqa: E501 :rtype: list[NameValue] """ return self._event_fields @event_fields.setter def event_fields(self, event_fields): - """ - Sets the event_fields of this EnvelopeAuditEvent. - + """Sets the event_fields of this EnvelopeAuditEvent. - :param event_fields: The event_fields of this EnvelopeAuditEvent. + # noqa: E501 + + :param event_fields: The event_fields of this EnvelopeAuditEvent. # noqa: E501 :type: list[NameValue] """ self._event_fields = event_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeAuditEvent, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeAuditEvent): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_audit_event_response.py b/docusign_esign/models/envelope_audit_event_response.py index ba8aa61b..6d418fef 100644 --- a/docusign_esign/models/envelope_audit_event_response.py +++ b/docusign_esign/models/envelope_audit_event_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeAuditEventResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, audit_events=None): - """ - EnvelopeAuditEventResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'audit_events': 'list[EnvelopeAuditEvent]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'audit_events': 'list[EnvelopeAuditEvent]' + } - self.attribute_map = { - 'audit_events': 'auditEvents' - } + attribute_map = { + 'audit_events': 'auditEvents' + } - self._audit_events = audit_events + def __init__(self, audit_events=None): # noqa: E501 + """EnvelopeAuditEventResponse - a model defined in Swagger""" # noqa: E501 + + self._audit_events = None + self.discriminator = None + + if audit_events is not None: + self.audit_events = audit_events @property def audit_events(self): - """ - Gets the audit_events of this EnvelopeAuditEventResponse. - Reserved: TBD + """Gets the audit_events of this EnvelopeAuditEventResponse. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The audit_events of this EnvelopeAuditEventResponse. + :return: The audit_events of this EnvelopeAuditEventResponse. # noqa: E501 :rtype: list[EnvelopeAuditEvent] """ return self._audit_events @audit_events.setter def audit_events(self, audit_events): - """ - Sets the audit_events of this EnvelopeAuditEventResponse. - Reserved: TBD + """Sets the audit_events of this EnvelopeAuditEventResponse. - :param audit_events: The audit_events of this EnvelopeAuditEventResponse. + Reserved: TBD # noqa: E501 + + :param audit_events: The audit_events of this EnvelopeAuditEventResponse. # noqa: E501 :type: list[EnvelopeAuditEvent] """ self._audit_events = audit_events def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeAuditEventResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeAuditEventResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_definition.py b/docusign_esign/models/envelope_definition.py index d8d6cdfd..f4b1c7c7 100644 --- a/docusign_esign/models/envelope_definition.py +++ b/docusign_esign/models/envelope_definition.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,305 +11,480 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_control_list_base64=None, accessibility=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_recipient_recursion=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, composite_templates=None, copy_recipient_data=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, disable_responsive_document=None, documents=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, event_notification=None, event_notifications=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified_date_time=None, location=None, lock_information=None, message_lock=None, notification=None, notification_uri=None, password=None, power_form=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, template_id=None, template_roles=None, templates_uri=None, transaction_id=None, use_disclosure=None, voided_date_time=None, voided_reason=None): - """ - EnvelopeDefinition - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_control_list_base64': 'str', - 'accessibility': 'str', - 'allow_comments': 'str', - 'allow_markup': 'str', - 'allow_reassign': 'str', - 'allow_recipient_recursion': 'str', - 'allow_view_history': 'str', - 'any_signer': 'str', - 'asynchronous': 'str', - 'attachments': 'list[Attachment]', - 'attachments_uri': 'str', - 'authoritative_copy': 'str', - 'authoritative_copy_default': 'str', - 'auto_navigation': 'str', - 'brand_id': 'str', - 'brand_lock': 'str', - 'certificate_uri': 'str', - 'completed_date_time': 'str', - 'composite_templates': 'list[CompositeTemplate]', - 'copy_recipient_data': 'str', - 'created_date_time': 'str', - 'custom_fields': 'CustomFields', - 'custom_fields_uri': 'str', - 'declined_date_time': 'str', - 'deleted_date_time': 'str', - 'delivered_date_time': 'str', - 'disable_responsive_document': 'str', - 'documents': 'list[Document]', - 'documents_combined_uri': 'str', - 'documents_uri': 'str', - 'email_blurb': 'str', - 'email_settings': 'EmailSettings', - 'email_subject': 'str', - 'enable_wet_sign': 'str', - 'enforce_signer_visibility': 'str', - 'envelope_attachments': 'list[Attachment]', - 'envelope_documents': 'list[EnvelopeDocument]', - 'envelope_id': 'str', - 'envelope_id_stamping': 'str', - 'envelope_location': 'str', - 'envelope_metadata': 'EnvelopeMetadata', - 'envelope_uri': 'str', - 'event_notification': 'EventNotification', - 'event_notifications': 'list[EventNotification]', - 'expire_after': 'str', - 'expire_date_time': 'str', - 'expire_enabled': 'str', - 'external_envelope_id': 'str', - 'folders': 'list[Folder]', - 'has_comments': 'str', - 'has_form_data_changed': 'str', - 'has_wav_file': 'str', - 'holder': 'str', - 'initial_sent_date_time': 'str', - 'is21_cfr_part11': 'str', - 'is_dynamic_envelope': 'str', - 'is_signature_provider_envelope': 'str', - 'last_modified_date_time': 'str', - 'location': 'str', - 'lock_information': 'LockInformation', - 'message_lock': 'str', - 'notification': 'Notification', - 'notification_uri': 'str', - 'password': 'str', - 'power_form': 'PowerForm', - 'purge_completed_date': 'str', - 'purge_request_date': 'str', - 'purge_state': 'str', - 'recipients': 'Recipients', - 'recipients_lock': 'str', - 'recipients_uri': 'str', - 'sender': 'UserInfo', - 'sent_date_time': 'str', - 'signer_can_sign_on_mobile': 'str', - 'signing_location': 'str', - 'status': 'str', - 'status_changed_date_time': 'str', - 'status_date_time': 'str', - 'template_id': 'str', - 'template_roles': 'list[TemplateRole]', - 'templates_uri': 'str', - 'transaction_id': 'str', - 'use_disclosure': 'str', - 'voided_date_time': 'str', - 'voided_reason': 'str' - } - - self.attribute_map = { - 'access_control_list_base64': 'accessControlListBase64', - 'accessibility': 'accessibility', - 'allow_comments': 'allowComments', - 'allow_markup': 'allowMarkup', - 'allow_reassign': 'allowReassign', - 'allow_recipient_recursion': 'allowRecipientRecursion', - 'allow_view_history': 'allowViewHistory', - 'any_signer': 'anySigner', - 'asynchronous': 'asynchronous', - 'attachments': 'attachments', - 'attachments_uri': 'attachmentsUri', - 'authoritative_copy': 'authoritativeCopy', - 'authoritative_copy_default': 'authoritativeCopyDefault', - 'auto_navigation': 'autoNavigation', - 'brand_id': 'brandId', - 'brand_lock': 'brandLock', - 'certificate_uri': 'certificateUri', - 'completed_date_time': 'completedDateTime', - 'composite_templates': 'compositeTemplates', - 'copy_recipient_data': 'copyRecipientData', - 'created_date_time': 'createdDateTime', - 'custom_fields': 'customFields', - 'custom_fields_uri': 'customFieldsUri', - 'declined_date_time': 'declinedDateTime', - 'deleted_date_time': 'deletedDateTime', - 'delivered_date_time': 'deliveredDateTime', - 'disable_responsive_document': 'disableResponsiveDocument', - 'documents': 'documents', - 'documents_combined_uri': 'documentsCombinedUri', - 'documents_uri': 'documentsUri', - 'email_blurb': 'emailBlurb', - 'email_settings': 'emailSettings', - 'email_subject': 'emailSubject', - 'enable_wet_sign': 'enableWetSign', - 'enforce_signer_visibility': 'enforceSignerVisibility', - 'envelope_attachments': 'envelopeAttachments', - 'envelope_documents': 'envelopeDocuments', - 'envelope_id': 'envelopeId', - 'envelope_id_stamping': 'envelopeIdStamping', - 'envelope_location': 'envelopeLocation', - 'envelope_metadata': 'envelopeMetadata', - 'envelope_uri': 'envelopeUri', - 'event_notification': 'eventNotification', - 'event_notifications': 'eventNotifications', - 'expire_after': 'expireAfter', - 'expire_date_time': 'expireDateTime', - 'expire_enabled': 'expireEnabled', - 'external_envelope_id': 'externalEnvelopeId', - 'folders': 'folders', - 'has_comments': 'hasComments', - 'has_form_data_changed': 'hasFormDataChanged', - 'has_wav_file': 'hasWavFile', - 'holder': 'holder', - 'initial_sent_date_time': 'initialSentDateTime', - 'is21_cfr_part11': 'is21CFRPart11', - 'is_dynamic_envelope': 'isDynamicEnvelope', - 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', - 'last_modified_date_time': 'lastModifiedDateTime', - 'location': 'location', - 'lock_information': 'lockInformation', - 'message_lock': 'messageLock', - 'notification': 'notification', - 'notification_uri': 'notificationUri', - 'password': 'password', - 'power_form': 'powerForm', - 'purge_completed_date': 'purgeCompletedDate', - 'purge_request_date': 'purgeRequestDate', - 'purge_state': 'purgeState', - 'recipients': 'recipients', - 'recipients_lock': 'recipientsLock', - 'recipients_uri': 'recipientsUri', - 'sender': 'sender', - 'sent_date_time': 'sentDateTime', - 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', - 'signing_location': 'signingLocation', - 'status': 'status', - 'status_changed_date_time': 'statusChangedDateTime', - 'status_date_time': 'statusDateTime', - 'template_id': 'templateId', - 'template_roles': 'templateRoles', - 'templates_uri': 'templatesUri', - 'transaction_id': 'transactionId', - 'use_disclosure': 'useDisclosure', - 'voided_date_time': 'voidedDateTime', - 'voided_reason': 'voidedReason' - } - self._access_control_list_base64 = access_control_list_base64 - self._accessibility = accessibility - self._allow_comments = allow_comments - self._allow_markup = allow_markup - self._allow_reassign = allow_reassign - self._allow_recipient_recursion = allow_recipient_recursion - self._allow_view_history = allow_view_history - self._any_signer = any_signer - self._asynchronous = asynchronous - self._attachments = attachments - self._attachments_uri = attachments_uri - self._authoritative_copy = authoritative_copy - self._authoritative_copy_default = authoritative_copy_default - self._auto_navigation = auto_navigation - self._brand_id = brand_id - self._brand_lock = brand_lock - self._certificate_uri = certificate_uri - self._completed_date_time = completed_date_time - self._composite_templates = composite_templates - self._copy_recipient_data = copy_recipient_data - self._created_date_time = created_date_time - self._custom_fields = custom_fields - self._custom_fields_uri = custom_fields_uri - self._declined_date_time = declined_date_time - self._deleted_date_time = deleted_date_time - self._delivered_date_time = delivered_date_time - self._disable_responsive_document = disable_responsive_document - self._documents = documents - self._documents_combined_uri = documents_combined_uri - self._documents_uri = documents_uri - self._email_blurb = email_blurb - self._email_settings = email_settings - self._email_subject = email_subject - self._enable_wet_sign = enable_wet_sign - self._enforce_signer_visibility = enforce_signer_visibility - self._envelope_attachments = envelope_attachments - self._envelope_documents = envelope_documents - self._envelope_id = envelope_id - self._envelope_id_stamping = envelope_id_stamping - self._envelope_location = envelope_location - self._envelope_metadata = envelope_metadata - self._envelope_uri = envelope_uri - self._event_notification = event_notification - self._event_notifications = event_notifications - self._expire_after = expire_after - self._expire_date_time = expire_date_time - self._expire_enabled = expire_enabled - self._external_envelope_id = external_envelope_id - self._folders = folders - self._has_comments = has_comments - self._has_form_data_changed = has_form_data_changed - self._has_wav_file = has_wav_file - self._holder = holder - self._initial_sent_date_time = initial_sent_date_time - self._is21_cfr_part11 = is21_cfr_part11 - self._is_dynamic_envelope = is_dynamic_envelope - self._is_signature_provider_envelope = is_signature_provider_envelope - self._last_modified_date_time = last_modified_date_time - self._location = location - self._lock_information = lock_information - self._message_lock = message_lock - self._notification = notification - self._notification_uri = notification_uri - self._password = password - self._power_form = power_form - self._purge_completed_date = purge_completed_date - self._purge_request_date = purge_request_date - self._purge_state = purge_state - self._recipients = recipients - self._recipients_lock = recipients_lock - self._recipients_uri = recipients_uri - self._sender = sender - self._sent_date_time = sent_date_time - self._signer_can_sign_on_mobile = signer_can_sign_on_mobile - self._signing_location = signing_location - self._status = status - self._status_changed_date_time = status_changed_date_time - self._status_date_time = status_date_time - self._template_id = template_id - self._template_roles = template_roles - self._templates_uri = templates_uri - self._transaction_id = transaction_id - self._use_disclosure = use_disclosure - self._voided_date_time = voided_date_time - self._voided_reason = voided_reason + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_control_list_base64': 'str', + 'accessibility': 'str', + 'allow_comments': 'str', + 'allow_markup': 'str', + 'allow_reassign': 'str', + 'allow_recipient_recursion': 'str', + 'allow_view_history': 'str', + 'any_signer': 'str', + 'asynchronous': 'str', + 'attachments': 'list[Attachment]', + 'attachments_uri': 'str', + 'authoritative_copy': 'str', + 'authoritative_copy_default': 'str', + 'auto_navigation': 'str', + 'brand_id': 'str', + 'brand_lock': 'str', + 'certificate_uri': 'str', + 'completed_date_time': 'str', + 'composite_templates': 'list[CompositeTemplate]', + 'copy_recipient_data': 'str', + 'created_date_time': 'str', + 'custom_fields': 'CustomFields', + 'custom_fields_uri': 'str', + 'declined_date_time': 'str', + 'deleted_date_time': 'str', + 'delivered_date_time': 'str', + 'disable_responsive_document': 'str', + 'documents': 'list[Document]', + 'documents_combined_uri': 'str', + 'documents_uri': 'str', + 'email_blurb': 'str', + 'email_settings': 'EmailSettings', + 'email_subject': 'str', + 'enable_wet_sign': 'str', + 'enforce_signer_visibility': 'str', + 'envelope_attachments': 'list[Attachment]', + 'envelope_documents': 'list[EnvelopeDocument]', + 'envelope_id': 'str', + 'envelope_id_stamping': 'str', + 'envelope_location': 'str', + 'envelope_metadata': 'EnvelopeMetadata', + 'envelope_uri': 'str', + 'event_notification': 'EventNotification', + 'event_notifications': 'list[EventNotification]', + 'expire_after': 'str', + 'expire_date_time': 'str', + 'expire_enabled': 'str', + 'external_envelope_id': 'str', + 'folders': 'list[Folder]', + 'has_comments': 'str', + 'has_form_data_changed': 'str', + 'has_wav_file': 'str', + 'holder': 'str', + 'initial_sent_date_time': 'str', + 'is21_cfr_part11': 'str', + 'is_dynamic_envelope': 'str', + 'is_signature_provider_envelope': 'str', + 'last_modified_date_time': 'str', + 'location': 'str', + 'lock_information': 'LockInformation', + 'message_lock': 'str', + 'notification': 'Notification', + 'notification_uri': 'str', + 'password': 'str', + 'power_form': 'PowerForm', + 'purge_completed_date': 'str', + 'purge_request_date': 'str', + 'purge_state': 'str', + 'recipients': 'Recipients', + 'recipients_lock': 'str', + 'recipients_uri': 'str', + 'sender': 'UserInfo', + 'sent_date_time': 'str', + 'signer_can_sign_on_mobile': 'str', + 'signing_location': 'str', + 'status': 'str', + 'status_changed_date_time': 'str', + 'status_date_time': 'str', + 'template_id': 'str', + 'template_roles': 'list[TemplateRole]', + 'templates_uri': 'str', + 'transaction_id': 'str', + 'use_disclosure': 'str', + 'voided_date_time': 'str', + 'voided_reason': 'str' + } + + attribute_map = { + 'access_control_list_base64': 'accessControlListBase64', + 'accessibility': 'accessibility', + 'allow_comments': 'allowComments', + 'allow_markup': 'allowMarkup', + 'allow_reassign': 'allowReassign', + 'allow_recipient_recursion': 'allowRecipientRecursion', + 'allow_view_history': 'allowViewHistory', + 'any_signer': 'anySigner', + 'asynchronous': 'asynchronous', + 'attachments': 'attachments', + 'attachments_uri': 'attachmentsUri', + 'authoritative_copy': 'authoritativeCopy', + 'authoritative_copy_default': 'authoritativeCopyDefault', + 'auto_navigation': 'autoNavigation', + 'brand_id': 'brandId', + 'brand_lock': 'brandLock', + 'certificate_uri': 'certificateUri', + 'completed_date_time': 'completedDateTime', + 'composite_templates': 'compositeTemplates', + 'copy_recipient_data': 'copyRecipientData', + 'created_date_time': 'createdDateTime', + 'custom_fields': 'customFields', + 'custom_fields_uri': 'customFieldsUri', + 'declined_date_time': 'declinedDateTime', + 'deleted_date_time': 'deletedDateTime', + 'delivered_date_time': 'deliveredDateTime', + 'disable_responsive_document': 'disableResponsiveDocument', + 'documents': 'documents', + 'documents_combined_uri': 'documentsCombinedUri', + 'documents_uri': 'documentsUri', + 'email_blurb': 'emailBlurb', + 'email_settings': 'emailSettings', + 'email_subject': 'emailSubject', + 'enable_wet_sign': 'enableWetSign', + 'enforce_signer_visibility': 'enforceSignerVisibility', + 'envelope_attachments': 'envelopeAttachments', + 'envelope_documents': 'envelopeDocuments', + 'envelope_id': 'envelopeId', + 'envelope_id_stamping': 'envelopeIdStamping', + 'envelope_location': 'envelopeLocation', + 'envelope_metadata': 'envelopeMetadata', + 'envelope_uri': 'envelopeUri', + 'event_notification': 'eventNotification', + 'event_notifications': 'eventNotifications', + 'expire_after': 'expireAfter', + 'expire_date_time': 'expireDateTime', + 'expire_enabled': 'expireEnabled', + 'external_envelope_id': 'externalEnvelopeId', + 'folders': 'folders', + 'has_comments': 'hasComments', + 'has_form_data_changed': 'hasFormDataChanged', + 'has_wav_file': 'hasWavFile', + 'holder': 'holder', + 'initial_sent_date_time': 'initialSentDateTime', + 'is21_cfr_part11': 'is21CFRPart11', + 'is_dynamic_envelope': 'isDynamicEnvelope', + 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', + 'last_modified_date_time': 'lastModifiedDateTime', + 'location': 'location', + 'lock_information': 'lockInformation', + 'message_lock': 'messageLock', + 'notification': 'notification', + 'notification_uri': 'notificationUri', + 'password': 'password', + 'power_form': 'powerForm', + 'purge_completed_date': 'purgeCompletedDate', + 'purge_request_date': 'purgeRequestDate', + 'purge_state': 'purgeState', + 'recipients': 'recipients', + 'recipients_lock': 'recipientsLock', + 'recipients_uri': 'recipientsUri', + 'sender': 'sender', + 'sent_date_time': 'sentDateTime', + 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', + 'signing_location': 'signingLocation', + 'status': 'status', + 'status_changed_date_time': 'statusChangedDateTime', + 'status_date_time': 'statusDateTime', + 'template_id': 'templateId', + 'template_roles': 'templateRoles', + 'templates_uri': 'templatesUri', + 'transaction_id': 'transactionId', + 'use_disclosure': 'useDisclosure', + 'voided_date_time': 'voidedDateTime', + 'voided_reason': 'voidedReason' + } + + def __init__(self, access_control_list_base64=None, accessibility=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_recipient_recursion=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, composite_templates=None, copy_recipient_data=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, disable_responsive_document=None, documents=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, event_notification=None, event_notifications=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified_date_time=None, location=None, lock_information=None, message_lock=None, notification=None, notification_uri=None, password=None, power_form=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, template_id=None, template_roles=None, templates_uri=None, transaction_id=None, use_disclosure=None, voided_date_time=None, voided_reason=None): # noqa: E501 + """EnvelopeDefinition - a model defined in Swagger""" # noqa: E501 + + self._access_control_list_base64 = None + self._accessibility = None + self._allow_comments = None + self._allow_markup = None + self._allow_reassign = None + self._allow_recipient_recursion = None + self._allow_view_history = None + self._any_signer = None + self._asynchronous = None + self._attachments = None + self._attachments_uri = None + self._authoritative_copy = None + self._authoritative_copy_default = None + self._auto_navigation = None + self._brand_id = None + self._brand_lock = None + self._certificate_uri = None + self._completed_date_time = None + self._composite_templates = None + self._copy_recipient_data = None + self._created_date_time = None + self._custom_fields = None + self._custom_fields_uri = None + self._declined_date_time = None + self._deleted_date_time = None + self._delivered_date_time = None + self._disable_responsive_document = None + self._documents = None + self._documents_combined_uri = None + self._documents_uri = None + self._email_blurb = None + self._email_settings = None + self._email_subject = None + self._enable_wet_sign = None + self._enforce_signer_visibility = None + self._envelope_attachments = None + self._envelope_documents = None + self._envelope_id = None + self._envelope_id_stamping = None + self._envelope_location = None + self._envelope_metadata = None + self._envelope_uri = None + self._event_notification = None + self._event_notifications = None + self._expire_after = None + self._expire_date_time = None + self._expire_enabled = None + self._external_envelope_id = None + self._folders = None + self._has_comments = None + self._has_form_data_changed = None + self._has_wav_file = None + self._holder = None + self._initial_sent_date_time = None + self._is21_cfr_part11 = None + self._is_dynamic_envelope = None + self._is_signature_provider_envelope = None + self._last_modified_date_time = None + self._location = None + self._lock_information = None + self._message_lock = None + self._notification = None + self._notification_uri = None + self._password = None + self._power_form = None + self._purge_completed_date = None + self._purge_request_date = None + self._purge_state = None + self._recipients = None + self._recipients_lock = None + self._recipients_uri = None + self._sender = None + self._sent_date_time = None + self._signer_can_sign_on_mobile = None + self._signing_location = None + self._status = None + self._status_changed_date_time = None + self._status_date_time = None + self._template_id = None + self._template_roles = None + self._templates_uri = None + self._transaction_id = None + self._use_disclosure = None + self._voided_date_time = None + self._voided_reason = None + self.discriminator = None + + if access_control_list_base64 is not None: + self.access_control_list_base64 = access_control_list_base64 + if accessibility is not None: + self.accessibility = accessibility + if allow_comments is not None: + self.allow_comments = allow_comments + if allow_markup is not None: + self.allow_markup = allow_markup + if allow_reassign is not None: + self.allow_reassign = allow_reassign + if allow_recipient_recursion is not None: + self.allow_recipient_recursion = allow_recipient_recursion + if allow_view_history is not None: + self.allow_view_history = allow_view_history + if any_signer is not None: + self.any_signer = any_signer + if asynchronous is not None: + self.asynchronous = asynchronous + if attachments is not None: + self.attachments = attachments + if attachments_uri is not None: + self.attachments_uri = attachments_uri + if authoritative_copy is not None: + self.authoritative_copy = authoritative_copy + if authoritative_copy_default is not None: + self.authoritative_copy_default = authoritative_copy_default + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if brand_id is not None: + self.brand_id = brand_id + if brand_lock is not None: + self.brand_lock = brand_lock + if certificate_uri is not None: + self.certificate_uri = certificate_uri + if completed_date_time is not None: + self.completed_date_time = completed_date_time + if composite_templates is not None: + self.composite_templates = composite_templates + if copy_recipient_data is not None: + self.copy_recipient_data = copy_recipient_data + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_fields is not None: + self.custom_fields = custom_fields + if custom_fields_uri is not None: + self.custom_fields_uri = custom_fields_uri + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if deleted_date_time is not None: + self.deleted_date_time = deleted_date_time + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if disable_responsive_document is not None: + self.disable_responsive_document = disable_responsive_document + if documents is not None: + self.documents = documents + if documents_combined_uri is not None: + self.documents_combined_uri = documents_combined_uri + if documents_uri is not None: + self.documents_uri = documents_uri + if email_blurb is not None: + self.email_blurb = email_blurb + if email_settings is not None: + self.email_settings = email_settings + if email_subject is not None: + self.email_subject = email_subject + if enable_wet_sign is not None: + self.enable_wet_sign = enable_wet_sign + if enforce_signer_visibility is not None: + self.enforce_signer_visibility = enforce_signer_visibility + if envelope_attachments is not None: + self.envelope_attachments = envelope_attachments + if envelope_documents is not None: + self.envelope_documents = envelope_documents + if envelope_id is not None: + self.envelope_id = envelope_id + if envelope_id_stamping is not None: + self.envelope_id_stamping = envelope_id_stamping + if envelope_location is not None: + self.envelope_location = envelope_location + if envelope_metadata is not None: + self.envelope_metadata = envelope_metadata + if envelope_uri is not None: + self.envelope_uri = envelope_uri + if event_notification is not None: + self.event_notification = event_notification + if event_notifications is not None: + self.event_notifications = event_notifications + if expire_after is not None: + self.expire_after = expire_after + if expire_date_time is not None: + self.expire_date_time = expire_date_time + if expire_enabled is not None: + self.expire_enabled = expire_enabled + if external_envelope_id is not None: + self.external_envelope_id = external_envelope_id + if folders is not None: + self.folders = folders + if has_comments is not None: + self.has_comments = has_comments + if has_form_data_changed is not None: + self.has_form_data_changed = has_form_data_changed + if has_wav_file is not None: + self.has_wav_file = has_wav_file + if holder is not None: + self.holder = holder + if initial_sent_date_time is not None: + self.initial_sent_date_time = initial_sent_date_time + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if is_dynamic_envelope is not None: + self.is_dynamic_envelope = is_dynamic_envelope + if is_signature_provider_envelope is not None: + self.is_signature_provider_envelope = is_signature_provider_envelope + if last_modified_date_time is not None: + self.last_modified_date_time = last_modified_date_time + if location is not None: + self.location = location + if lock_information is not None: + self.lock_information = lock_information + if message_lock is not None: + self.message_lock = message_lock + if notification is not None: + self.notification = notification + if notification_uri is not None: + self.notification_uri = notification_uri + if password is not None: + self.password = password + if power_form is not None: + self.power_form = power_form + if purge_completed_date is not None: + self.purge_completed_date = purge_completed_date + if purge_request_date is not None: + self.purge_request_date = purge_request_date + if purge_state is not None: + self.purge_state = purge_state + if recipients is not None: + self.recipients = recipients + if recipients_lock is not None: + self.recipients_lock = recipients_lock + if recipients_uri is not None: + self.recipients_uri = recipients_uri + if sender is not None: + self.sender = sender + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signer_can_sign_on_mobile is not None: + self.signer_can_sign_on_mobile = signer_can_sign_on_mobile + if signing_location is not None: + self.signing_location = signing_location + if status is not None: + self.status = status + if status_changed_date_time is not None: + self.status_changed_date_time = status_changed_date_time + if status_date_time is not None: + self.status_date_time = status_date_time + if template_id is not None: + self.template_id = template_id + if template_roles is not None: + self.template_roles = template_roles + if templates_uri is not None: + self.templates_uri = templates_uri + if transaction_id is not None: + self.transaction_id = transaction_id + if use_disclosure is not None: + self.use_disclosure = use_disclosure + if voided_date_time is not None: + self.voided_date_time = voided_date_time + if voided_reason is not None: + self.voided_reason = voided_reason @property def access_control_list_base64(self): - """ - Gets the access_control_list_base64 of this EnvelopeDefinition. - + """Gets the access_control_list_base64 of this EnvelopeDefinition. # noqa: E501 - :return: The access_control_list_base64 of this EnvelopeDefinition. + # noqa: E501 + + :return: The access_control_list_base64 of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._access_control_list_base64 @access_control_list_base64.setter def access_control_list_base64(self, access_control_list_base64): - """ - Sets the access_control_list_base64 of this EnvelopeDefinition. - + """Sets the access_control_list_base64 of this EnvelopeDefinition. - :param access_control_list_base64: The access_control_list_base64 of this EnvelopeDefinition. + # noqa: E501 + + :param access_control_list_base64: The access_control_list_base64 of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -317,22 +492,22 @@ def access_control_list_base64(self, access_control_list_base64): @property def accessibility(self): - """ - Gets the accessibility of this EnvelopeDefinition. - Sets the document reading zones for screen reader applications. This element can only be used if Document Accessibility is enabled for the account. ###### Note: This information is currently generated from the DocuSign web console by setting the reading zones when creating a template, exporting the reading zone string information, and adding it here. + """Gets the accessibility of this EnvelopeDefinition. # noqa: E501 - :return: The accessibility of this EnvelopeDefinition. + Sets the document reading zones for screen reader applications. This element can only be used if Document Accessibility is enabled for the account. ###### Note: This information is currently generated from the DocuSign web console by setting the reading zones when creating a template, exporting the reading zone string information, and adding it here. # noqa: E501 + + :return: The accessibility of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._accessibility @accessibility.setter def accessibility(self, accessibility): - """ - Sets the accessibility of this EnvelopeDefinition. - Sets the document reading zones for screen reader applications. This element can only be used if Document Accessibility is enabled for the account. ###### Note: This information is currently generated from the DocuSign web console by setting the reading zones when creating a template, exporting the reading zone string information, and adding it here. + """Sets the accessibility of this EnvelopeDefinition. + + Sets the document reading zones for screen reader applications. This element can only be used if Document Accessibility is enabled for the account. ###### Note: This information is currently generated from the DocuSign web console by setting the reading zones when creating a template, exporting the reading zone string information, and adding it here. # noqa: E501 - :param accessibility: The accessibility of this EnvelopeDefinition. + :param accessibility: The accessibility of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -340,22 +515,22 @@ def accessibility(self, accessibility): @property def allow_comments(self): - """ - Gets the allow_comments of this EnvelopeDefinition. - + """Gets the allow_comments of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The allow_comments of this EnvelopeDefinition. + :return: The allow_comments of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._allow_comments @allow_comments.setter def allow_comments(self, allow_comments): - """ - Sets the allow_comments of this EnvelopeDefinition. - + """Sets the allow_comments of this EnvelopeDefinition. + + # noqa: E501 - :param allow_comments: The allow_comments of this EnvelopeDefinition. + :param allow_comments: The allow_comments of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -363,22 +538,22 @@ def allow_comments(self, allow_comments): @property def allow_markup(self): - """ - Gets the allow_markup of this EnvelopeDefinition. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Gets the allow_markup of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 - :return: The allow_markup of this EnvelopeDefinition. + :return: The allow_markup of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._allow_markup @allow_markup.setter def allow_markup(self, allow_markup): - """ - Sets the allow_markup of this EnvelopeDefinition. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Sets the allow_markup of this EnvelopeDefinition. - :param allow_markup: The allow_markup of this EnvelopeDefinition. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :param allow_markup: The allow_markup of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -386,22 +561,22 @@ def allow_markup(self, allow_markup): @property def allow_reassign(self): - """ - Gets the allow_reassign of this EnvelopeDefinition. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Gets the allow_reassign of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 - :return: The allow_reassign of this EnvelopeDefinition. + :return: The allow_reassign of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._allow_reassign @allow_reassign.setter def allow_reassign(self, allow_reassign): - """ - Sets the allow_reassign of this EnvelopeDefinition. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Sets the allow_reassign of this EnvelopeDefinition. + + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 - :param allow_reassign: The allow_reassign of this EnvelopeDefinition. + :param allow_reassign: The allow_reassign of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -409,22 +584,22 @@ def allow_reassign(self, allow_reassign): @property def allow_recipient_recursion(self): - """ - Gets the allow_recipient_recursion of this EnvelopeDefinition. - When set to **true**, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order. + """Gets the allow_recipient_recursion of this EnvelopeDefinition. # noqa: E501 - :return: The allow_recipient_recursion of this EnvelopeDefinition. + When set to **true**, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order. # noqa: E501 + + :return: The allow_recipient_recursion of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._allow_recipient_recursion @allow_recipient_recursion.setter def allow_recipient_recursion(self, allow_recipient_recursion): - """ - Sets the allow_recipient_recursion of this EnvelopeDefinition. - When set to **true**, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order. + """Sets the allow_recipient_recursion of this EnvelopeDefinition. - :param allow_recipient_recursion: The allow_recipient_recursion of this EnvelopeDefinition. + When set to **true**, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order. # noqa: E501 + + :param allow_recipient_recursion: The allow_recipient_recursion of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -432,22 +607,22 @@ def allow_recipient_recursion(self, allow_recipient_recursion): @property def allow_view_history(self): - """ - Gets the allow_view_history of this EnvelopeDefinition. - + """Gets the allow_view_history of this EnvelopeDefinition. # noqa: E501 - :return: The allow_view_history of this EnvelopeDefinition. + # noqa: E501 + + :return: The allow_view_history of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._allow_view_history @allow_view_history.setter def allow_view_history(self, allow_view_history): - """ - Sets the allow_view_history of this EnvelopeDefinition. - + """Sets the allow_view_history of this EnvelopeDefinition. + + # noqa: E501 - :param allow_view_history: The allow_view_history of this EnvelopeDefinition. + :param allow_view_history: The allow_view_history of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -455,22 +630,22 @@ def allow_view_history(self, allow_view_history): @property def any_signer(self): - """ - Gets the any_signer of this EnvelopeDefinition. - + """Gets the any_signer of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The any_signer of this EnvelopeDefinition. + :return: The any_signer of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._any_signer @any_signer.setter def any_signer(self, any_signer): - """ - Sets the any_signer of this EnvelopeDefinition. - + """Sets the any_signer of this EnvelopeDefinition. + + # noqa: E501 - :param any_signer: The any_signer of this EnvelopeDefinition. + :param any_signer: The any_signer of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -478,22 +653,22 @@ def any_signer(self, any_signer): @property def asynchronous(self): - """ - Gets the asynchronous of this EnvelopeDefinition. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Gets the asynchronous of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 - :return: The asynchronous of this EnvelopeDefinition. + :return: The asynchronous of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._asynchronous @asynchronous.setter def asynchronous(self, asynchronous): - """ - Sets the asynchronous of this EnvelopeDefinition. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Sets the asynchronous of this EnvelopeDefinition. - :param asynchronous: The asynchronous of this EnvelopeDefinition. + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 + + :param asynchronous: The asynchronous of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -501,22 +676,22 @@ def asynchronous(self, asynchronous): @property def attachments(self): - """ - Gets the attachments of this EnvelopeDefinition. - + """Gets the attachments of this EnvelopeDefinition. # noqa: E501 - :return: The attachments of this EnvelopeDefinition. + # noqa: E501 + + :return: The attachments of this EnvelopeDefinition. # noqa: E501 :rtype: list[Attachment] """ return self._attachments @attachments.setter def attachments(self, attachments): - """ - Sets the attachments of this EnvelopeDefinition. - + """Sets the attachments of this EnvelopeDefinition. - :param attachments: The attachments of this EnvelopeDefinition. + # noqa: E501 + + :param attachments: The attachments of this EnvelopeDefinition. # noqa: E501 :type: list[Attachment] """ @@ -524,22 +699,22 @@ def attachments(self, attachments): @property def attachments_uri(self): - """ - Gets the attachments_uri of this EnvelopeDefinition. - + """Gets the attachments_uri of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The attachments_uri of this EnvelopeDefinition. + :return: The attachments_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._attachments_uri @attachments_uri.setter def attachments_uri(self, attachments_uri): - """ - Sets the attachments_uri of this EnvelopeDefinition. - + """Sets the attachments_uri of this EnvelopeDefinition. + + # noqa: E501 - :param attachments_uri: The attachments_uri of this EnvelopeDefinition. + :param attachments_uri: The attachments_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -547,22 +722,22 @@ def attachments_uri(self, attachments_uri): @property def authoritative_copy(self): - """ - Gets the authoritative_copy of this EnvelopeDefinition. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Gets the authoritative_copy of this EnvelopeDefinition. # noqa: E501 + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :return: The authoritative_copy of this EnvelopeDefinition. + :return: The authoritative_copy of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._authoritative_copy @authoritative_copy.setter def authoritative_copy(self, authoritative_copy): - """ - Sets the authoritative_copy of this EnvelopeDefinition. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Sets the authoritative_copy of this EnvelopeDefinition. + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :param authoritative_copy: The authoritative_copy of this EnvelopeDefinition. + :param authoritative_copy: The authoritative_copy of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -570,22 +745,22 @@ def authoritative_copy(self, authoritative_copy): @property def authoritative_copy_default(self): - """ - Gets the authoritative_copy_default of this EnvelopeDefinition. - + """Gets the authoritative_copy_default of this EnvelopeDefinition. # noqa: E501 - :return: The authoritative_copy_default of this EnvelopeDefinition. + # noqa: E501 + + :return: The authoritative_copy_default of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._authoritative_copy_default @authoritative_copy_default.setter def authoritative_copy_default(self, authoritative_copy_default): - """ - Sets the authoritative_copy_default of this EnvelopeDefinition. - + """Sets the authoritative_copy_default of this EnvelopeDefinition. - :param authoritative_copy_default: The authoritative_copy_default of this EnvelopeDefinition. + # noqa: E501 + + :param authoritative_copy_default: The authoritative_copy_default of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -593,22 +768,22 @@ def authoritative_copy_default(self, authoritative_copy_default): @property def auto_navigation(self): - """ - Gets the auto_navigation of this EnvelopeDefinition. - + """Gets the auto_navigation of this EnvelopeDefinition. # noqa: E501 - :return: The auto_navigation of this EnvelopeDefinition. + # noqa: E501 + + :return: The auto_navigation of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this EnvelopeDefinition. - + """Sets the auto_navigation of this EnvelopeDefinition. + + # noqa: E501 - :param auto_navigation: The auto_navigation of this EnvelopeDefinition. + :param auto_navigation: The auto_navigation of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -616,22 +791,22 @@ def auto_navigation(self, auto_navigation): @property def brand_id(self): - """ - Gets the brand_id of this EnvelopeDefinition. - This sets the brand profile format used for the envelope. The value in the string is the brandId associated with the profile. Account branding must be enabled for the account to use this option. + """Gets the brand_id of this EnvelopeDefinition. # noqa: E501 + + This sets the brand profile format used for the envelope. The value in the string is the brandId associated with the profile. Account branding must be enabled for the account to use this option. # noqa: E501 - :return: The brand_id of this EnvelopeDefinition. + :return: The brand_id of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._brand_id @brand_id.setter def brand_id(self, brand_id): - """ - Sets the brand_id of this EnvelopeDefinition. - This sets the brand profile format used for the envelope. The value in the string is the brandId associated with the profile. Account branding must be enabled for the account to use this option. + """Sets the brand_id of this EnvelopeDefinition. + + This sets the brand profile format used for the envelope. The value in the string is the brandId associated with the profile. Account branding must be enabled for the account to use this option. # noqa: E501 - :param brand_id: The brand_id of this EnvelopeDefinition. + :param brand_id: The brand_id of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -639,22 +814,22 @@ def brand_id(self, brand_id): @property def brand_lock(self): - """ - Gets the brand_lock of this EnvelopeDefinition. - + """Gets the brand_lock of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The brand_lock of this EnvelopeDefinition. + :return: The brand_lock of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._brand_lock @brand_lock.setter def brand_lock(self, brand_lock): - """ - Sets the brand_lock of this EnvelopeDefinition. - + """Sets the brand_lock of this EnvelopeDefinition. - :param brand_lock: The brand_lock of this EnvelopeDefinition. + # noqa: E501 + + :param brand_lock: The brand_lock of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -662,22 +837,22 @@ def brand_lock(self, brand_lock): @property def certificate_uri(self): - """ - Gets the certificate_uri of this EnvelopeDefinition. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Gets the certificate_uri of this EnvelopeDefinition. # noqa: E501 - :return: The certificate_uri of this EnvelopeDefinition. + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 + + :return: The certificate_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._certificate_uri @certificate_uri.setter def certificate_uri(self, certificate_uri): - """ - Sets the certificate_uri of this EnvelopeDefinition. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Sets the certificate_uri of this EnvelopeDefinition. - :param certificate_uri: The certificate_uri of this EnvelopeDefinition. + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 + + :param certificate_uri: The certificate_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -685,22 +860,22 @@ def certificate_uri(self, certificate_uri): @property def completed_date_time(self): - """ - Gets the completed_date_time of this EnvelopeDefinition. - Specifies the date and time this item was completed. + """Gets the completed_date_time of this EnvelopeDefinition. # noqa: E501 + + Specifies the date and time this item was completed. # noqa: E501 - :return: The completed_date_time of this EnvelopeDefinition. + :return: The completed_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._completed_date_time @completed_date_time.setter def completed_date_time(self, completed_date_time): - """ - Sets the completed_date_time of this EnvelopeDefinition. - Specifies the date and time this item was completed. + """Sets the completed_date_time of this EnvelopeDefinition. + + Specifies the date and time this item was completed. # noqa: E501 - :param completed_date_time: The completed_date_time of this EnvelopeDefinition. + :param completed_date_time: The completed_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -708,22 +883,22 @@ def completed_date_time(self, completed_date_time): @property def composite_templates(self): - """ - Gets the composite_templates of this EnvelopeDefinition. - A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope. + """Gets the composite_templates of this EnvelopeDefinition. # noqa: E501 - :return: The composite_templates of this EnvelopeDefinition. + A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope. # noqa: E501 + + :return: The composite_templates of this EnvelopeDefinition. # noqa: E501 :rtype: list[CompositeTemplate] """ return self._composite_templates @composite_templates.setter def composite_templates(self, composite_templates): - """ - Sets the composite_templates of this EnvelopeDefinition. - A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope. + """Sets the composite_templates of this EnvelopeDefinition. + + A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope. # noqa: E501 - :param composite_templates: The composite_templates of this EnvelopeDefinition. + :param composite_templates: The composite_templates of this EnvelopeDefinition. # noqa: E501 :type: list[CompositeTemplate] """ @@ -731,22 +906,22 @@ def composite_templates(self, composite_templates): @property def copy_recipient_data(self): - """ - Gets the copy_recipient_data of this EnvelopeDefinition. - + """Gets the copy_recipient_data of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The copy_recipient_data of this EnvelopeDefinition. + :return: The copy_recipient_data of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._copy_recipient_data @copy_recipient_data.setter def copy_recipient_data(self, copy_recipient_data): - """ - Sets the copy_recipient_data of this EnvelopeDefinition. - + """Sets the copy_recipient_data of this EnvelopeDefinition. + + # noqa: E501 - :param copy_recipient_data: The copy_recipient_data of this EnvelopeDefinition. + :param copy_recipient_data: The copy_recipient_data of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -754,22 +929,22 @@ def copy_recipient_data(self, copy_recipient_data): @property def created_date_time(self): - """ - Gets the created_date_time of this EnvelopeDefinition. - Indicates the date and time the item was created. + """Gets the created_date_time of this EnvelopeDefinition. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this EnvelopeDefinition. + :return: The created_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this EnvelopeDefinition. - Indicates the date and time the item was created. + """Sets the created_date_time of this EnvelopeDefinition. - :param created_date_time: The created_date_time of this EnvelopeDefinition. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -777,20 +952,20 @@ def created_date_time(self, created_date_time): @property def custom_fields(self): - """ - Gets the custom_fields of this EnvelopeDefinition. + """Gets the custom_fields of this EnvelopeDefinition. # noqa: E501 - :return: The custom_fields of this EnvelopeDefinition. + + :return: The custom_fields of this EnvelopeDefinition. # noqa: E501 :rtype: CustomFields """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this EnvelopeDefinition. + """Sets the custom_fields of this EnvelopeDefinition. - :param custom_fields: The custom_fields of this EnvelopeDefinition. + + :param custom_fields: The custom_fields of this EnvelopeDefinition. # noqa: E501 :type: CustomFields """ @@ -798,22 +973,22 @@ def custom_fields(self, custom_fields): @property def custom_fields_uri(self): - """ - Gets the custom_fields_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Gets the custom_fields_uri of this EnvelopeDefinition. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 - :return: The custom_fields_uri of this EnvelopeDefinition. + :return: The custom_fields_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._custom_fields_uri @custom_fields_uri.setter def custom_fields_uri(self, custom_fields_uri): - """ - Sets the custom_fields_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Sets the custom_fields_uri of this EnvelopeDefinition. + + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 - :param custom_fields_uri: The custom_fields_uri of this EnvelopeDefinition. + :param custom_fields_uri: The custom_fields_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -821,22 +996,22 @@ def custom_fields_uri(self, custom_fields_uri): @property def declined_date_time(self): - """ - Gets the declined_date_time of this EnvelopeDefinition. - The date and time the recipient declined the document. + """Gets the declined_date_time of this EnvelopeDefinition. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 - :return: The declined_date_time of this EnvelopeDefinition. + :return: The declined_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this EnvelopeDefinition. - The date and time the recipient declined the document. + """Sets the declined_date_time of this EnvelopeDefinition. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this EnvelopeDefinition. + :param declined_date_time: The declined_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -844,22 +1019,22 @@ def declined_date_time(self, declined_date_time): @property def deleted_date_time(self): - """ - Gets the deleted_date_time of this EnvelopeDefinition. - Specifies the data and time the item was deleted. + """Gets the deleted_date_time of this EnvelopeDefinition. # noqa: E501 - :return: The deleted_date_time of this EnvelopeDefinition. + Specifies the data and time the item was deleted. # noqa: E501 + + :return: The deleted_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._deleted_date_time @deleted_date_time.setter def deleted_date_time(self, deleted_date_time): - """ - Sets the deleted_date_time of this EnvelopeDefinition. - Specifies the data and time the item was deleted. + """Sets the deleted_date_time of this EnvelopeDefinition. - :param deleted_date_time: The deleted_date_time of this EnvelopeDefinition. + Specifies the data and time the item was deleted. # noqa: E501 + + :param deleted_date_time: The deleted_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -867,22 +1042,22 @@ def deleted_date_time(self, deleted_date_time): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this EnvelopeDefinition. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this EnvelopeDefinition. # noqa: E501 - :return: The delivered_date_time of this EnvelopeDefinition. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivered_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this EnvelopeDefinition. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this EnvelopeDefinition. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this EnvelopeDefinition. + :param delivered_date_time: The delivered_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -890,22 +1065,22 @@ def delivered_date_time(self, delivered_date_time): @property def disable_responsive_document(self): - """ - Gets the disable_responsive_document of this EnvelopeDefinition. - + """Gets the disable_responsive_document of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The disable_responsive_document of this EnvelopeDefinition. + :return: The disable_responsive_document of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._disable_responsive_document @disable_responsive_document.setter def disable_responsive_document(self, disable_responsive_document): - """ - Sets the disable_responsive_document of this EnvelopeDefinition. - + """Sets the disable_responsive_document of this EnvelopeDefinition. + + # noqa: E501 - :param disable_responsive_document: The disable_responsive_document of this EnvelopeDefinition. + :param disable_responsive_document: The disable_responsive_document of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -913,22 +1088,22 @@ def disable_responsive_document(self, disable_responsive_document): @property def documents(self): - """ - Gets the documents of this EnvelopeDefinition. - Complex element contains the details on the documents in the envelope. + """Gets the documents of this EnvelopeDefinition. # noqa: E501 + + Complex element contains the details on the documents in the envelope. # noqa: E501 - :return: The documents of this EnvelopeDefinition. + :return: The documents of this EnvelopeDefinition. # noqa: E501 :rtype: list[Document] """ return self._documents @documents.setter def documents(self, documents): - """ - Sets the documents of this EnvelopeDefinition. - Complex element contains the details on the documents in the envelope. + """Sets the documents of this EnvelopeDefinition. - :param documents: The documents of this EnvelopeDefinition. + Complex element contains the details on the documents in the envelope. # noqa: E501 + + :param documents: The documents of this EnvelopeDefinition. # noqa: E501 :type: list[Document] """ @@ -936,22 +1111,22 @@ def documents(self, documents): @property def documents_combined_uri(self): - """ - Gets the documents_combined_uri of this EnvelopeDefinition. - + """Gets the documents_combined_uri of this EnvelopeDefinition. # noqa: E501 - :return: The documents_combined_uri of this EnvelopeDefinition. + # noqa: E501 + + :return: The documents_combined_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._documents_combined_uri @documents_combined_uri.setter def documents_combined_uri(self, documents_combined_uri): - """ - Sets the documents_combined_uri of this EnvelopeDefinition. - + """Sets the documents_combined_uri of this EnvelopeDefinition. - :param documents_combined_uri: The documents_combined_uri of this EnvelopeDefinition. + # noqa: E501 + + :param documents_combined_uri: The documents_combined_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -959,22 +1134,22 @@ def documents_combined_uri(self, documents_combined_uri): @property def documents_uri(self): - """ - Gets the documents_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Gets the documents_uri of this EnvelopeDefinition. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :return: The documents_uri of this EnvelopeDefinition. + :return: The documents_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._documents_uri @documents_uri.setter def documents_uri(self, documents_uri): - """ - Sets the documents_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Sets the documents_uri of this EnvelopeDefinition. + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :param documents_uri: The documents_uri of this EnvelopeDefinition. + :param documents_uri: The documents_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -982,22 +1157,22 @@ def documents_uri(self, documents_uri): @property def email_blurb(self): - """ - Gets the email_blurb of this EnvelopeDefinition. - Optional element. This is the same as the email body. If specified it is included in email body for all envelope recipients. This can be a maximum of 10000 characters + """Gets the email_blurb of this EnvelopeDefinition. # noqa: E501 + + Optional element. This is the same as the email body. If specified it is included in email body for all envelope recipients. This can be a maximum of 10000 characters # noqa: E501 - :return: The email_blurb of this EnvelopeDefinition. + :return: The email_blurb of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._email_blurb @email_blurb.setter def email_blurb(self, email_blurb): - """ - Sets the email_blurb of this EnvelopeDefinition. - Optional element. This is the same as the email body. If specified it is included in email body for all envelope recipients. This can be a maximum of 10000 characters + """Sets the email_blurb of this EnvelopeDefinition. + + Optional element. This is the same as the email body. If specified it is included in email body for all envelope recipients. This can be a maximum of 10000 characters # noqa: E501 - :param email_blurb: The email_blurb of this EnvelopeDefinition. + :param email_blurb: The email_blurb of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1005,20 +1180,20 @@ def email_blurb(self, email_blurb): @property def email_settings(self): - """ - Gets the email_settings of this EnvelopeDefinition. + """Gets the email_settings of this EnvelopeDefinition. # noqa: E501 - :return: The email_settings of this EnvelopeDefinition. + + :return: The email_settings of this EnvelopeDefinition. # noqa: E501 :rtype: EmailSettings """ return self._email_settings @email_settings.setter def email_settings(self, email_settings): - """ - Sets the email_settings of this EnvelopeDefinition. + """Sets the email_settings of this EnvelopeDefinition. + - :param email_settings: The email_settings of this EnvelopeDefinition. + :param email_settings: The email_settings of this EnvelopeDefinition. # noqa: E501 :type: EmailSettings """ @@ -1026,22 +1201,22 @@ def email_settings(self, email_settings): @property def email_subject(self): - """ - Gets the email_subject of this EnvelopeDefinition. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this EnvelopeDefinition. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this EnvelopeDefinition. + :return: The email_subject of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this EnvelopeDefinition. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this EnvelopeDefinition. - :param email_subject: The email_subject of this EnvelopeDefinition. + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 + + :param email_subject: The email_subject of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1049,22 +1224,22 @@ def email_subject(self, email_subject): @property def enable_wet_sign(self): - """ - Gets the enable_wet_sign of this EnvelopeDefinition. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Gets the enable_wet_sign of this EnvelopeDefinition. # noqa: E501 - :return: The enable_wet_sign of this EnvelopeDefinition. + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 + + :return: The enable_wet_sign of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._enable_wet_sign @enable_wet_sign.setter def enable_wet_sign(self, enable_wet_sign): - """ - Sets the enable_wet_sign of this EnvelopeDefinition. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Sets the enable_wet_sign of this EnvelopeDefinition. - :param enable_wet_sign: The enable_wet_sign of this EnvelopeDefinition. + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 + + :param enable_wet_sign: The enable_wet_sign of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1072,22 +1247,22 @@ def enable_wet_sign(self, enable_wet_sign): @property def enforce_signer_visibility(self): - """ - Gets the enforce_signer_visibility of this EnvelopeDefinition. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Gets the enforce_signer_visibility of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :return: The enforce_signer_visibility of this EnvelopeDefinition. + :return: The enforce_signer_visibility of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._enforce_signer_visibility @enforce_signer_visibility.setter def enforce_signer_visibility(self, enforce_signer_visibility): - """ - Sets the enforce_signer_visibility of this EnvelopeDefinition. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Sets the enforce_signer_visibility of this EnvelopeDefinition. + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :param enforce_signer_visibility: The enforce_signer_visibility of this EnvelopeDefinition. + :param enforce_signer_visibility: The enforce_signer_visibility of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1095,22 +1270,22 @@ def enforce_signer_visibility(self, enforce_signer_visibility): @property def envelope_attachments(self): - """ - Gets the envelope_attachments of this EnvelopeDefinition. - + """Gets the envelope_attachments of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The envelope_attachments of this EnvelopeDefinition. + :return: The envelope_attachments of this EnvelopeDefinition. # noqa: E501 :rtype: list[Attachment] """ return self._envelope_attachments @envelope_attachments.setter def envelope_attachments(self, envelope_attachments): - """ - Sets the envelope_attachments of this EnvelopeDefinition. - + """Sets the envelope_attachments of this EnvelopeDefinition. + + # noqa: E501 - :param envelope_attachments: The envelope_attachments of this EnvelopeDefinition. + :param envelope_attachments: The envelope_attachments of this EnvelopeDefinition. # noqa: E501 :type: list[Attachment] """ @@ -1118,22 +1293,22 @@ def envelope_attachments(self, envelope_attachments): @property def envelope_documents(self): - """ - Gets the envelope_documents of this EnvelopeDefinition. - + """Gets the envelope_documents of this EnvelopeDefinition. # noqa: E501 - :return: The envelope_documents of this EnvelopeDefinition. + # noqa: E501 + + :return: The envelope_documents of this EnvelopeDefinition. # noqa: E501 :rtype: list[EnvelopeDocument] """ return self._envelope_documents @envelope_documents.setter def envelope_documents(self, envelope_documents): - """ - Sets the envelope_documents of this EnvelopeDefinition. - + """Sets the envelope_documents of this EnvelopeDefinition. - :param envelope_documents: The envelope_documents of this EnvelopeDefinition. + # noqa: E501 + + :param envelope_documents: The envelope_documents of this EnvelopeDefinition. # noqa: E501 :type: list[EnvelopeDocument] """ @@ -1141,22 +1316,22 @@ def envelope_documents(self, envelope_documents): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeDefinition. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeDefinition. # noqa: E501 - :return: The envelope_id of this EnvelopeDefinition. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeDefinition. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeDefinition. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this EnvelopeDefinition. + :param envelope_id: The envelope_id of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1164,22 +1339,22 @@ def envelope_id(self, envelope_id): @property def envelope_id_stamping(self): - """ - Gets the envelope_id_stamping of this EnvelopeDefinition. - When set to **true**, Envelope ID Stamping is enabled. + """Gets the envelope_id_stamping of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 - :return: The envelope_id_stamping of this EnvelopeDefinition. + :return: The envelope_id_stamping of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._envelope_id_stamping @envelope_id_stamping.setter def envelope_id_stamping(self, envelope_id_stamping): - """ - Sets the envelope_id_stamping of this EnvelopeDefinition. - When set to **true**, Envelope ID Stamping is enabled. + """Sets the envelope_id_stamping of this EnvelopeDefinition. + + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 - :param envelope_id_stamping: The envelope_id_stamping of this EnvelopeDefinition. + :param envelope_id_stamping: The envelope_id_stamping of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1187,22 +1362,22 @@ def envelope_id_stamping(self, envelope_id_stamping): @property def envelope_location(self): - """ - Gets the envelope_location of this EnvelopeDefinition. - + """Gets the envelope_location of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The envelope_location of this EnvelopeDefinition. + :return: The envelope_location of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._envelope_location @envelope_location.setter def envelope_location(self, envelope_location): - """ - Sets the envelope_location of this EnvelopeDefinition. - + """Sets the envelope_location of this EnvelopeDefinition. - :param envelope_location: The envelope_location of this EnvelopeDefinition. + # noqa: E501 + + :param envelope_location: The envelope_location of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1210,20 +1385,20 @@ def envelope_location(self, envelope_location): @property def envelope_metadata(self): - """ - Gets the envelope_metadata of this EnvelopeDefinition. + """Gets the envelope_metadata of this EnvelopeDefinition. # noqa: E501 - :return: The envelope_metadata of this EnvelopeDefinition. + + :return: The envelope_metadata of this EnvelopeDefinition. # noqa: E501 :rtype: EnvelopeMetadata """ return self._envelope_metadata @envelope_metadata.setter def envelope_metadata(self, envelope_metadata): - """ - Sets the envelope_metadata of this EnvelopeDefinition. + """Sets the envelope_metadata of this EnvelopeDefinition. - :param envelope_metadata: The envelope_metadata of this EnvelopeDefinition. + + :param envelope_metadata: The envelope_metadata of this EnvelopeDefinition. # noqa: E501 :type: EnvelopeMetadata """ @@ -1231,22 +1406,22 @@ def envelope_metadata(self, envelope_metadata): @property def envelope_uri(self): - """ - Gets the envelope_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Gets the envelope_uri of this EnvelopeDefinition. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 - :return: The envelope_uri of this EnvelopeDefinition. + :return: The envelope_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._envelope_uri @envelope_uri.setter def envelope_uri(self, envelope_uri): - """ - Sets the envelope_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Sets the envelope_uri of this EnvelopeDefinition. + + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 - :param envelope_uri: The envelope_uri of this EnvelopeDefinition. + :param envelope_uri: The envelope_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1254,20 +1429,20 @@ def envelope_uri(self, envelope_uri): @property def event_notification(self): - """ - Gets the event_notification of this EnvelopeDefinition. + """Gets the event_notification of this EnvelopeDefinition. # noqa: E501 + - :return: The event_notification of this EnvelopeDefinition. + :return: The event_notification of this EnvelopeDefinition. # noqa: E501 :rtype: EventNotification """ return self._event_notification @event_notification.setter def event_notification(self, event_notification): - """ - Sets the event_notification of this EnvelopeDefinition. + """Sets the event_notification of this EnvelopeDefinition. + - :param event_notification: The event_notification of this EnvelopeDefinition. + :param event_notification: The event_notification of this EnvelopeDefinition. # noqa: E501 :type: EventNotification """ @@ -1275,22 +1450,22 @@ def event_notification(self, event_notification): @property def event_notifications(self): - """ - Gets the event_notifications of this EnvelopeDefinition. - + """Gets the event_notifications of this EnvelopeDefinition. # noqa: E501 - :return: The event_notifications of this EnvelopeDefinition. + # noqa: E501 + + :return: The event_notifications of this EnvelopeDefinition. # noqa: E501 :rtype: list[EventNotification] """ return self._event_notifications @event_notifications.setter def event_notifications(self, event_notifications): - """ - Sets the event_notifications of this EnvelopeDefinition. - + """Sets the event_notifications of this EnvelopeDefinition. - :param event_notifications: The event_notifications of this EnvelopeDefinition. + # noqa: E501 + + :param event_notifications: The event_notifications of this EnvelopeDefinition. # noqa: E501 :type: list[EventNotification] """ @@ -1298,22 +1473,22 @@ def event_notifications(self, event_notifications): @property def expire_after(self): - """ - Gets the expire_after of this EnvelopeDefinition. - + """Gets the expire_after of this EnvelopeDefinition. # noqa: E501 - :return: The expire_after of this EnvelopeDefinition. + # noqa: E501 + + :return: The expire_after of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._expire_after @expire_after.setter def expire_after(self, expire_after): - """ - Sets the expire_after of this EnvelopeDefinition. - + """Sets the expire_after of this EnvelopeDefinition. + + # noqa: E501 - :param expire_after: The expire_after of this EnvelopeDefinition. + :param expire_after: The expire_after of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1321,22 +1496,22 @@ def expire_after(self, expire_after): @property def expire_date_time(self): - """ - Gets the expire_date_time of this EnvelopeDefinition. - + """Gets the expire_date_time of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The expire_date_time of this EnvelopeDefinition. + :return: The expire_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._expire_date_time @expire_date_time.setter def expire_date_time(self, expire_date_time): - """ - Sets the expire_date_time of this EnvelopeDefinition. - + """Sets the expire_date_time of this EnvelopeDefinition. - :param expire_date_time: The expire_date_time of this EnvelopeDefinition. + # noqa: E501 + + :param expire_date_time: The expire_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1344,22 +1519,22 @@ def expire_date_time(self, expire_date_time): @property def expire_enabled(self): - """ - Gets the expire_enabled of this EnvelopeDefinition. - + """Gets the expire_enabled of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The expire_enabled of this EnvelopeDefinition. + :return: The expire_enabled of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._expire_enabled @expire_enabled.setter def expire_enabled(self, expire_enabled): - """ - Sets the expire_enabled of this EnvelopeDefinition. - + """Sets the expire_enabled of this EnvelopeDefinition. + + # noqa: E501 - :param expire_enabled: The expire_enabled of this EnvelopeDefinition. + :param expire_enabled: The expire_enabled of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1367,22 +1542,22 @@ def expire_enabled(self, expire_enabled): @property def external_envelope_id(self): - """ - Gets the external_envelope_id of this EnvelopeDefinition. - + """Gets the external_envelope_id of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The external_envelope_id of this EnvelopeDefinition. + :return: The external_envelope_id of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._external_envelope_id @external_envelope_id.setter def external_envelope_id(self, external_envelope_id): - """ - Sets the external_envelope_id of this EnvelopeDefinition. - + """Sets the external_envelope_id of this EnvelopeDefinition. + + # noqa: E501 - :param external_envelope_id: The external_envelope_id of this EnvelopeDefinition. + :param external_envelope_id: The external_envelope_id of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1390,22 +1565,22 @@ def external_envelope_id(self, external_envelope_id): @property def folders(self): - """ - Gets the folders of this EnvelopeDefinition. - + """Gets the folders of this EnvelopeDefinition. # noqa: E501 - :return: The folders of this EnvelopeDefinition. + # noqa: E501 + + :return: The folders of this EnvelopeDefinition. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this EnvelopeDefinition. - + """Sets the folders of this EnvelopeDefinition. - :param folders: The folders of this EnvelopeDefinition. + # noqa: E501 + + :param folders: The folders of this EnvelopeDefinition. # noqa: E501 :type: list[Folder] """ @@ -1413,22 +1588,22 @@ def folders(self, folders): @property def has_comments(self): - """ - Gets the has_comments of this EnvelopeDefinition. - + """Gets the has_comments of this EnvelopeDefinition. # noqa: E501 - :return: The has_comments of this EnvelopeDefinition. + # noqa: E501 + + :return: The has_comments of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._has_comments @has_comments.setter def has_comments(self, has_comments): - """ - Sets the has_comments of this EnvelopeDefinition. - + """Sets the has_comments of this EnvelopeDefinition. + + # noqa: E501 - :param has_comments: The has_comments of this EnvelopeDefinition. + :param has_comments: The has_comments of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1436,22 +1611,22 @@ def has_comments(self, has_comments): @property def has_form_data_changed(self): - """ - Gets the has_form_data_changed of this EnvelopeDefinition. - + """Gets the has_form_data_changed of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The has_form_data_changed of this EnvelopeDefinition. + :return: The has_form_data_changed of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._has_form_data_changed @has_form_data_changed.setter def has_form_data_changed(self, has_form_data_changed): - """ - Sets the has_form_data_changed of this EnvelopeDefinition. - + """Sets the has_form_data_changed of this EnvelopeDefinition. + + # noqa: E501 - :param has_form_data_changed: The has_form_data_changed of this EnvelopeDefinition. + :param has_form_data_changed: The has_form_data_changed of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1459,22 +1634,22 @@ def has_form_data_changed(self, has_form_data_changed): @property def has_wav_file(self): - """ - Gets the has_wav_file of this EnvelopeDefinition. - + """Gets the has_wav_file of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The has_wav_file of this EnvelopeDefinition. + :return: The has_wav_file of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._has_wav_file @has_wav_file.setter def has_wav_file(self, has_wav_file): - """ - Sets the has_wav_file of this EnvelopeDefinition. - + """Sets the has_wav_file of this EnvelopeDefinition. - :param has_wav_file: The has_wav_file of this EnvelopeDefinition. + # noqa: E501 + + :param has_wav_file: The has_wav_file of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1482,22 +1657,22 @@ def has_wav_file(self, has_wav_file): @property def holder(self): - """ - Gets the holder of this EnvelopeDefinition. - + """Gets the holder of this EnvelopeDefinition. # noqa: E501 - :return: The holder of this EnvelopeDefinition. + # noqa: E501 + + :return: The holder of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._holder @holder.setter def holder(self, holder): - """ - Sets the holder of this EnvelopeDefinition. - + """Sets the holder of this EnvelopeDefinition. - :param holder: The holder of this EnvelopeDefinition. + # noqa: E501 + + :param holder: The holder of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1505,22 +1680,22 @@ def holder(self, holder): @property def initial_sent_date_time(self): - """ - Gets the initial_sent_date_time of this EnvelopeDefinition. - + """Gets the initial_sent_date_time of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The initial_sent_date_time of this EnvelopeDefinition. + :return: The initial_sent_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._initial_sent_date_time @initial_sent_date_time.setter def initial_sent_date_time(self, initial_sent_date_time): - """ - Sets the initial_sent_date_time of this EnvelopeDefinition. - + """Sets the initial_sent_date_time of this EnvelopeDefinition. + + # noqa: E501 - :param initial_sent_date_time: The initial_sent_date_time of this EnvelopeDefinition. + :param initial_sent_date_time: The initial_sent_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1528,22 +1703,22 @@ def initial_sent_date_time(self, initial_sent_date_time): @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this EnvelopeDefinition. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :return: The is21_cfr_part11 of this EnvelopeDefinition. + :return: The is21_cfr_part11 of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this EnvelopeDefinition. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this EnvelopeDefinition. + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :param is21_cfr_part11: The is21_cfr_part11 of this EnvelopeDefinition. + :param is21_cfr_part11: The is21_cfr_part11 of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1551,22 +1726,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def is_dynamic_envelope(self): - """ - Gets the is_dynamic_envelope of this EnvelopeDefinition. - + """Gets the is_dynamic_envelope of this EnvelopeDefinition. # noqa: E501 - :return: The is_dynamic_envelope of this EnvelopeDefinition. + # noqa: E501 + + :return: The is_dynamic_envelope of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._is_dynamic_envelope @is_dynamic_envelope.setter def is_dynamic_envelope(self, is_dynamic_envelope): - """ - Sets the is_dynamic_envelope of this EnvelopeDefinition. - + """Sets the is_dynamic_envelope of this EnvelopeDefinition. - :param is_dynamic_envelope: The is_dynamic_envelope of this EnvelopeDefinition. + # noqa: E501 + + :param is_dynamic_envelope: The is_dynamic_envelope of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1574,22 +1749,22 @@ def is_dynamic_envelope(self, is_dynamic_envelope): @property def is_signature_provider_envelope(self): - """ - Gets the is_signature_provider_envelope of this EnvelopeDefinition. - + """Gets the is_signature_provider_envelope of this EnvelopeDefinition. # noqa: E501 - :return: The is_signature_provider_envelope of this EnvelopeDefinition. + # noqa: E501 + + :return: The is_signature_provider_envelope of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._is_signature_provider_envelope @is_signature_provider_envelope.setter def is_signature_provider_envelope(self, is_signature_provider_envelope): - """ - Sets the is_signature_provider_envelope of this EnvelopeDefinition. - + """Sets the is_signature_provider_envelope of this EnvelopeDefinition. + + # noqa: E501 - :param is_signature_provider_envelope: The is_signature_provider_envelope of this EnvelopeDefinition. + :param is_signature_provider_envelope: The is_signature_provider_envelope of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1597,22 +1772,22 @@ def is_signature_provider_envelope(self, is_signature_provider_envelope): @property def last_modified_date_time(self): - """ - Gets the last_modified_date_time of this EnvelopeDefinition. - The date and time the item was last modified. + """Gets the last_modified_date_time of this EnvelopeDefinition. # noqa: E501 + + The date and time the item was last modified. # noqa: E501 - :return: The last_modified_date_time of this EnvelopeDefinition. + :return: The last_modified_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._last_modified_date_time @last_modified_date_time.setter def last_modified_date_time(self, last_modified_date_time): - """ - Sets the last_modified_date_time of this EnvelopeDefinition. - The date and time the item was last modified. + """Sets the last_modified_date_time of this EnvelopeDefinition. + + The date and time the item was last modified. # noqa: E501 - :param last_modified_date_time: The last_modified_date_time of this EnvelopeDefinition. + :param last_modified_date_time: The last_modified_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1620,22 +1795,22 @@ def last_modified_date_time(self, last_modified_date_time): @property def location(self): - """ - Gets the location of this EnvelopeDefinition. - + """Gets the location of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The location of this EnvelopeDefinition. + :return: The location of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._location @location.setter def location(self, location): - """ - Sets the location of this EnvelopeDefinition. - + """Sets the location of this EnvelopeDefinition. - :param location: The location of this EnvelopeDefinition. + # noqa: E501 + + :param location: The location of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1643,20 +1818,20 @@ def location(self, location): @property def lock_information(self): - """ - Gets the lock_information of this EnvelopeDefinition. + """Gets the lock_information of this EnvelopeDefinition. # noqa: E501 + - :return: The lock_information of this EnvelopeDefinition. + :return: The lock_information of this EnvelopeDefinition. # noqa: E501 :rtype: LockInformation """ return self._lock_information @lock_information.setter def lock_information(self, lock_information): - """ - Sets the lock_information of this EnvelopeDefinition. + """Sets the lock_information of this EnvelopeDefinition. + - :param lock_information: The lock_information of this EnvelopeDefinition. + :param lock_information: The lock_information of this EnvelopeDefinition. # noqa: E501 :type: LockInformation """ @@ -1664,22 +1839,22 @@ def lock_information(self, lock_information): @property def message_lock(self): - """ - Gets the message_lock of this EnvelopeDefinition. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Gets the message_lock of this EnvelopeDefinition. # noqa: E501 - :return: The message_lock of this EnvelopeDefinition. + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 + + :return: The message_lock of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._message_lock @message_lock.setter def message_lock(self, message_lock): - """ - Sets the message_lock of this EnvelopeDefinition. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Sets the message_lock of this EnvelopeDefinition. - :param message_lock: The message_lock of this EnvelopeDefinition. + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 + + :param message_lock: The message_lock of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1687,20 +1862,20 @@ def message_lock(self, message_lock): @property def notification(self): - """ - Gets the notification of this EnvelopeDefinition. + """Gets the notification of this EnvelopeDefinition. # noqa: E501 - :return: The notification of this EnvelopeDefinition. + + :return: The notification of this EnvelopeDefinition. # noqa: E501 :rtype: Notification """ return self._notification @notification.setter def notification(self, notification): - """ - Sets the notification of this EnvelopeDefinition. + """Sets the notification of this EnvelopeDefinition. + - :param notification: The notification of this EnvelopeDefinition. + :param notification: The notification of this EnvelopeDefinition. # noqa: E501 :type: Notification """ @@ -1708,22 +1883,22 @@ def notification(self, notification): @property def notification_uri(self): - """ - Gets the notification_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Gets the notification_uri of this EnvelopeDefinition. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 - :return: The notification_uri of this EnvelopeDefinition. + :return: The notification_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._notification_uri @notification_uri.setter def notification_uri(self, notification_uri): - """ - Sets the notification_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Sets the notification_uri of this EnvelopeDefinition. + + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 - :param notification_uri: The notification_uri of this EnvelopeDefinition. + :param notification_uri: The notification_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1731,22 +1906,22 @@ def notification_uri(self, notification_uri): @property def password(self): - """ - Gets the password of this EnvelopeDefinition. - + """Gets the password of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The password of this EnvelopeDefinition. + :return: The password of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this EnvelopeDefinition. - + """Sets the password of this EnvelopeDefinition. - :param password: The password of this EnvelopeDefinition. + # noqa: E501 + + :param password: The password of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1754,20 +1929,20 @@ def password(self, password): @property def power_form(self): - """ - Gets the power_form of this EnvelopeDefinition. + """Gets the power_form of this EnvelopeDefinition. # noqa: E501 - :return: The power_form of this EnvelopeDefinition. + + :return: The power_form of this EnvelopeDefinition. # noqa: E501 :rtype: PowerForm """ return self._power_form @power_form.setter def power_form(self, power_form): - """ - Sets the power_form of this EnvelopeDefinition. + """Sets the power_form of this EnvelopeDefinition. - :param power_form: The power_form of this EnvelopeDefinition. + + :param power_form: The power_form of this EnvelopeDefinition. # noqa: E501 :type: PowerForm """ @@ -1775,22 +1950,22 @@ def power_form(self, power_form): @property def purge_completed_date(self): - """ - Gets the purge_completed_date of this EnvelopeDefinition. - + """Gets the purge_completed_date of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The purge_completed_date of this EnvelopeDefinition. + :return: The purge_completed_date of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._purge_completed_date @purge_completed_date.setter def purge_completed_date(self, purge_completed_date): - """ - Sets the purge_completed_date of this EnvelopeDefinition. - + """Sets the purge_completed_date of this EnvelopeDefinition. + + # noqa: E501 - :param purge_completed_date: The purge_completed_date of this EnvelopeDefinition. + :param purge_completed_date: The purge_completed_date of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1798,22 +1973,22 @@ def purge_completed_date(self, purge_completed_date): @property def purge_request_date(self): - """ - Gets the purge_request_date of this EnvelopeDefinition. - + """Gets the purge_request_date of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The purge_request_date of this EnvelopeDefinition. + :return: The purge_request_date of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._purge_request_date @purge_request_date.setter def purge_request_date(self, purge_request_date): - """ - Sets the purge_request_date of this EnvelopeDefinition. - + """Sets the purge_request_date of this EnvelopeDefinition. + + # noqa: E501 - :param purge_request_date: The purge_request_date of this EnvelopeDefinition. + :param purge_request_date: The purge_request_date of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1821,22 +1996,22 @@ def purge_request_date(self, purge_request_date): @property def purge_state(self): - """ - Gets the purge_state of this EnvelopeDefinition. - Initiates a purge request. Valid values are: * documents_queued: Places envelope documents in the purge queue. * documents_and_metadata_queued: Places envelope documents and metadata in the purge queue. + """Gets the purge_state of this EnvelopeDefinition. # noqa: E501 - :return: The purge_state of this EnvelopeDefinition. + Initiates a purge request. Valid values are: * documents_queued: Places envelope documents in the purge queue. * documents_and_metadata_queued: Places envelope documents and metadata in the purge queue. # noqa: E501 + + :return: The purge_state of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._purge_state @purge_state.setter def purge_state(self, purge_state): - """ - Sets the purge_state of this EnvelopeDefinition. - Initiates a purge request. Valid values are: * documents_queued: Places envelope documents in the purge queue. * documents_and_metadata_queued: Places envelope documents and metadata in the purge queue. + """Sets the purge_state of this EnvelopeDefinition. - :param purge_state: The purge_state of this EnvelopeDefinition. + Initiates a purge request. Valid values are: * documents_queued: Places envelope documents in the purge queue. * documents_and_metadata_queued: Places envelope documents and metadata in the purge queue. # noqa: E501 + + :param purge_state: The purge_state of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1844,20 +2019,20 @@ def purge_state(self, purge_state): @property def recipients(self): - """ - Gets the recipients of this EnvelopeDefinition. + """Gets the recipients of this EnvelopeDefinition. # noqa: E501 - :return: The recipients of this EnvelopeDefinition. + + :return: The recipients of this EnvelopeDefinition. # noqa: E501 :rtype: Recipients """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this EnvelopeDefinition. + """Sets the recipients of this EnvelopeDefinition. + - :param recipients: The recipients of this EnvelopeDefinition. + :param recipients: The recipients of this EnvelopeDefinition. # noqa: E501 :type: Recipients """ @@ -1865,22 +2040,22 @@ def recipients(self, recipients): @property def recipients_lock(self): - """ - Gets the recipients_lock of this EnvelopeDefinition. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Gets the recipients_lock of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 - :return: The recipients_lock of this EnvelopeDefinition. + :return: The recipients_lock of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._recipients_lock @recipients_lock.setter def recipients_lock(self, recipients_lock): - """ - Sets the recipients_lock of this EnvelopeDefinition. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Sets the recipients_lock of this EnvelopeDefinition. + + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 - :param recipients_lock: The recipients_lock of this EnvelopeDefinition. + :param recipients_lock: The recipients_lock of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1888,22 +2063,22 @@ def recipients_lock(self, recipients_lock): @property def recipients_uri(self): - """ - Gets the recipients_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Gets the recipients_uri of this EnvelopeDefinition. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 - :return: The recipients_uri of this EnvelopeDefinition. + :return: The recipients_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._recipients_uri @recipients_uri.setter def recipients_uri(self, recipients_uri): - """ - Sets the recipients_uri of this EnvelopeDefinition. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Sets the recipients_uri of this EnvelopeDefinition. - :param recipients_uri: The recipients_uri of this EnvelopeDefinition. + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 + + :param recipients_uri: The recipients_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1911,20 +2086,20 @@ def recipients_uri(self, recipients_uri): @property def sender(self): - """ - Gets the sender of this EnvelopeDefinition. + """Gets the sender of this EnvelopeDefinition. # noqa: E501 - :return: The sender of this EnvelopeDefinition. + + :return: The sender of this EnvelopeDefinition. # noqa: E501 :rtype: UserInfo """ return self._sender @sender.setter def sender(self, sender): - """ - Sets the sender of this EnvelopeDefinition. + """Sets the sender of this EnvelopeDefinition. - :param sender: The sender of this EnvelopeDefinition. + + :param sender: The sender of this EnvelopeDefinition. # noqa: E501 :type: UserInfo """ @@ -1932,22 +2107,22 @@ def sender(self, sender): @property def sent_date_time(self): - """ - Gets the sent_date_time of this EnvelopeDefinition. - The date and time the envelope was sent. + """Gets the sent_date_time of this EnvelopeDefinition. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this EnvelopeDefinition. + :return: The sent_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this EnvelopeDefinition. - The date and time the envelope was sent. + """Sets the sent_date_time of this EnvelopeDefinition. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this EnvelopeDefinition. + :param sent_date_time: The sent_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1955,22 +2130,22 @@ def sent_date_time(self, sent_date_time): @property def signer_can_sign_on_mobile(self): - """ - Gets the signer_can_sign_on_mobile of this EnvelopeDefinition. - + """Gets the signer_can_sign_on_mobile of this EnvelopeDefinition. # noqa: E501 - :return: The signer_can_sign_on_mobile of this EnvelopeDefinition. + # noqa: E501 + + :return: The signer_can_sign_on_mobile of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._signer_can_sign_on_mobile @signer_can_sign_on_mobile.setter def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): - """ - Sets the signer_can_sign_on_mobile of this EnvelopeDefinition. - + """Sets the signer_can_sign_on_mobile of this EnvelopeDefinition. + + # noqa: E501 - :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this EnvelopeDefinition. + :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -1978,22 +2153,22 @@ def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): @property def signing_location(self): - """ - Gets the signing_location of this EnvelopeDefinition. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Gets the signing_location of this EnvelopeDefinition. # noqa: E501 + + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 - :return: The signing_location of this EnvelopeDefinition. + :return: The signing_location of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._signing_location @signing_location.setter def signing_location(self, signing_location): - """ - Sets the signing_location of this EnvelopeDefinition. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Sets the signing_location of this EnvelopeDefinition. + + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 - :param signing_location: The signing_location of this EnvelopeDefinition. + :param signing_location: The signing_location of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2001,22 +2176,22 @@ def signing_location(self, signing_location): @property def status(self): - """ - Gets the status of this EnvelopeDefinition. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeDefinition. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EnvelopeDefinition. + :return: The status of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeDefinition. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeDefinition. - :param status: The status of this EnvelopeDefinition. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2024,22 +2199,22 @@ def status(self, status): @property def status_changed_date_time(self): - """ - Gets the status_changed_date_time of this EnvelopeDefinition. - The data and time the status changed. + """Gets the status_changed_date_time of this EnvelopeDefinition. # noqa: E501 - :return: The status_changed_date_time of this EnvelopeDefinition. + The data and time the status changed. # noqa: E501 + + :return: The status_changed_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._status_changed_date_time @status_changed_date_time.setter def status_changed_date_time(self, status_changed_date_time): - """ - Sets the status_changed_date_time of this EnvelopeDefinition. - The data and time the status changed. + """Sets the status_changed_date_time of this EnvelopeDefinition. - :param status_changed_date_time: The status_changed_date_time of this EnvelopeDefinition. + The data and time the status changed. # noqa: E501 + + :param status_changed_date_time: The status_changed_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2047,22 +2222,22 @@ def status_changed_date_time(self, status_changed_date_time): @property def status_date_time(self): - """ - Gets the status_date_time of this EnvelopeDefinition. - + """Gets the status_date_time of this EnvelopeDefinition. # noqa: E501 + + # noqa: E501 - :return: The status_date_time of this EnvelopeDefinition. + :return: The status_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._status_date_time @status_date_time.setter def status_date_time(self, status_date_time): - """ - Sets the status_date_time of this EnvelopeDefinition. - + """Sets the status_date_time of this EnvelopeDefinition. + + # noqa: E501 - :param status_date_time: The status_date_time of this EnvelopeDefinition. + :param status_date_time: The status_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2070,22 +2245,22 @@ def status_date_time(self, status_date_time): @property def template_id(self): - """ - Gets the template_id of this EnvelopeDefinition. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this EnvelopeDefinition. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this EnvelopeDefinition. + :return: The template_id of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this EnvelopeDefinition. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this EnvelopeDefinition. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this EnvelopeDefinition. + :param template_id: The template_id of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2093,22 +2268,22 @@ def template_id(self, template_id): @property def template_roles(self): - """ - Gets the template_roles of this EnvelopeDefinition. - Specifies the template recipients. Each roleName in the template must have a recipient assigned to it. This is made up elements: * email - The recipient's email address. * name - The recipient's name. * roleName - The template roleName associated with the recipient. * clientUserId - Optional, this sets if the signer is This specifies if the recipient is embedded or remote. If the clientUserId is not null then the recipient is embedded. Note that if a ClientUserId is used and the account settings SignerMustHaveAccount or SignerMustLoginToSign are true, an error is generated on sending. * defaultRecipient - Optional, When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. * routingOrder - This specifies the routing order of the recipient in the envelope. * accessCode - This optional element specifies the access code a recipient has to enter to validate the identity. This can be a maximum of 50 characters. * inPersonSignerName - Optional, if the template role is an in person signer, this is the full legal name of the signer. This can be a maximum of 100 characters. * emailNotification - This is an optional complex element that has a role specific emailSubject, emailBody, and language. It follows the same format as the emailNotification node for Recipients. * tabs - This allows the tab values to be specified for matching to tabs in the template. + """Gets the template_roles of this EnvelopeDefinition. # noqa: E501 - :return: The template_roles of this EnvelopeDefinition. + Specifies the template recipients. Each roleName in the template must have a recipient assigned to it. This is made up elements: * email - The recipient's email address. * name - The recipient's name. * roleName - The template roleName associated with the recipient. * clientUserId - Optional, this sets if the signer is This specifies if the recipient is embedded or remote. If the clientUserId is not null then the recipient is embedded. Note that if a ClientUserId is used and the account settings SignerMustHaveAccount or SignerMustLoginToSign are true, an error is generated on sending. * defaultRecipient - Optional, When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. * routingOrder - This specifies the routing order of the recipient in the envelope. * accessCode - This optional element specifies the access code a recipient has to enter to validate the identity. This can be a maximum of 50 characters. * inPersonSignerName - Optional, if the template role is an in person signer, this is the full legal name of the signer. This can be a maximum of 100 characters. * emailNotification - This is an optional complex element that has a role specific emailSubject, emailBody, and language. It follows the same format as the emailNotification node for Recipients. * tabs - This allows the tab values to be specified for matching to tabs in the template. # noqa: E501 + + :return: The template_roles of this EnvelopeDefinition. # noqa: E501 :rtype: list[TemplateRole] """ return self._template_roles @template_roles.setter def template_roles(self, template_roles): - """ - Sets the template_roles of this EnvelopeDefinition. - Specifies the template recipients. Each roleName in the template must have a recipient assigned to it. This is made up elements: * email - The recipient's email address. * name - The recipient's name. * roleName - The template roleName associated with the recipient. * clientUserId - Optional, this sets if the signer is This specifies if the recipient is embedded or remote. If the clientUserId is not null then the recipient is embedded. Note that if a ClientUserId is used and the account settings SignerMustHaveAccount or SignerMustLoginToSign are true, an error is generated on sending. * defaultRecipient - Optional, When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. * routingOrder - This specifies the routing order of the recipient in the envelope. * accessCode - This optional element specifies the access code a recipient has to enter to validate the identity. This can be a maximum of 50 characters. * inPersonSignerName - Optional, if the template role is an in person signer, this is the full legal name of the signer. This can be a maximum of 100 characters. * emailNotification - This is an optional complex element that has a role specific emailSubject, emailBody, and language. It follows the same format as the emailNotification node for Recipients. * tabs - This allows the tab values to be specified for matching to tabs in the template. + """Sets the template_roles of this EnvelopeDefinition. - :param template_roles: The template_roles of this EnvelopeDefinition. + Specifies the template recipients. Each roleName in the template must have a recipient assigned to it. This is made up elements: * email - The recipient's email address. * name - The recipient's name. * roleName - The template roleName associated with the recipient. * clientUserId - Optional, this sets if the signer is This specifies if the recipient is embedded or remote. If the clientUserId is not null then the recipient is embedded. Note that if a ClientUserId is used and the account settings SignerMustHaveAccount or SignerMustLoginToSign are true, an error is generated on sending. * defaultRecipient - Optional, When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. * routingOrder - This specifies the routing order of the recipient in the envelope. * accessCode - This optional element specifies the access code a recipient has to enter to validate the identity. This can be a maximum of 50 characters. * inPersonSignerName - Optional, if the template role is an in person signer, this is the full legal name of the signer. This can be a maximum of 100 characters. * emailNotification - This is an optional complex element that has a role specific emailSubject, emailBody, and language. It follows the same format as the emailNotification node for Recipients. * tabs - This allows the tab values to be specified for matching to tabs in the template. # noqa: E501 + + :param template_roles: The template_roles of this EnvelopeDefinition. # noqa: E501 :type: list[TemplateRole] """ @@ -2116,22 +2291,22 @@ def template_roles(self, template_roles): @property def templates_uri(self): - """ - Gets the templates_uri of this EnvelopeDefinition. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Gets the templates_uri of this EnvelopeDefinition. # noqa: E501 - :return: The templates_uri of this EnvelopeDefinition. + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 + + :return: The templates_uri of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._templates_uri @templates_uri.setter def templates_uri(self, templates_uri): - """ - Sets the templates_uri of this EnvelopeDefinition. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Sets the templates_uri of this EnvelopeDefinition. + + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 - :param templates_uri: The templates_uri of this EnvelopeDefinition. + :param templates_uri: The templates_uri of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2139,22 +2314,22 @@ def templates_uri(self, templates_uri): @property def transaction_id(self): - """ - Gets the transaction_id of this EnvelopeDefinition. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Gets the transaction_id of this EnvelopeDefinition. # noqa: E501 + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :return: The transaction_id of this EnvelopeDefinition. + :return: The transaction_id of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this EnvelopeDefinition. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Sets the transaction_id of this EnvelopeDefinition. + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :param transaction_id: The transaction_id of this EnvelopeDefinition. + :param transaction_id: The transaction_id of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2162,22 +2337,22 @@ def transaction_id(self, transaction_id): @property def use_disclosure(self): - """ - Gets the use_disclosure of this EnvelopeDefinition. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Gets the use_disclosure of this EnvelopeDefinition. # noqa: E501 + + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 - :return: The use_disclosure of this EnvelopeDefinition. + :return: The use_disclosure of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._use_disclosure @use_disclosure.setter def use_disclosure(self, use_disclosure): - """ - Sets the use_disclosure of this EnvelopeDefinition. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Sets the use_disclosure of this EnvelopeDefinition. - :param use_disclosure: The use_disclosure of this EnvelopeDefinition. + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 + + :param use_disclosure: The use_disclosure of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2185,22 +2360,22 @@ def use_disclosure(self, use_disclosure): @property def voided_date_time(self): - """ - Gets the voided_date_time of this EnvelopeDefinition. - The date and time the envelope or template was voided. + """Gets the voided_date_time of this EnvelopeDefinition. # noqa: E501 - :return: The voided_date_time of this EnvelopeDefinition. + The date and time the envelope or template was voided. # noqa: E501 + + :return: The voided_date_time of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._voided_date_time @voided_date_time.setter def voided_date_time(self, voided_date_time): - """ - Sets the voided_date_time of this EnvelopeDefinition. - The date and time the envelope or template was voided. + """Sets the voided_date_time of this EnvelopeDefinition. - :param voided_date_time: The voided_date_time of this EnvelopeDefinition. + The date and time the envelope or template was voided. # noqa: E501 + + :param voided_date_time: The voided_date_time of this EnvelopeDefinition. # noqa: E501 :type: str """ @@ -2208,34 +2383,32 @@ def voided_date_time(self, voided_date_time): @property def voided_reason(self): - """ - Gets the voided_reason of this EnvelopeDefinition. - The reason the envelope or template was voided. + """Gets the voided_reason of this EnvelopeDefinition. # noqa: E501 + + The reason the envelope or template was voided. # noqa: E501 - :return: The voided_reason of this EnvelopeDefinition. + :return: The voided_reason of this EnvelopeDefinition. # noqa: E501 :rtype: str """ return self._voided_reason @voided_reason.setter def voided_reason(self, voided_reason): - """ - Sets the voided_reason of this EnvelopeDefinition. - The reason the envelope or template was voided. + """Sets the voided_reason of this EnvelopeDefinition. + + The reason the envelope or template was voided. # noqa: E501 - :param voided_reason: The voided_reason of this EnvelopeDefinition. + :param voided_reason: The voided_reason of this EnvelopeDefinition. # noqa: E501 :type: str """ self._voided_reason = voided_reason def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2252,29 +2425,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeDefinition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeDefinition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_document.py b/docusign_esign/models/envelope_document.py index 1260b0e4..6843955e 100644 --- a/docusign_esign/models/envelope_document.py +++ b/docusign_esign/models/envelope_document.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,125 +11,180 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeDocument(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, added_recipient_ids=None, attachment_tab_id=None, authoritative_copy=None, authoritative_copy_metadata=None, available_document_types=None, contains_pdf_form_fields=None, display=None, display_metadata=None, document_fields=None, document_id=None, document_id_guid=None, error_details=None, include_in_download=None, include_in_download_metadata=None, name=None, name_metadata=None, order=None, pages=None, signer_must_acknowledge=None, signer_must_acknowledge_metadata=None, size_bytes=None, template_locked=None, template_required=None, type=None, uri=None): - """ - EnvelopeDocument - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'added_recipient_ids': 'list[str]', - 'attachment_tab_id': 'str', - 'authoritative_copy': 'str', - 'authoritative_copy_metadata': 'PropertyMetadata', - 'available_document_types': 'list[SignatureType]', - 'contains_pdf_form_fields': 'str', - 'display': 'str', - 'display_metadata': 'PropertyMetadata', - 'document_fields': 'list[NameValue]', - 'document_id': 'str', - 'document_id_guid': 'str', - 'error_details': 'ErrorDetails', - 'include_in_download': 'str', - 'include_in_download_metadata': 'PropertyMetadata', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'order': 'str', - 'pages': 'list[Page]', - 'signer_must_acknowledge': 'str', - 'signer_must_acknowledge_metadata': 'PropertyMetadata', - 'size_bytes': 'str', - 'template_locked': 'str', - 'template_required': 'str', - 'type': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'added_recipient_ids': 'addedRecipientIds', - 'attachment_tab_id': 'attachmentTabId', - 'authoritative_copy': 'authoritativeCopy', - 'authoritative_copy_metadata': 'authoritativeCopyMetadata', - 'available_document_types': 'availableDocumentTypes', - 'contains_pdf_form_fields': 'containsPdfFormFields', - 'display': 'display', - 'display_metadata': 'displayMetadata', - 'document_fields': 'documentFields', - 'document_id': 'documentId', - 'document_id_guid': 'documentIdGuid', - 'error_details': 'errorDetails', - 'include_in_download': 'includeInDownload', - 'include_in_download_metadata': 'includeInDownloadMetadata', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'order': 'order', - 'pages': 'pages', - 'signer_must_acknowledge': 'signerMustAcknowledge', - 'signer_must_acknowledge_metadata': 'signerMustAcknowledgeMetadata', - 'size_bytes': 'sizeBytes', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'type': 'type', - 'uri': 'uri' - } - self._added_recipient_ids = added_recipient_ids - self._attachment_tab_id = attachment_tab_id - self._authoritative_copy = authoritative_copy - self._authoritative_copy_metadata = authoritative_copy_metadata - self._available_document_types = available_document_types - self._contains_pdf_form_fields = contains_pdf_form_fields - self._display = display - self._display_metadata = display_metadata - self._document_fields = document_fields - self._document_id = document_id - self._document_id_guid = document_id_guid - self._error_details = error_details - self._include_in_download = include_in_download - self._include_in_download_metadata = include_in_download_metadata - self._name = name - self._name_metadata = name_metadata - self._order = order - self._pages = pages - self._signer_must_acknowledge = signer_must_acknowledge - self._signer_must_acknowledge_metadata = signer_must_acknowledge_metadata - self._size_bytes = size_bytes - self._template_locked = template_locked - self._template_required = template_required - self._type = type - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'added_recipient_ids': 'list[str]', + 'attachment_tab_id': 'str', + 'authoritative_copy': 'str', + 'authoritative_copy_metadata': 'PropertyMetadata', + 'available_document_types': 'list[SignatureType]', + 'contains_pdf_form_fields': 'str', + 'display': 'str', + 'display_metadata': 'PropertyMetadata', + 'document_fields': 'list[NameValue]', + 'document_id': 'str', + 'document_id_guid': 'str', + 'error_details': 'ErrorDetails', + 'include_in_download': 'str', + 'include_in_download_metadata': 'PropertyMetadata', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'order': 'str', + 'pages': 'list[Page]', + 'signer_must_acknowledge': 'str', + 'signer_must_acknowledge_metadata': 'PropertyMetadata', + 'size_bytes': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'type': 'str', + 'uri': 'str' + } + + attribute_map = { + 'added_recipient_ids': 'addedRecipientIds', + 'attachment_tab_id': 'attachmentTabId', + 'authoritative_copy': 'authoritativeCopy', + 'authoritative_copy_metadata': 'authoritativeCopyMetadata', + 'available_document_types': 'availableDocumentTypes', + 'contains_pdf_form_fields': 'containsPdfFormFields', + 'display': 'display', + 'display_metadata': 'displayMetadata', + 'document_fields': 'documentFields', + 'document_id': 'documentId', + 'document_id_guid': 'documentIdGuid', + 'error_details': 'errorDetails', + 'include_in_download': 'includeInDownload', + 'include_in_download_metadata': 'includeInDownloadMetadata', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'order': 'order', + 'pages': 'pages', + 'signer_must_acknowledge': 'signerMustAcknowledge', + 'signer_must_acknowledge_metadata': 'signerMustAcknowledgeMetadata', + 'size_bytes': 'sizeBytes', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'type': 'type', + 'uri': 'uri' + } + + def __init__(self, added_recipient_ids=None, attachment_tab_id=None, authoritative_copy=None, authoritative_copy_metadata=None, available_document_types=None, contains_pdf_form_fields=None, display=None, display_metadata=None, document_fields=None, document_id=None, document_id_guid=None, error_details=None, include_in_download=None, include_in_download_metadata=None, name=None, name_metadata=None, order=None, pages=None, signer_must_acknowledge=None, signer_must_acknowledge_metadata=None, size_bytes=None, template_locked=None, template_required=None, type=None, uri=None): # noqa: E501 + """EnvelopeDocument - a model defined in Swagger""" # noqa: E501 + + self._added_recipient_ids = None + self._attachment_tab_id = None + self._authoritative_copy = None + self._authoritative_copy_metadata = None + self._available_document_types = None + self._contains_pdf_form_fields = None + self._display = None + self._display_metadata = None + self._document_fields = None + self._document_id = None + self._document_id_guid = None + self._error_details = None + self._include_in_download = None + self._include_in_download_metadata = None + self._name = None + self._name_metadata = None + self._order = None + self._pages = None + self._signer_must_acknowledge = None + self._signer_must_acknowledge_metadata = None + self._size_bytes = None + self._template_locked = None + self._template_required = None + self._type = None + self._uri = None + self.discriminator = None + + if added_recipient_ids is not None: + self.added_recipient_ids = added_recipient_ids + if attachment_tab_id is not None: + self.attachment_tab_id = attachment_tab_id + if authoritative_copy is not None: + self.authoritative_copy = authoritative_copy + if authoritative_copy_metadata is not None: + self.authoritative_copy_metadata = authoritative_copy_metadata + if available_document_types is not None: + self.available_document_types = available_document_types + if contains_pdf_form_fields is not None: + self.contains_pdf_form_fields = contains_pdf_form_fields + if display is not None: + self.display = display + if display_metadata is not None: + self.display_metadata = display_metadata + if document_fields is not None: + self.document_fields = document_fields + if document_id is not None: + self.document_id = document_id + if document_id_guid is not None: + self.document_id_guid = document_id_guid + if error_details is not None: + self.error_details = error_details + if include_in_download is not None: + self.include_in_download = include_in_download + if include_in_download_metadata is not None: + self.include_in_download_metadata = include_in_download_metadata + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if order is not None: + self.order = order + if pages is not None: + self.pages = pages + if signer_must_acknowledge is not None: + self.signer_must_acknowledge = signer_must_acknowledge + if signer_must_acknowledge_metadata is not None: + self.signer_must_acknowledge_metadata = signer_must_acknowledge_metadata + if size_bytes is not None: + self.size_bytes = size_bytes + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if type is not None: + self.type = type + if uri is not None: + self.uri = uri @property def added_recipient_ids(self): - """ - Gets the added_recipient_ids of this EnvelopeDocument. - + """Gets the added_recipient_ids of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The added_recipient_ids of this EnvelopeDocument. + :return: The added_recipient_ids of this EnvelopeDocument. # noqa: E501 :rtype: list[str] """ return self._added_recipient_ids @added_recipient_ids.setter def added_recipient_ids(self, added_recipient_ids): - """ - Sets the added_recipient_ids of this EnvelopeDocument. - + """Sets the added_recipient_ids of this EnvelopeDocument. + + # noqa: E501 - :param added_recipient_ids: The added_recipient_ids of this EnvelopeDocument. + :param added_recipient_ids: The added_recipient_ids of this EnvelopeDocument. # noqa: E501 :type: list[str] """ @@ -137,22 +192,22 @@ def added_recipient_ids(self, added_recipient_ids): @property def attachment_tab_id(self): - """ - Gets the attachment_tab_id of this EnvelopeDocument. - + """Gets the attachment_tab_id of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The attachment_tab_id of this EnvelopeDocument. + :return: The attachment_tab_id of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._attachment_tab_id @attachment_tab_id.setter def attachment_tab_id(self, attachment_tab_id): - """ - Sets the attachment_tab_id of this EnvelopeDocument. - + """Sets the attachment_tab_id of this EnvelopeDocument. + + # noqa: E501 - :param attachment_tab_id: The attachment_tab_id of this EnvelopeDocument. + :param attachment_tab_id: The attachment_tab_id of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -160,22 +215,22 @@ def attachment_tab_id(self, attachment_tab_id): @property def authoritative_copy(self): - """ - Gets the authoritative_copy of this EnvelopeDocument. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Gets the authoritative_copy of this EnvelopeDocument. # noqa: E501 - :return: The authoritative_copy of this EnvelopeDocument. + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 + + :return: The authoritative_copy of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._authoritative_copy @authoritative_copy.setter def authoritative_copy(self, authoritative_copy): - """ - Sets the authoritative_copy of this EnvelopeDocument. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Sets the authoritative_copy of this EnvelopeDocument. - :param authoritative_copy: The authoritative_copy of this EnvelopeDocument. + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 + + :param authoritative_copy: The authoritative_copy of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -183,20 +238,20 @@ def authoritative_copy(self, authoritative_copy): @property def authoritative_copy_metadata(self): - """ - Gets the authoritative_copy_metadata of this EnvelopeDocument. + """Gets the authoritative_copy_metadata of this EnvelopeDocument. # noqa: E501 - :return: The authoritative_copy_metadata of this EnvelopeDocument. + + :return: The authoritative_copy_metadata of this EnvelopeDocument. # noqa: E501 :rtype: PropertyMetadata """ return self._authoritative_copy_metadata @authoritative_copy_metadata.setter def authoritative_copy_metadata(self, authoritative_copy_metadata): - """ - Sets the authoritative_copy_metadata of this EnvelopeDocument. + """Sets the authoritative_copy_metadata of this EnvelopeDocument. - :param authoritative_copy_metadata: The authoritative_copy_metadata of this EnvelopeDocument. + + :param authoritative_copy_metadata: The authoritative_copy_metadata of this EnvelopeDocument. # noqa: E501 :type: PropertyMetadata """ @@ -204,22 +259,22 @@ def authoritative_copy_metadata(self, authoritative_copy_metadata): @property def available_document_types(self): - """ - Gets the available_document_types of this EnvelopeDocument. - + """Gets the available_document_types of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The available_document_types of this EnvelopeDocument. + :return: The available_document_types of this EnvelopeDocument. # noqa: E501 :rtype: list[SignatureType] """ return self._available_document_types @available_document_types.setter def available_document_types(self, available_document_types): - """ - Sets the available_document_types of this EnvelopeDocument. - + """Sets the available_document_types of this EnvelopeDocument. + + # noqa: E501 - :param available_document_types: The available_document_types of this EnvelopeDocument. + :param available_document_types: The available_document_types of this EnvelopeDocument. # noqa: E501 :type: list[SignatureType] """ @@ -227,22 +282,22 @@ def available_document_types(self, available_document_types): @property def contains_pdf_form_fields(self): - """ - Gets the contains_pdf_form_fields of this EnvelopeDocument. - + """Gets the contains_pdf_form_fields of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The contains_pdf_form_fields of this EnvelopeDocument. + :return: The contains_pdf_form_fields of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._contains_pdf_form_fields @contains_pdf_form_fields.setter def contains_pdf_form_fields(self, contains_pdf_form_fields): - """ - Sets the contains_pdf_form_fields of this EnvelopeDocument. - + """Sets the contains_pdf_form_fields of this EnvelopeDocument. + + # noqa: E501 - :param contains_pdf_form_fields: The contains_pdf_form_fields of this EnvelopeDocument. + :param contains_pdf_form_fields: The contains_pdf_form_fields of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -250,22 +305,22 @@ def contains_pdf_form_fields(self, contains_pdf_form_fields): @property def display(self): - """ - Gets the display of this EnvelopeDocument. - + """Gets the display of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The display of this EnvelopeDocument. + :return: The display of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._display @display.setter def display(self, display): - """ - Sets the display of this EnvelopeDocument. - + """Sets the display of this EnvelopeDocument. - :param display: The display of this EnvelopeDocument. + # noqa: E501 + + :param display: The display of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -273,20 +328,20 @@ def display(self, display): @property def display_metadata(self): - """ - Gets the display_metadata of this EnvelopeDocument. + """Gets the display_metadata of this EnvelopeDocument. # noqa: E501 - :return: The display_metadata of this EnvelopeDocument. + + :return: The display_metadata of this EnvelopeDocument. # noqa: E501 :rtype: PropertyMetadata """ return self._display_metadata @display_metadata.setter def display_metadata(self, display_metadata): - """ - Sets the display_metadata of this EnvelopeDocument. + """Sets the display_metadata of this EnvelopeDocument. - :param display_metadata: The display_metadata of this EnvelopeDocument. + + :param display_metadata: The display_metadata of this EnvelopeDocument. # noqa: E501 :type: PropertyMetadata """ @@ -294,22 +349,22 @@ def display_metadata(self, display_metadata): @property def document_fields(self): - """ - Gets the document_fields of this EnvelopeDocument. - + """Gets the document_fields of this EnvelopeDocument. # noqa: E501 - :return: The document_fields of this EnvelopeDocument. + # noqa: E501 + + :return: The document_fields of this EnvelopeDocument. # noqa: E501 :rtype: list[NameValue] """ return self._document_fields @document_fields.setter def document_fields(self, document_fields): - """ - Sets the document_fields of this EnvelopeDocument. - + """Sets the document_fields of this EnvelopeDocument. - :param document_fields: The document_fields of this EnvelopeDocument. + # noqa: E501 + + :param document_fields: The document_fields of this EnvelopeDocument. # noqa: E501 :type: list[NameValue] """ @@ -317,22 +372,22 @@ def document_fields(self, document_fields): @property def document_id(self): - """ - Gets the document_id of this EnvelopeDocument. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this EnvelopeDocument. # noqa: E501 - :return: The document_id of this EnvelopeDocument. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this EnvelopeDocument. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this EnvelopeDocument. - :param document_id: The document_id of this EnvelopeDocument. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -340,22 +395,22 @@ def document_id(self, document_id): @property def document_id_guid(self): - """ - Gets the document_id_guid of this EnvelopeDocument. - + """Gets the document_id_guid of this EnvelopeDocument. # noqa: E501 - :return: The document_id_guid of this EnvelopeDocument. + # noqa: E501 + + :return: The document_id_guid of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._document_id_guid @document_id_guid.setter def document_id_guid(self, document_id_guid): - """ - Sets the document_id_guid of this EnvelopeDocument. - + """Sets the document_id_guid of this EnvelopeDocument. + + # noqa: E501 - :param document_id_guid: The document_id_guid of this EnvelopeDocument. + :param document_id_guid: The document_id_guid of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -363,20 +418,20 @@ def document_id_guid(self, document_id_guid): @property def error_details(self): - """ - Gets the error_details of this EnvelopeDocument. + """Gets the error_details of this EnvelopeDocument. # noqa: E501 + - :return: The error_details of this EnvelopeDocument. + :return: The error_details of this EnvelopeDocument. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeDocument. + """Sets the error_details of this EnvelopeDocument. + - :param error_details: The error_details of this EnvelopeDocument. + :param error_details: The error_details of this EnvelopeDocument. # noqa: E501 :type: ErrorDetails """ @@ -384,22 +439,22 @@ def error_details(self, error_details): @property def include_in_download(self): - """ - Gets the include_in_download of this EnvelopeDocument. - + """Gets the include_in_download of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The include_in_download of this EnvelopeDocument. + :return: The include_in_download of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._include_in_download @include_in_download.setter def include_in_download(self, include_in_download): - """ - Sets the include_in_download of this EnvelopeDocument. - + """Sets the include_in_download of this EnvelopeDocument. + + # noqa: E501 - :param include_in_download: The include_in_download of this EnvelopeDocument. + :param include_in_download: The include_in_download of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -407,20 +462,20 @@ def include_in_download(self, include_in_download): @property def include_in_download_metadata(self): - """ - Gets the include_in_download_metadata of this EnvelopeDocument. + """Gets the include_in_download_metadata of this EnvelopeDocument. # noqa: E501 - :return: The include_in_download_metadata of this EnvelopeDocument. + + :return: The include_in_download_metadata of this EnvelopeDocument. # noqa: E501 :rtype: PropertyMetadata """ return self._include_in_download_metadata @include_in_download_metadata.setter def include_in_download_metadata(self, include_in_download_metadata): - """ - Sets the include_in_download_metadata of this EnvelopeDocument. + """Sets the include_in_download_metadata of this EnvelopeDocument. - :param include_in_download_metadata: The include_in_download_metadata of this EnvelopeDocument. + + :param include_in_download_metadata: The include_in_download_metadata of this EnvelopeDocument. # noqa: E501 :type: PropertyMetadata """ @@ -428,22 +483,22 @@ def include_in_download_metadata(self, include_in_download_metadata): @property def name(self): - """ - Gets the name of this EnvelopeDocument. - + """Gets the name of this EnvelopeDocument. # noqa: E501 - :return: The name of this EnvelopeDocument. + # noqa: E501 + + :return: The name of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this EnvelopeDocument. - + """Sets the name of this EnvelopeDocument. - :param name: The name of this EnvelopeDocument. + # noqa: E501 + + :param name: The name of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -451,20 +506,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this EnvelopeDocument. + """Gets the name_metadata of this EnvelopeDocument. # noqa: E501 + - :return: The name_metadata of this EnvelopeDocument. + :return: The name_metadata of this EnvelopeDocument. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this EnvelopeDocument. + """Sets the name_metadata of this EnvelopeDocument. + - :param name_metadata: The name_metadata of this EnvelopeDocument. + :param name_metadata: The name_metadata of this EnvelopeDocument. # noqa: E501 :type: PropertyMetadata """ @@ -472,22 +527,22 @@ def name_metadata(self, name_metadata): @property def order(self): - """ - Gets the order of this EnvelopeDocument. - + """Gets the order of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The order of this EnvelopeDocument. + :return: The order of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._order @order.setter def order(self, order): - """ - Sets the order of this EnvelopeDocument. - + """Sets the order of this EnvelopeDocument. + + # noqa: E501 - :param order: The order of this EnvelopeDocument. + :param order: The order of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -495,22 +550,22 @@ def order(self, order): @property def pages(self): - """ - Gets the pages of this EnvelopeDocument. - + """Gets the pages of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The pages of this EnvelopeDocument. + :return: The pages of this EnvelopeDocument. # noqa: E501 :rtype: list[Page] """ return self._pages @pages.setter def pages(self, pages): - """ - Sets the pages of this EnvelopeDocument. - + """Sets the pages of this EnvelopeDocument. + + # noqa: E501 - :param pages: The pages of this EnvelopeDocument. + :param pages: The pages of this EnvelopeDocument. # noqa: E501 :type: list[Page] """ @@ -518,22 +573,22 @@ def pages(self, pages): @property def signer_must_acknowledge(self): - """ - Gets the signer_must_acknowledge of this EnvelopeDocument. - + """Gets the signer_must_acknowledge of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The signer_must_acknowledge of this EnvelopeDocument. + :return: The signer_must_acknowledge of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._signer_must_acknowledge @signer_must_acknowledge.setter def signer_must_acknowledge(self, signer_must_acknowledge): - """ - Sets the signer_must_acknowledge of this EnvelopeDocument. - + """Sets the signer_must_acknowledge of this EnvelopeDocument. + + # noqa: E501 - :param signer_must_acknowledge: The signer_must_acknowledge of this EnvelopeDocument. + :param signer_must_acknowledge: The signer_must_acknowledge of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -541,20 +596,20 @@ def signer_must_acknowledge(self, signer_must_acknowledge): @property def signer_must_acknowledge_metadata(self): - """ - Gets the signer_must_acknowledge_metadata of this EnvelopeDocument. + """Gets the signer_must_acknowledge_metadata of this EnvelopeDocument. # noqa: E501 + - :return: The signer_must_acknowledge_metadata of this EnvelopeDocument. + :return: The signer_must_acknowledge_metadata of this EnvelopeDocument. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_must_acknowledge_metadata @signer_must_acknowledge_metadata.setter def signer_must_acknowledge_metadata(self, signer_must_acknowledge_metadata): - """ - Sets the signer_must_acknowledge_metadata of this EnvelopeDocument. + """Sets the signer_must_acknowledge_metadata of this EnvelopeDocument. - :param signer_must_acknowledge_metadata: The signer_must_acknowledge_metadata of this EnvelopeDocument. + + :param signer_must_acknowledge_metadata: The signer_must_acknowledge_metadata of this EnvelopeDocument. # noqa: E501 :type: PropertyMetadata """ @@ -562,22 +617,22 @@ def signer_must_acknowledge_metadata(self, signer_must_acknowledge_metadata): @property def size_bytes(self): - """ - Gets the size_bytes of this EnvelopeDocument. - + """Gets the size_bytes of this EnvelopeDocument. # noqa: E501 - :return: The size_bytes of this EnvelopeDocument. + # noqa: E501 + + :return: The size_bytes of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._size_bytes @size_bytes.setter def size_bytes(self, size_bytes): - """ - Sets the size_bytes of this EnvelopeDocument. - + """Sets the size_bytes of this EnvelopeDocument. - :param size_bytes: The size_bytes of this EnvelopeDocument. + # noqa: E501 + + :param size_bytes: The size_bytes of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -585,22 +640,22 @@ def size_bytes(self, size_bytes): @property def template_locked(self): - """ - Gets the template_locked of this EnvelopeDocument. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this EnvelopeDocument. # noqa: E501 - :return: The template_locked of this EnvelopeDocument. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this EnvelopeDocument. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this EnvelopeDocument. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this EnvelopeDocument. + :param template_locked: The template_locked of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -608,22 +663,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this EnvelopeDocument. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this EnvelopeDocument. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this EnvelopeDocument. + :return: The template_required of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this EnvelopeDocument. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this EnvelopeDocument. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this EnvelopeDocument. + :param template_required: The template_required of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -631,22 +686,22 @@ def template_required(self, template_required): @property def type(self): - """ - Gets the type of this EnvelopeDocument. - + """Gets the type of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 - :return: The type of this EnvelopeDocument. + :return: The type of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this EnvelopeDocument. - + """Sets the type of this EnvelopeDocument. + + # noqa: E501 - :param type: The type of this EnvelopeDocument. + :param type: The type of this EnvelopeDocument. # noqa: E501 :type: str """ @@ -654,34 +709,32 @@ def type(self, type): @property def uri(self): - """ - Gets the uri of this EnvelopeDocument. - + """Gets the uri of this EnvelopeDocument. # noqa: E501 - :return: The uri of this EnvelopeDocument. + # noqa: E501 + + :return: The uri of this EnvelopeDocument. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this EnvelopeDocument. - + """Sets the uri of this EnvelopeDocument. - :param uri: The uri of this EnvelopeDocument. + # noqa: E501 + + :param uri: The uri of this EnvelopeDocument. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -698,29 +751,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeDocument, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeDocument): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_documents_result.py b/docusign_esign/models/envelope_documents_result.py index 37ec0b92..38aac691 100644 --- a/docusign_esign/models/envelope_documents_result.py +++ b/docusign_esign/models/envelope_documents_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeDocumentsResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_documents=None, envelope_id=None): - """ - EnvelopeDocumentsResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_documents': 'list[EnvelopeDocument]', - 'envelope_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_documents': 'list[EnvelopeDocument]', + 'envelope_id': 'str' + } - self.attribute_map = { - 'envelope_documents': 'envelopeDocuments', - 'envelope_id': 'envelopeId' - } + attribute_map = { + 'envelope_documents': 'envelopeDocuments', + 'envelope_id': 'envelopeId' + } - self._envelope_documents = envelope_documents - self._envelope_id = envelope_id + def __init__(self, envelope_documents=None, envelope_id=None): # noqa: E501 + """EnvelopeDocumentsResult - a model defined in Swagger""" # noqa: E501 + + self._envelope_documents = None + self._envelope_id = None + self.discriminator = None + + if envelope_documents is not None: + self.envelope_documents = envelope_documents + if envelope_id is not None: + self.envelope_id = envelope_id @property def envelope_documents(self): - """ - Gets the envelope_documents of this EnvelopeDocumentsResult. - + """Gets the envelope_documents of this EnvelopeDocumentsResult. # noqa: E501 - :return: The envelope_documents of this EnvelopeDocumentsResult. + # noqa: E501 + + :return: The envelope_documents of this EnvelopeDocumentsResult. # noqa: E501 :rtype: list[EnvelopeDocument] """ return self._envelope_documents @envelope_documents.setter def envelope_documents(self, envelope_documents): - """ - Sets the envelope_documents of this EnvelopeDocumentsResult. - + """Sets the envelope_documents of this EnvelopeDocumentsResult. + + # noqa: E501 - :param envelope_documents: The envelope_documents of this EnvelopeDocumentsResult. + :param envelope_documents: The envelope_documents of this EnvelopeDocumentsResult. # noqa: E501 :type: list[EnvelopeDocument] """ @@ -68,34 +77,32 @@ def envelope_documents(self, envelope_documents): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeDocumentsResult. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeDocumentsResult. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :return: The envelope_id of this EnvelopeDocumentsResult. + :return: The envelope_id of this EnvelopeDocumentsResult. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeDocumentsResult. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeDocumentsResult. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this EnvelopeDocumentsResult. + :param envelope_id: The envelope_id of this EnvelopeDocumentsResult. # noqa: E501 :type: str """ self._envelope_id = envelope_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeDocumentsResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeDocumentsResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_event.py b/docusign_esign/models/envelope_event.py index b340cf94..7a3b9de1 100644 --- a/docusign_esign/models/envelope_event.py +++ b/docusign_esign/models/envelope_event.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeEvent(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_event_status_code=None, include_documents=None): - """ - EnvelopeEvent - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_event_status_code': 'str', - 'include_documents': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_event_status_code': 'str', + 'include_documents': 'str' + } - self.attribute_map = { - 'envelope_event_status_code': 'envelopeEventStatusCode', - 'include_documents': 'includeDocuments' - } + attribute_map = { + 'envelope_event_status_code': 'envelopeEventStatusCode', + 'include_documents': 'includeDocuments' + } - self._envelope_event_status_code = envelope_event_status_code - self._include_documents = include_documents + def __init__(self, envelope_event_status_code=None, include_documents=None): # noqa: E501 + """EnvelopeEvent - a model defined in Swagger""" # noqa: E501 + + self._envelope_event_status_code = None + self._include_documents = None + self.discriminator = None + + if envelope_event_status_code is not None: + self.envelope_event_status_code = envelope_event_status_code + if include_documents is not None: + self.include_documents = include_documents @property def envelope_event_status_code(self): - """ - Gets the envelope_event_status_code of this EnvelopeEvent. - he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided. + """Gets the envelope_event_status_code of this EnvelopeEvent. # noqa: E501 - :return: The envelope_event_status_code of this EnvelopeEvent. + he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided. # noqa: E501 + + :return: The envelope_event_status_code of this EnvelopeEvent. # noqa: E501 :rtype: str """ return self._envelope_event_status_code @envelope_event_status_code.setter def envelope_event_status_code(self, envelope_event_status_code): - """ - Sets the envelope_event_status_code of this EnvelopeEvent. - he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided. + """Sets the envelope_event_status_code of this EnvelopeEvent. + + he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided. # noqa: E501 - :param envelope_event_status_code: The envelope_event_status_code of this EnvelopeEvent. + :param envelope_event_status_code: The envelope_event_status_code of this EnvelopeEvent. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def envelope_event_status_code(self, envelope_event_status_code): @property def include_documents(self): - """ - Gets the include_documents of this EnvelopeEvent. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Gets the include_documents of this EnvelopeEvent. # noqa: E501 + + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 - :return: The include_documents of this EnvelopeEvent. + :return: The include_documents of this EnvelopeEvent. # noqa: E501 :rtype: str """ return self._include_documents @include_documents.setter def include_documents(self, include_documents): - """ - Sets the include_documents of this EnvelopeEvent. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Sets the include_documents of this EnvelopeEvent. + + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 - :param include_documents: The include_documents of this EnvelopeEvent. + :param include_documents: The include_documents of this EnvelopeEvent. # noqa: E501 :type: str """ self._include_documents = include_documents def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeEvent, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeEvent): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_form_data.py b/docusign_esign/models/envelope_form_data.py index 3432e700..951ff45c 100644 --- a/docusign_esign/models/envelope_form_data.py +++ b/docusign_esign/models/envelope_form_data.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeFormData(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email_subject=None, envelope_id=None, form_data=None, recipient_form_data=None, sent_date_time=None, status=None): - """ - EnvelopeFormData - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email_subject': 'str', - 'envelope_id': 'str', - 'form_data': 'list[FormDataItem]', - 'recipient_form_data': 'list[RecipientFormData]', - 'sent_date_time': 'str', - 'status': 'str' - } - - self.attribute_map = { - 'email_subject': 'emailSubject', - 'envelope_id': 'envelopeId', - 'form_data': 'formData', - 'recipient_form_data': 'recipientFormData', - 'sent_date_time': 'sentDateTime', - 'status': 'status' - } - - self._email_subject = email_subject - self._envelope_id = envelope_id - self._form_data = form_data - self._recipient_form_data = recipient_form_data - self._sent_date_time = sent_date_time - self._status = status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email_subject': 'str', + 'envelope_id': 'str', + 'form_data': 'list[FormDataItem]', + 'recipient_form_data': 'list[RecipientFormData]', + 'sent_date_time': 'str', + 'status': 'str' + } + + attribute_map = { + 'email_subject': 'emailSubject', + 'envelope_id': 'envelopeId', + 'form_data': 'formData', + 'recipient_form_data': 'recipientFormData', + 'sent_date_time': 'sentDateTime', + 'status': 'status' + } + + def __init__(self, email_subject=None, envelope_id=None, form_data=None, recipient_form_data=None, sent_date_time=None, status=None): # noqa: E501 + """EnvelopeFormData - a model defined in Swagger""" # noqa: E501 + + self._email_subject = None + self._envelope_id = None + self._form_data = None + self._recipient_form_data = None + self._sent_date_time = None + self._status = None + self.discriminator = None + + if email_subject is not None: + self.email_subject = email_subject + if envelope_id is not None: + self.envelope_id = envelope_id + if form_data is not None: + self.form_data = form_data + if recipient_form_data is not None: + self.recipient_form_data = recipient_form_data + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if status is not None: + self.status = status @property def email_subject(self): - """ - Gets the email_subject of this EnvelopeFormData. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this EnvelopeFormData. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this EnvelopeFormData. + :return: The email_subject of this EnvelopeFormData. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this EnvelopeFormData. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this EnvelopeFormData. + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :param email_subject: The email_subject of this EnvelopeFormData. + :param email_subject: The email_subject of this EnvelopeFormData. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def email_subject(self, email_subject): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeFormData. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeFormData. # noqa: E501 - :return: The envelope_id of this EnvelopeFormData. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeFormData. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeFormData. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeFormData. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this EnvelopeFormData. + :param envelope_id: The envelope_id of this EnvelopeFormData. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def envelope_id(self, envelope_id): @property def form_data(self): - """ - Gets the form_data of this EnvelopeFormData. - + """Gets the form_data of this EnvelopeFormData. # noqa: E501 + + # noqa: E501 - :return: The form_data of this EnvelopeFormData. + :return: The form_data of this EnvelopeFormData. # noqa: E501 :rtype: list[FormDataItem] """ return self._form_data @form_data.setter def form_data(self, form_data): - """ - Sets the form_data of this EnvelopeFormData. - + """Sets the form_data of this EnvelopeFormData. - :param form_data: The form_data of this EnvelopeFormData. + # noqa: E501 + + :param form_data: The form_data of this EnvelopeFormData. # noqa: E501 :type: list[FormDataItem] """ @@ -126,22 +143,22 @@ def form_data(self, form_data): @property def recipient_form_data(self): - """ - Gets the recipient_form_data of this EnvelopeFormData. - + """Gets the recipient_form_data of this EnvelopeFormData. # noqa: E501 + + # noqa: E501 - :return: The recipient_form_data of this EnvelopeFormData. + :return: The recipient_form_data of this EnvelopeFormData. # noqa: E501 :rtype: list[RecipientFormData] """ return self._recipient_form_data @recipient_form_data.setter def recipient_form_data(self, recipient_form_data): - """ - Sets the recipient_form_data of this EnvelopeFormData. - + """Sets the recipient_form_data of this EnvelopeFormData. + + # noqa: E501 - :param recipient_form_data: The recipient_form_data of this EnvelopeFormData. + :param recipient_form_data: The recipient_form_data of this EnvelopeFormData. # noqa: E501 :type: list[RecipientFormData] """ @@ -149,22 +166,22 @@ def recipient_form_data(self, recipient_form_data): @property def sent_date_time(self): - """ - Gets the sent_date_time of this EnvelopeFormData. - The date and time the envelope was sent. + """Gets the sent_date_time of this EnvelopeFormData. # noqa: E501 - :return: The sent_date_time of this EnvelopeFormData. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this EnvelopeFormData. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this EnvelopeFormData. - The date and time the envelope was sent. + """Sets the sent_date_time of this EnvelopeFormData. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this EnvelopeFormData. + :param sent_date_time: The sent_date_time of this EnvelopeFormData. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def sent_date_time(self, sent_date_time): @property def status(self): - """ - Gets the status of this EnvelopeFormData. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeFormData. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EnvelopeFormData. + :return: The status of this EnvelopeFormData. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeFormData. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeFormData. - :param status: The status of this EnvelopeFormData. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this EnvelopeFormData. # noqa: E501 :type: str """ self._status = status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeFormData, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeFormData): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_id.py b/docusign_esign/models/envelope_id.py index 2c262a76..4e09ea20 100644 --- a/docusign_esign/models/envelope_id.py +++ b/docusign_esign/models/envelope_id.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,305 +11,480 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeId(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - EnvelopeId - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """EnvelopeId - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this EnvelopeId. - + """Gets the anchor_allow_white_space_in_characters of this EnvelopeId. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this EnvelopeId. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this EnvelopeId. - + """Sets the anchor_allow_white_space_in_characters of this EnvelopeId. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this EnvelopeId. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this EnvelopeId. # noqa: E501 :type: str """ @@ -317,20 +492,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this EnvelopeId. + """Gets the anchor_allow_white_space_in_characters_metadata of this EnvelopeId. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this EnvelopeId. + + :return: The anchor_allow_white_space_in_characters_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this EnvelopeId. + """Sets the anchor_allow_white_space_in_characters_metadata of this EnvelopeId. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this EnvelopeId. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -338,22 +513,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this EnvelopeId. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this EnvelopeId. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this EnvelopeId. + :return: The anchor_case_sensitive of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this EnvelopeId. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this EnvelopeId. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this EnvelopeId. + :param anchor_case_sensitive: The anchor_case_sensitive of this EnvelopeId. # noqa: E501 :type: str """ @@ -361,20 +536,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this EnvelopeId. + """Gets the anchor_case_sensitive_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this EnvelopeId. + :return: The anchor_case_sensitive_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this EnvelopeId. + """Sets the anchor_case_sensitive_metadata of this EnvelopeId. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this EnvelopeId. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -382,22 +557,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this EnvelopeId. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this EnvelopeId. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this EnvelopeId. + :return: The anchor_horizontal_alignment of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this EnvelopeId. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this EnvelopeId. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this EnvelopeId. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this EnvelopeId. # noqa: E501 :type: str """ @@ -405,20 +580,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this EnvelopeId. + """Gets the anchor_horizontal_alignment_metadata of this EnvelopeId. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this EnvelopeId. + + :return: The anchor_horizontal_alignment_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this EnvelopeId. + """Sets the anchor_horizontal_alignment_metadata of this EnvelopeId. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this EnvelopeId. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -426,22 +601,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this EnvelopeId. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this EnvelopeId. # noqa: E501 - :return: The anchor_ignore_if_not_present of this EnvelopeId. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this EnvelopeId. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this EnvelopeId. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this EnvelopeId. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this EnvelopeId. # noqa: E501 :type: str """ @@ -449,20 +624,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this EnvelopeId. + """Gets the anchor_ignore_if_not_present_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this EnvelopeId. + :return: The anchor_ignore_if_not_present_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this EnvelopeId. + """Sets the anchor_ignore_if_not_present_metadata of this EnvelopeId. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this EnvelopeId. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -470,22 +645,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this EnvelopeId. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this EnvelopeId. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this EnvelopeId. + :return: The anchor_match_whole_word of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this EnvelopeId. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this EnvelopeId. - :param anchor_match_whole_word: The anchor_match_whole_word of this EnvelopeId. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this EnvelopeId. # noqa: E501 :type: str """ @@ -493,20 +668,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this EnvelopeId. + """Gets the anchor_match_whole_word_metadata of this EnvelopeId. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this EnvelopeId. + + :return: The anchor_match_whole_word_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this EnvelopeId. + """Sets the anchor_match_whole_word_metadata of this EnvelopeId. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this EnvelopeId. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -514,22 +689,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this EnvelopeId. - Anchor text information for a radio button. + """Gets the anchor_string of this EnvelopeId. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this EnvelopeId. + :return: The anchor_string of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this EnvelopeId. - Anchor text information for a radio button. + """Sets the anchor_string of this EnvelopeId. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this EnvelopeId. + :param anchor_string: The anchor_string of this EnvelopeId. # noqa: E501 :type: str """ @@ -537,20 +712,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this EnvelopeId. + """Gets the anchor_string_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_string_metadata of this EnvelopeId. + :return: The anchor_string_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this EnvelopeId. + """Sets the anchor_string_metadata of this EnvelopeId. + - :param anchor_string_metadata: The anchor_string_metadata of this EnvelopeId. + :param anchor_string_metadata: The anchor_string_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -558,22 +733,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this EnvelopeId. - + """Gets the anchor_tab_processor_version of this EnvelopeId. # noqa: E501 - :return: The anchor_tab_processor_version of this EnvelopeId. + # noqa: E501 + + :return: The anchor_tab_processor_version of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this EnvelopeId. - + """Sets the anchor_tab_processor_version of this EnvelopeId. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this EnvelopeId. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this EnvelopeId. # noqa: E501 :type: str """ @@ -581,20 +756,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this EnvelopeId. + """Gets the anchor_tab_processor_version_metadata of this EnvelopeId. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this EnvelopeId. + + :return: The anchor_tab_processor_version_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this EnvelopeId. + """Sets the anchor_tab_processor_version_metadata of this EnvelopeId. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this EnvelopeId. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -602,22 +777,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this EnvelopeId. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this EnvelopeId. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this EnvelopeId. + :return: The anchor_units of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this EnvelopeId. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this EnvelopeId. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this EnvelopeId. + :param anchor_units: The anchor_units of this EnvelopeId. # noqa: E501 :type: str """ @@ -625,20 +800,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this EnvelopeId. + """Gets the anchor_units_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_units_metadata of this EnvelopeId. + :return: The anchor_units_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this EnvelopeId. + """Sets the anchor_units_metadata of this EnvelopeId. - :param anchor_units_metadata: The anchor_units_metadata of this EnvelopeId. + + :param anchor_units_metadata: The anchor_units_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -646,22 +821,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this EnvelopeId. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this EnvelopeId. # noqa: E501 - :return: The anchor_x_offset of this EnvelopeId. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this EnvelopeId. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this EnvelopeId. - :param anchor_x_offset: The anchor_x_offset of this EnvelopeId. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this EnvelopeId. # noqa: E501 :type: str """ @@ -669,20 +844,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this EnvelopeId. + """Gets the anchor_x_offset_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_x_offset_metadata of this EnvelopeId. + :return: The anchor_x_offset_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this EnvelopeId. + """Sets the anchor_x_offset_metadata of this EnvelopeId. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this EnvelopeId. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -690,22 +865,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this EnvelopeId. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this EnvelopeId. # noqa: E501 - :return: The anchor_y_offset of this EnvelopeId. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this EnvelopeId. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this EnvelopeId. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this EnvelopeId. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this EnvelopeId. + :param anchor_y_offset: The anchor_y_offset of this EnvelopeId. # noqa: E501 :type: str """ @@ -713,20 +888,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this EnvelopeId. + """Gets the anchor_y_offset_metadata of this EnvelopeId. # noqa: E501 + - :return: The anchor_y_offset_metadata of this EnvelopeId. + :return: The anchor_y_offset_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this EnvelopeId. + """Sets the anchor_y_offset_metadata of this EnvelopeId. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this EnvelopeId. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -734,22 +909,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this EnvelopeId. - When set to **true**, the information in the tab is bold. + """Gets the bold of this EnvelopeId. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this EnvelopeId. + :return: The bold of this EnvelopeId. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this EnvelopeId. - When set to **true**, the information in the tab is bold. + """Sets the bold of this EnvelopeId. - :param bold: The bold of this EnvelopeId. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this EnvelopeId. # noqa: E501 :type: str """ @@ -757,20 +932,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this EnvelopeId. + """Gets the bold_metadata of this EnvelopeId. # noqa: E501 - :return: The bold_metadata of this EnvelopeId. + + :return: The bold_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this EnvelopeId. + """Sets the bold_metadata of this EnvelopeId. - :param bold_metadata: The bold_metadata of this EnvelopeId. + + :param bold_metadata: The bold_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -778,22 +953,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this EnvelopeId. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this EnvelopeId. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this EnvelopeId. + :return: The conditional_parent_label of this EnvelopeId. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this EnvelopeId. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this EnvelopeId. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this EnvelopeId. + :param conditional_parent_label: The conditional_parent_label of this EnvelopeId. # noqa: E501 :type: str """ @@ -801,20 +976,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this EnvelopeId. + """Gets the conditional_parent_label_metadata of this EnvelopeId. # noqa: E501 + - :return: The conditional_parent_label_metadata of this EnvelopeId. + :return: The conditional_parent_label_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this EnvelopeId. + """Sets the conditional_parent_label_metadata of this EnvelopeId. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this EnvelopeId. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -822,22 +997,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this EnvelopeId. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this EnvelopeId. # noqa: E501 - :return: The conditional_parent_value of this EnvelopeId. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this EnvelopeId. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this EnvelopeId. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this EnvelopeId. - :param conditional_parent_value: The conditional_parent_value of this EnvelopeId. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this EnvelopeId. # noqa: E501 :type: str """ @@ -845,20 +1020,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this EnvelopeId. + """Gets the conditional_parent_value_metadata of this EnvelopeId. # noqa: E501 - :return: The conditional_parent_value_metadata of this EnvelopeId. + + :return: The conditional_parent_value_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this EnvelopeId. + """Sets the conditional_parent_value_metadata of this EnvelopeId. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this EnvelopeId. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -866,22 +1041,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this EnvelopeId. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this EnvelopeId. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this EnvelopeId. + :return: The custom_tab_id of this EnvelopeId. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this EnvelopeId. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this EnvelopeId. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this EnvelopeId. + :param custom_tab_id: The custom_tab_id of this EnvelopeId. # noqa: E501 :type: str """ @@ -889,20 +1064,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this EnvelopeId. + """Gets the custom_tab_id_metadata of this EnvelopeId. # noqa: E501 + - :return: The custom_tab_id_metadata of this EnvelopeId. + :return: The custom_tab_id_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this EnvelopeId. + """Sets the custom_tab_id_metadata of this EnvelopeId. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this EnvelopeId. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -910,22 +1085,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this EnvelopeId. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this EnvelopeId. # noqa: E501 - :return: The document_id of this EnvelopeId. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this EnvelopeId. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this EnvelopeId. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this EnvelopeId. - :param document_id: The document_id of this EnvelopeId. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this EnvelopeId. # noqa: E501 :type: str """ @@ -933,20 +1108,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this EnvelopeId. + """Gets the document_id_metadata of this EnvelopeId. # noqa: E501 + - :return: The document_id_metadata of this EnvelopeId. + :return: The document_id_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this EnvelopeId. + """Sets the document_id_metadata of this EnvelopeId. + - :param document_id_metadata: The document_id_metadata of this EnvelopeId. + :param document_id_metadata: The document_id_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -954,20 +1129,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this EnvelopeId. + """Gets the error_details of this EnvelopeId. # noqa: E501 + - :return: The error_details of this EnvelopeId. + :return: The error_details of this EnvelopeId. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeId. + """Sets the error_details of this EnvelopeId. + - :param error_details: The error_details of this EnvelopeId. + :param error_details: The error_details of this EnvelopeId. # noqa: E501 :type: ErrorDetails """ @@ -975,22 +1150,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this EnvelopeId. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this EnvelopeId. # noqa: E501 - :return: The font of this EnvelopeId. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this EnvelopeId. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this EnvelopeId. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this EnvelopeId. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this EnvelopeId. + :param font: The font of this EnvelopeId. # noqa: E501 :type: str """ @@ -998,22 +1173,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this EnvelopeId. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this EnvelopeId. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this EnvelopeId. + :return: The font_color of this EnvelopeId. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this EnvelopeId. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this EnvelopeId. - :param font_color: The font_color of this EnvelopeId. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this EnvelopeId. # noqa: E501 :type: str """ @@ -1021,20 +1196,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this EnvelopeId. + """Gets the font_color_metadata of this EnvelopeId. # noqa: E501 - :return: The font_color_metadata of this EnvelopeId. + + :return: The font_color_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this EnvelopeId. + """Sets the font_color_metadata of this EnvelopeId. - :param font_color_metadata: The font_color_metadata of this EnvelopeId. + + :param font_color_metadata: The font_color_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1042,20 +1217,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this EnvelopeId. + """Gets the font_metadata of this EnvelopeId. # noqa: E501 + - :return: The font_metadata of this EnvelopeId. + :return: The font_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this EnvelopeId. + """Sets the font_metadata of this EnvelopeId. + - :param font_metadata: The font_metadata of this EnvelopeId. + :param font_metadata: The font_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1063,22 +1238,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this EnvelopeId. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this EnvelopeId. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this EnvelopeId. + :return: The font_size of this EnvelopeId. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this EnvelopeId. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this EnvelopeId. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this EnvelopeId. + :param font_size: The font_size of this EnvelopeId. # noqa: E501 :type: str """ @@ -1086,20 +1261,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this EnvelopeId. + """Gets the font_size_metadata of this EnvelopeId. # noqa: E501 - :return: The font_size_metadata of this EnvelopeId. + + :return: The font_size_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this EnvelopeId. + """Sets the font_size_metadata of this EnvelopeId. - :param font_size_metadata: The font_size_metadata of this EnvelopeId. + + :param font_size_metadata: The font_size_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1107,22 +1282,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this EnvelopeId. - + """Gets the form_order of this EnvelopeId. # noqa: E501 - :return: The form_order of this EnvelopeId. + # noqa: E501 + + :return: The form_order of this EnvelopeId. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this EnvelopeId. - + """Sets the form_order of this EnvelopeId. + + # noqa: E501 - :param form_order: The form_order of this EnvelopeId. + :param form_order: The form_order of this EnvelopeId. # noqa: E501 :type: str """ @@ -1130,20 +1305,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this EnvelopeId. + """Gets the form_order_metadata of this EnvelopeId. # noqa: E501 + - :return: The form_order_metadata of this EnvelopeId. + :return: The form_order_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this EnvelopeId. + """Sets the form_order_metadata of this EnvelopeId. + - :param form_order_metadata: The form_order_metadata of this EnvelopeId. + :param form_order_metadata: The form_order_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1151,22 +1326,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this EnvelopeId. - + """Gets the form_page_label of this EnvelopeId. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this EnvelopeId. + :return: The form_page_label of this EnvelopeId. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this EnvelopeId. - + """Sets the form_page_label of this EnvelopeId. - :param form_page_label: The form_page_label of this EnvelopeId. + # noqa: E501 + + :param form_page_label: The form_page_label of this EnvelopeId. # noqa: E501 :type: str """ @@ -1174,20 +1349,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this EnvelopeId. + """Gets the form_page_label_metadata of this EnvelopeId. # noqa: E501 - :return: The form_page_label_metadata of this EnvelopeId. + + :return: The form_page_label_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this EnvelopeId. + """Sets the form_page_label_metadata of this EnvelopeId. - :param form_page_label_metadata: The form_page_label_metadata of this EnvelopeId. + + :param form_page_label_metadata: The form_page_label_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1195,22 +1370,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this EnvelopeId. - + """Gets the form_page_number of this EnvelopeId. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this EnvelopeId. + :return: The form_page_number of this EnvelopeId. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this EnvelopeId. - + """Sets the form_page_number of this EnvelopeId. + + # noqa: E501 - :param form_page_number: The form_page_number of this EnvelopeId. + :param form_page_number: The form_page_number of this EnvelopeId. # noqa: E501 :type: str """ @@ -1218,20 +1393,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this EnvelopeId. + """Gets the form_page_number_metadata of this EnvelopeId. # noqa: E501 + - :return: The form_page_number_metadata of this EnvelopeId. + :return: The form_page_number_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this EnvelopeId. + """Sets the form_page_number_metadata of this EnvelopeId. + - :param form_page_number_metadata: The form_page_number_metadata of this EnvelopeId. + :param form_page_number_metadata: The form_page_number_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1239,22 +1414,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this EnvelopeId. - Height of the tab in pixels. + """Gets the height of this EnvelopeId. # noqa: E501 - :return: The height of this EnvelopeId. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this EnvelopeId. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this EnvelopeId. - Height of the tab in pixels. + """Sets the height of this EnvelopeId. - :param height: The height of this EnvelopeId. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this EnvelopeId. # noqa: E501 :type: str """ @@ -1262,20 +1437,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this EnvelopeId. + """Gets the height_metadata of this EnvelopeId. # noqa: E501 - :return: The height_metadata of this EnvelopeId. + + :return: The height_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this EnvelopeId. + """Sets the height_metadata of this EnvelopeId. + - :param height_metadata: The height_metadata of this EnvelopeId. + :param height_metadata: The height_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1283,22 +1458,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this EnvelopeId. - When set to **true**, the information in the tab is italic. + """Gets the italic of this EnvelopeId. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this EnvelopeId. + :return: The italic of this EnvelopeId. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this EnvelopeId. - When set to **true**, the information in the tab is italic. + """Sets the italic of this EnvelopeId. - :param italic: The italic of this EnvelopeId. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this EnvelopeId. # noqa: E501 :type: str """ @@ -1306,20 +1481,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this EnvelopeId. + """Gets the italic_metadata of this EnvelopeId. # noqa: E501 + - :return: The italic_metadata of this EnvelopeId. + :return: The italic_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this EnvelopeId. + """Sets the italic_metadata of this EnvelopeId. + - :param italic_metadata: The italic_metadata of this EnvelopeId. + :param italic_metadata: The italic_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1327,20 +1502,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this EnvelopeId. + """Gets the locale_policy of this EnvelopeId. # noqa: E501 + - :return: The locale_policy of this EnvelopeId. + :return: The locale_policy of this EnvelopeId. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this EnvelopeId. + """Sets the locale_policy of this EnvelopeId. + - :param locale_policy: The locale_policy of this EnvelopeId. + :param locale_policy: The locale_policy of this EnvelopeId. # noqa: E501 :type: LocalePolicyTab """ @@ -1348,20 +1523,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this EnvelopeId. + """Gets the merge_field of this EnvelopeId. # noqa: E501 - :return: The merge_field of this EnvelopeId. + + :return: The merge_field of this EnvelopeId. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this EnvelopeId. + """Sets the merge_field of this EnvelopeId. - :param merge_field: The merge_field of this EnvelopeId. + + :param merge_field: The merge_field of this EnvelopeId. # noqa: E501 :type: MergeField """ @@ -1369,22 +1544,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this EnvelopeId. - + """Gets the merge_field_xml of this EnvelopeId. # noqa: E501 - :return: The merge_field_xml of this EnvelopeId. + # noqa: E501 + + :return: The merge_field_xml of this EnvelopeId. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this EnvelopeId. - + """Sets the merge_field_xml of this EnvelopeId. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this EnvelopeId. + :param merge_field_xml: The merge_field_xml of this EnvelopeId. # noqa: E501 :type: str """ @@ -1392,22 +1567,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this EnvelopeId. - + """Gets the name of this EnvelopeId. # noqa: E501 + + # noqa: E501 - :return: The name of this EnvelopeId. + :return: The name of this EnvelopeId. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this EnvelopeId. - + """Sets the name of this EnvelopeId. + + # noqa: E501 - :param name: The name of this EnvelopeId. + :param name: The name of this EnvelopeId. # noqa: E501 :type: str """ @@ -1415,20 +1590,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this EnvelopeId. + """Gets the name_metadata of this EnvelopeId. # noqa: E501 + - :return: The name_metadata of this EnvelopeId. + :return: The name_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this EnvelopeId. + """Sets the name_metadata of this EnvelopeId. - :param name_metadata: The name_metadata of this EnvelopeId. + + :param name_metadata: The name_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1436,22 +1611,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this EnvelopeId. - Specifies the page number on which the tab is located. + """Gets the page_number of this EnvelopeId. # noqa: E501 - :return: The page_number of this EnvelopeId. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this EnvelopeId. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this EnvelopeId. - Specifies the page number on which the tab is located. + """Sets the page_number of this EnvelopeId. - :param page_number: The page_number of this EnvelopeId. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this EnvelopeId. # noqa: E501 :type: str """ @@ -1459,20 +1634,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this EnvelopeId. + """Gets the page_number_metadata of this EnvelopeId. # noqa: E501 + - :return: The page_number_metadata of this EnvelopeId. + :return: The page_number_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this EnvelopeId. + """Sets the page_number_metadata of this EnvelopeId. + - :param page_number_metadata: The page_number_metadata of this EnvelopeId. + :param page_number_metadata: The page_number_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1480,22 +1655,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this EnvelopeId. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this EnvelopeId. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this EnvelopeId. + :return: The recipient_id of this EnvelopeId. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this EnvelopeId. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this EnvelopeId. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this EnvelopeId. + :param recipient_id: The recipient_id of this EnvelopeId. # noqa: E501 :type: str """ @@ -1503,22 +1678,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this EnvelopeId. - + """Gets the recipient_id_guid of this EnvelopeId. # noqa: E501 - :return: The recipient_id_guid of this EnvelopeId. + # noqa: E501 + + :return: The recipient_id_guid of this EnvelopeId. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this EnvelopeId. - + """Sets the recipient_id_guid of this EnvelopeId. - :param recipient_id_guid: The recipient_id_guid of this EnvelopeId. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this EnvelopeId. # noqa: E501 :type: str """ @@ -1526,20 +1701,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this EnvelopeId. + """Gets the recipient_id_guid_metadata of this EnvelopeId. # noqa: E501 - :return: The recipient_id_guid_metadata of this EnvelopeId. + + :return: The recipient_id_guid_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this EnvelopeId. + """Sets the recipient_id_guid_metadata of this EnvelopeId. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this EnvelopeId. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1547,20 +1722,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this EnvelopeId. + """Gets the recipient_id_metadata of this EnvelopeId. # noqa: E501 + - :return: The recipient_id_metadata of this EnvelopeId. + :return: The recipient_id_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this EnvelopeId. + """Sets the recipient_id_metadata of this EnvelopeId. + - :param recipient_id_metadata: The recipient_id_metadata of this EnvelopeId. + :param recipient_id_metadata: The recipient_id_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1568,20 +1743,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this EnvelopeId. + """Gets the smart_contract_information of this EnvelopeId. # noqa: E501 + - :return: The smart_contract_information of this EnvelopeId. + :return: The smart_contract_information of this EnvelopeId. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this EnvelopeId. + """Sets the smart_contract_information of this EnvelopeId. - :param smart_contract_information: The smart_contract_information of this EnvelopeId. + + :param smart_contract_information: The smart_contract_information of this EnvelopeId. # noqa: E501 :type: SmartContractInformation """ @@ -1589,22 +1764,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this EnvelopeId. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeId. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EnvelopeId. + :return: The status of this EnvelopeId. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeId. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeId. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this EnvelopeId. + :param status: The status of this EnvelopeId. # noqa: E501 :type: str """ @@ -1612,20 +1787,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this EnvelopeId. + """Gets the status_metadata of this EnvelopeId. # noqa: E501 - :return: The status_metadata of this EnvelopeId. + + :return: The status_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this EnvelopeId. + """Sets the status_metadata of this EnvelopeId. - :param status_metadata: The status_metadata of this EnvelopeId. + + :param status_metadata: The status_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1633,22 +1808,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this EnvelopeId. - + """Gets the tab_group_labels of this EnvelopeId. # noqa: E501 - :return: The tab_group_labels of this EnvelopeId. + # noqa: E501 + + :return: The tab_group_labels of this EnvelopeId. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this EnvelopeId. - + """Sets the tab_group_labels of this EnvelopeId. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this EnvelopeId. + :param tab_group_labels: The tab_group_labels of this EnvelopeId. # noqa: E501 :type: list[str] """ @@ -1656,20 +1831,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this EnvelopeId. + """Gets the tab_group_labels_metadata of this EnvelopeId. # noqa: E501 + - :return: The tab_group_labels_metadata of this EnvelopeId. + :return: The tab_group_labels_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this EnvelopeId. + """Sets the tab_group_labels_metadata of this EnvelopeId. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this EnvelopeId. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1677,22 +1852,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this EnvelopeId. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this EnvelopeId. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this EnvelopeId. + :return: The tab_id of this EnvelopeId. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this EnvelopeId. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this EnvelopeId. - :param tab_id: The tab_id of this EnvelopeId. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this EnvelopeId. # noqa: E501 :type: str """ @@ -1700,20 +1875,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this EnvelopeId. + """Gets the tab_id_metadata of this EnvelopeId. # noqa: E501 - :return: The tab_id_metadata of this EnvelopeId. + + :return: The tab_id_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this EnvelopeId. + """Sets the tab_id_metadata of this EnvelopeId. - :param tab_id_metadata: The tab_id_metadata of this EnvelopeId. + + :param tab_id_metadata: The tab_id_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1721,22 +1896,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this EnvelopeId. - The label string associated with the tab. + """Gets the tab_label of this EnvelopeId. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this EnvelopeId. + :return: The tab_label of this EnvelopeId. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this EnvelopeId. - The label string associated with the tab. + """Sets the tab_label of this EnvelopeId. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this EnvelopeId. + :param tab_label: The tab_label of this EnvelopeId. # noqa: E501 :type: str """ @@ -1744,20 +1919,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this EnvelopeId. + """Gets the tab_label_metadata of this EnvelopeId. # noqa: E501 + - :return: The tab_label_metadata of this EnvelopeId. + :return: The tab_label_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this EnvelopeId. + """Sets the tab_label_metadata of this EnvelopeId. + - :param tab_label_metadata: The tab_label_metadata of this EnvelopeId. + :param tab_label_metadata: The tab_label_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1765,22 +1940,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this EnvelopeId. - + """Gets the tab_order of this EnvelopeId. # noqa: E501 - :return: The tab_order of this EnvelopeId. + # noqa: E501 + + :return: The tab_order of this EnvelopeId. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this EnvelopeId. - + """Sets the tab_order of this EnvelopeId. - :param tab_order: The tab_order of this EnvelopeId. + # noqa: E501 + + :param tab_order: The tab_order of this EnvelopeId. # noqa: E501 :type: str """ @@ -1788,20 +1963,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this EnvelopeId. + """Gets the tab_order_metadata of this EnvelopeId. # noqa: E501 - :return: The tab_order_metadata of this EnvelopeId. + + :return: The tab_order_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this EnvelopeId. + """Sets the tab_order_metadata of this EnvelopeId. + - :param tab_order_metadata: The tab_order_metadata of this EnvelopeId. + :param tab_order_metadata: The tab_order_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1809,22 +1984,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this EnvelopeId. - + """Gets the tab_type of this EnvelopeId. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this EnvelopeId. + :return: The tab_type of this EnvelopeId. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this EnvelopeId. - + """Sets the tab_type of this EnvelopeId. + + # noqa: E501 - :param tab_type: The tab_type of this EnvelopeId. + :param tab_type: The tab_type of this EnvelopeId. # noqa: E501 :type: str """ @@ -1832,20 +2007,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this EnvelopeId. + """Gets the tab_type_metadata of this EnvelopeId. # noqa: E501 + - :return: The tab_type_metadata of this EnvelopeId. + :return: The tab_type_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this EnvelopeId. + """Sets the tab_type_metadata of this EnvelopeId. - :param tab_type_metadata: The tab_type_metadata of this EnvelopeId. + + :param tab_type_metadata: The tab_type_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1853,22 +2028,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this EnvelopeId. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this EnvelopeId. # noqa: E501 - :return: The template_locked of this EnvelopeId. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this EnvelopeId. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this EnvelopeId. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this EnvelopeId. - :param template_locked: The template_locked of this EnvelopeId. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this EnvelopeId. # noqa: E501 :type: str """ @@ -1876,20 +2051,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this EnvelopeId. + """Gets the template_locked_metadata of this EnvelopeId. # noqa: E501 + - :return: The template_locked_metadata of this EnvelopeId. + :return: The template_locked_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this EnvelopeId. + """Sets the template_locked_metadata of this EnvelopeId. + - :param template_locked_metadata: The template_locked_metadata of this EnvelopeId. + :param template_locked_metadata: The template_locked_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1897,22 +2072,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this EnvelopeId. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this EnvelopeId. # noqa: E501 - :return: The template_required of this EnvelopeId. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this EnvelopeId. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this EnvelopeId. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this EnvelopeId. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this EnvelopeId. + :param template_required: The template_required of this EnvelopeId. # noqa: E501 :type: str """ @@ -1920,20 +2095,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this EnvelopeId. + """Gets the template_required_metadata of this EnvelopeId. # noqa: E501 + - :return: The template_required_metadata of this EnvelopeId. + :return: The template_required_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this EnvelopeId. + """Sets the template_required_metadata of this EnvelopeId. + - :param template_required_metadata: The template_required_metadata of this EnvelopeId. + :param template_required_metadata: The template_required_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1941,22 +2116,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this EnvelopeId. - + """Gets the tooltip of this EnvelopeId. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this EnvelopeId. + :return: The tooltip of this EnvelopeId. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this EnvelopeId. - + """Sets the tooltip of this EnvelopeId. - :param tooltip: The tooltip of this EnvelopeId. + # noqa: E501 + + :param tooltip: The tooltip of this EnvelopeId. # noqa: E501 :type: str """ @@ -1964,20 +2139,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this EnvelopeId. + """Gets the tool_tip_metadata of this EnvelopeId. # noqa: E501 - :return: The tool_tip_metadata of this EnvelopeId. + + :return: The tool_tip_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this EnvelopeId. + """Sets the tool_tip_metadata of this EnvelopeId. - :param tool_tip_metadata: The tool_tip_metadata of this EnvelopeId. + + :param tool_tip_metadata: The tool_tip_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -1985,22 +2160,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this EnvelopeId. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this EnvelopeId. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this EnvelopeId. + :return: The underline of this EnvelopeId. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this EnvelopeId. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this EnvelopeId. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this EnvelopeId. + :param underline: The underline of this EnvelopeId. # noqa: E501 :type: str """ @@ -2008,20 +2183,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this EnvelopeId. + """Gets the underline_metadata of this EnvelopeId. # noqa: E501 + - :return: The underline_metadata of this EnvelopeId. + :return: The underline_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this EnvelopeId. + """Sets the underline_metadata of this EnvelopeId. + - :param underline_metadata: The underline_metadata of this EnvelopeId. + :param underline_metadata: The underline_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -2029,22 +2204,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this EnvelopeId. - Width of the tab in pixels. + """Gets the width of this EnvelopeId. # noqa: E501 - :return: The width of this EnvelopeId. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this EnvelopeId. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this EnvelopeId. - Width of the tab in pixels. + """Sets the width of this EnvelopeId. - :param width: The width of this EnvelopeId. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this EnvelopeId. # noqa: E501 :type: str """ @@ -2052,20 +2227,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this EnvelopeId. + """Gets the width_metadata of this EnvelopeId. # noqa: E501 - :return: The width_metadata of this EnvelopeId. + + :return: The width_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this EnvelopeId. + """Sets the width_metadata of this EnvelopeId. + - :param width_metadata: The width_metadata of this EnvelopeId. + :param width_metadata: The width_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -2073,22 +2248,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this EnvelopeId. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this EnvelopeId. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this EnvelopeId. + :return: The x_position of this EnvelopeId. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this EnvelopeId. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this EnvelopeId. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this EnvelopeId. + :param x_position: The x_position of this EnvelopeId. # noqa: E501 :type: str """ @@ -2096,20 +2271,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this EnvelopeId. + """Gets the x_position_metadata of this EnvelopeId. # noqa: E501 + - :return: The x_position_metadata of this EnvelopeId. + :return: The x_position_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this EnvelopeId. + """Sets the x_position_metadata of this EnvelopeId. - :param x_position_metadata: The x_position_metadata of this EnvelopeId. + + :param x_position_metadata: The x_position_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ @@ -2117,22 +2292,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this EnvelopeId. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this EnvelopeId. # noqa: E501 - :return: The y_position of this EnvelopeId. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this EnvelopeId. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this EnvelopeId. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this EnvelopeId. - :param y_position: The y_position of this EnvelopeId. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this EnvelopeId. # noqa: E501 :type: str """ @@ -2140,32 +2315,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this EnvelopeId. + """Gets the y_position_metadata of this EnvelopeId. # noqa: E501 + - :return: The y_position_metadata of this EnvelopeId. + :return: The y_position_metadata of this EnvelopeId. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this EnvelopeId. + """Sets the y_position_metadata of this EnvelopeId. + - :param y_position_metadata: The y_position_metadata of this EnvelopeId. + :param y_position_metadata: The y_position_metadata of this EnvelopeId. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2182,29 +2355,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeId, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeId): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_ids_request.py b/docusign_esign/models/envelope_ids_request.py index 03642f7a..9f1b946e 100644 --- a/docusign_esign/models/envelope_ids_request.py +++ b/docusign_esign/models/envelope_ids_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeIdsRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_ids=None, transaction_ids=None): - """ - EnvelopeIdsRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_ids': 'list[str]', - 'transaction_ids': 'list[str]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_ids': 'list[str]', + 'transaction_ids': 'list[str]' + } - self.attribute_map = { - 'envelope_ids': 'envelopeIds', - 'transaction_ids': 'transactionIds' - } + attribute_map = { + 'envelope_ids': 'envelopeIds', + 'transaction_ids': 'transactionIds' + } - self._envelope_ids = envelope_ids - self._transaction_ids = transaction_ids + def __init__(self, envelope_ids=None, transaction_ids=None): # noqa: E501 + """EnvelopeIdsRequest - a model defined in Swagger""" # noqa: E501 + + self._envelope_ids = None + self._transaction_ids = None + self.discriminator = None + + if envelope_ids is not None: + self.envelope_ids = envelope_ids + if transaction_ids is not None: + self.transaction_ids = transaction_ids @property def envelope_ids(self): - """ - Gets the envelope_ids of this EnvelopeIdsRequest. - + """Gets the envelope_ids of this EnvelopeIdsRequest. # noqa: E501 - :return: The envelope_ids of this EnvelopeIdsRequest. + # noqa: E501 + + :return: The envelope_ids of this EnvelopeIdsRequest. # noqa: E501 :rtype: list[str] """ return self._envelope_ids @envelope_ids.setter def envelope_ids(self, envelope_ids): - """ - Sets the envelope_ids of this EnvelopeIdsRequest. - + """Sets the envelope_ids of this EnvelopeIdsRequest. + + # noqa: E501 - :param envelope_ids: The envelope_ids of this EnvelopeIdsRequest. + :param envelope_ids: The envelope_ids of this EnvelopeIdsRequest. # noqa: E501 :type: list[str] """ @@ -68,34 +77,32 @@ def envelope_ids(self, envelope_ids): @property def transaction_ids(self): - """ - Gets the transaction_ids of this EnvelopeIdsRequest. - A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes. + """Gets the transaction_ids of this EnvelopeIdsRequest. # noqa: E501 + + A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes. # noqa: E501 - :return: The transaction_ids of this EnvelopeIdsRequest. + :return: The transaction_ids of this EnvelopeIdsRequest. # noqa: E501 :rtype: list[str] """ return self._transaction_ids @transaction_ids.setter def transaction_ids(self, transaction_ids): - """ - Sets the transaction_ids of this EnvelopeIdsRequest. - A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes. + """Sets the transaction_ids of this EnvelopeIdsRequest. + + A list of transaction Id's used to determining the status of envelopes sent asynchronously. See **transactionId** property on envelopes. # noqa: E501 - :param transaction_ids: The transaction_ids of this EnvelopeIdsRequest. + :param transaction_ids: The transaction_ids of this EnvelopeIdsRequest. # noqa: E501 :type: list[str] """ self._transaction_ids = transaction_ids def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeIdsRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeIdsRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_metadata.py b/docusign_esign/models/envelope_metadata.py index 67437da7..91b337fc 100644 --- a/docusign_esign/models/envelope_metadata.py +++ b/docusign_esign/models/envelope_metadata.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeMetadata(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_advanced_correct=None, allow_correct=None, enable_sign_with_notary=None): - """ - EnvelopeMetadata - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_advanced_correct': 'str', - 'allow_correct': 'str', - 'enable_sign_with_notary': 'str' - } - - self.attribute_map = { - 'allow_advanced_correct': 'allowAdvancedCorrect', - 'allow_correct': 'allowCorrect', - 'enable_sign_with_notary': 'enableSignWithNotary' - } - - self._allow_advanced_correct = allow_advanced_correct - self._allow_correct = allow_correct - self._enable_sign_with_notary = enable_sign_with_notary + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_advanced_correct': 'str', + 'allow_correct': 'str', + 'enable_sign_with_notary': 'str' + } + + attribute_map = { + 'allow_advanced_correct': 'allowAdvancedCorrect', + 'allow_correct': 'allowCorrect', + 'enable_sign_with_notary': 'enableSignWithNotary' + } + + def __init__(self, allow_advanced_correct=None, allow_correct=None, enable_sign_with_notary=None): # noqa: E501 + """EnvelopeMetadata - a model defined in Swagger""" # noqa: E501 + + self._allow_advanced_correct = None + self._allow_correct = None + self._enable_sign_with_notary = None + self.discriminator = None + + if allow_advanced_correct is not None: + self.allow_advanced_correct = allow_advanced_correct + if allow_correct is not None: + self.allow_correct = allow_correct + if enable_sign_with_notary is not None: + self.enable_sign_with_notary = enable_sign_with_notary @property def allow_advanced_correct(self): - """ - Gets the allow_advanced_correct of this EnvelopeMetadata. - + """Gets the allow_advanced_correct of this EnvelopeMetadata. # noqa: E501 + + # noqa: E501 - :return: The allow_advanced_correct of this EnvelopeMetadata. + :return: The allow_advanced_correct of this EnvelopeMetadata. # noqa: E501 :rtype: str """ return self._allow_advanced_correct @allow_advanced_correct.setter def allow_advanced_correct(self, allow_advanced_correct): - """ - Sets the allow_advanced_correct of this EnvelopeMetadata. - + """Sets the allow_advanced_correct of this EnvelopeMetadata. + + # noqa: E501 - :param allow_advanced_correct: The allow_advanced_correct of this EnvelopeMetadata. + :param allow_advanced_correct: The allow_advanced_correct of this EnvelopeMetadata. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def allow_advanced_correct(self, allow_advanced_correct): @property def allow_correct(self): - """ - Gets the allow_correct of this EnvelopeMetadata. - + """Gets the allow_correct of this EnvelopeMetadata. # noqa: E501 + + # noqa: E501 - :return: The allow_correct of this EnvelopeMetadata. + :return: The allow_correct of this EnvelopeMetadata. # noqa: E501 :rtype: str """ return self._allow_correct @allow_correct.setter def allow_correct(self, allow_correct): - """ - Sets the allow_correct of this EnvelopeMetadata. - + """Sets the allow_correct of this EnvelopeMetadata. + + # noqa: E501 - :param allow_correct: The allow_correct of this EnvelopeMetadata. + :param allow_correct: The allow_correct of this EnvelopeMetadata. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def allow_correct(self, allow_correct): @property def enable_sign_with_notary(self): - """ - Gets the enable_sign_with_notary of this EnvelopeMetadata. - + """Gets the enable_sign_with_notary of this EnvelopeMetadata. # noqa: E501 - :return: The enable_sign_with_notary of this EnvelopeMetadata. + # noqa: E501 + + :return: The enable_sign_with_notary of this EnvelopeMetadata. # noqa: E501 :rtype: str """ return self._enable_sign_with_notary @enable_sign_with_notary.setter def enable_sign_with_notary(self, enable_sign_with_notary): - """ - Sets the enable_sign_with_notary of this EnvelopeMetadata. - + """Sets the enable_sign_with_notary of this EnvelopeMetadata. - :param enable_sign_with_notary: The enable_sign_with_notary of this EnvelopeMetadata. + # noqa: E501 + + :param enable_sign_with_notary: The enable_sign_with_notary of this EnvelopeMetadata. # noqa: E501 :type: str """ self._enable_sign_with_notary = enable_sign_with_notary def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeMetadata, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeMetadata): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_notification_request.py b/docusign_esign/models/envelope_notification_request.py index 63e38c09..676f57d1 100644 --- a/docusign_esign/models/envelope_notification_request.py +++ b/docusign_esign/models/envelope_notification_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeNotificationRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expirations=None, reminders=None, use_account_defaults=None): - """ - EnvelopeNotificationRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expirations': 'Expirations', - 'reminders': 'Reminders', - 'use_account_defaults': 'str' - } - - self.attribute_map = { - 'expirations': 'expirations', - 'reminders': 'reminders', - 'use_account_defaults': 'useAccountDefaults' - } - - self._expirations = expirations - self._reminders = reminders - self._use_account_defaults = use_account_defaults + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expirations': 'Expirations', + 'reminders': 'Reminders', + 'use_account_defaults': 'str' + } + + attribute_map = { + 'expirations': 'expirations', + 'reminders': 'reminders', + 'use_account_defaults': 'useAccountDefaults' + } + + def __init__(self, expirations=None, reminders=None, use_account_defaults=None): # noqa: E501 + """EnvelopeNotificationRequest - a model defined in Swagger""" # noqa: E501 + + self._expirations = None + self._reminders = None + self._use_account_defaults = None + self.discriminator = None + + if expirations is not None: + self.expirations = expirations + if reminders is not None: + self.reminders = reminders + if use_account_defaults is not None: + self.use_account_defaults = use_account_defaults @property def expirations(self): - """ - Gets the expirations of this EnvelopeNotificationRequest. + """Gets the expirations of this EnvelopeNotificationRequest. # noqa: E501 + - :return: The expirations of this EnvelopeNotificationRequest. + :return: The expirations of this EnvelopeNotificationRequest. # noqa: E501 :rtype: Expirations """ return self._expirations @expirations.setter def expirations(self, expirations): - """ - Sets the expirations of this EnvelopeNotificationRequest. + """Sets the expirations of this EnvelopeNotificationRequest. + - :param expirations: The expirations of this EnvelopeNotificationRequest. + :param expirations: The expirations of this EnvelopeNotificationRequest. # noqa: E501 :type: Expirations """ @@ -69,20 +80,20 @@ def expirations(self, expirations): @property def reminders(self): - """ - Gets the reminders of this EnvelopeNotificationRequest. + """Gets the reminders of this EnvelopeNotificationRequest. # noqa: E501 + - :return: The reminders of this EnvelopeNotificationRequest. + :return: The reminders of this EnvelopeNotificationRequest. # noqa: E501 :rtype: Reminders """ return self._reminders @reminders.setter def reminders(self, reminders): - """ - Sets the reminders of this EnvelopeNotificationRequest. + """Sets the reminders of this EnvelopeNotificationRequest. + - :param reminders: The reminders of this EnvelopeNotificationRequest. + :param reminders: The reminders of this EnvelopeNotificationRequest. # noqa: E501 :type: Reminders """ @@ -90,34 +101,32 @@ def reminders(self, reminders): @property def use_account_defaults(self): - """ - Gets the use_account_defaults of this EnvelopeNotificationRequest. - + """Gets the use_account_defaults of this EnvelopeNotificationRequest. # noqa: E501 - :return: The use_account_defaults of this EnvelopeNotificationRequest. + # noqa: E501 + + :return: The use_account_defaults of this EnvelopeNotificationRequest. # noqa: E501 :rtype: str """ return self._use_account_defaults @use_account_defaults.setter def use_account_defaults(self, use_account_defaults): - """ - Sets the use_account_defaults of this EnvelopeNotificationRequest. - + """Sets the use_account_defaults of this EnvelopeNotificationRequest. - :param use_account_defaults: The use_account_defaults of this EnvelopeNotificationRequest. + # noqa: E501 + + :param use_account_defaults: The use_account_defaults of this EnvelopeNotificationRequest. # noqa: E501 :type: str """ self._use_account_defaults = use_account_defaults def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeNotificationRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeNotificationRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_purge_configuration.py b/docusign_esign/models/envelope_purge_configuration.py index ba5949a7..c2c46d9e 100644 --- a/docusign_esign/models/envelope_purge_configuration.py +++ b/docusign_esign/models/envelope_purge_configuration.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopePurgeConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, purge_envelopes=None, redact_pii=None, remove_tabs_and_envelope_attachments=None, retention_days=None): - """ - EnvelopePurgeConfiguration - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'purge_envelopes': 'str', - 'redact_pii': 'str', - 'remove_tabs_and_envelope_attachments': 'str', - 'retention_days': 'str' - } - - self.attribute_map = { - 'purge_envelopes': 'purgeEnvelopes', - 'redact_pii': 'redactPII', - 'remove_tabs_and_envelope_attachments': 'removeTabsAndEnvelopeAttachments', - 'retention_days': 'retentionDays' - } - self._purge_envelopes = purge_envelopes - self._redact_pii = redact_pii - self._remove_tabs_and_envelope_attachments = remove_tabs_and_envelope_attachments - self._retention_days = retention_days + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'purge_envelopes': 'str', + 'redact_pii': 'str', + 'remove_tabs_and_envelope_attachments': 'str', + 'retention_days': 'str' + } + + attribute_map = { + 'purge_envelopes': 'purgeEnvelopes', + 'redact_pii': 'redactPII', + 'remove_tabs_and_envelope_attachments': 'removeTabsAndEnvelopeAttachments', + 'retention_days': 'retentionDays' + } + + def __init__(self, purge_envelopes=None, redact_pii=None, remove_tabs_and_envelope_attachments=None, retention_days=None): # noqa: E501 + """EnvelopePurgeConfiguration - a model defined in Swagger""" # noqa: E501 + + self._purge_envelopes = None + self._redact_pii = None + self._remove_tabs_and_envelope_attachments = None + self._retention_days = None + self.discriminator = None + + if purge_envelopes is not None: + self.purge_envelopes = purge_envelopes + if redact_pii is not None: + self.redact_pii = redact_pii + if remove_tabs_and_envelope_attachments is not None: + self.remove_tabs_and_envelope_attachments = remove_tabs_and_envelope_attachments + if retention_days is not None: + self.retention_days = retention_days @property def purge_envelopes(self): - """ - Gets the purge_envelopes of this EnvelopePurgeConfiguration. - + """Gets the purge_envelopes of this EnvelopePurgeConfiguration. # noqa: E501 - :return: The purge_envelopes of this EnvelopePurgeConfiguration. + # noqa: E501 + + :return: The purge_envelopes of this EnvelopePurgeConfiguration. # noqa: E501 :rtype: str """ return self._purge_envelopes @purge_envelopes.setter def purge_envelopes(self, purge_envelopes): - """ - Sets the purge_envelopes of this EnvelopePurgeConfiguration. - + """Sets the purge_envelopes of this EnvelopePurgeConfiguration. - :param purge_envelopes: The purge_envelopes of this EnvelopePurgeConfiguration. + # noqa: E501 + + :param purge_envelopes: The purge_envelopes of this EnvelopePurgeConfiguration. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def purge_envelopes(self, purge_envelopes): @property def redact_pii(self): - """ - Gets the redact_pii of this EnvelopePurgeConfiguration. - + """Gets the redact_pii of this EnvelopePurgeConfiguration. # noqa: E501 + + # noqa: E501 - :return: The redact_pii of this EnvelopePurgeConfiguration. + :return: The redact_pii of this EnvelopePurgeConfiguration. # noqa: E501 :rtype: str """ return self._redact_pii @redact_pii.setter def redact_pii(self, redact_pii): - """ - Sets the redact_pii of this EnvelopePurgeConfiguration. - + """Sets the redact_pii of this EnvelopePurgeConfiguration. + + # noqa: E501 - :param redact_pii: The redact_pii of this EnvelopePurgeConfiguration. + :param redact_pii: The redact_pii of this EnvelopePurgeConfiguration. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def redact_pii(self, redact_pii): @property def remove_tabs_and_envelope_attachments(self): - """ - Gets the remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. - + """Gets the remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. # noqa: E501 + + # noqa: E501 - :return: The remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. + :return: The remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. # noqa: E501 :rtype: str """ return self._remove_tabs_and_envelope_attachments @remove_tabs_and_envelope_attachments.setter def remove_tabs_and_envelope_attachments(self, remove_tabs_and_envelope_attachments): - """ - Sets the remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. - + """Sets the remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. - :param remove_tabs_and_envelope_attachments: The remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. + # noqa: E501 + + :param remove_tabs_and_envelope_attachments: The remove_tabs_and_envelope_attachments of this EnvelopePurgeConfiguration. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def remove_tabs_and_envelope_attachments(self, remove_tabs_and_envelope_attachme @property def retention_days(self): - """ - Gets the retention_days of this EnvelopePurgeConfiguration. - + """Gets the retention_days of this EnvelopePurgeConfiguration. # noqa: E501 - :return: The retention_days of this EnvelopePurgeConfiguration. + # noqa: E501 + + :return: The retention_days of this EnvelopePurgeConfiguration. # noqa: E501 :rtype: str """ return self._retention_days @retention_days.setter def retention_days(self, retention_days): - """ - Sets the retention_days of this EnvelopePurgeConfiguration. - + """Sets the retention_days of this EnvelopePurgeConfiguration. + + # noqa: E501 - :param retention_days: The retention_days of this EnvelopePurgeConfiguration. + :param retention_days: The retention_days of this EnvelopePurgeConfiguration. # noqa: E501 :type: str """ self._retention_days = retention_days def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopePurgeConfiguration, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopePurgeConfiguration): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_summary.py b/docusign_esign/models/envelope_summary.py index c1395257..f0ad55fa 100644 --- a/docusign_esign/models/envelope_summary.py +++ b/docusign_esign/models/envelope_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,66 +11,83 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, status=None, status_date_time=None, uri=None): - """ - EnvelopeSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_envelope_status': 'BulkEnvelopeStatus', - 'envelope_id': 'str', - 'error_details': 'ErrorDetails', - 'status': 'str', - 'status_date_time': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'bulk_envelope_status': 'bulkEnvelopeStatus', - 'envelope_id': 'envelopeId', - 'error_details': 'errorDetails', - 'status': 'status', - 'status_date_time': 'statusDateTime', - 'uri': 'uri' - } - - self._bulk_envelope_status = bulk_envelope_status - self._envelope_id = envelope_id - self._error_details = error_details - self._status = status - self._status_date_time = status_date_time - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_envelope_status': 'BulkEnvelopeStatus', + 'envelope_id': 'str', + 'error_details': 'ErrorDetails', + 'status': 'str', + 'status_date_time': 'str', + 'uri': 'str' + } + + attribute_map = { + 'bulk_envelope_status': 'bulkEnvelopeStatus', + 'envelope_id': 'envelopeId', + 'error_details': 'errorDetails', + 'status': 'status', + 'status_date_time': 'statusDateTime', + 'uri': 'uri' + } + + def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, status=None, status_date_time=None, uri=None): # noqa: E501 + """EnvelopeSummary - a model defined in Swagger""" # noqa: E501 + + self._bulk_envelope_status = None + self._envelope_id = None + self._error_details = None + self._status = None + self._status_date_time = None + self._uri = None + self.discriminator = None + + if bulk_envelope_status is not None: + self.bulk_envelope_status = bulk_envelope_status + if envelope_id is not None: + self.envelope_id = envelope_id + if error_details is not None: + self.error_details = error_details + if status is not None: + self.status = status + if status_date_time is not None: + self.status_date_time = status_date_time + if uri is not None: + self.uri = uri @property def bulk_envelope_status(self): - """ - Gets the bulk_envelope_status of this EnvelopeSummary. + """Gets the bulk_envelope_status of this EnvelopeSummary. # noqa: E501 + - :return: The bulk_envelope_status of this EnvelopeSummary. + :return: The bulk_envelope_status of this EnvelopeSummary. # noqa: E501 :rtype: BulkEnvelopeStatus """ return self._bulk_envelope_status @bulk_envelope_status.setter def bulk_envelope_status(self, bulk_envelope_status): - """ - Sets the bulk_envelope_status of this EnvelopeSummary. + """Sets the bulk_envelope_status of this EnvelopeSummary. + - :param bulk_envelope_status: The bulk_envelope_status of this EnvelopeSummary. + :param bulk_envelope_status: The bulk_envelope_status of this EnvelopeSummary. # noqa: E501 :type: BulkEnvelopeStatus """ @@ -78,22 +95,22 @@ def bulk_envelope_status(self, bulk_envelope_status): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeSummary. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeSummary. # noqa: E501 - :return: The envelope_id of this EnvelopeSummary. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeSummary. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeSummary. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeSummary. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this EnvelopeSummary. + :param envelope_id: The envelope_id of this EnvelopeSummary. # noqa: E501 :type: str """ @@ -101,20 +118,20 @@ def envelope_id(self, envelope_id): @property def error_details(self): - """ - Gets the error_details of this EnvelopeSummary. + """Gets the error_details of this EnvelopeSummary. # noqa: E501 + - :return: The error_details of this EnvelopeSummary. + :return: The error_details of this EnvelopeSummary. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeSummary. + """Sets the error_details of this EnvelopeSummary. - :param error_details: The error_details of this EnvelopeSummary. + + :param error_details: The error_details of this EnvelopeSummary. # noqa: E501 :type: ErrorDetails """ @@ -122,22 +139,22 @@ def error_details(self, error_details): @property def status(self): - """ - Gets the status of this EnvelopeSummary. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeSummary. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EnvelopeSummary. + :return: The status of this EnvelopeSummary. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeSummary. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeSummary. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this EnvelopeSummary. + :param status: The status of this EnvelopeSummary. # noqa: E501 :type: str """ @@ -145,22 +162,22 @@ def status(self, status): @property def status_date_time(self): - """ - Gets the status_date_time of this EnvelopeSummary. - The DateTime that the envelope changed status (i.e. was created or sent.) + """Gets the status_date_time of this EnvelopeSummary. # noqa: E501 - :return: The status_date_time of this EnvelopeSummary. + The DateTime that the envelope changed status (i.e. was created or sent.) # noqa: E501 + + :return: The status_date_time of this EnvelopeSummary. # noqa: E501 :rtype: str """ return self._status_date_time @status_date_time.setter def status_date_time(self, status_date_time): - """ - Sets the status_date_time of this EnvelopeSummary. - The DateTime that the envelope changed status (i.e. was created or sent.) + """Sets the status_date_time of this EnvelopeSummary. + + The DateTime that the envelope changed status (i.e. was created or sent.) # noqa: E501 - :param status_date_time: The status_date_time of this EnvelopeSummary. + :param status_date_time: The status_date_time of this EnvelopeSummary. # noqa: E501 :type: str """ @@ -168,34 +185,32 @@ def status_date_time(self, status_date_time): @property def uri(self): - """ - Gets the uri of this EnvelopeSummary. - + """Gets the uri of this EnvelopeSummary. # noqa: E501 + + # noqa: E501 - :return: The uri of this EnvelopeSummary. + :return: The uri of this EnvelopeSummary. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this EnvelopeSummary. - + """Sets the uri of this EnvelopeSummary. - :param uri: The uri of this EnvelopeSummary. + # noqa: E501 + + :param uri: The uri of this EnvelopeSummary. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -212,29 +227,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_template.py b/docusign_esign/models/envelope_template.py index 01ca4c95..bca4243d 100644 --- a/docusign_esign/models/envelope_template.py +++ b/docusign_esign/models/envelope_template.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,341 +11,540 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTemplate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_control_list_base64=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_match=None, auto_match_specified_by_user=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, copy_recipient_data=None, created=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, description=None, disable_responsive_document=None, documents=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, favorited_by_me=None, folder_id=None, folder_ids=None, folder_name=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified=None, last_modified_by=None, last_modified_date_time=None, last_used=None, location=None, lock_information=None, message_lock=None, name=None, new_password=None, notification=None, notification_uri=None, owner=None, page_count=None, password=None, password_protected=None, power_form=None, power_forms=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, shared=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, template_id=None, templates_uri=None, transaction_id=None, uri=None, use_disclosure=None, voided_date_time=None, voided_reason=None): - """ - EnvelopeTemplate - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_control_list_base64': 'str', - 'allow_comments': 'str', - 'allow_markup': 'str', - 'allow_reassign': 'str', - 'allow_view_history': 'str', - 'any_signer': 'str', - 'asynchronous': 'str', - 'attachments_uri': 'str', - 'authoritative_copy': 'str', - 'authoritative_copy_default': 'str', - 'auto_match': 'str', - 'auto_match_specified_by_user': 'str', - 'auto_navigation': 'str', - 'brand_id': 'str', - 'brand_lock': 'str', - 'certificate_uri': 'str', - 'completed_date_time': 'str', - 'copy_recipient_data': 'str', - 'created': 'str', - 'created_date_time': 'str', - 'custom_fields': 'CustomFields', - 'custom_fields_uri': 'str', - 'declined_date_time': 'str', - 'deleted_date_time': 'str', - 'delivered_date_time': 'str', - 'description': 'str', - 'disable_responsive_document': 'str', - 'documents': 'list[Document]', - 'documents_combined_uri': 'str', - 'documents_uri': 'str', - 'email_blurb': 'str', - 'email_settings': 'EmailSettings', - 'email_subject': 'str', - 'enable_wet_sign': 'str', - 'enforce_signer_visibility': 'str', - 'envelope_attachments': 'list[Attachment]', - 'envelope_documents': 'list[EnvelopeDocument]', - 'envelope_id': 'str', - 'envelope_id_stamping': 'str', - 'envelope_location': 'str', - 'envelope_metadata': 'EnvelopeMetadata', - 'envelope_uri': 'str', - 'expire_after': 'str', - 'expire_date_time': 'str', - 'expire_enabled': 'str', - 'external_envelope_id': 'str', - 'favorited_by_me': 'str', - 'folder_id': 'str', - 'folder_ids': 'list[str]', - 'folder_name': 'str', - 'folders': 'list[Folder]', - 'has_comments': 'str', - 'has_form_data_changed': 'str', - 'has_wav_file': 'str', - 'holder': 'str', - 'initial_sent_date_time': 'str', - 'is21_cfr_part11': 'str', - 'is_dynamic_envelope': 'str', - 'is_signature_provider_envelope': 'str', - 'last_modified': 'str', - 'last_modified_by': 'UserInfo', - 'last_modified_date_time': 'str', - 'last_used': 'str', - 'location': 'str', - 'lock_information': 'LockInformation', - 'message_lock': 'str', - 'name': 'str', - 'new_password': 'str', - 'notification': 'Notification', - 'notification_uri': 'str', - 'owner': 'UserInfo', - 'page_count': 'str', - 'password': 'str', - 'password_protected': 'str', - 'power_form': 'PowerForm', - 'power_forms': 'list[PowerForm]', - 'purge_completed_date': 'str', - 'purge_request_date': 'str', - 'purge_state': 'str', - 'recipients': 'Recipients', - 'recipients_lock': 'str', - 'recipients_uri': 'str', - 'sender': 'UserInfo', - 'sent_date_time': 'str', - 'shared': 'str', - 'signer_can_sign_on_mobile': 'str', - 'signing_location': 'str', - 'status': 'str', - 'status_changed_date_time': 'str', - 'status_date_time': 'str', - 'template_id': 'str', - 'templates_uri': 'str', - 'transaction_id': 'str', - 'uri': 'str', - 'use_disclosure': 'str', - 'voided_date_time': 'str', - 'voided_reason': 'str' - } - - self.attribute_map = { - 'access_control_list_base64': 'accessControlListBase64', - 'allow_comments': 'allowComments', - 'allow_markup': 'allowMarkup', - 'allow_reassign': 'allowReassign', - 'allow_view_history': 'allowViewHistory', - 'any_signer': 'anySigner', - 'asynchronous': 'asynchronous', - 'attachments_uri': 'attachmentsUri', - 'authoritative_copy': 'authoritativeCopy', - 'authoritative_copy_default': 'authoritativeCopyDefault', - 'auto_match': 'autoMatch', - 'auto_match_specified_by_user': 'autoMatchSpecifiedByUser', - 'auto_navigation': 'autoNavigation', - 'brand_id': 'brandId', - 'brand_lock': 'brandLock', - 'certificate_uri': 'certificateUri', - 'completed_date_time': 'completedDateTime', - 'copy_recipient_data': 'copyRecipientData', - 'created': 'created', - 'created_date_time': 'createdDateTime', - 'custom_fields': 'customFields', - 'custom_fields_uri': 'customFieldsUri', - 'declined_date_time': 'declinedDateTime', - 'deleted_date_time': 'deletedDateTime', - 'delivered_date_time': 'deliveredDateTime', - 'description': 'description', - 'disable_responsive_document': 'disableResponsiveDocument', - 'documents': 'documents', - 'documents_combined_uri': 'documentsCombinedUri', - 'documents_uri': 'documentsUri', - 'email_blurb': 'emailBlurb', - 'email_settings': 'emailSettings', - 'email_subject': 'emailSubject', - 'enable_wet_sign': 'enableWetSign', - 'enforce_signer_visibility': 'enforceSignerVisibility', - 'envelope_attachments': 'envelopeAttachments', - 'envelope_documents': 'envelopeDocuments', - 'envelope_id': 'envelopeId', - 'envelope_id_stamping': 'envelopeIdStamping', - 'envelope_location': 'envelopeLocation', - 'envelope_metadata': 'envelopeMetadata', - 'envelope_uri': 'envelopeUri', - 'expire_after': 'expireAfter', - 'expire_date_time': 'expireDateTime', - 'expire_enabled': 'expireEnabled', - 'external_envelope_id': 'externalEnvelopeId', - 'favorited_by_me': 'favoritedByMe', - 'folder_id': 'folderId', - 'folder_ids': 'folderIds', - 'folder_name': 'folderName', - 'folders': 'folders', - 'has_comments': 'hasComments', - 'has_form_data_changed': 'hasFormDataChanged', - 'has_wav_file': 'hasWavFile', - 'holder': 'holder', - 'initial_sent_date_time': 'initialSentDateTime', - 'is21_cfr_part11': 'is21CFRPart11', - 'is_dynamic_envelope': 'isDynamicEnvelope', - 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', - 'last_modified': 'lastModified', - 'last_modified_by': 'lastModifiedBy', - 'last_modified_date_time': 'lastModifiedDateTime', - 'last_used': 'lastUsed', - 'location': 'location', - 'lock_information': 'lockInformation', - 'message_lock': 'messageLock', - 'name': 'name', - 'new_password': 'newPassword', - 'notification': 'notification', - 'notification_uri': 'notificationUri', - 'owner': 'owner', - 'page_count': 'pageCount', - 'password': 'password', - 'password_protected': 'passwordProtected', - 'power_form': 'powerForm', - 'power_forms': 'powerForms', - 'purge_completed_date': 'purgeCompletedDate', - 'purge_request_date': 'purgeRequestDate', - 'purge_state': 'purgeState', - 'recipients': 'recipients', - 'recipients_lock': 'recipientsLock', - 'recipients_uri': 'recipientsUri', - 'sender': 'sender', - 'sent_date_time': 'sentDateTime', - 'shared': 'shared', - 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', - 'signing_location': 'signingLocation', - 'status': 'status', - 'status_changed_date_time': 'statusChangedDateTime', - 'status_date_time': 'statusDateTime', - 'template_id': 'templateId', - 'templates_uri': 'templatesUri', - 'transaction_id': 'transactionId', - 'uri': 'uri', - 'use_disclosure': 'useDisclosure', - 'voided_date_time': 'voidedDateTime', - 'voided_reason': 'voidedReason' - } - self._access_control_list_base64 = access_control_list_base64 - self._allow_comments = allow_comments - self._allow_markup = allow_markup - self._allow_reassign = allow_reassign - self._allow_view_history = allow_view_history - self._any_signer = any_signer - self._asynchronous = asynchronous - self._attachments_uri = attachments_uri - self._authoritative_copy = authoritative_copy - self._authoritative_copy_default = authoritative_copy_default - self._auto_match = auto_match - self._auto_match_specified_by_user = auto_match_specified_by_user - self._auto_navigation = auto_navigation - self._brand_id = brand_id - self._brand_lock = brand_lock - self._certificate_uri = certificate_uri - self._completed_date_time = completed_date_time - self._copy_recipient_data = copy_recipient_data - self._created = created - self._created_date_time = created_date_time - self._custom_fields = custom_fields - self._custom_fields_uri = custom_fields_uri - self._declined_date_time = declined_date_time - self._deleted_date_time = deleted_date_time - self._delivered_date_time = delivered_date_time - self._description = description - self._disable_responsive_document = disable_responsive_document - self._documents = documents - self._documents_combined_uri = documents_combined_uri - self._documents_uri = documents_uri - self._email_blurb = email_blurb - self._email_settings = email_settings - self._email_subject = email_subject - self._enable_wet_sign = enable_wet_sign - self._enforce_signer_visibility = enforce_signer_visibility - self._envelope_attachments = envelope_attachments - self._envelope_documents = envelope_documents - self._envelope_id = envelope_id - self._envelope_id_stamping = envelope_id_stamping - self._envelope_location = envelope_location - self._envelope_metadata = envelope_metadata - self._envelope_uri = envelope_uri - self._expire_after = expire_after - self._expire_date_time = expire_date_time - self._expire_enabled = expire_enabled - self._external_envelope_id = external_envelope_id - self._favorited_by_me = favorited_by_me - self._folder_id = folder_id - self._folder_ids = folder_ids - self._folder_name = folder_name - self._folders = folders - self._has_comments = has_comments - self._has_form_data_changed = has_form_data_changed - self._has_wav_file = has_wav_file - self._holder = holder - self._initial_sent_date_time = initial_sent_date_time - self._is21_cfr_part11 = is21_cfr_part11 - self._is_dynamic_envelope = is_dynamic_envelope - self._is_signature_provider_envelope = is_signature_provider_envelope - self._last_modified = last_modified - self._last_modified_by = last_modified_by - self._last_modified_date_time = last_modified_date_time - self._last_used = last_used - self._location = location - self._lock_information = lock_information - self._message_lock = message_lock - self._name = name - self._new_password = new_password - self._notification = notification - self._notification_uri = notification_uri - self._owner = owner - self._page_count = page_count - self._password = password - self._password_protected = password_protected - self._power_form = power_form - self._power_forms = power_forms - self._purge_completed_date = purge_completed_date - self._purge_request_date = purge_request_date - self._purge_state = purge_state - self._recipients = recipients - self._recipients_lock = recipients_lock - self._recipients_uri = recipients_uri - self._sender = sender - self._sent_date_time = sent_date_time - self._shared = shared - self._signer_can_sign_on_mobile = signer_can_sign_on_mobile - self._signing_location = signing_location - self._status = status - self._status_changed_date_time = status_changed_date_time - self._status_date_time = status_date_time - self._template_id = template_id - self._templates_uri = templates_uri - self._transaction_id = transaction_id - self._uri = uri - self._use_disclosure = use_disclosure - self._voided_date_time = voided_date_time - self._voided_reason = voided_reason + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_control_list_base64': 'str', + 'allow_comments': 'str', + 'allow_markup': 'str', + 'allow_reassign': 'str', + 'allow_view_history': 'str', + 'any_signer': 'str', + 'asynchronous': 'str', + 'attachments_uri': 'str', + 'authoritative_copy': 'str', + 'authoritative_copy_default': 'str', + 'auto_match': 'str', + 'auto_match_specified_by_user': 'str', + 'auto_navigation': 'str', + 'brand_id': 'str', + 'brand_lock': 'str', + 'certificate_uri': 'str', + 'completed_date_time': 'str', + 'copy_recipient_data': 'str', + 'created': 'str', + 'created_date_time': 'str', + 'custom_fields': 'CustomFields', + 'custom_fields_uri': 'str', + 'declined_date_time': 'str', + 'deleted_date_time': 'str', + 'delivered_date_time': 'str', + 'description': 'str', + 'disable_responsive_document': 'str', + 'documents': 'list[Document]', + 'documents_combined_uri': 'str', + 'documents_uri': 'str', + 'email_blurb': 'str', + 'email_settings': 'EmailSettings', + 'email_subject': 'str', + 'enable_wet_sign': 'str', + 'enforce_signer_visibility': 'str', + 'envelope_attachments': 'list[Attachment]', + 'envelope_documents': 'list[EnvelopeDocument]', + 'envelope_id': 'str', + 'envelope_id_stamping': 'str', + 'envelope_location': 'str', + 'envelope_metadata': 'EnvelopeMetadata', + 'envelope_uri': 'str', + 'expire_after': 'str', + 'expire_date_time': 'str', + 'expire_enabled': 'str', + 'external_envelope_id': 'str', + 'favorited_by_me': 'str', + 'folder_id': 'str', + 'folder_ids': 'list[str]', + 'folder_name': 'str', + 'folders': 'list[Folder]', + 'has_comments': 'str', + 'has_form_data_changed': 'str', + 'has_wav_file': 'str', + 'holder': 'str', + 'initial_sent_date_time': 'str', + 'is21_cfr_part11': 'str', + 'is_dynamic_envelope': 'str', + 'is_signature_provider_envelope': 'str', + 'last_modified': 'str', + 'last_modified_by': 'UserInfo', + 'last_modified_date_time': 'str', + 'last_used': 'str', + 'location': 'str', + 'lock_information': 'LockInformation', + 'message_lock': 'str', + 'name': 'str', + 'new_password': 'str', + 'notification': 'Notification', + 'notification_uri': 'str', + 'owner': 'UserInfo', + 'page_count': 'str', + 'password': 'str', + 'password_protected': 'str', + 'power_form': 'PowerForm', + 'power_forms': 'list[PowerForm]', + 'purge_completed_date': 'str', + 'purge_request_date': 'str', + 'purge_state': 'str', + 'recipients': 'Recipients', + 'recipients_lock': 'str', + 'recipients_uri': 'str', + 'sender': 'UserInfo', + 'sent_date_time': 'str', + 'shared': 'str', + 'signer_can_sign_on_mobile': 'str', + 'signing_location': 'str', + 'status': 'str', + 'status_changed_date_time': 'str', + 'status_date_time': 'str', + 'template_id': 'str', + 'templates_uri': 'str', + 'transaction_id': 'str', + 'uri': 'str', + 'use_disclosure': 'str', + 'voided_date_time': 'str', + 'voided_reason': 'str' + } + + attribute_map = { + 'access_control_list_base64': 'accessControlListBase64', + 'allow_comments': 'allowComments', + 'allow_markup': 'allowMarkup', + 'allow_reassign': 'allowReassign', + 'allow_view_history': 'allowViewHistory', + 'any_signer': 'anySigner', + 'asynchronous': 'asynchronous', + 'attachments_uri': 'attachmentsUri', + 'authoritative_copy': 'authoritativeCopy', + 'authoritative_copy_default': 'authoritativeCopyDefault', + 'auto_match': 'autoMatch', + 'auto_match_specified_by_user': 'autoMatchSpecifiedByUser', + 'auto_navigation': 'autoNavigation', + 'brand_id': 'brandId', + 'brand_lock': 'brandLock', + 'certificate_uri': 'certificateUri', + 'completed_date_time': 'completedDateTime', + 'copy_recipient_data': 'copyRecipientData', + 'created': 'created', + 'created_date_time': 'createdDateTime', + 'custom_fields': 'customFields', + 'custom_fields_uri': 'customFieldsUri', + 'declined_date_time': 'declinedDateTime', + 'deleted_date_time': 'deletedDateTime', + 'delivered_date_time': 'deliveredDateTime', + 'description': 'description', + 'disable_responsive_document': 'disableResponsiveDocument', + 'documents': 'documents', + 'documents_combined_uri': 'documentsCombinedUri', + 'documents_uri': 'documentsUri', + 'email_blurb': 'emailBlurb', + 'email_settings': 'emailSettings', + 'email_subject': 'emailSubject', + 'enable_wet_sign': 'enableWetSign', + 'enforce_signer_visibility': 'enforceSignerVisibility', + 'envelope_attachments': 'envelopeAttachments', + 'envelope_documents': 'envelopeDocuments', + 'envelope_id': 'envelopeId', + 'envelope_id_stamping': 'envelopeIdStamping', + 'envelope_location': 'envelopeLocation', + 'envelope_metadata': 'envelopeMetadata', + 'envelope_uri': 'envelopeUri', + 'expire_after': 'expireAfter', + 'expire_date_time': 'expireDateTime', + 'expire_enabled': 'expireEnabled', + 'external_envelope_id': 'externalEnvelopeId', + 'favorited_by_me': 'favoritedByMe', + 'folder_id': 'folderId', + 'folder_ids': 'folderIds', + 'folder_name': 'folderName', + 'folders': 'folders', + 'has_comments': 'hasComments', + 'has_form_data_changed': 'hasFormDataChanged', + 'has_wav_file': 'hasWavFile', + 'holder': 'holder', + 'initial_sent_date_time': 'initialSentDateTime', + 'is21_cfr_part11': 'is21CFRPart11', + 'is_dynamic_envelope': 'isDynamicEnvelope', + 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', + 'last_modified': 'lastModified', + 'last_modified_by': 'lastModifiedBy', + 'last_modified_date_time': 'lastModifiedDateTime', + 'last_used': 'lastUsed', + 'location': 'location', + 'lock_information': 'lockInformation', + 'message_lock': 'messageLock', + 'name': 'name', + 'new_password': 'newPassword', + 'notification': 'notification', + 'notification_uri': 'notificationUri', + 'owner': 'owner', + 'page_count': 'pageCount', + 'password': 'password', + 'password_protected': 'passwordProtected', + 'power_form': 'powerForm', + 'power_forms': 'powerForms', + 'purge_completed_date': 'purgeCompletedDate', + 'purge_request_date': 'purgeRequestDate', + 'purge_state': 'purgeState', + 'recipients': 'recipients', + 'recipients_lock': 'recipientsLock', + 'recipients_uri': 'recipientsUri', + 'sender': 'sender', + 'sent_date_time': 'sentDateTime', + 'shared': 'shared', + 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', + 'signing_location': 'signingLocation', + 'status': 'status', + 'status_changed_date_time': 'statusChangedDateTime', + 'status_date_time': 'statusDateTime', + 'template_id': 'templateId', + 'templates_uri': 'templatesUri', + 'transaction_id': 'transactionId', + 'uri': 'uri', + 'use_disclosure': 'useDisclosure', + 'voided_date_time': 'voidedDateTime', + 'voided_reason': 'voidedReason' + } + + def __init__(self, access_control_list_base64=None, allow_comments=None, allow_markup=None, allow_reassign=None, allow_view_history=None, any_signer=None, asynchronous=None, attachments_uri=None, authoritative_copy=None, authoritative_copy_default=None, auto_match=None, auto_match_specified_by_user=None, auto_navigation=None, brand_id=None, brand_lock=None, certificate_uri=None, completed_date_time=None, copy_recipient_data=None, created=None, created_date_time=None, custom_fields=None, custom_fields_uri=None, declined_date_time=None, deleted_date_time=None, delivered_date_time=None, description=None, disable_responsive_document=None, documents=None, documents_combined_uri=None, documents_uri=None, email_blurb=None, email_settings=None, email_subject=None, enable_wet_sign=None, enforce_signer_visibility=None, envelope_attachments=None, envelope_documents=None, envelope_id=None, envelope_id_stamping=None, envelope_location=None, envelope_metadata=None, envelope_uri=None, expire_after=None, expire_date_time=None, expire_enabled=None, external_envelope_id=None, favorited_by_me=None, folder_id=None, folder_ids=None, folder_name=None, folders=None, has_comments=None, has_form_data_changed=None, has_wav_file=None, holder=None, initial_sent_date_time=None, is21_cfr_part11=None, is_dynamic_envelope=None, is_signature_provider_envelope=None, last_modified=None, last_modified_by=None, last_modified_date_time=None, last_used=None, location=None, lock_information=None, message_lock=None, name=None, new_password=None, notification=None, notification_uri=None, owner=None, page_count=None, password=None, password_protected=None, power_form=None, power_forms=None, purge_completed_date=None, purge_request_date=None, purge_state=None, recipients=None, recipients_lock=None, recipients_uri=None, sender=None, sent_date_time=None, shared=None, signer_can_sign_on_mobile=None, signing_location=None, status=None, status_changed_date_time=None, status_date_time=None, template_id=None, templates_uri=None, transaction_id=None, uri=None, use_disclosure=None, voided_date_time=None, voided_reason=None): # noqa: E501 + """EnvelopeTemplate - a model defined in Swagger""" # noqa: E501 + + self._access_control_list_base64 = None + self._allow_comments = None + self._allow_markup = None + self._allow_reassign = None + self._allow_view_history = None + self._any_signer = None + self._asynchronous = None + self._attachments_uri = None + self._authoritative_copy = None + self._authoritative_copy_default = None + self._auto_match = None + self._auto_match_specified_by_user = None + self._auto_navigation = None + self._brand_id = None + self._brand_lock = None + self._certificate_uri = None + self._completed_date_time = None + self._copy_recipient_data = None + self._created = None + self._created_date_time = None + self._custom_fields = None + self._custom_fields_uri = None + self._declined_date_time = None + self._deleted_date_time = None + self._delivered_date_time = None + self._description = None + self._disable_responsive_document = None + self._documents = None + self._documents_combined_uri = None + self._documents_uri = None + self._email_blurb = None + self._email_settings = None + self._email_subject = None + self._enable_wet_sign = None + self._enforce_signer_visibility = None + self._envelope_attachments = None + self._envelope_documents = None + self._envelope_id = None + self._envelope_id_stamping = None + self._envelope_location = None + self._envelope_metadata = None + self._envelope_uri = None + self._expire_after = None + self._expire_date_time = None + self._expire_enabled = None + self._external_envelope_id = None + self._favorited_by_me = None + self._folder_id = None + self._folder_ids = None + self._folder_name = None + self._folders = None + self._has_comments = None + self._has_form_data_changed = None + self._has_wav_file = None + self._holder = None + self._initial_sent_date_time = None + self._is21_cfr_part11 = None + self._is_dynamic_envelope = None + self._is_signature_provider_envelope = None + self._last_modified = None + self._last_modified_by = None + self._last_modified_date_time = None + self._last_used = None + self._location = None + self._lock_information = None + self._message_lock = None + self._name = None + self._new_password = None + self._notification = None + self._notification_uri = None + self._owner = None + self._page_count = None + self._password = None + self._password_protected = None + self._power_form = None + self._power_forms = None + self._purge_completed_date = None + self._purge_request_date = None + self._purge_state = None + self._recipients = None + self._recipients_lock = None + self._recipients_uri = None + self._sender = None + self._sent_date_time = None + self._shared = None + self._signer_can_sign_on_mobile = None + self._signing_location = None + self._status = None + self._status_changed_date_time = None + self._status_date_time = None + self._template_id = None + self._templates_uri = None + self._transaction_id = None + self._uri = None + self._use_disclosure = None + self._voided_date_time = None + self._voided_reason = None + self.discriminator = None + + if access_control_list_base64 is not None: + self.access_control_list_base64 = access_control_list_base64 + if allow_comments is not None: + self.allow_comments = allow_comments + if allow_markup is not None: + self.allow_markup = allow_markup + if allow_reassign is not None: + self.allow_reassign = allow_reassign + if allow_view_history is not None: + self.allow_view_history = allow_view_history + if any_signer is not None: + self.any_signer = any_signer + if asynchronous is not None: + self.asynchronous = asynchronous + if attachments_uri is not None: + self.attachments_uri = attachments_uri + if authoritative_copy is not None: + self.authoritative_copy = authoritative_copy + if authoritative_copy_default is not None: + self.authoritative_copy_default = authoritative_copy_default + if auto_match is not None: + self.auto_match = auto_match + if auto_match_specified_by_user is not None: + self.auto_match_specified_by_user = auto_match_specified_by_user + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if brand_id is not None: + self.brand_id = brand_id + if brand_lock is not None: + self.brand_lock = brand_lock + if certificate_uri is not None: + self.certificate_uri = certificate_uri + if completed_date_time is not None: + self.completed_date_time = completed_date_time + if copy_recipient_data is not None: + self.copy_recipient_data = copy_recipient_data + if created is not None: + self.created = created + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_fields is not None: + self.custom_fields = custom_fields + if custom_fields_uri is not None: + self.custom_fields_uri = custom_fields_uri + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if deleted_date_time is not None: + self.deleted_date_time = deleted_date_time + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if description is not None: + self.description = description + if disable_responsive_document is not None: + self.disable_responsive_document = disable_responsive_document + if documents is not None: + self.documents = documents + if documents_combined_uri is not None: + self.documents_combined_uri = documents_combined_uri + if documents_uri is not None: + self.documents_uri = documents_uri + if email_blurb is not None: + self.email_blurb = email_blurb + if email_settings is not None: + self.email_settings = email_settings + if email_subject is not None: + self.email_subject = email_subject + if enable_wet_sign is not None: + self.enable_wet_sign = enable_wet_sign + if enforce_signer_visibility is not None: + self.enforce_signer_visibility = enforce_signer_visibility + if envelope_attachments is not None: + self.envelope_attachments = envelope_attachments + if envelope_documents is not None: + self.envelope_documents = envelope_documents + if envelope_id is not None: + self.envelope_id = envelope_id + if envelope_id_stamping is not None: + self.envelope_id_stamping = envelope_id_stamping + if envelope_location is not None: + self.envelope_location = envelope_location + if envelope_metadata is not None: + self.envelope_metadata = envelope_metadata + if envelope_uri is not None: + self.envelope_uri = envelope_uri + if expire_after is not None: + self.expire_after = expire_after + if expire_date_time is not None: + self.expire_date_time = expire_date_time + if expire_enabled is not None: + self.expire_enabled = expire_enabled + if external_envelope_id is not None: + self.external_envelope_id = external_envelope_id + if favorited_by_me is not None: + self.favorited_by_me = favorited_by_me + if folder_id is not None: + self.folder_id = folder_id + if folder_ids is not None: + self.folder_ids = folder_ids + if folder_name is not None: + self.folder_name = folder_name + if folders is not None: + self.folders = folders + if has_comments is not None: + self.has_comments = has_comments + if has_form_data_changed is not None: + self.has_form_data_changed = has_form_data_changed + if has_wav_file is not None: + self.has_wav_file = has_wav_file + if holder is not None: + self.holder = holder + if initial_sent_date_time is not None: + self.initial_sent_date_time = initial_sent_date_time + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if is_dynamic_envelope is not None: + self.is_dynamic_envelope = is_dynamic_envelope + if is_signature_provider_envelope is not None: + self.is_signature_provider_envelope = is_signature_provider_envelope + if last_modified is not None: + self.last_modified = last_modified + if last_modified_by is not None: + self.last_modified_by = last_modified_by + if last_modified_date_time is not None: + self.last_modified_date_time = last_modified_date_time + if last_used is not None: + self.last_used = last_used + if location is not None: + self.location = location + if lock_information is not None: + self.lock_information = lock_information + if message_lock is not None: + self.message_lock = message_lock + if name is not None: + self.name = name + if new_password is not None: + self.new_password = new_password + if notification is not None: + self.notification = notification + if notification_uri is not None: + self.notification_uri = notification_uri + if owner is not None: + self.owner = owner + if page_count is not None: + self.page_count = page_count + if password is not None: + self.password = password + if password_protected is not None: + self.password_protected = password_protected + if power_form is not None: + self.power_form = power_form + if power_forms is not None: + self.power_forms = power_forms + if purge_completed_date is not None: + self.purge_completed_date = purge_completed_date + if purge_request_date is not None: + self.purge_request_date = purge_request_date + if purge_state is not None: + self.purge_state = purge_state + if recipients is not None: + self.recipients = recipients + if recipients_lock is not None: + self.recipients_lock = recipients_lock + if recipients_uri is not None: + self.recipients_uri = recipients_uri + if sender is not None: + self.sender = sender + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if shared is not None: + self.shared = shared + if signer_can_sign_on_mobile is not None: + self.signer_can_sign_on_mobile = signer_can_sign_on_mobile + if signing_location is not None: + self.signing_location = signing_location + if status is not None: + self.status = status + if status_changed_date_time is not None: + self.status_changed_date_time = status_changed_date_time + if status_date_time is not None: + self.status_date_time = status_date_time + if template_id is not None: + self.template_id = template_id + if templates_uri is not None: + self.templates_uri = templates_uri + if transaction_id is not None: + self.transaction_id = transaction_id + if uri is not None: + self.uri = uri + if use_disclosure is not None: + self.use_disclosure = use_disclosure + if voided_date_time is not None: + self.voided_date_time = voided_date_time + if voided_reason is not None: + self.voided_reason = voided_reason @property def access_control_list_base64(self): - """ - Gets the access_control_list_base64 of this EnvelopeTemplate. - + """Gets the access_control_list_base64 of this EnvelopeTemplate. # noqa: E501 - :return: The access_control_list_base64 of this EnvelopeTemplate. + # noqa: E501 + + :return: The access_control_list_base64 of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._access_control_list_base64 @access_control_list_base64.setter def access_control_list_base64(self, access_control_list_base64): - """ - Sets the access_control_list_base64 of this EnvelopeTemplate. - + """Sets the access_control_list_base64 of this EnvelopeTemplate. - :param access_control_list_base64: The access_control_list_base64 of this EnvelopeTemplate. + # noqa: E501 + + :param access_control_list_base64: The access_control_list_base64 of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -353,22 +552,22 @@ def access_control_list_base64(self, access_control_list_base64): @property def allow_comments(self): - """ - Gets the allow_comments of this EnvelopeTemplate. - + """Gets the allow_comments of this EnvelopeTemplate. # noqa: E501 - :return: The allow_comments of this EnvelopeTemplate. + # noqa: E501 + + :return: The allow_comments of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._allow_comments @allow_comments.setter def allow_comments(self, allow_comments): - """ - Sets the allow_comments of this EnvelopeTemplate. - + """Sets the allow_comments of this EnvelopeTemplate. - :param allow_comments: The allow_comments of this EnvelopeTemplate. + # noqa: E501 + + :param allow_comments: The allow_comments of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -376,22 +575,22 @@ def allow_comments(self, allow_comments): @property def allow_markup(self): - """ - Gets the allow_markup of this EnvelopeTemplate. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Gets the allow_markup of this EnvelopeTemplate. # noqa: E501 - :return: The allow_markup of this EnvelopeTemplate. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :return: The allow_markup of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._allow_markup @allow_markup.setter def allow_markup(self, allow_markup): - """ - Sets the allow_markup of this EnvelopeTemplate. - When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this + """Sets the allow_markup of this EnvelopeTemplate. - :param allow_markup: The allow_markup of this EnvelopeTemplate. + When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 + + :param allow_markup: The allow_markup of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -399,22 +598,22 @@ def allow_markup(self, allow_markup): @property def allow_reassign(self): - """ - Gets the allow_reassign of this EnvelopeTemplate. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Gets the allow_reassign of this EnvelopeTemplate. # noqa: E501 - :return: The allow_reassign of this EnvelopeTemplate. + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 + + :return: The allow_reassign of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._allow_reassign @allow_reassign.setter def allow_reassign(self, allow_reassign): - """ - Sets the allow_reassign of this EnvelopeTemplate. - When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. + """Sets the allow_reassign of this EnvelopeTemplate. - :param allow_reassign: The allow_reassign of this EnvelopeTemplate. + When set to **true**, the recipient can redirect an envelope to a more appropriate recipient. # noqa: E501 + + :param allow_reassign: The allow_reassign of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -422,22 +621,22 @@ def allow_reassign(self, allow_reassign): @property def allow_view_history(self): - """ - Gets the allow_view_history of this EnvelopeTemplate. - + """Gets the allow_view_history of this EnvelopeTemplate. # noqa: E501 - :return: The allow_view_history of this EnvelopeTemplate. + # noqa: E501 + + :return: The allow_view_history of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._allow_view_history @allow_view_history.setter def allow_view_history(self, allow_view_history): - """ - Sets the allow_view_history of this EnvelopeTemplate. - + """Sets the allow_view_history of this EnvelopeTemplate. - :param allow_view_history: The allow_view_history of this EnvelopeTemplate. + # noqa: E501 + + :param allow_view_history: The allow_view_history of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -445,22 +644,22 @@ def allow_view_history(self, allow_view_history): @property def any_signer(self): - """ - Gets the any_signer of this EnvelopeTemplate. - + """Gets the any_signer of this EnvelopeTemplate. # noqa: E501 - :return: The any_signer of this EnvelopeTemplate. + # noqa: E501 + + :return: The any_signer of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._any_signer @any_signer.setter def any_signer(self, any_signer): - """ - Sets the any_signer of this EnvelopeTemplate. - + """Sets the any_signer of this EnvelopeTemplate. + + # noqa: E501 - :param any_signer: The any_signer of this EnvelopeTemplate. + :param any_signer: The any_signer of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -468,22 +667,22 @@ def any_signer(self, any_signer): @property def asynchronous(self): - """ - Gets the asynchronous of this EnvelopeTemplate. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Gets the asynchronous of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 - :return: The asynchronous of this EnvelopeTemplate. + :return: The asynchronous of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._asynchronous @asynchronous.setter def asynchronous(self, asynchronous): - """ - Sets the asynchronous of this EnvelopeTemplate. - When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. + """Sets the asynchronous of this EnvelopeTemplate. + + When set to **true**, the envelope is queued for processing and the value of the `status` property is set to 'Processing'. Additionally, get status calls return 'Processing' until completed. # noqa: E501 - :param asynchronous: The asynchronous of this EnvelopeTemplate. + :param asynchronous: The asynchronous of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -491,22 +690,22 @@ def asynchronous(self, asynchronous): @property def attachments_uri(self): - """ - Gets the attachments_uri of this EnvelopeTemplate. - + """Gets the attachments_uri of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The attachments_uri of this EnvelopeTemplate. + :return: The attachments_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._attachments_uri @attachments_uri.setter def attachments_uri(self, attachments_uri): - """ - Sets the attachments_uri of this EnvelopeTemplate. - + """Sets the attachments_uri of this EnvelopeTemplate. + + # noqa: E501 - :param attachments_uri: The attachments_uri of this EnvelopeTemplate. + :param attachments_uri: The attachments_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -514,22 +713,22 @@ def attachments_uri(self, attachments_uri): @property def authoritative_copy(self): - """ - Gets the authoritative_copy of this EnvelopeTemplate. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Gets the authoritative_copy of this EnvelopeTemplate. # noqa: E501 + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :return: The authoritative_copy of this EnvelopeTemplate. + :return: The authoritative_copy of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._authoritative_copy @authoritative_copy.setter def authoritative_copy(self, authoritative_copy): - """ - Sets the authoritative_copy of this EnvelopeTemplate. - Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. + """Sets the authoritative_copy of this EnvelopeTemplate. + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 - :param authoritative_copy: The authoritative_copy of this EnvelopeTemplate. + :param authoritative_copy: The authoritative_copy of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -537,22 +736,22 @@ def authoritative_copy(self, authoritative_copy): @property def authoritative_copy_default(self): - """ - Gets the authoritative_copy_default of this EnvelopeTemplate. - + """Gets the authoritative_copy_default of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The authoritative_copy_default of this EnvelopeTemplate. + :return: The authoritative_copy_default of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._authoritative_copy_default @authoritative_copy_default.setter def authoritative_copy_default(self, authoritative_copy_default): - """ - Sets the authoritative_copy_default of this EnvelopeTemplate. - + """Sets the authoritative_copy_default of this EnvelopeTemplate. + + # noqa: E501 - :param authoritative_copy_default: The authoritative_copy_default of this EnvelopeTemplate. + :param authoritative_copy_default: The authoritative_copy_default of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -560,22 +759,22 @@ def authoritative_copy_default(self, authoritative_copy_default): @property def auto_match(self): - """ - Gets the auto_match of this EnvelopeTemplate. - + """Gets the auto_match of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The auto_match of this EnvelopeTemplate. + :return: The auto_match of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._auto_match @auto_match.setter def auto_match(self, auto_match): - """ - Sets the auto_match of this EnvelopeTemplate. - + """Sets the auto_match of this EnvelopeTemplate. + + # noqa: E501 - :param auto_match: The auto_match of this EnvelopeTemplate. + :param auto_match: The auto_match of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -583,22 +782,22 @@ def auto_match(self, auto_match): @property def auto_match_specified_by_user(self): - """ - Gets the auto_match_specified_by_user of this EnvelopeTemplate. - + """Gets the auto_match_specified_by_user of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The auto_match_specified_by_user of this EnvelopeTemplate. + :return: The auto_match_specified_by_user of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._auto_match_specified_by_user @auto_match_specified_by_user.setter def auto_match_specified_by_user(self, auto_match_specified_by_user): - """ - Sets the auto_match_specified_by_user of this EnvelopeTemplate. - + """Sets the auto_match_specified_by_user of this EnvelopeTemplate. + + # noqa: E501 - :param auto_match_specified_by_user: The auto_match_specified_by_user of this EnvelopeTemplate. + :param auto_match_specified_by_user: The auto_match_specified_by_user of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -606,22 +805,22 @@ def auto_match_specified_by_user(self, auto_match_specified_by_user): @property def auto_navigation(self): - """ - Gets the auto_navigation of this EnvelopeTemplate. - + """Gets the auto_navigation of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The auto_navigation of this EnvelopeTemplate. + :return: The auto_navigation of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this EnvelopeTemplate. - + """Sets the auto_navigation of this EnvelopeTemplate. + + # noqa: E501 - :param auto_navigation: The auto_navigation of this EnvelopeTemplate. + :param auto_navigation: The auto_navigation of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -629,22 +828,22 @@ def auto_navigation(self, auto_navigation): @property def brand_id(self): - """ - Gets the brand_id of this EnvelopeTemplate. - + """Gets the brand_id of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The brand_id of this EnvelopeTemplate. + :return: The brand_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._brand_id @brand_id.setter def brand_id(self, brand_id): - """ - Sets the brand_id of this EnvelopeTemplate. - + """Sets the brand_id of this EnvelopeTemplate. + + # noqa: E501 - :param brand_id: The brand_id of this EnvelopeTemplate. + :param brand_id: The brand_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -652,22 +851,22 @@ def brand_id(self, brand_id): @property def brand_lock(self): - """ - Gets the brand_lock of this EnvelopeTemplate. - + """Gets the brand_lock of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The brand_lock of this EnvelopeTemplate. + :return: The brand_lock of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._brand_lock @brand_lock.setter def brand_lock(self, brand_lock): - """ - Sets the brand_lock of this EnvelopeTemplate. - + """Sets the brand_lock of this EnvelopeTemplate. + + # noqa: E501 - :param brand_lock: The brand_lock of this EnvelopeTemplate. + :param brand_lock: The brand_lock of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -675,22 +874,22 @@ def brand_lock(self, brand_lock): @property def certificate_uri(self): - """ - Gets the certificate_uri of this EnvelopeTemplate. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Gets the certificate_uri of this EnvelopeTemplate. # noqa: E501 + + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 - :return: The certificate_uri of this EnvelopeTemplate. + :return: The certificate_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._certificate_uri @certificate_uri.setter def certificate_uri(self, certificate_uri): - """ - Sets the certificate_uri of this EnvelopeTemplate. - Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. + """Sets the certificate_uri of this EnvelopeTemplate. + + Retrieves a URI for an endpoint that allows you to easily retrieve certificate information. # noqa: E501 - :param certificate_uri: The certificate_uri of this EnvelopeTemplate. + :param certificate_uri: The certificate_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -698,22 +897,22 @@ def certificate_uri(self, certificate_uri): @property def completed_date_time(self): - """ - Gets the completed_date_time of this EnvelopeTemplate. - Specifies the date and time this item was completed. + """Gets the completed_date_time of this EnvelopeTemplate. # noqa: E501 + + Specifies the date and time this item was completed. # noqa: E501 - :return: The completed_date_time of this EnvelopeTemplate. + :return: The completed_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._completed_date_time @completed_date_time.setter def completed_date_time(self, completed_date_time): - """ - Sets the completed_date_time of this EnvelopeTemplate. - Specifies the date and time this item was completed. + """Sets the completed_date_time of this EnvelopeTemplate. + + Specifies the date and time this item was completed. # noqa: E501 - :param completed_date_time: The completed_date_time of this EnvelopeTemplate. + :param completed_date_time: The completed_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -721,22 +920,22 @@ def completed_date_time(self, completed_date_time): @property def copy_recipient_data(self): - """ - Gets the copy_recipient_data of this EnvelopeTemplate. - + """Gets the copy_recipient_data of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The copy_recipient_data of this EnvelopeTemplate. + :return: The copy_recipient_data of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._copy_recipient_data @copy_recipient_data.setter def copy_recipient_data(self, copy_recipient_data): - """ - Sets the copy_recipient_data of this EnvelopeTemplate. - + """Sets the copy_recipient_data of this EnvelopeTemplate. + + # noqa: E501 - :param copy_recipient_data: The copy_recipient_data of this EnvelopeTemplate. + :param copy_recipient_data: The copy_recipient_data of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -744,22 +943,22 @@ def copy_recipient_data(self, copy_recipient_data): @property def created(self): - """ - Gets the created of this EnvelopeTemplate. - + """Gets the created of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The created of this EnvelopeTemplate. + :return: The created of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this EnvelopeTemplate. - + """Sets the created of this EnvelopeTemplate. + + # noqa: E501 - :param created: The created of this EnvelopeTemplate. + :param created: The created of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -767,22 +966,22 @@ def created(self, created): @property def created_date_time(self): - """ - Gets the created_date_time of this EnvelopeTemplate. - Indicates the date and time the item was created. + """Gets the created_date_time of this EnvelopeTemplate. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this EnvelopeTemplate. + :return: The created_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this EnvelopeTemplate. - Indicates the date and time the item was created. + """Sets the created_date_time of this EnvelopeTemplate. + + Indicates the date and time the item was created. # noqa: E501 - :param created_date_time: The created_date_time of this EnvelopeTemplate. + :param created_date_time: The created_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -790,20 +989,20 @@ def created_date_time(self, created_date_time): @property def custom_fields(self): - """ - Gets the custom_fields of this EnvelopeTemplate. + """Gets the custom_fields of this EnvelopeTemplate. # noqa: E501 + - :return: The custom_fields of this EnvelopeTemplate. + :return: The custom_fields of this EnvelopeTemplate. # noqa: E501 :rtype: CustomFields """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this EnvelopeTemplate. + """Sets the custom_fields of this EnvelopeTemplate. + - :param custom_fields: The custom_fields of this EnvelopeTemplate. + :param custom_fields: The custom_fields of this EnvelopeTemplate. # noqa: E501 :type: CustomFields """ @@ -811,22 +1010,22 @@ def custom_fields(self, custom_fields): @property def custom_fields_uri(self): - """ - Gets the custom_fields_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Gets the custom_fields_uri of this EnvelopeTemplate. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 - :return: The custom_fields_uri of this EnvelopeTemplate. + :return: The custom_fields_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._custom_fields_uri @custom_fields_uri.setter def custom_fields_uri(self, custom_fields_uri): - """ - Sets the custom_fields_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the custom fields. + """Sets the custom_fields_uri of this EnvelopeTemplate. - :param custom_fields_uri: The custom_fields_uri of this EnvelopeTemplate. + Contains a URI for an endpoint that you can use to retrieve the custom fields. # noqa: E501 + + :param custom_fields_uri: The custom_fields_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -834,22 +1033,22 @@ def custom_fields_uri(self, custom_fields_uri): @property def declined_date_time(self): - """ - Gets the declined_date_time of this EnvelopeTemplate. - The date and time the recipient declined the document. + """Gets the declined_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The declined_date_time of this EnvelopeTemplate. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this EnvelopeTemplate. - The date and time the recipient declined the document. + """Sets the declined_date_time of this EnvelopeTemplate. - :param declined_date_time: The declined_date_time of this EnvelopeTemplate. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -857,22 +1056,22 @@ def declined_date_time(self, declined_date_time): @property def deleted_date_time(self): - """ - Gets the deleted_date_time of this EnvelopeTemplate. - Specifies the data and time the item was deleted. + """Gets the deleted_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The deleted_date_time of this EnvelopeTemplate. + Specifies the data and time the item was deleted. # noqa: E501 + + :return: The deleted_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._deleted_date_time @deleted_date_time.setter def deleted_date_time(self, deleted_date_time): - """ - Sets the deleted_date_time of this EnvelopeTemplate. - Specifies the data and time the item was deleted. + """Sets the deleted_date_time of this EnvelopeTemplate. - :param deleted_date_time: The deleted_date_time of this EnvelopeTemplate. + Specifies the data and time the item was deleted. # noqa: E501 + + :param deleted_date_time: The deleted_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -880,22 +1079,22 @@ def deleted_date_time(self, deleted_date_time): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this EnvelopeTemplate. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The delivered_date_time of this EnvelopeTemplate. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivered_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this EnvelopeTemplate. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this EnvelopeTemplate. - :param delivered_date_time: The delivered_date_time of this EnvelopeTemplate. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivered_date_time: The delivered_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -903,22 +1102,22 @@ def delivered_date_time(self, delivered_date_time): @property def description(self): - """ - Gets the description of this EnvelopeTemplate. - + """Gets the description of this EnvelopeTemplate. # noqa: E501 - :return: The description of this EnvelopeTemplate. + # noqa: E501 + + :return: The description of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._description @description.setter def description(self, description): - """ - Sets the description of this EnvelopeTemplate. - + """Sets the description of this EnvelopeTemplate. - :param description: The description of this EnvelopeTemplate. + # noqa: E501 + + :param description: The description of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -926,22 +1125,22 @@ def description(self, description): @property def disable_responsive_document(self): - """ - Gets the disable_responsive_document of this EnvelopeTemplate. - + """Gets the disable_responsive_document of this EnvelopeTemplate. # noqa: E501 - :return: The disable_responsive_document of this EnvelopeTemplate. + # noqa: E501 + + :return: The disable_responsive_document of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._disable_responsive_document @disable_responsive_document.setter def disable_responsive_document(self, disable_responsive_document): - """ - Sets the disable_responsive_document of this EnvelopeTemplate. - + """Sets the disable_responsive_document of this EnvelopeTemplate. - :param disable_responsive_document: The disable_responsive_document of this EnvelopeTemplate. + # noqa: E501 + + :param disable_responsive_document: The disable_responsive_document of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -949,22 +1148,22 @@ def disable_responsive_document(self, disable_responsive_document): @property def documents(self): - """ - Gets the documents of this EnvelopeTemplate. - Complex element contains the details on the documents in the envelope. + """Gets the documents of this EnvelopeTemplate. # noqa: E501 - :return: The documents of this EnvelopeTemplate. + Complex element contains the details on the documents in the envelope. # noqa: E501 + + :return: The documents of this EnvelopeTemplate. # noqa: E501 :rtype: list[Document] """ return self._documents @documents.setter def documents(self, documents): - """ - Sets the documents of this EnvelopeTemplate. - Complex element contains the details on the documents in the envelope. + """Sets the documents of this EnvelopeTemplate. - :param documents: The documents of this EnvelopeTemplate. + Complex element contains the details on the documents in the envelope. # noqa: E501 + + :param documents: The documents of this EnvelopeTemplate. # noqa: E501 :type: list[Document] """ @@ -972,22 +1171,22 @@ def documents(self, documents): @property def documents_combined_uri(self): - """ - Gets the documents_combined_uri of this EnvelopeTemplate. - + """Gets the documents_combined_uri of this EnvelopeTemplate. # noqa: E501 - :return: The documents_combined_uri of this EnvelopeTemplate. + # noqa: E501 + + :return: The documents_combined_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._documents_combined_uri @documents_combined_uri.setter def documents_combined_uri(self, documents_combined_uri): - """ - Sets the documents_combined_uri of this EnvelopeTemplate. - + """Sets the documents_combined_uri of this EnvelopeTemplate. - :param documents_combined_uri: The documents_combined_uri of this EnvelopeTemplate. + # noqa: E501 + + :param documents_combined_uri: The documents_combined_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -995,22 +1194,22 @@ def documents_combined_uri(self, documents_combined_uri): @property def documents_uri(self): - """ - Gets the documents_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Gets the documents_uri of this EnvelopeTemplate. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :return: The documents_uri of this EnvelopeTemplate. + :return: The documents_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._documents_uri @documents_uri.setter def documents_uri(self, documents_uri): - """ - Sets the documents_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the documents. + """Sets the documents_uri of this EnvelopeTemplate. + + Contains a URI for an endpoint that you can use to retrieve the documents. # noqa: E501 - :param documents_uri: The documents_uri of this EnvelopeTemplate. + :param documents_uri: The documents_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1018,22 +1217,22 @@ def documents_uri(self, documents_uri): @property def email_blurb(self): - """ - Gets the email_blurb of this EnvelopeTemplate. - + """Gets the email_blurb of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The email_blurb of this EnvelopeTemplate. + :return: The email_blurb of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._email_blurb @email_blurb.setter def email_blurb(self, email_blurb): - """ - Sets the email_blurb of this EnvelopeTemplate. - + """Sets the email_blurb of this EnvelopeTemplate. + + # noqa: E501 - :param email_blurb: The email_blurb of this EnvelopeTemplate. + :param email_blurb: The email_blurb of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1041,20 +1240,20 @@ def email_blurb(self, email_blurb): @property def email_settings(self): - """ - Gets the email_settings of this EnvelopeTemplate. + """Gets the email_settings of this EnvelopeTemplate. # noqa: E501 + - :return: The email_settings of this EnvelopeTemplate. + :return: The email_settings of this EnvelopeTemplate. # noqa: E501 :rtype: EmailSettings """ return self._email_settings @email_settings.setter def email_settings(self, email_settings): - """ - Sets the email_settings of this EnvelopeTemplate. + """Sets the email_settings of this EnvelopeTemplate. + - :param email_settings: The email_settings of this EnvelopeTemplate. + :param email_settings: The email_settings of this EnvelopeTemplate. # noqa: E501 :type: EmailSettings """ @@ -1062,22 +1261,22 @@ def email_settings(self, email_settings): @property def email_subject(self): - """ - Gets the email_subject of this EnvelopeTemplate. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this EnvelopeTemplate. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this EnvelopeTemplate. + :return: The email_subject of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this EnvelopeTemplate. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this EnvelopeTemplate. + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :param email_subject: The email_subject of this EnvelopeTemplate. + :param email_subject: The email_subject of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1085,22 +1284,22 @@ def email_subject(self, email_subject): @property def enable_wet_sign(self): - """ - Gets the enable_wet_sign of this EnvelopeTemplate. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Gets the enable_wet_sign of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 - :return: The enable_wet_sign of this EnvelopeTemplate. + :return: The enable_wet_sign of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._enable_wet_sign @enable_wet_sign.setter def enable_wet_sign(self, enable_wet_sign): - """ - Sets the enable_wet_sign of this EnvelopeTemplate. - When set to **true**, the signer is allowed to print the document and sign it on paper. + """Sets the enable_wet_sign of this EnvelopeTemplate. + + When set to **true**, the signer is allowed to print the document and sign it on paper. # noqa: E501 - :param enable_wet_sign: The enable_wet_sign of this EnvelopeTemplate. + :param enable_wet_sign: The enable_wet_sign of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1108,22 +1307,22 @@ def enable_wet_sign(self, enable_wet_sign): @property def enforce_signer_visibility(self): - """ - Gets the enforce_signer_visibility of this EnvelopeTemplate. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Gets the enforce_signer_visibility of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :return: The enforce_signer_visibility of this EnvelopeTemplate. + :return: The enforce_signer_visibility of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._enforce_signer_visibility @enforce_signer_visibility.setter def enforce_signer_visibility(self, enforce_signer_visibility): - """ - Sets the enforce_signer_visibility of this EnvelopeTemplate. - When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. + """Sets the enforce_signer_visibility of this EnvelopeTemplate. + + When set to **true**, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this. # noqa: E501 - :param enforce_signer_visibility: The enforce_signer_visibility of this EnvelopeTemplate. + :param enforce_signer_visibility: The enforce_signer_visibility of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1131,22 +1330,22 @@ def enforce_signer_visibility(self, enforce_signer_visibility): @property def envelope_attachments(self): - """ - Gets the envelope_attachments of this EnvelopeTemplate. - + """Gets the envelope_attachments of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The envelope_attachments of this EnvelopeTemplate. + :return: The envelope_attachments of this EnvelopeTemplate. # noqa: E501 :rtype: list[Attachment] """ return self._envelope_attachments @envelope_attachments.setter def envelope_attachments(self, envelope_attachments): - """ - Sets the envelope_attachments of this EnvelopeTemplate. - + """Sets the envelope_attachments of this EnvelopeTemplate. + + # noqa: E501 - :param envelope_attachments: The envelope_attachments of this EnvelopeTemplate. + :param envelope_attachments: The envelope_attachments of this EnvelopeTemplate. # noqa: E501 :type: list[Attachment] """ @@ -1154,22 +1353,22 @@ def envelope_attachments(self, envelope_attachments): @property def envelope_documents(self): - """ - Gets the envelope_documents of this EnvelopeTemplate. - + """Gets the envelope_documents of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The envelope_documents of this EnvelopeTemplate. + :return: The envelope_documents of this EnvelopeTemplate. # noqa: E501 :rtype: list[EnvelopeDocument] """ return self._envelope_documents @envelope_documents.setter def envelope_documents(self, envelope_documents): - """ - Sets the envelope_documents of this EnvelopeTemplate. - + """Sets the envelope_documents of this EnvelopeTemplate. + + # noqa: E501 - :param envelope_documents: The envelope_documents of this EnvelopeTemplate. + :param envelope_documents: The envelope_documents of this EnvelopeTemplate. # noqa: E501 :type: list[EnvelopeDocument] """ @@ -1177,22 +1376,22 @@ def envelope_documents(self, envelope_documents): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeTemplate. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeTemplate. # noqa: E501 - :return: The envelope_id of this EnvelopeTemplate. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeTemplate. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeTemplate. - :param envelope_id: The envelope_id of this EnvelopeTemplate. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1200,22 +1399,22 @@ def envelope_id(self, envelope_id): @property def envelope_id_stamping(self): - """ - Gets the envelope_id_stamping of this EnvelopeTemplate. - When set to **true**, Envelope ID Stamping is enabled. + """Gets the envelope_id_stamping of this EnvelopeTemplate. # noqa: E501 - :return: The envelope_id_stamping of this EnvelopeTemplate. + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 + + :return: The envelope_id_stamping of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._envelope_id_stamping @envelope_id_stamping.setter def envelope_id_stamping(self, envelope_id_stamping): - """ - Sets the envelope_id_stamping of this EnvelopeTemplate. - When set to **true**, Envelope ID Stamping is enabled. + """Sets the envelope_id_stamping of this EnvelopeTemplate. - :param envelope_id_stamping: The envelope_id_stamping of this EnvelopeTemplate. + When set to **true**, Envelope ID Stamping is enabled. # noqa: E501 + + :param envelope_id_stamping: The envelope_id_stamping of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1223,22 +1422,22 @@ def envelope_id_stamping(self, envelope_id_stamping): @property def envelope_location(self): - """ - Gets the envelope_location of this EnvelopeTemplate. - + """Gets the envelope_location of this EnvelopeTemplate. # noqa: E501 - :return: The envelope_location of this EnvelopeTemplate. + # noqa: E501 + + :return: The envelope_location of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._envelope_location @envelope_location.setter def envelope_location(self, envelope_location): - """ - Sets the envelope_location of this EnvelopeTemplate. - + """Sets the envelope_location of this EnvelopeTemplate. - :param envelope_location: The envelope_location of this EnvelopeTemplate. + # noqa: E501 + + :param envelope_location: The envelope_location of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1246,20 +1445,20 @@ def envelope_location(self, envelope_location): @property def envelope_metadata(self): - """ - Gets the envelope_metadata of this EnvelopeTemplate. + """Gets the envelope_metadata of this EnvelopeTemplate. # noqa: E501 - :return: The envelope_metadata of this EnvelopeTemplate. + + :return: The envelope_metadata of this EnvelopeTemplate. # noqa: E501 :rtype: EnvelopeMetadata """ return self._envelope_metadata @envelope_metadata.setter def envelope_metadata(self, envelope_metadata): - """ - Sets the envelope_metadata of this EnvelopeTemplate. + """Sets the envelope_metadata of this EnvelopeTemplate. - :param envelope_metadata: The envelope_metadata of this EnvelopeTemplate. + + :param envelope_metadata: The envelope_metadata of this EnvelopeTemplate. # noqa: E501 :type: EnvelopeMetadata """ @@ -1267,22 +1466,22 @@ def envelope_metadata(self, envelope_metadata): @property def envelope_uri(self): - """ - Gets the envelope_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Gets the envelope_uri of this EnvelopeTemplate. # noqa: E501 - :return: The envelope_uri of this EnvelopeTemplate. + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 + + :return: The envelope_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._envelope_uri @envelope_uri.setter def envelope_uri(self, envelope_uri): - """ - Sets the envelope_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Sets the envelope_uri of this EnvelopeTemplate. - :param envelope_uri: The envelope_uri of this EnvelopeTemplate. + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 + + :param envelope_uri: The envelope_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1290,22 +1489,22 @@ def envelope_uri(self, envelope_uri): @property def expire_after(self): - """ - Gets the expire_after of this EnvelopeTemplate. - + """Gets the expire_after of this EnvelopeTemplate. # noqa: E501 - :return: The expire_after of this EnvelopeTemplate. + # noqa: E501 + + :return: The expire_after of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._expire_after @expire_after.setter def expire_after(self, expire_after): - """ - Sets the expire_after of this EnvelopeTemplate. - + """Sets the expire_after of this EnvelopeTemplate. - :param expire_after: The expire_after of this EnvelopeTemplate. + # noqa: E501 + + :param expire_after: The expire_after of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1313,22 +1512,22 @@ def expire_after(self, expire_after): @property def expire_date_time(self): - """ - Gets the expire_date_time of this EnvelopeTemplate. - + """Gets the expire_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The expire_date_time of this EnvelopeTemplate. + # noqa: E501 + + :return: The expire_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._expire_date_time @expire_date_time.setter def expire_date_time(self, expire_date_time): - """ - Sets the expire_date_time of this EnvelopeTemplate. - + """Sets the expire_date_time of this EnvelopeTemplate. - :param expire_date_time: The expire_date_time of this EnvelopeTemplate. + # noqa: E501 + + :param expire_date_time: The expire_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1336,22 +1535,22 @@ def expire_date_time(self, expire_date_time): @property def expire_enabled(self): - """ - Gets the expire_enabled of this EnvelopeTemplate. - + """Gets the expire_enabled of this EnvelopeTemplate. # noqa: E501 - :return: The expire_enabled of this EnvelopeTemplate. + # noqa: E501 + + :return: The expire_enabled of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._expire_enabled @expire_enabled.setter def expire_enabled(self, expire_enabled): - """ - Sets the expire_enabled of this EnvelopeTemplate. - + """Sets the expire_enabled of this EnvelopeTemplate. - :param expire_enabled: The expire_enabled of this EnvelopeTemplate. + # noqa: E501 + + :param expire_enabled: The expire_enabled of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1359,22 +1558,22 @@ def expire_enabled(self, expire_enabled): @property def external_envelope_id(self): - """ - Gets the external_envelope_id of this EnvelopeTemplate. - + """Gets the external_envelope_id of this EnvelopeTemplate. # noqa: E501 - :return: The external_envelope_id of this EnvelopeTemplate. + # noqa: E501 + + :return: The external_envelope_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._external_envelope_id @external_envelope_id.setter def external_envelope_id(self, external_envelope_id): - """ - Sets the external_envelope_id of this EnvelopeTemplate. - + """Sets the external_envelope_id of this EnvelopeTemplate. - :param external_envelope_id: The external_envelope_id of this EnvelopeTemplate. + # noqa: E501 + + :param external_envelope_id: The external_envelope_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1382,22 +1581,22 @@ def external_envelope_id(self, external_envelope_id): @property def favorited_by_me(self): - """ - Gets the favorited_by_me of this EnvelopeTemplate. - + """Gets the favorited_by_me of this EnvelopeTemplate. # noqa: E501 - :return: The favorited_by_me of this EnvelopeTemplate. + # noqa: E501 + + :return: The favorited_by_me of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._favorited_by_me @favorited_by_me.setter def favorited_by_me(self, favorited_by_me): - """ - Sets the favorited_by_me of this EnvelopeTemplate. - + """Sets the favorited_by_me of this EnvelopeTemplate. - :param favorited_by_me: The favorited_by_me of this EnvelopeTemplate. + # noqa: E501 + + :param favorited_by_me: The favorited_by_me of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1405,22 +1604,22 @@ def favorited_by_me(self, favorited_by_me): @property def folder_id(self): - """ - Gets the folder_id of this EnvelopeTemplate. - + """Gets the folder_id of this EnvelopeTemplate. # noqa: E501 - :return: The folder_id of this EnvelopeTemplate. + # noqa: E501 + + :return: The folder_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._folder_id @folder_id.setter def folder_id(self, folder_id): - """ - Sets the folder_id of this EnvelopeTemplate. - + """Sets the folder_id of this EnvelopeTemplate. - :param folder_id: The folder_id of this EnvelopeTemplate. + # noqa: E501 + + :param folder_id: The folder_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1428,22 +1627,22 @@ def folder_id(self, folder_id): @property def folder_ids(self): - """ - Gets the folder_ids of this EnvelopeTemplate. - + """Gets the folder_ids of this EnvelopeTemplate. # noqa: E501 - :return: The folder_ids of this EnvelopeTemplate. + # noqa: E501 + + :return: The folder_ids of this EnvelopeTemplate. # noqa: E501 :rtype: list[str] """ return self._folder_ids @folder_ids.setter def folder_ids(self, folder_ids): - """ - Sets the folder_ids of this EnvelopeTemplate. - + """Sets the folder_ids of this EnvelopeTemplate. - :param folder_ids: The folder_ids of this EnvelopeTemplate. + # noqa: E501 + + :param folder_ids: The folder_ids of this EnvelopeTemplate. # noqa: E501 :type: list[str] """ @@ -1451,22 +1650,22 @@ def folder_ids(self, folder_ids): @property def folder_name(self): - """ - Gets the folder_name of this EnvelopeTemplate. - + """Gets the folder_name of this EnvelopeTemplate. # noqa: E501 - :return: The folder_name of this EnvelopeTemplate. + # noqa: E501 + + :return: The folder_name of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._folder_name @folder_name.setter def folder_name(self, folder_name): - """ - Sets the folder_name of this EnvelopeTemplate. - + """Sets the folder_name of this EnvelopeTemplate. - :param folder_name: The folder_name of this EnvelopeTemplate. + # noqa: E501 + + :param folder_name: The folder_name of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1474,22 +1673,22 @@ def folder_name(self, folder_name): @property def folders(self): - """ - Gets the folders of this EnvelopeTemplate. - + """Gets the folders of this EnvelopeTemplate. # noqa: E501 - :return: The folders of this EnvelopeTemplate. + # noqa: E501 + + :return: The folders of this EnvelopeTemplate. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this EnvelopeTemplate. - + """Sets the folders of this EnvelopeTemplate. - :param folders: The folders of this EnvelopeTemplate. + # noqa: E501 + + :param folders: The folders of this EnvelopeTemplate. # noqa: E501 :type: list[Folder] """ @@ -1497,22 +1696,22 @@ def folders(self, folders): @property def has_comments(self): - """ - Gets the has_comments of this EnvelopeTemplate. - + """Gets the has_comments of this EnvelopeTemplate. # noqa: E501 - :return: The has_comments of this EnvelopeTemplate. + # noqa: E501 + + :return: The has_comments of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._has_comments @has_comments.setter def has_comments(self, has_comments): - """ - Sets the has_comments of this EnvelopeTemplate. - + """Sets the has_comments of this EnvelopeTemplate. - :param has_comments: The has_comments of this EnvelopeTemplate. + # noqa: E501 + + :param has_comments: The has_comments of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1520,22 +1719,22 @@ def has_comments(self, has_comments): @property def has_form_data_changed(self): - """ - Gets the has_form_data_changed of this EnvelopeTemplate. - + """Gets the has_form_data_changed of this EnvelopeTemplate. # noqa: E501 - :return: The has_form_data_changed of this EnvelopeTemplate. + # noqa: E501 + + :return: The has_form_data_changed of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._has_form_data_changed @has_form_data_changed.setter def has_form_data_changed(self, has_form_data_changed): - """ - Sets the has_form_data_changed of this EnvelopeTemplate. - + """Sets the has_form_data_changed of this EnvelopeTemplate. + + # noqa: E501 - :param has_form_data_changed: The has_form_data_changed of this EnvelopeTemplate. + :param has_form_data_changed: The has_form_data_changed of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1543,22 +1742,22 @@ def has_form_data_changed(self, has_form_data_changed): @property def has_wav_file(self): - """ - Gets the has_wav_file of this EnvelopeTemplate. - + """Gets the has_wav_file of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The has_wav_file of this EnvelopeTemplate. + :return: The has_wav_file of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._has_wav_file @has_wav_file.setter def has_wav_file(self, has_wav_file): - """ - Sets the has_wav_file of this EnvelopeTemplate. - + """Sets the has_wav_file of this EnvelopeTemplate. + + # noqa: E501 - :param has_wav_file: The has_wav_file of this EnvelopeTemplate. + :param has_wav_file: The has_wav_file of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1566,22 +1765,22 @@ def has_wav_file(self, has_wav_file): @property def holder(self): - """ - Gets the holder of this EnvelopeTemplate. - + """Gets the holder of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The holder of this EnvelopeTemplate. + :return: The holder of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._holder @holder.setter def holder(self, holder): - """ - Sets the holder of this EnvelopeTemplate. - + """Sets the holder of this EnvelopeTemplate. + + # noqa: E501 - :param holder: The holder of this EnvelopeTemplate. + :param holder: The holder of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1589,22 +1788,22 @@ def holder(self, holder): @property def initial_sent_date_time(self): - """ - Gets the initial_sent_date_time of this EnvelopeTemplate. - + """Gets the initial_sent_date_time of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The initial_sent_date_time of this EnvelopeTemplate. + :return: The initial_sent_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._initial_sent_date_time @initial_sent_date_time.setter def initial_sent_date_time(self, initial_sent_date_time): - """ - Sets the initial_sent_date_time of this EnvelopeTemplate. - + """Sets the initial_sent_date_time of this EnvelopeTemplate. + + # noqa: E501 - :param initial_sent_date_time: The initial_sent_date_time of this EnvelopeTemplate. + :param initial_sent_date_time: The initial_sent_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1612,22 +1811,22 @@ def initial_sent_date_time(self, initial_sent_date_time): @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this EnvelopeTemplate. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :return: The is21_cfr_part11 of this EnvelopeTemplate. + :return: The is21_cfr_part11 of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this EnvelopeTemplate. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this EnvelopeTemplate. + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :param is21_cfr_part11: The is21_cfr_part11 of this EnvelopeTemplate. + :param is21_cfr_part11: The is21_cfr_part11 of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1635,22 +1834,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def is_dynamic_envelope(self): - """ - Gets the is_dynamic_envelope of this EnvelopeTemplate. - + """Gets the is_dynamic_envelope of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The is_dynamic_envelope of this EnvelopeTemplate. + :return: The is_dynamic_envelope of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._is_dynamic_envelope @is_dynamic_envelope.setter def is_dynamic_envelope(self, is_dynamic_envelope): - """ - Sets the is_dynamic_envelope of this EnvelopeTemplate. - + """Sets the is_dynamic_envelope of this EnvelopeTemplate. + + # noqa: E501 - :param is_dynamic_envelope: The is_dynamic_envelope of this EnvelopeTemplate. + :param is_dynamic_envelope: The is_dynamic_envelope of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1658,22 +1857,22 @@ def is_dynamic_envelope(self, is_dynamic_envelope): @property def is_signature_provider_envelope(self): - """ - Gets the is_signature_provider_envelope of this EnvelopeTemplate. - + """Gets the is_signature_provider_envelope of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The is_signature_provider_envelope of this EnvelopeTemplate. + :return: The is_signature_provider_envelope of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._is_signature_provider_envelope @is_signature_provider_envelope.setter def is_signature_provider_envelope(self, is_signature_provider_envelope): - """ - Sets the is_signature_provider_envelope of this EnvelopeTemplate. - + """Sets the is_signature_provider_envelope of this EnvelopeTemplate. + + # noqa: E501 - :param is_signature_provider_envelope: The is_signature_provider_envelope of this EnvelopeTemplate. + :param is_signature_provider_envelope: The is_signature_provider_envelope of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1681,22 +1880,22 @@ def is_signature_provider_envelope(self, is_signature_provider_envelope): @property def last_modified(self): - """ - Gets the last_modified of this EnvelopeTemplate. - + """Gets the last_modified of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The last_modified of this EnvelopeTemplate. + :return: The last_modified of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this EnvelopeTemplate. - + """Sets the last_modified of this EnvelopeTemplate. + + # noqa: E501 - :param last_modified: The last_modified of this EnvelopeTemplate. + :param last_modified: The last_modified of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1704,20 +1903,20 @@ def last_modified(self, last_modified): @property def last_modified_by(self): - """ - Gets the last_modified_by of this EnvelopeTemplate. + """Gets the last_modified_by of this EnvelopeTemplate. # noqa: E501 + - :return: The last_modified_by of this EnvelopeTemplate. + :return: The last_modified_by of this EnvelopeTemplate. # noqa: E501 :rtype: UserInfo """ return self._last_modified_by @last_modified_by.setter def last_modified_by(self, last_modified_by): - """ - Sets the last_modified_by of this EnvelopeTemplate. + """Sets the last_modified_by of this EnvelopeTemplate. - :param last_modified_by: The last_modified_by of this EnvelopeTemplate. + + :param last_modified_by: The last_modified_by of this EnvelopeTemplate. # noqa: E501 :type: UserInfo """ @@ -1725,22 +1924,22 @@ def last_modified_by(self, last_modified_by): @property def last_modified_date_time(self): - """ - Gets the last_modified_date_time of this EnvelopeTemplate. - The date and time the item was last modified. + """Gets the last_modified_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The last_modified_date_time of this EnvelopeTemplate. + The date and time the item was last modified. # noqa: E501 + + :return: The last_modified_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._last_modified_date_time @last_modified_date_time.setter def last_modified_date_time(self, last_modified_date_time): - """ - Sets the last_modified_date_time of this EnvelopeTemplate. - The date and time the item was last modified. + """Sets the last_modified_date_time of this EnvelopeTemplate. - :param last_modified_date_time: The last_modified_date_time of this EnvelopeTemplate. + The date and time the item was last modified. # noqa: E501 + + :param last_modified_date_time: The last_modified_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1748,22 +1947,22 @@ def last_modified_date_time(self, last_modified_date_time): @property def last_used(self): - """ - Gets the last_used of this EnvelopeTemplate. - + """Gets the last_used of this EnvelopeTemplate. # noqa: E501 - :return: The last_used of this EnvelopeTemplate. + # noqa: E501 + + :return: The last_used of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._last_used @last_used.setter def last_used(self, last_used): - """ - Sets the last_used of this EnvelopeTemplate. - + """Sets the last_used of this EnvelopeTemplate. - :param last_used: The last_used of this EnvelopeTemplate. + # noqa: E501 + + :param last_used: The last_used of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1771,22 +1970,22 @@ def last_used(self, last_used): @property def location(self): - """ - Gets the location of this EnvelopeTemplate. - + """Gets the location of this EnvelopeTemplate. # noqa: E501 - :return: The location of this EnvelopeTemplate. + # noqa: E501 + + :return: The location of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._location @location.setter def location(self, location): - """ - Sets the location of this EnvelopeTemplate. - + """Sets the location of this EnvelopeTemplate. - :param location: The location of this EnvelopeTemplate. + # noqa: E501 + + :param location: The location of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1794,20 +1993,20 @@ def location(self, location): @property def lock_information(self): - """ - Gets the lock_information of this EnvelopeTemplate. + """Gets the lock_information of this EnvelopeTemplate. # noqa: E501 - :return: The lock_information of this EnvelopeTemplate. + + :return: The lock_information of this EnvelopeTemplate. # noqa: E501 :rtype: LockInformation """ return self._lock_information @lock_information.setter def lock_information(self, lock_information): - """ - Sets the lock_information of this EnvelopeTemplate. + """Sets the lock_information of this EnvelopeTemplate. - :param lock_information: The lock_information of this EnvelopeTemplate. + + :param lock_information: The lock_information of this EnvelopeTemplate. # noqa: E501 :type: LockInformation """ @@ -1815,22 +2014,22 @@ def lock_information(self, lock_information): @property def message_lock(self): - """ - Gets the message_lock of this EnvelopeTemplate. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Gets the message_lock of this EnvelopeTemplate. # noqa: E501 - :return: The message_lock of this EnvelopeTemplate. + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 + + :return: The message_lock of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._message_lock @message_lock.setter def message_lock(self, message_lock): - """ - Sets the message_lock of this EnvelopeTemplate. - When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. + """Sets the message_lock of this EnvelopeTemplate. - :param message_lock: The message_lock of this EnvelopeTemplate. + When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope. # noqa: E501 + + :param message_lock: The message_lock of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1838,22 +2037,22 @@ def message_lock(self, message_lock): @property def name(self): - """ - Gets the name of this EnvelopeTemplate. - + """Gets the name of this EnvelopeTemplate. # noqa: E501 - :return: The name of this EnvelopeTemplate. + # noqa: E501 + + :return: The name of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this EnvelopeTemplate. - + """Sets the name of this EnvelopeTemplate. - :param name: The name of this EnvelopeTemplate. + # noqa: E501 + + :param name: The name of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1861,22 +2060,22 @@ def name(self, name): @property def new_password(self): - """ - Gets the new_password of this EnvelopeTemplate. - + """Gets the new_password of this EnvelopeTemplate. # noqa: E501 - :return: The new_password of this EnvelopeTemplate. + # noqa: E501 + + :return: The new_password of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._new_password @new_password.setter def new_password(self, new_password): - """ - Sets the new_password of this EnvelopeTemplate. - + """Sets the new_password of this EnvelopeTemplate. - :param new_password: The new_password of this EnvelopeTemplate. + # noqa: E501 + + :param new_password: The new_password of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1884,20 +2083,20 @@ def new_password(self, new_password): @property def notification(self): - """ - Gets the notification of this EnvelopeTemplate. + """Gets the notification of this EnvelopeTemplate. # noqa: E501 + - :return: The notification of this EnvelopeTemplate. + :return: The notification of this EnvelopeTemplate. # noqa: E501 :rtype: Notification """ return self._notification @notification.setter def notification(self, notification): - """ - Sets the notification of this EnvelopeTemplate. + """Sets the notification of this EnvelopeTemplate. + - :param notification: The notification of this EnvelopeTemplate. + :param notification: The notification of this EnvelopeTemplate. # noqa: E501 :type: Notification """ @@ -1905,22 +2104,22 @@ def notification(self, notification): @property def notification_uri(self): - """ - Gets the notification_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Gets the notification_uri of this EnvelopeTemplate. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 - :return: The notification_uri of this EnvelopeTemplate. + :return: The notification_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._notification_uri @notification_uri.setter def notification_uri(self, notification_uri): - """ - Sets the notification_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the notifications. + """Sets the notification_uri of this EnvelopeTemplate. + + Contains a URI for an endpoint that you can use to retrieve the notifications. # noqa: E501 - :param notification_uri: The notification_uri of this EnvelopeTemplate. + :param notification_uri: The notification_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1928,20 +2127,20 @@ def notification_uri(self, notification_uri): @property def owner(self): - """ - Gets the owner of this EnvelopeTemplate. + """Gets the owner of this EnvelopeTemplate. # noqa: E501 + - :return: The owner of this EnvelopeTemplate. + :return: The owner of this EnvelopeTemplate. # noqa: E501 :rtype: UserInfo """ return self._owner @owner.setter def owner(self, owner): - """ - Sets the owner of this EnvelopeTemplate. + """Sets the owner of this EnvelopeTemplate. + - :param owner: The owner of this EnvelopeTemplate. + :param owner: The owner of this EnvelopeTemplate. # noqa: E501 :type: UserInfo """ @@ -1949,22 +2148,22 @@ def owner(self, owner): @property def page_count(self): - """ - Gets the page_count of this EnvelopeTemplate. - + """Gets the page_count of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The page_count of this EnvelopeTemplate. + :return: The page_count of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._page_count @page_count.setter def page_count(self, page_count): - """ - Sets the page_count of this EnvelopeTemplate. - + """Sets the page_count of this EnvelopeTemplate. + + # noqa: E501 - :param page_count: The page_count of this EnvelopeTemplate. + :param page_count: The page_count of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1972,22 +2171,22 @@ def page_count(self, page_count): @property def password(self): - """ - Gets the password of this EnvelopeTemplate. - + """Gets the password of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The password of this EnvelopeTemplate. + :return: The password of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this EnvelopeTemplate. - + """Sets the password of this EnvelopeTemplate. + + # noqa: E501 - :param password: The password of this EnvelopeTemplate. + :param password: The password of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -1995,22 +2194,22 @@ def password(self, password): @property def password_protected(self): - """ - Gets the password_protected of this EnvelopeTemplate. - + """Gets the password_protected of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The password_protected of this EnvelopeTemplate. + :return: The password_protected of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._password_protected @password_protected.setter def password_protected(self, password_protected): - """ - Sets the password_protected of this EnvelopeTemplate. - + """Sets the password_protected of this EnvelopeTemplate. + + # noqa: E501 - :param password_protected: The password_protected of this EnvelopeTemplate. + :param password_protected: The password_protected of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2018,20 +2217,20 @@ def password_protected(self, password_protected): @property def power_form(self): - """ - Gets the power_form of this EnvelopeTemplate. + """Gets the power_form of this EnvelopeTemplate. # noqa: E501 + - :return: The power_form of this EnvelopeTemplate. + :return: The power_form of this EnvelopeTemplate. # noqa: E501 :rtype: PowerForm """ return self._power_form @power_form.setter def power_form(self, power_form): - """ - Sets the power_form of this EnvelopeTemplate. + """Sets the power_form of this EnvelopeTemplate. + - :param power_form: The power_form of this EnvelopeTemplate. + :param power_form: The power_form of this EnvelopeTemplate. # noqa: E501 :type: PowerForm """ @@ -2039,22 +2238,22 @@ def power_form(self, power_form): @property def power_forms(self): - """ - Gets the power_forms of this EnvelopeTemplate. - + """Gets the power_forms of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The power_forms of this EnvelopeTemplate. + :return: The power_forms of this EnvelopeTemplate. # noqa: E501 :rtype: list[PowerForm] """ return self._power_forms @power_forms.setter def power_forms(self, power_forms): - """ - Sets the power_forms of this EnvelopeTemplate. - + """Sets the power_forms of this EnvelopeTemplate. + + # noqa: E501 - :param power_forms: The power_forms of this EnvelopeTemplate. + :param power_forms: The power_forms of this EnvelopeTemplate. # noqa: E501 :type: list[PowerForm] """ @@ -2062,22 +2261,22 @@ def power_forms(self, power_forms): @property def purge_completed_date(self): - """ - Gets the purge_completed_date of this EnvelopeTemplate. - + """Gets the purge_completed_date of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The purge_completed_date of this EnvelopeTemplate. + :return: The purge_completed_date of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._purge_completed_date @purge_completed_date.setter def purge_completed_date(self, purge_completed_date): - """ - Sets the purge_completed_date of this EnvelopeTemplate. - + """Sets the purge_completed_date of this EnvelopeTemplate. + + # noqa: E501 - :param purge_completed_date: The purge_completed_date of this EnvelopeTemplate. + :param purge_completed_date: The purge_completed_date of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2085,22 +2284,22 @@ def purge_completed_date(self, purge_completed_date): @property def purge_request_date(self): - """ - Gets the purge_request_date of this EnvelopeTemplate. - + """Gets the purge_request_date of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The purge_request_date of this EnvelopeTemplate. + :return: The purge_request_date of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._purge_request_date @purge_request_date.setter def purge_request_date(self, purge_request_date): - """ - Sets the purge_request_date of this EnvelopeTemplate. - + """Sets the purge_request_date of this EnvelopeTemplate. + + # noqa: E501 - :param purge_request_date: The purge_request_date of this EnvelopeTemplate. + :param purge_request_date: The purge_request_date of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2108,22 +2307,22 @@ def purge_request_date(self, purge_request_date): @property def purge_state(self): - """ - Gets the purge_state of this EnvelopeTemplate. - + """Gets the purge_state of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The purge_state of this EnvelopeTemplate. + :return: The purge_state of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._purge_state @purge_state.setter def purge_state(self, purge_state): - """ - Sets the purge_state of this EnvelopeTemplate. - + """Sets the purge_state of this EnvelopeTemplate. + + # noqa: E501 - :param purge_state: The purge_state of this EnvelopeTemplate. + :param purge_state: The purge_state of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2131,20 +2330,20 @@ def purge_state(self, purge_state): @property def recipients(self): - """ - Gets the recipients of this EnvelopeTemplate. + """Gets the recipients of this EnvelopeTemplate. # noqa: E501 + - :return: The recipients of this EnvelopeTemplate. + :return: The recipients of this EnvelopeTemplate. # noqa: E501 :rtype: Recipients """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this EnvelopeTemplate. + """Sets the recipients of this EnvelopeTemplate. + - :param recipients: The recipients of this EnvelopeTemplate. + :param recipients: The recipients of this EnvelopeTemplate. # noqa: E501 :type: Recipients """ @@ -2152,22 +2351,22 @@ def recipients(self, recipients): @property def recipients_lock(self): - """ - Gets the recipients_lock of this EnvelopeTemplate. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Gets the recipients_lock of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 - :return: The recipients_lock of this EnvelopeTemplate. + :return: The recipients_lock of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._recipients_lock @recipients_lock.setter def recipients_lock(self, recipients_lock): - """ - Sets the recipients_lock of this EnvelopeTemplate. - When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. + """Sets the recipients_lock of this EnvelopeTemplate. + + When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope. # noqa: E501 - :param recipients_lock: The recipients_lock of this EnvelopeTemplate. + :param recipients_lock: The recipients_lock of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2175,22 +2374,22 @@ def recipients_lock(self, recipients_lock): @property def recipients_uri(self): - """ - Gets the recipients_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Gets the recipients_uri of this EnvelopeTemplate. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 - :return: The recipients_uri of this EnvelopeTemplate. + :return: The recipients_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._recipients_uri @recipients_uri.setter def recipients_uri(self, recipients_uri): - """ - Sets the recipients_uri of this EnvelopeTemplate. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Sets the recipients_uri of this EnvelopeTemplate. + + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 - :param recipients_uri: The recipients_uri of this EnvelopeTemplate. + :param recipients_uri: The recipients_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2198,20 +2397,20 @@ def recipients_uri(self, recipients_uri): @property def sender(self): - """ - Gets the sender of this EnvelopeTemplate. + """Gets the sender of this EnvelopeTemplate. # noqa: E501 + - :return: The sender of this EnvelopeTemplate. + :return: The sender of this EnvelopeTemplate. # noqa: E501 :rtype: UserInfo """ return self._sender @sender.setter def sender(self, sender): - """ - Sets the sender of this EnvelopeTemplate. + """Sets the sender of this EnvelopeTemplate. + - :param sender: The sender of this EnvelopeTemplate. + :param sender: The sender of this EnvelopeTemplate. # noqa: E501 :type: UserInfo """ @@ -2219,22 +2418,22 @@ def sender(self, sender): @property def sent_date_time(self): - """ - Gets the sent_date_time of this EnvelopeTemplate. - The date and time the envelope was sent. + """Gets the sent_date_time of this EnvelopeTemplate. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this EnvelopeTemplate. + :return: The sent_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this EnvelopeTemplate. - The date and time the envelope was sent. + """Sets the sent_date_time of this EnvelopeTemplate. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this EnvelopeTemplate. + :param sent_date_time: The sent_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2242,22 +2441,22 @@ def sent_date_time(self, sent_date_time): @property def shared(self): - """ - Gets the shared of this EnvelopeTemplate. - When set to **true**, this custom tab is shared. + """Gets the shared of this EnvelopeTemplate. # noqa: E501 - :return: The shared of this EnvelopeTemplate. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this EnvelopeTemplate. - When set to **true**, this custom tab is shared. + """Sets the shared of this EnvelopeTemplate. - :param shared: The shared of this EnvelopeTemplate. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2265,22 +2464,22 @@ def shared(self, shared): @property def signer_can_sign_on_mobile(self): - """ - Gets the signer_can_sign_on_mobile of this EnvelopeTemplate. - + """Gets the signer_can_sign_on_mobile of this EnvelopeTemplate. # noqa: E501 - :return: The signer_can_sign_on_mobile of this EnvelopeTemplate. + # noqa: E501 + + :return: The signer_can_sign_on_mobile of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._signer_can_sign_on_mobile @signer_can_sign_on_mobile.setter def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): - """ - Sets the signer_can_sign_on_mobile of this EnvelopeTemplate. - + """Sets the signer_can_sign_on_mobile of this EnvelopeTemplate. - :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this EnvelopeTemplate. + # noqa: E501 + + :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2288,22 +2487,22 @@ def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): @property def signing_location(self): - """ - Gets the signing_location of this EnvelopeTemplate. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Gets the signing_location of this EnvelopeTemplate. # noqa: E501 - :return: The signing_location of this EnvelopeTemplate. + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 + + :return: The signing_location of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._signing_location @signing_location.setter def signing_location(self, signing_location): - """ - Sets the signing_location of this EnvelopeTemplate. - Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. + """Sets the signing_location of this EnvelopeTemplate. - :param signing_location: The signing_location of this EnvelopeTemplate. + Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. # noqa: E501 + + :param signing_location: The signing_location of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2311,22 +2510,22 @@ def signing_location(self, signing_location): @property def status(self): - """ - Gets the status of this EnvelopeTemplate. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeTemplate. # noqa: E501 - :return: The status of this EnvelopeTemplate. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeTemplate. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeTemplate. - :param status: The status of this EnvelopeTemplate. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2334,22 +2533,22 @@ def status(self, status): @property def status_changed_date_time(self): - """ - Gets the status_changed_date_time of this EnvelopeTemplate. - The data and time the status changed. + """Gets the status_changed_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The status_changed_date_time of this EnvelopeTemplate. + The data and time the status changed. # noqa: E501 + + :return: The status_changed_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._status_changed_date_time @status_changed_date_time.setter def status_changed_date_time(self, status_changed_date_time): - """ - Sets the status_changed_date_time of this EnvelopeTemplate. - The data and time the status changed. + """Sets the status_changed_date_time of this EnvelopeTemplate. - :param status_changed_date_time: The status_changed_date_time of this EnvelopeTemplate. + The data and time the status changed. # noqa: E501 + + :param status_changed_date_time: The status_changed_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2357,22 +2556,22 @@ def status_changed_date_time(self, status_changed_date_time): @property def status_date_time(self): - """ - Gets the status_date_time of this EnvelopeTemplate. - + """Gets the status_date_time of this EnvelopeTemplate. # noqa: E501 - :return: The status_date_time of this EnvelopeTemplate. + # noqa: E501 + + :return: The status_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._status_date_time @status_date_time.setter def status_date_time(self, status_date_time): - """ - Sets the status_date_time of this EnvelopeTemplate. - + """Sets the status_date_time of this EnvelopeTemplate. - :param status_date_time: The status_date_time of this EnvelopeTemplate. + # noqa: E501 + + :param status_date_time: The status_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2380,22 +2579,22 @@ def status_date_time(self, status_date_time): @property def template_id(self): - """ - Gets the template_id of this EnvelopeTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this EnvelopeTemplate. # noqa: E501 - :return: The template_id of this EnvelopeTemplate. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :return: The template_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this EnvelopeTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this EnvelopeTemplate. - :param template_id: The template_id of this EnvelopeTemplate. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :param template_id: The template_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2403,22 +2602,22 @@ def template_id(self, template_id): @property def templates_uri(self): - """ - Gets the templates_uri of this EnvelopeTemplate. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Gets the templates_uri of this EnvelopeTemplate. # noqa: E501 - :return: The templates_uri of this EnvelopeTemplate. + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 + + :return: The templates_uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._templates_uri @templates_uri.setter def templates_uri(self, templates_uri): - """ - Sets the templates_uri of this EnvelopeTemplate. - Contains a URI for an endpoint which you can use to retrieve the templates. + """Sets the templates_uri of this EnvelopeTemplate. + + Contains a URI for an endpoint which you can use to retrieve the templates. # noqa: E501 - :param templates_uri: The templates_uri of this EnvelopeTemplate. + :param templates_uri: The templates_uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2426,22 +2625,22 @@ def templates_uri(self, templates_uri): @property def transaction_id(self): - """ - Gets the transaction_id of this EnvelopeTemplate. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Gets the transaction_id of this EnvelopeTemplate. # noqa: E501 + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :return: The transaction_id of this EnvelopeTemplate. + :return: The transaction_id of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this EnvelopeTemplate. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Sets the transaction_id of this EnvelopeTemplate. + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :param transaction_id: The transaction_id of this EnvelopeTemplate. + :param transaction_id: The transaction_id of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2449,22 +2648,22 @@ def transaction_id(self, transaction_id): @property def uri(self): - """ - Gets the uri of this EnvelopeTemplate. - + """Gets the uri of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 - :return: The uri of this EnvelopeTemplate. + :return: The uri of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this EnvelopeTemplate. - + """Sets the uri of this EnvelopeTemplate. + + # noqa: E501 - :param uri: The uri of this EnvelopeTemplate. + :param uri: The uri of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2472,22 +2671,22 @@ def uri(self, uri): @property def use_disclosure(self): - """ - Gets the use_disclosure of this EnvelopeTemplate. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Gets the use_disclosure of this EnvelopeTemplate. # noqa: E501 + + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 - :return: The use_disclosure of this EnvelopeTemplate. + :return: The use_disclosure of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._use_disclosure @use_disclosure.setter def use_disclosure(self, use_disclosure): - """ - Sets the use_disclosure of this EnvelopeTemplate. - When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. + """Sets the use_disclosure of this EnvelopeTemplate. + + When set to **true**, the disclosure is shown to recipients in accordance with the account's Electronic Record and Signature Disclosure frequency setting. When set to **false**, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the `useDisclosure` property is not set, then the account's normal disclosure setting is used and the value of the `useDisclosure` property is not returned in responses when getting envelope information. # noqa: E501 - :param use_disclosure: The use_disclosure of this EnvelopeTemplate. + :param use_disclosure: The use_disclosure of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2495,22 +2694,22 @@ def use_disclosure(self, use_disclosure): @property def voided_date_time(self): - """ - Gets the voided_date_time of this EnvelopeTemplate. - The date and time the envelope or template was voided. + """Gets the voided_date_time of this EnvelopeTemplate. # noqa: E501 + + The date and time the envelope or template was voided. # noqa: E501 - :return: The voided_date_time of this EnvelopeTemplate. + :return: The voided_date_time of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._voided_date_time @voided_date_time.setter def voided_date_time(self, voided_date_time): - """ - Sets the voided_date_time of this EnvelopeTemplate. - The date and time the envelope or template was voided. + """Sets the voided_date_time of this EnvelopeTemplate. + + The date and time the envelope or template was voided. # noqa: E501 - :param voided_date_time: The voided_date_time of this EnvelopeTemplate. + :param voided_date_time: The voided_date_time of this EnvelopeTemplate. # noqa: E501 :type: str """ @@ -2518,34 +2717,32 @@ def voided_date_time(self, voided_date_time): @property def voided_reason(self): - """ - Gets the voided_reason of this EnvelopeTemplate. - The reason the envelope or template was voided. + """Gets the voided_reason of this EnvelopeTemplate. # noqa: E501 + + The reason the envelope or template was voided. # noqa: E501 - :return: The voided_reason of this EnvelopeTemplate. + :return: The voided_reason of this EnvelopeTemplate. # noqa: E501 :rtype: str """ return self._voided_reason @voided_reason.setter def voided_reason(self, voided_reason): - """ - Sets the voided_reason of this EnvelopeTemplate. - The reason the envelope or template was voided. + """Sets the voided_reason of this EnvelopeTemplate. + + The reason the envelope or template was voided. # noqa: E501 - :param voided_reason: The voided_reason of this EnvelopeTemplate. + :param voided_reason: The voided_reason of this EnvelopeTemplate. # noqa: E501 :type: str """ self._voided_reason = voided_reason def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2562,29 +2759,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTemplate, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTemplate): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_template_results.py b/docusign_esign/models/envelope_template_results.py index 450118c5..5903873c 100644 --- a/docusign_esign/models/envelope_template_results.py +++ b/docusign_esign/models/envelope_template_results.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTemplateResults(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, envelope_templates=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - EnvelopeTemplateResults - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'envelope_templates': 'list[EnvelopeTemplate]', - 'folders': 'list[Folder]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'envelope_templates': 'envelopeTemplates', - 'folders': 'folders', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._envelope_templates = envelope_templates - self._folders = folders - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'envelope_templates': 'list[EnvelopeTemplate]', + 'folders': 'list[Folder]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'envelope_templates': 'envelopeTemplates', + 'folders': 'folders', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, envelope_templates=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """EnvelopeTemplateResults - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._envelope_templates = None + self._folders = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if envelope_templates is not None: + self.envelope_templates = envelope_templates + if folders is not None: + self.folders = folders + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this EnvelopeTemplateResults. - The last position in the result set. + """Gets the end_position of this EnvelopeTemplateResults. # noqa: E501 - :return: The end_position of this EnvelopeTemplateResults. + The last position in the result set. # noqa: E501 + + :return: The end_position of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this EnvelopeTemplateResults. - The last position in the result set. + """Sets the end_position of this EnvelopeTemplateResults. - :param end_position: The end_position of this EnvelopeTemplateResults. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this EnvelopeTemplateResults. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def end_position(self, end_position): @property def envelope_templates(self): - """ - Gets the envelope_templates of this EnvelopeTemplateResults. - The list of requested templates. + """Gets the envelope_templates of this EnvelopeTemplateResults. # noqa: E501 - :return: The envelope_templates of this EnvelopeTemplateResults. + The list of requested templates. # noqa: E501 + + :return: The envelope_templates of this EnvelopeTemplateResults. # noqa: E501 :rtype: list[EnvelopeTemplate] """ return self._envelope_templates @envelope_templates.setter def envelope_templates(self, envelope_templates): - """ - Sets the envelope_templates of this EnvelopeTemplateResults. - The list of requested templates. + """Sets the envelope_templates of this EnvelopeTemplateResults. - :param envelope_templates: The envelope_templates of this EnvelopeTemplateResults. + The list of requested templates. # noqa: E501 + + :param envelope_templates: The envelope_templates of this EnvelopeTemplateResults. # noqa: E501 :type: list[EnvelopeTemplate] """ @@ -109,22 +130,22 @@ def envelope_templates(self, envelope_templates): @property def folders(self): - """ - Gets the folders of this EnvelopeTemplateResults. - + """Gets the folders of this EnvelopeTemplateResults. # noqa: E501 - :return: The folders of this EnvelopeTemplateResults. + # noqa: E501 + + :return: The folders of this EnvelopeTemplateResults. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this EnvelopeTemplateResults. - + """Sets the folders of this EnvelopeTemplateResults. - :param folders: The folders of this EnvelopeTemplateResults. + # noqa: E501 + + :param folders: The folders of this EnvelopeTemplateResults. # noqa: E501 :type: list[Folder] """ @@ -132,22 +153,22 @@ def folders(self, folders): @property def next_uri(self): - """ - Gets the next_uri of this EnvelopeTemplateResults. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this EnvelopeTemplateResults. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this EnvelopeTemplateResults. + :return: The next_uri of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this EnvelopeTemplateResults. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this EnvelopeTemplateResults. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this EnvelopeTemplateResults. + :param next_uri: The next_uri of this EnvelopeTemplateResults. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this EnvelopeTemplateResults. - The postal code for the billing address. + """Gets the previous_uri of this EnvelopeTemplateResults. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this EnvelopeTemplateResults. + :return: The previous_uri of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this EnvelopeTemplateResults. - The postal code for the billing address. + """Sets the previous_uri of this EnvelopeTemplateResults. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this EnvelopeTemplateResults. + :param previous_uri: The previous_uri of this EnvelopeTemplateResults. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this EnvelopeTemplateResults. - The number of results returned in this response. + """Gets the result_set_size of this EnvelopeTemplateResults. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this EnvelopeTemplateResults. + :return: The result_set_size of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this EnvelopeTemplateResults. - The number of results returned in this response. + """Sets the result_set_size of this EnvelopeTemplateResults. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this EnvelopeTemplateResults. + :param result_set_size: The result_set_size of this EnvelopeTemplateResults. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this EnvelopeTemplateResults. - Starting position of the current result set. + """Gets the start_position of this EnvelopeTemplateResults. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this EnvelopeTemplateResults. + :return: The start_position of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this EnvelopeTemplateResults. - Starting position of the current result set. + """Sets the start_position of this EnvelopeTemplateResults. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this EnvelopeTemplateResults. + :param start_position: The start_position of this EnvelopeTemplateResults. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this EnvelopeTemplateResults. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this EnvelopeTemplateResults. # noqa: E501 - :return: The total_set_size of this EnvelopeTemplateResults. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this EnvelopeTemplateResults. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this EnvelopeTemplateResults. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this EnvelopeTemplateResults. - :param total_set_size: The total_set_size of this EnvelopeTemplateResults. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this EnvelopeTemplateResults. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTemplateResults, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTemplateResults): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_transaction_status.py b/docusign_esign/models/envelope_transaction_status.py index d40d551b..ef150acf 100644 --- a/docusign_esign/models/envelope_transaction_status.py +++ b/docusign_esign/models/envelope_transaction_status.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTransactionStatus(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_id=None, error_details=None, status=None, transaction_id=None): - """ - EnvelopeTransactionStatus - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_id': 'str', - 'error_details': 'ErrorDetails', - 'status': 'str', - 'transaction_id': 'str' - } - - self.attribute_map = { - 'envelope_id': 'envelopeId', - 'error_details': 'errorDetails', - 'status': 'status', - 'transaction_id': 'transactionId' - } - self._envelope_id = envelope_id - self._error_details = error_details - self._status = status - self._transaction_id = transaction_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_id': 'str', + 'error_details': 'ErrorDetails', + 'status': 'str', + 'transaction_id': 'str' + } + + attribute_map = { + 'envelope_id': 'envelopeId', + 'error_details': 'errorDetails', + 'status': 'status', + 'transaction_id': 'transactionId' + } + + def __init__(self, envelope_id=None, error_details=None, status=None, transaction_id=None): # noqa: E501 + """EnvelopeTransactionStatus - a model defined in Swagger""" # noqa: E501 + + self._envelope_id = None + self._error_details = None + self._status = None + self._transaction_id = None + self.discriminator = None + + if envelope_id is not None: + self.envelope_id = envelope_id + if error_details is not None: + self.error_details = error_details + if status is not None: + self.status = status + if transaction_id is not None: + self.transaction_id = transaction_id @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeTransactionStatus. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeTransactionStatus. # noqa: E501 - :return: The envelope_id of this EnvelopeTransactionStatus. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeTransactionStatus. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeTransactionStatus. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeTransactionStatus. - :param envelope_id: The envelope_id of this EnvelopeTransactionStatus. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this EnvelopeTransactionStatus. # noqa: E501 :type: str """ @@ -74,20 +87,20 @@ def envelope_id(self, envelope_id): @property def error_details(self): - """ - Gets the error_details of this EnvelopeTransactionStatus. + """Gets the error_details of this EnvelopeTransactionStatus. # noqa: E501 + - :return: The error_details of this EnvelopeTransactionStatus. + :return: The error_details of this EnvelopeTransactionStatus. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeTransactionStatus. + """Sets the error_details of this EnvelopeTransactionStatus. + - :param error_details: The error_details of this EnvelopeTransactionStatus. + :param error_details: The error_details of this EnvelopeTransactionStatus. # noqa: E501 :type: ErrorDetails """ @@ -95,22 +108,22 @@ def error_details(self, error_details): @property def status(self): - """ - Gets the status of this EnvelopeTransactionStatus. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EnvelopeTransactionStatus. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EnvelopeTransactionStatus. + :return: The status of this EnvelopeTransactionStatus. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EnvelopeTransactionStatus. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EnvelopeTransactionStatus. - :param status: The status of this EnvelopeTransactionStatus. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this EnvelopeTransactionStatus. # noqa: E501 :type: str """ @@ -118,34 +131,32 @@ def status(self, status): @property def transaction_id(self): - """ - Gets the transaction_id of this EnvelopeTransactionStatus. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Gets the transaction_id of this EnvelopeTransactionStatus. # noqa: E501 - :return: The transaction_id of this EnvelopeTransactionStatus. + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 + + :return: The transaction_id of this EnvelopeTransactionStatus. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this EnvelopeTransactionStatus. - Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. + """Sets the transaction_id of this EnvelopeTransactionStatus. + + Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned. # noqa: E501 - :param transaction_id: The transaction_id of this EnvelopeTransactionStatus. + :param transaction_id: The transaction_id of this EnvelopeTransactionStatus. # noqa: E501 :type: str """ self._transaction_id = transaction_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -162,29 +173,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTransactionStatus, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTransactionStatus): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_transfer_rule.py b/docusign_esign/models/envelope_transfer_rule.py index 9850e0af..b7074143 100644 --- a/docusign_esign/models/envelope_transfer_rule.py +++ b/docusign_esign/models/envelope_transfer_rule.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTransferRule(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, carbon_copy_original_owner=None, enabled=None, envelope_transfer_rule_id=None, event_type=None, from_group=None, from_user=None, modified_date=None, modified_user=None, to_folder=None, to_user=None): - """ - EnvelopeTransferRule - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'carbon_copy_original_owner': 'str', - 'enabled': 'str', - 'envelope_transfer_rule_id': 'str', - 'event_type': 'str', - 'from_group': 'Group', - 'from_user': 'UserInformation', - 'modified_date': 'str', - 'modified_user': 'UserInformation', - 'to_folder': 'Folder', - 'to_user': 'UserInformation' - } - - self.attribute_map = { - 'carbon_copy_original_owner': 'carbonCopyOriginalOwner', - 'enabled': 'enabled', - 'envelope_transfer_rule_id': 'envelopeTransferRuleId', - 'event_type': 'eventType', - 'from_group': 'fromGroup', - 'from_user': 'fromUser', - 'modified_date': 'modifiedDate', - 'modified_user': 'modifiedUser', - 'to_folder': 'toFolder', - 'to_user': 'toUser' - } - - self._carbon_copy_original_owner = carbon_copy_original_owner - self._enabled = enabled - self._envelope_transfer_rule_id = envelope_transfer_rule_id - self._event_type = event_type - self._from_group = from_group - self._from_user = from_user - self._modified_date = modified_date - self._modified_user = modified_user - self._to_folder = to_folder - self._to_user = to_user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'carbon_copy_original_owner': 'str', + 'enabled': 'str', + 'envelope_transfer_rule_id': 'str', + 'event_type': 'str', + 'from_group': 'Group', + 'from_user': 'UserInformation', + 'modified_date': 'str', + 'modified_user': 'UserInformation', + 'to_folder': 'Folder', + 'to_user': 'UserInformation' + } + + attribute_map = { + 'carbon_copy_original_owner': 'carbonCopyOriginalOwner', + 'enabled': 'enabled', + 'envelope_transfer_rule_id': 'envelopeTransferRuleId', + 'event_type': 'eventType', + 'from_group': 'fromGroup', + 'from_user': 'fromUser', + 'modified_date': 'modifiedDate', + 'modified_user': 'modifiedUser', + 'to_folder': 'toFolder', + 'to_user': 'toUser' + } + + def __init__(self, carbon_copy_original_owner=None, enabled=None, envelope_transfer_rule_id=None, event_type=None, from_group=None, from_user=None, modified_date=None, modified_user=None, to_folder=None, to_user=None): # noqa: E501 + """EnvelopeTransferRule - a model defined in Swagger""" # noqa: E501 + + self._carbon_copy_original_owner = None + self._enabled = None + self._envelope_transfer_rule_id = None + self._event_type = None + self._from_group = None + self._from_user = None + self._modified_date = None + self._modified_user = None + self._to_folder = None + self._to_user = None + self.discriminator = None + + if carbon_copy_original_owner is not None: + self.carbon_copy_original_owner = carbon_copy_original_owner + if enabled is not None: + self.enabled = enabled + if envelope_transfer_rule_id is not None: + self.envelope_transfer_rule_id = envelope_transfer_rule_id + if event_type is not None: + self.event_type = event_type + if from_group is not None: + self.from_group = from_group + if from_user is not None: + self.from_user = from_user + if modified_date is not None: + self.modified_date = modified_date + if modified_user is not None: + self.modified_user = modified_user + if to_folder is not None: + self.to_folder = to_folder + if to_user is not None: + self.to_user = to_user @property def carbon_copy_original_owner(self): - """ - Gets the carbon_copy_original_owner of this EnvelopeTransferRule. - + """Gets the carbon_copy_original_owner of this EnvelopeTransferRule. # noqa: E501 + + # noqa: E501 - :return: The carbon_copy_original_owner of this EnvelopeTransferRule. + :return: The carbon_copy_original_owner of this EnvelopeTransferRule. # noqa: E501 :rtype: str """ return self._carbon_copy_original_owner @carbon_copy_original_owner.setter def carbon_copy_original_owner(self, carbon_copy_original_owner): - """ - Sets the carbon_copy_original_owner of this EnvelopeTransferRule. - + """Sets the carbon_copy_original_owner of this EnvelopeTransferRule. - :param carbon_copy_original_owner: The carbon_copy_original_owner of this EnvelopeTransferRule. + # noqa: E501 + + :param carbon_copy_original_owner: The carbon_copy_original_owner of this EnvelopeTransferRule. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def carbon_copy_original_owner(self, carbon_copy_original_owner): @property def enabled(self): - """ - Gets the enabled of this EnvelopeTransferRule. - + """Gets the enabled of this EnvelopeTransferRule. # noqa: E501 - :return: The enabled of this EnvelopeTransferRule. + # noqa: E501 + + :return: The enabled of this EnvelopeTransferRule. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this EnvelopeTransferRule. - + """Sets the enabled of this EnvelopeTransferRule. - :param enabled: The enabled of this EnvelopeTransferRule. + # noqa: E501 + + :param enabled: The enabled of this EnvelopeTransferRule. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def enabled(self, enabled): @property def envelope_transfer_rule_id(self): - """ - Gets the envelope_transfer_rule_id of this EnvelopeTransferRule. - + """Gets the envelope_transfer_rule_id of this EnvelopeTransferRule. # noqa: E501 - :return: The envelope_transfer_rule_id of this EnvelopeTransferRule. + # noqa: E501 + + :return: The envelope_transfer_rule_id of this EnvelopeTransferRule. # noqa: E501 :rtype: str """ return self._envelope_transfer_rule_id @envelope_transfer_rule_id.setter def envelope_transfer_rule_id(self, envelope_transfer_rule_id): - """ - Sets the envelope_transfer_rule_id of this EnvelopeTransferRule. - + """Sets the envelope_transfer_rule_id of this EnvelopeTransferRule. - :param envelope_transfer_rule_id: The envelope_transfer_rule_id of this EnvelopeTransferRule. + # noqa: E501 + + :param envelope_transfer_rule_id: The envelope_transfer_rule_id of this EnvelopeTransferRule. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def envelope_transfer_rule_id(self, envelope_transfer_rule_id): @property def event_type(self): - """ - Gets the event_type of this EnvelopeTransferRule. - + """Gets the event_type of this EnvelopeTransferRule. # noqa: E501 - :return: The event_type of this EnvelopeTransferRule. + # noqa: E501 + + :return: The event_type of this EnvelopeTransferRule. # noqa: E501 :rtype: str """ return self._event_type @event_type.setter def event_type(self, event_type): - """ - Sets the event_type of this EnvelopeTransferRule. - + """Sets the event_type of this EnvelopeTransferRule. - :param event_type: The event_type of this EnvelopeTransferRule. + # noqa: E501 + + :param event_type: The event_type of this EnvelopeTransferRule. # noqa: E501 :type: str """ @@ -161,20 +186,20 @@ def event_type(self, event_type): @property def from_group(self): - """ - Gets the from_group of this EnvelopeTransferRule. + """Gets the from_group of this EnvelopeTransferRule. # noqa: E501 - :return: The from_group of this EnvelopeTransferRule. + + :return: The from_group of this EnvelopeTransferRule. # noqa: E501 :rtype: Group """ return self._from_group @from_group.setter def from_group(self, from_group): - """ - Sets the from_group of this EnvelopeTransferRule. + """Sets the from_group of this EnvelopeTransferRule. + - :param from_group: The from_group of this EnvelopeTransferRule. + :param from_group: The from_group of this EnvelopeTransferRule. # noqa: E501 :type: Group """ @@ -182,20 +207,20 @@ def from_group(self, from_group): @property def from_user(self): - """ - Gets the from_user of this EnvelopeTransferRule. + """Gets the from_user of this EnvelopeTransferRule. # noqa: E501 + - :return: The from_user of this EnvelopeTransferRule. + :return: The from_user of this EnvelopeTransferRule. # noqa: E501 :rtype: UserInformation """ return self._from_user @from_user.setter def from_user(self, from_user): - """ - Sets the from_user of this EnvelopeTransferRule. + """Sets the from_user of this EnvelopeTransferRule. + - :param from_user: The from_user of this EnvelopeTransferRule. + :param from_user: The from_user of this EnvelopeTransferRule. # noqa: E501 :type: UserInformation """ @@ -203,22 +228,22 @@ def from_user(self, from_user): @property def modified_date(self): - """ - Gets the modified_date of this EnvelopeTransferRule. - + """Gets the modified_date of this EnvelopeTransferRule. # noqa: E501 + + # noqa: E501 - :return: The modified_date of this EnvelopeTransferRule. + :return: The modified_date of this EnvelopeTransferRule. # noqa: E501 :rtype: str """ return self._modified_date @modified_date.setter def modified_date(self, modified_date): - """ - Sets the modified_date of this EnvelopeTransferRule. - + """Sets the modified_date of this EnvelopeTransferRule. + + # noqa: E501 - :param modified_date: The modified_date of this EnvelopeTransferRule. + :param modified_date: The modified_date of this EnvelopeTransferRule. # noqa: E501 :type: str """ @@ -226,20 +251,20 @@ def modified_date(self, modified_date): @property def modified_user(self): - """ - Gets the modified_user of this EnvelopeTransferRule. + """Gets the modified_user of this EnvelopeTransferRule. # noqa: E501 + - :return: The modified_user of this EnvelopeTransferRule. + :return: The modified_user of this EnvelopeTransferRule. # noqa: E501 :rtype: UserInformation """ return self._modified_user @modified_user.setter def modified_user(self, modified_user): - """ - Sets the modified_user of this EnvelopeTransferRule. + """Sets the modified_user of this EnvelopeTransferRule. + - :param modified_user: The modified_user of this EnvelopeTransferRule. + :param modified_user: The modified_user of this EnvelopeTransferRule. # noqa: E501 :type: UserInformation """ @@ -247,20 +272,20 @@ def modified_user(self, modified_user): @property def to_folder(self): - """ - Gets the to_folder of this EnvelopeTransferRule. + """Gets the to_folder of this EnvelopeTransferRule. # noqa: E501 + - :return: The to_folder of this EnvelopeTransferRule. + :return: The to_folder of this EnvelopeTransferRule. # noqa: E501 :rtype: Folder """ return self._to_folder @to_folder.setter def to_folder(self, to_folder): - """ - Sets the to_folder of this EnvelopeTransferRule. + """Sets the to_folder of this EnvelopeTransferRule. + - :param to_folder: The to_folder of this EnvelopeTransferRule. + :param to_folder: The to_folder of this EnvelopeTransferRule. # noqa: E501 :type: Folder """ @@ -268,32 +293,30 @@ def to_folder(self, to_folder): @property def to_user(self): - """ - Gets the to_user of this EnvelopeTransferRule. + """Gets the to_user of this EnvelopeTransferRule. # noqa: E501 - :return: The to_user of this EnvelopeTransferRule. + + :return: The to_user of this EnvelopeTransferRule. # noqa: E501 :rtype: UserInformation """ return self._to_user @to_user.setter def to_user(self, to_user): - """ - Sets the to_user of this EnvelopeTransferRule. + """Sets the to_user of this EnvelopeTransferRule. - :param to_user: The to_user of this EnvelopeTransferRule. + + :param to_user: The to_user of this EnvelopeTransferRule. # noqa: E501 :type: UserInformation """ self._to_user = to_user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -310,29 +333,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTransferRule, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTransferRule): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_transfer_rule_information.py b/docusign_esign/models/envelope_transfer_rule_information.py index 7e981db1..053ed481 100644 --- a/docusign_esign/models/envelope_transfer_rule_information.py +++ b/docusign_esign/models/envelope_transfer_rule_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTransferRuleInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, envelope_transfer_rules=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - EnvelopeTransferRuleInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'envelope_transfer_rules': 'list[EnvelopeTransferRule]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'envelope_transfer_rules': 'envelopeTransferRules', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._envelope_transfer_rules = envelope_transfer_rules - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'envelope_transfer_rules': 'list[EnvelopeTransferRule]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'envelope_transfer_rules': 'envelopeTransferRules', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, envelope_transfer_rules=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """EnvelopeTransferRuleInformation - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._envelope_transfer_rules = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if envelope_transfer_rules is not None: + self.envelope_transfer_rules = envelope_transfer_rules + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this EnvelopeTransferRuleInformation. - The last position in the result set. + """Gets the end_position of this EnvelopeTransferRuleInformation. # noqa: E501 - :return: The end_position of this EnvelopeTransferRuleInformation. + The last position in the result set. # noqa: E501 + + :return: The end_position of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this EnvelopeTransferRuleInformation. - The last position in the result set. + """Sets the end_position of this EnvelopeTransferRuleInformation. - :param end_position: The end_position of this EnvelopeTransferRuleInformation. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def envelope_transfer_rules(self): - """ - Gets the envelope_transfer_rules of this EnvelopeTransferRuleInformation. - + """Gets the envelope_transfer_rules of this EnvelopeTransferRuleInformation. # noqa: E501 + + # noqa: E501 - :return: The envelope_transfer_rules of this EnvelopeTransferRuleInformation. + :return: The envelope_transfer_rules of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: list[EnvelopeTransferRule] """ return self._envelope_transfer_rules @envelope_transfer_rules.setter def envelope_transfer_rules(self, envelope_transfer_rules): - """ - Sets the envelope_transfer_rules of this EnvelopeTransferRuleInformation. - + """Sets the envelope_transfer_rules of this EnvelopeTransferRuleInformation. + + # noqa: E501 - :param envelope_transfer_rules: The envelope_transfer_rules of this EnvelopeTransferRuleInformation. + :param envelope_transfer_rules: The envelope_transfer_rules of this EnvelopeTransferRuleInformation. # noqa: E501 :type: list[EnvelopeTransferRule] """ @@ -106,22 +125,22 @@ def envelope_transfer_rules(self, envelope_transfer_rules): @property def next_uri(self): - """ - Gets the next_uri of this EnvelopeTransferRuleInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this EnvelopeTransferRuleInformation. # noqa: E501 - :return: The next_uri of this EnvelopeTransferRuleInformation. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this EnvelopeTransferRuleInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this EnvelopeTransferRuleInformation. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this EnvelopeTransferRuleInformation. + :param next_uri: The next_uri of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this EnvelopeTransferRuleInformation. - The postal code for the billing address. + """Gets the previous_uri of this EnvelopeTransferRuleInformation. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this EnvelopeTransferRuleInformation. + :return: The previous_uri of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this EnvelopeTransferRuleInformation. - The postal code for the billing address. + """Sets the previous_uri of this EnvelopeTransferRuleInformation. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this EnvelopeTransferRuleInformation. + :param previous_uri: The previous_uri of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this EnvelopeTransferRuleInformation. - The number of results returned in this response. + """Gets the result_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this EnvelopeTransferRuleInformation. + :return: The result_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this EnvelopeTransferRuleInformation. - The number of results returned in this response. + """Sets the result_set_size of this EnvelopeTransferRuleInformation. - :param result_set_size: The result_set_size of this EnvelopeTransferRuleInformation. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this EnvelopeTransferRuleInformation. - Starting position of the current result set. + """Gets the start_position of this EnvelopeTransferRuleInformation. # noqa: E501 - :return: The start_position of this EnvelopeTransferRuleInformation. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this EnvelopeTransferRuleInformation. - Starting position of the current result set. + """Sets the start_position of this EnvelopeTransferRuleInformation. - :param start_position: The start_position of this EnvelopeTransferRuleInformation. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this EnvelopeTransferRuleInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this EnvelopeTransferRuleInformation. + :return: The total_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this EnvelopeTransferRuleInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this EnvelopeTransferRuleInformation. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this EnvelopeTransferRuleInformation. + :param total_set_size: The total_set_size of this EnvelopeTransferRuleInformation. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTransferRuleInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTransferRuleInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_transfer_rule_request.py b/docusign_esign/models/envelope_transfer_rule_request.py index f36d7a76..b6262faf 100644 --- a/docusign_esign/models/envelope_transfer_rule_request.py +++ b/docusign_esign/models/envelope_transfer_rule_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeTransferRuleRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, carbon_copy_original_owner=None, enabled=None, envelope_transfer_rule_id=None, event_type=None, from_groups=None, from_users=None, modified_date=None, modified_user=None, to_folder=None, to_user=None): - """ - EnvelopeTransferRuleRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'carbon_copy_original_owner': 'str', - 'enabled': 'str', - 'envelope_transfer_rule_id': 'str', - 'event_type': 'str', - 'from_groups': 'list[Group]', - 'from_users': 'list[UserInformation]', - 'modified_date': 'str', - 'modified_user': 'UserInformation', - 'to_folder': 'Folder', - 'to_user': 'UserInformation' - } - - self.attribute_map = { - 'carbon_copy_original_owner': 'carbonCopyOriginalOwner', - 'enabled': 'enabled', - 'envelope_transfer_rule_id': 'envelopeTransferRuleId', - 'event_type': 'eventType', - 'from_groups': 'fromGroups', - 'from_users': 'fromUsers', - 'modified_date': 'modifiedDate', - 'modified_user': 'modifiedUser', - 'to_folder': 'toFolder', - 'to_user': 'toUser' - } - - self._carbon_copy_original_owner = carbon_copy_original_owner - self._enabled = enabled - self._envelope_transfer_rule_id = envelope_transfer_rule_id - self._event_type = event_type - self._from_groups = from_groups - self._from_users = from_users - self._modified_date = modified_date - self._modified_user = modified_user - self._to_folder = to_folder - self._to_user = to_user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'carbon_copy_original_owner': 'str', + 'enabled': 'str', + 'envelope_transfer_rule_id': 'str', + 'event_type': 'str', + 'from_groups': 'list[Group]', + 'from_users': 'list[UserInformation]', + 'modified_date': 'str', + 'modified_user': 'UserInformation', + 'to_folder': 'Folder', + 'to_user': 'UserInformation' + } + + attribute_map = { + 'carbon_copy_original_owner': 'carbonCopyOriginalOwner', + 'enabled': 'enabled', + 'envelope_transfer_rule_id': 'envelopeTransferRuleId', + 'event_type': 'eventType', + 'from_groups': 'fromGroups', + 'from_users': 'fromUsers', + 'modified_date': 'modifiedDate', + 'modified_user': 'modifiedUser', + 'to_folder': 'toFolder', + 'to_user': 'toUser' + } + + def __init__(self, carbon_copy_original_owner=None, enabled=None, envelope_transfer_rule_id=None, event_type=None, from_groups=None, from_users=None, modified_date=None, modified_user=None, to_folder=None, to_user=None): # noqa: E501 + """EnvelopeTransferRuleRequest - a model defined in Swagger""" # noqa: E501 + + self._carbon_copy_original_owner = None + self._enabled = None + self._envelope_transfer_rule_id = None + self._event_type = None + self._from_groups = None + self._from_users = None + self._modified_date = None + self._modified_user = None + self._to_folder = None + self._to_user = None + self.discriminator = None + + if carbon_copy_original_owner is not None: + self.carbon_copy_original_owner = carbon_copy_original_owner + if enabled is not None: + self.enabled = enabled + if envelope_transfer_rule_id is not None: + self.envelope_transfer_rule_id = envelope_transfer_rule_id + if event_type is not None: + self.event_type = event_type + if from_groups is not None: + self.from_groups = from_groups + if from_users is not None: + self.from_users = from_users + if modified_date is not None: + self.modified_date = modified_date + if modified_user is not None: + self.modified_user = modified_user + if to_folder is not None: + self.to_folder = to_folder + if to_user is not None: + self.to_user = to_user @property def carbon_copy_original_owner(self): - """ - Gets the carbon_copy_original_owner of this EnvelopeTransferRuleRequest. - + """Gets the carbon_copy_original_owner of this EnvelopeTransferRuleRequest. # noqa: E501 + + # noqa: E501 - :return: The carbon_copy_original_owner of this EnvelopeTransferRuleRequest. + :return: The carbon_copy_original_owner of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: str """ return self._carbon_copy_original_owner @carbon_copy_original_owner.setter def carbon_copy_original_owner(self, carbon_copy_original_owner): - """ - Sets the carbon_copy_original_owner of this EnvelopeTransferRuleRequest. - + """Sets the carbon_copy_original_owner of this EnvelopeTransferRuleRequest. - :param carbon_copy_original_owner: The carbon_copy_original_owner of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :param carbon_copy_original_owner: The carbon_copy_original_owner of this EnvelopeTransferRuleRequest. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def carbon_copy_original_owner(self, carbon_copy_original_owner): @property def enabled(self): - """ - Gets the enabled of this EnvelopeTransferRuleRequest. - + """Gets the enabled of this EnvelopeTransferRuleRequest. # noqa: E501 - :return: The enabled of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :return: The enabled of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this EnvelopeTransferRuleRequest. - + """Sets the enabled of this EnvelopeTransferRuleRequest. - :param enabled: The enabled of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :param enabled: The enabled of this EnvelopeTransferRuleRequest. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def enabled(self, enabled): @property def envelope_transfer_rule_id(self): - """ - Gets the envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. - + """Gets the envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. # noqa: E501 - :return: The envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :return: The envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: str """ return self._envelope_transfer_rule_id @envelope_transfer_rule_id.setter def envelope_transfer_rule_id(self, envelope_transfer_rule_id): - """ - Sets the envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. - + """Sets the envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. - :param envelope_transfer_rule_id: The envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :param envelope_transfer_rule_id: The envelope_transfer_rule_id of this EnvelopeTransferRuleRequest. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def envelope_transfer_rule_id(self, envelope_transfer_rule_id): @property def event_type(self): - """ - Gets the event_type of this EnvelopeTransferRuleRequest. - + """Gets the event_type of this EnvelopeTransferRuleRequest. # noqa: E501 - :return: The event_type of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :return: The event_type of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: str """ return self._event_type @event_type.setter def event_type(self, event_type): - """ - Sets the event_type of this EnvelopeTransferRuleRequest. - + """Sets the event_type of this EnvelopeTransferRuleRequest. - :param event_type: The event_type of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :param event_type: The event_type of this EnvelopeTransferRuleRequest. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def event_type(self, event_type): @property def from_groups(self): - """ - Gets the from_groups of this EnvelopeTransferRuleRequest. - + """Gets the from_groups of this EnvelopeTransferRuleRequest. # noqa: E501 - :return: The from_groups of this EnvelopeTransferRuleRequest. + # noqa: E501 + + :return: The from_groups of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: list[Group] """ return self._from_groups @from_groups.setter def from_groups(self, from_groups): - """ - Sets the from_groups of this EnvelopeTransferRuleRequest. - + """Sets the from_groups of this EnvelopeTransferRuleRequest. + + # noqa: E501 - :param from_groups: The from_groups of this EnvelopeTransferRuleRequest. + :param from_groups: The from_groups of this EnvelopeTransferRuleRequest. # noqa: E501 :type: list[Group] """ @@ -184,22 +209,22 @@ def from_groups(self, from_groups): @property def from_users(self): - """ - Gets the from_users of this EnvelopeTransferRuleRequest. - + """Gets the from_users of this EnvelopeTransferRuleRequest. # noqa: E501 + + # noqa: E501 - :return: The from_users of this EnvelopeTransferRuleRequest. + :return: The from_users of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: list[UserInformation] """ return self._from_users @from_users.setter def from_users(self, from_users): - """ - Sets the from_users of this EnvelopeTransferRuleRequest. - + """Sets the from_users of this EnvelopeTransferRuleRequest. + + # noqa: E501 - :param from_users: The from_users of this EnvelopeTransferRuleRequest. + :param from_users: The from_users of this EnvelopeTransferRuleRequest. # noqa: E501 :type: list[UserInformation] """ @@ -207,22 +232,22 @@ def from_users(self, from_users): @property def modified_date(self): - """ - Gets the modified_date of this EnvelopeTransferRuleRequest. - + """Gets the modified_date of this EnvelopeTransferRuleRequest. # noqa: E501 + + # noqa: E501 - :return: The modified_date of this EnvelopeTransferRuleRequest. + :return: The modified_date of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: str """ return self._modified_date @modified_date.setter def modified_date(self, modified_date): - """ - Sets the modified_date of this EnvelopeTransferRuleRequest. - + """Sets the modified_date of this EnvelopeTransferRuleRequest. + + # noqa: E501 - :param modified_date: The modified_date of this EnvelopeTransferRuleRequest. + :param modified_date: The modified_date of this EnvelopeTransferRuleRequest. # noqa: E501 :type: str """ @@ -230,20 +255,20 @@ def modified_date(self, modified_date): @property def modified_user(self): - """ - Gets the modified_user of this EnvelopeTransferRuleRequest. + """Gets the modified_user of this EnvelopeTransferRuleRequest. # noqa: E501 + - :return: The modified_user of this EnvelopeTransferRuleRequest. + :return: The modified_user of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: UserInformation """ return self._modified_user @modified_user.setter def modified_user(self, modified_user): - """ - Sets the modified_user of this EnvelopeTransferRuleRequest. + """Sets the modified_user of this EnvelopeTransferRuleRequest. + - :param modified_user: The modified_user of this EnvelopeTransferRuleRequest. + :param modified_user: The modified_user of this EnvelopeTransferRuleRequest. # noqa: E501 :type: UserInformation """ @@ -251,20 +276,20 @@ def modified_user(self, modified_user): @property def to_folder(self): - """ - Gets the to_folder of this EnvelopeTransferRuleRequest. + """Gets the to_folder of this EnvelopeTransferRuleRequest. # noqa: E501 + - :return: The to_folder of this EnvelopeTransferRuleRequest. + :return: The to_folder of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: Folder """ return self._to_folder @to_folder.setter def to_folder(self, to_folder): - """ - Sets the to_folder of this EnvelopeTransferRuleRequest. + """Sets the to_folder of this EnvelopeTransferRuleRequest. + - :param to_folder: The to_folder of this EnvelopeTransferRuleRequest. + :param to_folder: The to_folder of this EnvelopeTransferRuleRequest. # noqa: E501 :type: Folder """ @@ -272,32 +297,30 @@ def to_folder(self, to_folder): @property def to_user(self): - """ - Gets the to_user of this EnvelopeTransferRuleRequest. + """Gets the to_user of this EnvelopeTransferRuleRequest. # noqa: E501 - :return: The to_user of this EnvelopeTransferRuleRequest. + + :return: The to_user of this EnvelopeTransferRuleRequest. # noqa: E501 :rtype: UserInformation """ return self._to_user @to_user.setter def to_user(self, to_user): - """ - Sets the to_user of this EnvelopeTransferRuleRequest. + """Sets the to_user of this EnvelopeTransferRuleRequest. - :param to_user: The to_user of this EnvelopeTransferRuleRequest. + + :param to_user: The to_user of this EnvelopeTransferRuleRequest. # noqa: E501 :type: UserInformation """ self._to_user = to_user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -314,29 +337,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeTransferRuleRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeTransferRuleRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelope_update_summary.py b/docusign_esign/models/envelope_update_summary.py index c03a3d55..da0918cb 100644 --- a/docusign_esign/models/envelope_update_summary.py +++ b/docusign_esign/models/envelope_update_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,75 +11,98 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopeUpdateSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, list_custom_field_update_results=None, lock_information=None, purge_state=None, recipient_update_results=None, tab_update_results=None, text_custom_field_update_results=None): - """ - EnvelopeUpdateSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_envelope_status': 'BulkEnvelopeStatus', - 'envelope_id': 'str', - 'error_details': 'ErrorDetails', - 'list_custom_field_update_results': 'list[ListCustomField]', - 'lock_information': 'LockInformation', - 'purge_state': 'str', - 'recipient_update_results': 'list[RecipientUpdateResponse]', - 'tab_update_results': 'Tabs', - 'text_custom_field_update_results': 'list[TextCustomField]' - } - - self.attribute_map = { - 'bulk_envelope_status': 'bulkEnvelopeStatus', - 'envelope_id': 'envelopeId', - 'error_details': 'errorDetails', - 'list_custom_field_update_results': 'listCustomFieldUpdateResults', - 'lock_information': 'lockInformation', - 'purge_state': 'purgeState', - 'recipient_update_results': 'recipientUpdateResults', - 'tab_update_results': 'tabUpdateResults', - 'text_custom_field_update_results': 'textCustomFieldUpdateResults' - } - - self._bulk_envelope_status = bulk_envelope_status - self._envelope_id = envelope_id - self._error_details = error_details - self._list_custom_field_update_results = list_custom_field_update_results - self._lock_information = lock_information - self._purge_state = purge_state - self._recipient_update_results = recipient_update_results - self._tab_update_results = tab_update_results - self._text_custom_field_update_results = text_custom_field_update_results + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_envelope_status': 'BulkEnvelopeStatus', + 'envelope_id': 'str', + 'error_details': 'ErrorDetails', + 'list_custom_field_update_results': 'list[ListCustomField]', + 'lock_information': 'LockInformation', + 'purge_state': 'str', + 'recipient_update_results': 'list[RecipientUpdateResponse]', + 'tab_update_results': 'Tabs', + 'text_custom_field_update_results': 'list[TextCustomField]' + } + + attribute_map = { + 'bulk_envelope_status': 'bulkEnvelopeStatus', + 'envelope_id': 'envelopeId', + 'error_details': 'errorDetails', + 'list_custom_field_update_results': 'listCustomFieldUpdateResults', + 'lock_information': 'lockInformation', + 'purge_state': 'purgeState', + 'recipient_update_results': 'recipientUpdateResults', + 'tab_update_results': 'tabUpdateResults', + 'text_custom_field_update_results': 'textCustomFieldUpdateResults' + } + + def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, list_custom_field_update_results=None, lock_information=None, purge_state=None, recipient_update_results=None, tab_update_results=None, text_custom_field_update_results=None): # noqa: E501 + """EnvelopeUpdateSummary - a model defined in Swagger""" # noqa: E501 + + self._bulk_envelope_status = None + self._envelope_id = None + self._error_details = None + self._list_custom_field_update_results = None + self._lock_information = None + self._purge_state = None + self._recipient_update_results = None + self._tab_update_results = None + self._text_custom_field_update_results = None + self.discriminator = None + + if bulk_envelope_status is not None: + self.bulk_envelope_status = bulk_envelope_status + if envelope_id is not None: + self.envelope_id = envelope_id + if error_details is not None: + self.error_details = error_details + if list_custom_field_update_results is not None: + self.list_custom_field_update_results = list_custom_field_update_results + if lock_information is not None: + self.lock_information = lock_information + if purge_state is not None: + self.purge_state = purge_state + if recipient_update_results is not None: + self.recipient_update_results = recipient_update_results + if tab_update_results is not None: + self.tab_update_results = tab_update_results + if text_custom_field_update_results is not None: + self.text_custom_field_update_results = text_custom_field_update_results @property def bulk_envelope_status(self): - """ - Gets the bulk_envelope_status of this EnvelopeUpdateSummary. + """Gets the bulk_envelope_status of this EnvelopeUpdateSummary. # noqa: E501 - :return: The bulk_envelope_status of this EnvelopeUpdateSummary. + + :return: The bulk_envelope_status of this EnvelopeUpdateSummary. # noqa: E501 :rtype: BulkEnvelopeStatus """ return self._bulk_envelope_status @bulk_envelope_status.setter def bulk_envelope_status(self, bulk_envelope_status): - """ - Sets the bulk_envelope_status of this EnvelopeUpdateSummary. + """Sets the bulk_envelope_status of this EnvelopeUpdateSummary. - :param bulk_envelope_status: The bulk_envelope_status of this EnvelopeUpdateSummary. + + :param bulk_envelope_status: The bulk_envelope_status of this EnvelopeUpdateSummary. # noqa: E501 :type: BulkEnvelopeStatus """ @@ -87,22 +110,22 @@ def bulk_envelope_status(self, bulk_envelope_status): @property def envelope_id(self): - """ - Gets the envelope_id of this EnvelopeUpdateSummary. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this EnvelopeUpdateSummary. # noqa: E501 - :return: The envelope_id of this EnvelopeUpdateSummary. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopeUpdateSummary. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this EnvelopeUpdateSummary. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this EnvelopeUpdateSummary. - :param envelope_id: The envelope_id of this EnvelopeUpdateSummary. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this EnvelopeUpdateSummary. # noqa: E501 :type: str """ @@ -110,20 +133,20 @@ def envelope_id(self, envelope_id): @property def error_details(self): - """ - Gets the error_details of this EnvelopeUpdateSummary. + """Gets the error_details of this EnvelopeUpdateSummary. # noqa: E501 - :return: The error_details of this EnvelopeUpdateSummary. + + :return: The error_details of this EnvelopeUpdateSummary. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this EnvelopeUpdateSummary. + """Sets the error_details of this EnvelopeUpdateSummary. - :param error_details: The error_details of this EnvelopeUpdateSummary. + + :param error_details: The error_details of this EnvelopeUpdateSummary. # noqa: E501 :type: ErrorDetails """ @@ -131,22 +154,22 @@ def error_details(self, error_details): @property def list_custom_field_update_results(self): - """ - Gets the list_custom_field_update_results of this EnvelopeUpdateSummary. - + """Gets the list_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 - :return: The list_custom_field_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :return: The list_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 :rtype: list[ListCustomField] """ return self._list_custom_field_update_results @list_custom_field_update_results.setter def list_custom_field_update_results(self, list_custom_field_update_results): - """ - Sets the list_custom_field_update_results of this EnvelopeUpdateSummary. - + """Sets the list_custom_field_update_results of this EnvelopeUpdateSummary. - :param list_custom_field_update_results: The list_custom_field_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :param list_custom_field_update_results: The list_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 :type: list[ListCustomField] """ @@ -154,20 +177,20 @@ def list_custom_field_update_results(self, list_custom_field_update_results): @property def lock_information(self): - """ - Gets the lock_information of this EnvelopeUpdateSummary. + """Gets the lock_information of this EnvelopeUpdateSummary. # noqa: E501 - :return: The lock_information of this EnvelopeUpdateSummary. + + :return: The lock_information of this EnvelopeUpdateSummary. # noqa: E501 :rtype: LockInformation """ return self._lock_information @lock_information.setter def lock_information(self, lock_information): - """ - Sets the lock_information of this EnvelopeUpdateSummary. + """Sets the lock_information of this EnvelopeUpdateSummary. - :param lock_information: The lock_information of this EnvelopeUpdateSummary. + + :param lock_information: The lock_information of this EnvelopeUpdateSummary. # noqa: E501 :type: LockInformation """ @@ -175,22 +198,22 @@ def lock_information(self, lock_information): @property def purge_state(self): - """ - Gets the purge_state of this EnvelopeUpdateSummary. - + """Gets the purge_state of this EnvelopeUpdateSummary. # noqa: E501 - :return: The purge_state of this EnvelopeUpdateSummary. + # noqa: E501 + + :return: The purge_state of this EnvelopeUpdateSummary. # noqa: E501 :rtype: str """ return self._purge_state @purge_state.setter def purge_state(self, purge_state): - """ - Sets the purge_state of this EnvelopeUpdateSummary. - + """Sets the purge_state of this EnvelopeUpdateSummary. - :param purge_state: The purge_state of this EnvelopeUpdateSummary. + # noqa: E501 + + :param purge_state: The purge_state of this EnvelopeUpdateSummary. # noqa: E501 :type: str """ @@ -198,22 +221,22 @@ def purge_state(self, purge_state): @property def recipient_update_results(self): - """ - Gets the recipient_update_results of this EnvelopeUpdateSummary. - + """Gets the recipient_update_results of this EnvelopeUpdateSummary. # noqa: E501 - :return: The recipient_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :return: The recipient_update_results of this EnvelopeUpdateSummary. # noqa: E501 :rtype: list[RecipientUpdateResponse] """ return self._recipient_update_results @recipient_update_results.setter def recipient_update_results(self, recipient_update_results): - """ - Sets the recipient_update_results of this EnvelopeUpdateSummary. - + """Sets the recipient_update_results of this EnvelopeUpdateSummary. - :param recipient_update_results: The recipient_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :param recipient_update_results: The recipient_update_results of this EnvelopeUpdateSummary. # noqa: E501 :type: list[RecipientUpdateResponse] """ @@ -221,20 +244,20 @@ def recipient_update_results(self, recipient_update_results): @property def tab_update_results(self): - """ - Gets the tab_update_results of this EnvelopeUpdateSummary. + """Gets the tab_update_results of this EnvelopeUpdateSummary. # noqa: E501 - :return: The tab_update_results of this EnvelopeUpdateSummary. + + :return: The tab_update_results of this EnvelopeUpdateSummary. # noqa: E501 :rtype: Tabs """ return self._tab_update_results @tab_update_results.setter def tab_update_results(self, tab_update_results): - """ - Sets the tab_update_results of this EnvelopeUpdateSummary. + """Sets the tab_update_results of this EnvelopeUpdateSummary. - :param tab_update_results: The tab_update_results of this EnvelopeUpdateSummary. + + :param tab_update_results: The tab_update_results of this EnvelopeUpdateSummary. # noqa: E501 :type: Tabs """ @@ -242,34 +265,32 @@ def tab_update_results(self, tab_update_results): @property def text_custom_field_update_results(self): - """ - Gets the text_custom_field_update_results of this EnvelopeUpdateSummary. - + """Gets the text_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 - :return: The text_custom_field_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :return: The text_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 :rtype: list[TextCustomField] """ return self._text_custom_field_update_results @text_custom_field_update_results.setter def text_custom_field_update_results(self, text_custom_field_update_results): - """ - Sets the text_custom_field_update_results of this EnvelopeUpdateSummary. - + """Sets the text_custom_field_update_results of this EnvelopeUpdateSummary. - :param text_custom_field_update_results: The text_custom_field_update_results of this EnvelopeUpdateSummary. + # noqa: E501 + + :param text_custom_field_update_results: The text_custom_field_update_results of this EnvelopeUpdateSummary. # noqa: E501 :type: list[TextCustomField] """ self._text_custom_field_update_results = text_custom_field_update_results def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -286,29 +307,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopeUpdateSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopeUpdateSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/envelopes_information.py b/docusign_esign/models/envelopes_information.py index b8972fea..a453056f 100644 --- a/docusign_esign/models/envelopes_information.py +++ b/docusign_esign/models/envelopes_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,83 +11,110 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EnvelopesInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, continuation_token=None, end_position=None, envelopes=None, envelope_transaction_statuses=None, folders=None, last_queried_date_time=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - EnvelopesInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'continuation_token': 'str', - 'end_position': 'str', - 'envelopes': 'list[Envelope]', - 'envelope_transaction_statuses': 'list[EnvelopeTransactionStatus]', - 'folders': 'list[Folder]', - 'last_queried_date_time': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'continuation_token': 'continuationToken', - 'end_position': 'endPosition', - 'envelopes': 'envelopes', - 'envelope_transaction_statuses': 'envelopeTransactionStatuses', - 'folders': 'folders', - 'last_queried_date_time': 'lastQueriedDateTime', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - self._continuation_token = continuation_token - self._end_position = end_position - self._envelopes = envelopes - self._envelope_transaction_statuses = envelope_transaction_statuses - self._folders = folders - self._last_queried_date_time = last_queried_date_time - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'continuation_token': 'str', + 'end_position': 'str', + 'envelopes': 'list[Envelope]', + 'envelope_transaction_statuses': 'list[EnvelopeTransactionStatus]', + 'folders': 'list[Folder]', + 'last_queried_date_time': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'continuation_token': 'continuationToken', + 'end_position': 'endPosition', + 'envelopes': 'envelopes', + 'envelope_transaction_statuses': 'envelopeTransactionStatuses', + 'folders': 'folders', + 'last_queried_date_time': 'lastQueriedDateTime', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, continuation_token=None, end_position=None, envelopes=None, envelope_transaction_statuses=None, folders=None, last_queried_date_time=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """EnvelopesInformation - a model defined in Swagger""" # noqa: E501 + + self._continuation_token = None + self._end_position = None + self._envelopes = None + self._envelope_transaction_statuses = None + self._folders = None + self._last_queried_date_time = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if continuation_token is not None: + self.continuation_token = continuation_token + if end_position is not None: + self.end_position = end_position + if envelopes is not None: + self.envelopes = envelopes + if envelope_transaction_statuses is not None: + self.envelope_transaction_statuses = envelope_transaction_statuses + if folders is not None: + self.folders = folders + if last_queried_date_time is not None: + self.last_queried_date_time = last_queried_date_time + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def continuation_token(self): - """ - Gets the continuation_token of this EnvelopesInformation. - + """Gets the continuation_token of this EnvelopesInformation. # noqa: E501 + + # noqa: E501 - :return: The continuation_token of this EnvelopesInformation. + :return: The continuation_token of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._continuation_token @continuation_token.setter def continuation_token(self, continuation_token): - """ - Sets the continuation_token of this EnvelopesInformation. - + """Sets the continuation_token of this EnvelopesInformation. - :param continuation_token: The continuation_token of this EnvelopesInformation. + # noqa: E501 + + :param continuation_token: The continuation_token of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -95,22 +122,22 @@ def continuation_token(self, continuation_token): @property def end_position(self): - """ - Gets the end_position of this EnvelopesInformation. - The last position in the result set. + """Gets the end_position of this EnvelopesInformation. # noqa: E501 - :return: The end_position of this EnvelopesInformation. + The last position in the result set. # noqa: E501 + + :return: The end_position of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this EnvelopesInformation. - The last position in the result set. + """Sets the end_position of this EnvelopesInformation. - :param end_position: The end_position of this EnvelopesInformation. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -118,22 +145,22 @@ def end_position(self, end_position): @property def envelopes(self): - """ - Gets the envelopes of this EnvelopesInformation. - + """Gets the envelopes of this EnvelopesInformation. # noqa: E501 - :return: The envelopes of this EnvelopesInformation. + # noqa: E501 + + :return: The envelopes of this EnvelopesInformation. # noqa: E501 :rtype: list[Envelope] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this EnvelopesInformation. - + """Sets the envelopes of this EnvelopesInformation. + + # noqa: E501 - :param envelopes: The envelopes of this EnvelopesInformation. + :param envelopes: The envelopes of this EnvelopesInformation. # noqa: E501 :type: list[Envelope] """ @@ -141,22 +168,22 @@ def envelopes(self, envelopes): @property def envelope_transaction_statuses(self): - """ - Gets the envelope_transaction_statuses of this EnvelopesInformation. - + """Gets the envelope_transaction_statuses of this EnvelopesInformation. # noqa: E501 + + # noqa: E501 - :return: The envelope_transaction_statuses of this EnvelopesInformation. + :return: The envelope_transaction_statuses of this EnvelopesInformation. # noqa: E501 :rtype: list[EnvelopeTransactionStatus] """ return self._envelope_transaction_statuses @envelope_transaction_statuses.setter def envelope_transaction_statuses(self, envelope_transaction_statuses): - """ - Sets the envelope_transaction_statuses of this EnvelopesInformation. - + """Sets the envelope_transaction_statuses of this EnvelopesInformation. + + # noqa: E501 - :param envelope_transaction_statuses: The envelope_transaction_statuses of this EnvelopesInformation. + :param envelope_transaction_statuses: The envelope_transaction_statuses of this EnvelopesInformation. # noqa: E501 :type: list[EnvelopeTransactionStatus] """ @@ -164,22 +191,22 @@ def envelope_transaction_statuses(self, envelope_transaction_statuses): @property def folders(self): - """ - Gets the folders of this EnvelopesInformation. - + """Gets the folders of this EnvelopesInformation. # noqa: E501 + + # noqa: E501 - :return: The folders of this EnvelopesInformation. + :return: The folders of this EnvelopesInformation. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this EnvelopesInformation. - + """Sets the folders of this EnvelopesInformation. + + # noqa: E501 - :param folders: The folders of this EnvelopesInformation. + :param folders: The folders of this EnvelopesInformation. # noqa: E501 :type: list[Folder] """ @@ -187,22 +214,22 @@ def folders(self, folders): @property def last_queried_date_time(self): - """ - Gets the last_queried_date_time of this EnvelopesInformation. - + """Gets the last_queried_date_time of this EnvelopesInformation. # noqa: E501 - :return: The last_queried_date_time of this EnvelopesInformation. + # noqa: E501 + + :return: The last_queried_date_time of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._last_queried_date_time @last_queried_date_time.setter def last_queried_date_time(self, last_queried_date_time): - """ - Sets the last_queried_date_time of this EnvelopesInformation. - + """Sets the last_queried_date_time of this EnvelopesInformation. - :param last_queried_date_time: The last_queried_date_time of this EnvelopesInformation. + # noqa: E501 + + :param last_queried_date_time: The last_queried_date_time of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -210,22 +237,22 @@ def last_queried_date_time(self, last_queried_date_time): @property def next_uri(self): - """ - Gets the next_uri of this EnvelopesInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this EnvelopesInformation. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this EnvelopesInformation. + :return: The next_uri of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this EnvelopesInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this EnvelopesInformation. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this EnvelopesInformation. + :param next_uri: The next_uri of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -233,22 +260,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this EnvelopesInformation. - The postal code for the billing address. + """Gets the previous_uri of this EnvelopesInformation. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this EnvelopesInformation. + :return: The previous_uri of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this EnvelopesInformation. - The postal code for the billing address. + """Sets the previous_uri of this EnvelopesInformation. - :param previous_uri: The previous_uri of this EnvelopesInformation. + The postal code for the billing address. # noqa: E501 + + :param previous_uri: The previous_uri of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -256,22 +283,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this EnvelopesInformation. - The number of results returned in this response. + """Gets the result_set_size of this EnvelopesInformation. # noqa: E501 - :return: The result_set_size of this EnvelopesInformation. + The number of results returned in this response. # noqa: E501 + + :return: The result_set_size of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this EnvelopesInformation. - The number of results returned in this response. + """Sets the result_set_size of this EnvelopesInformation. - :param result_set_size: The result_set_size of this EnvelopesInformation. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -279,22 +306,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this EnvelopesInformation. - Starting position of the current result set. + """Gets the start_position of this EnvelopesInformation. # noqa: E501 - :return: The start_position of this EnvelopesInformation. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this EnvelopesInformation. - Starting position of the current result set. + """Sets the start_position of this EnvelopesInformation. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this EnvelopesInformation. + :param start_position: The start_position of this EnvelopesInformation. # noqa: E501 :type: str """ @@ -302,34 +329,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this EnvelopesInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this EnvelopesInformation. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this EnvelopesInformation. + :return: The total_set_size of this EnvelopesInformation. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this EnvelopesInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this EnvelopesInformation. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this EnvelopesInformation. + :param total_set_size: The total_set_size of this EnvelopesInformation. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -346,29 +371,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EnvelopesInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EnvelopesInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/error_details.py b/docusign_esign/models/error_details.py index 25b19217..6fdb482c 100644 --- a/docusign_esign/models/error_details.py +++ b/docusign_esign/models/error_details.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ErrorDetails(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_code=None, message=None): - """ - ErrorDetails - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_code': 'str', - 'message': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_code': 'str', + 'message': 'str' + } - self.attribute_map = { - 'error_code': 'errorCode', - 'message': 'message' - } + attribute_map = { + 'error_code': 'errorCode', + 'message': 'message' + } - self._error_code = error_code - self._message = message + def __init__(self, error_code=None, message=None): # noqa: E501 + """ErrorDetails - a model defined in Swagger""" # noqa: E501 + + self._error_code = None + self._message = None + self.discriminator = None + + if error_code is not None: + self.error_code = error_code + if message is not None: + self.message = message @property def error_code(self): - """ - Gets the error_code of this ErrorDetails. - An error code associated with the error. + """Gets the error_code of this ErrorDetails. # noqa: E501 - :return: The error_code of this ErrorDetails. + An error code associated with the error. # noqa: E501 + + :return: The error_code of this ErrorDetails. # noqa: E501 :rtype: str """ return self._error_code @error_code.setter def error_code(self, error_code): - """ - Sets the error_code of this ErrorDetails. - An error code associated with the error. + """Sets the error_code of this ErrorDetails. + + An error code associated with the error. # noqa: E501 - :param error_code: The error_code of this ErrorDetails. + :param error_code: The error_code of this ErrorDetails. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def error_code(self, error_code): @property def message(self): - """ - Gets the message of this ErrorDetails. - A short error message. + """Gets the message of this ErrorDetails. # noqa: E501 + + A short error message. # noqa: E501 - :return: The message of this ErrorDetails. + :return: The message of this ErrorDetails. # noqa: E501 :rtype: str """ return self._message @message.setter def message(self, message): - """ - Sets the message of this ErrorDetails. - A short error message. + """Sets the message of this ErrorDetails. + + A short error message. # noqa: E501 - :param message: The message of this ErrorDetails. + :param message: The message of this ErrorDetails. # noqa: E501 :type: str """ self._message = message def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ErrorDetails, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ErrorDetails): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/event_notification.py b/docusign_esign/models/event_notification.py index ae9398f6..5c342b82 100644 --- a/docusign_esign/models/event_notification.py +++ b/docusign_esign/models/event_notification.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,101 +11,140 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EventNotification(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_events=None, event_data=None, include_certificate_of_completion=None, include_certificate_with_soap=None, include_document_fields=None, include_documents=None, include_envelope_void_reason=None, include_hmac=None, include_sender_account_as_custom_field=None, include_time_zone=None, logging_enabled=None, recipient_events=None, require_acknowledgment=None, sign_message_with_x509_cert=None, soap_name_space=None, url=None, use_soap_interface=None): - """ - EventNotification - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_events': 'list[EnvelopeEvent]', - 'event_data': 'ConnectEventData', - 'include_certificate_of_completion': 'str', - 'include_certificate_with_soap': 'str', - 'include_document_fields': 'str', - 'include_documents': 'str', - 'include_envelope_void_reason': 'str', - 'include_hmac': 'str', - 'include_sender_account_as_custom_field': 'str', - 'include_time_zone': 'str', - 'logging_enabled': 'str', - 'recipient_events': 'list[RecipientEvent]', - 'require_acknowledgment': 'str', - 'sign_message_with_x509_cert': 'str', - 'soap_name_space': 'str', - 'url': 'str', - 'use_soap_interface': 'str' - } - - self.attribute_map = { - 'envelope_events': 'envelopeEvents', - 'event_data': 'eventData', - 'include_certificate_of_completion': 'includeCertificateOfCompletion', - 'include_certificate_with_soap': 'includeCertificateWithSoap', - 'include_document_fields': 'includeDocumentFields', - 'include_documents': 'includeDocuments', - 'include_envelope_void_reason': 'includeEnvelopeVoidReason', - 'include_hmac': 'includeHMAC', - 'include_sender_account_as_custom_field': 'includeSenderAccountAsCustomField', - 'include_time_zone': 'includeTimeZone', - 'logging_enabled': 'loggingEnabled', - 'recipient_events': 'recipientEvents', - 'require_acknowledgment': 'requireAcknowledgment', - 'sign_message_with_x509_cert': 'signMessageWithX509Cert', - 'soap_name_space': 'soapNameSpace', - 'url': 'url', - 'use_soap_interface': 'useSoapInterface' - } - self._envelope_events = envelope_events - self._event_data = event_data - self._include_certificate_of_completion = include_certificate_of_completion - self._include_certificate_with_soap = include_certificate_with_soap - self._include_document_fields = include_document_fields - self._include_documents = include_documents - self._include_envelope_void_reason = include_envelope_void_reason - self._include_hmac = include_hmac - self._include_sender_account_as_custom_field = include_sender_account_as_custom_field - self._include_time_zone = include_time_zone - self._logging_enabled = logging_enabled - self._recipient_events = recipient_events - self._require_acknowledgment = require_acknowledgment - self._sign_message_with_x509_cert = sign_message_with_x509_cert - self._soap_name_space = soap_name_space - self._url = url - self._use_soap_interface = use_soap_interface + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_events': 'list[EnvelopeEvent]', + 'event_data': 'ConnectEventData', + 'include_certificate_of_completion': 'str', + 'include_certificate_with_soap': 'str', + 'include_document_fields': 'str', + 'include_documents': 'str', + 'include_envelope_void_reason': 'str', + 'include_hmac': 'str', + 'include_sender_account_as_custom_field': 'str', + 'include_time_zone': 'str', + 'logging_enabled': 'str', + 'recipient_events': 'list[RecipientEvent]', + 'require_acknowledgment': 'str', + 'sign_message_with_x509_cert': 'str', + 'soap_name_space': 'str', + 'url': 'str', + 'use_soap_interface': 'str' + } + + attribute_map = { + 'envelope_events': 'envelopeEvents', + 'event_data': 'eventData', + 'include_certificate_of_completion': 'includeCertificateOfCompletion', + 'include_certificate_with_soap': 'includeCertificateWithSoap', + 'include_document_fields': 'includeDocumentFields', + 'include_documents': 'includeDocuments', + 'include_envelope_void_reason': 'includeEnvelopeVoidReason', + 'include_hmac': 'includeHMAC', + 'include_sender_account_as_custom_field': 'includeSenderAccountAsCustomField', + 'include_time_zone': 'includeTimeZone', + 'logging_enabled': 'loggingEnabled', + 'recipient_events': 'recipientEvents', + 'require_acknowledgment': 'requireAcknowledgment', + 'sign_message_with_x509_cert': 'signMessageWithX509Cert', + 'soap_name_space': 'soapNameSpace', + 'url': 'url', + 'use_soap_interface': 'useSoapInterface' + } + + def __init__(self, envelope_events=None, event_data=None, include_certificate_of_completion=None, include_certificate_with_soap=None, include_document_fields=None, include_documents=None, include_envelope_void_reason=None, include_hmac=None, include_sender_account_as_custom_field=None, include_time_zone=None, logging_enabled=None, recipient_events=None, require_acknowledgment=None, sign_message_with_x509_cert=None, soap_name_space=None, url=None, use_soap_interface=None): # noqa: E501 + """EventNotification - a model defined in Swagger""" # noqa: E501 + + self._envelope_events = None + self._event_data = None + self._include_certificate_of_completion = None + self._include_certificate_with_soap = None + self._include_document_fields = None + self._include_documents = None + self._include_envelope_void_reason = None + self._include_hmac = None + self._include_sender_account_as_custom_field = None + self._include_time_zone = None + self._logging_enabled = None + self._recipient_events = None + self._require_acknowledgment = None + self._sign_message_with_x509_cert = None + self._soap_name_space = None + self._url = None + self._use_soap_interface = None + self.discriminator = None + + if envelope_events is not None: + self.envelope_events = envelope_events + if event_data is not None: + self.event_data = event_data + if include_certificate_of_completion is not None: + self.include_certificate_of_completion = include_certificate_of_completion + if include_certificate_with_soap is not None: + self.include_certificate_with_soap = include_certificate_with_soap + if include_document_fields is not None: + self.include_document_fields = include_document_fields + if include_documents is not None: + self.include_documents = include_documents + if include_envelope_void_reason is not None: + self.include_envelope_void_reason = include_envelope_void_reason + if include_hmac is not None: + self.include_hmac = include_hmac + if include_sender_account_as_custom_field is not None: + self.include_sender_account_as_custom_field = include_sender_account_as_custom_field + if include_time_zone is not None: + self.include_time_zone = include_time_zone + if logging_enabled is not None: + self.logging_enabled = logging_enabled + if recipient_events is not None: + self.recipient_events = recipient_events + if require_acknowledgment is not None: + self.require_acknowledgment = require_acknowledgment + if sign_message_with_x509_cert is not None: + self.sign_message_with_x509_cert = sign_message_with_x509_cert + if soap_name_space is not None: + self.soap_name_space = soap_name_space + if url is not None: + self.url = url + if use_soap_interface is not None: + self.use_soap_interface = use_soap_interface @property def envelope_events(self): - """ - Gets the envelope_events of this EventNotification. - A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. + """Gets the envelope_events of this EventNotification. # noqa: E501 - :return: The envelope_events of this EventNotification. + A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. # noqa: E501 + + :return: The envelope_events of this EventNotification. # noqa: E501 :rtype: list[EnvelopeEvent] """ return self._envelope_events @envelope_events.setter def envelope_events(self, envelope_events): - """ - Sets the envelope_events of this EventNotification. - A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. + """Sets the envelope_events of this EventNotification. + + A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. # noqa: E501 - :param envelope_events: The envelope_events of this EventNotification. + :param envelope_events: The envelope_events of this EventNotification. # noqa: E501 :type: list[EnvelopeEvent] """ @@ -113,20 +152,20 @@ def envelope_events(self, envelope_events): @property def event_data(self): - """ - Gets the event_data of this EventNotification. + """Gets the event_data of this EventNotification. # noqa: E501 + - :return: The event_data of this EventNotification. + :return: The event_data of this EventNotification. # noqa: E501 :rtype: ConnectEventData """ return self._event_data @event_data.setter def event_data(self, event_data): - """ - Sets the event_data of this EventNotification. + """Sets the event_data of this EventNotification. + - :param event_data: The event_data of this EventNotification. + :param event_data: The event_data of this EventNotification. # noqa: E501 :type: ConnectEventData """ @@ -134,22 +173,22 @@ def event_data(self, event_data): @property def include_certificate_of_completion(self): - """ - Gets the include_certificate_of_completion of this EventNotification. - When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. + """Gets the include_certificate_of_completion of this EventNotification. # noqa: E501 + + When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. # noqa: E501 - :return: The include_certificate_of_completion of this EventNotification. + :return: The include_certificate_of_completion of this EventNotification. # noqa: E501 :rtype: str """ return self._include_certificate_of_completion @include_certificate_of_completion.setter def include_certificate_of_completion(self, include_certificate_of_completion): - """ - Sets the include_certificate_of_completion of this EventNotification. - When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. + """Sets the include_certificate_of_completion of this EventNotification. - :param include_certificate_of_completion: The include_certificate_of_completion of this EventNotification. + When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes. # noqa: E501 + + :param include_certificate_of_completion: The include_certificate_of_completion of this EventNotification. # noqa: E501 :type: str """ @@ -157,22 +196,22 @@ def include_certificate_of_completion(self, include_certificate_of_completion): @property def include_certificate_with_soap(self): - """ - Gets the include_certificate_with_soap of this EventNotification. - When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml. This appears in the XML as wsse:BinarySecurityToken. + """Gets the include_certificate_with_soap of this EventNotification. # noqa: E501 + + When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml. This appears in the XML as wsse:BinarySecurityToken. # noqa: E501 - :return: The include_certificate_with_soap of this EventNotification. + :return: The include_certificate_with_soap of this EventNotification. # noqa: E501 :rtype: str """ return self._include_certificate_with_soap @include_certificate_with_soap.setter def include_certificate_with_soap(self, include_certificate_with_soap): - """ - Sets the include_certificate_with_soap of this EventNotification. - When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml. This appears in the XML as wsse:BinarySecurityToken. + """Sets the include_certificate_with_soap of this EventNotification. + + When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml. This appears in the XML as wsse:BinarySecurityToken. # noqa: E501 - :param include_certificate_with_soap: The include_certificate_with_soap of this EventNotification. + :param include_certificate_with_soap: The include_certificate_with_soap of this EventNotification. # noqa: E501 :type: str """ @@ -180,22 +219,22 @@ def include_certificate_with_soap(self, include_certificate_with_soap): @property def include_document_fields(self): - """ - Gets the include_document_fields of this EventNotification. - When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. + """Gets the include_document_fields of this EventNotification. # noqa: E501 - :return: The include_document_fields of this EventNotification. + When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. # noqa: E501 + + :return: The include_document_fields of this EventNotification. # noqa: E501 :rtype: str """ return self._include_document_fields @include_document_fields.setter def include_document_fields(self, include_document_fields): - """ - Sets the include_document_fields of this EventNotification. - When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. + """Sets the include_document_fields of this EventNotification. + + When set to **true**, the Document Fields associated with envelope documents are included in the data. Document Fields are optional custom name-value pairs added to documents using the API. # noqa: E501 - :param include_document_fields: The include_document_fields of this EventNotification. + :param include_document_fields: The include_document_fields of this EventNotification. # noqa: E501 :type: str """ @@ -203,22 +242,22 @@ def include_document_fields(self, include_document_fields): @property def include_documents(self): - """ - Gets the include_documents of this EventNotification. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Gets the include_documents of this EventNotification. # noqa: E501 + + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 - :return: The include_documents of this EventNotification. + :return: The include_documents of this EventNotification. # noqa: E501 :rtype: str """ return self._include_documents @include_documents.setter def include_documents(self, include_documents): - """ - Sets the include_documents of this EventNotification. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Sets the include_documents of this EventNotification. - :param include_documents: The include_documents of this EventNotification. + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 + + :param include_documents: The include_documents of this EventNotification. # noqa: E501 :type: str """ @@ -226,22 +265,22 @@ def include_documents(self, include_documents): @property def include_envelope_void_reason(self): - """ - Gets the include_envelope_void_reason of this EventNotification. - When set to **true**, this tells the Connect Service to include the void reason, as entered by the person that voided the envelope, in the message. + """Gets the include_envelope_void_reason of this EventNotification. # noqa: E501 + + When set to **true**, this tells the Connect Service to include the void reason, as entered by the person that voided the envelope, in the message. # noqa: E501 - :return: The include_envelope_void_reason of this EventNotification. + :return: The include_envelope_void_reason of this EventNotification. # noqa: E501 :rtype: str """ return self._include_envelope_void_reason @include_envelope_void_reason.setter def include_envelope_void_reason(self, include_envelope_void_reason): - """ - Sets the include_envelope_void_reason of this EventNotification. - When set to **true**, this tells the Connect Service to include the void reason, as entered by the person that voided the envelope, in the message. + """Sets the include_envelope_void_reason of this EventNotification. + + When set to **true**, this tells the Connect Service to include the void reason, as entered by the person that voided the envelope, in the message. # noqa: E501 - :param include_envelope_void_reason: The include_envelope_void_reason of this EventNotification. + :param include_envelope_void_reason: The include_envelope_void_reason of this EventNotification. # noqa: E501 :type: str """ @@ -249,22 +288,22 @@ def include_envelope_void_reason(self, include_envelope_void_reason): @property def include_hmac(self): - """ - Gets the include_hmac of this EventNotification. - + """Gets the include_hmac of this EventNotification. # noqa: E501 - :return: The include_hmac of this EventNotification. + # noqa: E501 + + :return: The include_hmac of this EventNotification. # noqa: E501 :rtype: str """ return self._include_hmac @include_hmac.setter def include_hmac(self, include_hmac): - """ - Sets the include_hmac of this EventNotification. - + """Sets the include_hmac of this EventNotification. - :param include_hmac: The include_hmac of this EventNotification. + # noqa: E501 + + :param include_hmac: The include_hmac of this EventNotification. # noqa: E501 :type: str """ @@ -272,22 +311,22 @@ def include_hmac(self, include_hmac): @property def include_sender_account_as_custom_field(self): - """ - Gets the include_sender_account_as_custom_field of this EventNotification. - When set to **true**, the sender account ID is included as a envelope custom field in the data. + """Gets the include_sender_account_as_custom_field of this EventNotification. # noqa: E501 - :return: The include_sender_account_as_custom_field of this EventNotification. + When set to **true**, the sender account ID is included as a envelope custom field in the data. # noqa: E501 + + :return: The include_sender_account_as_custom_field of this EventNotification. # noqa: E501 :rtype: str """ return self._include_sender_account_as_custom_field @include_sender_account_as_custom_field.setter def include_sender_account_as_custom_field(self, include_sender_account_as_custom_field): - """ - Sets the include_sender_account_as_custom_field of this EventNotification. - When set to **true**, the sender account ID is included as a envelope custom field in the data. + """Sets the include_sender_account_as_custom_field of this EventNotification. + + When set to **true**, the sender account ID is included as a envelope custom field in the data. # noqa: E501 - :param include_sender_account_as_custom_field: The include_sender_account_as_custom_field of this EventNotification. + :param include_sender_account_as_custom_field: The include_sender_account_as_custom_field of this EventNotification. # noqa: E501 :type: str """ @@ -295,22 +334,22 @@ def include_sender_account_as_custom_field(self, include_sender_account_as_custo @property def include_time_zone(self): - """ - Gets the include_time_zone of this EventNotification. - When set to **true**, the envelope time zone information is included in the message. + """Gets the include_time_zone of this EventNotification. # noqa: E501 + + When set to **true**, the envelope time zone information is included in the message. # noqa: E501 - :return: The include_time_zone of this EventNotification. + :return: The include_time_zone of this EventNotification. # noqa: E501 :rtype: str """ return self._include_time_zone @include_time_zone.setter def include_time_zone(self, include_time_zone): - """ - Sets the include_time_zone of this EventNotification. - When set to **true**, the envelope time zone information is included in the message. + """Sets the include_time_zone of this EventNotification. - :param include_time_zone: The include_time_zone of this EventNotification. + When set to **true**, the envelope time zone information is included in the message. # noqa: E501 + + :param include_time_zone: The include_time_zone of this EventNotification. # noqa: E501 :type: str """ @@ -318,22 +357,22 @@ def include_time_zone(self, include_time_zone): @property def logging_enabled(self): - """ - Gets the logging_enabled of this EventNotification. - When set to **true**, logging is turned on for envelope events on the Web Console Connect page. + """Gets the logging_enabled of this EventNotification. # noqa: E501 + + When set to **true**, logging is turned on for envelope events on the Web Console Connect page. # noqa: E501 - :return: The logging_enabled of this EventNotification. + :return: The logging_enabled of this EventNotification. # noqa: E501 :rtype: str """ return self._logging_enabled @logging_enabled.setter def logging_enabled(self, logging_enabled): - """ - Sets the logging_enabled of this EventNotification. - When set to **true**, logging is turned on for envelope events on the Web Console Connect page. + """Sets the logging_enabled of this EventNotification. + + When set to **true**, logging is turned on for envelope events on the Web Console Connect page. # noqa: E501 - :param logging_enabled: The logging_enabled of this EventNotification. + :param logging_enabled: The logging_enabled of this EventNotification. # noqa: E501 :type: str """ @@ -341,22 +380,22 @@ def logging_enabled(self, logging_enabled): @property def recipient_events(self): - """ - Gets the recipient_events of this EventNotification. - A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. + """Gets the recipient_events of this EventNotification. # noqa: E501 - :return: The recipient_events of this EventNotification. + A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. # noqa: E501 + + :return: The recipient_events of this EventNotification. # noqa: E501 :rtype: list[RecipientEvent] """ return self._recipient_events @recipient_events.setter def recipient_events(self, recipient_events): - """ - Sets the recipient_events of this EventNotification. - A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. + """Sets the recipient_events of this EventNotification. + + A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both. # noqa: E501 - :param recipient_events: The recipient_events of this EventNotification. + :param recipient_events: The recipient_events of this EventNotification. # noqa: E501 :type: list[RecipientEvent] """ @@ -364,22 +403,22 @@ def recipient_events(self, recipient_events): @property def require_acknowledgment(self): - """ - Gets the require_acknowledgment of this EventNotification. - When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures. + """Gets the require_acknowledgment of this EventNotification. # noqa: E501 + + When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures. # noqa: E501 - :return: The require_acknowledgment of this EventNotification. + :return: The require_acknowledgment of this EventNotification. # noqa: E501 :rtype: str """ return self._require_acknowledgment @require_acknowledgment.setter def require_acknowledgment(self, require_acknowledgment): - """ - Sets the require_acknowledgment of this EventNotification. - When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures. + """Sets the require_acknowledgment of this EventNotification. - :param require_acknowledgment: The require_acknowledgment of this EventNotification. + When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures. # noqa: E501 + + :param require_acknowledgment: The require_acknowledgment of this EventNotification. # noqa: E501 :type: str """ @@ -387,22 +426,22 @@ def require_acknowledgment(self, require_acknowledgment): @property def sign_message_with_x509_cert(self): - """ - Gets the sign_message_with_x509_cert of this EventNotification. - When set to **true**, messages are signed with an X509 certificate. This provides support for 2-way SSL in the envelope. + """Gets the sign_message_with_x509_cert of this EventNotification. # noqa: E501 + + When set to **true**, messages are signed with an X509 certificate. This provides support for 2-way SSL in the envelope. # noqa: E501 - :return: The sign_message_with_x509_cert of this EventNotification. + :return: The sign_message_with_x509_cert of this EventNotification. # noqa: E501 :rtype: str """ return self._sign_message_with_x509_cert @sign_message_with_x509_cert.setter def sign_message_with_x509_cert(self, sign_message_with_x509_cert): - """ - Sets the sign_message_with_x509_cert of this EventNotification. - When set to **true**, messages are signed with an X509 certificate. This provides support for 2-way SSL in the envelope. + """Sets the sign_message_with_x509_cert of this EventNotification. + + When set to **true**, messages are signed with an X509 certificate. This provides support for 2-way SSL in the envelope. # noqa: E501 - :param sign_message_with_x509_cert: The sign_message_with_x509_cert of this EventNotification. + :param sign_message_with_x509_cert: The sign_message_with_x509_cert of this EventNotification. # noqa: E501 :type: str """ @@ -410,22 +449,22 @@ def sign_message_with_x509_cert(self, sign_message_with_x509_cert): @property def soap_name_space(self): - """ - Gets the soap_name_space of this EventNotification. - This lists the namespace in the SOAP listener provided. + """Gets the soap_name_space of this EventNotification. # noqa: E501 + + This lists the namespace in the SOAP listener provided. # noqa: E501 - :return: The soap_name_space of this EventNotification. + :return: The soap_name_space of this EventNotification. # noqa: E501 :rtype: str """ return self._soap_name_space @soap_name_space.setter def soap_name_space(self, soap_name_space): - """ - Sets the soap_name_space of this EventNotification. - This lists the namespace in the SOAP listener provided. + """Sets the soap_name_space of this EventNotification. + + This lists the namespace in the SOAP listener provided. # noqa: E501 - :param soap_name_space: The soap_name_space of this EventNotification. + :param soap_name_space: The soap_name_space of this EventNotification. # noqa: E501 :type: str """ @@ -433,22 +472,22 @@ def soap_name_space(self, soap_name_space): @property def url(self): - """ - Gets the url of this EventNotification. - Specifies the endpoint to which envelope updates are sent. Udpates are sent as XML unless `useSoapInterface` property is set to **true**. + """Gets the url of this EventNotification. # noqa: E501 - :return: The url of this EventNotification. + Specifies the endpoint to which envelope updates are sent. Udpates are sent as XML unless `useSoapInterface` property is set to **true**. # noqa: E501 + + :return: The url of this EventNotification. # noqa: E501 :rtype: str """ return self._url @url.setter def url(self, url): - """ - Sets the url of this EventNotification. - Specifies the endpoint to which envelope updates are sent. Udpates are sent as XML unless `useSoapInterface` property is set to **true**. + """Sets the url of this EventNotification. + + Specifies the endpoint to which envelope updates are sent. Udpates are sent as XML unless `useSoapInterface` property is set to **true**. # noqa: E501 - :param url: The url of this EventNotification. + :param url: The url of this EventNotification. # noqa: E501 :type: str """ @@ -456,34 +495,32 @@ def url(self, url): @property def use_soap_interface(self): - """ - Gets the use_soap_interface of this EventNotification. - When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface. + """Gets the use_soap_interface of this EventNotification. # noqa: E501 + + When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface. # noqa: E501 - :return: The use_soap_interface of this EventNotification. + :return: The use_soap_interface of this EventNotification. # noqa: E501 :rtype: str """ return self._use_soap_interface @use_soap_interface.setter def use_soap_interface(self, use_soap_interface): - """ - Sets the use_soap_interface of this EventNotification. - When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface. + """Sets the use_soap_interface of this EventNotification. - :param use_soap_interface: The use_soap_interface of this EventNotification. + When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface. # noqa: E501 + + :param use_soap_interface: The use_soap_interface of this EventNotification. # noqa: E501 :type: str """ self._use_soap_interface = use_soap_interface def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -500,29 +537,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EventNotification, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EventNotification): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/event_result.py b/docusign_esign/models/event_result.py index 32ca1d13..30fba812 100644 --- a/docusign_esign/models/event_result.py +++ b/docusign_esign/models/event_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class EventResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, event_timestamp=None, failure_description=None, status=None, vendor_failure_status_code=None): - """ - EventResult - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'event_timestamp': 'str', - 'failure_description': 'str', - 'status': 'str', - 'vendor_failure_status_code': 'str' - } - - self.attribute_map = { - 'event_timestamp': 'eventTimestamp', - 'failure_description': 'failureDescription', - 'status': 'status', - 'vendor_failure_status_code': 'vendorFailureStatusCode' - } - self._event_timestamp = event_timestamp - self._failure_description = failure_description - self._status = status - self._vendor_failure_status_code = vendor_failure_status_code + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'event_timestamp': 'str', + 'failure_description': 'str', + 'status': 'str', + 'vendor_failure_status_code': 'str' + } + + attribute_map = { + 'event_timestamp': 'eventTimestamp', + 'failure_description': 'failureDescription', + 'status': 'status', + 'vendor_failure_status_code': 'vendorFailureStatusCode' + } + + def __init__(self, event_timestamp=None, failure_description=None, status=None, vendor_failure_status_code=None): # noqa: E501 + """EventResult - a model defined in Swagger""" # noqa: E501 + + self._event_timestamp = None + self._failure_description = None + self._status = None + self._vendor_failure_status_code = None + self.discriminator = None + + if event_timestamp is not None: + self.event_timestamp = event_timestamp + if failure_description is not None: + self.failure_description = failure_description + if status is not None: + self.status = status + if vendor_failure_status_code is not None: + self.vendor_failure_status_code = vendor_failure_status_code @property def event_timestamp(self): - """ - Gets the event_timestamp of this EventResult. - + """Gets the event_timestamp of this EventResult. # noqa: E501 - :return: The event_timestamp of this EventResult. + # noqa: E501 + + :return: The event_timestamp of this EventResult. # noqa: E501 :rtype: str """ return self._event_timestamp @event_timestamp.setter def event_timestamp(self, event_timestamp): - """ - Sets the event_timestamp of this EventResult. - + """Sets the event_timestamp of this EventResult. - :param event_timestamp: The event_timestamp of this EventResult. + # noqa: E501 + + :param event_timestamp: The event_timestamp of this EventResult. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def event_timestamp(self, event_timestamp): @property def failure_description(self): - """ - Gets the failure_description of this EventResult. - + """Gets the failure_description of this EventResult. # noqa: E501 + + # noqa: E501 - :return: The failure_description of this EventResult. + :return: The failure_description of this EventResult. # noqa: E501 :rtype: str """ return self._failure_description @failure_description.setter def failure_description(self, failure_description): - """ - Sets the failure_description of this EventResult. - + """Sets the failure_description of this EventResult. + + # noqa: E501 - :param failure_description: The failure_description of this EventResult. + :param failure_description: The failure_description of this EventResult. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def failure_description(self, failure_description): @property def status(self): - """ - Gets the status of this EventResult. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this EventResult. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this EventResult. + :return: The status of this EventResult. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this EventResult. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this EventResult. - :param status: The status of this EventResult. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this EventResult. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def status(self, status): @property def vendor_failure_status_code(self): - """ - Gets the vendor_failure_status_code of this EventResult. - + """Gets the vendor_failure_status_code of this EventResult. # noqa: E501 - :return: The vendor_failure_status_code of this EventResult. + # noqa: E501 + + :return: The vendor_failure_status_code of this EventResult. # noqa: E501 :rtype: str """ return self._vendor_failure_status_code @vendor_failure_status_code.setter def vendor_failure_status_code(self, vendor_failure_status_code): - """ - Sets the vendor_failure_status_code of this EventResult. - + """Sets the vendor_failure_status_code of this EventResult. + + # noqa: E501 - :param vendor_failure_status_code: The vendor_failure_status_code of this EventResult. + :param vendor_failure_status_code: The vendor_failure_status_code of this EventResult. # noqa: E501 :type: str """ self._vendor_failure_status_code = vendor_failure_status_code def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(EventResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, EventResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/expirations.py b/docusign_esign/models/expirations.py index edb3547a..0e3f3980 100644 --- a/docusign_esign/models/expirations.py +++ b/docusign_esign/models/expirations.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Expirations(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expire_after=None, expire_enabled=None, expire_warn=None): - """ - Expirations - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expire_after': 'str', - 'expire_enabled': 'str', - 'expire_warn': 'str' - } - - self.attribute_map = { - 'expire_after': 'expireAfter', - 'expire_enabled': 'expireEnabled', - 'expire_warn': 'expireWarn' - } - - self._expire_after = expire_after - self._expire_enabled = expire_enabled - self._expire_warn = expire_warn + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expire_after': 'str', + 'expire_enabled': 'str', + 'expire_warn': 'str' + } + + attribute_map = { + 'expire_after': 'expireAfter', + 'expire_enabled': 'expireEnabled', + 'expire_warn': 'expireWarn' + } + + def __init__(self, expire_after=None, expire_enabled=None, expire_warn=None): # noqa: E501 + """Expirations - a model defined in Swagger""" # noqa: E501 + + self._expire_after = None + self._expire_enabled = None + self._expire_warn = None + self.discriminator = None + + if expire_after is not None: + self.expire_after = expire_after + if expire_enabled is not None: + self.expire_enabled = expire_enabled + if expire_warn is not None: + self.expire_warn = expire_warn @property def expire_after(self): - """ - Gets the expire_after of this Expirations. - An integer that sets the number of days the envelope is active. + """Gets the expire_after of this Expirations. # noqa: E501 + + An integer that sets the number of days the envelope is active. # noqa: E501 - :return: The expire_after of this Expirations. + :return: The expire_after of this Expirations. # noqa: E501 :rtype: str """ return self._expire_after @expire_after.setter def expire_after(self, expire_after): - """ - Sets the expire_after of this Expirations. - An integer that sets the number of days the envelope is active. + """Sets the expire_after of this Expirations. + + An integer that sets the number of days the envelope is active. # noqa: E501 - :param expire_after: The expire_after of this Expirations. + :param expire_after: The expire_after of this Expirations. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def expire_after(self, expire_after): @property def expire_enabled(self): - """ - Gets the expire_enabled of this Expirations. - When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. + """Gets the expire_enabled of this Expirations. # noqa: E501 + + When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. # noqa: E501 - :return: The expire_enabled of this Expirations. + :return: The expire_enabled of this Expirations. # noqa: E501 :rtype: str """ return self._expire_enabled @expire_enabled.setter def expire_enabled(self, expire_enabled): - """ - Sets the expire_enabled of this Expirations. - When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. + """Sets the expire_enabled of this Expirations. + + When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. # noqa: E501 - :param expire_enabled: The expire_enabled of this Expirations. + :param expire_enabled: The expire_enabled of this Expirations. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def expire_enabled(self, expire_enabled): @property def expire_warn(self): - """ - Gets the expire_warn of this Expirations. - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent. + """Gets the expire_warn of this Expirations. # noqa: E501 - :return: The expire_warn of this Expirations. + An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent. # noqa: E501 + + :return: The expire_warn of this Expirations. # noqa: E501 :rtype: str """ return self._expire_warn @expire_warn.setter def expire_warn(self, expire_warn): - """ - Sets the expire_warn of this Expirations. - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent. + """Sets the expire_warn of this Expirations. - :param expire_warn: The expire_warn of this Expirations. + An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent. # noqa: E501 + + :param expire_warn: The expire_warn of this Expirations. # noqa: E501 :type: str """ self._expire_warn = expire_warn def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Expirations, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Expirations): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/external_doc_service_error_details.py b/docusign_esign/models/external_doc_service_error_details.py index c0090366..5c136b95 100644 --- a/docusign_esign/models/external_doc_service_error_details.py +++ b/docusign_esign/models/external_doc_service_error_details.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ExternalDocServiceErrorDetails(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, authentication_url=None, error_code=None, message=None): - """ - ExternalDocServiceErrorDetails - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'authentication_url': 'str', - 'error_code': 'str', - 'message': 'str' - } - - self.attribute_map = { - 'authentication_url': 'authenticationUrl', - 'error_code': 'errorCode', - 'message': 'message' - } - - self._authentication_url = authentication_url - self._error_code = error_code - self._message = message + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'authentication_url': 'str', + 'error_code': 'str', + 'message': 'str' + } + + attribute_map = { + 'authentication_url': 'authenticationUrl', + 'error_code': 'errorCode', + 'message': 'message' + } + + def __init__(self, authentication_url=None, error_code=None, message=None): # noqa: E501 + """ExternalDocServiceErrorDetails - a model defined in Swagger""" # noqa: E501 + + self._authentication_url = None + self._error_code = None + self._message = None + self.discriminator = None + + if authentication_url is not None: + self.authentication_url = authentication_url + if error_code is not None: + self.error_code = error_code + if message is not None: + self.message = message @property def authentication_url(self): - """ - Gets the authentication_url of this ExternalDocServiceErrorDetails. - Reserved: TBD + """Gets the authentication_url of this ExternalDocServiceErrorDetails. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The authentication_url of this ExternalDocServiceErrorDetails. + :return: The authentication_url of this ExternalDocServiceErrorDetails. # noqa: E501 :rtype: str """ return self._authentication_url @authentication_url.setter def authentication_url(self, authentication_url): - """ - Sets the authentication_url of this ExternalDocServiceErrorDetails. - Reserved: TBD + """Sets the authentication_url of this ExternalDocServiceErrorDetails. + + Reserved: TBD # noqa: E501 - :param authentication_url: The authentication_url of this ExternalDocServiceErrorDetails. + :param authentication_url: The authentication_url of this ExternalDocServiceErrorDetails. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def authentication_url(self, authentication_url): @property def error_code(self): - """ - Gets the error_code of this ExternalDocServiceErrorDetails. - + """Gets the error_code of this ExternalDocServiceErrorDetails. # noqa: E501 + + # noqa: E501 - :return: The error_code of this ExternalDocServiceErrorDetails. + :return: The error_code of this ExternalDocServiceErrorDetails. # noqa: E501 :rtype: str """ return self._error_code @error_code.setter def error_code(self, error_code): - """ - Sets the error_code of this ExternalDocServiceErrorDetails. - + """Sets the error_code of this ExternalDocServiceErrorDetails. + + # noqa: E501 - :param error_code: The error_code of this ExternalDocServiceErrorDetails. + :param error_code: The error_code of this ExternalDocServiceErrorDetails. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def error_code(self, error_code): @property def message(self): - """ - Gets the message of this ExternalDocServiceErrorDetails. - + """Gets the message of this ExternalDocServiceErrorDetails. # noqa: E501 - :return: The message of this ExternalDocServiceErrorDetails. + # noqa: E501 + + :return: The message of this ExternalDocServiceErrorDetails. # noqa: E501 :rtype: str """ return self._message @message.setter def message(self, message): - """ - Sets the message of this ExternalDocServiceErrorDetails. - + """Sets the message of this ExternalDocServiceErrorDetails. - :param message: The message of this ExternalDocServiceErrorDetails. + # noqa: E501 + + :param message: The message of this ExternalDocServiceErrorDetails. # noqa: E501 :type: str """ self._message = message def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ExternalDocServiceErrorDetails, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ExternalDocServiceErrorDetails): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/external_document_sources.py b/docusign_esign/models/external_document_sources.py index f2e0b785..a5ed7f47 100644 --- a/docusign_esign/models/external_document_sources.py +++ b/docusign_esign/models/external_document_sources.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ExternalDocumentSources(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, boxnet_enabled=None, boxnet_metadata=None, dropbox_enabled=None, dropbox_metadata=None, google_drive_enabled=None, google_drive_metadata=None, one_drive_enabled=None, one_drive_metadata=None, salesforce_enabled=None, salesforce_metadata=None): - """ - ExternalDocumentSources - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'boxnet_enabled': 'str', - 'boxnet_metadata': 'SettingsMetadata', - 'dropbox_enabled': 'str', - 'dropbox_metadata': 'SettingsMetadata', - 'google_drive_enabled': 'str', - 'google_drive_metadata': 'SettingsMetadata', - 'one_drive_enabled': 'str', - 'one_drive_metadata': 'SettingsMetadata', - 'salesforce_enabled': 'str', - 'salesforce_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'boxnet_enabled': 'boxnetEnabled', - 'boxnet_metadata': 'boxnetMetadata', - 'dropbox_enabled': 'dropboxEnabled', - 'dropbox_metadata': 'dropboxMetadata', - 'google_drive_enabled': 'googleDriveEnabled', - 'google_drive_metadata': 'googleDriveMetadata', - 'one_drive_enabled': 'oneDriveEnabled', - 'one_drive_metadata': 'oneDriveMetadata', - 'salesforce_enabled': 'salesforceEnabled', - 'salesforce_metadata': 'salesforceMetadata' - } - - self._boxnet_enabled = boxnet_enabled - self._boxnet_metadata = boxnet_metadata - self._dropbox_enabled = dropbox_enabled - self._dropbox_metadata = dropbox_metadata - self._google_drive_enabled = google_drive_enabled - self._google_drive_metadata = google_drive_metadata - self._one_drive_enabled = one_drive_enabled - self._one_drive_metadata = one_drive_metadata - self._salesforce_enabled = salesforce_enabled - self._salesforce_metadata = salesforce_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'boxnet_enabled': 'str', + 'boxnet_metadata': 'SettingsMetadata', + 'dropbox_enabled': 'str', + 'dropbox_metadata': 'SettingsMetadata', + 'google_drive_enabled': 'str', + 'google_drive_metadata': 'SettingsMetadata', + 'one_drive_enabled': 'str', + 'one_drive_metadata': 'SettingsMetadata', + 'salesforce_enabled': 'str', + 'salesforce_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'boxnet_enabled': 'boxnetEnabled', + 'boxnet_metadata': 'boxnetMetadata', + 'dropbox_enabled': 'dropboxEnabled', + 'dropbox_metadata': 'dropboxMetadata', + 'google_drive_enabled': 'googleDriveEnabled', + 'google_drive_metadata': 'googleDriveMetadata', + 'one_drive_enabled': 'oneDriveEnabled', + 'one_drive_metadata': 'oneDriveMetadata', + 'salesforce_enabled': 'salesforceEnabled', + 'salesforce_metadata': 'salesforceMetadata' + } + + def __init__(self, boxnet_enabled=None, boxnet_metadata=None, dropbox_enabled=None, dropbox_metadata=None, google_drive_enabled=None, google_drive_metadata=None, one_drive_enabled=None, one_drive_metadata=None, salesforce_enabled=None, salesforce_metadata=None): # noqa: E501 + """ExternalDocumentSources - a model defined in Swagger""" # noqa: E501 + + self._boxnet_enabled = None + self._boxnet_metadata = None + self._dropbox_enabled = None + self._dropbox_metadata = None + self._google_drive_enabled = None + self._google_drive_metadata = None + self._one_drive_enabled = None + self._one_drive_metadata = None + self._salesforce_enabled = None + self._salesforce_metadata = None + self.discriminator = None + + if boxnet_enabled is not None: + self.boxnet_enabled = boxnet_enabled + if boxnet_metadata is not None: + self.boxnet_metadata = boxnet_metadata + if dropbox_enabled is not None: + self.dropbox_enabled = dropbox_enabled + if dropbox_metadata is not None: + self.dropbox_metadata = dropbox_metadata + if google_drive_enabled is not None: + self.google_drive_enabled = google_drive_enabled + if google_drive_metadata is not None: + self.google_drive_metadata = google_drive_metadata + if one_drive_enabled is not None: + self.one_drive_enabled = one_drive_enabled + if one_drive_metadata is not None: + self.one_drive_metadata = one_drive_metadata + if salesforce_enabled is not None: + self.salesforce_enabled = salesforce_enabled + if salesforce_metadata is not None: + self.salesforce_metadata = salesforce_metadata @property def boxnet_enabled(self): - """ - Gets the boxnet_enabled of this ExternalDocumentSources. - + """Gets the boxnet_enabled of this ExternalDocumentSources. # noqa: E501 + + # noqa: E501 - :return: The boxnet_enabled of this ExternalDocumentSources. + :return: The boxnet_enabled of this ExternalDocumentSources. # noqa: E501 :rtype: str """ return self._boxnet_enabled @boxnet_enabled.setter def boxnet_enabled(self, boxnet_enabled): - """ - Sets the boxnet_enabled of this ExternalDocumentSources. - + """Sets the boxnet_enabled of this ExternalDocumentSources. - :param boxnet_enabled: The boxnet_enabled of this ExternalDocumentSources. + # noqa: E501 + + :param boxnet_enabled: The boxnet_enabled of this ExternalDocumentSources. # noqa: E501 :type: str """ @@ -92,20 +117,20 @@ def boxnet_enabled(self, boxnet_enabled): @property def boxnet_metadata(self): - """ - Gets the boxnet_metadata of this ExternalDocumentSources. + """Gets the boxnet_metadata of this ExternalDocumentSources. # noqa: E501 - :return: The boxnet_metadata of this ExternalDocumentSources. + + :return: The boxnet_metadata of this ExternalDocumentSources. # noqa: E501 :rtype: SettingsMetadata """ return self._boxnet_metadata @boxnet_metadata.setter def boxnet_metadata(self, boxnet_metadata): - """ - Sets the boxnet_metadata of this ExternalDocumentSources. + """Sets the boxnet_metadata of this ExternalDocumentSources. - :param boxnet_metadata: The boxnet_metadata of this ExternalDocumentSources. + + :param boxnet_metadata: The boxnet_metadata of this ExternalDocumentSources. # noqa: E501 :type: SettingsMetadata """ @@ -113,22 +138,22 @@ def boxnet_metadata(self, boxnet_metadata): @property def dropbox_enabled(self): - """ - Gets the dropbox_enabled of this ExternalDocumentSources. - + """Gets the dropbox_enabled of this ExternalDocumentSources. # noqa: E501 - :return: The dropbox_enabled of this ExternalDocumentSources. + # noqa: E501 + + :return: The dropbox_enabled of this ExternalDocumentSources. # noqa: E501 :rtype: str """ return self._dropbox_enabled @dropbox_enabled.setter def dropbox_enabled(self, dropbox_enabled): - """ - Sets the dropbox_enabled of this ExternalDocumentSources. - + """Sets the dropbox_enabled of this ExternalDocumentSources. - :param dropbox_enabled: The dropbox_enabled of this ExternalDocumentSources. + # noqa: E501 + + :param dropbox_enabled: The dropbox_enabled of this ExternalDocumentSources. # noqa: E501 :type: str """ @@ -136,20 +161,20 @@ def dropbox_enabled(self, dropbox_enabled): @property def dropbox_metadata(self): - """ - Gets the dropbox_metadata of this ExternalDocumentSources. + """Gets the dropbox_metadata of this ExternalDocumentSources. # noqa: E501 - :return: The dropbox_metadata of this ExternalDocumentSources. + + :return: The dropbox_metadata of this ExternalDocumentSources. # noqa: E501 :rtype: SettingsMetadata """ return self._dropbox_metadata @dropbox_metadata.setter def dropbox_metadata(self, dropbox_metadata): - """ - Sets the dropbox_metadata of this ExternalDocumentSources. + """Sets the dropbox_metadata of this ExternalDocumentSources. - :param dropbox_metadata: The dropbox_metadata of this ExternalDocumentSources. + + :param dropbox_metadata: The dropbox_metadata of this ExternalDocumentSources. # noqa: E501 :type: SettingsMetadata """ @@ -157,22 +182,22 @@ def dropbox_metadata(self, dropbox_metadata): @property def google_drive_enabled(self): - """ - Gets the google_drive_enabled of this ExternalDocumentSources. - + """Gets the google_drive_enabled of this ExternalDocumentSources. # noqa: E501 - :return: The google_drive_enabled of this ExternalDocumentSources. + # noqa: E501 + + :return: The google_drive_enabled of this ExternalDocumentSources. # noqa: E501 :rtype: str """ return self._google_drive_enabled @google_drive_enabled.setter def google_drive_enabled(self, google_drive_enabled): - """ - Sets the google_drive_enabled of this ExternalDocumentSources. - + """Sets the google_drive_enabled of this ExternalDocumentSources. + + # noqa: E501 - :param google_drive_enabled: The google_drive_enabled of this ExternalDocumentSources. + :param google_drive_enabled: The google_drive_enabled of this ExternalDocumentSources. # noqa: E501 :type: str """ @@ -180,20 +205,20 @@ def google_drive_enabled(self, google_drive_enabled): @property def google_drive_metadata(self): - """ - Gets the google_drive_metadata of this ExternalDocumentSources. + """Gets the google_drive_metadata of this ExternalDocumentSources. # noqa: E501 + - :return: The google_drive_metadata of this ExternalDocumentSources. + :return: The google_drive_metadata of this ExternalDocumentSources. # noqa: E501 :rtype: SettingsMetadata """ return self._google_drive_metadata @google_drive_metadata.setter def google_drive_metadata(self, google_drive_metadata): - """ - Sets the google_drive_metadata of this ExternalDocumentSources. + """Sets the google_drive_metadata of this ExternalDocumentSources. + - :param google_drive_metadata: The google_drive_metadata of this ExternalDocumentSources. + :param google_drive_metadata: The google_drive_metadata of this ExternalDocumentSources. # noqa: E501 :type: SettingsMetadata """ @@ -201,22 +226,22 @@ def google_drive_metadata(self, google_drive_metadata): @property def one_drive_enabled(self): - """ - Gets the one_drive_enabled of this ExternalDocumentSources. - + """Gets the one_drive_enabled of this ExternalDocumentSources. # noqa: E501 + + # noqa: E501 - :return: The one_drive_enabled of this ExternalDocumentSources. + :return: The one_drive_enabled of this ExternalDocumentSources. # noqa: E501 :rtype: str """ return self._one_drive_enabled @one_drive_enabled.setter def one_drive_enabled(self, one_drive_enabled): - """ - Sets the one_drive_enabled of this ExternalDocumentSources. - + """Sets the one_drive_enabled of this ExternalDocumentSources. + + # noqa: E501 - :param one_drive_enabled: The one_drive_enabled of this ExternalDocumentSources. + :param one_drive_enabled: The one_drive_enabled of this ExternalDocumentSources. # noqa: E501 :type: str """ @@ -224,20 +249,20 @@ def one_drive_enabled(self, one_drive_enabled): @property def one_drive_metadata(self): - """ - Gets the one_drive_metadata of this ExternalDocumentSources. + """Gets the one_drive_metadata of this ExternalDocumentSources. # noqa: E501 + - :return: The one_drive_metadata of this ExternalDocumentSources. + :return: The one_drive_metadata of this ExternalDocumentSources. # noqa: E501 :rtype: SettingsMetadata """ return self._one_drive_metadata @one_drive_metadata.setter def one_drive_metadata(self, one_drive_metadata): - """ - Sets the one_drive_metadata of this ExternalDocumentSources. + """Sets the one_drive_metadata of this ExternalDocumentSources. + - :param one_drive_metadata: The one_drive_metadata of this ExternalDocumentSources. + :param one_drive_metadata: The one_drive_metadata of this ExternalDocumentSources. # noqa: E501 :type: SettingsMetadata """ @@ -245,22 +270,22 @@ def one_drive_metadata(self, one_drive_metadata): @property def salesforce_enabled(self): - """ - Gets the salesforce_enabled of this ExternalDocumentSources. - + """Gets the salesforce_enabled of this ExternalDocumentSources. # noqa: E501 + + # noqa: E501 - :return: The salesforce_enabled of this ExternalDocumentSources. + :return: The salesforce_enabled of this ExternalDocumentSources. # noqa: E501 :rtype: str """ return self._salesforce_enabled @salesforce_enabled.setter def salesforce_enabled(self, salesforce_enabled): - """ - Sets the salesforce_enabled of this ExternalDocumentSources. - + """Sets the salesforce_enabled of this ExternalDocumentSources. + + # noqa: E501 - :param salesforce_enabled: The salesforce_enabled of this ExternalDocumentSources. + :param salesforce_enabled: The salesforce_enabled of this ExternalDocumentSources. # noqa: E501 :type: str """ @@ -268,32 +293,30 @@ def salesforce_enabled(self, salesforce_enabled): @property def salesforce_metadata(self): - """ - Gets the salesforce_metadata of this ExternalDocumentSources. + """Gets the salesforce_metadata of this ExternalDocumentSources. # noqa: E501 - :return: The salesforce_metadata of this ExternalDocumentSources. + + :return: The salesforce_metadata of this ExternalDocumentSources. # noqa: E501 :rtype: SettingsMetadata """ return self._salesforce_metadata @salesforce_metadata.setter def salesforce_metadata(self, salesforce_metadata): - """ - Sets the salesforce_metadata of this ExternalDocumentSources. + """Sets the salesforce_metadata of this ExternalDocumentSources. - :param salesforce_metadata: The salesforce_metadata of this ExternalDocumentSources. + + :param salesforce_metadata: The salesforce_metadata of this ExternalDocumentSources. # noqa: E501 :type: SettingsMetadata """ self._salesforce_metadata = salesforce_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -310,29 +333,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ExternalDocumentSources, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ExternalDocumentSources): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/external_file.py b/docusign_esign/models/external_file.py index 39502be8..2e9d00af 100644 --- a/docusign_esign/models/external_file.py +++ b/docusign_esign/models/external_file.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,97 +11,118 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ExternalFile(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, date=None, id=None, img=None, name=None, size=None, supported=None, type=None, uri=None): - """ - ExternalFile - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'date': 'str', - 'id': 'str', - 'img': 'str', - 'name': 'str', - 'size': 'str', - 'supported': 'str', - 'type': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'date': 'date', - 'id': 'id', - 'img': 'img', - 'name': 'name', - 'size': 'size', - 'supported': 'supported', - 'type': 'type', - 'uri': 'uri' - } - - self._date = date - self._id = id - self._img = img - self._name = name - self._size = size - self._supported = supported - self._type = type - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + '_date': 'str', + 'id': 'str', + 'img': 'str', + 'name': 'str', + 'size': 'str', + 'supported': 'str', + 'type': 'str', + 'uri': 'str' + } + + attribute_map = { + '_date': 'date', + 'id': 'id', + 'img': 'img', + 'name': 'name', + 'size': 'size', + 'supported': 'supported', + 'type': 'type', + 'uri': 'uri' + } + + def __init__(self, _date=None, id=None, img=None, name=None, size=None, supported=None, type=None, uri=None): # noqa: E501 + """ExternalFile - a model defined in Swagger""" # noqa: E501 + + self.__date = None + self._id = None + self._img = None + self._name = None + self._size = None + self._supported = None + self._type = None + self._uri = None + self.discriminator = None + + if _date is not None: + self._date = _date + if id is not None: + self.id = id + if img is not None: + self.img = img + if name is not None: + self.name = name + if size is not None: + self.size = size + if supported is not None: + self.supported = supported + if type is not None: + self.type = type + if uri is not None: + self.uri = uri @property - def date(self): - """ - Gets the date of this ExternalFile. - + def _date(self): + """Gets the _date of this ExternalFile. # noqa: E501 - :return: The date of this ExternalFile. + # noqa: E501 + + :return: The _date of this ExternalFile. # noqa: E501 :rtype: str """ - return self._date + return self.__date - @date.setter - def date(self, date): - """ - Sets the date of this ExternalFile. - + @_date.setter + def _date(self, _date): + """Sets the _date of this ExternalFile. - :param date: The date of this ExternalFile. + # noqa: E501 + + :param _date: The _date of this ExternalFile. # noqa: E501 :type: str """ - self._date = date + self.__date = _date @property def id(self): - """ - Gets the id of this ExternalFile. - + """Gets the id of this ExternalFile. # noqa: E501 - :return: The id of this ExternalFile. + # noqa: E501 + + :return: The id of this ExternalFile. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this ExternalFile. - + """Sets the id of this ExternalFile. + + # noqa: E501 - :param id: The id of this ExternalFile. + :param id: The id of this ExternalFile. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def id(self, id): @property def img(self): - """ - Gets the img of this ExternalFile. - + """Gets the img of this ExternalFile. # noqa: E501 + + # noqa: E501 - :return: The img of this ExternalFile. + :return: The img of this ExternalFile. # noqa: E501 :rtype: str """ return self._img @img.setter def img(self, img): - """ - Sets the img of this ExternalFile. - + """Sets the img of this ExternalFile. + + # noqa: E501 - :param img: The img of this ExternalFile. + :param img: The img of this ExternalFile. # noqa: E501 :type: str """ @@ -132,22 +153,22 @@ def img(self, img): @property def name(self): - """ - Gets the name of this ExternalFile. - + """Gets the name of this ExternalFile. # noqa: E501 + + # noqa: E501 - :return: The name of this ExternalFile. + :return: The name of this ExternalFile. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this ExternalFile. - + """Sets the name of this ExternalFile. - :param name: The name of this ExternalFile. + # noqa: E501 + + :param name: The name of this ExternalFile. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def name(self, name): @property def size(self): - """ - Gets the size of this ExternalFile. - Reserved: TBD + """Gets the size of this ExternalFile. # noqa: E501 - :return: The size of this ExternalFile. + Reserved: TBD # noqa: E501 + + :return: The size of this ExternalFile. # noqa: E501 :rtype: str """ return self._size @size.setter def size(self, size): - """ - Sets the size of this ExternalFile. - Reserved: TBD + """Sets the size of this ExternalFile. - :param size: The size of this ExternalFile. + Reserved: TBD # noqa: E501 + + :param size: The size of this ExternalFile. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def size(self, size): @property def supported(self): - """ - Gets the supported of this ExternalFile. - + """Gets the supported of this ExternalFile. # noqa: E501 + + # noqa: E501 - :return: The supported of this ExternalFile. + :return: The supported of this ExternalFile. # noqa: E501 :rtype: str """ return self._supported @supported.setter def supported(self, supported): - """ - Sets the supported of this ExternalFile. - + """Sets the supported of this ExternalFile. + + # noqa: E501 - :param supported: The supported of this ExternalFile. + :param supported: The supported of this ExternalFile. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def supported(self, supported): @property def type(self): - """ - Gets the type of this ExternalFile. - + """Gets the type of this ExternalFile. # noqa: E501 + + # noqa: E501 - :return: The type of this ExternalFile. + :return: The type of this ExternalFile. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this ExternalFile. - + """Sets the type of this ExternalFile. + + # noqa: E501 - :param type: The type of this ExternalFile. + :param type: The type of this ExternalFile. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def type(self, type): @property def uri(self): - """ - Gets the uri of this ExternalFile. - + """Gets the uri of this ExternalFile. # noqa: E501 - :return: The uri of this ExternalFile. + # noqa: E501 + + :return: The uri of this ExternalFile. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this ExternalFile. - + """Sets the uri of this ExternalFile. - :param uri: The uri of this ExternalFile. + # noqa: E501 + + :param uri: The uri of this ExternalFile. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ExternalFile, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ExternalFile): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/external_folder.py b/docusign_esign/models/external_folder.py index 5dc4d059..182803e1 100644 --- a/docusign_esign/models/external_folder.py +++ b/docusign_esign/models/external_folder.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ExternalFolder(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, error_details=None, id=None, items=None, name=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - ExternalFolder - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'error_details': 'ExternalDocServiceErrorDetails', - 'id': 'str', - 'items': 'list[ExternalFile]', - 'name': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'error_details': 'errorDetails', - 'id': 'id', - 'items': 'items', - 'name': 'name', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._error_details = error_details - self._id = id - self._items = items - self._name = name - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'error_details': 'ExternalDocServiceErrorDetails', + 'id': 'str', + 'items': 'list[ExternalFile]', + 'name': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'error_details': 'errorDetails', + 'id': 'id', + 'items': 'items', + 'name': 'name', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, error_details=None, id=None, items=None, name=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """ExternalFolder - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._error_details = None + self._id = None + self._items = None + self._name = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if error_details is not None: + self.error_details = error_details + if id is not None: + self.id = id + if items is not None: + self.items = items + if name is not None: + self.name = name + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this ExternalFolder. - The last position in the result set. + """Gets the end_position of this ExternalFolder. # noqa: E501 + + The last position in the result set. # noqa: E501 - :return: The end_position of this ExternalFolder. + :return: The end_position of this ExternalFolder. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this ExternalFolder. - The last position in the result set. + """Sets the end_position of this ExternalFolder. - :param end_position: The end_position of this ExternalFolder. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this ExternalFolder. # noqa: E501 :type: str """ @@ -92,20 +117,20 @@ def end_position(self, end_position): @property def error_details(self): - """ - Gets the error_details of this ExternalFolder. + """Gets the error_details of this ExternalFolder. # noqa: E501 - :return: The error_details of this ExternalFolder. + + :return: The error_details of this ExternalFolder. # noqa: E501 :rtype: ExternalDocServiceErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this ExternalFolder. + """Sets the error_details of this ExternalFolder. - :param error_details: The error_details of this ExternalFolder. + + :param error_details: The error_details of this ExternalFolder. # noqa: E501 :type: ExternalDocServiceErrorDetails """ @@ -113,22 +138,22 @@ def error_details(self, error_details): @property def id(self): - """ - Gets the id of this ExternalFolder. - + """Gets the id of this ExternalFolder. # noqa: E501 - :return: The id of this ExternalFolder. + # noqa: E501 + + :return: The id of this ExternalFolder. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this ExternalFolder. - + """Sets the id of this ExternalFolder. - :param id: The id of this ExternalFolder. + # noqa: E501 + + :param id: The id of this ExternalFolder. # noqa: E501 :type: str """ @@ -136,22 +161,22 @@ def id(self, id): @property def items(self): - """ - Gets the items of this ExternalFolder. - + """Gets the items of this ExternalFolder. # noqa: E501 - :return: The items of this ExternalFolder. + # noqa: E501 + + :return: The items of this ExternalFolder. # noqa: E501 :rtype: list[ExternalFile] """ return self._items @items.setter def items(self, items): - """ - Sets the items of this ExternalFolder. - + """Sets the items of this ExternalFolder. - :param items: The items of this ExternalFolder. + # noqa: E501 + + :param items: The items of this ExternalFolder. # noqa: E501 :type: list[ExternalFile] """ @@ -159,22 +184,22 @@ def items(self, items): @property def name(self): - """ - Gets the name of this ExternalFolder. - + """Gets the name of this ExternalFolder. # noqa: E501 - :return: The name of this ExternalFolder. + # noqa: E501 + + :return: The name of this ExternalFolder. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this ExternalFolder. - + """Sets the name of this ExternalFolder. + + # noqa: E501 - :param name: The name of this ExternalFolder. + :param name: The name of this ExternalFolder. # noqa: E501 :type: str """ @@ -182,22 +207,22 @@ def name(self, name): @property def next_uri(self): - """ - Gets the next_uri of this ExternalFolder. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this ExternalFolder. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this ExternalFolder. + :return: The next_uri of this ExternalFolder. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this ExternalFolder. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this ExternalFolder. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this ExternalFolder. + :param next_uri: The next_uri of this ExternalFolder. # noqa: E501 :type: str """ @@ -205,22 +230,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this ExternalFolder. - The postal code for the billing address. + """Gets the previous_uri of this ExternalFolder. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this ExternalFolder. + :return: The previous_uri of this ExternalFolder. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this ExternalFolder. - The postal code for the billing address. + """Sets the previous_uri of this ExternalFolder. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this ExternalFolder. + :param previous_uri: The previous_uri of this ExternalFolder. # noqa: E501 :type: str """ @@ -228,22 +253,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this ExternalFolder. - The number of results returned in this response. + """Gets the result_set_size of this ExternalFolder. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this ExternalFolder. + :return: The result_set_size of this ExternalFolder. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this ExternalFolder. - The number of results returned in this response. + """Sets the result_set_size of this ExternalFolder. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this ExternalFolder. + :param result_set_size: The result_set_size of this ExternalFolder. # noqa: E501 :type: str """ @@ -251,22 +276,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this ExternalFolder. - Starting position of the current result set. + """Gets the start_position of this ExternalFolder. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this ExternalFolder. + :return: The start_position of this ExternalFolder. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this ExternalFolder. - Starting position of the current result set. + """Sets the start_position of this ExternalFolder. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this ExternalFolder. + :param start_position: The start_position of this ExternalFolder. # noqa: E501 :type: str """ @@ -274,34 +299,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this ExternalFolder. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this ExternalFolder. # noqa: E501 - :return: The total_set_size of this ExternalFolder. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this ExternalFolder. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this ExternalFolder. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this ExternalFolder. - :param total_set_size: The total_set_size of this ExternalFolder. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this ExternalFolder. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -318,29 +341,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ExternalFolder, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ExternalFolder): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/favorite_templates_content_item.py b/docusign_esign/models/favorite_templates_content_item.py index 53a70a8d..8ae770dc 100644 --- a/docusign_esign/models/favorite_templates_content_item.py +++ b/docusign_esign/models/favorite_templates_content_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FavoriteTemplatesContentItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, favorited_date=None, template_id=None): - """ - FavoriteTemplatesContentItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'favorited_date': 'str', - 'template_id': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'favorited_date': 'favoritedDate', - 'template_id': 'templateId' - } - - self._error_details = error_details - self._favorited_date = favorited_date - self._template_id = template_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'favorited_date': 'str', + 'template_id': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'favorited_date': 'favoritedDate', + 'template_id': 'templateId' + } + + def __init__(self, error_details=None, favorited_date=None, template_id=None): # noqa: E501 + """FavoriteTemplatesContentItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._favorited_date = None + self._template_id = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if favorited_date is not None: + self.favorited_date = favorited_date + if template_id is not None: + self.template_id = template_id @property def error_details(self): - """ - Gets the error_details of this FavoriteTemplatesContentItem. + """Gets the error_details of this FavoriteTemplatesContentItem. # noqa: E501 + - :return: The error_details of this FavoriteTemplatesContentItem. + :return: The error_details of this FavoriteTemplatesContentItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FavoriteTemplatesContentItem. + """Sets the error_details of this FavoriteTemplatesContentItem. + - :param error_details: The error_details of this FavoriteTemplatesContentItem. + :param error_details: The error_details of this FavoriteTemplatesContentItem. # noqa: E501 :type: ErrorDetails """ @@ -69,22 +80,22 @@ def error_details(self, error_details): @property def favorited_date(self): - """ - Gets the favorited_date of this FavoriteTemplatesContentItem. - + """Gets the favorited_date of this FavoriteTemplatesContentItem. # noqa: E501 + + # noqa: E501 - :return: The favorited_date of this FavoriteTemplatesContentItem. + :return: The favorited_date of this FavoriteTemplatesContentItem. # noqa: E501 :rtype: str """ return self._favorited_date @favorited_date.setter def favorited_date(self, favorited_date): - """ - Sets the favorited_date of this FavoriteTemplatesContentItem. - + """Sets the favorited_date of this FavoriteTemplatesContentItem. + + # noqa: E501 - :param favorited_date: The favorited_date of this FavoriteTemplatesContentItem. + :param favorited_date: The favorited_date of this FavoriteTemplatesContentItem. # noqa: E501 :type: str """ @@ -92,34 +103,32 @@ def favorited_date(self, favorited_date): @property def template_id(self): - """ - Gets the template_id of this FavoriteTemplatesContentItem. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this FavoriteTemplatesContentItem. # noqa: E501 - :return: The template_id of this FavoriteTemplatesContentItem. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :return: The template_id of this FavoriteTemplatesContentItem. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this FavoriteTemplatesContentItem. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this FavoriteTemplatesContentItem. - :param template_id: The template_id of this FavoriteTemplatesContentItem. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :param template_id: The template_id of this FavoriteTemplatesContentItem. # noqa: E501 :type: str """ self._template_id = template_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FavoriteTemplatesContentItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FavoriteTemplatesContentItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/favorite_templates_info.py b/docusign_esign/models/favorite_templates_info.py index 1ddfc4d7..3fad2ab9 100644 --- a/docusign_esign/models/favorite_templates_info.py +++ b/docusign_esign/models/favorite_templates_info.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FavoriteTemplatesInfo(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, favorite_templates=None, templates_updated_count=None): - """ - FavoriteTemplatesInfo - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'favorite_templates': 'list[FavoriteTemplatesContentItem]', - 'templates_updated_count': 'int' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'favorite_templates': 'favoriteTemplates', - 'templates_updated_count': 'templatesUpdatedCount' - } - - self._error_details = error_details - self._favorite_templates = favorite_templates - self._templates_updated_count = templates_updated_count + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'favorite_templates': 'list[FavoriteTemplatesContentItem]', + 'templates_updated_count': 'int' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'favorite_templates': 'favoriteTemplates', + 'templates_updated_count': 'templatesUpdatedCount' + } + + def __init__(self, error_details=None, favorite_templates=None, templates_updated_count=None): # noqa: E501 + """FavoriteTemplatesInfo - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._favorite_templates = None + self._templates_updated_count = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if favorite_templates is not None: + self.favorite_templates = favorite_templates + if templates_updated_count is not None: + self.templates_updated_count = templates_updated_count @property def error_details(self): - """ - Gets the error_details of this FavoriteTemplatesInfo. + """Gets the error_details of this FavoriteTemplatesInfo. # noqa: E501 + - :return: The error_details of this FavoriteTemplatesInfo. + :return: The error_details of this FavoriteTemplatesInfo. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FavoriteTemplatesInfo. + """Sets the error_details of this FavoriteTemplatesInfo. + - :param error_details: The error_details of this FavoriteTemplatesInfo. + :param error_details: The error_details of this FavoriteTemplatesInfo. # noqa: E501 :type: ErrorDetails """ @@ -69,22 +80,22 @@ def error_details(self, error_details): @property def favorite_templates(self): - """ - Gets the favorite_templates of this FavoriteTemplatesInfo. - + """Gets the favorite_templates of this FavoriteTemplatesInfo. # noqa: E501 + + # noqa: E501 - :return: The favorite_templates of this FavoriteTemplatesInfo. + :return: The favorite_templates of this FavoriteTemplatesInfo. # noqa: E501 :rtype: list[FavoriteTemplatesContentItem] """ return self._favorite_templates @favorite_templates.setter def favorite_templates(self, favorite_templates): - """ - Sets the favorite_templates of this FavoriteTemplatesInfo. - + """Sets the favorite_templates of this FavoriteTemplatesInfo. + + # noqa: E501 - :param favorite_templates: The favorite_templates of this FavoriteTemplatesInfo. + :param favorite_templates: The favorite_templates of this FavoriteTemplatesInfo. # noqa: E501 :type: list[FavoriteTemplatesContentItem] """ @@ -92,34 +103,32 @@ def favorite_templates(self, favorite_templates): @property def templates_updated_count(self): - """ - Gets the templates_updated_count of this FavoriteTemplatesInfo. - + """Gets the templates_updated_count of this FavoriteTemplatesInfo. # noqa: E501 - :return: The templates_updated_count of this FavoriteTemplatesInfo. + # noqa: E501 + + :return: The templates_updated_count of this FavoriteTemplatesInfo. # noqa: E501 :rtype: int """ return self._templates_updated_count @templates_updated_count.setter def templates_updated_count(self, templates_updated_count): - """ - Sets the templates_updated_count of this FavoriteTemplatesInfo. - + """Sets the templates_updated_count of this FavoriteTemplatesInfo. - :param templates_updated_count: The templates_updated_count of this FavoriteTemplatesInfo. + # noqa: E501 + + :param templates_updated_count: The templates_updated_count of this FavoriteTemplatesInfo. # noqa: E501 :type: int """ self._templates_updated_count = templates_updated_count def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FavoriteTemplatesInfo, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FavoriteTemplatesInfo): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/feature_available_metadata.py b/docusign_esign/models/feature_available_metadata.py index 140ea180..ad1b6bc9 100644 --- a/docusign_esign/models/feature_available_metadata.py +++ b/docusign_esign/models/feature_available_metadata.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FeatureAvailableMetadata(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, availabilty=None, feature_name=None): - """ - FeatureAvailableMetadata - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'availabilty': 'str', - 'feature_name': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'availabilty': 'str', + 'feature_name': 'str' + } - self.attribute_map = { - 'availabilty': 'availabilty', - 'feature_name': 'featureName' - } + attribute_map = { + 'availabilty': 'availabilty', + 'feature_name': 'featureName' + } - self._availabilty = availabilty - self._feature_name = feature_name + def __init__(self, availabilty=None, feature_name=None): # noqa: E501 + """FeatureAvailableMetadata - a model defined in Swagger""" # noqa: E501 + + self._availabilty = None + self._feature_name = None + self.discriminator = None + + if availabilty is not None: + self.availabilty = availabilty + if feature_name is not None: + self.feature_name = feature_name @property def availabilty(self): - """ - Gets the availabilty of this FeatureAvailableMetadata. - + """Gets the availabilty of this FeatureAvailableMetadata. # noqa: E501 - :return: The availabilty of this FeatureAvailableMetadata. + # noqa: E501 + + :return: The availabilty of this FeatureAvailableMetadata. # noqa: E501 :rtype: str """ return self._availabilty @availabilty.setter def availabilty(self, availabilty): - """ - Sets the availabilty of this FeatureAvailableMetadata. - + """Sets the availabilty of this FeatureAvailableMetadata. + + # noqa: E501 - :param availabilty: The availabilty of this FeatureAvailableMetadata. + :param availabilty: The availabilty of this FeatureAvailableMetadata. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def availabilty(self, availabilty): @property def feature_name(self): - """ - Gets the feature_name of this FeatureAvailableMetadata. - + """Gets the feature_name of this FeatureAvailableMetadata. # noqa: E501 + + # noqa: E501 - :return: The feature_name of this FeatureAvailableMetadata. + :return: The feature_name of this FeatureAvailableMetadata. # noqa: E501 :rtype: str """ return self._feature_name @feature_name.setter def feature_name(self, feature_name): - """ - Sets the feature_name of this FeatureAvailableMetadata. - + """Sets the feature_name of this FeatureAvailableMetadata. + + # noqa: E501 - :param feature_name: The feature_name of this FeatureAvailableMetadata. + :param feature_name: The feature_name of this FeatureAvailableMetadata. # noqa: E501 :type: str """ self._feature_name = feature_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FeatureAvailableMetadata, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FeatureAvailableMetadata): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/feature_set.py b/docusign_esign/models/feature_set.py index fa3b1b18..c91b161b 100644 --- a/docusign_esign/models/feature_set.py +++ b/docusign_esign/models/feature_set.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FeatureSet(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, currency_feature_set_prices=None, envelope_fee=None, feature_set_id=None, fixed_fee=None, is21_cfr_part11=None, is_active=None, is_enabled=None, name=None, seat_fee=None): - """ - FeatureSet - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'currency_feature_set_prices': 'list[CurrencyFeatureSetPrice]', - 'envelope_fee': 'str', - 'feature_set_id': 'str', - 'fixed_fee': 'str', - 'is21_cfr_part11': 'str', - 'is_active': 'str', - 'is_enabled': 'str', - 'name': 'str', - 'seat_fee': 'str' - } - - self.attribute_map = { - 'currency_feature_set_prices': 'currencyFeatureSetPrices', - 'envelope_fee': 'envelopeFee', - 'feature_set_id': 'featureSetId', - 'fixed_fee': 'fixedFee', - 'is21_cfr_part11': 'is21CFRPart11', - 'is_active': 'isActive', - 'is_enabled': 'isEnabled', - 'name': 'name', - 'seat_fee': 'seatFee' - } - - self._currency_feature_set_prices = currency_feature_set_prices - self._envelope_fee = envelope_fee - self._feature_set_id = feature_set_id - self._fixed_fee = fixed_fee - self._is21_cfr_part11 = is21_cfr_part11 - self._is_active = is_active - self._is_enabled = is_enabled - self._name = name - self._seat_fee = seat_fee + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'currency_feature_set_prices': 'list[CurrencyFeatureSetPrice]', + 'envelope_fee': 'str', + 'feature_set_id': 'str', + 'fixed_fee': 'str', + 'is21_cfr_part11': 'str', + 'is_active': 'str', + 'is_enabled': 'str', + 'name': 'str', + 'seat_fee': 'str' + } + + attribute_map = { + 'currency_feature_set_prices': 'currencyFeatureSetPrices', + 'envelope_fee': 'envelopeFee', + 'feature_set_id': 'featureSetId', + 'fixed_fee': 'fixedFee', + 'is21_cfr_part11': 'is21CFRPart11', + 'is_active': 'isActive', + 'is_enabled': 'isEnabled', + 'name': 'name', + 'seat_fee': 'seatFee' + } + + def __init__(self, currency_feature_set_prices=None, envelope_fee=None, feature_set_id=None, fixed_fee=None, is21_cfr_part11=None, is_active=None, is_enabled=None, name=None, seat_fee=None): # noqa: E501 + """FeatureSet - a model defined in Swagger""" # noqa: E501 + + self._currency_feature_set_prices = None + self._envelope_fee = None + self._feature_set_id = None + self._fixed_fee = None + self._is21_cfr_part11 = None + self._is_active = None + self._is_enabled = None + self._name = None + self._seat_fee = None + self.discriminator = None + + if currency_feature_set_prices is not None: + self.currency_feature_set_prices = currency_feature_set_prices + if envelope_fee is not None: + self.envelope_fee = envelope_fee + if feature_set_id is not None: + self.feature_set_id = feature_set_id + if fixed_fee is not None: + self.fixed_fee = fixed_fee + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if is_active is not None: + self.is_active = is_active + if is_enabled is not None: + self.is_enabled = is_enabled + if name is not None: + self.name = name + if seat_fee is not None: + self.seat_fee = seat_fee @property def currency_feature_set_prices(self): - """ - Gets the currency_feature_set_prices of this FeatureSet. - A complex type that contains alternate currency values that are configured for this plan feature set. + """Gets the currency_feature_set_prices of this FeatureSet. # noqa: E501 - :return: The currency_feature_set_prices of this FeatureSet. + A complex type that contains alternate currency values that are configured for this plan feature set. # noqa: E501 + + :return: The currency_feature_set_prices of this FeatureSet. # noqa: E501 :rtype: list[CurrencyFeatureSetPrice] """ return self._currency_feature_set_prices @currency_feature_set_prices.setter def currency_feature_set_prices(self, currency_feature_set_prices): - """ - Sets the currency_feature_set_prices of this FeatureSet. - A complex type that contains alternate currency values that are configured for this plan feature set. + """Sets the currency_feature_set_prices of this FeatureSet. - :param currency_feature_set_prices: The currency_feature_set_prices of this FeatureSet. + A complex type that contains alternate currency values that are configured for this plan feature set. # noqa: E501 + + :param currency_feature_set_prices: The currency_feature_set_prices of this FeatureSet. # noqa: E501 :type: list[CurrencyFeatureSetPrice] """ @@ -89,22 +112,22 @@ def currency_feature_set_prices(self, currency_feature_set_prices): @property def envelope_fee(self): - """ - Gets the envelope_fee of this FeatureSet. - + """Gets the envelope_fee of this FeatureSet. # noqa: E501 - :return: The envelope_fee of this FeatureSet. + # noqa: E501 + + :return: The envelope_fee of this FeatureSet. # noqa: E501 :rtype: str """ return self._envelope_fee @envelope_fee.setter def envelope_fee(self, envelope_fee): - """ - Sets the envelope_fee of this FeatureSet. - + """Sets the envelope_fee of this FeatureSet. - :param envelope_fee: The envelope_fee of this FeatureSet. + # noqa: E501 + + :param envelope_fee: The envelope_fee of this FeatureSet. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def envelope_fee(self, envelope_fee): @property def feature_set_id(self): - """ - Gets the feature_set_id of this FeatureSet. - A unique ID for the feature set. + """Gets the feature_set_id of this FeatureSet. # noqa: E501 - :return: The feature_set_id of this FeatureSet. + A unique ID for the feature set. # noqa: E501 + + :return: The feature_set_id of this FeatureSet. # noqa: E501 :rtype: str """ return self._feature_set_id @feature_set_id.setter def feature_set_id(self, feature_set_id): - """ - Sets the feature_set_id of this FeatureSet. - A unique ID for the feature set. + """Sets the feature_set_id of this FeatureSet. - :param feature_set_id: The feature_set_id of this FeatureSet. + A unique ID for the feature set. # noqa: E501 + + :param feature_set_id: The feature_set_id of this FeatureSet. # noqa: E501 :type: str """ @@ -135,22 +158,22 @@ def feature_set_id(self, feature_set_id): @property def fixed_fee(self): - """ - Gets the fixed_fee of this FeatureSet. - + """Gets the fixed_fee of this FeatureSet. # noqa: E501 - :return: The fixed_fee of this FeatureSet. + # noqa: E501 + + :return: The fixed_fee of this FeatureSet. # noqa: E501 :rtype: str """ return self._fixed_fee @fixed_fee.setter def fixed_fee(self, fixed_fee): - """ - Sets the fixed_fee of this FeatureSet. - + """Sets the fixed_fee of this FeatureSet. - :param fixed_fee: The fixed_fee of this FeatureSet. + # noqa: E501 + + :param fixed_fee: The fixed_fee of this FeatureSet. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def fixed_fee(self, fixed_fee): @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this FeatureSet. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this FeatureSet. # noqa: E501 - :return: The is21_cfr_part11 of this FeatureSet. + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 + + :return: The is21_cfr_part11 of this FeatureSet. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this FeatureSet. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this FeatureSet. - :param is21_cfr_part11: The is21_cfr_part11 of this FeatureSet. + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 + + :param is21_cfr_part11: The is21_cfr_part11 of this FeatureSet. # noqa: E501 :type: str """ @@ -181,22 +204,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def is_active(self): - """ - Gets the is_active of this FeatureSet. - + """Gets the is_active of this FeatureSet. # noqa: E501 - :return: The is_active of this FeatureSet. + # noqa: E501 + + :return: The is_active of this FeatureSet. # noqa: E501 :rtype: str """ return self._is_active @is_active.setter def is_active(self, is_active): - """ - Sets the is_active of this FeatureSet. - + """Sets the is_active of this FeatureSet. - :param is_active: The is_active of this FeatureSet. + # noqa: E501 + + :param is_active: The is_active of this FeatureSet. # noqa: E501 :type: str """ @@ -204,22 +227,22 @@ def is_active(self, is_active): @property def is_enabled(self): - """ - Gets the is_enabled of this FeatureSet. - Specifies whether the feature set is actively enabled as part of the plan. + """Gets the is_enabled of this FeatureSet. # noqa: E501 - :return: The is_enabled of this FeatureSet. + Specifies whether the feature set is actively enabled as part of the plan. # noqa: E501 + + :return: The is_enabled of this FeatureSet. # noqa: E501 :rtype: str """ return self._is_enabled @is_enabled.setter def is_enabled(self, is_enabled): - """ - Sets the is_enabled of this FeatureSet. - Specifies whether the feature set is actively enabled as part of the plan. + """Sets the is_enabled of this FeatureSet. - :param is_enabled: The is_enabled of this FeatureSet. + Specifies whether the feature set is actively enabled as part of the plan. # noqa: E501 + + :param is_enabled: The is_enabled of this FeatureSet. # noqa: E501 :type: str """ @@ -227,22 +250,22 @@ def is_enabled(self, is_enabled): @property def name(self): - """ - Gets the name of this FeatureSet. - + """Gets the name of this FeatureSet. # noqa: E501 - :return: The name of this FeatureSet. + # noqa: E501 + + :return: The name of this FeatureSet. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FeatureSet. - + """Sets the name of this FeatureSet. - :param name: The name of this FeatureSet. + # noqa: E501 + + :param name: The name of this FeatureSet. # noqa: E501 :type: str """ @@ -250,34 +273,32 @@ def name(self, name): @property def seat_fee(self): - """ - Gets the seat_fee of this FeatureSet. - An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true. + """Gets the seat_fee of this FeatureSet. # noqa: E501 - :return: The seat_fee of this FeatureSet. + An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true. # noqa: E501 + + :return: The seat_fee of this FeatureSet. # noqa: E501 :rtype: str """ return self._seat_fee @seat_fee.setter def seat_fee(self, seat_fee): - """ - Sets the seat_fee of this FeatureSet. - An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true. + """Sets the seat_fee of this FeatureSet. - :param seat_fee: The seat_fee of this FeatureSet. + An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true. # noqa: E501 + + :param seat_fee: The seat_fee of this FeatureSet. # noqa: E501 :type: str """ self._seat_fee = seat_fee def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -294,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FeatureSet, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FeatureSet): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/file_type.py b/docusign_esign/models/file_type.py index 4fbfbef9..1b1b34a2 100644 --- a/docusign_esign/models/file_type.py +++ b/docusign_esign/models/file_type.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FileType(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, file_extension=None, mime_type=None): - """ - FileType - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'file_extension': 'str', - 'mime_type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'file_extension': 'str', + 'mime_type': 'str' + } - self.attribute_map = { - 'file_extension': 'fileExtension', - 'mime_type': 'mimeType' - } + attribute_map = { + 'file_extension': 'fileExtension', + 'mime_type': 'mimeType' + } - self._file_extension = file_extension - self._mime_type = mime_type + def __init__(self, file_extension=None, mime_type=None): # noqa: E501 + """FileType - a model defined in Swagger""" # noqa: E501 + + self._file_extension = None + self._mime_type = None + self.discriminator = None + + if file_extension is not None: + self.file_extension = file_extension + if mime_type is not None: + self.mime_type = mime_type @property def file_extension(self): - """ - Gets the file_extension of this FileType. - + """Gets the file_extension of this FileType. # noqa: E501 - :return: The file_extension of this FileType. + # noqa: E501 + + :return: The file_extension of this FileType. # noqa: E501 :rtype: str """ return self._file_extension @file_extension.setter def file_extension(self, file_extension): - """ - Sets the file_extension of this FileType. - + """Sets the file_extension of this FileType. + + # noqa: E501 - :param file_extension: The file_extension of this FileType. + :param file_extension: The file_extension of this FileType. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def file_extension(self, file_extension): @property def mime_type(self): - """ - Gets the mime_type of this FileType. - The mime-type of a file type listed in a fileTypes collection. + """Gets the mime_type of this FileType. # noqa: E501 + + The mime-type of a file type listed in a fileTypes collection. # noqa: E501 - :return: The mime_type of this FileType. + :return: The mime_type of this FileType. # noqa: E501 :rtype: str """ return self._mime_type @mime_type.setter def mime_type(self, mime_type): - """ - Sets the mime_type of this FileType. - The mime-type of a file type listed in a fileTypes collection. + """Sets the mime_type of this FileType. + + The mime-type of a file type listed in a fileTypes collection. # noqa: E501 - :param mime_type: The mime_type of this FileType. + :param mime_type: The mime_type of this FileType. # noqa: E501 :type: str """ self._mime_type = mime_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FileType, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FileType): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/file_type_list.py b/docusign_esign/models/file_type_list.py index 37833a7a..8cd5d186 100644 --- a/docusign_esign/models/file_type_list.py +++ b/docusign_esign/models/file_type_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FileTypeList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, file_types=None): - """ - FileTypeList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'file_types': 'list[FileType]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'file_types': 'list[FileType]' + } - self.attribute_map = { - 'file_types': 'fileTypes' - } + attribute_map = { + 'file_types': 'fileTypes' + } - self._file_types = file_types + def __init__(self, file_types=None): # noqa: E501 + """FileTypeList - a model defined in Swagger""" # noqa: E501 + + self._file_types = None + self.discriminator = None + + if file_types is not None: + self.file_types = file_types @property def file_types(self): - """ - Gets the file_types of this FileTypeList. - A collection of file types. + """Gets the file_types of this FileTypeList. # noqa: E501 + + A collection of file types. # noqa: E501 - :return: The file_types of this FileTypeList. + :return: The file_types of this FileTypeList. # noqa: E501 :rtype: list[FileType] """ return self._file_types @file_types.setter def file_types(self, file_types): - """ - Sets the file_types of this FileTypeList. - A collection of file types. + """Sets the file_types of this FileTypeList. - :param file_types: The file_types of this FileTypeList. + A collection of file types. # noqa: E501 + + :param file_types: The file_types of this FileTypeList. # noqa: E501 :type: list[FileType] """ self._file_types = file_types def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FileTypeList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FileTypeList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/filter.py b/docusign_esign/models/filter.py index 38bbcebb..952d5c19 100644 --- a/docusign_esign/models/filter.py +++ b/docusign_esign/models/filter.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,83 +11,110 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Filter(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, action_required=None, expires=None, folder_ids=None, from_date_time=None, is_template=None, order=None, order_by=None, search_target=None, search_text=None, status=None, to_date_time=None): - """ - Filter - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'action_required': 'str', - 'expires': 'str', - 'folder_ids': 'str', - 'from_date_time': 'str', - 'is_template': 'str', - 'order': 'str', - 'order_by': 'str', - 'search_target': 'str', - 'search_text': 'str', - 'status': 'str', - 'to_date_time': 'str' - } - - self.attribute_map = { - 'action_required': 'actionRequired', - 'expires': 'expires', - 'folder_ids': 'folderIds', - 'from_date_time': 'fromDateTime', - 'is_template': 'isTemplate', - 'order': 'order', - 'order_by': 'orderBy', - 'search_target': 'searchTarget', - 'search_text': 'searchText', - 'status': 'status', - 'to_date_time': 'toDateTime' - } - self._action_required = action_required - self._expires = expires - self._folder_ids = folder_ids - self._from_date_time = from_date_time - self._is_template = is_template - self._order = order - self._order_by = order_by - self._search_target = search_target - self._search_text = search_text - self._status = status - self._to_date_time = to_date_time + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'action_required': 'str', + 'expires': 'str', + 'folder_ids': 'str', + 'from_date_time': 'str', + 'is_template': 'str', + 'order': 'str', + 'order_by': 'str', + 'search_target': 'str', + 'search_text': 'str', + 'status': 'str', + 'to_date_time': 'str' + } + + attribute_map = { + 'action_required': 'actionRequired', + 'expires': 'expires', + 'folder_ids': 'folderIds', + 'from_date_time': 'fromDateTime', + 'is_template': 'isTemplate', + 'order': 'order', + 'order_by': 'orderBy', + 'search_target': 'searchTarget', + 'search_text': 'searchText', + 'status': 'status', + 'to_date_time': 'toDateTime' + } + + def __init__(self, action_required=None, expires=None, folder_ids=None, from_date_time=None, is_template=None, order=None, order_by=None, search_target=None, search_text=None, status=None, to_date_time=None): # noqa: E501 + """Filter - a model defined in Swagger""" # noqa: E501 + + self._action_required = None + self._expires = None + self._folder_ids = None + self._from_date_time = None + self._is_template = None + self._order = None + self._order_by = None + self._search_target = None + self._search_text = None + self._status = None + self._to_date_time = None + self.discriminator = None + + if action_required is not None: + self.action_required = action_required + if expires is not None: + self.expires = expires + if folder_ids is not None: + self.folder_ids = folder_ids + if from_date_time is not None: + self.from_date_time = from_date_time + if is_template is not None: + self.is_template = is_template + if order is not None: + self.order = order + if order_by is not None: + self.order_by = order_by + if search_target is not None: + self.search_target = search_target + if search_text is not None: + self.search_text = search_text + if status is not None: + self.status = status + if to_date_time is not None: + self.to_date_time = to_date_time @property def action_required(self): - """ - Gets the action_required of this Filter. - Access token information. + """Gets the action_required of this Filter. # noqa: E501 + + Access token information. # noqa: E501 - :return: The action_required of this Filter. + :return: The action_required of this Filter. # noqa: E501 :rtype: str """ return self._action_required @action_required.setter def action_required(self, action_required): - """ - Sets the action_required of this Filter. - Access token information. + """Sets the action_required of this Filter. - :param action_required: The action_required of this Filter. + Access token information. # noqa: E501 + + :param action_required: The action_required of this Filter. # noqa: E501 :type: str """ @@ -95,22 +122,22 @@ def action_required(self, action_required): @property def expires(self): - """ - Gets the expires of this Filter. - + """Gets the expires of this Filter. # noqa: E501 - :return: The expires of this Filter. + # noqa: E501 + + :return: The expires of this Filter. # noqa: E501 :rtype: str """ return self._expires @expires.setter def expires(self, expires): - """ - Sets the expires of this Filter. - + """Sets the expires of this Filter. - :param expires: The expires of this Filter. + # noqa: E501 + + :param expires: The expires of this Filter. # noqa: E501 :type: str """ @@ -118,22 +145,22 @@ def expires(self, expires): @property def folder_ids(self): - """ - Gets the folder_ids of this Filter. - + """Gets the folder_ids of this Filter. # noqa: E501 - :return: The folder_ids of this Filter. + # noqa: E501 + + :return: The folder_ids of this Filter. # noqa: E501 :rtype: str """ return self._folder_ids @folder_ids.setter def folder_ids(self, folder_ids): - """ - Sets the folder_ids of this Filter. - + """Sets the folder_ids of this Filter. + + # noqa: E501 - :param folder_ids: The folder_ids of this Filter. + :param folder_ids: The folder_ids of this Filter. # noqa: E501 :type: str """ @@ -141,22 +168,22 @@ def folder_ids(self, folder_ids): @property def from_date_time(self): - """ - Gets the from_date_time of this Filter. - + """Gets the from_date_time of this Filter. # noqa: E501 + + # noqa: E501 - :return: The from_date_time of this Filter. + :return: The from_date_time of this Filter. # noqa: E501 :rtype: str """ return self._from_date_time @from_date_time.setter def from_date_time(self, from_date_time): - """ - Sets the from_date_time of this Filter. - + """Sets the from_date_time of this Filter. + + # noqa: E501 - :param from_date_time: The from_date_time of this Filter. + :param from_date_time: The from_date_time of this Filter. # noqa: E501 :type: str """ @@ -164,22 +191,22 @@ def from_date_time(self, from_date_time): @property def is_template(self): - """ - Gets the is_template of this Filter. - + """Gets the is_template of this Filter. # noqa: E501 + + # noqa: E501 - :return: The is_template of this Filter. + :return: The is_template of this Filter. # noqa: E501 :rtype: str """ return self._is_template @is_template.setter def is_template(self, is_template): - """ - Sets the is_template of this Filter. - + """Sets the is_template of this Filter. + + # noqa: E501 - :param is_template: The is_template of this Filter. + :param is_template: The is_template of this Filter. # noqa: E501 :type: str """ @@ -187,22 +214,22 @@ def is_template(self, is_template): @property def order(self): - """ - Gets the order of this Filter. - + """Gets the order of this Filter. # noqa: E501 - :return: The order of this Filter. + # noqa: E501 + + :return: The order of this Filter. # noqa: E501 :rtype: str """ return self._order @order.setter def order(self, order): - """ - Sets the order of this Filter. - + """Sets the order of this Filter. - :param order: The order of this Filter. + # noqa: E501 + + :param order: The order of this Filter. # noqa: E501 :type: str """ @@ -210,22 +237,22 @@ def order(self, order): @property def order_by(self): - """ - Gets the order_by of this Filter. - + """Gets the order_by of this Filter. # noqa: E501 + + # noqa: E501 - :return: The order_by of this Filter. + :return: The order_by of this Filter. # noqa: E501 :rtype: str """ return self._order_by @order_by.setter def order_by(self, order_by): - """ - Sets the order_by of this Filter. - + """Sets the order_by of this Filter. + + # noqa: E501 - :param order_by: The order_by of this Filter. + :param order_by: The order_by of this Filter. # noqa: E501 :type: str """ @@ -233,22 +260,22 @@ def order_by(self, order_by): @property def search_target(self): - """ - Gets the search_target of this Filter. - + """Gets the search_target of this Filter. # noqa: E501 + + # noqa: E501 - :return: The search_target of this Filter. + :return: The search_target of this Filter. # noqa: E501 :rtype: str """ return self._search_target @search_target.setter def search_target(self, search_target): - """ - Sets the search_target of this Filter. - + """Sets the search_target of this Filter. - :param search_target: The search_target of this Filter. + # noqa: E501 + + :param search_target: The search_target of this Filter. # noqa: E501 :type: str """ @@ -256,22 +283,22 @@ def search_target(self, search_target): @property def search_text(self): - """ - Gets the search_text of this Filter. - + """Gets the search_text of this Filter. # noqa: E501 - :return: The search_text of this Filter. + # noqa: E501 + + :return: The search_text of this Filter. # noqa: E501 :rtype: str """ return self._search_text @search_text.setter def search_text(self, search_text): - """ - Sets the search_text of this Filter. - + """Sets the search_text of this Filter. - :param search_text: The search_text of this Filter. + # noqa: E501 + + :param search_text: The search_text of this Filter. # noqa: E501 :type: str """ @@ -279,22 +306,22 @@ def search_text(self, search_text): @property def status(self): - """ - Gets the status of this Filter. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Filter. # noqa: E501 - :return: The status of this Filter. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Filter. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Filter. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Filter. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Filter. + :param status: The status of this Filter. # noqa: E501 :type: str """ @@ -302,34 +329,32 @@ def status(self, status): @property def to_date_time(self): - """ - Gets the to_date_time of this Filter. - Must be set to \"bearer\". + """Gets the to_date_time of this Filter. # noqa: E501 + + Must be set to \"bearer\". # noqa: E501 - :return: The to_date_time of this Filter. + :return: The to_date_time of this Filter. # noqa: E501 :rtype: str """ return self._to_date_time @to_date_time.setter def to_date_time(self, to_date_time): - """ - Sets the to_date_time of this Filter. - Must be set to \"bearer\". + """Sets the to_date_time of this Filter. + + Must be set to \"bearer\". # noqa: E501 - :param to_date_time: The to_date_time of this Filter. + :param to_date_time: The to_date_time of this Filter. # noqa: E501 :type: str """ self._to_date_time = to_date_time def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -346,29 +371,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Filter, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Filter): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/first_name.py b/docusign_esign/models/first_name.py index 256edfe3..95a8cae4 100644 --- a/docusign_esign/models/first_name.py +++ b/docusign_esign/models/first_name.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FirstName(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - FirstName - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """FirstName - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this FirstName. - + """Gets the anchor_allow_white_space_in_characters of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this FirstName. + :return: The anchor_allow_white_space_in_characters of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this FirstName. - + """Sets the anchor_allow_white_space_in_characters of this FirstName. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FirstName. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FirstName. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this FirstName. + """Gets the anchor_allow_white_space_in_characters_metadata of this FirstName. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this FirstName. + :return: The anchor_allow_white_space_in_characters_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this FirstName. + """Sets the anchor_allow_white_space_in_characters_metadata of this FirstName. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FirstName. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this FirstName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this FirstName. # noqa: E501 - :return: The anchor_case_sensitive of this FirstName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this FirstName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this FirstName. - :param anchor_case_sensitive: The anchor_case_sensitive of this FirstName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this FirstName. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this FirstName. + """Gets the anchor_case_sensitive_metadata of this FirstName. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this FirstName. + :return: The anchor_case_sensitive_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this FirstName. + """Sets the anchor_case_sensitive_metadata of this FirstName. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FirstName. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this FirstName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this FirstName. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this FirstName. + :return: The anchor_horizontal_alignment of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this FirstName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this FirstName. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FirstName. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FirstName. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this FirstName. + """Gets the anchor_horizontal_alignment_metadata of this FirstName. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this FirstName. + + :return: The anchor_horizontal_alignment_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this FirstName. + """Sets the anchor_horizontal_alignment_metadata of this FirstName. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FirstName. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this FirstName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this FirstName. # noqa: E501 - :return: The anchor_ignore_if_not_present of this FirstName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this FirstName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this FirstName. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FirstName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FirstName. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this FirstName. + """Gets the anchor_ignore_if_not_present_metadata of this FirstName. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this FirstName. + + :return: The anchor_ignore_if_not_present_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this FirstName. + """Sets the anchor_ignore_if_not_present_metadata of this FirstName. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FirstName. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this FirstName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this FirstName. # noqa: E501 - :return: The anchor_match_whole_word of this FirstName. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this FirstName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this FirstName. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this FirstName. + :param anchor_match_whole_word: The anchor_match_whole_word of this FirstName. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this FirstName. + """Gets the anchor_match_whole_word_metadata of this FirstName. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this FirstName. + :return: The anchor_match_whole_word_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this FirstName. + """Sets the anchor_match_whole_word_metadata of this FirstName. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FirstName. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this FirstName. - Anchor text information for a radio button. + """Gets the anchor_string of this FirstName. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this FirstName. + :return: The anchor_string of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this FirstName. - Anchor text information for a radio button. + """Sets the anchor_string of this FirstName. - :param anchor_string: The anchor_string of this FirstName. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this FirstName. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this FirstName. + """Gets the anchor_string_metadata of this FirstName. # noqa: E501 - :return: The anchor_string_metadata of this FirstName. + + :return: The anchor_string_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this FirstName. + """Sets the anchor_string_metadata of this FirstName. - :param anchor_string_metadata: The anchor_string_metadata of this FirstName. + + :param anchor_string_metadata: The anchor_string_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this FirstName. - + """Gets the anchor_tab_processor_version of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this FirstName. + :return: The anchor_tab_processor_version of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this FirstName. - + """Sets the anchor_tab_processor_version of this FirstName. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this FirstName. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this FirstName. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this FirstName. + """Gets the anchor_tab_processor_version_metadata of this FirstName. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this FirstName. + :return: The anchor_tab_processor_version_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this FirstName. + """Sets the anchor_tab_processor_version_metadata of this FirstName. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FirstName. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this FirstName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this FirstName. # noqa: E501 - :return: The anchor_units of this FirstName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this FirstName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this FirstName. - :param anchor_units: The anchor_units of this FirstName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this FirstName. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this FirstName. + """Gets the anchor_units_metadata of this FirstName. # noqa: E501 - :return: The anchor_units_metadata of this FirstName. + + :return: The anchor_units_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this FirstName. + """Sets the anchor_units_metadata of this FirstName. + - :param anchor_units_metadata: The anchor_units_metadata of this FirstName. + :param anchor_units_metadata: The anchor_units_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this FirstName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this FirstName. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this FirstName. + :return: The anchor_x_offset of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this FirstName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this FirstName. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this FirstName. + :param anchor_x_offset: The anchor_x_offset of this FirstName. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this FirstName. + """Gets the anchor_x_offset_metadata of this FirstName. # noqa: E501 + - :return: The anchor_x_offset_metadata of this FirstName. + :return: The anchor_x_offset_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this FirstName. + """Sets the anchor_x_offset_metadata of this FirstName. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FirstName. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this FirstName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this FirstName. # noqa: E501 - :return: The anchor_y_offset of this FirstName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this FirstName. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this FirstName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this FirstName. - :param anchor_y_offset: The anchor_y_offset of this FirstName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this FirstName. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this FirstName. + """Gets the anchor_y_offset_metadata of this FirstName. # noqa: E501 + - :return: The anchor_y_offset_metadata of this FirstName. + :return: The anchor_y_offset_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this FirstName. + """Sets the anchor_y_offset_metadata of this FirstName. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FirstName. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this FirstName. - When set to **true**, the information in the tab is bold. + """Gets the bold of this FirstName. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this FirstName. + :return: The bold of this FirstName. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this FirstName. - When set to **true**, the information in the tab is bold. + """Sets the bold of this FirstName. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this FirstName. + :param bold: The bold of this FirstName. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this FirstName. + """Gets the bold_metadata of this FirstName. # noqa: E501 - :return: The bold_metadata of this FirstName. + + :return: The bold_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this FirstName. + """Sets the bold_metadata of this FirstName. - :param bold_metadata: The bold_metadata of this FirstName. + + :param bold_metadata: The bold_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this FirstName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this FirstName. # noqa: E501 - :return: The conditional_parent_label of this FirstName. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this FirstName. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this FirstName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this FirstName. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this FirstName. + :param conditional_parent_label: The conditional_parent_label of this FirstName. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this FirstName. + """Gets the conditional_parent_label_metadata of this FirstName. # noqa: E501 + - :return: The conditional_parent_label_metadata of this FirstName. + :return: The conditional_parent_label_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this FirstName. + """Sets the conditional_parent_label_metadata of this FirstName. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FirstName. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this FirstName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this FirstName. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this FirstName. + :return: The conditional_parent_value of this FirstName. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this FirstName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this FirstName. - :param conditional_parent_value: The conditional_parent_value of this FirstName. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this FirstName. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this FirstName. + """Gets the conditional_parent_value_metadata of this FirstName. # noqa: E501 - :return: The conditional_parent_value_metadata of this FirstName. + + :return: The conditional_parent_value_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this FirstName. + """Sets the conditional_parent_value_metadata of this FirstName. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FirstName. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this FirstName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this FirstName. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this FirstName. + :return: The custom_tab_id of this FirstName. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this FirstName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this FirstName. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this FirstName. + :param custom_tab_id: The custom_tab_id of this FirstName. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this FirstName. + """Gets the custom_tab_id_metadata of this FirstName. # noqa: E501 + - :return: The custom_tab_id_metadata of this FirstName. + :return: The custom_tab_id_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this FirstName. + """Sets the custom_tab_id_metadata of this FirstName. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this FirstName. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this FirstName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this FirstName. # noqa: E501 - :return: The document_id of this FirstName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this FirstName. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this FirstName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this FirstName. - :param document_id: The document_id of this FirstName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this FirstName. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this FirstName. + """Gets the document_id_metadata of this FirstName. # noqa: E501 - :return: The document_id_metadata of this FirstName. + + :return: The document_id_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this FirstName. + """Sets the document_id_metadata of this FirstName. + - :param document_id_metadata: The document_id_metadata of this FirstName. + :param document_id_metadata: The document_id_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -960,20 +1139,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this FirstName. + """Gets the error_details of this FirstName. # noqa: E501 + - :return: The error_details of this FirstName. + :return: The error_details of this FirstName. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FirstName. + """Sets the error_details of this FirstName. + - :param error_details: The error_details of this FirstName. + :param error_details: The error_details of this FirstName. # noqa: E501 :type: ErrorDetails """ @@ -981,22 +1160,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this FirstName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this FirstName. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this FirstName. + :return: The font of this FirstName. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this FirstName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this FirstName. - :param font: The font of this FirstName. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this FirstName. # noqa: E501 :type: str """ @@ -1004,22 +1183,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this FirstName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this FirstName. # noqa: E501 - :return: The font_color of this FirstName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this FirstName. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this FirstName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this FirstName. - :param font_color: The font_color of this FirstName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this FirstName. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this FirstName. + """Gets the font_color_metadata of this FirstName. # noqa: E501 + - :return: The font_color_metadata of this FirstName. + :return: The font_color_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this FirstName. + """Sets the font_color_metadata of this FirstName. + - :param font_color_metadata: The font_color_metadata of this FirstName. + :param font_color_metadata: The font_color_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this FirstName. + """Gets the font_metadata of this FirstName. # noqa: E501 + - :return: The font_metadata of this FirstName. + :return: The font_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this FirstName. + """Sets the font_metadata of this FirstName. + - :param font_metadata: The font_metadata of this FirstName. + :param font_metadata: The font_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1248,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this FirstName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this FirstName. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this FirstName. + :return: The font_size of this FirstName. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this FirstName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this FirstName. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this FirstName. + :param font_size: The font_size of this FirstName. # noqa: E501 :type: str """ @@ -1092,20 +1271,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this FirstName. + """Gets the font_size_metadata of this FirstName. # noqa: E501 + - :return: The font_size_metadata of this FirstName. + :return: The font_size_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this FirstName. + """Sets the font_size_metadata of this FirstName. + - :param font_size_metadata: The font_size_metadata of this FirstName. + :param font_size_metadata: The font_size_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1113,22 +1292,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this FirstName. - + """Gets the form_order of this FirstName. # noqa: E501 - :return: The form_order of this FirstName. + # noqa: E501 + + :return: The form_order of this FirstName. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this FirstName. - + """Sets the form_order of this FirstName. - :param form_order: The form_order of this FirstName. + # noqa: E501 + + :param form_order: The form_order of this FirstName. # noqa: E501 :type: str """ @@ -1136,20 +1315,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this FirstName. + """Gets the form_order_metadata of this FirstName. # noqa: E501 - :return: The form_order_metadata of this FirstName. + + :return: The form_order_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this FirstName. + """Sets the form_order_metadata of this FirstName. + - :param form_order_metadata: The form_order_metadata of this FirstName. + :param form_order_metadata: The form_order_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this FirstName. - + """Gets the form_page_label of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this FirstName. + :return: The form_page_label of this FirstName. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this FirstName. - + """Sets the form_page_label of this FirstName. + + # noqa: E501 - :param form_page_label: The form_page_label of this FirstName. + :param form_page_label: The form_page_label of this FirstName. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this FirstName. + """Gets the form_page_label_metadata of this FirstName. # noqa: E501 + - :return: The form_page_label_metadata of this FirstName. + :return: The form_page_label_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this FirstName. + """Sets the form_page_label_metadata of this FirstName. - :param form_page_label_metadata: The form_page_label_metadata of this FirstName. + + :param form_page_label_metadata: The form_page_label_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this FirstName. - + """Gets the form_page_number of this FirstName. # noqa: E501 - :return: The form_page_number of this FirstName. + # noqa: E501 + + :return: The form_page_number of this FirstName. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this FirstName. - + """Sets the form_page_number of this FirstName. - :param form_page_number: The form_page_number of this FirstName. + # noqa: E501 + + :param form_page_number: The form_page_number of this FirstName. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this FirstName. + """Gets the form_page_number_metadata of this FirstName. # noqa: E501 + - :return: The form_page_number_metadata of this FirstName. + :return: The form_page_number_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this FirstName. + """Sets the form_page_number_metadata of this FirstName. + - :param form_page_number_metadata: The form_page_number_metadata of this FirstName. + :param form_page_number_metadata: The form_page_number_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this FirstName. - Height of the tab in pixels. + """Gets the height of this FirstName. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this FirstName. + :return: The height of this FirstName. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this FirstName. - Height of the tab in pixels. + """Sets the height of this FirstName. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this FirstName. + :param height: The height of this FirstName. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this FirstName. + """Gets the height_metadata of this FirstName. # noqa: E501 - :return: The height_metadata of this FirstName. + + :return: The height_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this FirstName. + """Sets the height_metadata of this FirstName. - :param height_metadata: The height_metadata of this FirstName. + + :param height_metadata: The height_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this FirstName. - When set to **true**, the information in the tab is italic. + """Gets the italic of this FirstName. # noqa: E501 - :return: The italic of this FirstName. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this FirstName. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this FirstName. - When set to **true**, the information in the tab is italic. + """Sets the italic of this FirstName. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this FirstName. + :param italic: The italic of this FirstName. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this FirstName. + """Gets the italic_metadata of this FirstName. # noqa: E501 + - :return: The italic_metadata of this FirstName. + :return: The italic_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this FirstName. + """Sets the italic_metadata of this FirstName. + - :param italic_metadata: The italic_metadata of this FirstName. + :param italic_metadata: The italic_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1333,20 +1512,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this FirstName. + """Gets the locale_policy of this FirstName. # noqa: E501 + - :return: The locale_policy of this FirstName. + :return: The locale_policy of this FirstName. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this FirstName. + """Sets the locale_policy of this FirstName. - :param locale_policy: The locale_policy of this FirstName. + + :param locale_policy: The locale_policy of this FirstName. # noqa: E501 :type: LocalePolicyTab """ @@ -1354,20 +1533,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this FirstName. + """Gets the merge_field of this FirstName. # noqa: E501 - :return: The merge_field of this FirstName. + + :return: The merge_field of this FirstName. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this FirstName. + """Sets the merge_field of this FirstName. - :param merge_field: The merge_field of this FirstName. + + :param merge_field: The merge_field of this FirstName. # noqa: E501 :type: MergeField """ @@ -1375,22 +1554,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this FirstName. - + """Gets the merge_field_xml of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this FirstName. + :return: The merge_field_xml of this FirstName. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this FirstName. - + """Sets the merge_field_xml of this FirstName. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this FirstName. + :param merge_field_xml: The merge_field_xml of this FirstName. # noqa: E501 :type: str """ @@ -1398,22 +1577,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this FirstName. - + """Gets the name of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The name of this FirstName. + :return: The name of this FirstName. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FirstName. - + """Sets the name of this FirstName. + + # noqa: E501 - :param name: The name of this FirstName. + :param name: The name of this FirstName. # noqa: E501 :type: str """ @@ -1421,20 +1600,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this FirstName. + """Gets the name_metadata of this FirstName. # noqa: E501 - :return: The name_metadata of this FirstName. + + :return: The name_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this FirstName. + """Sets the name_metadata of this FirstName. - :param name_metadata: The name_metadata of this FirstName. + + :param name_metadata: The name_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1442,22 +1621,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this FirstName. - Specifies the page number on which the tab is located. + """Gets the page_number of this FirstName. # noqa: E501 - :return: The page_number of this FirstName. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this FirstName. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this FirstName. - Specifies the page number on which the tab is located. + """Sets the page_number of this FirstName. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this FirstName. + :param page_number: The page_number of this FirstName. # noqa: E501 :type: str """ @@ -1465,20 +1644,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this FirstName. + """Gets the page_number_metadata of this FirstName. # noqa: E501 + - :return: The page_number_metadata of this FirstName. + :return: The page_number_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this FirstName. + """Sets the page_number_metadata of this FirstName. + - :param page_number_metadata: The page_number_metadata of this FirstName. + :param page_number_metadata: The page_number_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1665,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this FirstName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this FirstName. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this FirstName. + :return: The recipient_id of this FirstName. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this FirstName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this FirstName. - :param recipient_id: The recipient_id of this FirstName. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this FirstName. # noqa: E501 :type: str """ @@ -1509,22 +1688,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this FirstName. - + """Gets the recipient_id_guid of this FirstName. # noqa: E501 - :return: The recipient_id_guid of this FirstName. + # noqa: E501 + + :return: The recipient_id_guid of this FirstName. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this FirstName. - + """Sets the recipient_id_guid of this FirstName. - :param recipient_id_guid: The recipient_id_guid of this FirstName. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this FirstName. # noqa: E501 :type: str """ @@ -1532,20 +1711,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this FirstName. + """Gets the recipient_id_guid_metadata of this FirstName. # noqa: E501 + - :return: The recipient_id_guid_metadata of this FirstName. + :return: The recipient_id_guid_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this FirstName. + """Sets the recipient_id_guid_metadata of this FirstName. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FirstName. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1553,20 +1732,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this FirstName. + """Gets the recipient_id_metadata of this FirstName. # noqa: E501 + - :return: The recipient_id_metadata of this FirstName. + :return: The recipient_id_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this FirstName. + """Sets the recipient_id_metadata of this FirstName. + - :param recipient_id_metadata: The recipient_id_metadata of this FirstName. + :param recipient_id_metadata: The recipient_id_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1574,20 +1753,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this FirstName. + """Gets the smart_contract_information of this FirstName. # noqa: E501 - :return: The smart_contract_information of this FirstName. + + :return: The smart_contract_information of this FirstName. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this FirstName. + """Sets the smart_contract_information of this FirstName. - :param smart_contract_information: The smart_contract_information of this FirstName. + + :param smart_contract_information: The smart_contract_information of this FirstName. # noqa: E501 :type: SmartContractInformation """ @@ -1595,22 +1774,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this FirstName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this FirstName. # noqa: E501 - :return: The status of this FirstName. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this FirstName. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this FirstName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this FirstName. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this FirstName. + :param status: The status of this FirstName. # noqa: E501 :type: str """ @@ -1618,20 +1797,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this FirstName. + """Gets the status_metadata of this FirstName. # noqa: E501 + - :return: The status_metadata of this FirstName. + :return: The status_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this FirstName. + """Sets the status_metadata of this FirstName. + - :param status_metadata: The status_metadata of this FirstName. + :param status_metadata: The status_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1639,22 +1818,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this FirstName. - + """Gets the tab_group_labels of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this FirstName. + :return: The tab_group_labels of this FirstName. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this FirstName. - + """Sets the tab_group_labels of this FirstName. - :param tab_group_labels: The tab_group_labels of this FirstName. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this FirstName. # noqa: E501 :type: list[str] """ @@ -1662,20 +1841,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this FirstName. + """Gets the tab_group_labels_metadata of this FirstName. # noqa: E501 - :return: The tab_group_labels_metadata of this FirstName. + + :return: The tab_group_labels_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this FirstName. + """Sets the tab_group_labels_metadata of this FirstName. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this FirstName. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this FirstName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this FirstName. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this FirstName. + :return: The tab_id of this FirstName. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this FirstName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this FirstName. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this FirstName. + :param tab_id: The tab_id of this FirstName. # noqa: E501 :type: str """ @@ -1706,20 +1885,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this FirstName. + """Gets the tab_id_metadata of this FirstName. # noqa: E501 + - :return: The tab_id_metadata of this FirstName. + :return: The tab_id_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this FirstName. + """Sets the tab_id_metadata of this FirstName. + - :param tab_id_metadata: The tab_id_metadata of this FirstName. + :param tab_id_metadata: The tab_id_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this FirstName. - The label string associated with the tab. + """Gets the tab_label of this FirstName. # noqa: E501 - :return: The tab_label of this FirstName. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this FirstName. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this FirstName. - The label string associated with the tab. + """Sets the tab_label of this FirstName. - :param tab_label: The tab_label of this FirstName. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this FirstName. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this FirstName. + """Gets the tab_label_metadata of this FirstName. # noqa: E501 - :return: The tab_label_metadata of this FirstName. + + :return: The tab_label_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this FirstName. + """Sets the tab_label_metadata of this FirstName. + - :param tab_label_metadata: The tab_label_metadata of this FirstName. + :param tab_label_metadata: The tab_label_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this FirstName. - + """Gets the tab_order of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this FirstName. + :return: The tab_order of this FirstName. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this FirstName. - + """Sets the tab_order of this FirstName. + + # noqa: E501 - :param tab_order: The tab_order of this FirstName. + :param tab_order: The tab_order of this FirstName. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this FirstName. + """Gets the tab_order_metadata of this FirstName. # noqa: E501 + - :return: The tab_order_metadata of this FirstName. + :return: The tab_order_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this FirstName. + """Sets the tab_order_metadata of this FirstName. - :param tab_order_metadata: The tab_order_metadata of this FirstName. + + :param tab_order_metadata: The tab_order_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this FirstName. - + """Gets the tab_type of this FirstName. # noqa: E501 - :return: The tab_type of this FirstName. + # noqa: E501 + + :return: The tab_type of this FirstName. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this FirstName. - + """Sets the tab_type of this FirstName. - :param tab_type: The tab_type of this FirstName. + # noqa: E501 + + :param tab_type: The tab_type of this FirstName. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this FirstName. + """Gets the tab_type_metadata of this FirstName. # noqa: E501 + - :return: The tab_type_metadata of this FirstName. + :return: The tab_type_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this FirstName. + """Sets the tab_type_metadata of this FirstName. + - :param tab_type_metadata: The tab_type_metadata of this FirstName. + :param tab_type_metadata: The tab_type_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this FirstName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this FirstName. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this FirstName. + :return: The template_locked of this FirstName. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this FirstName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this FirstName. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this FirstName. + :param template_locked: The template_locked of this FirstName. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this FirstName. + """Gets the template_locked_metadata of this FirstName. # noqa: E501 - :return: The template_locked_metadata of this FirstName. + + :return: The template_locked_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this FirstName. + """Sets the template_locked_metadata of this FirstName. - :param template_locked_metadata: The template_locked_metadata of this FirstName. + + :param template_locked_metadata: The template_locked_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this FirstName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this FirstName. # noqa: E501 - :return: The template_required of this FirstName. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this FirstName. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this FirstName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this FirstName. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this FirstName. + :param template_required: The template_required of this FirstName. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this FirstName. + """Gets the template_required_metadata of this FirstName. # noqa: E501 + - :return: The template_required_metadata of this FirstName. + :return: The template_required_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this FirstName. + """Sets the template_required_metadata of this FirstName. + - :param template_required_metadata: The template_required_metadata of this FirstName. + :param template_required_metadata: The template_required_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this FirstName. - + """Gets the tooltip of this FirstName. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this FirstName. + :return: The tooltip of this FirstName. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this FirstName. - + """Sets the tooltip of this FirstName. - :param tooltip: The tooltip of this FirstName. + # noqa: E501 + + :param tooltip: The tooltip of this FirstName. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this FirstName. + """Gets the tool_tip_metadata of this FirstName. # noqa: E501 - :return: The tool_tip_metadata of this FirstName. + + :return: The tool_tip_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this FirstName. + """Sets the tool_tip_metadata of this FirstName. - :param tool_tip_metadata: The tool_tip_metadata of this FirstName. + + :param tool_tip_metadata: The tool_tip_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this FirstName. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this FirstName. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this FirstName. + :return: The underline of this FirstName. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this FirstName. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this FirstName. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this FirstName. + :param underline: The underline of this FirstName. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this FirstName. + """Gets the underline_metadata of this FirstName. # noqa: E501 + - :return: The underline_metadata of this FirstName. + :return: The underline_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this FirstName. + """Sets the underline_metadata of this FirstName. + - :param underline_metadata: The underline_metadata of this FirstName. + :param underline_metadata: The underline_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this FirstName. - Specifies the value of the tab. + """Gets the value of this FirstName. # noqa: E501 - :return: The value of this FirstName. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this FirstName. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this FirstName. - Specifies the value of the tab. + """Sets the value of this FirstName. - :param value: The value of this FirstName. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this FirstName. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this FirstName. + """Gets the value_metadata of this FirstName. # noqa: E501 - :return: The value_metadata of this FirstName. + + :return: The value_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this FirstName. + """Sets the value_metadata of this FirstName. + - :param value_metadata: The value_metadata of this FirstName. + :param value_metadata: The value_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this FirstName. - Width of the tab in pixels. + """Gets the width of this FirstName. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this FirstName. + :return: The width of this FirstName. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this FirstName. - Width of the tab in pixels. + """Sets the width of this FirstName. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this FirstName. + :param width: The width of this FirstName. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this FirstName. + """Gets the width_metadata of this FirstName. # noqa: E501 + - :return: The width_metadata of this FirstName. + :return: The width_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this FirstName. + """Sets the width_metadata of this FirstName. - :param width_metadata: The width_metadata of this FirstName. + + :param width_metadata: The width_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this FirstName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this FirstName. # noqa: E501 - :return: The x_position of this FirstName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this FirstName. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this FirstName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this FirstName. - :param x_position: The x_position of this FirstName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this FirstName. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this FirstName. + """Gets the x_position_metadata of this FirstName. # noqa: E501 + - :return: The x_position_metadata of this FirstName. + :return: The x_position_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this FirstName. + """Sets the x_position_metadata of this FirstName. + - :param x_position_metadata: The x_position_metadata of this FirstName. + :param x_position_metadata: The x_position_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this FirstName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this FirstName. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this FirstName. + :return: The y_position of this FirstName. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this FirstName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this FirstName. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this FirstName. + :param y_position: The y_position of this FirstName. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this FirstName. + """Gets the y_position_metadata of this FirstName. # noqa: E501 - :return: The y_position_metadata of this FirstName. + + :return: The y_position_metadata of this FirstName. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this FirstName. + """Sets the y_position_metadata of this FirstName. - :param y_position_metadata: The y_position_metadata of this FirstName. + + :param y_position_metadata: The y_position_metadata of this FirstName. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FirstName, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FirstName): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folder.py b/docusign_esign/models/folder.py index 59afec07..0e364493 100644 --- a/docusign_esign/models/folder.py +++ b/docusign_esign/models/folder.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,93 +11,128 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Folder(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, filter=None, folder_id=None, folder_items=None, folders=None, has_access=None, has_sub_folders=None, item_count=None, name=None, owner=None, parent_folder_id=None, parent_folder_uri=None, sub_folder_count=None, type=None, uri=None): - """ - Folder - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'filter': 'Filter', - 'folder_id': 'str', - 'folder_items': 'list[FolderItemV2]', - 'folders': 'list[Folder]', - 'has_access': 'str', - 'has_sub_folders': 'str', - 'item_count': 'str', - 'name': 'str', - 'owner': 'UserInfo', - 'parent_folder_id': 'str', - 'parent_folder_uri': 'str', - 'sub_folder_count': 'str', - 'type': 'str', - 'uri': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'filter': 'filter', - 'folder_id': 'folderId', - 'folder_items': 'folderItems', - 'folders': 'folders', - 'has_access': 'hasAccess', - 'has_sub_folders': 'hasSubFolders', - 'item_count': 'itemCount', - 'name': 'name', - 'owner': 'owner', - 'parent_folder_id': 'parentFolderId', - 'parent_folder_uri': 'parentFolderUri', - 'sub_folder_count': 'subFolderCount', - 'type': 'type', - 'uri': 'uri' - } - self._error_details = error_details - self._filter = filter - self._folder_id = folder_id - self._folder_items = folder_items - self._folders = folders - self._has_access = has_access - self._has_sub_folders = has_sub_folders - self._item_count = item_count - self._name = name - self._owner = owner - self._parent_folder_id = parent_folder_id - self._parent_folder_uri = parent_folder_uri - self._sub_folder_count = sub_folder_count - self._type = type - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'filter': 'Filter', + 'folder_id': 'str', + 'folder_items': 'list[FolderItemV2]', + 'folders': 'list[Folder]', + 'has_access': 'str', + 'has_sub_folders': 'str', + 'item_count': 'str', + 'name': 'str', + 'owner': 'UserInfo', + 'parent_folder_id': 'str', + 'parent_folder_uri': 'str', + 'sub_folder_count': 'str', + 'type': 'str', + 'uri': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'filter': 'filter', + 'folder_id': 'folderId', + 'folder_items': 'folderItems', + 'folders': 'folders', + 'has_access': 'hasAccess', + 'has_sub_folders': 'hasSubFolders', + 'item_count': 'itemCount', + 'name': 'name', + 'owner': 'owner', + 'parent_folder_id': 'parentFolderId', + 'parent_folder_uri': 'parentFolderUri', + 'sub_folder_count': 'subFolderCount', + 'type': 'type', + 'uri': 'uri' + } + + def __init__(self, error_details=None, filter=None, folder_id=None, folder_items=None, folders=None, has_access=None, has_sub_folders=None, item_count=None, name=None, owner=None, parent_folder_id=None, parent_folder_uri=None, sub_folder_count=None, type=None, uri=None): # noqa: E501 + """Folder - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._filter = None + self._folder_id = None + self._folder_items = None + self._folders = None + self._has_access = None + self._has_sub_folders = None + self._item_count = None + self._name = None + self._owner = None + self._parent_folder_id = None + self._parent_folder_uri = None + self._sub_folder_count = None + self._type = None + self._uri = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if filter is not None: + self.filter = filter + if folder_id is not None: + self.folder_id = folder_id + if folder_items is not None: + self.folder_items = folder_items + if folders is not None: + self.folders = folders + if has_access is not None: + self.has_access = has_access + if has_sub_folders is not None: + self.has_sub_folders = has_sub_folders + if item_count is not None: + self.item_count = item_count + if name is not None: + self.name = name + if owner is not None: + self.owner = owner + if parent_folder_id is not None: + self.parent_folder_id = parent_folder_id + if parent_folder_uri is not None: + self.parent_folder_uri = parent_folder_uri + if sub_folder_count is not None: + self.sub_folder_count = sub_folder_count + if type is not None: + self.type = type + if uri is not None: + self.uri = uri @property def error_details(self): - """ - Gets the error_details of this Folder. + """Gets the error_details of this Folder. # noqa: E501 - :return: The error_details of this Folder. + + :return: The error_details of this Folder. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Folder. + """Sets the error_details of this Folder. + - :param error_details: The error_details of this Folder. + :param error_details: The error_details of this Folder. # noqa: E501 :type: ErrorDetails """ @@ -105,20 +140,20 @@ def error_details(self, error_details): @property def filter(self): - """ - Gets the filter of this Folder. + """Gets the filter of this Folder. # noqa: E501 + - :return: The filter of this Folder. + :return: The filter of this Folder. # noqa: E501 :rtype: Filter """ return self._filter @filter.setter def filter(self, filter): - """ - Sets the filter of this Folder. + """Sets the filter of this Folder. - :param filter: The filter of this Folder. + + :param filter: The filter of this Folder. # noqa: E501 :type: Filter """ @@ -126,22 +161,22 @@ def filter(self, filter): @property def folder_id(self): - """ - Gets the folder_id of this Folder. - + """Gets the folder_id of this Folder. # noqa: E501 + + # noqa: E501 - :return: The folder_id of this Folder. + :return: The folder_id of this Folder. # noqa: E501 :rtype: str """ return self._folder_id @folder_id.setter def folder_id(self, folder_id): - """ - Sets the folder_id of this Folder. - + """Sets the folder_id of this Folder. + + # noqa: E501 - :param folder_id: The folder_id of this Folder. + :param folder_id: The folder_id of this Folder. # noqa: E501 :type: str """ @@ -149,22 +184,22 @@ def folder_id(self, folder_id): @property def folder_items(self): - """ - Gets the folder_items of this Folder. - A list of the envelopes in the specified folder or folders. + """Gets the folder_items of this Folder. # noqa: E501 - :return: The folder_items of this Folder. + A list of the envelopes in the specified folder or folders. # noqa: E501 + + :return: The folder_items of this Folder. # noqa: E501 :rtype: list[FolderItemV2] """ return self._folder_items @folder_items.setter def folder_items(self, folder_items): - """ - Sets the folder_items of this Folder. - A list of the envelopes in the specified folder or folders. + """Sets the folder_items of this Folder. + + A list of the envelopes in the specified folder or folders. # noqa: E501 - :param folder_items: The folder_items of this Folder. + :param folder_items: The folder_items of this Folder. # noqa: E501 :type: list[FolderItemV2] """ @@ -172,22 +207,22 @@ def folder_items(self, folder_items): @property def folders(self): - """ - Gets the folders of this Folder. - A collection of folder objects returned in a response. + """Gets the folders of this Folder. # noqa: E501 + + A collection of folder objects returned in a response. # noqa: E501 - :return: The folders of this Folder. + :return: The folders of this Folder. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this Folder. - A collection of folder objects returned in a response. + """Sets the folders of this Folder. - :param folders: The folders of this Folder. + A collection of folder objects returned in a response. # noqa: E501 + + :param folders: The folders of this Folder. # noqa: E501 :type: list[Folder] """ @@ -195,22 +230,22 @@ def folders(self, folders): @property def has_access(self): - """ - Gets the has_access of this Folder. - + """Gets the has_access of this Folder. # noqa: E501 + + # noqa: E501 - :return: The has_access of this Folder. + :return: The has_access of this Folder. # noqa: E501 :rtype: str """ return self._has_access @has_access.setter def has_access(self, has_access): - """ - Sets the has_access of this Folder. - + """Sets the has_access of this Folder. + + # noqa: E501 - :param has_access: The has_access of this Folder. + :param has_access: The has_access of this Folder. # noqa: E501 :type: str """ @@ -218,22 +253,22 @@ def has_access(self, has_access): @property def has_sub_folders(self): - """ - Gets the has_sub_folders of this Folder. - + """Gets the has_sub_folders of this Folder. # noqa: E501 + + # noqa: E501 - :return: The has_sub_folders of this Folder. + :return: The has_sub_folders of this Folder. # noqa: E501 :rtype: str """ return self._has_sub_folders @has_sub_folders.setter def has_sub_folders(self, has_sub_folders): - """ - Sets the has_sub_folders of this Folder. - + """Sets the has_sub_folders of this Folder. - :param has_sub_folders: The has_sub_folders of this Folder. + # noqa: E501 + + :param has_sub_folders: The has_sub_folders of this Folder. # noqa: E501 :type: str """ @@ -241,22 +276,22 @@ def has_sub_folders(self, has_sub_folders): @property def item_count(self): - """ - Gets the item_count of this Folder. - + """Gets the item_count of this Folder. # noqa: E501 + + # noqa: E501 - :return: The item_count of this Folder. + :return: The item_count of this Folder. # noqa: E501 :rtype: str """ return self._item_count @item_count.setter def item_count(self, item_count): - """ - Sets the item_count of this Folder. - + """Sets the item_count of this Folder. + + # noqa: E501 - :param item_count: The item_count of this Folder. + :param item_count: The item_count of this Folder. # noqa: E501 :type: str """ @@ -264,22 +299,22 @@ def item_count(self, item_count): @property def name(self): - """ - Gets the name of this Folder. - + """Gets the name of this Folder. # noqa: E501 - :return: The name of this Folder. + # noqa: E501 + + :return: The name of this Folder. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Folder. - + """Sets the name of this Folder. + + # noqa: E501 - :param name: The name of this Folder. + :param name: The name of this Folder. # noqa: E501 :type: str """ @@ -287,20 +322,20 @@ def name(self, name): @property def owner(self): - """ - Gets the owner of this Folder. + """Gets the owner of this Folder. # noqa: E501 + - :return: The owner of this Folder. + :return: The owner of this Folder. # noqa: E501 :rtype: UserInfo """ return self._owner @owner.setter def owner(self, owner): - """ - Sets the owner of this Folder. + """Sets the owner of this Folder. - :param owner: The owner of this Folder. + + :param owner: The owner of this Folder. # noqa: E501 :type: UserInfo """ @@ -308,22 +343,22 @@ def owner(self, owner): @property def parent_folder_id(self): - """ - Gets the parent_folder_id of this Folder. - + """Gets the parent_folder_id of this Folder. # noqa: E501 + + # noqa: E501 - :return: The parent_folder_id of this Folder. + :return: The parent_folder_id of this Folder. # noqa: E501 :rtype: str """ return self._parent_folder_id @parent_folder_id.setter def parent_folder_id(self, parent_folder_id): - """ - Sets the parent_folder_id of this Folder. - + """Sets the parent_folder_id of this Folder. + + # noqa: E501 - :param parent_folder_id: The parent_folder_id of this Folder. + :param parent_folder_id: The parent_folder_id of this Folder. # noqa: E501 :type: str """ @@ -331,22 +366,22 @@ def parent_folder_id(self, parent_folder_id): @property def parent_folder_uri(self): - """ - Gets the parent_folder_uri of this Folder. - + """Gets the parent_folder_uri of this Folder. # noqa: E501 - :return: The parent_folder_uri of this Folder. + # noqa: E501 + + :return: The parent_folder_uri of this Folder. # noqa: E501 :rtype: str """ return self._parent_folder_uri @parent_folder_uri.setter def parent_folder_uri(self, parent_folder_uri): - """ - Sets the parent_folder_uri of this Folder. - + """Sets the parent_folder_uri of this Folder. + + # noqa: E501 - :param parent_folder_uri: The parent_folder_uri of this Folder. + :param parent_folder_uri: The parent_folder_uri of this Folder. # noqa: E501 :type: str """ @@ -354,22 +389,22 @@ def parent_folder_uri(self, parent_folder_uri): @property def sub_folder_count(self): - """ - Gets the sub_folder_count of this Folder. - + """Gets the sub_folder_count of this Folder. # noqa: E501 + + # noqa: E501 - :return: The sub_folder_count of this Folder. + :return: The sub_folder_count of this Folder. # noqa: E501 :rtype: str """ return self._sub_folder_count @sub_folder_count.setter def sub_folder_count(self, sub_folder_count): - """ - Sets the sub_folder_count of this Folder. - + """Sets the sub_folder_count of this Folder. - :param sub_folder_count: The sub_folder_count of this Folder. + # noqa: E501 + + :param sub_folder_count: The sub_folder_count of this Folder. # noqa: E501 :type: str """ @@ -377,22 +412,22 @@ def sub_folder_count(self, sub_folder_count): @property def type(self): - """ - Gets the type of this Folder. - + """Gets the type of this Folder. # noqa: E501 + + # noqa: E501 - :return: The type of this Folder. + :return: The type of this Folder. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this Folder. - + """Sets the type of this Folder. + + # noqa: E501 - :param type: The type of this Folder. + :param type: The type of this Folder. # noqa: E501 :type: str """ @@ -400,34 +435,32 @@ def type(self, type): @property def uri(self): - """ - Gets the uri of this Folder. - + """Gets the uri of this Folder. # noqa: E501 - :return: The uri of this Folder. + # noqa: E501 + + :return: The uri of this Folder. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this Folder. - + """Sets the uri of this Folder. + + # noqa: E501 - :param uri: The uri of this Folder. + :param uri: The uri of this Folder. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -444,29 +477,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Folder, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Folder): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folder_item_response.py b/docusign_esign/models/folder_item_response.py index 8ed33286..fa1068a6 100644 --- a/docusign_esign/models/folder_item_response.py +++ b/docusign_esign/models/folder_item_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FolderItemResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, folder_items=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_rows=None): - """ - FolderItemResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'folder_items': 'list[FolderItemV2]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_rows': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'folder_items': 'folderItems', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_rows': 'totalRows' - } - - self._end_position = end_position - self._folder_items = folder_items - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_rows = total_rows + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'folder_items': 'list[FolderItemV2]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_rows': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'folder_items': 'folderItems', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_rows': 'totalRows' + } + + def __init__(self, end_position=None, folder_items=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_rows=None): # noqa: E501 + """FolderItemResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._folder_items = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_rows = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if folder_items is not None: + self.folder_items = folder_items + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_rows is not None: + self.total_rows = total_rows @property def end_position(self): - """ - Gets the end_position of this FolderItemResponse. - The last position in the result set. + """Gets the end_position of this FolderItemResponse. # noqa: E501 - :return: The end_position of this FolderItemResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this FolderItemResponse. - The last position in the result set. + """Sets the end_position of this FolderItemResponse. - :param end_position: The end_position of this FolderItemResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this FolderItemResponse. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def folder_items(self): - """ - Gets the folder_items of this FolderItemResponse. - A list of the envelopes in the specified folder or folders. + """Gets the folder_items of this FolderItemResponse. # noqa: E501 + + A list of the envelopes in the specified folder or folders. # noqa: E501 - :return: The folder_items of this FolderItemResponse. + :return: The folder_items of this FolderItemResponse. # noqa: E501 :rtype: list[FolderItemV2] """ return self._folder_items @folder_items.setter def folder_items(self, folder_items): - """ - Sets the folder_items of this FolderItemResponse. - A list of the envelopes in the specified folder or folders. + """Sets the folder_items of this FolderItemResponse. + + A list of the envelopes in the specified folder or folders. # noqa: E501 - :param folder_items: The folder_items of this FolderItemResponse. + :param folder_items: The folder_items of this FolderItemResponse. # noqa: E501 :type: list[FolderItemV2] """ @@ -106,22 +125,22 @@ def folder_items(self, folder_items): @property def next_uri(self): - """ - Gets the next_uri of this FolderItemResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this FolderItemResponse. # noqa: E501 - :return: The next_uri of this FolderItemResponse. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this FolderItemResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this FolderItemResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this FolderItemResponse. + :param next_uri: The next_uri of this FolderItemResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this FolderItemResponse. - The postal code for the billing address. + """Gets the previous_uri of this FolderItemResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this FolderItemResponse. + :return: The previous_uri of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this FolderItemResponse. - The postal code for the billing address. + """Sets the previous_uri of this FolderItemResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this FolderItemResponse. + :param previous_uri: The previous_uri of this FolderItemResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this FolderItemResponse. - The number of results returned in this response. + """Gets the result_set_size of this FolderItemResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this FolderItemResponse. + :return: The result_set_size of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this FolderItemResponse. - The number of results returned in this response. + """Sets the result_set_size of this FolderItemResponse. - :param result_set_size: The result_set_size of this FolderItemResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this FolderItemResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this FolderItemResponse. - Starting position of the current result set. + """Gets the start_position of this FolderItemResponse. # noqa: E501 - :return: The start_position of this FolderItemResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this FolderItemResponse. - Starting position of the current result set. + """Sets the start_position of this FolderItemResponse. - :param start_position: The start_position of this FolderItemResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this FolderItemResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_rows(self): - """ - Gets the total_rows of this FolderItemResponse. - + """Gets the total_rows of this FolderItemResponse. # noqa: E501 + + # noqa: E501 - :return: The total_rows of this FolderItemResponse. + :return: The total_rows of this FolderItemResponse. # noqa: E501 :rtype: str """ return self._total_rows @total_rows.setter def total_rows(self, total_rows): - """ - Sets the total_rows of this FolderItemResponse. - + """Sets the total_rows of this FolderItemResponse. + + # noqa: E501 - :param total_rows: The total_rows of this FolderItemResponse. + :param total_rows: The total_rows of this FolderItemResponse. # noqa: E501 :type: str """ self._total_rows = total_rows def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FolderItemResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FolderItemResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folder_item_v2.py b/docusign_esign/models/folder_item_v2.py index dd971251..7d69fb03 100644 --- a/docusign_esign/models/folder_item_v2.py +++ b/docusign_esign/models/folder_item_v2.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,110 +11,155 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FolderItemV2(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, completed_date_time=None, created_date_time=None, envelope_id=None, envelope_uri=None, expire_date_time=None, folder_id=None, folder_uri=None, is21_cfr_part11=None, owner_name=None, recipients=None, recipients_uri=None, sender_company=None, sender_email=None, sender_name=None, sender_user_id=None, sent_date_time=None, status=None, subject=None, template_id=None, template_uri=None): - """ - FolderItemV2 - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'completed_date_time': 'str', - 'created_date_time': 'str', - 'envelope_id': 'str', - 'envelope_uri': 'str', - 'expire_date_time': 'str', - 'folder_id': 'str', - 'folder_uri': 'str', - 'is21_cfr_part11': 'str', - 'owner_name': 'str', - 'recipients': 'Recipients', - 'recipients_uri': 'str', - 'sender_company': 'str', - 'sender_email': 'str', - 'sender_name': 'str', - 'sender_user_id': 'str', - 'sent_date_time': 'str', - 'status': 'str', - 'subject': 'str', - 'template_id': 'str', - 'template_uri': 'str' - } - - self.attribute_map = { - 'completed_date_time': 'completedDateTime', - 'created_date_time': 'createdDateTime', - 'envelope_id': 'envelopeId', - 'envelope_uri': 'envelopeUri', - 'expire_date_time': 'expireDateTime', - 'folder_id': 'folderId', - 'folder_uri': 'folderUri', - 'is21_cfr_part11': 'is21CFRPart11', - 'owner_name': 'ownerName', - 'recipients': 'recipients', - 'recipients_uri': 'recipientsUri', - 'sender_company': 'senderCompany', - 'sender_email': 'senderEmail', - 'sender_name': 'senderName', - 'sender_user_id': 'senderUserId', - 'sent_date_time': 'sentDateTime', - 'status': 'status', - 'subject': 'subject', - 'template_id': 'templateId', - 'template_uri': 'templateUri' - } - self._completed_date_time = completed_date_time - self._created_date_time = created_date_time - self._envelope_id = envelope_id - self._envelope_uri = envelope_uri - self._expire_date_time = expire_date_time - self._folder_id = folder_id - self._folder_uri = folder_uri - self._is21_cfr_part11 = is21_cfr_part11 - self._owner_name = owner_name - self._recipients = recipients - self._recipients_uri = recipients_uri - self._sender_company = sender_company - self._sender_email = sender_email - self._sender_name = sender_name - self._sender_user_id = sender_user_id - self._sent_date_time = sent_date_time - self._status = status - self._subject = subject - self._template_id = template_id - self._template_uri = template_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'completed_date_time': 'str', + 'created_date_time': 'str', + 'envelope_id': 'str', + 'envelope_uri': 'str', + 'expire_date_time': 'str', + 'folder_id': 'str', + 'folder_uri': 'str', + 'is21_cfr_part11': 'str', + 'owner_name': 'str', + 'recipients': 'Recipients', + 'recipients_uri': 'str', + 'sender_company': 'str', + 'sender_email': 'str', + 'sender_name': 'str', + 'sender_user_id': 'str', + 'sent_date_time': 'str', + 'status': 'str', + 'subject': 'str', + 'template_id': 'str', + 'template_uri': 'str' + } + + attribute_map = { + 'completed_date_time': 'completedDateTime', + 'created_date_time': 'createdDateTime', + 'envelope_id': 'envelopeId', + 'envelope_uri': 'envelopeUri', + 'expire_date_time': 'expireDateTime', + 'folder_id': 'folderId', + 'folder_uri': 'folderUri', + 'is21_cfr_part11': 'is21CFRPart11', + 'owner_name': 'ownerName', + 'recipients': 'recipients', + 'recipients_uri': 'recipientsUri', + 'sender_company': 'senderCompany', + 'sender_email': 'senderEmail', + 'sender_name': 'senderName', + 'sender_user_id': 'senderUserId', + 'sent_date_time': 'sentDateTime', + 'status': 'status', + 'subject': 'subject', + 'template_id': 'templateId', + 'template_uri': 'templateUri' + } + + def __init__(self, completed_date_time=None, created_date_time=None, envelope_id=None, envelope_uri=None, expire_date_time=None, folder_id=None, folder_uri=None, is21_cfr_part11=None, owner_name=None, recipients=None, recipients_uri=None, sender_company=None, sender_email=None, sender_name=None, sender_user_id=None, sent_date_time=None, status=None, subject=None, template_id=None, template_uri=None): # noqa: E501 + """FolderItemV2 - a model defined in Swagger""" # noqa: E501 + + self._completed_date_time = None + self._created_date_time = None + self._envelope_id = None + self._envelope_uri = None + self._expire_date_time = None + self._folder_id = None + self._folder_uri = None + self._is21_cfr_part11 = None + self._owner_name = None + self._recipients = None + self._recipients_uri = None + self._sender_company = None + self._sender_email = None + self._sender_name = None + self._sender_user_id = None + self._sent_date_time = None + self._status = None + self._subject = None + self._template_id = None + self._template_uri = None + self.discriminator = None + + if completed_date_time is not None: + self.completed_date_time = completed_date_time + if created_date_time is not None: + self.created_date_time = created_date_time + if envelope_id is not None: + self.envelope_id = envelope_id + if envelope_uri is not None: + self.envelope_uri = envelope_uri + if expire_date_time is not None: + self.expire_date_time = expire_date_time + if folder_id is not None: + self.folder_id = folder_id + if folder_uri is not None: + self.folder_uri = folder_uri + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if owner_name is not None: + self.owner_name = owner_name + if recipients is not None: + self.recipients = recipients + if recipients_uri is not None: + self.recipients_uri = recipients_uri + if sender_company is not None: + self.sender_company = sender_company + if sender_email is not None: + self.sender_email = sender_email + if sender_name is not None: + self.sender_name = sender_name + if sender_user_id is not None: + self.sender_user_id = sender_user_id + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if status is not None: + self.status = status + if subject is not None: + self.subject = subject + if template_id is not None: + self.template_id = template_id + if template_uri is not None: + self.template_uri = template_uri @property def completed_date_time(self): - """ - Gets the completed_date_time of this FolderItemV2. - Specifies the date and time this item was completed. + """Gets the completed_date_time of this FolderItemV2. # noqa: E501 - :return: The completed_date_time of this FolderItemV2. + Specifies the date and time this item was completed. # noqa: E501 + + :return: The completed_date_time of this FolderItemV2. # noqa: E501 :rtype: str """ return self._completed_date_time @completed_date_time.setter def completed_date_time(self, completed_date_time): - """ - Sets the completed_date_time of this FolderItemV2. - Specifies the date and time this item was completed. + """Sets the completed_date_time of this FolderItemV2. + + Specifies the date and time this item was completed. # noqa: E501 - :param completed_date_time: The completed_date_time of this FolderItemV2. + :param completed_date_time: The completed_date_time of this FolderItemV2. # noqa: E501 :type: str """ @@ -122,22 +167,22 @@ def completed_date_time(self, completed_date_time): @property def created_date_time(self): - """ - Gets the created_date_time of this FolderItemV2. - Indicates the date and time the item was created. + """Gets the created_date_time of this FolderItemV2. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this FolderItemV2. + :return: The created_date_time of this FolderItemV2. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this FolderItemV2. - Indicates the date and time the item was created. + """Sets the created_date_time of this FolderItemV2. + + Indicates the date and time the item was created. # noqa: E501 - :param created_date_time: The created_date_time of this FolderItemV2. + :param created_date_time: The created_date_time of this FolderItemV2. # noqa: E501 :type: str """ @@ -145,22 +190,22 @@ def created_date_time(self, created_date_time): @property def envelope_id(self): - """ - Gets the envelope_id of this FolderItemV2. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this FolderItemV2. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :return: The envelope_id of this FolderItemV2. + :return: The envelope_id of this FolderItemV2. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this FolderItemV2. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this FolderItemV2. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this FolderItemV2. + :param envelope_id: The envelope_id of this FolderItemV2. # noqa: E501 :type: str """ @@ -168,22 +213,22 @@ def envelope_id(self, envelope_id): @property def envelope_uri(self): - """ - Gets the envelope_uri of this FolderItemV2. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Gets the envelope_uri of this FolderItemV2. # noqa: E501 + + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 - :return: The envelope_uri of this FolderItemV2. + :return: The envelope_uri of this FolderItemV2. # noqa: E501 :rtype: str """ return self._envelope_uri @envelope_uri.setter def envelope_uri(self, envelope_uri): - """ - Sets the envelope_uri of this FolderItemV2. - Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. + """Sets the envelope_uri of this FolderItemV2. + + Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. # noqa: E501 - :param envelope_uri: The envelope_uri of this FolderItemV2. + :param envelope_uri: The envelope_uri of this FolderItemV2. # noqa: E501 :type: str """ @@ -191,22 +236,22 @@ def envelope_uri(self, envelope_uri): @property def expire_date_time(self): - """ - Gets the expire_date_time of this FolderItemV2. - The date and time the envelope is set to expire. + """Gets the expire_date_time of this FolderItemV2. # noqa: E501 + + The date and time the envelope is set to expire. # noqa: E501 - :return: The expire_date_time of this FolderItemV2. + :return: The expire_date_time of this FolderItemV2. # noqa: E501 :rtype: str """ return self._expire_date_time @expire_date_time.setter def expire_date_time(self, expire_date_time): - """ - Sets the expire_date_time of this FolderItemV2. - The date and time the envelope is set to expire. + """Sets the expire_date_time of this FolderItemV2. - :param expire_date_time: The expire_date_time of this FolderItemV2. + The date and time the envelope is set to expire. # noqa: E501 + + :param expire_date_time: The expire_date_time of this FolderItemV2. # noqa: E501 :type: str """ @@ -214,22 +259,22 @@ def expire_date_time(self, expire_date_time): @property def folder_id(self): - """ - Gets the folder_id of this FolderItemV2. - + """Gets the folder_id of this FolderItemV2. # noqa: E501 - :return: The folder_id of this FolderItemV2. + # noqa: E501 + + :return: The folder_id of this FolderItemV2. # noqa: E501 :rtype: str """ return self._folder_id @folder_id.setter def folder_id(self, folder_id): - """ - Sets the folder_id of this FolderItemV2. - + """Sets the folder_id of this FolderItemV2. - :param folder_id: The folder_id of this FolderItemV2. + # noqa: E501 + + :param folder_id: The folder_id of this FolderItemV2. # noqa: E501 :type: str """ @@ -237,22 +282,22 @@ def folder_id(self, folder_id): @property def folder_uri(self): - """ - Gets the folder_uri of this FolderItemV2. - + """Gets the folder_uri of this FolderItemV2. # noqa: E501 + + # noqa: E501 - :return: The folder_uri of this FolderItemV2. + :return: The folder_uri of this FolderItemV2. # noqa: E501 :rtype: str """ return self._folder_uri @folder_uri.setter def folder_uri(self, folder_uri): - """ - Sets the folder_uri of this FolderItemV2. - + """Sets the folder_uri of this FolderItemV2. + + # noqa: E501 - :param folder_uri: The folder_uri of this FolderItemV2. + :param folder_uri: The folder_uri of this FolderItemV2. # noqa: E501 :type: str """ @@ -260,22 +305,22 @@ def folder_uri(self, folder_uri): @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this FolderItemV2. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this FolderItemV2. # noqa: E501 + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :return: The is21_cfr_part11 of this FolderItemV2. + :return: The is21_cfr_part11 of this FolderItemV2. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this FolderItemV2. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this FolderItemV2. + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :param is21_cfr_part11: The is21_cfr_part11 of this FolderItemV2. + :param is21_cfr_part11: The is21_cfr_part11 of this FolderItemV2. # noqa: E501 :type: str """ @@ -283,22 +328,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def owner_name(self): - """ - Gets the owner_name of this FolderItemV2. - + """Gets the owner_name of this FolderItemV2. # noqa: E501 - :return: The owner_name of this FolderItemV2. + # noqa: E501 + + :return: The owner_name of this FolderItemV2. # noqa: E501 :rtype: str """ return self._owner_name @owner_name.setter def owner_name(self, owner_name): - """ - Sets the owner_name of this FolderItemV2. - + """Sets the owner_name of this FolderItemV2. - :param owner_name: The owner_name of this FolderItemV2. + # noqa: E501 + + :param owner_name: The owner_name of this FolderItemV2. # noqa: E501 :type: str """ @@ -306,20 +351,20 @@ def owner_name(self, owner_name): @property def recipients(self): - """ - Gets the recipients of this FolderItemV2. + """Gets the recipients of this FolderItemV2. # noqa: E501 - :return: The recipients of this FolderItemV2. + + :return: The recipients of this FolderItemV2. # noqa: E501 :rtype: Recipients """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this FolderItemV2. + """Sets the recipients of this FolderItemV2. - :param recipients: The recipients of this FolderItemV2. + + :param recipients: The recipients of this FolderItemV2. # noqa: E501 :type: Recipients """ @@ -327,22 +372,22 @@ def recipients(self, recipients): @property def recipients_uri(self): - """ - Gets the recipients_uri of this FolderItemV2. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Gets the recipients_uri of this FolderItemV2. # noqa: E501 - :return: The recipients_uri of this FolderItemV2. + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 + + :return: The recipients_uri of this FolderItemV2. # noqa: E501 :rtype: str """ return self._recipients_uri @recipients_uri.setter def recipients_uri(self, recipients_uri): - """ - Sets the recipients_uri of this FolderItemV2. - Contains a URI for an endpoint that you can use to retrieve the recipients. + """Sets the recipients_uri of this FolderItemV2. - :param recipients_uri: The recipients_uri of this FolderItemV2. + Contains a URI for an endpoint that you can use to retrieve the recipients. # noqa: E501 + + :param recipients_uri: The recipients_uri of this FolderItemV2. # noqa: E501 :type: str """ @@ -350,22 +395,22 @@ def recipients_uri(self, recipients_uri): @property def sender_company(self): - """ - Gets the sender_company of this FolderItemV2. - + """Gets the sender_company of this FolderItemV2. # noqa: E501 - :return: The sender_company of this FolderItemV2. + # noqa: E501 + + :return: The sender_company of this FolderItemV2. # noqa: E501 :rtype: str """ return self._sender_company @sender_company.setter def sender_company(self, sender_company): - """ - Sets the sender_company of this FolderItemV2. - + """Sets the sender_company of this FolderItemV2. + + # noqa: E501 - :param sender_company: The sender_company of this FolderItemV2. + :param sender_company: The sender_company of this FolderItemV2. # noqa: E501 :type: str """ @@ -373,22 +418,22 @@ def sender_company(self, sender_company): @property def sender_email(self): - """ - Gets the sender_email of this FolderItemV2. - + """Gets the sender_email of this FolderItemV2. # noqa: E501 + + # noqa: E501 - :return: The sender_email of this FolderItemV2. + :return: The sender_email of this FolderItemV2. # noqa: E501 :rtype: str """ return self._sender_email @sender_email.setter def sender_email(self, sender_email): - """ - Sets the sender_email of this FolderItemV2. - + """Sets the sender_email of this FolderItemV2. + + # noqa: E501 - :param sender_email: The sender_email of this FolderItemV2. + :param sender_email: The sender_email of this FolderItemV2. # noqa: E501 :type: str """ @@ -396,22 +441,22 @@ def sender_email(self, sender_email): @property def sender_name(self): - """ - Gets the sender_name of this FolderItemV2. - + """Gets the sender_name of this FolderItemV2. # noqa: E501 + + # noqa: E501 - :return: The sender_name of this FolderItemV2. + :return: The sender_name of this FolderItemV2. # noqa: E501 :rtype: str """ return self._sender_name @sender_name.setter def sender_name(self, sender_name): - """ - Sets the sender_name of this FolderItemV2. - + """Sets the sender_name of this FolderItemV2. - :param sender_name: The sender_name of this FolderItemV2. + # noqa: E501 + + :param sender_name: The sender_name of this FolderItemV2. # noqa: E501 :type: str """ @@ -419,22 +464,22 @@ def sender_name(self, sender_name): @property def sender_user_id(self): - """ - Gets the sender_user_id of this FolderItemV2. - + """Gets the sender_user_id of this FolderItemV2. # noqa: E501 - :return: The sender_user_id of this FolderItemV2. + # noqa: E501 + + :return: The sender_user_id of this FolderItemV2. # noqa: E501 :rtype: str """ return self._sender_user_id @sender_user_id.setter def sender_user_id(self, sender_user_id): - """ - Sets the sender_user_id of this FolderItemV2. - + """Sets the sender_user_id of this FolderItemV2. - :param sender_user_id: The sender_user_id of this FolderItemV2. + # noqa: E501 + + :param sender_user_id: The sender_user_id of this FolderItemV2. # noqa: E501 :type: str """ @@ -442,22 +487,22 @@ def sender_user_id(self, sender_user_id): @property def sent_date_time(self): - """ - Gets the sent_date_time of this FolderItemV2. - The date and time the envelope was sent. + """Gets the sent_date_time of this FolderItemV2. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this FolderItemV2. + :return: The sent_date_time of this FolderItemV2. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this FolderItemV2. - The date and time the envelope was sent. + """Sets the sent_date_time of this FolderItemV2. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this FolderItemV2. + :param sent_date_time: The sent_date_time of this FolderItemV2. # noqa: E501 :type: str """ @@ -465,22 +510,22 @@ def sent_date_time(self, sent_date_time): @property def status(self): - """ - Gets the status of this FolderItemV2. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this FolderItemV2. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this FolderItemV2. + :return: The status of this FolderItemV2. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this FolderItemV2. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this FolderItemV2. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this FolderItemV2. + :param status: The status of this FolderItemV2. # noqa: E501 :type: str """ @@ -488,22 +533,22 @@ def status(self, status): @property def subject(self): - """ - Gets the subject of this FolderItemV2. - + """Gets the subject of this FolderItemV2. # noqa: E501 + + # noqa: E501 - :return: The subject of this FolderItemV2. + :return: The subject of this FolderItemV2. # noqa: E501 :rtype: str """ return self._subject @subject.setter def subject(self, subject): - """ - Sets the subject of this FolderItemV2. - + """Sets the subject of this FolderItemV2. + + # noqa: E501 - :param subject: The subject of this FolderItemV2. + :param subject: The subject of this FolderItemV2. # noqa: E501 :type: str """ @@ -511,22 +556,22 @@ def subject(self, subject): @property def template_id(self): - """ - Gets the template_id of this FolderItemV2. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this FolderItemV2. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this FolderItemV2. + :return: The template_id of this FolderItemV2. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this FolderItemV2. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this FolderItemV2. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this FolderItemV2. + :param template_id: The template_id of this FolderItemV2. # noqa: E501 :type: str """ @@ -534,34 +579,32 @@ def template_id(self, template_id): @property def template_uri(self): - """ - Gets the template_uri of this FolderItemV2. - + """Gets the template_uri of this FolderItemV2. # noqa: E501 - :return: The template_uri of this FolderItemV2. + # noqa: E501 + + :return: The template_uri of this FolderItemV2. # noqa: E501 :rtype: str """ return self._template_uri @template_uri.setter def template_uri(self, template_uri): - """ - Sets the template_uri of this FolderItemV2. - + """Sets the template_uri of this FolderItemV2. - :param template_uri: The template_uri of this FolderItemV2. + # noqa: E501 + + :param template_uri: The template_uri of this FolderItemV2. # noqa: E501 :type: str """ self._template_uri = template_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -578,29 +621,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FolderItemV2, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FolderItemV2): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folder_items_response.py b/docusign_esign/models/folder_items_response.py index 8cdbea4d..d8cd1745 100644 --- a/docusign_esign/models/folder_items_response.py +++ b/docusign_esign/models/folder_items_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FolderItemsResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, envelopes=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - FolderItemsResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'envelopes': 'list[EnvelopeSummary]', - 'folders': 'list[Folder]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'envelopes': 'envelopes', - 'folders': 'folders', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._envelopes = envelopes - self._folders = folders - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'envelopes': 'list[EnvelopeSummary]', + 'folders': 'list[Folder]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'envelopes': 'envelopes', + 'folders': 'folders', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, envelopes=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """FolderItemsResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._envelopes = None + self._folders = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if envelopes is not None: + self.envelopes = envelopes + if folders is not None: + self.folders = folders + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this FolderItemsResponse. - The last position in the result set. + """Gets the end_position of this FolderItemsResponse. # noqa: E501 - :return: The end_position of this FolderItemsResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this FolderItemsResponse. - The last position in the result set. + """Sets the end_position of this FolderItemsResponse. - :param end_position: The end_position of this FolderItemsResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this FolderItemsResponse. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def end_position(self, end_position): @property def envelopes(self): - """ - Gets the envelopes of this FolderItemsResponse. - + """Gets the envelopes of this FolderItemsResponse. # noqa: E501 - :return: The envelopes of this FolderItemsResponse. + # noqa: E501 + + :return: The envelopes of this FolderItemsResponse. # noqa: E501 :rtype: list[EnvelopeSummary] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this FolderItemsResponse. - + """Sets the envelopes of this FolderItemsResponse. - :param envelopes: The envelopes of this FolderItemsResponse. + # noqa: E501 + + :param envelopes: The envelopes of this FolderItemsResponse. # noqa: E501 :type: list[EnvelopeSummary] """ @@ -109,22 +130,22 @@ def envelopes(self, envelopes): @property def folders(self): - """ - Gets the folders of this FolderItemsResponse. - + """Gets the folders of this FolderItemsResponse. # noqa: E501 - :return: The folders of this FolderItemsResponse. + # noqa: E501 + + :return: The folders of this FolderItemsResponse. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this FolderItemsResponse. - + """Sets the folders of this FolderItemsResponse. - :param folders: The folders of this FolderItemsResponse. + # noqa: E501 + + :param folders: The folders of this FolderItemsResponse. # noqa: E501 :type: list[Folder] """ @@ -132,22 +153,22 @@ def folders(self, folders): @property def next_uri(self): - """ - Gets the next_uri of this FolderItemsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this FolderItemsResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this FolderItemsResponse. + :return: The next_uri of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this FolderItemsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this FolderItemsResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this FolderItemsResponse. + :param next_uri: The next_uri of this FolderItemsResponse. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this FolderItemsResponse. - The postal code for the billing address. + """Gets the previous_uri of this FolderItemsResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this FolderItemsResponse. + :return: The previous_uri of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this FolderItemsResponse. - The postal code for the billing address. + """Sets the previous_uri of this FolderItemsResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this FolderItemsResponse. + :param previous_uri: The previous_uri of this FolderItemsResponse. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this FolderItemsResponse. - The number of results returned in this response. + """Gets the result_set_size of this FolderItemsResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this FolderItemsResponse. + :return: The result_set_size of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this FolderItemsResponse. - The number of results returned in this response. + """Sets the result_set_size of this FolderItemsResponse. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this FolderItemsResponse. + :param result_set_size: The result_set_size of this FolderItemsResponse. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this FolderItemsResponse. - Starting position of the current result set. + """Gets the start_position of this FolderItemsResponse. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this FolderItemsResponse. + :return: The start_position of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this FolderItemsResponse. - Starting position of the current result set. + """Sets the start_position of this FolderItemsResponse. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this FolderItemsResponse. + :param start_position: The start_position of this FolderItemsResponse. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this FolderItemsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this FolderItemsResponse. # noqa: E501 - :return: The total_set_size of this FolderItemsResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this FolderItemsResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this FolderItemsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this FolderItemsResponse. - :param total_set_size: The total_set_size of this FolderItemsResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this FolderItemsResponse. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FolderItemsResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FolderItemsResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folder_shared_item.py b/docusign_esign/models/folder_shared_item.py index f4e3348c..3b8e6cf4 100644 --- a/docusign_esign/models/folder_shared_item.py +++ b/docusign_esign/models/folder_shared_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,81 +11,108 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FolderSharedItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, folder_id=None, name=None, owner=None, parent_folder_id=None, parent_folder_uri=None, shared=None, shared_groups=None, shared_users=None, uri=None, user=None): - """ - FolderSharedItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'folder_id': 'str', - 'name': 'str', - 'owner': 'UserInfo', - 'parent_folder_id': 'str', - 'parent_folder_uri': 'str', - 'shared': 'str', - 'shared_groups': 'list[MemberGroupSharedItem]', - 'shared_users': 'list[UserSharedItem]', - 'uri': 'str', - 'user': 'UserInfo' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'folder_id': 'folderId', - 'name': 'name', - 'owner': 'owner', - 'parent_folder_id': 'parentFolderId', - 'parent_folder_uri': 'parentFolderUri', - 'shared': 'shared', - 'shared_groups': 'sharedGroups', - 'shared_users': 'sharedUsers', - 'uri': 'uri', - 'user': 'user' - } - self._error_details = error_details - self._folder_id = folder_id - self._name = name - self._owner = owner - self._parent_folder_id = parent_folder_id - self._parent_folder_uri = parent_folder_uri - self._shared = shared - self._shared_groups = shared_groups - self._shared_users = shared_users - self._uri = uri - self._user = user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'folder_id': 'str', + 'name': 'str', + 'owner': 'UserInfo', + 'parent_folder_id': 'str', + 'parent_folder_uri': 'str', + 'shared': 'str', + 'shared_groups': 'list[MemberGroupSharedItem]', + 'shared_users': 'list[UserSharedItem]', + 'uri': 'str', + 'user': 'UserInfo' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'folder_id': 'folderId', + 'name': 'name', + 'owner': 'owner', + 'parent_folder_id': 'parentFolderId', + 'parent_folder_uri': 'parentFolderUri', + 'shared': 'shared', + 'shared_groups': 'sharedGroups', + 'shared_users': 'sharedUsers', + 'uri': 'uri', + 'user': 'user' + } + + def __init__(self, error_details=None, folder_id=None, name=None, owner=None, parent_folder_id=None, parent_folder_uri=None, shared=None, shared_groups=None, shared_users=None, uri=None, user=None): # noqa: E501 + """FolderSharedItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._folder_id = None + self._name = None + self._owner = None + self._parent_folder_id = None + self._parent_folder_uri = None + self._shared = None + self._shared_groups = None + self._shared_users = None + self._uri = None + self._user = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if folder_id is not None: + self.folder_id = folder_id + if name is not None: + self.name = name + if owner is not None: + self.owner = owner + if parent_folder_id is not None: + self.parent_folder_id = parent_folder_id + if parent_folder_uri is not None: + self.parent_folder_uri = parent_folder_uri + if shared is not None: + self.shared = shared + if shared_groups is not None: + self.shared_groups = shared_groups + if shared_users is not None: + self.shared_users = shared_users + if uri is not None: + self.uri = uri + if user is not None: + self.user = user @property def error_details(self): - """ - Gets the error_details of this FolderSharedItem. + """Gets the error_details of this FolderSharedItem. # noqa: E501 + - :return: The error_details of this FolderSharedItem. + :return: The error_details of this FolderSharedItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FolderSharedItem. + """Sets the error_details of this FolderSharedItem. - :param error_details: The error_details of this FolderSharedItem. + + :param error_details: The error_details of this FolderSharedItem. # noqa: E501 :type: ErrorDetails """ @@ -93,22 +120,22 @@ def error_details(self, error_details): @property def folder_id(self): - """ - Gets the folder_id of this FolderSharedItem. - + """Gets the folder_id of this FolderSharedItem. # noqa: E501 - :return: The folder_id of this FolderSharedItem. + # noqa: E501 + + :return: The folder_id of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._folder_id @folder_id.setter def folder_id(self, folder_id): - """ - Sets the folder_id of this FolderSharedItem. - + """Sets the folder_id of this FolderSharedItem. - :param folder_id: The folder_id of this FolderSharedItem. + # noqa: E501 + + :param folder_id: The folder_id of this FolderSharedItem. # noqa: E501 :type: str """ @@ -116,22 +143,22 @@ def folder_id(self, folder_id): @property def name(self): - """ - Gets the name of this FolderSharedItem. - + """Gets the name of this FolderSharedItem. # noqa: E501 - :return: The name of this FolderSharedItem. + # noqa: E501 + + :return: The name of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FolderSharedItem. - + """Sets the name of this FolderSharedItem. + + # noqa: E501 - :param name: The name of this FolderSharedItem. + :param name: The name of this FolderSharedItem. # noqa: E501 :type: str """ @@ -139,20 +166,20 @@ def name(self, name): @property def owner(self): - """ - Gets the owner of this FolderSharedItem. + """Gets the owner of this FolderSharedItem. # noqa: E501 + - :return: The owner of this FolderSharedItem. + :return: The owner of this FolderSharedItem. # noqa: E501 :rtype: UserInfo """ return self._owner @owner.setter def owner(self, owner): - """ - Sets the owner of this FolderSharedItem. + """Sets the owner of this FolderSharedItem. + - :param owner: The owner of this FolderSharedItem. + :param owner: The owner of this FolderSharedItem. # noqa: E501 :type: UserInfo """ @@ -160,22 +187,22 @@ def owner(self, owner): @property def parent_folder_id(self): - """ - Gets the parent_folder_id of this FolderSharedItem. - + """Gets the parent_folder_id of this FolderSharedItem. # noqa: E501 + + # noqa: E501 - :return: The parent_folder_id of this FolderSharedItem. + :return: The parent_folder_id of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._parent_folder_id @parent_folder_id.setter def parent_folder_id(self, parent_folder_id): - """ - Sets the parent_folder_id of this FolderSharedItem. - + """Sets the parent_folder_id of this FolderSharedItem. + + # noqa: E501 - :param parent_folder_id: The parent_folder_id of this FolderSharedItem. + :param parent_folder_id: The parent_folder_id of this FolderSharedItem. # noqa: E501 :type: str """ @@ -183,22 +210,22 @@ def parent_folder_id(self, parent_folder_id): @property def parent_folder_uri(self): - """ - Gets the parent_folder_uri of this FolderSharedItem. - + """Gets the parent_folder_uri of this FolderSharedItem. # noqa: E501 - :return: The parent_folder_uri of this FolderSharedItem. + # noqa: E501 + + :return: The parent_folder_uri of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._parent_folder_uri @parent_folder_uri.setter def parent_folder_uri(self, parent_folder_uri): - """ - Sets the parent_folder_uri of this FolderSharedItem. - + """Sets the parent_folder_uri of this FolderSharedItem. - :param parent_folder_uri: The parent_folder_uri of this FolderSharedItem. + # noqa: E501 + + :param parent_folder_uri: The parent_folder_uri of this FolderSharedItem. # noqa: E501 :type: str """ @@ -206,22 +233,22 @@ def parent_folder_uri(self, parent_folder_uri): @property def shared(self): - """ - Gets the shared of this FolderSharedItem. - When set to **true**, this custom tab is shared. + """Gets the shared of this FolderSharedItem. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this FolderSharedItem. + :return: The shared of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this FolderSharedItem. - When set to **true**, this custom tab is shared. + """Sets the shared of this FolderSharedItem. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this FolderSharedItem. + :param shared: The shared of this FolderSharedItem. # noqa: E501 :type: str """ @@ -229,22 +256,22 @@ def shared(self, shared): @property def shared_groups(self): - """ - Gets the shared_groups of this FolderSharedItem. - + """Gets the shared_groups of this FolderSharedItem. # noqa: E501 + + # noqa: E501 - :return: The shared_groups of this FolderSharedItem. + :return: The shared_groups of this FolderSharedItem. # noqa: E501 :rtype: list[MemberGroupSharedItem] """ return self._shared_groups @shared_groups.setter def shared_groups(self, shared_groups): - """ - Sets the shared_groups of this FolderSharedItem. - + """Sets the shared_groups of this FolderSharedItem. - :param shared_groups: The shared_groups of this FolderSharedItem. + # noqa: E501 + + :param shared_groups: The shared_groups of this FolderSharedItem. # noqa: E501 :type: list[MemberGroupSharedItem] """ @@ -252,22 +279,22 @@ def shared_groups(self, shared_groups): @property def shared_users(self): - """ - Gets the shared_users of this FolderSharedItem. - + """Gets the shared_users of this FolderSharedItem. # noqa: E501 - :return: The shared_users of this FolderSharedItem. + # noqa: E501 + + :return: The shared_users of this FolderSharedItem. # noqa: E501 :rtype: list[UserSharedItem] """ return self._shared_users @shared_users.setter def shared_users(self, shared_users): - """ - Sets the shared_users of this FolderSharedItem. - + """Sets the shared_users of this FolderSharedItem. - :param shared_users: The shared_users of this FolderSharedItem. + # noqa: E501 + + :param shared_users: The shared_users of this FolderSharedItem. # noqa: E501 :type: list[UserSharedItem] """ @@ -275,22 +302,22 @@ def shared_users(self, shared_users): @property def uri(self): - """ - Gets the uri of this FolderSharedItem. - + """Gets the uri of this FolderSharedItem. # noqa: E501 - :return: The uri of this FolderSharedItem. + # noqa: E501 + + :return: The uri of this FolderSharedItem. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this FolderSharedItem. - + """Sets the uri of this FolderSharedItem. + + # noqa: E501 - :param uri: The uri of this FolderSharedItem. + :param uri: The uri of this FolderSharedItem. # noqa: E501 :type: str """ @@ -298,32 +325,30 @@ def uri(self, uri): @property def user(self): - """ - Gets the user of this FolderSharedItem. + """Gets the user of this FolderSharedItem. # noqa: E501 + - :return: The user of this FolderSharedItem. + :return: The user of this FolderSharedItem. # noqa: E501 :rtype: UserInfo """ return self._user @user.setter def user(self, user): - """ - Sets the user of this FolderSharedItem. + """Sets the user of this FolderSharedItem. + - :param user: The user of this FolderSharedItem. + :param user: The user of this FolderSharedItem. # noqa: E501 :type: UserInfo """ self._user = user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -340,29 +365,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FolderSharedItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FolderSharedItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folders_request.py b/docusign_esign/models/folders_request.py index 24fd1709..c98021f9 100644 --- a/docusign_esign/models/folders_request.py +++ b/docusign_esign/models/folders_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FoldersRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_ids=None, folders=None, from_folder_id=None): - """ - FoldersRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_ids': 'list[str]', - 'folders': 'list[Folder]', - 'from_folder_id': 'str' - } - - self.attribute_map = { - 'envelope_ids': 'envelopeIds', - 'folders': 'folders', - 'from_folder_id': 'fromFolderId' - } - - self._envelope_ids = envelope_ids - self._folders = folders - self._from_folder_id = from_folder_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_ids': 'list[str]', + 'folders': 'list[Folder]', + 'from_folder_id': 'str' + } + + attribute_map = { + 'envelope_ids': 'envelopeIds', + 'folders': 'folders', + 'from_folder_id': 'fromFolderId' + } + + def __init__(self, envelope_ids=None, folders=None, from_folder_id=None): # noqa: E501 + """FoldersRequest - a model defined in Swagger""" # noqa: E501 + + self._envelope_ids = None + self._folders = None + self._from_folder_id = None + self.discriminator = None + + if envelope_ids is not None: + self.envelope_ids = envelope_ids + if folders is not None: + self.folders = folders + if from_folder_id is not None: + self.from_folder_id = from_folder_id @property def envelope_ids(self): - """ - Gets the envelope_ids of this FoldersRequest. - + """Gets the envelope_ids of this FoldersRequest. # noqa: E501 + + # noqa: E501 - :return: The envelope_ids of this FoldersRequest. + :return: The envelope_ids of this FoldersRequest. # noqa: E501 :rtype: list[str] """ return self._envelope_ids @envelope_ids.setter def envelope_ids(self, envelope_ids): - """ - Sets the envelope_ids of this FoldersRequest. - + """Sets the envelope_ids of this FoldersRequest. + + # noqa: E501 - :param envelope_ids: The envelope_ids of this FoldersRequest. + :param envelope_ids: The envelope_ids of this FoldersRequest. # noqa: E501 :type: list[str] """ @@ -71,22 +82,22 @@ def envelope_ids(self, envelope_ids): @property def folders(self): - """ - Gets the folders of this FoldersRequest. - + """Gets the folders of this FoldersRequest. # noqa: E501 + + # noqa: E501 - :return: The folders of this FoldersRequest. + :return: The folders of this FoldersRequest. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this FoldersRequest. - + """Sets the folders of this FoldersRequest. + + # noqa: E501 - :param folders: The folders of this FoldersRequest. + :param folders: The folders of this FoldersRequest. # noqa: E501 :type: list[Folder] """ @@ -94,34 +105,32 @@ def folders(self, folders): @property def from_folder_id(self): - """ - Gets the from_folder_id of this FoldersRequest. - The folder ID the envelope is being moved from. + """Gets the from_folder_id of this FoldersRequest. # noqa: E501 - :return: The from_folder_id of this FoldersRequest. + The folder ID the envelope is being moved from. # noqa: E501 + + :return: The from_folder_id of this FoldersRequest. # noqa: E501 :rtype: str """ return self._from_folder_id @from_folder_id.setter def from_folder_id(self, from_folder_id): - """ - Sets the from_folder_id of this FoldersRequest. - The folder ID the envelope is being moved from. + """Sets the from_folder_id of this FoldersRequest. - :param from_folder_id: The from_folder_id of this FoldersRequest. + The folder ID the envelope is being moved from. # noqa: E501 + + :param from_folder_id: The from_folder_id of this FoldersRequest. # noqa: E501 :type: str """ self._from_folder_id = from_folder_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FoldersRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FoldersRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/folders_response.py b/docusign_esign/models/folders_response.py index d6554a16..5bdc4f36 100644 --- a/docusign_esign/models/folders_response.py +++ b/docusign_esign/models/folders_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FoldersResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, envelopes=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - FoldersResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'envelopes': 'list[EnvelopeSummary]', - 'folders': 'list[Folder]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'envelopes': 'envelopes', - 'folders': 'folders', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._envelopes = envelopes - self._folders = folders - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'envelopes': 'list[EnvelopeSummary]', + 'folders': 'list[Folder]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'envelopes': 'envelopes', + 'folders': 'folders', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, envelopes=None, folders=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """FoldersResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._envelopes = None + self._folders = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if envelopes is not None: + self.envelopes = envelopes + if folders is not None: + self.folders = folders + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this FoldersResponse. - The last position in the result set. + """Gets the end_position of this FoldersResponse. # noqa: E501 - :return: The end_position of this FoldersResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this FoldersResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this FoldersResponse. - The last position in the result set. + """Sets the end_position of this FoldersResponse. - :param end_position: The end_position of this FoldersResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this FoldersResponse. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def end_position(self, end_position): @property def envelopes(self): - """ - Gets the envelopes of this FoldersResponse. - + """Gets the envelopes of this FoldersResponse. # noqa: E501 - :return: The envelopes of this FoldersResponse. + # noqa: E501 + + :return: The envelopes of this FoldersResponse. # noqa: E501 :rtype: list[EnvelopeSummary] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this FoldersResponse. - + """Sets the envelopes of this FoldersResponse. - :param envelopes: The envelopes of this FoldersResponse. + # noqa: E501 + + :param envelopes: The envelopes of this FoldersResponse. # noqa: E501 :type: list[EnvelopeSummary] """ @@ -109,22 +130,22 @@ def envelopes(self, envelopes): @property def folders(self): - """ - Gets the folders of this FoldersResponse. - + """Gets the folders of this FoldersResponse. # noqa: E501 - :return: The folders of this FoldersResponse. + # noqa: E501 + + :return: The folders of this FoldersResponse. # noqa: E501 :rtype: list[Folder] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this FoldersResponse. - + """Sets the folders of this FoldersResponse. - :param folders: The folders of this FoldersResponse. + # noqa: E501 + + :param folders: The folders of this FoldersResponse. # noqa: E501 :type: list[Folder] """ @@ -132,22 +153,22 @@ def folders(self, folders): @property def next_uri(self): - """ - Gets the next_uri of this FoldersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this FoldersResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this FoldersResponse. + :return: The next_uri of this FoldersResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this FoldersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this FoldersResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this FoldersResponse. + :param next_uri: The next_uri of this FoldersResponse. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this FoldersResponse. - The postal code for the billing address. + """Gets the previous_uri of this FoldersResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this FoldersResponse. + :return: The previous_uri of this FoldersResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this FoldersResponse. - The postal code for the billing address. + """Sets the previous_uri of this FoldersResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this FoldersResponse. + :param previous_uri: The previous_uri of this FoldersResponse. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this FoldersResponse. - The number of results returned in this response. + """Gets the result_set_size of this FoldersResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this FoldersResponse. + :return: The result_set_size of this FoldersResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this FoldersResponse. - The number of results returned in this response. + """Sets the result_set_size of this FoldersResponse. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this FoldersResponse. + :param result_set_size: The result_set_size of this FoldersResponse. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this FoldersResponse. - Starting position of the current result set. + """Gets the start_position of this FoldersResponse. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this FoldersResponse. + :return: The start_position of this FoldersResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this FoldersResponse. - Starting position of the current result set. + """Sets the start_position of this FoldersResponse. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this FoldersResponse. + :param start_position: The start_position of this FoldersResponse. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this FoldersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this FoldersResponse. # noqa: E501 - :return: The total_set_size of this FoldersResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this FoldersResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this FoldersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this FoldersResponse. - :param total_set_size: The total_set_size of this FoldersResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this FoldersResponse. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FoldersResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FoldersResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/forgotten_password_information.py b/docusign_esign/models/forgotten_password_information.py index 1f9c020b..bc745b96 100644 --- a/docusign_esign/models/forgotten_password_information.py +++ b/docusign_esign/models/forgotten_password_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ForgottenPasswordInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, forgotten_password_answer1=None, forgotten_password_answer2=None, forgotten_password_answer3=None, forgotten_password_answer4=None, forgotten_password_question1=None, forgotten_password_question2=None, forgotten_password_question3=None, forgotten_password_question4=None): - """ - ForgottenPasswordInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'forgotten_password_answer1': 'str', - 'forgotten_password_answer2': 'str', - 'forgotten_password_answer3': 'str', - 'forgotten_password_answer4': 'str', - 'forgotten_password_question1': 'str', - 'forgotten_password_question2': 'str', - 'forgotten_password_question3': 'str', - 'forgotten_password_question4': 'str' - } - - self.attribute_map = { - 'forgotten_password_answer1': 'forgottenPasswordAnswer1', - 'forgotten_password_answer2': 'forgottenPasswordAnswer2', - 'forgotten_password_answer3': 'forgottenPasswordAnswer3', - 'forgotten_password_answer4': 'forgottenPasswordAnswer4', - 'forgotten_password_question1': 'forgottenPasswordQuestion1', - 'forgotten_password_question2': 'forgottenPasswordQuestion2', - 'forgotten_password_question3': 'forgottenPasswordQuestion3', - 'forgotten_password_question4': 'forgottenPasswordQuestion4' - } - - self._forgotten_password_answer1 = forgotten_password_answer1 - self._forgotten_password_answer2 = forgotten_password_answer2 - self._forgotten_password_answer3 = forgotten_password_answer3 - self._forgotten_password_answer4 = forgotten_password_answer4 - self._forgotten_password_question1 = forgotten_password_question1 - self._forgotten_password_question2 = forgotten_password_question2 - self._forgotten_password_question3 = forgotten_password_question3 - self._forgotten_password_question4 = forgotten_password_question4 + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'forgotten_password_answer1': 'str', + 'forgotten_password_answer2': 'str', + 'forgotten_password_answer3': 'str', + 'forgotten_password_answer4': 'str', + 'forgotten_password_question1': 'str', + 'forgotten_password_question2': 'str', + 'forgotten_password_question3': 'str', + 'forgotten_password_question4': 'str' + } + + attribute_map = { + 'forgotten_password_answer1': 'forgottenPasswordAnswer1', + 'forgotten_password_answer2': 'forgottenPasswordAnswer2', + 'forgotten_password_answer3': 'forgottenPasswordAnswer3', + 'forgotten_password_answer4': 'forgottenPasswordAnswer4', + 'forgotten_password_question1': 'forgottenPasswordQuestion1', + 'forgotten_password_question2': 'forgottenPasswordQuestion2', + 'forgotten_password_question3': 'forgottenPasswordQuestion3', + 'forgotten_password_question4': 'forgottenPasswordQuestion4' + } + + def __init__(self, forgotten_password_answer1=None, forgotten_password_answer2=None, forgotten_password_answer3=None, forgotten_password_answer4=None, forgotten_password_question1=None, forgotten_password_question2=None, forgotten_password_question3=None, forgotten_password_question4=None): # noqa: E501 + """ForgottenPasswordInformation - a model defined in Swagger""" # noqa: E501 + + self._forgotten_password_answer1 = None + self._forgotten_password_answer2 = None + self._forgotten_password_answer3 = None + self._forgotten_password_answer4 = None + self._forgotten_password_question1 = None + self._forgotten_password_question2 = None + self._forgotten_password_question3 = None + self._forgotten_password_question4 = None + self.discriminator = None + + if forgotten_password_answer1 is not None: + self.forgotten_password_answer1 = forgotten_password_answer1 + if forgotten_password_answer2 is not None: + self.forgotten_password_answer2 = forgotten_password_answer2 + if forgotten_password_answer3 is not None: + self.forgotten_password_answer3 = forgotten_password_answer3 + if forgotten_password_answer4 is not None: + self.forgotten_password_answer4 = forgotten_password_answer4 + if forgotten_password_question1 is not None: + self.forgotten_password_question1 = forgotten_password_question1 + if forgotten_password_question2 is not None: + self.forgotten_password_question2 = forgotten_password_question2 + if forgotten_password_question3 is not None: + self.forgotten_password_question3 = forgotten_password_question3 + if forgotten_password_question4 is not None: + self.forgotten_password_question4 = forgotten_password_question4 @property def forgotten_password_answer1(self): - """ - Gets the forgotten_password_answer1 of this ForgottenPasswordInformation. - The answer to the first forgotten password challenge question. + """Gets the forgotten_password_answer1 of this ForgottenPasswordInformation. # noqa: E501 - :return: The forgotten_password_answer1 of this ForgottenPasswordInformation. + The answer to the first forgotten password challenge question. # noqa: E501 + + :return: The forgotten_password_answer1 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_answer1 @forgotten_password_answer1.setter def forgotten_password_answer1(self, forgotten_password_answer1): - """ - Sets the forgotten_password_answer1 of this ForgottenPasswordInformation. - The answer to the first forgotten password challenge question. + """Sets the forgotten_password_answer1 of this ForgottenPasswordInformation. - :param forgotten_password_answer1: The forgotten_password_answer1 of this ForgottenPasswordInformation. + The answer to the first forgotten password challenge question. # noqa: E501 + + :param forgotten_password_answer1: The forgotten_password_answer1 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def forgotten_password_answer1(self, forgotten_password_answer1): @property def forgotten_password_answer2(self): - """ - Gets the forgotten_password_answer2 of this ForgottenPasswordInformation. - The answer to the second forgotten password challenge question. + """Gets the forgotten_password_answer2 of this ForgottenPasswordInformation. # noqa: E501 - :return: The forgotten_password_answer2 of this ForgottenPasswordInformation. + The answer to the second forgotten password challenge question. # noqa: E501 + + :return: The forgotten_password_answer2 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_answer2 @forgotten_password_answer2.setter def forgotten_password_answer2(self, forgotten_password_answer2): - """ - Sets the forgotten_password_answer2 of this ForgottenPasswordInformation. - The answer to the second forgotten password challenge question. + """Sets the forgotten_password_answer2 of this ForgottenPasswordInformation. - :param forgotten_password_answer2: The forgotten_password_answer2 of this ForgottenPasswordInformation. + The answer to the second forgotten password challenge question. # noqa: E501 + + :param forgotten_password_answer2: The forgotten_password_answer2 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def forgotten_password_answer2(self, forgotten_password_answer2): @property def forgotten_password_answer3(self): - """ - Gets the forgotten_password_answer3 of this ForgottenPasswordInformation. - The answer to the third forgotten password challenge question. + """Gets the forgotten_password_answer3 of this ForgottenPasswordInformation. # noqa: E501 - :return: The forgotten_password_answer3 of this ForgottenPasswordInformation. + The answer to the third forgotten password challenge question. # noqa: E501 + + :return: The forgotten_password_answer3 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_answer3 @forgotten_password_answer3.setter def forgotten_password_answer3(self, forgotten_password_answer3): - """ - Sets the forgotten_password_answer3 of this ForgottenPasswordInformation. - The answer to the third forgotten password challenge question. + """Sets the forgotten_password_answer3 of this ForgottenPasswordInformation. - :param forgotten_password_answer3: The forgotten_password_answer3 of this ForgottenPasswordInformation. + The answer to the third forgotten password challenge question. # noqa: E501 + + :param forgotten_password_answer3: The forgotten_password_answer3 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -132,22 +153,22 @@ def forgotten_password_answer3(self, forgotten_password_answer3): @property def forgotten_password_answer4(self): - """ - Gets the forgotten_password_answer4 of this ForgottenPasswordInformation. - The answer to the fourth forgotten password challenge question. + """Gets the forgotten_password_answer4 of this ForgottenPasswordInformation. # noqa: E501 + + The answer to the fourth forgotten password challenge question. # noqa: E501 - :return: The forgotten_password_answer4 of this ForgottenPasswordInformation. + :return: The forgotten_password_answer4 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_answer4 @forgotten_password_answer4.setter def forgotten_password_answer4(self, forgotten_password_answer4): - """ - Sets the forgotten_password_answer4 of this ForgottenPasswordInformation. - The answer to the fourth forgotten password challenge question. + """Sets the forgotten_password_answer4 of this ForgottenPasswordInformation. + + The answer to the fourth forgotten password challenge question. # noqa: E501 - :param forgotten_password_answer4: The forgotten_password_answer4 of this ForgottenPasswordInformation. + :param forgotten_password_answer4: The forgotten_password_answer4 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def forgotten_password_answer4(self, forgotten_password_answer4): @property def forgotten_password_question1(self): - """ - Gets the forgotten_password_question1 of this ForgottenPasswordInformation. - The first challenge question presented to a user who has forgotten their password. + """Gets the forgotten_password_question1 of this ForgottenPasswordInformation. # noqa: E501 + + The first challenge question presented to a user who has forgotten their password. # noqa: E501 - :return: The forgotten_password_question1 of this ForgottenPasswordInformation. + :return: The forgotten_password_question1 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_question1 @forgotten_password_question1.setter def forgotten_password_question1(self, forgotten_password_question1): - """ - Sets the forgotten_password_question1 of this ForgottenPasswordInformation. - The first challenge question presented to a user who has forgotten their password. + """Sets the forgotten_password_question1 of this ForgottenPasswordInformation. + + The first challenge question presented to a user who has forgotten their password. # noqa: E501 - :param forgotten_password_question1: The forgotten_password_question1 of this ForgottenPasswordInformation. + :param forgotten_password_question1: The forgotten_password_question1 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def forgotten_password_question1(self, forgotten_password_question1): @property def forgotten_password_question2(self): - """ - Gets the forgotten_password_question2 of this ForgottenPasswordInformation. - The second challenge question presented to a user who has forgotten their password. + """Gets the forgotten_password_question2 of this ForgottenPasswordInformation. # noqa: E501 + + The second challenge question presented to a user who has forgotten their password. # noqa: E501 - :return: The forgotten_password_question2 of this ForgottenPasswordInformation. + :return: The forgotten_password_question2 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_question2 @forgotten_password_question2.setter def forgotten_password_question2(self, forgotten_password_question2): - """ - Sets the forgotten_password_question2 of this ForgottenPasswordInformation. - The second challenge question presented to a user who has forgotten their password. + """Sets the forgotten_password_question2 of this ForgottenPasswordInformation. + + The second challenge question presented to a user who has forgotten their password. # noqa: E501 - :param forgotten_password_question2: The forgotten_password_question2 of this ForgottenPasswordInformation. + :param forgotten_password_question2: The forgotten_password_question2 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def forgotten_password_question2(self, forgotten_password_question2): @property def forgotten_password_question3(self): - """ - Gets the forgotten_password_question3 of this ForgottenPasswordInformation. - The third challenge question presented to a user who has forgotten their password. + """Gets the forgotten_password_question3 of this ForgottenPasswordInformation. # noqa: E501 + + The third challenge question presented to a user who has forgotten their password. # noqa: E501 - :return: The forgotten_password_question3 of this ForgottenPasswordInformation. + :return: The forgotten_password_question3 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_question3 @forgotten_password_question3.setter def forgotten_password_question3(self, forgotten_password_question3): - """ - Sets the forgotten_password_question3 of this ForgottenPasswordInformation. - The third challenge question presented to a user who has forgotten their password. + """Sets the forgotten_password_question3 of this ForgottenPasswordInformation. + + The third challenge question presented to a user who has forgotten their password. # noqa: E501 - :param forgotten_password_question3: The forgotten_password_question3 of this ForgottenPasswordInformation. + :param forgotten_password_question3: The forgotten_password_question3 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def forgotten_password_question3(self, forgotten_password_question3): @property def forgotten_password_question4(self): - """ - Gets the forgotten_password_question4 of this ForgottenPasswordInformation. - The fourth challenge question presented to a user who has forgotten their password. + """Gets the forgotten_password_question4 of this ForgottenPasswordInformation. # noqa: E501 - :return: The forgotten_password_question4 of this ForgottenPasswordInformation. + The fourth challenge question presented to a user who has forgotten their password. # noqa: E501 + + :return: The forgotten_password_question4 of this ForgottenPasswordInformation. # noqa: E501 :rtype: str """ return self._forgotten_password_question4 @forgotten_password_question4.setter def forgotten_password_question4(self, forgotten_password_question4): - """ - Sets the forgotten_password_question4 of this ForgottenPasswordInformation. - The fourth challenge question presented to a user who has forgotten their password. + """Sets the forgotten_password_question4 of this ForgottenPasswordInformation. - :param forgotten_password_question4: The forgotten_password_question4 of this ForgottenPasswordInformation. + The fourth challenge question presented to a user who has forgotten their password. # noqa: E501 + + :param forgotten_password_question4: The forgotten_password_question4 of this ForgottenPasswordInformation. # noqa: E501 :type: str """ self._forgotten_password_question4 = forgotten_password_question4 def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ForgottenPasswordInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ForgottenPasswordInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/form_data_item.py b/docusign_esign/models/form_data_item.py index 21438324..61061c07 100644 --- a/docusign_esign/models/form_data_item.py +++ b/docusign_esign/models/form_data_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,63 +11,78 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FormDataItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, list_selected_value=None, name=None, original_value=None, value=None): - """ - FormDataItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'list_selected_value': 'str', - 'name': 'str', - 'original_value': 'str', - 'value': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'list_selected_value': 'listSelectedValue', - 'name': 'name', - 'original_value': 'originalValue', - 'value': 'value' - } - self._error_details = error_details - self._list_selected_value = list_selected_value - self._name = name - self._original_value = original_value - self._value = value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'list_selected_value': 'str', + 'name': 'str', + 'original_value': 'str', + 'value': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'list_selected_value': 'listSelectedValue', + 'name': 'name', + 'original_value': 'originalValue', + 'value': 'value' + } + + def __init__(self, error_details=None, list_selected_value=None, name=None, original_value=None, value=None): # noqa: E501 + """FormDataItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._list_selected_value = None + self._name = None + self._original_value = None + self._value = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if list_selected_value is not None: + self.list_selected_value = list_selected_value + if name is not None: + self.name = name + if original_value is not None: + self.original_value = original_value + if value is not None: + self.value = value @property def error_details(self): - """ - Gets the error_details of this FormDataItem. + """Gets the error_details of this FormDataItem. # noqa: E501 - :return: The error_details of this FormDataItem. + + :return: The error_details of this FormDataItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FormDataItem. + """Sets the error_details of this FormDataItem. + - :param error_details: The error_details of this FormDataItem. + :param error_details: The error_details of this FormDataItem. # noqa: E501 :type: ErrorDetails """ @@ -75,22 +90,22 @@ def error_details(self, error_details): @property def list_selected_value(self): - """ - Gets the list_selected_value of this FormDataItem. - + """Gets the list_selected_value of this FormDataItem. # noqa: E501 + + # noqa: E501 - :return: The list_selected_value of this FormDataItem. + :return: The list_selected_value of this FormDataItem. # noqa: E501 :rtype: str """ return self._list_selected_value @list_selected_value.setter def list_selected_value(self, list_selected_value): - """ - Sets the list_selected_value of this FormDataItem. - + """Sets the list_selected_value of this FormDataItem. - :param list_selected_value: The list_selected_value of this FormDataItem. + # noqa: E501 + + :param list_selected_value: The list_selected_value of this FormDataItem. # noqa: E501 :type: str """ @@ -98,22 +113,22 @@ def list_selected_value(self, list_selected_value): @property def name(self): - """ - Gets the name of this FormDataItem. - + """Gets the name of this FormDataItem. # noqa: E501 - :return: The name of this FormDataItem. + # noqa: E501 + + :return: The name of this FormDataItem. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FormDataItem. - + """Sets the name of this FormDataItem. + + # noqa: E501 - :param name: The name of this FormDataItem. + :param name: The name of this FormDataItem. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def name(self, name): @property def original_value(self): - """ - Gets the original_value of this FormDataItem. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this FormDataItem. # noqa: E501 + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :return: The original_value of this FormDataItem. + :return: The original_value of this FormDataItem. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this FormDataItem. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this FormDataItem. - :param original_value: The original_value of this FormDataItem. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this FormDataItem. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def original_value(self, original_value): @property def value(self): - """ - Gets the value of this FormDataItem. - Specifies the value of the tab. + """Gets the value of this FormDataItem. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this FormDataItem. + :return: The value of this FormDataItem. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this FormDataItem. - Specifies the value of the tab. + """Sets the value of this FormDataItem. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this FormDataItem. + :param value: The value of this FormDataItem. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FormDataItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FormDataItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/formula_tab.py b/docusign_esign/models/formula_tab.py index e8c371b3..61cc3fdb 100644 --- a/docusign_esign/models/formula_tab.py +++ b/docusign_esign/models/formula_tab.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,410 +11,655 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FormulaTab(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, hidden=None, hidden_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, payment_details=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, round_decimal_places=None, round_decimal_places_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - FormulaTab - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'formula': 'str', - 'formula_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'hidden': 'str', - 'hidden_metadata': 'PropertyMetadata', - 'is_payment_amount': 'str', - 'is_payment_amount_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'payment_details': 'PaymentDetails', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'round_decimal_places': 'str', - 'round_decimal_places_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'formula': 'formula', - 'formula_metadata': 'formulaMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'hidden': 'hidden', - 'hidden_metadata': 'hiddenMetadata', - 'is_payment_amount': 'isPaymentAmount', - 'is_payment_amount_metadata': 'isPaymentAmountMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'payment_details': 'paymentDetails', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'round_decimal_places': 'roundDecimalPlaces', - 'round_decimal_places_metadata': 'roundDecimalPlacesMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._formula = formula - self._formula_metadata = formula_metadata - self._height = height - self._height_metadata = height_metadata - self._hidden = hidden - self._hidden_metadata = hidden_metadata - self._is_payment_amount = is_payment_amount - self._is_payment_amount_metadata = is_payment_amount_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._payment_details = payment_details - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._round_decimal_places = round_decimal_places - self._round_decimal_places_metadata = round_decimal_places_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'formula': 'str', + 'formula_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'hidden': 'str', + 'hidden_metadata': 'PropertyMetadata', + 'is_payment_amount': 'str', + 'is_payment_amount_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'payment_details': 'PaymentDetails', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'round_decimal_places': 'str', + 'round_decimal_places_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'formula': 'formula', + 'formula_metadata': 'formulaMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'hidden': 'hidden', + 'hidden_metadata': 'hiddenMetadata', + 'is_payment_amount': 'isPaymentAmount', + 'is_payment_amount_metadata': 'isPaymentAmountMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'payment_details': 'paymentDetails', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'round_decimal_places': 'roundDecimalPlaces', + 'round_decimal_places_metadata': 'roundDecimalPlacesMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, hidden=None, hidden_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, payment_details=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, round_decimal_places=None, round_decimal_places_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """FormulaTab - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._formula = None + self._formula_metadata = None + self._height = None + self._height_metadata = None + self._hidden = None + self._hidden_metadata = None + self._is_payment_amount = None + self._is_payment_amount_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._payment_details = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._round_decimal_places = None + self._round_decimal_places_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if formula is not None: + self.formula = formula + if formula_metadata is not None: + self.formula_metadata = formula_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if hidden is not None: + self.hidden = hidden + if hidden_metadata is not None: + self.hidden_metadata = hidden_metadata + if is_payment_amount is not None: + self.is_payment_amount = is_payment_amount + if is_payment_amount_metadata is not None: + self.is_payment_amount_metadata = is_payment_amount_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if payment_details is not None: + self.payment_details = payment_details + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if round_decimal_places is not None: + self.round_decimal_places = round_decimal_places + if round_decimal_places_metadata is not None: + self.round_decimal_places_metadata = round_decimal_places_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this FormulaTab. - + """Gets the anchor_allow_white_space_in_characters of this FormulaTab. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this FormulaTab. + :return: The anchor_allow_white_space_in_characters of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this FormulaTab. - + """Sets the anchor_allow_white_space_in_characters of this FormulaTab. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FormulaTab. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FormulaTab. # noqa: E501 :type: str """ @@ -422,20 +667,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this FormulaTab. + """Gets the anchor_allow_white_space_in_characters_metadata of this FormulaTab. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this FormulaTab. + + :return: The anchor_allow_white_space_in_characters_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this FormulaTab. + """Sets the anchor_allow_white_space_in_characters_metadata of this FormulaTab. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FormulaTab. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -443,22 +688,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this FormulaTab. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this FormulaTab. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this FormulaTab. + :return: The anchor_case_sensitive of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this FormulaTab. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this FormulaTab. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this FormulaTab. + :param anchor_case_sensitive: The anchor_case_sensitive of this FormulaTab. # noqa: E501 :type: str """ @@ -466,20 +711,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this FormulaTab. + """Gets the anchor_case_sensitive_metadata of this FormulaTab. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this FormulaTab. + + :return: The anchor_case_sensitive_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this FormulaTab. + """Sets the anchor_case_sensitive_metadata of this FormulaTab. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FormulaTab. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -487,22 +732,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this FormulaTab. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this FormulaTab. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this FormulaTab. + :return: The anchor_horizontal_alignment of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this FormulaTab. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this FormulaTab. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FormulaTab. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FormulaTab. # noqa: E501 :type: str """ @@ -510,20 +755,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this FormulaTab. + """Gets the anchor_horizontal_alignment_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this FormulaTab. + :return: The anchor_horizontal_alignment_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this FormulaTab. + """Sets the anchor_horizontal_alignment_metadata of this FormulaTab. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FormulaTab. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -531,22 +776,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this FormulaTab. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this FormulaTab. # noqa: E501 - :return: The anchor_ignore_if_not_present of this FormulaTab. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this FormulaTab. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this FormulaTab. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FormulaTab. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FormulaTab. # noqa: E501 :type: str """ @@ -554,20 +799,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this FormulaTab. + """Gets the anchor_ignore_if_not_present_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this FormulaTab. + :return: The anchor_ignore_if_not_present_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this FormulaTab. + """Sets the anchor_ignore_if_not_present_metadata of this FormulaTab. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FormulaTab. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -575,22 +820,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this FormulaTab. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this FormulaTab. # noqa: E501 - :return: The anchor_match_whole_word of this FormulaTab. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this FormulaTab. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this FormulaTab. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this FormulaTab. + :param anchor_match_whole_word: The anchor_match_whole_word of this FormulaTab. # noqa: E501 :type: str """ @@ -598,20 +843,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this FormulaTab. + """Gets the anchor_match_whole_word_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this FormulaTab. + :return: The anchor_match_whole_word_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this FormulaTab. + """Sets the anchor_match_whole_word_metadata of this FormulaTab. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FormulaTab. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -619,22 +864,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this FormulaTab. - Anchor text information for a radio button. + """Gets the anchor_string of this FormulaTab. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this FormulaTab. + :return: The anchor_string of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this FormulaTab. - Anchor text information for a radio button. + """Sets the anchor_string of this FormulaTab. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this FormulaTab. + :param anchor_string: The anchor_string of this FormulaTab. # noqa: E501 :type: str """ @@ -642,20 +887,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this FormulaTab. + """Gets the anchor_string_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_string_metadata of this FormulaTab. + :return: The anchor_string_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this FormulaTab. + """Sets the anchor_string_metadata of this FormulaTab. - :param anchor_string_metadata: The anchor_string_metadata of this FormulaTab. + + :param anchor_string_metadata: The anchor_string_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -663,22 +908,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this FormulaTab. - + """Gets the anchor_tab_processor_version of this FormulaTab. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this FormulaTab. + :return: The anchor_tab_processor_version of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this FormulaTab. - + """Sets the anchor_tab_processor_version of this FormulaTab. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this FormulaTab. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this FormulaTab. # noqa: E501 :type: str """ @@ -686,20 +931,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this FormulaTab. + """Gets the anchor_tab_processor_version_metadata of this FormulaTab. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this FormulaTab. + + :return: The anchor_tab_processor_version_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this FormulaTab. + """Sets the anchor_tab_processor_version_metadata of this FormulaTab. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FormulaTab. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -707,22 +952,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this FormulaTab. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this FormulaTab. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this FormulaTab. + :return: The anchor_units of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this FormulaTab. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this FormulaTab. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this FormulaTab. + :param anchor_units: The anchor_units of this FormulaTab. # noqa: E501 :type: str """ @@ -730,20 +975,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this FormulaTab. + """Gets the anchor_units_metadata of this FormulaTab. # noqa: E501 - :return: The anchor_units_metadata of this FormulaTab. + + :return: The anchor_units_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this FormulaTab. + """Sets the anchor_units_metadata of this FormulaTab. + - :param anchor_units_metadata: The anchor_units_metadata of this FormulaTab. + :param anchor_units_metadata: The anchor_units_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -751,22 +996,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this FormulaTab. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this FormulaTab. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this FormulaTab. + :return: The anchor_x_offset of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this FormulaTab. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this FormulaTab. - :param anchor_x_offset: The anchor_x_offset of this FormulaTab. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this FormulaTab. # noqa: E501 :type: str """ @@ -774,20 +1019,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this FormulaTab. + """Gets the anchor_x_offset_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_x_offset_metadata of this FormulaTab. + :return: The anchor_x_offset_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this FormulaTab. + """Sets the anchor_x_offset_metadata of this FormulaTab. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FormulaTab. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -795,22 +1040,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this FormulaTab. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this FormulaTab. # noqa: E501 - :return: The anchor_y_offset of this FormulaTab. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this FormulaTab. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this FormulaTab. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this FormulaTab. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this FormulaTab. + :param anchor_y_offset: The anchor_y_offset of this FormulaTab. # noqa: E501 :type: str """ @@ -818,20 +1063,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this FormulaTab. + """Gets the anchor_y_offset_metadata of this FormulaTab. # noqa: E501 + - :return: The anchor_y_offset_metadata of this FormulaTab. + :return: The anchor_y_offset_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this FormulaTab. + """Sets the anchor_y_offset_metadata of this FormulaTab. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FormulaTab. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -839,22 +1084,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this FormulaTab. - When set to **true**, the information in the tab is bold. + """Gets the bold of this FormulaTab. # noqa: E501 - :return: The bold of this FormulaTab. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :return: The bold of this FormulaTab. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this FormulaTab. - When set to **true**, the information in the tab is bold. + """Sets the bold of this FormulaTab. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this FormulaTab. + :param bold: The bold of this FormulaTab. # noqa: E501 :type: str """ @@ -862,20 +1107,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this FormulaTab. + """Gets the bold_metadata of this FormulaTab. # noqa: E501 + - :return: The bold_metadata of this FormulaTab. + :return: The bold_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this FormulaTab. + """Sets the bold_metadata of this FormulaTab. - :param bold_metadata: The bold_metadata of this FormulaTab. + + :param bold_metadata: The bold_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -883,22 +1128,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this FormulaTab. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this FormulaTab. # noqa: E501 - :return: The conceal_value_on_document of this FormulaTab. + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :return: The conceal_value_on_document of this FormulaTab. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this FormulaTab. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this FormulaTab. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this FormulaTab. + :param conceal_value_on_document: The conceal_value_on_document of this FormulaTab. # noqa: E501 :type: str """ @@ -906,20 +1151,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this FormulaTab. + """Gets the conceal_value_on_document_metadata of this FormulaTab. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this FormulaTab. + :return: The conceal_value_on_document_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this FormulaTab. + """Sets the conceal_value_on_document_metadata of this FormulaTab. - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this FormulaTab. + + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -927,22 +1172,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this FormulaTab. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this FormulaTab. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this FormulaTab. + :return: The conditional_parent_label of this FormulaTab. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this FormulaTab. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this FormulaTab. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this FormulaTab. + :param conditional_parent_label: The conditional_parent_label of this FormulaTab. # noqa: E501 :type: str """ @@ -950,20 +1195,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this FormulaTab. + """Gets the conditional_parent_label_metadata of this FormulaTab. # noqa: E501 + - :return: The conditional_parent_label_metadata of this FormulaTab. + :return: The conditional_parent_label_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this FormulaTab. + """Sets the conditional_parent_label_metadata of this FormulaTab. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FormulaTab. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -971,22 +1216,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this FormulaTab. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this FormulaTab. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this FormulaTab. + :return: The conditional_parent_value of this FormulaTab. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this FormulaTab. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this FormulaTab. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this FormulaTab. + :param conditional_parent_value: The conditional_parent_value of this FormulaTab. # noqa: E501 :type: str """ @@ -994,20 +1239,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this FormulaTab. + """Gets the conditional_parent_value_metadata of this FormulaTab. # noqa: E501 - :return: The conditional_parent_value_metadata of this FormulaTab. + + :return: The conditional_parent_value_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this FormulaTab. + """Sets the conditional_parent_value_metadata of this FormulaTab. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FormulaTab. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1015,22 +1260,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this FormulaTab. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this FormulaTab. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this FormulaTab. + :return: The custom_tab_id of this FormulaTab. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this FormulaTab. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this FormulaTab. - :param custom_tab_id: The custom_tab_id of this FormulaTab. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this FormulaTab. # noqa: E501 :type: str """ @@ -1038,20 +1283,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this FormulaTab. + """Gets the custom_tab_id_metadata of this FormulaTab. # noqa: E501 + - :return: The custom_tab_id_metadata of this FormulaTab. + :return: The custom_tab_id_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this FormulaTab. + """Sets the custom_tab_id_metadata of this FormulaTab. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this FormulaTab. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1059,22 +1304,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this FormulaTab. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this FormulaTab. # noqa: E501 - :return: The disable_auto_size of this FormulaTab. + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :return: The disable_auto_size of this FormulaTab. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this FormulaTab. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this FormulaTab. - :param disable_auto_size: The disable_auto_size of this FormulaTab. + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :param disable_auto_size: The disable_auto_size of this FormulaTab. # noqa: E501 :type: str """ @@ -1082,20 +1327,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this FormulaTab. + """Gets the disable_auto_size_metadata of this FormulaTab. # noqa: E501 + - :return: The disable_auto_size_metadata of this FormulaTab. + :return: The disable_auto_size_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this FormulaTab. + """Sets the disable_auto_size_metadata of this FormulaTab. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this FormulaTab. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1103,22 +1348,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this FormulaTab. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this FormulaTab. # noqa: E501 - :return: The document_id of this FormulaTab. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this FormulaTab. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this FormulaTab. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this FormulaTab. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this FormulaTab. + :param document_id: The document_id of this FormulaTab. # noqa: E501 :type: str """ @@ -1126,20 +1371,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this FormulaTab. + """Gets the document_id_metadata of this FormulaTab. # noqa: E501 + - :return: The document_id_metadata of this FormulaTab. + :return: The document_id_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this FormulaTab. + """Sets the document_id_metadata of this FormulaTab. + - :param document_id_metadata: The document_id_metadata of this FormulaTab. + :param document_id_metadata: The document_id_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1147,20 +1392,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this FormulaTab. + """Gets the error_details of this FormulaTab. # noqa: E501 - :return: The error_details of this FormulaTab. + + :return: The error_details of this FormulaTab. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FormulaTab. + """Sets the error_details of this FormulaTab. + - :param error_details: The error_details of this FormulaTab. + :param error_details: The error_details of this FormulaTab. # noqa: E501 :type: ErrorDetails """ @@ -1168,22 +1413,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this FormulaTab. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this FormulaTab. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this FormulaTab. + :return: The font of this FormulaTab. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this FormulaTab. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this FormulaTab. - :param font: The font of this FormulaTab. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this FormulaTab. # noqa: E501 :type: str """ @@ -1191,22 +1436,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this FormulaTab. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this FormulaTab. # noqa: E501 - :return: The font_color of this FormulaTab. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this FormulaTab. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this FormulaTab. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this FormulaTab. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this FormulaTab. + :param font_color: The font_color of this FormulaTab. # noqa: E501 :type: str """ @@ -1214,20 +1459,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this FormulaTab. + """Gets the font_color_metadata of this FormulaTab. # noqa: E501 + - :return: The font_color_metadata of this FormulaTab. + :return: The font_color_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this FormulaTab. + """Sets the font_color_metadata of this FormulaTab. - :param font_color_metadata: The font_color_metadata of this FormulaTab. + + :param font_color_metadata: The font_color_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1235,20 +1480,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this FormulaTab. + """Gets the font_metadata of this FormulaTab. # noqa: E501 + - :return: The font_metadata of this FormulaTab. + :return: The font_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this FormulaTab. + """Sets the font_metadata of this FormulaTab. + - :param font_metadata: The font_metadata of this FormulaTab. + :param font_metadata: The font_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1256,22 +1501,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this FormulaTab. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this FormulaTab. # noqa: E501 - :return: The font_size of this FormulaTab. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this FormulaTab. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this FormulaTab. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this FormulaTab. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this FormulaTab. + :param font_size: The font_size of this FormulaTab. # noqa: E501 :type: str """ @@ -1279,20 +1524,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this FormulaTab. + """Gets the font_size_metadata of this FormulaTab. # noqa: E501 + - :return: The font_size_metadata of this FormulaTab. + :return: The font_size_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this FormulaTab. + """Sets the font_size_metadata of this FormulaTab. - :param font_size_metadata: The font_size_metadata of this FormulaTab. + + :param font_size_metadata: The font_size_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1300,22 +1545,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this FormulaTab. - + """Gets the form_order of this FormulaTab. # noqa: E501 + + # noqa: E501 - :return: The form_order of this FormulaTab. + :return: The form_order of this FormulaTab. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this FormulaTab. - + """Sets the form_order of this FormulaTab. + + # noqa: E501 - :param form_order: The form_order of this FormulaTab. + :param form_order: The form_order of this FormulaTab. # noqa: E501 :type: str """ @@ -1323,20 +1568,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this FormulaTab. + """Gets the form_order_metadata of this FormulaTab. # noqa: E501 + - :return: The form_order_metadata of this FormulaTab. + :return: The form_order_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this FormulaTab. + """Sets the form_order_metadata of this FormulaTab. - :param form_order_metadata: The form_order_metadata of this FormulaTab. + + :param form_order_metadata: The form_order_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1344,22 +1589,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this FormulaTab. - + """Gets the form_page_label of this FormulaTab. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this FormulaTab. + :return: The form_page_label of this FormulaTab. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this FormulaTab. - + """Sets the form_page_label of this FormulaTab. + + # noqa: E501 - :param form_page_label: The form_page_label of this FormulaTab. + :param form_page_label: The form_page_label of this FormulaTab. # noqa: E501 :type: str """ @@ -1367,20 +1612,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this FormulaTab. + """Gets the form_page_label_metadata of this FormulaTab. # noqa: E501 - :return: The form_page_label_metadata of this FormulaTab. + + :return: The form_page_label_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this FormulaTab. + """Sets the form_page_label_metadata of this FormulaTab. - :param form_page_label_metadata: The form_page_label_metadata of this FormulaTab. + + :param form_page_label_metadata: The form_page_label_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1388,22 +1633,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this FormulaTab. - + """Gets the form_page_number of this FormulaTab. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this FormulaTab. + :return: The form_page_number of this FormulaTab. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this FormulaTab. - + """Sets the form_page_number of this FormulaTab. + + # noqa: E501 - :param form_page_number: The form_page_number of this FormulaTab. + :param form_page_number: The form_page_number of this FormulaTab. # noqa: E501 :type: str """ @@ -1411,20 +1656,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this FormulaTab. + """Gets the form_page_number_metadata of this FormulaTab. # noqa: E501 - :return: The form_page_number_metadata of this FormulaTab. + + :return: The form_page_number_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this FormulaTab. + """Sets the form_page_number_metadata of this FormulaTab. + - :param form_page_number_metadata: The form_page_number_metadata of this FormulaTab. + :param form_page_number_metadata: The form_page_number_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1432,22 +1677,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def formula(self): - """ - Gets the formula of this FormulaTab. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Gets the formula of this FormulaTab. # noqa: E501 + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :return: The formula of this FormulaTab. + :return: The formula of this FormulaTab. # noqa: E501 :rtype: str """ return self._formula @formula.setter def formula(self, formula): - """ - Sets the formula of this FormulaTab. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Sets the formula of this FormulaTab. + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :param formula: The formula of this FormulaTab. + :param formula: The formula of this FormulaTab. # noqa: E501 :type: str """ @@ -1455,20 +1700,20 @@ def formula(self, formula): @property def formula_metadata(self): - """ - Gets the formula_metadata of this FormulaTab. + """Gets the formula_metadata of this FormulaTab. # noqa: E501 - :return: The formula_metadata of this FormulaTab. + + :return: The formula_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._formula_metadata @formula_metadata.setter def formula_metadata(self, formula_metadata): - """ - Sets the formula_metadata of this FormulaTab. + """Sets the formula_metadata of this FormulaTab. + - :param formula_metadata: The formula_metadata of this FormulaTab. + :param formula_metadata: The formula_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1476,22 +1721,22 @@ def formula_metadata(self, formula_metadata): @property def height(self): - """ - Gets the height of this FormulaTab. - Height of the tab in pixels. + """Gets the height of this FormulaTab. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this FormulaTab. + :return: The height of this FormulaTab. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this FormulaTab. - Height of the tab in pixels. + """Sets the height of this FormulaTab. - :param height: The height of this FormulaTab. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this FormulaTab. # noqa: E501 :type: str """ @@ -1499,20 +1744,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this FormulaTab. + """Gets the height_metadata of this FormulaTab. # noqa: E501 + - :return: The height_metadata of this FormulaTab. + :return: The height_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this FormulaTab. + """Sets the height_metadata of this FormulaTab. + - :param height_metadata: The height_metadata of this FormulaTab. + :param height_metadata: The height_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1520,22 +1765,22 @@ def height_metadata(self, height_metadata): @property def hidden(self): - """ - Gets the hidden of this FormulaTab. - + """Gets the hidden of this FormulaTab. # noqa: E501 - :return: The hidden of this FormulaTab. + # noqa: E501 + + :return: The hidden of this FormulaTab. # noqa: E501 :rtype: str """ return self._hidden @hidden.setter def hidden(self, hidden): - """ - Sets the hidden of this FormulaTab. - + """Sets the hidden of this FormulaTab. + + # noqa: E501 - :param hidden: The hidden of this FormulaTab. + :param hidden: The hidden of this FormulaTab. # noqa: E501 :type: str """ @@ -1543,20 +1788,20 @@ def hidden(self, hidden): @property def hidden_metadata(self): - """ - Gets the hidden_metadata of this FormulaTab. + """Gets the hidden_metadata of this FormulaTab. # noqa: E501 + - :return: The hidden_metadata of this FormulaTab. + :return: The hidden_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._hidden_metadata @hidden_metadata.setter def hidden_metadata(self, hidden_metadata): - """ - Sets the hidden_metadata of this FormulaTab. + """Sets the hidden_metadata of this FormulaTab. - :param hidden_metadata: The hidden_metadata of this FormulaTab. + + :param hidden_metadata: The hidden_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1564,22 +1809,22 @@ def hidden_metadata(self, hidden_metadata): @property def is_payment_amount(self): - """ - Gets the is_payment_amount of this FormulaTab. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Gets the is_payment_amount of this FormulaTab. # noqa: E501 - :return: The is_payment_amount of this FormulaTab. + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 + + :return: The is_payment_amount of this FormulaTab. # noqa: E501 :rtype: str """ return self._is_payment_amount @is_payment_amount.setter def is_payment_amount(self, is_payment_amount): - """ - Sets the is_payment_amount of this FormulaTab. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Sets the is_payment_amount of this FormulaTab. + + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 - :param is_payment_amount: The is_payment_amount of this FormulaTab. + :param is_payment_amount: The is_payment_amount of this FormulaTab. # noqa: E501 :type: str """ @@ -1587,20 +1832,20 @@ def is_payment_amount(self, is_payment_amount): @property def is_payment_amount_metadata(self): - """ - Gets the is_payment_amount_metadata of this FormulaTab. + """Gets the is_payment_amount_metadata of this FormulaTab. # noqa: E501 + - :return: The is_payment_amount_metadata of this FormulaTab. + :return: The is_payment_amount_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._is_payment_amount_metadata @is_payment_amount_metadata.setter def is_payment_amount_metadata(self, is_payment_amount_metadata): - """ - Sets the is_payment_amount_metadata of this FormulaTab. + """Sets the is_payment_amount_metadata of this FormulaTab. - :param is_payment_amount_metadata: The is_payment_amount_metadata of this FormulaTab. + + :param is_payment_amount_metadata: The is_payment_amount_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1608,22 +1853,22 @@ def is_payment_amount_metadata(self, is_payment_amount_metadata): @property def italic(self): - """ - Gets the italic of this FormulaTab. - When set to **true**, the information in the tab is italic. + """Gets the italic of this FormulaTab. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this FormulaTab. + :return: The italic of this FormulaTab. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this FormulaTab. - When set to **true**, the information in the tab is italic. + """Sets the italic of this FormulaTab. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this FormulaTab. + :param italic: The italic of this FormulaTab. # noqa: E501 :type: str """ @@ -1631,20 +1876,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this FormulaTab. + """Gets the italic_metadata of this FormulaTab. # noqa: E501 + - :return: The italic_metadata of this FormulaTab. + :return: The italic_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this FormulaTab. + """Sets the italic_metadata of this FormulaTab. - :param italic_metadata: The italic_metadata of this FormulaTab. + + :param italic_metadata: The italic_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1652,20 +1897,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this FormulaTab. + """Gets the locale_policy of this FormulaTab. # noqa: E501 + - :return: The locale_policy of this FormulaTab. + :return: The locale_policy of this FormulaTab. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this FormulaTab. + """Sets the locale_policy of this FormulaTab. + - :param locale_policy: The locale_policy of this FormulaTab. + :param locale_policy: The locale_policy of this FormulaTab. # noqa: E501 :type: LocalePolicyTab """ @@ -1673,22 +1918,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this FormulaTab. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this FormulaTab. # noqa: E501 - :return: The locked of this FormulaTab. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this FormulaTab. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this FormulaTab. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this FormulaTab. - :param locked: The locked of this FormulaTab. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this FormulaTab. # noqa: E501 :type: str """ @@ -1696,20 +1941,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this FormulaTab. + """Gets the locked_metadata of this FormulaTab. # noqa: E501 - :return: The locked_metadata of this FormulaTab. + + :return: The locked_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this FormulaTab. + """Sets the locked_metadata of this FormulaTab. - :param locked_metadata: The locked_metadata of this FormulaTab. + + :param locked_metadata: The locked_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1717,22 +1962,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this FormulaTab. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this FormulaTab. # noqa: E501 - :return: The max_length of this FormulaTab. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this FormulaTab. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this FormulaTab. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this FormulaTab. - :param max_length: The max_length of this FormulaTab. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this FormulaTab. # noqa: E501 :type: str """ @@ -1740,20 +1985,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this FormulaTab. + """Gets the max_length_metadata of this FormulaTab. # noqa: E501 - :return: The max_length_metadata of this FormulaTab. + + :return: The max_length_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this FormulaTab. + """Sets the max_length_metadata of this FormulaTab. - :param max_length_metadata: The max_length_metadata of this FormulaTab. + + :param max_length_metadata: The max_length_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1761,20 +2006,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this FormulaTab. + """Gets the merge_field of this FormulaTab. # noqa: E501 - :return: The merge_field of this FormulaTab. + + :return: The merge_field of this FormulaTab. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this FormulaTab. + """Sets the merge_field of this FormulaTab. - :param merge_field: The merge_field of this FormulaTab. + + :param merge_field: The merge_field of this FormulaTab. # noqa: E501 :type: MergeField """ @@ -1782,22 +2027,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this FormulaTab. - + """Gets the merge_field_xml of this FormulaTab. # noqa: E501 - :return: The merge_field_xml of this FormulaTab. + # noqa: E501 + + :return: The merge_field_xml of this FormulaTab. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this FormulaTab. - + """Sets the merge_field_xml of this FormulaTab. - :param merge_field_xml: The merge_field_xml of this FormulaTab. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this FormulaTab. # noqa: E501 :type: str """ @@ -1805,22 +2050,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this FormulaTab. - + """Gets the name of this FormulaTab. # noqa: E501 - :return: The name of this FormulaTab. + # noqa: E501 + + :return: The name of this FormulaTab. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FormulaTab. - + """Sets the name of this FormulaTab. - :param name: The name of this FormulaTab. + # noqa: E501 + + :param name: The name of this FormulaTab. # noqa: E501 :type: str """ @@ -1828,20 +2073,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this FormulaTab. + """Gets the name_metadata of this FormulaTab. # noqa: E501 - :return: The name_metadata of this FormulaTab. + + :return: The name_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this FormulaTab. + """Sets the name_metadata of this FormulaTab. - :param name_metadata: The name_metadata of this FormulaTab. + + :param name_metadata: The name_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1849,22 +2094,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this FormulaTab. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this FormulaTab. # noqa: E501 - :return: The original_value of this FormulaTab. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this FormulaTab. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this FormulaTab. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this FormulaTab. - :param original_value: The original_value of this FormulaTab. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this FormulaTab. # noqa: E501 :type: str """ @@ -1872,20 +2117,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this FormulaTab. + """Gets the original_value_metadata of this FormulaTab. # noqa: E501 - :return: The original_value_metadata of this FormulaTab. + + :return: The original_value_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this FormulaTab. + """Sets the original_value_metadata of this FormulaTab. - :param original_value_metadata: The original_value_metadata of this FormulaTab. + + :param original_value_metadata: The original_value_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1893,22 +2138,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this FormulaTab. - Specifies the page number on which the tab is located. + """Gets the page_number of this FormulaTab. # noqa: E501 - :return: The page_number of this FormulaTab. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this FormulaTab. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this FormulaTab. - Specifies the page number on which the tab is located. + """Sets the page_number of this FormulaTab. - :param page_number: The page_number of this FormulaTab. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this FormulaTab. # noqa: E501 :type: str """ @@ -1916,20 +2161,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this FormulaTab. + """Gets the page_number_metadata of this FormulaTab. # noqa: E501 - :return: The page_number_metadata of this FormulaTab. + + :return: The page_number_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this FormulaTab. + """Sets the page_number_metadata of this FormulaTab. - :param page_number_metadata: The page_number_metadata of this FormulaTab. + + :param page_number_metadata: The page_number_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -1937,20 +2182,20 @@ def page_number_metadata(self, page_number_metadata): @property def payment_details(self): - """ - Gets the payment_details of this FormulaTab. + """Gets the payment_details of this FormulaTab. # noqa: E501 - :return: The payment_details of this FormulaTab. + + :return: The payment_details of this FormulaTab. # noqa: E501 :rtype: PaymentDetails """ return self._payment_details @payment_details.setter def payment_details(self, payment_details): - """ - Sets the payment_details of this FormulaTab. + """Sets the payment_details of this FormulaTab. - :param payment_details: The payment_details of this FormulaTab. + + :param payment_details: The payment_details of this FormulaTab. # noqa: E501 :type: PaymentDetails """ @@ -1958,22 +2203,22 @@ def payment_details(self, payment_details): @property def recipient_id(self): - """ - Gets the recipient_id of this FormulaTab. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this FormulaTab. # noqa: E501 - :return: The recipient_id of this FormulaTab. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this FormulaTab. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this FormulaTab. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this FormulaTab. - :param recipient_id: The recipient_id of this FormulaTab. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this FormulaTab. # noqa: E501 :type: str """ @@ -1981,22 +2226,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this FormulaTab. - + """Gets the recipient_id_guid of this FormulaTab. # noqa: E501 - :return: The recipient_id_guid of this FormulaTab. + # noqa: E501 + + :return: The recipient_id_guid of this FormulaTab. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this FormulaTab. - + """Sets the recipient_id_guid of this FormulaTab. - :param recipient_id_guid: The recipient_id_guid of this FormulaTab. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this FormulaTab. # noqa: E501 :type: str """ @@ -2004,20 +2249,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this FormulaTab. + """Gets the recipient_id_guid_metadata of this FormulaTab. # noqa: E501 - :return: The recipient_id_guid_metadata of this FormulaTab. + + :return: The recipient_id_guid_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this FormulaTab. + """Sets the recipient_id_guid_metadata of this FormulaTab. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FormulaTab. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2025,20 +2270,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this FormulaTab. + """Gets the recipient_id_metadata of this FormulaTab. # noqa: E501 - :return: The recipient_id_metadata of this FormulaTab. + + :return: The recipient_id_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this FormulaTab. + """Sets the recipient_id_metadata of this FormulaTab. - :param recipient_id_metadata: The recipient_id_metadata of this FormulaTab. + + :param recipient_id_metadata: The recipient_id_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2046,22 +2291,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this FormulaTab. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this FormulaTab. # noqa: E501 - :return: The require_all of this FormulaTab. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this FormulaTab. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this FormulaTab. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this FormulaTab. - :param require_all: The require_all of this FormulaTab. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this FormulaTab. # noqa: E501 :type: str """ @@ -2069,20 +2314,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this FormulaTab. + """Gets the require_all_metadata of this FormulaTab. # noqa: E501 - :return: The require_all_metadata of this FormulaTab. + + :return: The require_all_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this FormulaTab. + """Sets the require_all_metadata of this FormulaTab. - :param require_all_metadata: The require_all_metadata of this FormulaTab. + + :param require_all_metadata: The require_all_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2090,22 +2335,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this FormulaTab. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this FormulaTab. # noqa: E501 - :return: The required of this FormulaTab. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this FormulaTab. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this FormulaTab. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this FormulaTab. - :param required: The required of this FormulaTab. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this FormulaTab. # noqa: E501 :type: str """ @@ -2113,20 +2358,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this FormulaTab. + """Gets the required_metadata of this FormulaTab. # noqa: E501 - :return: The required_metadata of this FormulaTab. + + :return: The required_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this FormulaTab. + """Sets the required_metadata of this FormulaTab. - :param required_metadata: The required_metadata of this FormulaTab. + + :param required_metadata: The required_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2134,22 +2379,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this FormulaTab. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this FormulaTab. # noqa: E501 - :return: The require_initial_on_shared_change of this FormulaTab. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this FormulaTab. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this FormulaTab. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this FormulaTab. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this FormulaTab. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this FormulaTab. # noqa: E501 :type: str """ @@ -2157,20 +2402,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this FormulaTab. + """Gets the require_initial_on_shared_change_metadata of this FormulaTab. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this FormulaTab. + + :return: The require_initial_on_shared_change_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this FormulaTab. + """Sets the require_initial_on_shared_change_metadata of this FormulaTab. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this FormulaTab. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2178,22 +2423,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def round_decimal_places(self): - """ - Gets the round_decimal_places of this FormulaTab. - + """Gets the round_decimal_places of this FormulaTab. # noqa: E501 - :return: The round_decimal_places of this FormulaTab. + # noqa: E501 + + :return: The round_decimal_places of this FormulaTab. # noqa: E501 :rtype: str """ return self._round_decimal_places @round_decimal_places.setter def round_decimal_places(self, round_decimal_places): - """ - Sets the round_decimal_places of this FormulaTab. - + """Sets the round_decimal_places of this FormulaTab. - :param round_decimal_places: The round_decimal_places of this FormulaTab. + # noqa: E501 + + :param round_decimal_places: The round_decimal_places of this FormulaTab. # noqa: E501 :type: str """ @@ -2201,20 +2446,20 @@ def round_decimal_places(self, round_decimal_places): @property def round_decimal_places_metadata(self): - """ - Gets the round_decimal_places_metadata of this FormulaTab. + """Gets the round_decimal_places_metadata of this FormulaTab. # noqa: E501 - :return: The round_decimal_places_metadata of this FormulaTab. + + :return: The round_decimal_places_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._round_decimal_places_metadata @round_decimal_places_metadata.setter def round_decimal_places_metadata(self, round_decimal_places_metadata): - """ - Sets the round_decimal_places_metadata of this FormulaTab. + """Sets the round_decimal_places_metadata of this FormulaTab. - :param round_decimal_places_metadata: The round_decimal_places_metadata of this FormulaTab. + + :param round_decimal_places_metadata: The round_decimal_places_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2222,22 +2467,22 @@ def round_decimal_places_metadata(self, round_decimal_places_metadata): @property def sender_required(self): - """ - Gets the sender_required of this FormulaTab. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this FormulaTab. # noqa: E501 - :return: The sender_required of this FormulaTab. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this FormulaTab. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this FormulaTab. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this FormulaTab. - :param sender_required: The sender_required of this FormulaTab. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this FormulaTab. # noqa: E501 :type: str """ @@ -2245,20 +2490,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this FormulaTab. + """Gets the sender_required_metadata of this FormulaTab. # noqa: E501 - :return: The sender_required_metadata of this FormulaTab. + + :return: The sender_required_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this FormulaTab. + """Sets the sender_required_metadata of this FormulaTab. - :param sender_required_metadata: The sender_required_metadata of this FormulaTab. + + :param sender_required_metadata: The sender_required_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2266,22 +2511,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this FormulaTab. - When set to **true**, this custom tab is shared. + """Gets the shared of this FormulaTab. # noqa: E501 - :return: The shared of this FormulaTab. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this FormulaTab. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this FormulaTab. - When set to **true**, this custom tab is shared. + """Sets the shared of this FormulaTab. - :param shared: The shared of this FormulaTab. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this FormulaTab. # noqa: E501 :type: str """ @@ -2289,20 +2534,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this FormulaTab. + """Gets the shared_metadata of this FormulaTab. # noqa: E501 - :return: The shared_metadata of this FormulaTab. + + :return: The shared_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this FormulaTab. + """Sets the shared_metadata of this FormulaTab. - :param shared_metadata: The shared_metadata of this FormulaTab. + + :param shared_metadata: The shared_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2310,20 +2555,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this FormulaTab. + """Gets the smart_contract_information of this FormulaTab. # noqa: E501 - :return: The smart_contract_information of this FormulaTab. + + :return: The smart_contract_information of this FormulaTab. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this FormulaTab. + """Sets the smart_contract_information of this FormulaTab. - :param smart_contract_information: The smart_contract_information of this FormulaTab. + + :param smart_contract_information: The smart_contract_information of this FormulaTab. # noqa: E501 :type: SmartContractInformation """ @@ -2331,22 +2576,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this FormulaTab. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this FormulaTab. # noqa: E501 - :return: The status of this FormulaTab. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this FormulaTab. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this FormulaTab. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this FormulaTab. - :param status: The status of this FormulaTab. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this FormulaTab. # noqa: E501 :type: str """ @@ -2354,20 +2599,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this FormulaTab. + """Gets the status_metadata of this FormulaTab. # noqa: E501 - :return: The status_metadata of this FormulaTab. + + :return: The status_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this FormulaTab. + """Sets the status_metadata of this FormulaTab. - :param status_metadata: The status_metadata of this FormulaTab. + + :param status_metadata: The status_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2375,22 +2620,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this FormulaTab. - + """Gets the tab_group_labels of this FormulaTab. # noqa: E501 - :return: The tab_group_labels of this FormulaTab. + # noqa: E501 + + :return: The tab_group_labels of this FormulaTab. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this FormulaTab. - + """Sets the tab_group_labels of this FormulaTab. - :param tab_group_labels: The tab_group_labels of this FormulaTab. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this FormulaTab. # noqa: E501 :type: list[str] """ @@ -2398,20 +2643,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this FormulaTab. + """Gets the tab_group_labels_metadata of this FormulaTab. # noqa: E501 - :return: The tab_group_labels_metadata of this FormulaTab. + + :return: The tab_group_labels_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this FormulaTab. + """Sets the tab_group_labels_metadata of this FormulaTab. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this FormulaTab. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2419,22 +2664,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this FormulaTab. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this FormulaTab. # noqa: E501 - :return: The tab_id of this FormulaTab. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this FormulaTab. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this FormulaTab. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this FormulaTab. - :param tab_id: The tab_id of this FormulaTab. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this FormulaTab. # noqa: E501 :type: str """ @@ -2442,20 +2687,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this FormulaTab. + """Gets the tab_id_metadata of this FormulaTab. # noqa: E501 - :return: The tab_id_metadata of this FormulaTab. + + :return: The tab_id_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this FormulaTab. + """Sets the tab_id_metadata of this FormulaTab. - :param tab_id_metadata: The tab_id_metadata of this FormulaTab. + + :param tab_id_metadata: The tab_id_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2463,22 +2708,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this FormulaTab. - The label string associated with the tab. + """Gets the tab_label of this FormulaTab. # noqa: E501 - :return: The tab_label of this FormulaTab. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this FormulaTab. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this FormulaTab. - The label string associated with the tab. + """Sets the tab_label of this FormulaTab. - :param tab_label: The tab_label of this FormulaTab. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this FormulaTab. # noqa: E501 :type: str """ @@ -2486,20 +2731,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this FormulaTab. + """Gets the tab_label_metadata of this FormulaTab. # noqa: E501 - :return: The tab_label_metadata of this FormulaTab. + + :return: The tab_label_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this FormulaTab. + """Sets the tab_label_metadata of this FormulaTab. - :param tab_label_metadata: The tab_label_metadata of this FormulaTab. + + :param tab_label_metadata: The tab_label_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2507,22 +2752,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this FormulaTab. - + """Gets the tab_order of this FormulaTab. # noqa: E501 - :return: The tab_order of this FormulaTab. + # noqa: E501 + + :return: The tab_order of this FormulaTab. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this FormulaTab. - + """Sets the tab_order of this FormulaTab. - :param tab_order: The tab_order of this FormulaTab. + # noqa: E501 + + :param tab_order: The tab_order of this FormulaTab. # noqa: E501 :type: str """ @@ -2530,20 +2775,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this FormulaTab. + """Gets the tab_order_metadata of this FormulaTab. # noqa: E501 - :return: The tab_order_metadata of this FormulaTab. + + :return: The tab_order_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this FormulaTab. + """Sets the tab_order_metadata of this FormulaTab. - :param tab_order_metadata: The tab_order_metadata of this FormulaTab. + + :param tab_order_metadata: The tab_order_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2551,22 +2796,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this FormulaTab. - + """Gets the tab_type of this FormulaTab. # noqa: E501 - :return: The tab_type of this FormulaTab. + # noqa: E501 + + :return: The tab_type of this FormulaTab. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this FormulaTab. - + """Sets the tab_type of this FormulaTab. - :param tab_type: The tab_type of this FormulaTab. + # noqa: E501 + + :param tab_type: The tab_type of this FormulaTab. # noqa: E501 :type: str """ @@ -2574,20 +2819,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this FormulaTab. + """Gets the tab_type_metadata of this FormulaTab. # noqa: E501 - :return: The tab_type_metadata of this FormulaTab. + + :return: The tab_type_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this FormulaTab. + """Sets the tab_type_metadata of this FormulaTab. - :param tab_type_metadata: The tab_type_metadata of this FormulaTab. + + :param tab_type_metadata: The tab_type_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2595,22 +2840,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this FormulaTab. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this FormulaTab. # noqa: E501 - :return: The template_locked of this FormulaTab. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this FormulaTab. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this FormulaTab. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this FormulaTab. - :param template_locked: The template_locked of this FormulaTab. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this FormulaTab. # noqa: E501 :type: str """ @@ -2618,20 +2863,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this FormulaTab. + """Gets the template_locked_metadata of this FormulaTab. # noqa: E501 - :return: The template_locked_metadata of this FormulaTab. + + :return: The template_locked_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this FormulaTab. + """Sets the template_locked_metadata of this FormulaTab. - :param template_locked_metadata: The template_locked_metadata of this FormulaTab. + + :param template_locked_metadata: The template_locked_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2639,22 +2884,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this FormulaTab. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this FormulaTab. # noqa: E501 - :return: The template_required of this FormulaTab. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this FormulaTab. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this FormulaTab. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this FormulaTab. - :param template_required: The template_required of this FormulaTab. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this FormulaTab. # noqa: E501 :type: str """ @@ -2662,20 +2907,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this FormulaTab. + """Gets the template_required_metadata of this FormulaTab. # noqa: E501 - :return: The template_required_metadata of this FormulaTab. + + :return: The template_required_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this FormulaTab. + """Sets the template_required_metadata of this FormulaTab. - :param template_required_metadata: The template_required_metadata of this FormulaTab. + + :param template_required_metadata: The template_required_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2683,22 +2928,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this FormulaTab. - + """Gets the tooltip of this FormulaTab. # noqa: E501 - :return: The tooltip of this FormulaTab. + # noqa: E501 + + :return: The tooltip of this FormulaTab. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this FormulaTab. - + """Sets the tooltip of this FormulaTab. - :param tooltip: The tooltip of this FormulaTab. + # noqa: E501 + + :param tooltip: The tooltip of this FormulaTab. # noqa: E501 :type: str """ @@ -2706,20 +2951,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this FormulaTab. + """Gets the tool_tip_metadata of this FormulaTab. # noqa: E501 - :return: The tool_tip_metadata of this FormulaTab. + + :return: The tool_tip_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this FormulaTab. + """Sets the tool_tip_metadata of this FormulaTab. - :param tool_tip_metadata: The tool_tip_metadata of this FormulaTab. + + :param tool_tip_metadata: The tool_tip_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2727,22 +2972,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this FormulaTab. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this FormulaTab. # noqa: E501 - :return: The underline of this FormulaTab. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this FormulaTab. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this FormulaTab. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this FormulaTab. - :param underline: The underline of this FormulaTab. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this FormulaTab. # noqa: E501 :type: str """ @@ -2750,20 +2995,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this FormulaTab. + """Gets the underline_metadata of this FormulaTab. # noqa: E501 - :return: The underline_metadata of this FormulaTab. + + :return: The underline_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this FormulaTab. + """Sets the underline_metadata of this FormulaTab. - :param underline_metadata: The underline_metadata of this FormulaTab. + + :param underline_metadata: The underline_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2771,22 +3016,22 @@ def underline_metadata(self, underline_metadata): @property def validation_message(self): - """ - Gets the validation_message of this FormulaTab. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this FormulaTab. # noqa: E501 - :return: The validation_message of this FormulaTab. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this FormulaTab. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this FormulaTab. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this FormulaTab. - :param validation_message: The validation_message of this FormulaTab. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this FormulaTab. # noqa: E501 :type: str """ @@ -2794,20 +3039,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this FormulaTab. + """Gets the validation_message_metadata of this FormulaTab. # noqa: E501 - :return: The validation_message_metadata of this FormulaTab. + + :return: The validation_message_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this FormulaTab. + """Sets the validation_message_metadata of this FormulaTab. - :param validation_message_metadata: The validation_message_metadata of this FormulaTab. + + :param validation_message_metadata: The validation_message_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2815,22 +3060,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this FormulaTab. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this FormulaTab. # noqa: E501 - :return: The validation_pattern of this FormulaTab. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this FormulaTab. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this FormulaTab. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this FormulaTab. - :param validation_pattern: The validation_pattern of this FormulaTab. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this FormulaTab. # noqa: E501 :type: str """ @@ -2838,20 +3083,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this FormulaTab. + """Gets the validation_pattern_metadata of this FormulaTab. # noqa: E501 - :return: The validation_pattern_metadata of this FormulaTab. + + :return: The validation_pattern_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this FormulaTab. + """Sets the validation_pattern_metadata of this FormulaTab. - :param validation_pattern_metadata: The validation_pattern_metadata of this FormulaTab. + + :param validation_pattern_metadata: The validation_pattern_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2859,22 +3104,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this FormulaTab. - Specifies the value of the tab. + """Gets the value of this FormulaTab. # noqa: E501 - :return: The value of this FormulaTab. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this FormulaTab. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this FormulaTab. - Specifies the value of the tab. + """Sets the value of this FormulaTab. - :param value: The value of this FormulaTab. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this FormulaTab. # noqa: E501 :type: str """ @@ -2882,20 +3127,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this FormulaTab. + """Gets the value_metadata of this FormulaTab. # noqa: E501 - :return: The value_metadata of this FormulaTab. + + :return: The value_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this FormulaTab. + """Sets the value_metadata of this FormulaTab. - :param value_metadata: The value_metadata of this FormulaTab. + + :param value_metadata: The value_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2903,22 +3148,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this FormulaTab. - Width of the tab in pixels. + """Gets the width of this FormulaTab. # noqa: E501 - :return: The width of this FormulaTab. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this FormulaTab. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this FormulaTab. - Width of the tab in pixels. + """Sets the width of this FormulaTab. - :param width: The width of this FormulaTab. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this FormulaTab. # noqa: E501 :type: str """ @@ -2926,20 +3171,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this FormulaTab. + """Gets the width_metadata of this FormulaTab. # noqa: E501 - :return: The width_metadata of this FormulaTab. + + :return: The width_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this FormulaTab. + """Sets the width_metadata of this FormulaTab. - :param width_metadata: The width_metadata of this FormulaTab. + + :param width_metadata: The width_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2947,22 +3192,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this FormulaTab. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this FormulaTab. # noqa: E501 - :return: The x_position of this FormulaTab. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this FormulaTab. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this FormulaTab. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this FormulaTab. - :param x_position: The x_position of this FormulaTab. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this FormulaTab. # noqa: E501 :type: str """ @@ -2970,20 +3215,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this FormulaTab. + """Gets the x_position_metadata of this FormulaTab. # noqa: E501 - :return: The x_position_metadata of this FormulaTab. + + :return: The x_position_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this FormulaTab. + """Sets the x_position_metadata of this FormulaTab. - :param x_position_metadata: The x_position_metadata of this FormulaTab. + + :param x_position_metadata: The x_position_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ @@ -2991,22 +3236,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this FormulaTab. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this FormulaTab. # noqa: E501 - :return: The y_position of this FormulaTab. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this FormulaTab. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this FormulaTab. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this FormulaTab. - :param y_position: The y_position of this FormulaTab. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this FormulaTab. # noqa: E501 :type: str """ @@ -3014,32 +3259,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this FormulaTab. + """Gets the y_position_metadata of this FormulaTab. # noqa: E501 - :return: The y_position_metadata of this FormulaTab. + + :return: The y_position_metadata of this FormulaTab. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this FormulaTab. + """Sets the y_position_metadata of this FormulaTab. - :param y_position_metadata: The y_position_metadata of this FormulaTab. + + :param y_position_metadata: The y_position_metadata of this FormulaTab. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -3056,29 +3299,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FormulaTab, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FormulaTab): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/full_name.py b/docusign_esign/models/full_name.py index 1f3ca24c..868219c4 100644 --- a/docusign_esign/models/full_name.py +++ b/docusign_esign/models/full_name.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class FullName(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - FullName - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """FullName - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this FullName. - + """Gets the anchor_allow_white_space_in_characters of this FullName. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this FullName. + :return: The anchor_allow_white_space_in_characters of this FullName. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this FullName. - + """Sets the anchor_allow_white_space_in_characters of this FullName. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FullName. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this FullName. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this FullName. + """Gets the anchor_allow_white_space_in_characters_metadata of this FullName. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this FullName. + :return: The anchor_allow_white_space_in_characters_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this FullName. + """Sets the anchor_allow_white_space_in_characters_metadata of this FullName. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FullName. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this FullName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this FullName. # noqa: E501 - :return: The anchor_case_sensitive of this FullName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this FullName. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this FullName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this FullName. - :param anchor_case_sensitive: The anchor_case_sensitive of this FullName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this FullName. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this FullName. + """Gets the anchor_case_sensitive_metadata of this FullName. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this FullName. + :return: The anchor_case_sensitive_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this FullName. + """Sets the anchor_case_sensitive_metadata of this FullName. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FullName. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this FullName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this FullName. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this FullName. + :return: The anchor_horizontal_alignment of this FullName. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this FullName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this FullName. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FullName. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this FullName. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this FullName. + """Gets the anchor_horizontal_alignment_metadata of this FullName. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this FullName. + + :return: The anchor_horizontal_alignment_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this FullName. + """Sets the anchor_horizontal_alignment_metadata of this FullName. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FullName. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this FullName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this FullName. # noqa: E501 - :return: The anchor_ignore_if_not_present of this FullName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this FullName. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this FullName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this FullName. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FullName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this FullName. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this FullName. + """Gets the anchor_ignore_if_not_present_metadata of this FullName. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this FullName. + + :return: The anchor_ignore_if_not_present_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this FullName. + """Sets the anchor_ignore_if_not_present_metadata of this FullName. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FullName. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this FullName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this FullName. # noqa: E501 - :return: The anchor_match_whole_word of this FullName. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this FullName. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this FullName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this FullName. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this FullName. + :param anchor_match_whole_word: The anchor_match_whole_word of this FullName. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this FullName. + """Gets the anchor_match_whole_word_metadata of this FullName. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this FullName. + :return: The anchor_match_whole_word_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this FullName. + """Sets the anchor_match_whole_word_metadata of this FullName. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FullName. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this FullName. - Anchor text information for a radio button. + """Gets the anchor_string of this FullName. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this FullName. + :return: The anchor_string of this FullName. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this FullName. - Anchor text information for a radio button. + """Sets the anchor_string of this FullName. - :param anchor_string: The anchor_string of this FullName. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this FullName. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this FullName. + """Gets the anchor_string_metadata of this FullName. # noqa: E501 - :return: The anchor_string_metadata of this FullName. + + :return: The anchor_string_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this FullName. + """Sets the anchor_string_metadata of this FullName. - :param anchor_string_metadata: The anchor_string_metadata of this FullName. + + :param anchor_string_metadata: The anchor_string_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this FullName. - + """Gets the anchor_tab_processor_version of this FullName. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this FullName. + :return: The anchor_tab_processor_version of this FullName. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this FullName. - + """Sets the anchor_tab_processor_version of this FullName. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this FullName. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this FullName. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this FullName. + """Gets the anchor_tab_processor_version_metadata of this FullName. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this FullName. + :return: The anchor_tab_processor_version_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this FullName. + """Sets the anchor_tab_processor_version_metadata of this FullName. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FullName. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this FullName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this FullName. # noqa: E501 - :return: The anchor_units of this FullName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this FullName. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this FullName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this FullName. - :param anchor_units: The anchor_units of this FullName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this FullName. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this FullName. + """Gets the anchor_units_metadata of this FullName. # noqa: E501 - :return: The anchor_units_metadata of this FullName. + + :return: The anchor_units_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this FullName. + """Sets the anchor_units_metadata of this FullName. + - :param anchor_units_metadata: The anchor_units_metadata of this FullName. + :param anchor_units_metadata: The anchor_units_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this FullName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this FullName. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this FullName. + :return: The anchor_x_offset of this FullName. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this FullName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this FullName. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this FullName. + :param anchor_x_offset: The anchor_x_offset of this FullName. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this FullName. + """Gets the anchor_x_offset_metadata of this FullName. # noqa: E501 + - :return: The anchor_x_offset_metadata of this FullName. + :return: The anchor_x_offset_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this FullName. + """Sets the anchor_x_offset_metadata of this FullName. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FullName. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this FullName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this FullName. # noqa: E501 - :return: The anchor_y_offset of this FullName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this FullName. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this FullName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this FullName. - :param anchor_y_offset: The anchor_y_offset of this FullName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this FullName. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this FullName. + """Gets the anchor_y_offset_metadata of this FullName. # noqa: E501 + - :return: The anchor_y_offset_metadata of this FullName. + :return: The anchor_y_offset_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this FullName. + """Sets the anchor_y_offset_metadata of this FullName. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FullName. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this FullName. - When set to **true**, the information in the tab is bold. + """Gets the bold of this FullName. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this FullName. + :return: The bold of this FullName. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this FullName. - When set to **true**, the information in the tab is bold. + """Sets the bold of this FullName. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this FullName. + :param bold: The bold of this FullName. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this FullName. + """Gets the bold_metadata of this FullName. # noqa: E501 - :return: The bold_metadata of this FullName. + + :return: The bold_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this FullName. + """Sets the bold_metadata of this FullName. - :param bold_metadata: The bold_metadata of this FullName. + + :param bold_metadata: The bold_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this FullName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this FullName. # noqa: E501 - :return: The conditional_parent_label of this FullName. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this FullName. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this FullName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this FullName. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this FullName. + :param conditional_parent_label: The conditional_parent_label of this FullName. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this FullName. + """Gets the conditional_parent_label_metadata of this FullName. # noqa: E501 + - :return: The conditional_parent_label_metadata of this FullName. + :return: The conditional_parent_label_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this FullName. + """Sets the conditional_parent_label_metadata of this FullName. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FullName. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this FullName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this FullName. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this FullName. + :return: The conditional_parent_value of this FullName. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this FullName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this FullName. - :param conditional_parent_value: The conditional_parent_value of this FullName. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this FullName. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this FullName. + """Gets the conditional_parent_value_metadata of this FullName. # noqa: E501 - :return: The conditional_parent_value_metadata of this FullName. + + :return: The conditional_parent_value_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this FullName. + """Sets the conditional_parent_value_metadata of this FullName. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FullName. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this FullName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this FullName. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this FullName. + :return: The custom_tab_id of this FullName. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this FullName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this FullName. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this FullName. + :param custom_tab_id: The custom_tab_id of this FullName. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this FullName. + """Gets the custom_tab_id_metadata of this FullName. # noqa: E501 + - :return: The custom_tab_id_metadata of this FullName. + :return: The custom_tab_id_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this FullName. + """Sets the custom_tab_id_metadata of this FullName. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this FullName. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this FullName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this FullName. # noqa: E501 - :return: The document_id of this FullName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this FullName. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this FullName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this FullName. - :param document_id: The document_id of this FullName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this FullName. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this FullName. + """Gets the document_id_metadata of this FullName. # noqa: E501 - :return: The document_id_metadata of this FullName. + + :return: The document_id_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this FullName. + """Sets the document_id_metadata of this FullName. + - :param document_id_metadata: The document_id_metadata of this FullName. + :param document_id_metadata: The document_id_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -960,20 +1139,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this FullName. + """Gets the error_details of this FullName. # noqa: E501 + - :return: The error_details of this FullName. + :return: The error_details of this FullName. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this FullName. + """Sets the error_details of this FullName. + - :param error_details: The error_details of this FullName. + :param error_details: The error_details of this FullName. # noqa: E501 :type: ErrorDetails """ @@ -981,22 +1160,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this FullName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this FullName. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this FullName. + :return: The font of this FullName. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this FullName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this FullName. - :param font: The font of this FullName. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this FullName. # noqa: E501 :type: str """ @@ -1004,22 +1183,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this FullName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this FullName. # noqa: E501 - :return: The font_color of this FullName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this FullName. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this FullName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this FullName. - :param font_color: The font_color of this FullName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this FullName. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this FullName. + """Gets the font_color_metadata of this FullName. # noqa: E501 + - :return: The font_color_metadata of this FullName. + :return: The font_color_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this FullName. + """Sets the font_color_metadata of this FullName. + - :param font_color_metadata: The font_color_metadata of this FullName. + :param font_color_metadata: The font_color_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this FullName. + """Gets the font_metadata of this FullName. # noqa: E501 + - :return: The font_metadata of this FullName. + :return: The font_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this FullName. + """Sets the font_metadata of this FullName. + - :param font_metadata: The font_metadata of this FullName. + :param font_metadata: The font_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1248,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this FullName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this FullName. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this FullName. + :return: The font_size of this FullName. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this FullName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this FullName. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this FullName. + :param font_size: The font_size of this FullName. # noqa: E501 :type: str """ @@ -1092,20 +1271,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this FullName. + """Gets the font_size_metadata of this FullName. # noqa: E501 + - :return: The font_size_metadata of this FullName. + :return: The font_size_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this FullName. + """Sets the font_size_metadata of this FullName. + - :param font_size_metadata: The font_size_metadata of this FullName. + :param font_size_metadata: The font_size_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1113,22 +1292,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this FullName. - + """Gets the form_order of this FullName. # noqa: E501 - :return: The form_order of this FullName. + # noqa: E501 + + :return: The form_order of this FullName. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this FullName. - + """Sets the form_order of this FullName. - :param form_order: The form_order of this FullName. + # noqa: E501 + + :param form_order: The form_order of this FullName. # noqa: E501 :type: str """ @@ -1136,20 +1315,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this FullName. + """Gets the form_order_metadata of this FullName. # noqa: E501 - :return: The form_order_metadata of this FullName. + + :return: The form_order_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this FullName. + """Sets the form_order_metadata of this FullName. + - :param form_order_metadata: The form_order_metadata of this FullName. + :param form_order_metadata: The form_order_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this FullName. - + """Gets the form_page_label of this FullName. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this FullName. + :return: The form_page_label of this FullName. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this FullName. - + """Sets the form_page_label of this FullName. + + # noqa: E501 - :param form_page_label: The form_page_label of this FullName. + :param form_page_label: The form_page_label of this FullName. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this FullName. + """Gets the form_page_label_metadata of this FullName. # noqa: E501 + - :return: The form_page_label_metadata of this FullName. + :return: The form_page_label_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this FullName. + """Sets the form_page_label_metadata of this FullName. - :param form_page_label_metadata: The form_page_label_metadata of this FullName. + + :param form_page_label_metadata: The form_page_label_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this FullName. - + """Gets the form_page_number of this FullName. # noqa: E501 - :return: The form_page_number of this FullName. + # noqa: E501 + + :return: The form_page_number of this FullName. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this FullName. - + """Sets the form_page_number of this FullName. - :param form_page_number: The form_page_number of this FullName. + # noqa: E501 + + :param form_page_number: The form_page_number of this FullName. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this FullName. + """Gets the form_page_number_metadata of this FullName. # noqa: E501 + - :return: The form_page_number_metadata of this FullName. + :return: The form_page_number_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this FullName. + """Sets the form_page_number_metadata of this FullName. + - :param form_page_number_metadata: The form_page_number_metadata of this FullName. + :param form_page_number_metadata: The form_page_number_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this FullName. - Height of the tab in pixels. + """Gets the height of this FullName. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this FullName. + :return: The height of this FullName. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this FullName. - Height of the tab in pixels. + """Sets the height of this FullName. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this FullName. + :param height: The height of this FullName. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this FullName. + """Gets the height_metadata of this FullName. # noqa: E501 - :return: The height_metadata of this FullName. + + :return: The height_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this FullName. + """Sets the height_metadata of this FullName. - :param height_metadata: The height_metadata of this FullName. + + :param height_metadata: The height_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this FullName. - When set to **true**, the information in the tab is italic. + """Gets the italic of this FullName. # noqa: E501 - :return: The italic of this FullName. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this FullName. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this FullName. - When set to **true**, the information in the tab is italic. + """Sets the italic of this FullName. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this FullName. + :param italic: The italic of this FullName. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this FullName. + """Gets the italic_metadata of this FullName. # noqa: E501 + - :return: The italic_metadata of this FullName. + :return: The italic_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this FullName. + """Sets the italic_metadata of this FullName. + - :param italic_metadata: The italic_metadata of this FullName. + :param italic_metadata: The italic_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1333,20 +1512,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this FullName. + """Gets the locale_policy of this FullName. # noqa: E501 + - :return: The locale_policy of this FullName. + :return: The locale_policy of this FullName. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this FullName. + """Sets the locale_policy of this FullName. - :param locale_policy: The locale_policy of this FullName. + + :param locale_policy: The locale_policy of this FullName. # noqa: E501 :type: LocalePolicyTab """ @@ -1354,20 +1533,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this FullName. + """Gets the merge_field of this FullName. # noqa: E501 - :return: The merge_field of this FullName. + + :return: The merge_field of this FullName. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this FullName. + """Sets the merge_field of this FullName. - :param merge_field: The merge_field of this FullName. + + :param merge_field: The merge_field of this FullName. # noqa: E501 :type: MergeField """ @@ -1375,22 +1554,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this FullName. - + """Gets the merge_field_xml of this FullName. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this FullName. + :return: The merge_field_xml of this FullName. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this FullName. - + """Sets the merge_field_xml of this FullName. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this FullName. + :param merge_field_xml: The merge_field_xml of this FullName. # noqa: E501 :type: str """ @@ -1398,22 +1577,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this FullName. - + """Gets the name of this FullName. # noqa: E501 + + # noqa: E501 - :return: The name of this FullName. + :return: The name of this FullName. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this FullName. - + """Sets the name of this FullName. + + # noqa: E501 - :param name: The name of this FullName. + :param name: The name of this FullName. # noqa: E501 :type: str """ @@ -1421,20 +1600,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this FullName. + """Gets the name_metadata of this FullName. # noqa: E501 - :return: The name_metadata of this FullName. + + :return: The name_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this FullName. + """Sets the name_metadata of this FullName. - :param name_metadata: The name_metadata of this FullName. + + :param name_metadata: The name_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1442,22 +1621,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this FullName. - Specifies the page number on which the tab is located. + """Gets the page_number of this FullName. # noqa: E501 - :return: The page_number of this FullName. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this FullName. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this FullName. - Specifies the page number on which the tab is located. + """Sets the page_number of this FullName. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this FullName. + :param page_number: The page_number of this FullName. # noqa: E501 :type: str """ @@ -1465,20 +1644,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this FullName. + """Gets the page_number_metadata of this FullName. # noqa: E501 + - :return: The page_number_metadata of this FullName. + :return: The page_number_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this FullName. + """Sets the page_number_metadata of this FullName. + - :param page_number_metadata: The page_number_metadata of this FullName. + :param page_number_metadata: The page_number_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1665,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this FullName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this FullName. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this FullName. + :return: The recipient_id of this FullName. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this FullName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this FullName. - :param recipient_id: The recipient_id of this FullName. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this FullName. # noqa: E501 :type: str """ @@ -1509,22 +1688,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this FullName. - + """Gets the recipient_id_guid of this FullName. # noqa: E501 - :return: The recipient_id_guid of this FullName. + # noqa: E501 + + :return: The recipient_id_guid of this FullName. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this FullName. - + """Sets the recipient_id_guid of this FullName. - :param recipient_id_guid: The recipient_id_guid of this FullName. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this FullName. # noqa: E501 :type: str """ @@ -1532,20 +1711,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this FullName. + """Gets the recipient_id_guid_metadata of this FullName. # noqa: E501 + - :return: The recipient_id_guid_metadata of this FullName. + :return: The recipient_id_guid_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this FullName. + """Sets the recipient_id_guid_metadata of this FullName. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FullName. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1553,20 +1732,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this FullName. + """Gets the recipient_id_metadata of this FullName. # noqa: E501 + - :return: The recipient_id_metadata of this FullName. + :return: The recipient_id_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this FullName. + """Sets the recipient_id_metadata of this FullName. + - :param recipient_id_metadata: The recipient_id_metadata of this FullName. + :param recipient_id_metadata: The recipient_id_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1574,20 +1753,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this FullName. + """Gets the smart_contract_information of this FullName. # noqa: E501 - :return: The smart_contract_information of this FullName. + + :return: The smart_contract_information of this FullName. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this FullName. + """Sets the smart_contract_information of this FullName. - :param smart_contract_information: The smart_contract_information of this FullName. + + :param smart_contract_information: The smart_contract_information of this FullName. # noqa: E501 :type: SmartContractInformation """ @@ -1595,22 +1774,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this FullName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this FullName. # noqa: E501 - :return: The status of this FullName. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this FullName. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this FullName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this FullName. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this FullName. + :param status: The status of this FullName. # noqa: E501 :type: str """ @@ -1618,20 +1797,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this FullName. + """Gets the status_metadata of this FullName. # noqa: E501 + - :return: The status_metadata of this FullName. + :return: The status_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this FullName. + """Sets the status_metadata of this FullName. + - :param status_metadata: The status_metadata of this FullName. + :param status_metadata: The status_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1639,22 +1818,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this FullName. - + """Gets the tab_group_labels of this FullName. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this FullName. + :return: The tab_group_labels of this FullName. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this FullName. - + """Sets the tab_group_labels of this FullName. - :param tab_group_labels: The tab_group_labels of this FullName. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this FullName. # noqa: E501 :type: list[str] """ @@ -1662,20 +1841,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this FullName. + """Gets the tab_group_labels_metadata of this FullName. # noqa: E501 - :return: The tab_group_labels_metadata of this FullName. + + :return: The tab_group_labels_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this FullName. + """Sets the tab_group_labels_metadata of this FullName. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this FullName. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this FullName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this FullName. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this FullName. + :return: The tab_id of this FullName. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this FullName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this FullName. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this FullName. + :param tab_id: The tab_id of this FullName. # noqa: E501 :type: str """ @@ -1706,20 +1885,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this FullName. + """Gets the tab_id_metadata of this FullName. # noqa: E501 + - :return: The tab_id_metadata of this FullName. + :return: The tab_id_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this FullName. + """Sets the tab_id_metadata of this FullName. + - :param tab_id_metadata: The tab_id_metadata of this FullName. + :param tab_id_metadata: The tab_id_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this FullName. - The label string associated with the tab. + """Gets the tab_label of this FullName. # noqa: E501 - :return: The tab_label of this FullName. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this FullName. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this FullName. - The label string associated with the tab. + """Sets the tab_label of this FullName. - :param tab_label: The tab_label of this FullName. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this FullName. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this FullName. + """Gets the tab_label_metadata of this FullName. # noqa: E501 - :return: The tab_label_metadata of this FullName. + + :return: The tab_label_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this FullName. + """Sets the tab_label_metadata of this FullName. + - :param tab_label_metadata: The tab_label_metadata of this FullName. + :param tab_label_metadata: The tab_label_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this FullName. - + """Gets the tab_order of this FullName. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this FullName. + :return: The tab_order of this FullName. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this FullName. - + """Sets the tab_order of this FullName. + + # noqa: E501 - :param tab_order: The tab_order of this FullName. + :param tab_order: The tab_order of this FullName. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this FullName. + """Gets the tab_order_metadata of this FullName. # noqa: E501 + - :return: The tab_order_metadata of this FullName. + :return: The tab_order_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this FullName. + """Sets the tab_order_metadata of this FullName. - :param tab_order_metadata: The tab_order_metadata of this FullName. + + :param tab_order_metadata: The tab_order_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this FullName. - + """Gets the tab_type of this FullName. # noqa: E501 - :return: The tab_type of this FullName. + # noqa: E501 + + :return: The tab_type of this FullName. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this FullName. - + """Sets the tab_type of this FullName. - :param tab_type: The tab_type of this FullName. + # noqa: E501 + + :param tab_type: The tab_type of this FullName. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this FullName. + """Gets the tab_type_metadata of this FullName. # noqa: E501 + - :return: The tab_type_metadata of this FullName. + :return: The tab_type_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this FullName. + """Sets the tab_type_metadata of this FullName. + - :param tab_type_metadata: The tab_type_metadata of this FullName. + :param tab_type_metadata: The tab_type_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this FullName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this FullName. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this FullName. + :return: The template_locked of this FullName. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this FullName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this FullName. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this FullName. + :param template_locked: The template_locked of this FullName. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this FullName. + """Gets the template_locked_metadata of this FullName. # noqa: E501 - :return: The template_locked_metadata of this FullName. + + :return: The template_locked_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this FullName. + """Sets the template_locked_metadata of this FullName. - :param template_locked_metadata: The template_locked_metadata of this FullName. + + :param template_locked_metadata: The template_locked_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this FullName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this FullName. # noqa: E501 - :return: The template_required of this FullName. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this FullName. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this FullName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this FullName. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this FullName. + :param template_required: The template_required of this FullName. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this FullName. + """Gets the template_required_metadata of this FullName. # noqa: E501 + - :return: The template_required_metadata of this FullName. + :return: The template_required_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this FullName. + """Sets the template_required_metadata of this FullName. + - :param template_required_metadata: The template_required_metadata of this FullName. + :param template_required_metadata: The template_required_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this FullName. - + """Gets the tooltip of this FullName. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this FullName. + :return: The tooltip of this FullName. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this FullName. - + """Sets the tooltip of this FullName. - :param tooltip: The tooltip of this FullName. + # noqa: E501 + + :param tooltip: The tooltip of this FullName. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this FullName. + """Gets the tool_tip_metadata of this FullName. # noqa: E501 - :return: The tool_tip_metadata of this FullName. + + :return: The tool_tip_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this FullName. + """Sets the tool_tip_metadata of this FullName. - :param tool_tip_metadata: The tool_tip_metadata of this FullName. + + :param tool_tip_metadata: The tool_tip_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this FullName. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this FullName. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this FullName. + :return: The underline of this FullName. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this FullName. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this FullName. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this FullName. + :param underline: The underline of this FullName. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this FullName. + """Gets the underline_metadata of this FullName. # noqa: E501 + - :return: The underline_metadata of this FullName. + :return: The underline_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this FullName. + """Sets the underline_metadata of this FullName. + - :param underline_metadata: The underline_metadata of this FullName. + :param underline_metadata: The underline_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this FullName. - Specifies the value of the tab. + """Gets the value of this FullName. # noqa: E501 - :return: The value of this FullName. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this FullName. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this FullName. - Specifies the value of the tab. + """Sets the value of this FullName. - :param value: The value of this FullName. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this FullName. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this FullName. + """Gets the value_metadata of this FullName. # noqa: E501 - :return: The value_metadata of this FullName. + + :return: The value_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this FullName. + """Sets the value_metadata of this FullName. + - :param value_metadata: The value_metadata of this FullName. + :param value_metadata: The value_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this FullName. - Width of the tab in pixels. + """Gets the width of this FullName. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this FullName. + :return: The width of this FullName. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this FullName. - Width of the tab in pixels. + """Sets the width of this FullName. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this FullName. + :param width: The width of this FullName. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this FullName. + """Gets the width_metadata of this FullName. # noqa: E501 + - :return: The width_metadata of this FullName. + :return: The width_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this FullName. + """Sets the width_metadata of this FullName. - :param width_metadata: The width_metadata of this FullName. + + :param width_metadata: The width_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this FullName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this FullName. # noqa: E501 - :return: The x_position of this FullName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this FullName. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this FullName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this FullName. - :param x_position: The x_position of this FullName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this FullName. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this FullName. + """Gets the x_position_metadata of this FullName. # noqa: E501 + - :return: The x_position_metadata of this FullName. + :return: The x_position_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this FullName. + """Sets the x_position_metadata of this FullName. + - :param x_position_metadata: The x_position_metadata of this FullName. + :param x_position_metadata: The x_position_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this FullName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this FullName. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this FullName. + :return: The y_position of this FullName. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this FullName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this FullName. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this FullName. + :param y_position: The y_position of this FullName. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this FullName. + """Gets the y_position_metadata of this FullName. # noqa: E501 - :return: The y_position_metadata of this FullName. + + :return: The y_position_metadata of this FullName. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this FullName. + """Sets the y_position_metadata of this FullName. - :param y_position_metadata: The y_position_metadata of this FullName. + + :param y_position_metadata: The y_position_metadata of this FullName. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(FullName, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, FullName): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/graphics_context.py b/docusign_esign/models/graphics_context.py index 59901369..2b9508d5 100644 --- a/docusign_esign/models/graphics_context.py +++ b/docusign_esign/models/graphics_context.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class GraphicsContext(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, fill_color=None, line_color=None, line_weight=None): - """ - GraphicsContext - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'fill_color': 'str', - 'line_color': 'str', - 'line_weight': 'str' - } - - self.attribute_map = { - 'fill_color': 'fillColor', - 'line_color': 'lineColor', - 'line_weight': 'lineWeight' - } - - self._fill_color = fill_color - self._line_color = line_color - self._line_weight = line_weight + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'fill_color': 'str', + 'line_color': 'str', + 'line_weight': 'str' + } + + attribute_map = { + 'fill_color': 'fillColor', + 'line_color': 'lineColor', + 'line_weight': 'lineWeight' + } + + def __init__(self, fill_color=None, line_color=None, line_weight=None): # noqa: E501 + """GraphicsContext - a model defined in Swagger""" # noqa: E501 + + self._fill_color = None + self._line_color = None + self._line_weight = None + self.discriminator = None + + if fill_color is not None: + self.fill_color = fill_color + if line_color is not None: + self.line_color = line_color + if line_weight is not None: + self.line_weight = line_weight @property def fill_color(self): - """ - Gets the fill_color of this GraphicsContext. - + """Gets the fill_color of this GraphicsContext. # noqa: E501 + + # noqa: E501 - :return: The fill_color of this GraphicsContext. + :return: The fill_color of this GraphicsContext. # noqa: E501 :rtype: str """ return self._fill_color @fill_color.setter def fill_color(self, fill_color): - """ - Sets the fill_color of this GraphicsContext. - + """Sets the fill_color of this GraphicsContext. + + # noqa: E501 - :param fill_color: The fill_color of this GraphicsContext. + :param fill_color: The fill_color of this GraphicsContext. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def fill_color(self, fill_color): @property def line_color(self): - """ - Gets the line_color of this GraphicsContext. - + """Gets the line_color of this GraphicsContext. # noqa: E501 + + # noqa: E501 - :return: The line_color of this GraphicsContext. + :return: The line_color of this GraphicsContext. # noqa: E501 :rtype: str """ return self._line_color @line_color.setter def line_color(self, line_color): - """ - Sets the line_color of this GraphicsContext. - + """Sets the line_color of this GraphicsContext. + + # noqa: E501 - :param line_color: The line_color of this GraphicsContext. + :param line_color: The line_color of this GraphicsContext. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def line_color(self, line_color): @property def line_weight(self): - """ - Gets the line_weight of this GraphicsContext. - + """Gets the line_weight of this GraphicsContext. # noqa: E501 - :return: The line_weight of this GraphicsContext. + # noqa: E501 + + :return: The line_weight of this GraphicsContext. # noqa: E501 :rtype: str """ return self._line_weight @line_weight.setter def line_weight(self, line_weight): - """ - Sets the line_weight of this GraphicsContext. - + """Sets the line_weight of this GraphicsContext. - :param line_weight: The line_weight of this GraphicsContext. + # noqa: E501 + + :param line_weight: The line_weight of this GraphicsContext. # noqa: E501 :type: str """ self._line_weight = line_weight def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(GraphicsContext, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, GraphicsContext): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/group.py b/docusign_esign/models/group.py index f1982ecc..c40b79d8 100644 --- a/docusign_esign/models/group.py +++ b/docusign_esign/models/group.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,69 +11,88 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Group(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, group_id=None, group_name=None, group_type=None, permission_profile_id=None, users=None, users_count=None): - """ - Group - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'group_id': 'str', - 'group_name': 'str', - 'group_type': 'str', - 'permission_profile_id': 'str', - 'users': 'list[UserInfo]', - 'users_count': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'group_id': 'groupId', - 'group_name': 'groupName', - 'group_type': 'groupType', - 'permission_profile_id': 'permissionProfileId', - 'users': 'users', - 'users_count': 'usersCount' - } - - self._error_details = error_details - self._group_id = group_id - self._group_name = group_name - self._group_type = group_type - self._permission_profile_id = permission_profile_id - self._users = users - self._users_count = users_count + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'group_id': 'str', + 'group_name': 'str', + 'group_type': 'str', + 'permission_profile_id': 'str', + 'users': 'list[UserInfo]', + 'users_count': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'group_id': 'groupId', + 'group_name': 'groupName', + 'group_type': 'groupType', + 'permission_profile_id': 'permissionProfileId', + 'users': 'users', + 'users_count': 'usersCount' + } + + def __init__(self, error_details=None, group_id=None, group_name=None, group_type=None, permission_profile_id=None, users=None, users_count=None): # noqa: E501 + """Group - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._group_id = None + self._group_name = None + self._group_type = None + self._permission_profile_id = None + self._users = None + self._users_count = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if group_id is not None: + self.group_id = group_id + if group_name is not None: + self.group_name = group_name + if group_type is not None: + self.group_type = group_type + if permission_profile_id is not None: + self.permission_profile_id = permission_profile_id + if users is not None: + self.users = users + if users_count is not None: + self.users_count = users_count @property def error_details(self): - """ - Gets the error_details of this Group. + """Gets the error_details of this Group. # noqa: E501 - :return: The error_details of this Group. + + :return: The error_details of this Group. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Group. + """Sets the error_details of this Group. - :param error_details: The error_details of this Group. + + :param error_details: The error_details of this Group. # noqa: E501 :type: ErrorDetails """ @@ -81,22 +100,22 @@ def error_details(self, error_details): @property def group_id(self): - """ - Gets the group_id of this Group. - The DocuSign group ID for the group. + """Gets the group_id of this Group. # noqa: E501 + + The DocuSign group ID for the group. # noqa: E501 - :return: The group_id of this Group. + :return: The group_id of this Group. # noqa: E501 :rtype: str """ return self._group_id @group_id.setter def group_id(self, group_id): - """ - Sets the group_id of this Group. - The DocuSign group ID for the group. + """Sets the group_id of this Group. + + The DocuSign group ID for the group. # noqa: E501 - :param group_id: The group_id of this Group. + :param group_id: The group_id of this Group. # noqa: E501 :type: str """ @@ -104,22 +123,22 @@ def group_id(self, group_id): @property def group_name(self): - """ - Gets the group_name of this Group. - The name of the group. + """Gets the group_name of this Group. # noqa: E501 - :return: The group_name of this Group. + The name of the group. # noqa: E501 + + :return: The group_name of this Group. # noqa: E501 :rtype: str """ return self._group_name @group_name.setter def group_name(self, group_name): - """ - Sets the group_name of this Group. - The name of the group. + """Sets the group_name of this Group. + + The name of the group. # noqa: E501 - :param group_name: The group_name of this Group. + :param group_name: The group_name of this Group. # noqa: E501 :type: str """ @@ -127,22 +146,22 @@ def group_name(self, group_name): @property def group_type(self): - """ - Gets the group_type of this Group. - The group type. + """Gets the group_type of this Group. # noqa: E501 + + The group type. # noqa: E501 - :return: The group_type of this Group. + :return: The group_type of this Group. # noqa: E501 :rtype: str """ return self._group_type @group_type.setter def group_type(self, group_type): - """ - Sets the group_type of this Group. - The group type. + """Sets the group_type of this Group. + + The group type. # noqa: E501 - :param group_type: The group_type of this Group. + :param group_type: The group_type of this Group. # noqa: E501 :type: str """ @@ -150,22 +169,22 @@ def group_type(self, group_type): @property def permission_profile_id(self): - """ - Gets the permission_profile_id of this Group. - The ID of the permission profile associated with the group. + """Gets the permission_profile_id of this Group. # noqa: E501 + + The ID of the permission profile associated with the group. # noqa: E501 - :return: The permission_profile_id of this Group. + :return: The permission_profile_id of this Group. # noqa: E501 :rtype: str """ return self._permission_profile_id @permission_profile_id.setter def permission_profile_id(self, permission_profile_id): - """ - Sets the permission_profile_id of this Group. - The ID of the permission profile associated with the group. + """Sets the permission_profile_id of this Group. - :param permission_profile_id: The permission_profile_id of this Group. + The ID of the permission profile associated with the group. # noqa: E501 + + :param permission_profile_id: The permission_profile_id of this Group. # noqa: E501 :type: str """ @@ -173,22 +192,22 @@ def permission_profile_id(self, permission_profile_id): @property def users(self): - """ - Gets the users of this Group. - + """Gets the users of this Group. # noqa: E501 - :return: The users of this Group. + # noqa: E501 + + :return: The users of this Group. # noqa: E501 :rtype: list[UserInfo] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this Group. - + """Sets the users of this Group. - :param users: The users of this Group. + # noqa: E501 + + :param users: The users of this Group. # noqa: E501 :type: list[UserInfo] """ @@ -196,34 +215,32 @@ def users(self, users): @property def users_count(self): - """ - Gets the users_count of this Group. - + """Gets the users_count of this Group. # noqa: E501 + + # noqa: E501 - :return: The users_count of this Group. + :return: The users_count of this Group. # noqa: E501 :rtype: str """ return self._users_count @users_count.setter def users_count(self, users_count): - """ - Sets the users_count of this Group. - + """Sets the users_count of this Group. + + # noqa: E501 - :param users_count: The users_count of this Group. + :param users_count: The users_count of this Group. # noqa: E501 :type: str """ self._users_count = users_count def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Group, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Group): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/group_information.py b/docusign_esign/models/group_information.py index 4bd933af..21143e22 100644 --- a/docusign_esign/models/group_information.py +++ b/docusign_esign/models/group_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class GroupInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, groups=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - GroupInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'groups': 'list[Group]', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'groups': 'groups', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._groups = groups - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'groups': 'list[Group]', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'groups': 'groups', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, groups=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """GroupInformation - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._groups = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if groups is not None: + self.groups = groups + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this GroupInformation. - The last position in the result set. + """Gets the end_position of this GroupInformation. # noqa: E501 - :return: The end_position of this GroupInformation. + The last position in the result set. # noqa: E501 + + :return: The end_position of this GroupInformation. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this GroupInformation. - The last position in the result set. + """Sets the end_position of this GroupInformation. - :param end_position: The end_position of this GroupInformation. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this GroupInformation. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def groups(self): - """ - Gets the groups of this GroupInformation. - A collection group objects containing information about the groups returned. + """Gets the groups of this GroupInformation. # noqa: E501 + + A collection group objects containing information about the groups returned. # noqa: E501 - :return: The groups of this GroupInformation. + :return: The groups of this GroupInformation. # noqa: E501 :rtype: list[Group] """ return self._groups @groups.setter def groups(self, groups): - """ - Sets the groups of this GroupInformation. - A collection group objects containing information about the groups returned. + """Sets the groups of this GroupInformation. + + A collection group objects containing information about the groups returned. # noqa: E501 - :param groups: The groups of this GroupInformation. + :param groups: The groups of this GroupInformation. # noqa: E501 :type: list[Group] """ @@ -106,22 +125,22 @@ def groups(self, groups): @property def next_uri(self): - """ - Gets the next_uri of this GroupInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this GroupInformation. # noqa: E501 - :return: The next_uri of this GroupInformation. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this GroupInformation. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this GroupInformation. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this GroupInformation. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this GroupInformation. + :param next_uri: The next_uri of this GroupInformation. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this GroupInformation. - The postal code for the billing address. + """Gets the previous_uri of this GroupInformation. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this GroupInformation. + :return: The previous_uri of this GroupInformation. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this GroupInformation. - The postal code for the billing address. + """Sets the previous_uri of this GroupInformation. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this GroupInformation. + :param previous_uri: The previous_uri of this GroupInformation. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this GroupInformation. - The number of results returned in this response. + """Gets the result_set_size of this GroupInformation. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this GroupInformation. + :return: The result_set_size of this GroupInformation. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this GroupInformation. - The number of results returned in this response. + """Sets the result_set_size of this GroupInformation. - :param result_set_size: The result_set_size of this GroupInformation. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this GroupInformation. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this GroupInformation. - Starting position of the current result set. + """Gets the start_position of this GroupInformation. # noqa: E501 - :return: The start_position of this GroupInformation. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this GroupInformation. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this GroupInformation. - Starting position of the current result set. + """Sets the start_position of this GroupInformation. - :param start_position: The start_position of this GroupInformation. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this GroupInformation. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this GroupInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this GroupInformation. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this GroupInformation. + :return: The total_set_size of this GroupInformation. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this GroupInformation. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this GroupInformation. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this GroupInformation. + :param total_set_size: The total_set_size of this GroupInformation. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(GroupInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, GroupInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/id_check_configuration.py b/docusign_esign/models/id_check_configuration.py index 6f96bca9..8eb7a080 100644 --- a/docusign_esign/models/id_check_configuration.py +++ b/docusign_esign/models/id_check_configuration.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class IdCheckConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, auth_steps=None, is_default=None, name=None): - """ - IdCheckConfiguration - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'auth_steps': 'list[IdCheckSecurityStep]', - 'is_default': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'auth_steps': 'authSteps', - 'is_default': 'isDefault', - 'name': 'name' - } - - self._auth_steps = auth_steps - self._is_default = is_default - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'auth_steps': 'list[IdCheckSecurityStep]', + 'is_default': 'str', + 'name': 'str' + } + + attribute_map = { + 'auth_steps': 'authSteps', + 'is_default': 'isDefault', + 'name': 'name' + } + + def __init__(self, auth_steps=None, is_default=None, name=None): # noqa: E501 + """IdCheckConfiguration - a model defined in Swagger""" # noqa: E501 + + self._auth_steps = None + self._is_default = None + self._name = None + self.discriminator = None + + if auth_steps is not None: + self.auth_steps = auth_steps + if is_default is not None: + self.is_default = is_default + if name is not None: + self.name = name @property def auth_steps(self): - """ - Gets the auth_steps of this IdCheckConfiguration. - + """Gets the auth_steps of this IdCheckConfiguration. # noqa: E501 + + # noqa: E501 - :return: The auth_steps of this IdCheckConfiguration. + :return: The auth_steps of this IdCheckConfiguration. # noqa: E501 :rtype: list[IdCheckSecurityStep] """ return self._auth_steps @auth_steps.setter def auth_steps(self, auth_steps): - """ - Sets the auth_steps of this IdCheckConfiguration. - + """Sets the auth_steps of this IdCheckConfiguration. + + # noqa: E501 - :param auth_steps: The auth_steps of this IdCheckConfiguration. + :param auth_steps: The auth_steps of this IdCheckConfiguration. # noqa: E501 :type: list[IdCheckSecurityStep] """ @@ -71,22 +82,22 @@ def auth_steps(self, auth_steps): @property def is_default(self): - """ - Gets the is_default of this IdCheckConfiguration. - + """Gets the is_default of this IdCheckConfiguration. # noqa: E501 + + # noqa: E501 - :return: The is_default of this IdCheckConfiguration. + :return: The is_default of this IdCheckConfiguration. # noqa: E501 :rtype: str """ return self._is_default @is_default.setter def is_default(self, is_default): - """ - Sets the is_default of this IdCheckConfiguration. - + """Sets the is_default of this IdCheckConfiguration. + + # noqa: E501 - :param is_default: The is_default of this IdCheckConfiguration. + :param is_default: The is_default of this IdCheckConfiguration. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def is_default(self, is_default): @property def name(self): - """ - Gets the name of this IdCheckConfiguration. - + """Gets the name of this IdCheckConfiguration. # noqa: E501 - :return: The name of this IdCheckConfiguration. + # noqa: E501 + + :return: The name of this IdCheckConfiguration. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this IdCheckConfiguration. - + """Sets the name of this IdCheckConfiguration. - :param name: The name of this IdCheckConfiguration. + # noqa: E501 + + :param name: The name of this IdCheckConfiguration. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(IdCheckConfiguration, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, IdCheckConfiguration): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/id_check_information_input.py b/docusign_esign/models/id_check_information_input.py index 5b12c5f0..849ddf3b 100644 --- a/docusign_esign/models/id_check_information_input.py +++ b/docusign_esign/models/id_check_information_input.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,60 +11,73 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class IdCheckInformationInput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address_information_input=None, dob_information_input=None, ssn4_information_input=None, ssn9_information_input=None): - """ - IdCheckInformationInput - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address_information_input': 'AddressInformationInput', - 'dob_information_input': 'DobInformationInput', - 'ssn4_information_input': 'Ssn4InformationInput', - 'ssn9_information_input': 'Ssn9InformationInput' - } - - self.attribute_map = { - 'address_information_input': 'addressInformationInput', - 'dob_information_input': 'dobInformationInput', - 'ssn4_information_input': 'ssn4InformationInput', - 'ssn9_information_input': 'ssn9InformationInput' - } - self._address_information_input = address_information_input - self._dob_information_input = dob_information_input - self._ssn4_information_input = ssn4_information_input - self._ssn9_information_input = ssn9_information_input + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address_information_input': 'AddressInformationInput', + 'dob_information_input': 'DobInformationInput', + 'ssn4_information_input': 'Ssn4InformationInput', + 'ssn9_information_input': 'Ssn9InformationInput' + } + + attribute_map = { + 'address_information_input': 'addressInformationInput', + 'dob_information_input': 'dobInformationInput', + 'ssn4_information_input': 'ssn4InformationInput', + 'ssn9_information_input': 'ssn9InformationInput' + } + + def __init__(self, address_information_input=None, dob_information_input=None, ssn4_information_input=None, ssn9_information_input=None): # noqa: E501 + """IdCheckInformationInput - a model defined in Swagger""" # noqa: E501 + + self._address_information_input = None + self._dob_information_input = None + self._ssn4_information_input = None + self._ssn9_information_input = None + self.discriminator = None + + if address_information_input is not None: + self.address_information_input = address_information_input + if dob_information_input is not None: + self.dob_information_input = dob_information_input + if ssn4_information_input is not None: + self.ssn4_information_input = ssn4_information_input + if ssn9_information_input is not None: + self.ssn9_information_input = ssn9_information_input @property def address_information_input(self): - """ - Gets the address_information_input of this IdCheckInformationInput. + """Gets the address_information_input of this IdCheckInformationInput. # noqa: E501 - :return: The address_information_input of this IdCheckInformationInput. + + :return: The address_information_input of this IdCheckInformationInput. # noqa: E501 :rtype: AddressInformationInput """ return self._address_information_input @address_information_input.setter def address_information_input(self, address_information_input): - """ - Sets the address_information_input of this IdCheckInformationInput. + """Sets the address_information_input of this IdCheckInformationInput. - :param address_information_input: The address_information_input of this IdCheckInformationInput. + + :param address_information_input: The address_information_input of this IdCheckInformationInput. # noqa: E501 :type: AddressInformationInput """ @@ -72,20 +85,20 @@ def address_information_input(self, address_information_input): @property def dob_information_input(self): - """ - Gets the dob_information_input of this IdCheckInformationInput. + """Gets the dob_information_input of this IdCheckInformationInput. # noqa: E501 + - :return: The dob_information_input of this IdCheckInformationInput. + :return: The dob_information_input of this IdCheckInformationInput. # noqa: E501 :rtype: DobInformationInput """ return self._dob_information_input @dob_information_input.setter def dob_information_input(self, dob_information_input): - """ - Sets the dob_information_input of this IdCheckInformationInput. + """Sets the dob_information_input of this IdCheckInformationInput. + - :param dob_information_input: The dob_information_input of this IdCheckInformationInput. + :param dob_information_input: The dob_information_input of this IdCheckInformationInput. # noqa: E501 :type: DobInformationInput """ @@ -93,20 +106,20 @@ def dob_information_input(self, dob_information_input): @property def ssn4_information_input(self): - """ - Gets the ssn4_information_input of this IdCheckInformationInput. + """Gets the ssn4_information_input of this IdCheckInformationInput. # noqa: E501 + - :return: The ssn4_information_input of this IdCheckInformationInput. + :return: The ssn4_information_input of this IdCheckInformationInput. # noqa: E501 :rtype: Ssn4InformationInput """ return self._ssn4_information_input @ssn4_information_input.setter def ssn4_information_input(self, ssn4_information_input): - """ - Sets the ssn4_information_input of this IdCheckInformationInput. + """Sets the ssn4_information_input of this IdCheckInformationInput. - :param ssn4_information_input: The ssn4_information_input of this IdCheckInformationInput. + + :param ssn4_information_input: The ssn4_information_input of this IdCheckInformationInput. # noqa: E501 :type: Ssn4InformationInput """ @@ -114,32 +127,30 @@ def ssn4_information_input(self, ssn4_information_input): @property def ssn9_information_input(self): - """ - Gets the ssn9_information_input of this IdCheckInformationInput. + """Gets the ssn9_information_input of this IdCheckInformationInput. # noqa: E501 - :return: The ssn9_information_input of this IdCheckInformationInput. + + :return: The ssn9_information_input of this IdCheckInformationInput. # noqa: E501 :rtype: Ssn9InformationInput """ return self._ssn9_information_input @ssn9_information_input.setter def ssn9_information_input(self, ssn9_information_input): - """ - Sets the ssn9_information_input of this IdCheckInformationInput. + """Sets the ssn9_information_input of this IdCheckInformationInput. + - :param ssn9_information_input: The ssn9_information_input of this IdCheckInformationInput. + :param ssn9_information_input: The ssn9_information_input of this IdCheckInformationInput. # noqa: E501 :type: Ssn9InformationInput """ self._ssn9_information_input = ssn9_information_input def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -156,29 +167,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(IdCheckInformationInput, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, IdCheckInformationInput): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/id_check_security_step.py b/docusign_esign/models/id_check_security_step.py index 398e37fa..fa7db892 100644 --- a/docusign_esign/models/id_check_security_step.py +++ b/docusign_esign/models/id_check_security_step.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class IdCheckSecurityStep(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, auth_type=None): - """ - IdCheckSecurityStep - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'auth_type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'auth_type': 'str' + } - self.attribute_map = { - 'auth_type': 'authType' - } + attribute_map = { + 'auth_type': 'authType' + } - self._auth_type = auth_type + def __init__(self, auth_type=None): # noqa: E501 + """IdCheckSecurityStep - a model defined in Swagger""" # noqa: E501 + + self._auth_type = None + self.discriminator = None + + if auth_type is not None: + self.auth_type = auth_type @property def auth_type(self): - """ - Gets the auth_type of this IdCheckSecurityStep. - + """Gets the auth_type of this IdCheckSecurityStep. # noqa: E501 + + # noqa: E501 - :return: The auth_type of this IdCheckSecurityStep. + :return: The auth_type of this IdCheckSecurityStep. # noqa: E501 :rtype: str """ return self._auth_type @auth_type.setter def auth_type(self, auth_type): - """ - Sets the auth_type of this IdCheckSecurityStep. - + """Sets the auth_type of this IdCheckSecurityStep. - :param auth_type: The auth_type of this IdCheckSecurityStep. + # noqa: E501 + + :param auth_type: The auth_type of this IdCheckSecurityStep. # noqa: E501 :type: str """ self._auth_type = auth_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(IdCheckSecurityStep, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, IdCheckSecurityStep): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/in_person_signer.py b/docusign_esign/models/in_person_signer.py index 9bc4ce39..b226f987 100644 --- a/docusign_esign/models/in_person_signer.py +++ b/docusign_esign/models/in_person_signer.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,320 +11,510 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class InPersonSigner(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, host_email=None, host_email_metadata=None, host_name=None, host_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, in_person_signing_type=None, in_person_signing_type_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, notary_host=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, signer_email=None, signer_email_metadata=None, signer_first_name=None, signer_first_name_metadata=None, signer_last_name=None, signer_last_name_metadata=None, signer_name=None, signer_name_metadata=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - InPersonSigner - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'auto_navigation': 'str', - 'can_sign_offline': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'creation_reason': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'default_recipient': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'host_email': 'str', - 'host_email_metadata': 'PropertyMetadata', - 'host_name': 'str', - 'host_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'in_person_signing_type': 'str', - 'in_person_signing_type_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'notary_host': 'NotaryHost', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'offline_attributes': 'OfflineAttributes', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'recipient_supplies_tabs': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'require_signer_certificate': 'str', - 'require_sign_on_paper': 'str', - 'require_upload_signature': 'str', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signature_info': 'RecipientSignatureInformation', - 'signed_date_time': 'str', - 'signer_email': 'str', - 'signer_email_metadata': 'PropertyMetadata', - 'signer_first_name': 'str', - 'signer_first_name_metadata': 'PropertyMetadata', - 'signer_last_name': 'str', - 'signer_last_name_metadata': 'PropertyMetadata', - 'signer_name': 'str', - 'signer_name_metadata': 'PropertyMetadata', - 'sign_in_each_location': 'str', - 'sign_in_each_location_metadata': 'PropertyMetadata', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'auto_navigation': 'autoNavigation', - 'can_sign_offline': 'canSignOffline', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'creation_reason': 'creationReason', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'default_recipient': 'defaultRecipient', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'host_email': 'hostEmail', - 'host_email_metadata': 'hostEmailMetadata', - 'host_name': 'hostName', - 'host_name_metadata': 'hostNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'in_person_signing_type': 'inPersonSigningType', - 'in_person_signing_type_metadata': 'inPersonSigningTypeMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'notary_host': 'notaryHost', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'offline_attributes': 'offlineAttributes', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'recipient_supplies_tabs': 'recipientSuppliesTabs', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'require_signer_certificate': 'requireSignerCertificate', - 'require_sign_on_paper': 'requireSignOnPaper', - 'require_upload_signature': 'requireUploadSignature', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signature_info': 'signatureInfo', - 'signed_date_time': 'signedDateTime', - 'signer_email': 'signerEmail', - 'signer_email_metadata': 'signerEmailMetadata', - 'signer_first_name': 'signerFirstName', - 'signer_first_name_metadata': 'signerFirstNameMetadata', - 'signer_last_name': 'signerLastName', - 'signer_last_name_metadata': 'signerLastNameMetadata', - 'signer_name': 'signerName', - 'signer_name_metadata': 'signerNameMetadata', - 'sign_in_each_location': 'signInEachLocation', - 'sign_in_each_location_metadata': 'signInEachLocationMetadata', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._auto_navigation = auto_navigation - self._can_sign_offline = can_sign_offline - self._client_user_id = client_user_id - self._completed_count = completed_count - self._creation_reason = creation_reason - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._default_recipient = default_recipient - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._host_email = host_email - self._host_email_metadata = host_email_metadata - self._host_name = host_name - self._host_name_metadata = host_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._in_person_signing_type = in_person_signing_type - self._in_person_signing_type_metadata = in_person_signing_type_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._notary_host = notary_host - self._note = note - self._note_metadata = note_metadata - self._offline_attributes = offline_attributes - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_signature_providers = recipient_signature_providers - self._recipient_supplies_tabs = recipient_supplies_tabs - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._require_signer_certificate = require_signer_certificate - self._require_sign_on_paper = require_sign_on_paper - self._require_upload_signature = require_upload_signature - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signature_info = signature_info - self._signed_date_time = signed_date_time - self._signer_email = signer_email - self._signer_email_metadata = signer_email_metadata - self._signer_first_name = signer_first_name - self._signer_first_name_metadata = signer_first_name_metadata - self._signer_last_name = signer_last_name - self._signer_last_name_metadata = signer_last_name_metadata - self._signer_name = signer_name - self._signer_name_metadata = signer_name_metadata - self._sign_in_each_location = sign_in_each_location - self._sign_in_each_location_metadata = sign_in_each_location_metadata - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'auto_navigation': 'str', + 'can_sign_offline': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'creation_reason': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'default_recipient': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'host_email': 'str', + 'host_email_metadata': 'PropertyMetadata', + 'host_name': 'str', + 'host_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'in_person_signing_type': 'str', + 'in_person_signing_type_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'notary_host': 'NotaryHost', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'offline_attributes': 'OfflineAttributes', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'recipient_supplies_tabs': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'require_signer_certificate': 'str', + 'require_sign_on_paper': 'str', + 'require_upload_signature': 'str', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signature_info': 'RecipientSignatureInformation', + 'signed_date_time': 'str', + 'signer_email': 'str', + 'signer_email_metadata': 'PropertyMetadata', + 'signer_first_name': 'str', + 'signer_first_name_metadata': 'PropertyMetadata', + 'signer_last_name': 'str', + 'signer_last_name_metadata': 'PropertyMetadata', + 'signer_name': 'str', + 'signer_name_metadata': 'PropertyMetadata', + 'sign_in_each_location': 'str', + 'sign_in_each_location_metadata': 'PropertyMetadata', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'auto_navigation': 'autoNavigation', + 'can_sign_offline': 'canSignOffline', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'creation_reason': 'creationReason', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'default_recipient': 'defaultRecipient', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'host_email': 'hostEmail', + 'host_email_metadata': 'hostEmailMetadata', + 'host_name': 'hostName', + 'host_name_metadata': 'hostNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'in_person_signing_type': 'inPersonSigningType', + 'in_person_signing_type_metadata': 'inPersonSigningTypeMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'notary_host': 'notaryHost', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'offline_attributes': 'offlineAttributes', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'recipient_supplies_tabs': 'recipientSuppliesTabs', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'require_signer_certificate': 'requireSignerCertificate', + 'require_sign_on_paper': 'requireSignOnPaper', + 'require_upload_signature': 'requireUploadSignature', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signature_info': 'signatureInfo', + 'signed_date_time': 'signedDateTime', + 'signer_email': 'signerEmail', + 'signer_email_metadata': 'signerEmailMetadata', + 'signer_first_name': 'signerFirstName', + 'signer_first_name_metadata': 'signerFirstNameMetadata', + 'signer_last_name': 'signerLastName', + 'signer_last_name_metadata': 'signerLastNameMetadata', + 'signer_name': 'signerName', + 'signer_name_metadata': 'signerNameMetadata', + 'sign_in_each_location': 'signInEachLocation', + 'sign_in_each_location_metadata': 'signInEachLocationMetadata', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, host_email=None, host_email_metadata=None, host_name=None, host_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, in_person_signing_type=None, in_person_signing_type_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, notary_host=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, signer_email=None, signer_email_metadata=None, signer_first_name=None, signer_first_name_metadata=None, signer_last_name=None, signer_last_name_metadata=None, signer_name=None, signer_name_metadata=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """InPersonSigner - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._allow_system_override_for_locked_recipient = None + self._auto_navigation = None + self._can_sign_offline = None + self._client_user_id = None + self._completed_count = None + self._creation_reason = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._default_recipient = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._host_email = None + self._host_email_metadata = None + self._host_name = None + self._host_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._in_person_signing_type = None + self._in_person_signing_type_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._notary_host = None + self._note = None + self._note_metadata = None + self._offline_attributes = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_signature_providers = None + self._recipient_supplies_tabs = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._require_signer_certificate = None + self._require_sign_on_paper = None + self._require_upload_signature = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signature_info = None + self._signed_date_time = None + self._signer_email = None + self._signer_email_metadata = None + self._signer_first_name = None + self._signer_first_name_metadata = None + self._signer_last_name = None + self._signer_last_name_metadata = None + self._signer_name = None + self._signer_name_metadata = None + self._sign_in_each_location = None + self._sign_in_each_location_metadata = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if can_sign_offline is not None: + self.can_sign_offline = can_sign_offline + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if creation_reason is not None: + self.creation_reason = creation_reason + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if default_recipient is not None: + self.default_recipient = default_recipient + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if host_email is not None: + self.host_email = host_email + if host_email_metadata is not None: + self.host_email_metadata = host_email_metadata + if host_name is not None: + self.host_name = host_name + if host_name_metadata is not None: + self.host_name_metadata = host_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if in_person_signing_type is not None: + self.in_person_signing_type = in_person_signing_type + if in_person_signing_type_metadata is not None: + self.in_person_signing_type_metadata = in_person_signing_type_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if notary_host is not None: + self.notary_host = notary_host + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if offline_attributes is not None: + self.offline_attributes = offline_attributes + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if recipient_supplies_tabs is not None: + self.recipient_supplies_tabs = recipient_supplies_tabs + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if require_signer_certificate is not None: + self.require_signer_certificate = require_signer_certificate + if require_sign_on_paper is not None: + self.require_sign_on_paper = require_sign_on_paper + if require_upload_signature is not None: + self.require_upload_signature = require_upload_signature + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signature_info is not None: + self.signature_info = signature_info + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signer_email is not None: + self.signer_email = signer_email + if signer_email_metadata is not None: + self.signer_email_metadata = signer_email_metadata + if signer_first_name is not None: + self.signer_first_name = signer_first_name + if signer_first_name_metadata is not None: + self.signer_first_name_metadata = signer_first_name_metadata + if signer_last_name is not None: + self.signer_last_name = signer_last_name + if signer_last_name_metadata is not None: + self.signer_last_name_metadata = signer_last_name_metadata + if signer_name is not None: + self.signer_name = signer_name + if signer_name_metadata is not None: + self.signer_name_metadata = signer_name_metadata + if sign_in_each_location is not None: + self.sign_in_each_location = sign_in_each_location + if sign_in_each_location_metadata is not None: + self.sign_in_each_location_metadata = sign_in_each_location_metadata + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this InPersonSigner. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this InPersonSigner. # noqa: E501 - :return: The access_code of this InPersonSigner. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this InPersonSigner. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this InPersonSigner. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this InPersonSigner. - :param access_code: The access_code of this InPersonSigner. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this InPersonSigner. # noqa: E501 :type: str """ @@ -332,20 +522,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this InPersonSigner. + """Gets the access_code_metadata of this InPersonSigner. # noqa: E501 - :return: The access_code_metadata of this InPersonSigner. + + :return: The access_code_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this InPersonSigner. + """Sets the access_code_metadata of this InPersonSigner. - :param access_code_metadata: The access_code_metadata of this InPersonSigner. + + :param access_code_metadata: The access_code_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -353,22 +543,22 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this InPersonSigner. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this InPersonSigner. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this InPersonSigner. + :return: The add_access_code_to_email of this InPersonSigner. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this InPersonSigner. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this InPersonSigner. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this InPersonSigner. + :param add_access_code_to_email: The add_access_code_to_email of this InPersonSigner. # noqa: E501 :type: str """ @@ -376,22 +566,22 @@ def add_access_code_to_email(self, add_access_code_to_email): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this InPersonSigner. - + """Gets the allow_system_override_for_locked_recipient of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this InPersonSigner. + :return: The allow_system_override_for_locked_recipient of this InPersonSigner. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this InPersonSigner. - + """Sets the allow_system_override_for_locked_recipient of this InPersonSigner. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this InPersonSigner. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this InPersonSigner. # noqa: E501 :type: str """ @@ -399,22 +589,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def auto_navigation(self): - """ - Gets the auto_navigation of this InPersonSigner. - + """Gets the auto_navigation of this InPersonSigner. # noqa: E501 - :return: The auto_navigation of this InPersonSigner. + # noqa: E501 + + :return: The auto_navigation of this InPersonSigner. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this InPersonSigner. - + """Sets the auto_navigation of this InPersonSigner. - :param auto_navigation: The auto_navigation of this InPersonSigner. + # noqa: E501 + + :param auto_navigation: The auto_navigation of this InPersonSigner. # noqa: E501 :type: str """ @@ -422,22 +612,22 @@ def auto_navigation(self, auto_navigation): @property def can_sign_offline(self): - """ - Gets the can_sign_offline of this InPersonSigner. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Gets the can_sign_offline of this InPersonSigner. # noqa: E501 - :return: The can_sign_offline of this InPersonSigner. + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 + + :return: The can_sign_offline of this InPersonSigner. # noqa: E501 :rtype: str """ return self._can_sign_offline @can_sign_offline.setter def can_sign_offline(self, can_sign_offline): - """ - Sets the can_sign_offline of this InPersonSigner. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Sets the can_sign_offline of this InPersonSigner. + + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 - :param can_sign_offline: The can_sign_offline of this InPersonSigner. + :param can_sign_offline: The can_sign_offline of this InPersonSigner. # noqa: E501 :type: str """ @@ -445,22 +635,22 @@ def can_sign_offline(self, can_sign_offline): @property def client_user_id(self): - """ - Gets the client_user_id of this InPersonSigner. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this InPersonSigner. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this InPersonSigner. + :return: The client_user_id of this InPersonSigner. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this InPersonSigner. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this InPersonSigner. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this InPersonSigner. + :param client_user_id: The client_user_id of this InPersonSigner. # noqa: E501 :type: str """ @@ -468,22 +658,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this InPersonSigner. - + """Gets the completed_count of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this InPersonSigner. + :return: The completed_count of this InPersonSigner. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this InPersonSigner. - + """Sets the completed_count of this InPersonSigner. + + # noqa: E501 - :param completed_count: The completed_count of this InPersonSigner. + :param completed_count: The completed_count of this InPersonSigner. # noqa: E501 :type: str """ @@ -491,22 +681,22 @@ def completed_count(self, completed_count): @property def creation_reason(self): - """ - Gets the creation_reason of this InPersonSigner. - + """Gets the creation_reason of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The creation_reason of this InPersonSigner. + :return: The creation_reason of this InPersonSigner. # noqa: E501 :rtype: str """ return self._creation_reason @creation_reason.setter def creation_reason(self, creation_reason): - """ - Sets the creation_reason of this InPersonSigner. - + """Sets the creation_reason of this InPersonSigner. + + # noqa: E501 - :param creation_reason: The creation_reason of this InPersonSigner. + :param creation_reason: The creation_reason of this InPersonSigner. # noqa: E501 :type: str """ @@ -514,22 +704,22 @@ def creation_reason(self, creation_reason): @property def custom_fields(self): - """ - Gets the custom_fields of this InPersonSigner. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this InPersonSigner. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this InPersonSigner. + :return: The custom_fields of this InPersonSigner. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this InPersonSigner. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this InPersonSigner. - :param custom_fields: The custom_fields of this InPersonSigner. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :param custom_fields: The custom_fields of this InPersonSigner. # noqa: E501 :type: list[str] """ @@ -537,22 +727,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this InPersonSigner. - The date and time the recipient declined the document. + """Gets the declined_date_time of this InPersonSigner. # noqa: E501 - :return: The declined_date_time of this InPersonSigner. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this InPersonSigner. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this InPersonSigner. - The date and time the recipient declined the document. + """Sets the declined_date_time of this InPersonSigner. - :param declined_date_time: The declined_date_time of this InPersonSigner. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this InPersonSigner. # noqa: E501 :type: str """ @@ -560,22 +750,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this InPersonSigner. - The reason the recipient declined the document. + """Gets the declined_reason of this InPersonSigner. # noqa: E501 - :return: The declined_reason of this InPersonSigner. + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this InPersonSigner. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this InPersonSigner. - The reason the recipient declined the document. + """Sets the declined_reason of this InPersonSigner. - :param declined_reason: The declined_reason of this InPersonSigner. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this InPersonSigner. # noqa: E501 :type: str """ @@ -583,22 +773,22 @@ def declined_reason(self, declined_reason): @property def default_recipient(self): - """ - Gets the default_recipient of this InPersonSigner. - + """Gets the default_recipient of this InPersonSigner. # noqa: E501 - :return: The default_recipient of this InPersonSigner. + # noqa: E501 + + :return: The default_recipient of this InPersonSigner. # noqa: E501 :rtype: str """ return self._default_recipient @default_recipient.setter def default_recipient(self, default_recipient): - """ - Sets the default_recipient of this InPersonSigner. - + """Sets the default_recipient of this InPersonSigner. - :param default_recipient: The default_recipient of this InPersonSigner. + # noqa: E501 + + :param default_recipient: The default_recipient of this InPersonSigner. # noqa: E501 :type: str """ @@ -606,22 +796,22 @@ def default_recipient(self, default_recipient): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this InPersonSigner. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this InPersonSigner. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this InPersonSigner. + :return: The delivered_date_time of this InPersonSigner. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this InPersonSigner. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this InPersonSigner. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this InPersonSigner. + :param delivered_date_time: The delivered_date_time of this InPersonSigner. # noqa: E501 :type: str """ @@ -629,22 +819,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this InPersonSigner. - Reserved: For DocuSign use only. + """Gets the delivery_method of this InPersonSigner. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this InPersonSigner. + :return: The delivery_method of this InPersonSigner. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this InPersonSigner. - Reserved: For DocuSign use only. + """Sets the delivery_method of this InPersonSigner. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this InPersonSigner. + :param delivery_method: The delivery_method of this InPersonSigner. # noqa: E501 :type: str """ @@ -652,20 +842,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this InPersonSigner. + """Gets the delivery_method_metadata of this InPersonSigner. # noqa: E501 + - :return: The delivery_method_metadata of this InPersonSigner. + :return: The delivery_method_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this InPersonSigner. + """Sets the delivery_method_metadata of this InPersonSigner. + - :param delivery_method_metadata: The delivery_method_metadata of this InPersonSigner. + :param delivery_method_metadata: The delivery_method_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -673,22 +863,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this InPersonSigner. - + """Gets the designator_id of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this InPersonSigner. + :return: The designator_id of this InPersonSigner. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this InPersonSigner. - + """Sets the designator_id of this InPersonSigner. + + # noqa: E501 - :param designator_id: The designator_id of this InPersonSigner. + :param designator_id: The designator_id of this InPersonSigner. # noqa: E501 :type: str """ @@ -696,22 +886,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this InPersonSigner. - + """Gets the designator_id_guid of this InPersonSigner. # noqa: E501 - :return: The designator_id_guid of this InPersonSigner. + # noqa: E501 + + :return: The designator_id_guid of this InPersonSigner. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this InPersonSigner. - + """Sets the designator_id_guid of this InPersonSigner. - :param designator_id_guid: The designator_id_guid of this InPersonSigner. + # noqa: E501 + + :param designator_id_guid: The designator_id_guid of this InPersonSigner. # noqa: E501 :type: str """ @@ -719,22 +909,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this InPersonSigner. - + """Gets the document_visibility of this InPersonSigner. # noqa: E501 - :return: The document_visibility of this InPersonSigner. + # noqa: E501 + + :return: The document_visibility of this InPersonSigner. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this InPersonSigner. - + """Sets the document_visibility of this InPersonSigner. - :param document_visibility: The document_visibility of this InPersonSigner. + # noqa: E501 + + :param document_visibility: The document_visibility of this InPersonSigner. # noqa: E501 :type: list[DocumentVisibility] """ @@ -742,22 +932,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this InPersonSigner. - + """Gets the email of this InPersonSigner. # noqa: E501 - :return: The email of this InPersonSigner. + # noqa: E501 + + :return: The email of this InPersonSigner. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this InPersonSigner. - + """Sets the email of this InPersonSigner. - :param email: The email of this InPersonSigner. + # noqa: E501 + + :param email: The email of this InPersonSigner. # noqa: E501 :type: str """ @@ -765,20 +955,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this InPersonSigner. + """Gets the email_metadata of this InPersonSigner. # noqa: E501 - :return: The email_metadata of this InPersonSigner. + + :return: The email_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this InPersonSigner. + """Sets the email_metadata of this InPersonSigner. + - :param email_metadata: The email_metadata of this InPersonSigner. + :param email_metadata: The email_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -786,20 +976,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this InPersonSigner. + """Gets the email_notification of this InPersonSigner. # noqa: E501 + - :return: The email_notification of this InPersonSigner. + :return: The email_notification of this InPersonSigner. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this InPersonSigner. + """Sets the email_notification of this InPersonSigner. + - :param email_notification: The email_notification of this InPersonSigner. + :param email_notification: The email_notification of this InPersonSigner. # noqa: E501 :type: RecipientEmailNotification """ @@ -807,22 +997,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this InPersonSigner. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this InPersonSigner. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this InPersonSigner. + :return: The embedded_recipient_start_url of this InPersonSigner. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this InPersonSigner. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this InPersonSigner. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this InPersonSigner. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this InPersonSigner. # noqa: E501 :type: str """ @@ -830,20 +1020,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this InPersonSigner. + """Gets the error_details of this InPersonSigner. # noqa: E501 + - :return: The error_details of this InPersonSigner. + :return: The error_details of this InPersonSigner. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this InPersonSigner. + """Sets the error_details of this InPersonSigner. + - :param error_details: The error_details of this InPersonSigner. + :param error_details: The error_details of this InPersonSigner. # noqa: E501 :type: ErrorDetails """ @@ -851,22 +1041,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this InPersonSigner. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this InPersonSigner. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this InPersonSigner. + :return: The excluded_documents of this InPersonSigner. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this InPersonSigner. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this InPersonSigner. - :param excluded_documents: The excluded_documents of this InPersonSigner. + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 + + :param excluded_documents: The excluded_documents of this InPersonSigner. # noqa: E501 :type: list[str] """ @@ -874,22 +1064,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this InPersonSigner. - Reserved: + """Gets the fax_number of this InPersonSigner. # noqa: E501 - :return: The fax_number of this InPersonSigner. + Reserved: # noqa: E501 + + :return: The fax_number of this InPersonSigner. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this InPersonSigner. - Reserved: + """Sets the fax_number of this InPersonSigner. - :param fax_number: The fax_number of this InPersonSigner. + Reserved: # noqa: E501 + + :param fax_number: The fax_number of this InPersonSigner. # noqa: E501 :type: str """ @@ -897,20 +1087,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this InPersonSigner. + """Gets the fax_number_metadata of this InPersonSigner. # noqa: E501 - :return: The fax_number_metadata of this InPersonSigner. + + :return: The fax_number_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this InPersonSigner. + """Sets the fax_number_metadata of this InPersonSigner. - :param fax_number_metadata: The fax_number_metadata of this InPersonSigner. + + :param fax_number_metadata: The fax_number_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -918,22 +1108,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def host_email(self): - """ - Gets the host_email of this InPersonSigner. - + """Gets the host_email of this InPersonSigner. # noqa: E501 - :return: The host_email of this InPersonSigner. + # noqa: E501 + + :return: The host_email of this InPersonSigner. # noqa: E501 :rtype: str """ return self._host_email @host_email.setter def host_email(self, host_email): - """ - Sets the host_email of this InPersonSigner. - + """Sets the host_email of this InPersonSigner. - :param host_email: The host_email of this InPersonSigner. + # noqa: E501 + + :param host_email: The host_email of this InPersonSigner. # noqa: E501 :type: str """ @@ -941,20 +1131,20 @@ def host_email(self, host_email): @property def host_email_metadata(self): - """ - Gets the host_email_metadata of this InPersonSigner. + """Gets the host_email_metadata of this InPersonSigner. # noqa: E501 + - :return: The host_email_metadata of this InPersonSigner. + :return: The host_email_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._host_email_metadata @host_email_metadata.setter def host_email_metadata(self, host_email_metadata): - """ - Sets the host_email_metadata of this InPersonSigner. + """Sets the host_email_metadata of this InPersonSigner. + - :param host_email_metadata: The host_email_metadata of this InPersonSigner. + :param host_email_metadata: The host_email_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -962,22 +1152,22 @@ def host_email_metadata(self, host_email_metadata): @property def host_name(self): - """ - Gets the host_name of this InPersonSigner. - Specifies the name of the signing host. It is a required element for In Person Signers recipient Type. Maximum Length: 100 characters. + """Gets the host_name of this InPersonSigner. # noqa: E501 + + Specifies the name of the signing host. It is a required element for In Person Signers recipient Type. Maximum Length: 100 characters. # noqa: E501 - :return: The host_name of this InPersonSigner. + :return: The host_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._host_name @host_name.setter def host_name(self, host_name): - """ - Sets the host_name of this InPersonSigner. - Specifies the name of the signing host. It is a required element for In Person Signers recipient Type. Maximum Length: 100 characters. + """Sets the host_name of this InPersonSigner. + + Specifies the name of the signing host. It is a required element for In Person Signers recipient Type. Maximum Length: 100 characters. # noqa: E501 - :param host_name: The host_name of this InPersonSigner. + :param host_name: The host_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -985,20 +1175,20 @@ def host_name(self, host_name): @property def host_name_metadata(self): - """ - Gets the host_name_metadata of this InPersonSigner. + """Gets the host_name_metadata of this InPersonSigner. # noqa: E501 + - :return: The host_name_metadata of this InPersonSigner. + :return: The host_name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._host_name_metadata @host_name_metadata.setter def host_name_metadata(self, host_name_metadata): - """ - Sets the host_name_metadata of this InPersonSigner. + """Sets the host_name_metadata of this InPersonSigner. + - :param host_name_metadata: The host_name_metadata of this InPersonSigner. + :param host_name_metadata: The host_name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1006,22 +1196,22 @@ def host_name_metadata(self, host_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this InPersonSigner. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this InPersonSigner. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this InPersonSigner. + :return: The id_check_configuration_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this InPersonSigner. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this InPersonSigner. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this InPersonSigner. + :param id_check_configuration_name: The id_check_configuration_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1029,20 +1219,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this InPersonSigner. + """Gets the id_check_configuration_name_metadata of this InPersonSigner. # noqa: E501 - :return: The id_check_configuration_name_metadata of this InPersonSigner. + + :return: The id_check_configuration_name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this InPersonSigner. + """Sets the id_check_configuration_name_metadata of this InPersonSigner. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this InPersonSigner. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1050,43 +1240,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this InPersonSigner. + """Gets the id_check_information_input of this InPersonSigner. # noqa: E501 - :return: The id_check_information_input of this InPersonSigner. + + :return: The id_check_information_input of this InPersonSigner. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this InPersonSigner. + """Sets the id_check_information_input of this InPersonSigner. + - :param id_check_information_input: The id_check_information_input of this InPersonSigner. + :param id_check_information_input: The id_check_information_input of this InPersonSigner. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this InPersonSigner. # noqa: E501 + + + :return: The identity_verification of this InPersonSigner. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this InPersonSigner. + + + :param identity_verification: The identity_verification of this InPersonSigner. # noqa: E501 + :type: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this InPersonSigner. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. - :return: The inherit_email_notification_configuration of this InPersonSigner. + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this InPersonSigner. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this InPersonSigner. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this InPersonSigner. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this InPersonSigner. - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this InPersonSigner. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this InPersonSigner. # noqa: E501 :type: str """ @@ -1094,22 +1305,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def in_person_signing_type(self): - """ - Gets the in_person_signing_type of this InPersonSigner. - + """Gets the in_person_signing_type of this InPersonSigner. # noqa: E501 - :return: The in_person_signing_type of this InPersonSigner. + # noqa: E501 + + :return: The in_person_signing_type of this InPersonSigner. # noqa: E501 :rtype: str """ return self._in_person_signing_type @in_person_signing_type.setter def in_person_signing_type(self, in_person_signing_type): - """ - Sets the in_person_signing_type of this InPersonSigner. - + """Sets the in_person_signing_type of this InPersonSigner. - :param in_person_signing_type: The in_person_signing_type of this InPersonSigner. + # noqa: E501 + + :param in_person_signing_type: The in_person_signing_type of this InPersonSigner. # noqa: E501 :type: str """ @@ -1117,20 +1328,20 @@ def in_person_signing_type(self, in_person_signing_type): @property def in_person_signing_type_metadata(self): - """ - Gets the in_person_signing_type_metadata of this InPersonSigner. + """Gets the in_person_signing_type_metadata of this InPersonSigner. # noqa: E501 - :return: The in_person_signing_type_metadata of this InPersonSigner. + + :return: The in_person_signing_type_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._in_person_signing_type_metadata @in_person_signing_type_metadata.setter def in_person_signing_type_metadata(self, in_person_signing_type_metadata): - """ - Sets the in_person_signing_type_metadata of this InPersonSigner. + """Sets the in_person_signing_type_metadata of this InPersonSigner. + - :param in_person_signing_type_metadata: The in_person_signing_type_metadata of this InPersonSigner. + :param in_person_signing_type_metadata: The in_person_signing_type_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1138,22 +1349,22 @@ def in_person_signing_type_metadata(self, in_person_signing_type_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this InPersonSigner. - + """Gets the locked_recipient_phone_auth_editable of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this InPersonSigner. + :return: The locked_recipient_phone_auth_editable of this InPersonSigner. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this InPersonSigner. - + """Sets the locked_recipient_phone_auth_editable of this InPersonSigner. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this InPersonSigner. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this InPersonSigner. # noqa: E501 :type: str """ @@ -1161,22 +1372,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this InPersonSigner. - + """Gets the locked_recipient_sms_editable of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this InPersonSigner. + :return: The locked_recipient_sms_editable of this InPersonSigner. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this InPersonSigner. - + """Sets the locked_recipient_sms_editable of this InPersonSigner. + + # noqa: E501 - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this InPersonSigner. + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this InPersonSigner. # noqa: E501 :type: str """ @@ -1184,22 +1395,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this InPersonSigner. - + """Gets the name of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The name of this InPersonSigner. + :return: The name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this InPersonSigner. - + """Sets the name of this InPersonSigner. + + # noqa: E501 - :param name: The name of this InPersonSigner. + :param name: The name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1207,20 +1418,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this InPersonSigner. + """Gets the name_metadata of this InPersonSigner. # noqa: E501 + - :return: The name_metadata of this InPersonSigner. + :return: The name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this InPersonSigner. + """Sets the name_metadata of this InPersonSigner. - :param name_metadata: The name_metadata of this InPersonSigner. + + :param name_metadata: The name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1228,20 +1439,20 @@ def name_metadata(self, name_metadata): @property def notary_host(self): - """ - Gets the notary_host of this InPersonSigner. + """Gets the notary_host of this InPersonSigner. # noqa: E501 - :return: The notary_host of this InPersonSigner. + + :return: The notary_host of this InPersonSigner. # noqa: E501 :rtype: NotaryHost """ return self._notary_host @notary_host.setter def notary_host(self, notary_host): - """ - Sets the notary_host of this InPersonSigner. + """Sets the notary_host of this InPersonSigner. - :param notary_host: The notary_host of this InPersonSigner. + + :param notary_host: The notary_host of this InPersonSigner. # noqa: E501 :type: NotaryHost """ @@ -1249,22 +1460,22 @@ def notary_host(self, notary_host): @property def note(self): - """ - Gets the note of this InPersonSigner. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this InPersonSigner. # noqa: E501 - :return: The note of this InPersonSigner. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :return: The note of this InPersonSigner. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this InPersonSigner. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this InPersonSigner. - :param note: The note of this InPersonSigner. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :param note: The note of this InPersonSigner. # noqa: E501 :type: str """ @@ -1272,20 +1483,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this InPersonSigner. + """Gets the note_metadata of this InPersonSigner. # noqa: E501 - :return: The note_metadata of this InPersonSigner. + + :return: The note_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this InPersonSigner. + """Sets the note_metadata of this InPersonSigner. - :param note_metadata: The note_metadata of this InPersonSigner. + + :param note_metadata: The note_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1293,20 +1504,20 @@ def note_metadata(self, note_metadata): @property def offline_attributes(self): - """ - Gets the offline_attributes of this InPersonSigner. + """Gets the offline_attributes of this InPersonSigner. # noqa: E501 + - :return: The offline_attributes of this InPersonSigner. + :return: The offline_attributes of this InPersonSigner. # noqa: E501 :rtype: OfflineAttributes """ return self._offline_attributes @offline_attributes.setter def offline_attributes(self, offline_attributes): - """ - Sets the offline_attributes of this InPersonSigner. + """Sets the offline_attributes of this InPersonSigner. + - :param offline_attributes: The offline_attributes of this InPersonSigner. + :param offline_attributes: The offline_attributes of this InPersonSigner. # noqa: E501 :type: OfflineAttributes """ @@ -1314,20 +1525,20 @@ def offline_attributes(self, offline_attributes): @property def phone_authentication(self): - """ - Gets the phone_authentication of this InPersonSigner. + """Gets the phone_authentication of this InPersonSigner. # noqa: E501 + - :return: The phone_authentication of this InPersonSigner. + :return: The phone_authentication of this InPersonSigner. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this InPersonSigner. + """Sets the phone_authentication of this InPersonSigner. + - :param phone_authentication: The phone_authentication of this InPersonSigner. + :param phone_authentication: The phone_authentication of this InPersonSigner. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1335,22 +1546,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this InPersonSigner. - Reserved: + """Gets the recipient_attachments of this InPersonSigner. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this InPersonSigner. + :return: The recipient_attachments of this InPersonSigner. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this InPersonSigner. - Reserved: + """Sets the recipient_attachments of this InPersonSigner. + + Reserved: # noqa: E501 - :param recipient_attachments: The recipient_attachments of this InPersonSigner. + :param recipient_attachments: The recipient_attachments of this InPersonSigner. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1358,20 +1569,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this InPersonSigner. + """Gets the recipient_authentication_status of this InPersonSigner. # noqa: E501 + - :return: The recipient_authentication_status of this InPersonSigner. + :return: The recipient_authentication_status of this InPersonSigner. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this InPersonSigner. + """Sets the recipient_authentication_status of this InPersonSigner. + - :param recipient_authentication_status: The recipient_authentication_status of this InPersonSigner. + :param recipient_authentication_status: The recipient_authentication_status of this InPersonSigner. # noqa: E501 :type: AuthenticationStatus """ @@ -1379,22 +1590,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this InPersonSigner. - + """Gets the recipient_feature_metadata of this InPersonSigner. # noqa: E501 - :return: The recipient_feature_metadata of this InPersonSigner. + # noqa: E501 + + :return: The recipient_feature_metadata of this InPersonSigner. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this InPersonSigner. - + """Sets the recipient_feature_metadata of this InPersonSigner. - :param recipient_feature_metadata: The recipient_feature_metadata of this InPersonSigner. + # noqa: E501 + + :param recipient_feature_metadata: The recipient_feature_metadata of this InPersonSigner. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1402,22 +1613,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this InPersonSigner. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this InPersonSigner. # noqa: E501 - :return: The recipient_id of this InPersonSigner. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this InPersonSigner. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this InPersonSigner. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this InPersonSigner. - :param recipient_id: The recipient_id of this InPersonSigner. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this InPersonSigner. # noqa: E501 :type: str """ @@ -1425,22 +1636,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this InPersonSigner. - + """Gets the recipient_id_guid of this InPersonSigner. # noqa: E501 - :return: The recipient_id_guid of this InPersonSigner. + # noqa: E501 + + :return: The recipient_id_guid of this InPersonSigner. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this InPersonSigner. - + """Sets the recipient_id_guid of this InPersonSigner. - :param recipient_id_guid: The recipient_id_guid of this InPersonSigner. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this InPersonSigner. # noqa: E501 :type: str """ @@ -1448,22 +1659,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this InPersonSigner. - + """Gets the recipient_signature_providers of this InPersonSigner. # noqa: E501 - :return: The recipient_signature_providers of this InPersonSigner. + # noqa: E501 + + :return: The recipient_signature_providers of this InPersonSigner. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this InPersonSigner. - + """Sets the recipient_signature_providers of this InPersonSigner. + + # noqa: E501 - :param recipient_signature_providers: The recipient_signature_providers of this InPersonSigner. + :param recipient_signature_providers: The recipient_signature_providers of this InPersonSigner. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -1471,22 +1682,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def recipient_supplies_tabs(self): - """ - Gets the recipient_supplies_tabs of this InPersonSigner. - + """Gets the recipient_supplies_tabs of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The recipient_supplies_tabs of this InPersonSigner. + :return: The recipient_supplies_tabs of this InPersonSigner. # noqa: E501 :rtype: str """ return self._recipient_supplies_tabs @recipient_supplies_tabs.setter def recipient_supplies_tabs(self, recipient_supplies_tabs): - """ - Sets the recipient_supplies_tabs of this InPersonSigner. - + """Sets the recipient_supplies_tabs of this InPersonSigner. + + # noqa: E501 - :param recipient_supplies_tabs: The recipient_supplies_tabs of this InPersonSigner. + :param recipient_supplies_tabs: The recipient_supplies_tabs of this InPersonSigner. # noqa: E501 :type: str """ @@ -1494,22 +1705,22 @@ def recipient_supplies_tabs(self, recipient_supplies_tabs): @property def recipient_type(self): - """ - Gets the recipient_type of this InPersonSigner. - + """Gets the recipient_type of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The recipient_type of this InPersonSigner. + :return: The recipient_type of this InPersonSigner. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this InPersonSigner. - + """Sets the recipient_type of this InPersonSigner. + + # noqa: E501 - :param recipient_type: The recipient_type of this InPersonSigner. + :param recipient_type: The recipient_type of this InPersonSigner. # noqa: E501 :type: str """ @@ -1517,20 +1728,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this InPersonSigner. + """Gets the recipient_type_metadata of this InPersonSigner. # noqa: E501 + - :return: The recipient_type_metadata of this InPersonSigner. + :return: The recipient_type_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this InPersonSigner. + """Sets the recipient_type_metadata of this InPersonSigner. + - :param recipient_type_metadata: The recipient_type_metadata of this InPersonSigner. + :param recipient_type_metadata: The recipient_type_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1538,22 +1749,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this InPersonSigner. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this InPersonSigner. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this InPersonSigner. + :return: The require_id_lookup of this InPersonSigner. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this InPersonSigner. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this InPersonSigner. - :param require_id_lookup: The require_id_lookup of this InPersonSigner. + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :param require_id_lookup: The require_id_lookup of this InPersonSigner. # noqa: E501 :type: str """ @@ -1561,20 +1772,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this InPersonSigner. + """Gets the require_id_lookup_metadata of this InPersonSigner. # noqa: E501 - :return: The require_id_lookup_metadata of this InPersonSigner. + + :return: The require_id_lookup_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this InPersonSigner. + """Sets the require_id_lookup_metadata of this InPersonSigner. - :param require_id_lookup_metadata: The require_id_lookup_metadata of this InPersonSigner. + + :param require_id_lookup_metadata: The require_id_lookup_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1582,22 +1793,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def require_signer_certificate(self): - """ - Gets the require_signer_certificate of this InPersonSigner. - + """Gets the require_signer_certificate of this InPersonSigner. # noqa: E501 - :return: The require_signer_certificate of this InPersonSigner. + # noqa: E501 + + :return: The require_signer_certificate of this InPersonSigner. # noqa: E501 :rtype: str """ return self._require_signer_certificate @require_signer_certificate.setter def require_signer_certificate(self, require_signer_certificate): - """ - Sets the require_signer_certificate of this InPersonSigner. - + """Sets the require_signer_certificate of this InPersonSigner. - :param require_signer_certificate: The require_signer_certificate of this InPersonSigner. + # noqa: E501 + + :param require_signer_certificate: The require_signer_certificate of this InPersonSigner. # noqa: E501 :type: str """ @@ -1605,22 +1816,22 @@ def require_signer_certificate(self, require_signer_certificate): @property def require_sign_on_paper(self): - """ - Gets the require_sign_on_paper of this InPersonSigner. - + """Gets the require_sign_on_paper of this InPersonSigner. # noqa: E501 - :return: The require_sign_on_paper of this InPersonSigner. + # noqa: E501 + + :return: The require_sign_on_paper of this InPersonSigner. # noqa: E501 :rtype: str """ return self._require_sign_on_paper @require_sign_on_paper.setter def require_sign_on_paper(self, require_sign_on_paper): - """ - Sets the require_sign_on_paper of this InPersonSigner. - + """Sets the require_sign_on_paper of this InPersonSigner. - :param require_sign_on_paper: The require_sign_on_paper of this InPersonSigner. + # noqa: E501 + + :param require_sign_on_paper: The require_sign_on_paper of this InPersonSigner. # noqa: E501 :type: str """ @@ -1628,22 +1839,22 @@ def require_sign_on_paper(self, require_sign_on_paper): @property def require_upload_signature(self): - """ - Gets the require_upload_signature of this InPersonSigner. - + """Gets the require_upload_signature of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The require_upload_signature of this InPersonSigner. + :return: The require_upload_signature of this InPersonSigner. # noqa: E501 :rtype: str """ return self._require_upload_signature @require_upload_signature.setter def require_upload_signature(self, require_upload_signature): - """ - Sets the require_upload_signature of this InPersonSigner. - + """Sets the require_upload_signature of this InPersonSigner. + + # noqa: E501 - :param require_upload_signature: The require_upload_signature of this InPersonSigner. + :param require_upload_signature: The require_upload_signature of this InPersonSigner. # noqa: E501 :type: str """ @@ -1651,22 +1862,22 @@ def require_upload_signature(self, require_upload_signature): @property def role_name(self): - """ - Gets the role_name of this InPersonSigner. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this InPersonSigner. # noqa: E501 + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :return: The role_name of this InPersonSigner. + :return: The role_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this InPersonSigner. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this InPersonSigner. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this InPersonSigner. + :param role_name: The role_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1674,22 +1885,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this InPersonSigner. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this InPersonSigner. # noqa: E501 - :return: The routing_order of this InPersonSigner. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :return: The routing_order of this InPersonSigner. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this InPersonSigner. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this InPersonSigner. - :param routing_order: The routing_order of this InPersonSigner. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this InPersonSigner. # noqa: E501 :type: str """ @@ -1697,20 +1908,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this InPersonSigner. + """Gets the routing_order_metadata of this InPersonSigner. # noqa: E501 - :return: The routing_order_metadata of this InPersonSigner. + + :return: The routing_order_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this InPersonSigner. + """Sets the routing_order_metadata of this InPersonSigner. + - :param routing_order_metadata: The routing_order_metadata of this InPersonSigner. + :param routing_order_metadata: The routing_order_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1718,22 +1929,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this InPersonSigner. - The date and time the envelope was sent. + """Gets the sent_date_time of this InPersonSigner. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this InPersonSigner. + :return: The sent_date_time of this InPersonSigner. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this InPersonSigner. - The date and time the envelope was sent. + """Sets the sent_date_time of this InPersonSigner. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this InPersonSigner. + :param sent_date_time: The sent_date_time of this InPersonSigner. # noqa: E501 :type: str """ @@ -1741,20 +1952,20 @@ def sent_date_time(self, sent_date_time): @property def signature_info(self): - """ - Gets the signature_info of this InPersonSigner. + """Gets the signature_info of this InPersonSigner. # noqa: E501 + - :return: The signature_info of this InPersonSigner. + :return: The signature_info of this InPersonSigner. # noqa: E501 :rtype: RecipientSignatureInformation """ return self._signature_info @signature_info.setter def signature_info(self, signature_info): - """ - Sets the signature_info of this InPersonSigner. + """Sets the signature_info of this InPersonSigner. + - :param signature_info: The signature_info of this InPersonSigner. + :param signature_info: The signature_info of this InPersonSigner. # noqa: E501 :type: RecipientSignatureInformation """ @@ -1762,22 +1973,22 @@ def signature_info(self, signature_info): @property def signed_date_time(self): - """ - Gets the signed_date_time of this InPersonSigner. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this InPersonSigner. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this InPersonSigner. + :return: The signed_date_time of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this InPersonSigner. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this InPersonSigner. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this InPersonSigner. + :param signed_date_time: The signed_date_time of this InPersonSigner. # noqa: E501 :type: str """ @@ -1785,22 +1996,22 @@ def signed_date_time(self, signed_date_time): @property def signer_email(self): - """ - Gets the signer_email of this InPersonSigner. - The email address for an InPersonSigner recipient Type. Maximum Length: 100 characters. + """Gets the signer_email of this InPersonSigner. # noqa: E501 + + The email address for an InPersonSigner recipient Type. Maximum Length: 100 characters. # noqa: E501 - :return: The signer_email of this InPersonSigner. + :return: The signer_email of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signer_email @signer_email.setter def signer_email(self, signer_email): - """ - Sets the signer_email of this InPersonSigner. - The email address for an InPersonSigner recipient Type. Maximum Length: 100 characters. + """Sets the signer_email of this InPersonSigner. - :param signer_email: The signer_email of this InPersonSigner. + The email address for an InPersonSigner recipient Type. Maximum Length: 100 characters. # noqa: E501 + + :param signer_email: The signer_email of this InPersonSigner. # noqa: E501 :type: str """ @@ -1808,20 +2019,20 @@ def signer_email(self, signer_email): @property def signer_email_metadata(self): - """ - Gets the signer_email_metadata of this InPersonSigner. + """Gets the signer_email_metadata of this InPersonSigner. # noqa: E501 - :return: The signer_email_metadata of this InPersonSigner. + + :return: The signer_email_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_email_metadata @signer_email_metadata.setter def signer_email_metadata(self, signer_email_metadata): - """ - Sets the signer_email_metadata of this InPersonSigner. + """Sets the signer_email_metadata of this InPersonSigner. - :param signer_email_metadata: The signer_email_metadata of this InPersonSigner. + + :param signer_email_metadata: The signer_email_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1829,22 +2040,22 @@ def signer_email_metadata(self, signer_email_metadata): @property def signer_first_name(self): - """ - Gets the signer_first_name of this InPersonSigner. - + """Gets the signer_first_name of this InPersonSigner. # noqa: E501 - :return: The signer_first_name of this InPersonSigner. + # noqa: E501 + + :return: The signer_first_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signer_first_name @signer_first_name.setter def signer_first_name(self, signer_first_name): - """ - Sets the signer_first_name of this InPersonSigner. - + """Sets the signer_first_name of this InPersonSigner. - :param signer_first_name: The signer_first_name of this InPersonSigner. + # noqa: E501 + + :param signer_first_name: The signer_first_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1852,20 +2063,20 @@ def signer_first_name(self, signer_first_name): @property def signer_first_name_metadata(self): - """ - Gets the signer_first_name_metadata of this InPersonSigner. + """Gets the signer_first_name_metadata of this InPersonSigner. # noqa: E501 - :return: The signer_first_name_metadata of this InPersonSigner. + + :return: The signer_first_name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_first_name_metadata @signer_first_name_metadata.setter def signer_first_name_metadata(self, signer_first_name_metadata): - """ - Sets the signer_first_name_metadata of this InPersonSigner. + """Sets the signer_first_name_metadata of this InPersonSigner. - :param signer_first_name_metadata: The signer_first_name_metadata of this InPersonSigner. + + :param signer_first_name_metadata: The signer_first_name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1873,22 +2084,22 @@ def signer_first_name_metadata(self, signer_first_name_metadata): @property def signer_last_name(self): - """ - Gets the signer_last_name of this InPersonSigner. - + """Gets the signer_last_name of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The signer_last_name of this InPersonSigner. + :return: The signer_last_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signer_last_name @signer_last_name.setter def signer_last_name(self, signer_last_name): - """ - Sets the signer_last_name of this InPersonSigner. - + """Sets the signer_last_name of this InPersonSigner. + + # noqa: E501 - :param signer_last_name: The signer_last_name of this InPersonSigner. + :param signer_last_name: The signer_last_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1896,20 +2107,20 @@ def signer_last_name(self, signer_last_name): @property def signer_last_name_metadata(self): - """ - Gets the signer_last_name_metadata of this InPersonSigner. + """Gets the signer_last_name_metadata of this InPersonSigner. # noqa: E501 + - :return: The signer_last_name_metadata of this InPersonSigner. + :return: The signer_last_name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_last_name_metadata @signer_last_name_metadata.setter def signer_last_name_metadata(self, signer_last_name_metadata): - """ - Sets the signer_last_name_metadata of this InPersonSigner. + """Sets the signer_last_name_metadata of this InPersonSigner. + - :param signer_last_name_metadata: The signer_last_name_metadata of this InPersonSigner. + :param signer_last_name_metadata: The signer_last_name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1917,22 +2128,22 @@ def signer_last_name_metadata(self, signer_last_name_metadata): @property def signer_name(self): - """ - Gets the signer_name of this InPersonSigner. - Required. The full legal name of a signer for the envelope. Maximum Length: 100 characters. + """Gets the signer_name of this InPersonSigner. # noqa: E501 + + Required. The full legal name of a signer for the envelope. Maximum Length: 100 characters. # noqa: E501 - :return: The signer_name of this InPersonSigner. + :return: The signer_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signer_name @signer_name.setter def signer_name(self, signer_name): - """ - Sets the signer_name of this InPersonSigner. - Required. The full legal name of a signer for the envelope. Maximum Length: 100 characters. + """Sets the signer_name of this InPersonSigner. + + Required. The full legal name of a signer for the envelope. Maximum Length: 100 characters. # noqa: E501 - :param signer_name: The signer_name of this InPersonSigner. + :param signer_name: The signer_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -1940,20 +2151,20 @@ def signer_name(self, signer_name): @property def signer_name_metadata(self): - """ - Gets the signer_name_metadata of this InPersonSigner. + """Gets the signer_name_metadata of this InPersonSigner. # noqa: E501 + - :return: The signer_name_metadata of this InPersonSigner. + :return: The signer_name_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_name_metadata @signer_name_metadata.setter def signer_name_metadata(self, signer_name_metadata): - """ - Sets the signer_name_metadata of this InPersonSigner. + """Sets the signer_name_metadata of this InPersonSigner. + - :param signer_name_metadata: The signer_name_metadata of this InPersonSigner. + :param signer_name_metadata: The signer_name_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -1961,22 +2172,22 @@ def signer_name_metadata(self, signer_name_metadata): @property def sign_in_each_location(self): - """ - Gets the sign_in_each_location of this InPersonSigner. - When set to **true**, specifies that the signer must sign in all locations. + """Gets the sign_in_each_location of this InPersonSigner. # noqa: E501 - :return: The sign_in_each_location of this InPersonSigner. + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 + + :return: The sign_in_each_location of this InPersonSigner. # noqa: E501 :rtype: str """ return self._sign_in_each_location @sign_in_each_location.setter def sign_in_each_location(self, sign_in_each_location): - """ - Sets the sign_in_each_location of this InPersonSigner. - When set to **true**, specifies that the signer must sign in all locations. + """Sets the sign_in_each_location of this InPersonSigner. - :param sign_in_each_location: The sign_in_each_location of this InPersonSigner. + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 + + :param sign_in_each_location: The sign_in_each_location of this InPersonSigner. # noqa: E501 :type: str """ @@ -1984,20 +2195,20 @@ def sign_in_each_location(self, sign_in_each_location): @property def sign_in_each_location_metadata(self): - """ - Gets the sign_in_each_location_metadata of this InPersonSigner. + """Gets the sign_in_each_location_metadata of this InPersonSigner. # noqa: E501 - :return: The sign_in_each_location_metadata of this InPersonSigner. + + :return: The sign_in_each_location_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._sign_in_each_location_metadata @sign_in_each_location_metadata.setter def sign_in_each_location_metadata(self, sign_in_each_location_metadata): - """ - Sets the sign_in_each_location_metadata of this InPersonSigner. + """Sets the sign_in_each_location_metadata of this InPersonSigner. - :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this InPersonSigner. + + :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -2005,22 +2216,22 @@ def sign_in_each_location_metadata(self, sign_in_each_location_metadata): @property def signing_group_id(self): - """ - Gets the signing_group_id of this InPersonSigner. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this InPersonSigner. # noqa: E501 - :return: The signing_group_id of this InPersonSigner. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this InPersonSigner. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this InPersonSigner. - :param signing_group_id: The signing_group_id of this InPersonSigner. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this InPersonSigner. # noqa: E501 :type: str """ @@ -2028,20 +2239,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this InPersonSigner. + """Gets the signing_group_id_metadata of this InPersonSigner. # noqa: E501 - :return: The signing_group_id_metadata of this InPersonSigner. + + :return: The signing_group_id_metadata of this InPersonSigner. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this InPersonSigner. + """Sets the signing_group_id_metadata of this InPersonSigner. + - :param signing_group_id_metadata: The signing_group_id_metadata of this InPersonSigner. + :param signing_group_id_metadata: The signing_group_id_metadata of this InPersonSigner. # noqa: E501 :type: PropertyMetadata """ @@ -2049,22 +2260,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this InPersonSigner. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this InPersonSigner. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this InPersonSigner. + :return: The signing_group_name of this InPersonSigner. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this InPersonSigner. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this InPersonSigner. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this InPersonSigner. + :param signing_group_name: The signing_group_name of this InPersonSigner. # noqa: E501 :type: str """ @@ -2072,22 +2283,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this InPersonSigner. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this InPersonSigner. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this InPersonSigner. + :return: The signing_group_users of this InPersonSigner. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this InPersonSigner. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this InPersonSigner. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this InPersonSigner. + :param signing_group_users: The signing_group_users of this InPersonSigner. # noqa: E501 :type: list[UserInfo] """ @@ -2095,20 +2306,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this InPersonSigner. + """Gets the sms_authentication of this InPersonSigner. # noqa: E501 + - :return: The sms_authentication of this InPersonSigner. + :return: The sms_authentication of this InPersonSigner. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this InPersonSigner. + """Sets the sms_authentication of this InPersonSigner. + - :param sms_authentication: The sms_authentication of this InPersonSigner. + :param sms_authentication: The sms_authentication of this InPersonSigner. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -2116,22 +2327,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this InPersonSigner. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this InPersonSigner. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this InPersonSigner. + :return: The social_authentications of this InPersonSigner. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this InPersonSigner. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this InPersonSigner. - :param social_authentications: The social_authentications of this InPersonSigner. + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :param social_authentications: The social_authentications of this InPersonSigner. # noqa: E501 :type: list[SocialAuthentication] """ @@ -2139,22 +2350,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this InPersonSigner. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this InPersonSigner. # noqa: E501 - :return: The status of this InPersonSigner. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this InPersonSigner. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this InPersonSigner. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this InPersonSigner. - :param status: The status of this InPersonSigner. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this InPersonSigner. # noqa: E501 :type: str """ @@ -2162,22 +2373,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this InPersonSigner. - + """Gets the status_code of this InPersonSigner. # noqa: E501 - :return: The status_code of this InPersonSigner. + # noqa: E501 + + :return: The status_code of this InPersonSigner. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this InPersonSigner. - + """Sets the status_code of this InPersonSigner. - :param status_code: The status_code of this InPersonSigner. + # noqa: E501 + + :param status_code: The status_code of this InPersonSigner. # noqa: E501 :type: str """ @@ -2185,22 +2396,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this InPersonSigner. - + """Gets the suppress_emails of this InPersonSigner. # noqa: E501 - :return: The suppress_emails of this InPersonSigner. + # noqa: E501 + + :return: The suppress_emails of this InPersonSigner. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this InPersonSigner. - + """Sets the suppress_emails of this InPersonSigner. - :param suppress_emails: The suppress_emails of this InPersonSigner. + # noqa: E501 + + :param suppress_emails: The suppress_emails of this InPersonSigner. # noqa: E501 :type: str """ @@ -2208,20 +2419,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this InPersonSigner. + """Gets the tabs of this InPersonSigner. # noqa: E501 + - :return: The tabs of this InPersonSigner. + :return: The tabs of this InPersonSigner. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this InPersonSigner. + """Sets the tabs of this InPersonSigner. + - :param tabs: The tabs of this InPersonSigner. + :param tabs: The tabs of this InPersonSigner. # noqa: E501 :type: Tabs """ @@ -2229,22 +2440,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this InPersonSigner. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this InPersonSigner. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this InPersonSigner. + :return: The template_locked of this InPersonSigner. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this InPersonSigner. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this InPersonSigner. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this InPersonSigner. + :param template_locked: The template_locked of this InPersonSigner. # noqa: E501 :type: str """ @@ -2252,22 +2463,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this InPersonSigner. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this InPersonSigner. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this InPersonSigner. + :return: The template_required of this InPersonSigner. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this InPersonSigner. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this InPersonSigner. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this InPersonSigner. + :param template_required: The template_required of this InPersonSigner. # noqa: E501 :type: str """ @@ -2275,22 +2486,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this InPersonSigner. - + """Gets the total_tab_count of this InPersonSigner. # noqa: E501 + + # noqa: E501 - :return: The total_tab_count of this InPersonSigner. + :return: The total_tab_count of this InPersonSigner. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this InPersonSigner. - + """Sets the total_tab_count of this InPersonSigner. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this InPersonSigner. + :param total_tab_count: The total_tab_count of this InPersonSigner. # noqa: E501 :type: str """ @@ -2298,34 +2509,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this InPersonSigner. - + """Gets the user_id of this InPersonSigner. # noqa: E501 - :return: The user_id of this InPersonSigner. + # noqa: E501 + + :return: The user_id of this InPersonSigner. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this InPersonSigner. - + """Sets the user_id of this InPersonSigner. - :param user_id: The user_id of this InPersonSigner. + # noqa: E501 + + :param user_id: The user_id of this InPersonSigner. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2342,29 +2551,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(InPersonSigner, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, InPersonSigner): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/initial_here.py b/docusign_esign/models/initial_here.py index 782fe318..d6a23f77 100644 --- a/docusign_esign/models/initial_here.py +++ b/docusign_esign/models/initial_here.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,278 +11,435 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class InitialHere(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - InitialHere - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'optional': 'str', - 'optional_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'scale_value': 'str', - 'scale_value_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'optional': 'optional', - 'optional_metadata': 'optionalMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'scale_value': 'scaleValue', - 'scale_value_metadata': 'scaleValueMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._optional = optional - self._optional_metadata = optional_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._scale_value = scale_value - self._scale_value_metadata = scale_value_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'optional': 'str', + 'optional_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'scale_value': 'str', + 'scale_value_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'optional': 'optional', + 'optional_metadata': 'optionalMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'scale_value': 'scaleValue', + 'scale_value_metadata': 'scaleValueMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """InitialHere - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._optional = None + self._optional_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._scale_value = None + self._scale_value_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if optional is not None: + self.optional = optional + if optional_metadata is not None: + self.optional_metadata = optional_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if scale_value is not None: + self.scale_value = scale_value + if scale_value_metadata is not None: + self.scale_value_metadata = scale_value_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this InitialHere. - + """Gets the anchor_allow_white_space_in_characters of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this InitialHere. + :return: The anchor_allow_white_space_in_characters of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this InitialHere. - + """Sets the anchor_allow_white_space_in_characters of this InitialHere. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this InitialHere. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this InitialHere. # noqa: E501 :type: str """ @@ -290,20 +447,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this InitialHere. + """Gets the anchor_allow_white_space_in_characters_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this InitialHere. + :return: The anchor_allow_white_space_in_characters_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this InitialHere. + """Sets the anchor_allow_white_space_in_characters_metadata of this InitialHere. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this InitialHere. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -311,22 +468,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this InitialHere. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this InitialHere. # noqa: E501 - :return: The anchor_case_sensitive of this InitialHere. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this InitialHere. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this InitialHere. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this InitialHere. + :param anchor_case_sensitive: The anchor_case_sensitive of this InitialHere. # noqa: E501 :type: str """ @@ -334,20 +491,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this InitialHere. + """Gets the anchor_case_sensitive_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this InitialHere. + :return: The anchor_case_sensitive_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this InitialHere. + """Sets the anchor_case_sensitive_metadata of this InitialHere. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this InitialHere. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -355,22 +512,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this InitialHere. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this InitialHere. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this InitialHere. + :return: The anchor_horizontal_alignment of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this InitialHere. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this InitialHere. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this InitialHere. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this InitialHere. # noqa: E501 :type: str """ @@ -378,20 +535,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this InitialHere. + """Gets the anchor_horizontal_alignment_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this InitialHere. + :return: The anchor_horizontal_alignment_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this InitialHere. + """Sets the anchor_horizontal_alignment_metadata of this InitialHere. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this InitialHere. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -399,22 +556,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this InitialHere. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this InitialHere. # noqa: E501 - :return: The anchor_ignore_if_not_present of this InitialHere. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this InitialHere. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this InitialHere. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this InitialHere. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this InitialHere. # noqa: E501 :type: str """ @@ -422,20 +579,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this InitialHere. + """Gets the anchor_ignore_if_not_present_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this InitialHere. + :return: The anchor_ignore_if_not_present_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this InitialHere. + """Sets the anchor_ignore_if_not_present_metadata of this InitialHere. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this InitialHere. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -443,22 +600,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this InitialHere. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this InitialHere. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this InitialHere. + :return: The anchor_match_whole_word of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this InitialHere. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this InitialHere. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this InitialHere. + :param anchor_match_whole_word: The anchor_match_whole_word of this InitialHere. # noqa: E501 :type: str """ @@ -466,20 +623,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this InitialHere. + """Gets the anchor_match_whole_word_metadata of this InitialHere. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this InitialHere. + + :return: The anchor_match_whole_word_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this InitialHere. + """Sets the anchor_match_whole_word_metadata of this InitialHere. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this InitialHere. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -487,22 +644,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this InitialHere. - Anchor text information for a radio button. + """Gets the anchor_string of this InitialHere. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this InitialHere. + :return: The anchor_string of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this InitialHere. - Anchor text information for a radio button. + """Sets the anchor_string of this InitialHere. - :param anchor_string: The anchor_string of this InitialHere. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this InitialHere. # noqa: E501 :type: str """ @@ -510,20 +667,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this InitialHere. + """Gets the anchor_string_metadata of this InitialHere. # noqa: E501 - :return: The anchor_string_metadata of this InitialHere. + + :return: The anchor_string_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this InitialHere. + """Sets the anchor_string_metadata of this InitialHere. - :param anchor_string_metadata: The anchor_string_metadata of this InitialHere. + + :param anchor_string_metadata: The anchor_string_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -531,22 +688,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this InitialHere. - + """Gets the anchor_tab_processor_version of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this InitialHere. + :return: The anchor_tab_processor_version of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this InitialHere. - + """Sets the anchor_tab_processor_version of this InitialHere. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this InitialHere. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this InitialHere. # noqa: E501 :type: str """ @@ -554,20 +711,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this InitialHere. + """Gets the anchor_tab_processor_version_metadata of this InitialHere. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this InitialHere. + + :return: The anchor_tab_processor_version_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this InitialHere. + """Sets the anchor_tab_processor_version_metadata of this InitialHere. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this InitialHere. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -575,22 +732,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this InitialHere. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this InitialHere. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this InitialHere. + :return: The anchor_units of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this InitialHere. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this InitialHere. - :param anchor_units: The anchor_units of this InitialHere. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this InitialHere. # noqa: E501 :type: str """ @@ -598,20 +755,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this InitialHere. + """Gets the anchor_units_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_units_metadata of this InitialHere. + :return: The anchor_units_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this InitialHere. + """Sets the anchor_units_metadata of this InitialHere. + - :param anchor_units_metadata: The anchor_units_metadata of this InitialHere. + :param anchor_units_metadata: The anchor_units_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -619,22 +776,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this InitialHere. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this InitialHere. # noqa: E501 - :return: The anchor_x_offset of this InitialHere. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this InitialHere. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this InitialHere. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this InitialHere. + :param anchor_x_offset: The anchor_x_offset of this InitialHere. # noqa: E501 :type: str """ @@ -642,20 +799,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this InitialHere. + """Gets the anchor_x_offset_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_x_offset_metadata of this InitialHere. + :return: The anchor_x_offset_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this InitialHere. + """Sets the anchor_x_offset_metadata of this InitialHere. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this InitialHere. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -663,22 +820,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this InitialHere. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this InitialHere. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this InitialHere. + :return: The anchor_y_offset of this InitialHere. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this InitialHere. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this InitialHere. - :param anchor_y_offset: The anchor_y_offset of this InitialHere. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this InitialHere. # noqa: E501 :type: str """ @@ -686,20 +843,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this InitialHere. + """Gets the anchor_y_offset_metadata of this InitialHere. # noqa: E501 + - :return: The anchor_y_offset_metadata of this InitialHere. + :return: The anchor_y_offset_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this InitialHere. + """Sets the anchor_y_offset_metadata of this InitialHere. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this InitialHere. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -707,22 +864,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this InitialHere. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this InitialHere. # noqa: E501 - :return: The conditional_parent_label of this InitialHere. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this InitialHere. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this InitialHere. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this InitialHere. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this InitialHere. + :param conditional_parent_label: The conditional_parent_label of this InitialHere. # noqa: E501 :type: str """ @@ -730,20 +887,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this InitialHere. + """Gets the conditional_parent_label_metadata of this InitialHere. # noqa: E501 + - :return: The conditional_parent_label_metadata of this InitialHere. + :return: The conditional_parent_label_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this InitialHere. + """Sets the conditional_parent_label_metadata of this InitialHere. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this InitialHere. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -751,22 +908,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this InitialHere. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this InitialHere. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this InitialHere. + :return: The conditional_parent_value of this InitialHere. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this InitialHere. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this InitialHere. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this InitialHere. + :param conditional_parent_value: The conditional_parent_value of this InitialHere. # noqa: E501 :type: str """ @@ -774,20 +931,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this InitialHere. + """Gets the conditional_parent_value_metadata of this InitialHere. # noqa: E501 - :return: The conditional_parent_value_metadata of this InitialHere. + + :return: The conditional_parent_value_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this InitialHere. + """Sets the conditional_parent_value_metadata of this InitialHere. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this InitialHere. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -795,22 +952,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this InitialHere. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this InitialHere. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this InitialHere. + :return: The custom_tab_id of this InitialHere. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this InitialHere. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this InitialHere. - :param custom_tab_id: The custom_tab_id of this InitialHere. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this InitialHere. # noqa: E501 :type: str """ @@ -818,20 +975,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this InitialHere. + """Gets the custom_tab_id_metadata of this InitialHere. # noqa: E501 + - :return: The custom_tab_id_metadata of this InitialHere. + :return: The custom_tab_id_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this InitialHere. + """Sets the custom_tab_id_metadata of this InitialHere. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this InitialHere. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -839,22 +996,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this InitialHere. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this InitialHere. # noqa: E501 - :return: The document_id of this InitialHere. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this InitialHere. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this InitialHere. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this InitialHere. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this InitialHere. + :param document_id: The document_id of this InitialHere. # noqa: E501 :type: str """ @@ -862,20 +1019,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this InitialHere. + """Gets the document_id_metadata of this InitialHere. # noqa: E501 + - :return: The document_id_metadata of this InitialHere. + :return: The document_id_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this InitialHere. + """Sets the document_id_metadata of this InitialHere. - :param document_id_metadata: The document_id_metadata of this InitialHere. + + :param document_id_metadata: The document_id_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -883,20 +1040,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this InitialHere. + """Gets the error_details of this InitialHere. # noqa: E501 + - :return: The error_details of this InitialHere. + :return: The error_details of this InitialHere. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this InitialHere. + """Sets the error_details of this InitialHere. + - :param error_details: The error_details of this InitialHere. + :param error_details: The error_details of this InitialHere. # noqa: E501 :type: ErrorDetails """ @@ -904,22 +1061,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this InitialHere. - + """Gets the form_order of this InitialHere. # noqa: E501 - :return: The form_order of this InitialHere. + # noqa: E501 + + :return: The form_order of this InitialHere. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this InitialHere. - + """Sets the form_order of this InitialHere. - :param form_order: The form_order of this InitialHere. + # noqa: E501 + + :param form_order: The form_order of this InitialHere. # noqa: E501 :type: str """ @@ -927,20 +1084,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this InitialHere. + """Gets the form_order_metadata of this InitialHere. # noqa: E501 - :return: The form_order_metadata of this InitialHere. + + :return: The form_order_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this InitialHere. + """Sets the form_order_metadata of this InitialHere. + - :param form_order_metadata: The form_order_metadata of this InitialHere. + :param form_order_metadata: The form_order_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -948,22 +1105,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this InitialHere. - + """Gets the form_page_label of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this InitialHere. + :return: The form_page_label of this InitialHere. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this InitialHere. - + """Sets the form_page_label of this InitialHere. - :param form_page_label: The form_page_label of this InitialHere. + # noqa: E501 + + :param form_page_label: The form_page_label of this InitialHere. # noqa: E501 :type: str """ @@ -971,20 +1128,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this InitialHere. + """Gets the form_page_label_metadata of this InitialHere. # noqa: E501 + - :return: The form_page_label_metadata of this InitialHere. + :return: The form_page_label_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this InitialHere. + """Sets the form_page_label_metadata of this InitialHere. + - :param form_page_label_metadata: The form_page_label_metadata of this InitialHere. + :param form_page_label_metadata: The form_page_label_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -992,22 +1149,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this InitialHere. - + """Gets the form_page_number of this InitialHere. # noqa: E501 - :return: The form_page_number of this InitialHere. + # noqa: E501 + + :return: The form_page_number of this InitialHere. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this InitialHere. - + """Sets the form_page_number of this InitialHere. + + # noqa: E501 - :param form_page_number: The form_page_number of this InitialHere. + :param form_page_number: The form_page_number of this InitialHere. # noqa: E501 :type: str """ @@ -1015,20 +1172,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this InitialHere. + """Gets the form_page_number_metadata of this InitialHere. # noqa: E501 + - :return: The form_page_number_metadata of this InitialHere. + :return: The form_page_number_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this InitialHere. + """Sets the form_page_number_metadata of this InitialHere. - :param form_page_number_metadata: The form_page_number_metadata of this InitialHere. + + :param form_page_number_metadata: The form_page_number_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1036,22 +1193,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this InitialHere. - Height of the tab in pixels. + """Gets the height of this InitialHere. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this InitialHere. + :return: The height of this InitialHere. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this InitialHere. - Height of the tab in pixels. + """Sets the height of this InitialHere. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this InitialHere. + :param height: The height of this InitialHere. # noqa: E501 :type: str """ @@ -1059,20 +1216,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this InitialHere. + """Gets the height_metadata of this InitialHere. # noqa: E501 + - :return: The height_metadata of this InitialHere. + :return: The height_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this InitialHere. + """Sets the height_metadata of this InitialHere. + - :param height_metadata: The height_metadata of this InitialHere. + :param height_metadata: The height_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1080,20 +1237,20 @@ def height_metadata(self, height_metadata): @property def merge_field(self): - """ - Gets the merge_field of this InitialHere. + """Gets the merge_field of this InitialHere. # noqa: E501 - :return: The merge_field of this InitialHere. + + :return: The merge_field of this InitialHere. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this InitialHere. + """Sets the merge_field of this InitialHere. + - :param merge_field: The merge_field of this InitialHere. + :param merge_field: The merge_field of this InitialHere. # noqa: E501 :type: MergeField """ @@ -1101,22 +1258,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this InitialHere. - + """Gets the merge_field_xml of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this InitialHere. + :return: The merge_field_xml of this InitialHere. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this InitialHere. - + """Sets the merge_field_xml of this InitialHere. - :param merge_field_xml: The merge_field_xml of this InitialHere. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this InitialHere. # noqa: E501 :type: str """ @@ -1124,22 +1281,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this InitialHere. - Specifies the tool tip text for the tab. + """Gets the name of this InitialHere. # noqa: E501 + + Specifies the tool tip text for the tab. # noqa: E501 - :return: The name of this InitialHere. + :return: The name of this InitialHere. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this InitialHere. - Specifies the tool tip text for the tab. + """Sets the name of this InitialHere. + + Specifies the tool tip text for the tab. # noqa: E501 - :param name: The name of this InitialHere. + :param name: The name of this InitialHere. # noqa: E501 :type: str """ @@ -1147,20 +1304,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this InitialHere. + """Gets the name_metadata of this InitialHere. # noqa: E501 - :return: The name_metadata of this InitialHere. + + :return: The name_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this InitialHere. + """Sets the name_metadata of this InitialHere. + - :param name_metadata: The name_metadata of this InitialHere. + :param name_metadata: The name_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1168,22 +1325,22 @@ def name_metadata(self, name_metadata): @property def optional(self): - """ - Gets the optional of this InitialHere. - + """Gets the optional of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The optional of this InitialHere. + :return: The optional of this InitialHere. # noqa: E501 :rtype: str """ return self._optional @optional.setter def optional(self, optional): - """ - Sets the optional of this InitialHere. - + """Sets the optional of this InitialHere. - :param optional: The optional of this InitialHere. + # noqa: E501 + + :param optional: The optional of this InitialHere. # noqa: E501 :type: str """ @@ -1191,20 +1348,20 @@ def optional(self, optional): @property def optional_metadata(self): - """ - Gets the optional_metadata of this InitialHere. + """Gets the optional_metadata of this InitialHere. # noqa: E501 - :return: The optional_metadata of this InitialHere. + + :return: The optional_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._optional_metadata @optional_metadata.setter def optional_metadata(self, optional_metadata): - """ - Sets the optional_metadata of this InitialHere. + """Sets the optional_metadata of this InitialHere. - :param optional_metadata: The optional_metadata of this InitialHere. + + :param optional_metadata: The optional_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1212,22 +1369,22 @@ def optional_metadata(self, optional_metadata): @property def page_number(self): - """ - Gets the page_number of this InitialHere. - Specifies the page number on which the tab is located. + """Gets the page_number of this InitialHere. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this InitialHere. + :return: The page_number of this InitialHere. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this InitialHere. - Specifies the page number on which the tab is located. + """Sets the page_number of this InitialHere. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this InitialHere. + :param page_number: The page_number of this InitialHere. # noqa: E501 :type: str """ @@ -1235,20 +1392,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this InitialHere. + """Gets the page_number_metadata of this InitialHere. # noqa: E501 - :return: The page_number_metadata of this InitialHere. + + :return: The page_number_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this InitialHere. + """Sets the page_number_metadata of this InitialHere. + - :param page_number_metadata: The page_number_metadata of this InitialHere. + :param page_number_metadata: The page_number_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1256,22 +1413,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this InitialHere. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this InitialHere. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this InitialHere. + :return: The recipient_id of this InitialHere. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this InitialHere. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this InitialHere. - :param recipient_id: The recipient_id of this InitialHere. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this InitialHere. # noqa: E501 :type: str """ @@ -1279,22 +1436,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this InitialHere. - + """Gets the recipient_id_guid of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this InitialHere. + :return: The recipient_id_guid of this InitialHere. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this InitialHere. - + """Sets the recipient_id_guid of this InitialHere. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this InitialHere. + :param recipient_id_guid: The recipient_id_guid of this InitialHere. # noqa: E501 :type: str """ @@ -1302,20 +1459,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this InitialHere. + """Gets the recipient_id_guid_metadata of this InitialHere. # noqa: E501 - :return: The recipient_id_guid_metadata of this InitialHere. + + :return: The recipient_id_guid_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this InitialHere. + """Sets the recipient_id_guid_metadata of this InitialHere. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this InitialHere. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1323,20 +1480,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this InitialHere. + """Gets the recipient_id_metadata of this InitialHere. # noqa: E501 + - :return: The recipient_id_metadata of this InitialHere. + :return: The recipient_id_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this InitialHere. + """Sets the recipient_id_metadata of this InitialHere. - :param recipient_id_metadata: The recipient_id_metadata of this InitialHere. + + :param recipient_id_metadata: The recipient_id_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1344,22 +1501,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def scale_value(self): - """ - Gets the scale_value of this InitialHere. - Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. + """Gets the scale_value of this InitialHere. # noqa: E501 + + Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 - :return: The scale_value of this InitialHere. + :return: The scale_value of this InitialHere. # noqa: E501 :rtype: str """ return self._scale_value @scale_value.setter def scale_value(self, scale_value): - """ - Sets the scale_value of this InitialHere. - Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. + """Sets the scale_value of this InitialHere. + + Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 - :param scale_value: The scale_value of this InitialHere. + :param scale_value: The scale_value of this InitialHere. # noqa: E501 :type: str """ @@ -1367,20 +1524,20 @@ def scale_value(self, scale_value): @property def scale_value_metadata(self): - """ - Gets the scale_value_metadata of this InitialHere. + """Gets the scale_value_metadata of this InitialHere. # noqa: E501 - :return: The scale_value_metadata of this InitialHere. + + :return: The scale_value_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._scale_value_metadata @scale_value_metadata.setter def scale_value_metadata(self, scale_value_metadata): - """ - Sets the scale_value_metadata of this InitialHere. + """Sets the scale_value_metadata of this InitialHere. + - :param scale_value_metadata: The scale_value_metadata of this InitialHere. + :param scale_value_metadata: The scale_value_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1388,20 +1545,20 @@ def scale_value_metadata(self, scale_value_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this InitialHere. + """Gets the smart_contract_information of this InitialHere. # noqa: E501 + - :return: The smart_contract_information of this InitialHere. + :return: The smart_contract_information of this InitialHere. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this InitialHere. + """Sets the smart_contract_information of this InitialHere. - :param smart_contract_information: The smart_contract_information of this InitialHere. + + :param smart_contract_information: The smart_contract_information of this InitialHere. # noqa: E501 :type: SmartContractInformation """ @@ -1409,22 +1566,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this InitialHere. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this InitialHere. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this InitialHere. + :return: The status of this InitialHere. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this InitialHere. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this InitialHere. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this InitialHere. + :param status: The status of this InitialHere. # noqa: E501 :type: str """ @@ -1432,20 +1589,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this InitialHere. + """Gets the status_metadata of this InitialHere. # noqa: E501 - :return: The status_metadata of this InitialHere. + + :return: The status_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this InitialHere. + """Sets the status_metadata of this InitialHere. + - :param status_metadata: The status_metadata of this InitialHere. + :param status_metadata: The status_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1453,22 +1610,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this InitialHere. - + """Gets the tab_group_labels of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this InitialHere. + :return: The tab_group_labels of this InitialHere. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this InitialHere. - + """Sets the tab_group_labels of this InitialHere. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this InitialHere. + :param tab_group_labels: The tab_group_labels of this InitialHere. # noqa: E501 :type: list[str] """ @@ -1476,20 +1633,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this InitialHere. + """Gets the tab_group_labels_metadata of this InitialHere. # noqa: E501 + - :return: The tab_group_labels_metadata of this InitialHere. + :return: The tab_group_labels_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this InitialHere. + """Sets the tab_group_labels_metadata of this InitialHere. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this InitialHere. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1497,22 +1654,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this InitialHere. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this InitialHere. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this InitialHere. + :return: The tab_id of this InitialHere. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this InitialHere. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this InitialHere. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this InitialHere. + :param tab_id: The tab_id of this InitialHere. # noqa: E501 :type: str """ @@ -1520,20 +1677,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this InitialHere. + """Gets the tab_id_metadata of this InitialHere. # noqa: E501 - :return: The tab_id_metadata of this InitialHere. + + :return: The tab_id_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this InitialHere. + """Sets the tab_id_metadata of this InitialHere. + - :param tab_id_metadata: The tab_id_metadata of this InitialHere. + :param tab_id_metadata: The tab_id_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1541,22 +1698,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this InitialHere. - The label string associated with the tab. + """Gets the tab_label of this InitialHere. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this InitialHere. + :return: The tab_label of this InitialHere. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this InitialHere. - The label string associated with the tab. + """Sets the tab_label of this InitialHere. - :param tab_label: The tab_label of this InitialHere. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this InitialHere. # noqa: E501 :type: str """ @@ -1564,20 +1721,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this InitialHere. + """Gets the tab_label_metadata of this InitialHere. # noqa: E501 + - :return: The tab_label_metadata of this InitialHere. + :return: The tab_label_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this InitialHere. + """Sets the tab_label_metadata of this InitialHere. + - :param tab_label_metadata: The tab_label_metadata of this InitialHere. + :param tab_label_metadata: The tab_label_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1585,22 +1742,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this InitialHere. - + """Gets the tab_order of this InitialHere. # noqa: E501 - :return: The tab_order of this InitialHere. + # noqa: E501 + + :return: The tab_order of this InitialHere. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this InitialHere. - + """Sets the tab_order of this InitialHere. - :param tab_order: The tab_order of this InitialHere. + # noqa: E501 + + :param tab_order: The tab_order of this InitialHere. # noqa: E501 :type: str """ @@ -1608,20 +1765,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this InitialHere. + """Gets the tab_order_metadata of this InitialHere. # noqa: E501 - :return: The tab_order_metadata of this InitialHere. + + :return: The tab_order_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this InitialHere. + """Sets the tab_order_metadata of this InitialHere. + - :param tab_order_metadata: The tab_order_metadata of this InitialHere. + :param tab_order_metadata: The tab_order_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1629,22 +1786,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this InitialHere. - + """Gets the tab_type of this InitialHere. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this InitialHere. + :return: The tab_type of this InitialHere. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this InitialHere. - + """Sets the tab_type of this InitialHere. - :param tab_type: The tab_type of this InitialHere. + # noqa: E501 + + :param tab_type: The tab_type of this InitialHere. # noqa: E501 :type: str """ @@ -1652,20 +1809,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this InitialHere. + """Gets the tab_type_metadata of this InitialHere. # noqa: E501 + - :return: The tab_type_metadata of this InitialHere. + :return: The tab_type_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this InitialHere. + """Sets the tab_type_metadata of this InitialHere. + - :param tab_type_metadata: The tab_type_metadata of this InitialHere. + :param tab_type_metadata: The tab_type_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1673,22 +1830,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this InitialHere. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this InitialHere. # noqa: E501 - :return: The template_locked of this InitialHere. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this InitialHere. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this InitialHere. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this InitialHere. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this InitialHere. + :param template_locked: The template_locked of this InitialHere. # noqa: E501 :type: str """ @@ -1696,20 +1853,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this InitialHere. + """Gets the template_locked_metadata of this InitialHere. # noqa: E501 + - :return: The template_locked_metadata of this InitialHere. + :return: The template_locked_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this InitialHere. + """Sets the template_locked_metadata of this InitialHere. - :param template_locked_metadata: The template_locked_metadata of this InitialHere. + + :param template_locked_metadata: The template_locked_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1717,22 +1874,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this InitialHere. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this InitialHere. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this InitialHere. + :return: The template_required of this InitialHere. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this InitialHere. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this InitialHere. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this InitialHere. + :param template_required: The template_required of this InitialHere. # noqa: E501 :type: str """ @@ -1740,20 +1897,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this InitialHere. + """Gets the template_required_metadata of this InitialHere. # noqa: E501 + - :return: The template_required_metadata of this InitialHere. + :return: The template_required_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this InitialHere. + """Sets the template_required_metadata of this InitialHere. + - :param template_required_metadata: The template_required_metadata of this InitialHere. + :param template_required_metadata: The template_required_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1761,22 +1918,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this InitialHere. - + """Gets the tooltip of this InitialHere. # noqa: E501 - :return: The tooltip of this InitialHere. + # noqa: E501 + + :return: The tooltip of this InitialHere. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this InitialHere. - + """Sets the tooltip of this InitialHere. + + # noqa: E501 - :param tooltip: The tooltip of this InitialHere. + :param tooltip: The tooltip of this InitialHere. # noqa: E501 :type: str """ @@ -1784,20 +1941,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this InitialHere. + """Gets the tool_tip_metadata of this InitialHere. # noqa: E501 + - :return: The tool_tip_metadata of this InitialHere. + :return: The tool_tip_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this InitialHere. + """Sets the tool_tip_metadata of this InitialHere. - :param tool_tip_metadata: The tool_tip_metadata of this InitialHere. + + :param tool_tip_metadata: The tool_tip_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1805,22 +1962,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this InitialHere. - Width of the tab in pixels. + """Gets the width of this InitialHere. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this InitialHere. + :return: The width of this InitialHere. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this InitialHere. - Width of the tab in pixels. + """Sets the width of this InitialHere. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this InitialHere. + :param width: The width of this InitialHere. # noqa: E501 :type: str """ @@ -1828,20 +1985,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this InitialHere. + """Gets the width_metadata of this InitialHere. # noqa: E501 - :return: The width_metadata of this InitialHere. + + :return: The width_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this InitialHere. + """Sets the width_metadata of this InitialHere. + - :param width_metadata: The width_metadata of this InitialHere. + :param width_metadata: The width_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1849,22 +2006,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this InitialHere. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this InitialHere. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this InitialHere. + :return: The x_position of this InitialHere. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this InitialHere. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this InitialHere. - :param x_position: The x_position of this InitialHere. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this InitialHere. # noqa: E501 :type: str """ @@ -1872,20 +2029,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this InitialHere. + """Gets the x_position_metadata of this InitialHere. # noqa: E501 + - :return: The x_position_metadata of this InitialHere. + :return: The x_position_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this InitialHere. + """Sets the x_position_metadata of this InitialHere. + - :param x_position_metadata: The x_position_metadata of this InitialHere. + :param x_position_metadata: The x_position_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ @@ -1893,22 +2050,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this InitialHere. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this InitialHere. # noqa: E501 - :return: The y_position of this InitialHere. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this InitialHere. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this InitialHere. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this InitialHere. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this InitialHere. + :param y_position: The y_position of this InitialHere. # noqa: E501 :type: str """ @@ -1916,32 +2073,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this InitialHere. + """Gets the y_position_metadata of this InitialHere. # noqa: E501 + - :return: The y_position_metadata of this InitialHere. + :return: The y_position_metadata of this InitialHere. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this InitialHere. + """Sets the y_position_metadata of this InitialHere. - :param y_position_metadata: The y_position_metadata of this InitialHere. + + :param y_position_metadata: The y_position_metadata of this InitialHere. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1958,29 +2113,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(InitialHere, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, InitialHere): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/inline_template.py b/docusign_esign/models/inline_template.py index f89f5a59..2a659e5a 100644 --- a/docusign_esign/models/inline_template.py +++ b/docusign_esign/models/inline_template.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,63 +11,78 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class InlineTemplate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, custom_fields=None, documents=None, envelope=None, recipients=None, sequence=None): - """ - InlineTemplate - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'custom_fields': 'CustomFields', - 'documents': 'list[Document]', - 'envelope': 'Envelope', - 'recipients': 'Recipients', - 'sequence': 'str' - } - - self.attribute_map = { - 'custom_fields': 'customFields', - 'documents': 'documents', - 'envelope': 'envelope', - 'recipients': 'recipients', - 'sequence': 'sequence' - } - self._custom_fields = custom_fields - self._documents = documents - self._envelope = envelope - self._recipients = recipients - self._sequence = sequence + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'custom_fields': 'CustomFields', + 'documents': 'list[Document]', + 'envelope': 'Envelope', + 'recipients': 'Recipients', + 'sequence': 'str' + } + + attribute_map = { + 'custom_fields': 'customFields', + 'documents': 'documents', + 'envelope': 'envelope', + 'recipients': 'recipients', + 'sequence': 'sequence' + } + + def __init__(self, custom_fields=None, documents=None, envelope=None, recipients=None, sequence=None): # noqa: E501 + """InlineTemplate - a model defined in Swagger""" # noqa: E501 + + self._custom_fields = None + self._documents = None + self._envelope = None + self._recipients = None + self._sequence = None + self.discriminator = None + + if custom_fields is not None: + self.custom_fields = custom_fields + if documents is not None: + self.documents = documents + if envelope is not None: + self.envelope = envelope + if recipients is not None: + self.recipients = recipients + if sequence is not None: + self.sequence = sequence @property def custom_fields(self): - """ - Gets the custom_fields of this InlineTemplate. + """Gets the custom_fields of this InlineTemplate. # noqa: E501 - :return: The custom_fields of this InlineTemplate. + + :return: The custom_fields of this InlineTemplate. # noqa: E501 :rtype: CustomFields """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this InlineTemplate. + """Sets the custom_fields of this InlineTemplate. + - :param custom_fields: The custom_fields of this InlineTemplate. + :param custom_fields: The custom_fields of this InlineTemplate. # noqa: E501 :type: CustomFields """ @@ -75,22 +90,22 @@ def custom_fields(self, custom_fields): @property def documents(self): - """ - Gets the documents of this InlineTemplate. - Complex element contains the details on the documents in the envelope. + """Gets the documents of this InlineTemplate. # noqa: E501 + + Complex element contains the details on the documents in the envelope. # noqa: E501 - :return: The documents of this InlineTemplate. + :return: The documents of this InlineTemplate. # noqa: E501 :rtype: list[Document] """ return self._documents @documents.setter def documents(self, documents): - """ - Sets the documents of this InlineTemplate. - Complex element contains the details on the documents in the envelope. + """Sets the documents of this InlineTemplate. - :param documents: The documents of this InlineTemplate. + Complex element contains the details on the documents in the envelope. # noqa: E501 + + :param documents: The documents of this InlineTemplate. # noqa: E501 :type: list[Document] """ @@ -98,20 +113,20 @@ def documents(self, documents): @property def envelope(self): - """ - Gets the envelope of this InlineTemplate. + """Gets the envelope of this InlineTemplate. # noqa: E501 - :return: The envelope of this InlineTemplate. + + :return: The envelope of this InlineTemplate. # noqa: E501 :rtype: Envelope """ return self._envelope @envelope.setter def envelope(self, envelope): - """ - Sets the envelope of this InlineTemplate. + """Sets the envelope of this InlineTemplate. + - :param envelope: The envelope of this InlineTemplate. + :param envelope: The envelope of this InlineTemplate. # noqa: E501 :type: Envelope """ @@ -119,20 +134,20 @@ def envelope(self, envelope): @property def recipients(self): - """ - Gets the recipients of this InlineTemplate. + """Gets the recipients of this InlineTemplate. # noqa: E501 + - :return: The recipients of this InlineTemplate. + :return: The recipients of this InlineTemplate. # noqa: E501 :rtype: Recipients """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this InlineTemplate. + """Sets the recipients of this InlineTemplate. - :param recipients: The recipients of this InlineTemplate. + + :param recipients: The recipients of this InlineTemplate. # noqa: E501 :type: Recipients """ @@ -140,34 +155,32 @@ def recipients(self, recipients): @property def sequence(self): - """ - Gets the sequence of this InlineTemplate. - Specifies the order in which templates are overlaid. + """Gets the sequence of this InlineTemplate. # noqa: E501 + + Specifies the order in which templates are overlaid. # noqa: E501 - :return: The sequence of this InlineTemplate. + :return: The sequence of this InlineTemplate. # noqa: E501 :rtype: str """ return self._sequence @sequence.setter def sequence(self, sequence): - """ - Sets the sequence of this InlineTemplate. - Specifies the order in which templates are overlaid. + """Sets the sequence of this InlineTemplate. + + Specifies the order in which templates are overlaid. # noqa: E501 - :param sequence: The sequence of this InlineTemplate. + :param sequence: The sequence of this InlineTemplate. # noqa: E501 :type: str """ self._sequence = sequence def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -184,29 +197,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(InlineTemplate, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, InlineTemplate): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/integrated_user_info_list.py b/docusign_esign/models/integrated_user_info_list.py index 1c052f36..d4472a06 100644 --- a/docusign_esign/models/integrated_user_info_list.py +++ b/docusign_esign/models/integrated_user_info_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class IntegratedUserInfoList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, all_users_selected=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): - """ - IntegratedUserInfoList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'all_users_selected': 'str', - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str', - 'users': 'list[UserInfo]' - } - - self.attribute_map = { - 'all_users_selected': 'allUsersSelected', - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize', - 'users': 'users' - } - - self._all_users_selected = all_users_selected - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size - self._users = users + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'all_users_selected': 'str', + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'users': 'list[UserInfo]' + } + + attribute_map = { + 'all_users_selected': 'allUsersSelected', + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'users': 'users' + } + + def __init__(self, all_users_selected=None, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): # noqa: E501 + """IntegratedUserInfoList - a model defined in Swagger""" # noqa: E501 + + self._all_users_selected = None + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._users = None + self.discriminator = None + + if all_users_selected is not None: + self.all_users_selected = all_users_selected + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size + if users is not None: + self.users = users @property def all_users_selected(self): - """ - Gets the all_users_selected of this IntegratedUserInfoList. - + """Gets the all_users_selected of this IntegratedUserInfoList. # noqa: E501 - :return: The all_users_selected of this IntegratedUserInfoList. + # noqa: E501 + + :return: The all_users_selected of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._all_users_selected @all_users_selected.setter def all_users_selected(self, all_users_selected): - """ - Sets the all_users_selected of this IntegratedUserInfoList. - + """Sets the all_users_selected of this IntegratedUserInfoList. - :param all_users_selected: The all_users_selected of this IntegratedUserInfoList. + # noqa: E501 + + :param all_users_selected: The all_users_selected of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def all_users_selected(self, all_users_selected): @property def end_position(self): - """ - Gets the end_position of this IntegratedUserInfoList. - The last position in the result set. + """Gets the end_position of this IntegratedUserInfoList. # noqa: E501 - :return: The end_position of this IntegratedUserInfoList. + The last position in the result set. # noqa: E501 + + :return: The end_position of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this IntegratedUserInfoList. - The last position in the result set. + """Sets the end_position of this IntegratedUserInfoList. - :param end_position: The end_position of this IntegratedUserInfoList. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this IntegratedUserInfoList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this IntegratedUserInfoList. # noqa: E501 - :return: The next_uri of this IntegratedUserInfoList. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this IntegratedUserInfoList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this IntegratedUserInfoList. - :param next_uri: The next_uri of this IntegratedUserInfoList. + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :param next_uri: The next_uri of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -132,22 +153,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this IntegratedUserInfoList. - The postal code for the billing address. + """Gets the previous_uri of this IntegratedUserInfoList. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this IntegratedUserInfoList. + :return: The previous_uri of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this IntegratedUserInfoList. - The postal code for the billing address. + """Sets the previous_uri of this IntegratedUserInfoList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this IntegratedUserInfoList. + :param previous_uri: The previous_uri of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -155,22 +176,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this IntegratedUserInfoList. - The number of results returned in this response. + """Gets the result_set_size of this IntegratedUserInfoList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this IntegratedUserInfoList. + :return: The result_set_size of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this IntegratedUserInfoList. - The number of results returned in this response. + """Sets the result_set_size of this IntegratedUserInfoList. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this IntegratedUserInfoList. + :param result_set_size: The result_set_size of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this IntegratedUserInfoList. - Starting position of the current result set. + """Gets the start_position of this IntegratedUserInfoList. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this IntegratedUserInfoList. + :return: The start_position of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this IntegratedUserInfoList. - Starting position of the current result set. + """Sets the start_position of this IntegratedUserInfoList. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this IntegratedUserInfoList. + :param start_position: The start_position of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this IntegratedUserInfoList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this IntegratedUserInfoList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this IntegratedUserInfoList. + :return: The total_set_size of this IntegratedUserInfoList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this IntegratedUserInfoList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this IntegratedUserInfoList. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this IntegratedUserInfoList. + :param total_set_size: The total_set_size of this IntegratedUserInfoList. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def total_set_size(self, total_set_size): @property def users(self): - """ - Gets the users of this IntegratedUserInfoList. - + """Gets the users of this IntegratedUserInfoList. # noqa: E501 - :return: The users of this IntegratedUserInfoList. + # noqa: E501 + + :return: The users of this IntegratedUserInfoList. # noqa: E501 :rtype: list[UserInfo] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this IntegratedUserInfoList. - + """Sets the users of this IntegratedUserInfoList. - :param users: The users of this IntegratedUserInfoList. + # noqa: E501 + + :param users: The users of this IntegratedUserInfoList. # noqa: E501 :type: list[UserInfo] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(IntegratedUserInfoList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, IntegratedUserInfoList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/intermediary.py b/docusign_esign/models/intermediary.py index 65b97b4d..1a1aa3f0 100644 --- a/docusign_esign/models/intermediary.py +++ b/docusign_esign/models/intermediary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,251 +11,405 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Intermediary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - Intermediary - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """Intermediary - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this Intermediary. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this Intermediary. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this Intermediary. + :return: The access_code of this Intermediary. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this Intermediary. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this Intermediary. - :param access_code: The access_code of this Intermediary. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this Intermediary. # noqa: E501 :type: str """ @@ -263,20 +417,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this Intermediary. + """Gets the access_code_metadata of this Intermediary. # noqa: E501 + - :return: The access_code_metadata of this Intermediary. + :return: The access_code_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this Intermediary. + """Sets the access_code_metadata of this Intermediary. + - :param access_code_metadata: The access_code_metadata of this Intermediary. + :param access_code_metadata: The access_code_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -284,45 +438,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this Intermediary. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this Intermediary. # noqa: E501 - :return: The add_access_code_to_email of this Intermediary. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :return: The add_access_code_to_email of this Intermediary. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this Intermediary. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this Intermediary. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this Intermediary. + :param add_access_code_to_email: The add_access_code_to_email of this Intermediary. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def allow_system_override_for_locked_recipient(self): + def additional_notifications(self): + """Gets the additional_notifications of this Intermediary. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Intermediary. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Intermediary. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Intermediary. # noqa: E501 + :type: list[RecipientAdditionalNotification] + """ + + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this Intermediary. # noqa: E501 + + + :return: The additional_notifications_metadata of this Intermediary. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this Intermediary. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this Intermediary. # noqa: E501 + :type: PropertyMetadata """ - Gets the allow_system_override_for_locked_recipient of this Intermediary. - - :return: The allow_system_override_for_locked_recipient of this Intermediary. + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def allow_system_override_for_locked_recipient(self): + """Gets the allow_system_override_for_locked_recipient of this Intermediary. # noqa: E501 + + # noqa: E501 + + :return: The allow_system_override_for_locked_recipient of this Intermediary. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this Intermediary. - + """Sets the allow_system_override_for_locked_recipient of this Intermediary. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Intermediary. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Intermediary. # noqa: E501 :type: str """ @@ -330,22 +528,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this Intermediary. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this Intermediary. # noqa: E501 - :return: The client_user_id of this Intermediary. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this Intermediary. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this Intermediary. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this Intermediary. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this Intermediary. + :param client_user_id: The client_user_id of this Intermediary. # noqa: E501 :type: str """ @@ -353,22 +551,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this Intermediary. - + """Gets the completed_count of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this Intermediary. + :return: The completed_count of this Intermediary. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this Intermediary. - + """Sets the completed_count of this Intermediary. - :param completed_count: The completed_count of this Intermediary. + # noqa: E501 + + :param completed_count: The completed_count of this Intermediary. # noqa: E501 :type: str """ @@ -376,22 +574,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this Intermediary. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this Intermediary. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this Intermediary. + :return: The custom_fields of this Intermediary. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Intermediary. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this Intermediary. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this Intermediary. + :param custom_fields: The custom_fields of this Intermediary. # noqa: E501 :type: list[str] """ @@ -399,22 +597,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Intermediary. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Intermediary. # noqa: E501 - :return: The declined_date_time of this Intermediary. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Intermediary. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Intermediary. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Intermediary. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this Intermediary. + :param declined_date_time: The declined_date_time of this Intermediary. # noqa: E501 :type: str """ @@ -422,22 +620,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this Intermediary. - The reason the recipient declined the document. + """Gets the declined_reason of this Intermediary. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The declined_reason of this Intermediary. + :return: The declined_reason of this Intermediary. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this Intermediary. - The reason the recipient declined the document. + """Sets the declined_reason of this Intermediary. - :param declined_reason: The declined_reason of this Intermediary. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this Intermediary. # noqa: E501 :type: str """ @@ -445,22 +643,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Intermediary. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Intermediary. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this Intermediary. + :return: The delivered_date_time of this Intermediary. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Intermediary. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Intermediary. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this Intermediary. + :param delivered_date_time: The delivered_date_time of this Intermediary. # noqa: E501 :type: str """ @@ -468,22 +666,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this Intermediary. - Reserved: For DocuSign use only. + """Gets the delivery_method of this Intermediary. # noqa: E501 - :return: The delivery_method of this Intermediary. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this Intermediary. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this Intermediary. - Reserved: For DocuSign use only. + """Sets the delivery_method of this Intermediary. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this Intermediary. + :param delivery_method: The delivery_method of this Intermediary. # noqa: E501 :type: str """ @@ -491,20 +689,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this Intermediary. + """Gets the delivery_method_metadata of this Intermediary. # noqa: E501 + - :return: The delivery_method_metadata of this Intermediary. + :return: The delivery_method_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this Intermediary. + """Sets the delivery_method_metadata of this Intermediary. - :param delivery_method_metadata: The delivery_method_metadata of this Intermediary. + + :param delivery_method_metadata: The delivery_method_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -512,22 +710,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this Intermediary. - + """Gets the designator_id of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this Intermediary. + :return: The designator_id of this Intermediary. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this Intermediary. - + """Sets the designator_id of this Intermediary. + + # noqa: E501 - :param designator_id: The designator_id of this Intermediary. + :param designator_id: The designator_id of this Intermediary. # noqa: E501 :type: str """ @@ -535,22 +733,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this Intermediary. - + """Gets the designator_id_guid of this Intermediary. # noqa: E501 - :return: The designator_id_guid of this Intermediary. + # noqa: E501 + + :return: The designator_id_guid of this Intermediary. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this Intermediary. - + """Sets the designator_id_guid of this Intermediary. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this Intermediary. + :param designator_id_guid: The designator_id_guid of this Intermediary. # noqa: E501 :type: str """ @@ -558,22 +756,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this Intermediary. - + """Gets the document_visibility of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this Intermediary. + :return: The document_visibility of this Intermediary. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this Intermediary. - + """Sets the document_visibility of this Intermediary. - :param document_visibility: The document_visibility of this Intermediary. + # noqa: E501 + + :param document_visibility: The document_visibility of this Intermediary. # noqa: E501 :type: list[DocumentVisibility] """ @@ -581,22 +779,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this Intermediary. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Gets the email of this Intermediary. # noqa: E501 + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :return: The email of this Intermediary. + :return: The email of this Intermediary. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this Intermediary. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Sets the email of this Intermediary. + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :param email: The email of this Intermediary. + :param email: The email of this Intermediary. # noqa: E501 :type: str """ @@ -604,20 +802,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this Intermediary. + """Gets the email_metadata of this Intermediary. # noqa: E501 - :return: The email_metadata of this Intermediary. + + :return: The email_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this Intermediary. + """Sets the email_metadata of this Intermediary. + - :param email_metadata: The email_metadata of this Intermediary. + :param email_metadata: The email_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -625,20 +823,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this Intermediary. + """Gets the email_notification of this Intermediary. # noqa: E501 + - :return: The email_notification of this Intermediary. + :return: The email_notification of this Intermediary. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this Intermediary. + """Sets the email_notification of this Intermediary. - :param email_notification: The email_notification of this Intermediary. + + :param email_notification: The email_notification of this Intermediary. # noqa: E501 :type: RecipientEmailNotification """ @@ -646,22 +844,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this Intermediary. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this Intermediary. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this Intermediary. + :return: The embedded_recipient_start_url of this Intermediary. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this Intermediary. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this Intermediary. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this Intermediary. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Intermediary. # noqa: E501 :type: str """ @@ -669,20 +867,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this Intermediary. + """Gets the error_details of this Intermediary. # noqa: E501 - :return: The error_details of this Intermediary. + + :return: The error_details of this Intermediary. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Intermediary. + """Sets the error_details of this Intermediary. + - :param error_details: The error_details of this Intermediary. + :param error_details: The error_details of this Intermediary. # noqa: E501 :type: ErrorDetails """ @@ -690,22 +888,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this Intermediary. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this Intermediary. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this Intermediary. + :return: The excluded_documents of this Intermediary. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this Intermediary. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this Intermediary. - :param excluded_documents: The excluded_documents of this Intermediary. + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 + + :param excluded_documents: The excluded_documents of this Intermediary. # noqa: E501 :type: list[str] """ @@ -713,22 +911,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this Intermediary. - Reserved: + """Gets the fax_number of this Intermediary. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this Intermediary. + :return: The fax_number of this Intermediary. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this Intermediary. - Reserved: + """Sets the fax_number of this Intermediary. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this Intermediary. + :param fax_number: The fax_number of this Intermediary. # noqa: E501 :type: str """ @@ -736,20 +934,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this Intermediary. + """Gets the fax_number_metadata of this Intermediary. # noqa: E501 - :return: The fax_number_metadata of this Intermediary. + + :return: The fax_number_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this Intermediary. + """Sets the fax_number_metadata of this Intermediary. + - :param fax_number_metadata: The fax_number_metadata of this Intermediary. + :param fax_number_metadata: The fax_number_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -757,22 +955,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this Intermediary. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this Intermediary. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this Intermediary. + :return: The first_name of this Intermediary. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this Intermediary. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this Intermediary. - :param first_name: The first_name of this Intermediary. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :param first_name: The first_name of this Intermediary. # noqa: E501 :type: str """ @@ -780,20 +978,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this Intermediary. + """Gets the first_name_metadata of this Intermediary. # noqa: E501 + - :return: The first_name_metadata of this Intermediary. + :return: The first_name_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this Intermediary. + """Sets the first_name_metadata of this Intermediary. + - :param first_name_metadata: The first_name_metadata of this Intermediary. + :param first_name_metadata: The first_name_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -801,22 +999,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this Intermediary. - + """Gets the full_name of this Intermediary. # noqa: E501 - :return: The full_name of this Intermediary. + # noqa: E501 + + :return: The full_name of this Intermediary. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this Intermediary. - + """Sets the full_name of this Intermediary. + + # noqa: E501 - :param full_name: The full_name of this Intermediary. + :param full_name: The full_name of this Intermediary. # noqa: E501 :type: str """ @@ -824,20 +1022,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this Intermediary. + """Gets the full_name_metadata of this Intermediary. # noqa: E501 + - :return: The full_name_metadata of this Intermediary. + :return: The full_name_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this Intermediary. + """Sets the full_name_metadata of this Intermediary. - :param full_name_metadata: The full_name_metadata of this Intermediary. + + :param full_name_metadata: The full_name_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -845,22 +1043,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this Intermediary. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this Intermediary. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this Intermediary. + :return: The id_check_configuration_name of this Intermediary. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this Intermediary. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this Intermediary. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this Intermediary. + :param id_check_configuration_name: The id_check_configuration_name of this Intermediary. # noqa: E501 :type: str """ @@ -868,20 +1066,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this Intermediary. + """Gets the id_check_configuration_name_metadata of this Intermediary. # noqa: E501 - :return: The id_check_configuration_name_metadata of this Intermediary. + + :return: The id_check_configuration_name_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this Intermediary. + """Sets the id_check_configuration_name_metadata of this Intermediary. + - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Intermediary. + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -889,43 +1087,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this Intermediary. + """Gets the id_check_information_input of this Intermediary. # noqa: E501 + - :return: The id_check_information_input of this Intermediary. + :return: The id_check_information_input of this Intermediary. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this Intermediary. + """Sets the id_check_information_input of this Intermediary. - :param id_check_information_input: The id_check_information_input of this Intermediary. + + :param id_check_information_input: The id_check_information_input of this Intermediary. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this Intermediary. # noqa: E501 + + + :return: The identity_verification of this Intermediary. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this Intermediary. + + + :param identity_verification: The identity_verification of this Intermediary. # noqa: E501 + :type: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this Intermediary. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. - :return: The inherit_email_notification_configuration of this Intermediary. + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this Intermediary. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this Intermediary. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this Intermediary. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this Intermediary. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Intermediary. + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Intermediary. # noqa: E501 :type: str """ @@ -933,22 +1152,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def last_name(self): - """ - Gets the last_name of this Intermediary. - + """Gets the last_name of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The last_name of this Intermediary. + :return: The last_name of this Intermediary. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this Intermediary. - + """Sets the last_name of this Intermediary. - :param last_name: The last_name of this Intermediary. + # noqa: E501 + + :param last_name: The last_name of this Intermediary. # noqa: E501 :type: str """ @@ -956,20 +1175,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this Intermediary. + """Gets the last_name_metadata of this Intermediary. # noqa: E501 + - :return: The last_name_metadata of this Intermediary. + :return: The last_name_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this Intermediary. + """Sets the last_name_metadata of this Intermediary. + - :param last_name_metadata: The last_name_metadata of this Intermediary. + :param last_name_metadata: The last_name_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -977,22 +1196,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this Intermediary. - + """Gets the locked_recipient_phone_auth_editable of this Intermediary. # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this Intermediary. + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this Intermediary. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this Intermediary. - + """Sets the locked_recipient_phone_auth_editable of this Intermediary. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Intermediary. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Intermediary. # noqa: E501 :type: str """ @@ -1000,22 +1219,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this Intermediary. - + """Gets the locked_recipient_sms_editable of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this Intermediary. + :return: The locked_recipient_sms_editable of this Intermediary. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this Intermediary. - + """Sets the locked_recipient_sms_editable of this Intermediary. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Intermediary. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Intermediary. # noqa: E501 :type: str """ @@ -1023,22 +1242,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this Intermediary. - + """Gets the name of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The name of this Intermediary. + :return: The name of this Intermediary. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Intermediary. - + """Sets the name of this Intermediary. + + # noqa: E501 - :param name: The name of this Intermediary. + :param name: The name of this Intermediary. # noqa: E501 :type: str """ @@ -1046,20 +1265,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Intermediary. + """Gets the name_metadata of this Intermediary. # noqa: E501 - :return: The name_metadata of this Intermediary. + + :return: The name_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Intermediary. + """Sets the name_metadata of this Intermediary. + - :param name_metadata: The name_metadata of this Intermediary. + :param name_metadata: The name_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1067,22 +1286,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this Intermediary. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this Intermediary. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this Intermediary. + :return: The note of this Intermediary. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this Intermediary. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this Intermediary. - :param note: The note of this Intermediary. + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :param note: The note of this Intermediary. # noqa: E501 :type: str """ @@ -1090,20 +1309,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this Intermediary. + """Gets the note_metadata of this Intermediary. # noqa: E501 + - :return: The note_metadata of this Intermediary. + :return: The note_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this Intermediary. + """Sets the note_metadata of this Intermediary. + - :param note_metadata: The note_metadata of this Intermediary. + :param note_metadata: The note_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1111,20 +1330,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this Intermediary. + """Gets the phone_authentication of this Intermediary. # noqa: E501 - :return: The phone_authentication of this Intermediary. + + :return: The phone_authentication of this Intermediary. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this Intermediary. + """Sets the phone_authentication of this Intermediary. + - :param phone_authentication: The phone_authentication of this Intermediary. + :param phone_authentication: The phone_authentication of this Intermediary. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1132,22 +1351,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this Intermediary. - Reserved: + """Gets the recipient_attachments of this Intermediary. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this Intermediary. + :return: The recipient_attachments of this Intermediary. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this Intermediary. - Reserved: + """Sets the recipient_attachments of this Intermediary. - :param recipient_attachments: The recipient_attachments of this Intermediary. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this Intermediary. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1155,20 +1374,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this Intermediary. + """Gets the recipient_authentication_status of this Intermediary. # noqa: E501 + - :return: The recipient_authentication_status of this Intermediary. + :return: The recipient_authentication_status of this Intermediary. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this Intermediary. + """Sets the recipient_authentication_status of this Intermediary. + - :param recipient_authentication_status: The recipient_authentication_status of this Intermediary. + :param recipient_authentication_status: The recipient_authentication_status of this Intermediary. # noqa: E501 :type: AuthenticationStatus """ @@ -1176,22 +1395,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this Intermediary. - + """Gets the recipient_feature_metadata of this Intermediary. # noqa: E501 - :return: The recipient_feature_metadata of this Intermediary. + # noqa: E501 + + :return: The recipient_feature_metadata of this Intermediary. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this Intermediary. - + """Sets the recipient_feature_metadata of this Intermediary. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this Intermediary. + :param recipient_feature_metadata: The recipient_feature_metadata of this Intermediary. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1199,22 +1418,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Intermediary. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Intermediary. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Intermediary. + :return: The recipient_id of this Intermediary. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Intermediary. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Intermediary. - :param recipient_id: The recipient_id of this Intermediary. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Intermediary. # noqa: E501 :type: str """ @@ -1222,22 +1441,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Intermediary. - + """Gets the recipient_id_guid of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Intermediary. + :return: The recipient_id_guid of this Intermediary. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Intermediary. - + """Sets the recipient_id_guid of this Intermediary. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Intermediary. + :param recipient_id_guid: The recipient_id_guid of this Intermediary. # noqa: E501 :type: str """ @@ -1245,22 +1464,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this Intermediary. - + """Gets the recipient_type of this Intermediary. # noqa: E501 - :return: The recipient_type of this Intermediary. + # noqa: E501 + + :return: The recipient_type of this Intermediary. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this Intermediary. - + """Sets the recipient_type of this Intermediary. + + # noqa: E501 - :param recipient_type: The recipient_type of this Intermediary. + :param recipient_type: The recipient_type of this Intermediary. # noqa: E501 :type: str """ @@ -1268,20 +1487,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this Intermediary. + """Gets the recipient_type_metadata of this Intermediary. # noqa: E501 + - :return: The recipient_type_metadata of this Intermediary. + :return: The recipient_type_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this Intermediary. + """Sets the recipient_type_metadata of this Intermediary. - :param recipient_type_metadata: The recipient_type_metadata of this Intermediary. + + :param recipient_type_metadata: The recipient_type_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1508,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this Intermediary. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this Intermediary. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this Intermediary. + :return: The require_id_lookup of this Intermediary. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this Intermediary. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this Intermediary. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this Intermediary. + :param require_id_lookup: The require_id_lookup of this Intermediary. # noqa: E501 :type: str """ @@ -1312,20 +1531,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this Intermediary. + """Gets the require_id_lookup_metadata of this Intermediary. # noqa: E501 - :return: The require_id_lookup_metadata of this Intermediary. + + :return: The require_id_lookup_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this Intermediary. + """Sets the require_id_lookup_metadata of this Intermediary. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this Intermediary. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1333,22 +1552,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this Intermediary. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this Intermediary. # noqa: E501 + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :return: The role_name of this Intermediary. + :return: The role_name of this Intermediary. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this Intermediary. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this Intermediary. - :param role_name: The role_name of this Intermediary. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this Intermediary. # noqa: E501 :type: str """ @@ -1356,22 +1575,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this Intermediary. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this Intermediary. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this Intermediary. + :return: The routing_order of this Intermediary. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this Intermediary. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this Intermediary. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this Intermediary. + :param routing_order: The routing_order of this Intermediary. # noqa: E501 :type: str """ @@ -1379,20 +1598,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this Intermediary. + """Gets the routing_order_metadata of this Intermediary. # noqa: E501 - :return: The routing_order_metadata of this Intermediary. + + :return: The routing_order_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this Intermediary. + """Sets the routing_order_metadata of this Intermediary. + - :param routing_order_metadata: The routing_order_metadata of this Intermediary. + :param routing_order_metadata: The routing_order_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1400,22 +1619,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Intermediary. - The date and time the envelope was sent. + """Gets the sent_date_time of this Intermediary. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this Intermediary. + :return: The sent_date_time of this Intermediary. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Intermediary. - The date and time the envelope was sent. + """Sets the sent_date_time of this Intermediary. - :param sent_date_time: The sent_date_time of this Intermediary. + The date and time the envelope was sent. # noqa: E501 + + :param sent_date_time: The sent_date_time of this Intermediary. # noqa: E501 :type: str """ @@ -1423,22 +1642,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this Intermediary. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this Intermediary. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this Intermediary. + :return: The signed_date_time of this Intermediary. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this Intermediary. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this Intermediary. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this Intermediary. + :param signed_date_time: The signed_date_time of this Intermediary. # noqa: E501 :type: str """ @@ -1446,22 +1665,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Intermediary. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Intermediary. # noqa: E501 - :return: The signing_group_id of this Intermediary. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Intermediary. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Intermediary. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Intermediary. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this Intermediary. + :param signing_group_id: The signing_group_id of this Intermediary. # noqa: E501 :type: str """ @@ -1469,20 +1688,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this Intermediary. + """Gets the signing_group_id_metadata of this Intermediary. # noqa: E501 + - :return: The signing_group_id_metadata of this Intermediary. + :return: The signing_group_id_metadata of this Intermediary. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this Intermediary. + """Sets the signing_group_id_metadata of this Intermediary. - :param signing_group_id_metadata: The signing_group_id_metadata of this Intermediary. + + :param signing_group_id_metadata: The signing_group_id_metadata of this Intermediary. # noqa: E501 :type: PropertyMetadata """ @@ -1490,22 +1709,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Intermediary. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Intermediary. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Intermediary. + :return: The signing_group_name of this Intermediary. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Intermediary. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Intermediary. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this Intermediary. + :param signing_group_name: The signing_group_name of this Intermediary. # noqa: E501 :type: str """ @@ -1513,22 +1732,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this Intermediary. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this Intermediary. # noqa: E501 - :return: The signing_group_users of this Intermediary. + A complex type that contains information about users in the signing group. # noqa: E501 + + :return: The signing_group_users of this Intermediary. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this Intermediary. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this Intermediary. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this Intermediary. + :param signing_group_users: The signing_group_users of this Intermediary. # noqa: E501 :type: list[UserInfo] """ @@ -1536,20 +1755,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this Intermediary. + """Gets the sms_authentication of this Intermediary. # noqa: E501 + - :return: The sms_authentication of this Intermediary. + :return: The sms_authentication of this Intermediary. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this Intermediary. + """Sets the sms_authentication of this Intermediary. - :param sms_authentication: The sms_authentication of this Intermediary. + + :param sms_authentication: The sms_authentication of this Intermediary. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1557,22 +1776,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this Intermediary. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this Intermediary. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this Intermediary. + :return: The social_authentications of this Intermediary. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this Intermediary. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this Intermediary. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this Intermediary. + :param social_authentications: The social_authentications of this Intermediary. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1580,22 +1799,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this Intermediary. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Intermediary. # noqa: E501 - :return: The status of this Intermediary. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Intermediary. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Intermediary. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Intermediary. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Intermediary. + :param status: The status of this Intermediary. # noqa: E501 :type: str """ @@ -1603,22 +1822,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this Intermediary. - + """Gets the status_code of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The status_code of this Intermediary. + :return: The status_code of this Intermediary. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this Intermediary. - + """Sets the status_code of this Intermediary. - :param status_code: The status_code of this Intermediary. + # noqa: E501 + + :param status_code: The status_code of this Intermediary. # noqa: E501 :type: str """ @@ -1626,22 +1845,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this Intermediary. - + """Gets the suppress_emails of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this Intermediary. + :return: The suppress_emails of this Intermediary. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this Intermediary. - + """Sets the suppress_emails of this Intermediary. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this Intermediary. + :param suppress_emails: The suppress_emails of this Intermediary. # noqa: E501 :type: str """ @@ -1649,22 +1868,22 @@ def suppress_emails(self, suppress_emails): @property def template_locked(self): - """ - Gets the template_locked of this Intermediary. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Intermediary. # noqa: E501 - :return: The template_locked of this Intermediary. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Intermediary. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Intermediary. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Intermediary. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Intermediary. + :param template_locked: The template_locked of this Intermediary. # noqa: E501 :type: str """ @@ -1672,22 +1891,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Intermediary. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Intermediary. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Intermediary. + :return: The template_required of this Intermediary. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Intermediary. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Intermediary. - :param template_required: The template_required of this Intermediary. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Intermediary. # noqa: E501 :type: str """ @@ -1695,22 +1914,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this Intermediary. - + """Gets the total_tab_count of this Intermediary. # noqa: E501 + + # noqa: E501 - :return: The total_tab_count of this Intermediary. + :return: The total_tab_count of this Intermediary. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this Intermediary. - + """Sets the total_tab_count of this Intermediary. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this Intermediary. + :param total_tab_count: The total_tab_count of this Intermediary. # noqa: E501 :type: str """ @@ -1718,34 +1937,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this Intermediary. - + """Gets the user_id of this Intermediary. # noqa: E501 - :return: The user_id of this Intermediary. + # noqa: E501 + + :return: The user_id of this Intermediary. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this Intermediary. - + """Sets the user_id of this Intermediary. + + # noqa: E501 - :param user_id: The user_id of this Intermediary. + :param user_id: The user_id of this Intermediary. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1762,29 +1979,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Intermediary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Intermediary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/jurisdiction.py b/docusign_esign/models/jurisdiction.py index b4bcf40a..8dd3f272 100644 --- a/docusign_esign/models/jurisdiction.py +++ b/docusign_esign/models/jurisdiction.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Jurisdiction(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_system_created_seal=None, allow_user_uploaded_seal=None, commission_id_in_seal=None, county=None, county_in_seal=None, enabled=None, jurisdiction_id=None, name=None, notary_public_in_seal=None, state_name_in_seal=None): - """ - Jurisdiction - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_system_created_seal': 'str', - 'allow_user_uploaded_seal': 'str', - 'commission_id_in_seal': 'str', - 'county': 'str', - 'county_in_seal': 'str', - 'enabled': 'str', - 'jurisdiction_id': 'str', - 'name': 'str', - 'notary_public_in_seal': 'str', - 'state_name_in_seal': 'str' - } - - self.attribute_map = { - 'allow_system_created_seal': 'allowSystemCreatedSeal', - 'allow_user_uploaded_seal': 'allowUserUploadedSeal', - 'commission_id_in_seal': 'commissionIdInSeal', - 'county': 'county', - 'county_in_seal': 'countyInSeal', - 'enabled': 'enabled', - 'jurisdiction_id': 'jurisdictionId', - 'name': 'name', - 'notary_public_in_seal': 'notaryPublicInSeal', - 'state_name_in_seal': 'stateNameInSeal' - } - - self._allow_system_created_seal = allow_system_created_seal - self._allow_user_uploaded_seal = allow_user_uploaded_seal - self._commission_id_in_seal = commission_id_in_seal - self._county = county - self._county_in_seal = county_in_seal - self._enabled = enabled - self._jurisdiction_id = jurisdiction_id - self._name = name - self._notary_public_in_seal = notary_public_in_seal - self._state_name_in_seal = state_name_in_seal + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_system_created_seal': 'str', + 'allow_user_uploaded_seal': 'str', + 'commission_id_in_seal': 'str', + 'county': 'str', + 'county_in_seal': 'str', + 'enabled': 'str', + 'jurisdiction_id': 'str', + 'name': 'str', + 'notary_public_in_seal': 'str', + 'state_name_in_seal': 'str' + } + + attribute_map = { + 'allow_system_created_seal': 'allowSystemCreatedSeal', + 'allow_user_uploaded_seal': 'allowUserUploadedSeal', + 'commission_id_in_seal': 'commissionIdInSeal', + 'county': 'county', + 'county_in_seal': 'countyInSeal', + 'enabled': 'enabled', + 'jurisdiction_id': 'jurisdictionId', + 'name': 'name', + 'notary_public_in_seal': 'notaryPublicInSeal', + 'state_name_in_seal': 'stateNameInSeal' + } + + def __init__(self, allow_system_created_seal=None, allow_user_uploaded_seal=None, commission_id_in_seal=None, county=None, county_in_seal=None, enabled=None, jurisdiction_id=None, name=None, notary_public_in_seal=None, state_name_in_seal=None): # noqa: E501 + """Jurisdiction - a model defined in Swagger""" # noqa: E501 + + self._allow_system_created_seal = None + self._allow_user_uploaded_seal = None + self._commission_id_in_seal = None + self._county = None + self._county_in_seal = None + self._enabled = None + self._jurisdiction_id = None + self._name = None + self._notary_public_in_seal = None + self._state_name_in_seal = None + self.discriminator = None + + if allow_system_created_seal is not None: + self.allow_system_created_seal = allow_system_created_seal + if allow_user_uploaded_seal is not None: + self.allow_user_uploaded_seal = allow_user_uploaded_seal + if commission_id_in_seal is not None: + self.commission_id_in_seal = commission_id_in_seal + if county is not None: + self.county = county + if county_in_seal is not None: + self.county_in_seal = county_in_seal + if enabled is not None: + self.enabled = enabled + if jurisdiction_id is not None: + self.jurisdiction_id = jurisdiction_id + if name is not None: + self.name = name + if notary_public_in_seal is not None: + self.notary_public_in_seal = notary_public_in_seal + if state_name_in_seal is not None: + self.state_name_in_seal = state_name_in_seal @property def allow_system_created_seal(self): - """ - Gets the allow_system_created_seal of this Jurisdiction. - + """Gets the allow_system_created_seal of this Jurisdiction. # noqa: E501 + + # noqa: E501 - :return: The allow_system_created_seal of this Jurisdiction. + :return: The allow_system_created_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._allow_system_created_seal @allow_system_created_seal.setter def allow_system_created_seal(self, allow_system_created_seal): - """ - Sets the allow_system_created_seal of this Jurisdiction. - + """Sets the allow_system_created_seal of this Jurisdiction. - :param allow_system_created_seal: The allow_system_created_seal of this Jurisdiction. + # noqa: E501 + + :param allow_system_created_seal: The allow_system_created_seal of this Jurisdiction. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def allow_system_created_seal(self, allow_system_created_seal): @property def allow_user_uploaded_seal(self): - """ - Gets the allow_user_uploaded_seal of this Jurisdiction. - + """Gets the allow_user_uploaded_seal of this Jurisdiction. # noqa: E501 - :return: The allow_user_uploaded_seal of this Jurisdiction. + # noqa: E501 + + :return: The allow_user_uploaded_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._allow_user_uploaded_seal @allow_user_uploaded_seal.setter def allow_user_uploaded_seal(self, allow_user_uploaded_seal): - """ - Sets the allow_user_uploaded_seal of this Jurisdiction. - + """Sets the allow_user_uploaded_seal of this Jurisdiction. - :param allow_user_uploaded_seal: The allow_user_uploaded_seal of this Jurisdiction. + # noqa: E501 + + :param allow_user_uploaded_seal: The allow_user_uploaded_seal of this Jurisdiction. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def allow_user_uploaded_seal(self, allow_user_uploaded_seal): @property def commission_id_in_seal(self): - """ - Gets the commission_id_in_seal of this Jurisdiction. - + """Gets the commission_id_in_seal of this Jurisdiction. # noqa: E501 - :return: The commission_id_in_seal of this Jurisdiction. + # noqa: E501 + + :return: The commission_id_in_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._commission_id_in_seal @commission_id_in_seal.setter def commission_id_in_seal(self, commission_id_in_seal): - """ - Sets the commission_id_in_seal of this Jurisdiction. - + """Sets the commission_id_in_seal of this Jurisdiction. - :param commission_id_in_seal: The commission_id_in_seal of this Jurisdiction. + # noqa: E501 + + :param commission_id_in_seal: The commission_id_in_seal of this Jurisdiction. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def commission_id_in_seal(self, commission_id_in_seal): @property def county(self): - """ - Gets the county of this Jurisdiction. - + """Gets the county of this Jurisdiction. # noqa: E501 - :return: The county of this Jurisdiction. + # noqa: E501 + + :return: The county of this Jurisdiction. # noqa: E501 :rtype: str """ return self._county @county.setter def county(self, county): - """ - Sets the county of this Jurisdiction. - + """Sets the county of this Jurisdiction. - :param county: The county of this Jurisdiction. + # noqa: E501 + + :param county: The county of this Jurisdiction. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def county(self, county): @property def county_in_seal(self): - """ - Gets the county_in_seal of this Jurisdiction. - + """Gets the county_in_seal of this Jurisdiction. # noqa: E501 - :return: The county_in_seal of this Jurisdiction. + # noqa: E501 + + :return: The county_in_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._county_in_seal @county_in_seal.setter def county_in_seal(self, county_in_seal): - """ - Sets the county_in_seal of this Jurisdiction. - + """Sets the county_in_seal of this Jurisdiction. + + # noqa: E501 - :param county_in_seal: The county_in_seal of this Jurisdiction. + :param county_in_seal: The county_in_seal of this Jurisdiction. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def county_in_seal(self, county_in_seal): @property def enabled(self): - """ - Gets the enabled of this Jurisdiction. - + """Gets the enabled of this Jurisdiction. # noqa: E501 + + # noqa: E501 - :return: The enabled of this Jurisdiction. + :return: The enabled of this Jurisdiction. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this Jurisdiction. - + """Sets the enabled of this Jurisdiction. + + # noqa: E501 - :param enabled: The enabled of this Jurisdiction. + :param enabled: The enabled of this Jurisdiction. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def enabled(self, enabled): @property def jurisdiction_id(self): - """ - Gets the jurisdiction_id of this Jurisdiction. - + """Gets the jurisdiction_id of this Jurisdiction. # noqa: E501 + + # noqa: E501 - :return: The jurisdiction_id of this Jurisdiction. + :return: The jurisdiction_id of this Jurisdiction. # noqa: E501 :rtype: str """ return self._jurisdiction_id @jurisdiction_id.setter def jurisdiction_id(self, jurisdiction_id): - """ - Sets the jurisdiction_id of this Jurisdiction. - + """Sets the jurisdiction_id of this Jurisdiction. + + # noqa: E501 - :param jurisdiction_id: The jurisdiction_id of this Jurisdiction. + :param jurisdiction_id: The jurisdiction_id of this Jurisdiction. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def jurisdiction_id(self, jurisdiction_id): @property def name(self): - """ - Gets the name of this Jurisdiction. - + """Gets the name of this Jurisdiction. # noqa: E501 + + # noqa: E501 - :return: The name of this Jurisdiction. + :return: The name of this Jurisdiction. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Jurisdiction. - + """Sets the name of this Jurisdiction. + + # noqa: E501 - :param name: The name of this Jurisdiction. + :param name: The name of this Jurisdiction. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def name(self, name): @property def notary_public_in_seal(self): - """ - Gets the notary_public_in_seal of this Jurisdiction. - + """Gets the notary_public_in_seal of this Jurisdiction. # noqa: E501 + + # noqa: E501 - :return: The notary_public_in_seal of this Jurisdiction. + :return: The notary_public_in_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._notary_public_in_seal @notary_public_in_seal.setter def notary_public_in_seal(self, notary_public_in_seal): - """ - Sets the notary_public_in_seal of this Jurisdiction. - + """Sets the notary_public_in_seal of this Jurisdiction. + + # noqa: E501 - :param notary_public_in_seal: The notary_public_in_seal of this Jurisdiction. + :param notary_public_in_seal: The notary_public_in_seal of this Jurisdiction. # noqa: E501 :type: str """ @@ -276,34 +301,32 @@ def notary_public_in_seal(self, notary_public_in_seal): @property def state_name_in_seal(self): - """ - Gets the state_name_in_seal of this Jurisdiction. - + """Gets the state_name_in_seal of this Jurisdiction. # noqa: E501 - :return: The state_name_in_seal of this Jurisdiction. + # noqa: E501 + + :return: The state_name_in_seal of this Jurisdiction. # noqa: E501 :rtype: str """ return self._state_name_in_seal @state_name_in_seal.setter def state_name_in_seal(self, state_name_in_seal): - """ - Sets the state_name_in_seal of this Jurisdiction. - + """Sets the state_name_in_seal of this Jurisdiction. - :param state_name_in_seal: The state_name_in_seal of this Jurisdiction. + # noqa: E501 + + :param state_name_in_seal: The state_name_in_seal of this Jurisdiction. # noqa: E501 :type: str """ self._state_name_in_seal = state_name_in_seal def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Jurisdiction, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Jurisdiction): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/last_name.py b/docusign_esign/models/last_name.py index ae12a52b..18af31a3 100644 --- a/docusign_esign/models/last_name.py +++ b/docusign_esign/models/last_name.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,311 +11,490 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LastName(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - LastName - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """LastName - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this LastName. - + """Gets the anchor_allow_white_space_in_characters of this LastName. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this LastName. + :return: The anchor_allow_white_space_in_characters of this LastName. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this LastName. - + """Sets the anchor_allow_white_space_in_characters of this LastName. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this LastName. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this LastName. # noqa: E501 :type: str """ @@ -323,20 +502,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this LastName. + """Gets the anchor_allow_white_space_in_characters_metadata of this LastName. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this LastName. + :return: The anchor_allow_white_space_in_characters_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this LastName. + """Sets the anchor_allow_white_space_in_characters_metadata of this LastName. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this LastName. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -344,22 +523,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this LastName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this LastName. # noqa: E501 - :return: The anchor_case_sensitive of this LastName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this LastName. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this LastName. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this LastName. - :param anchor_case_sensitive: The anchor_case_sensitive of this LastName. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this LastName. # noqa: E501 :type: str """ @@ -367,20 +546,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this LastName. + """Gets the anchor_case_sensitive_metadata of this LastName. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this LastName. + :return: The anchor_case_sensitive_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this LastName. + """Sets the anchor_case_sensitive_metadata of this LastName. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this LastName. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -388,22 +567,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this LastName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this LastName. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this LastName. + :return: The anchor_horizontal_alignment of this LastName. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this LastName. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this LastName. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this LastName. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this LastName. # noqa: E501 :type: str """ @@ -411,20 +590,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this LastName. + """Gets the anchor_horizontal_alignment_metadata of this LastName. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this LastName. + + :return: The anchor_horizontal_alignment_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this LastName. + """Sets the anchor_horizontal_alignment_metadata of this LastName. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this LastName. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -432,22 +611,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this LastName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this LastName. # noqa: E501 - :return: The anchor_ignore_if_not_present of this LastName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this LastName. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this LastName. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this LastName. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this LastName. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this LastName. # noqa: E501 :type: str """ @@ -455,20 +634,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this LastName. + """Gets the anchor_ignore_if_not_present_metadata of this LastName. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this LastName. + + :return: The anchor_ignore_if_not_present_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this LastName. + """Sets the anchor_ignore_if_not_present_metadata of this LastName. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this LastName. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +655,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this LastName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this LastName. # noqa: E501 - :return: The anchor_match_whole_word of this LastName. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this LastName. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this LastName. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this LastName. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this LastName. + :param anchor_match_whole_word: The anchor_match_whole_word of this LastName. # noqa: E501 :type: str """ @@ -499,20 +678,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this LastName. + """Gets the anchor_match_whole_word_metadata of this LastName. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this LastName. + :return: The anchor_match_whole_word_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this LastName. + """Sets the anchor_match_whole_word_metadata of this LastName. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this LastName. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -520,22 +699,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this LastName. - Anchor text information for a radio button. + """Gets the anchor_string of this LastName. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this LastName. + :return: The anchor_string of this LastName. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this LastName. - Anchor text information for a radio button. + """Sets the anchor_string of this LastName. - :param anchor_string: The anchor_string of this LastName. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this LastName. # noqa: E501 :type: str """ @@ -543,20 +722,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this LastName. + """Gets the anchor_string_metadata of this LastName. # noqa: E501 - :return: The anchor_string_metadata of this LastName. + + :return: The anchor_string_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this LastName. + """Sets the anchor_string_metadata of this LastName. - :param anchor_string_metadata: The anchor_string_metadata of this LastName. + + :param anchor_string_metadata: The anchor_string_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -564,22 +743,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this LastName. - + """Gets the anchor_tab_processor_version of this LastName. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this LastName. + :return: The anchor_tab_processor_version of this LastName. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this LastName. - + """Sets the anchor_tab_processor_version of this LastName. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this LastName. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this LastName. # noqa: E501 :type: str """ @@ -587,20 +766,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this LastName. + """Gets the anchor_tab_processor_version_metadata of this LastName. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this LastName. + :return: The anchor_tab_processor_version_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this LastName. + """Sets the anchor_tab_processor_version_metadata of this LastName. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this LastName. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -608,22 +787,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this LastName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this LastName. # noqa: E501 - :return: The anchor_units of this LastName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this LastName. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this LastName. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this LastName. - :param anchor_units: The anchor_units of this LastName. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this LastName. # noqa: E501 :type: str """ @@ -631,20 +810,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this LastName. + """Gets the anchor_units_metadata of this LastName. # noqa: E501 - :return: The anchor_units_metadata of this LastName. + + :return: The anchor_units_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this LastName. + """Sets the anchor_units_metadata of this LastName. + - :param anchor_units_metadata: The anchor_units_metadata of this LastName. + :param anchor_units_metadata: The anchor_units_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -652,22 +831,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this LastName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this LastName. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this LastName. + :return: The anchor_x_offset of this LastName. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this LastName. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this LastName. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this LastName. + :param anchor_x_offset: The anchor_x_offset of this LastName. # noqa: E501 :type: str """ @@ -675,20 +854,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this LastName. + """Gets the anchor_x_offset_metadata of this LastName. # noqa: E501 + - :return: The anchor_x_offset_metadata of this LastName. + :return: The anchor_x_offset_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this LastName. + """Sets the anchor_x_offset_metadata of this LastName. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this LastName. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -696,22 +875,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this LastName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this LastName. # noqa: E501 - :return: The anchor_y_offset of this LastName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this LastName. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this LastName. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this LastName. - :param anchor_y_offset: The anchor_y_offset of this LastName. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this LastName. # noqa: E501 :type: str """ @@ -719,20 +898,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this LastName. + """Gets the anchor_y_offset_metadata of this LastName. # noqa: E501 + - :return: The anchor_y_offset_metadata of this LastName. + :return: The anchor_y_offset_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this LastName. + """Sets the anchor_y_offset_metadata of this LastName. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this LastName. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -740,22 +919,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this LastName. - When set to **true**, the information in the tab is bold. + """Gets the bold of this LastName. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this LastName. + :return: The bold of this LastName. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this LastName. - When set to **true**, the information in the tab is bold. + """Sets the bold of this LastName. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this LastName. + :param bold: The bold of this LastName. # noqa: E501 :type: str """ @@ -763,20 +942,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this LastName. + """Gets the bold_metadata of this LastName. # noqa: E501 - :return: The bold_metadata of this LastName. + + :return: The bold_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this LastName. + """Sets the bold_metadata of this LastName. - :param bold_metadata: The bold_metadata of this LastName. + + :param bold_metadata: The bold_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -784,22 +963,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this LastName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this LastName. # noqa: E501 - :return: The conditional_parent_label of this LastName. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this LastName. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this LastName. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this LastName. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this LastName. + :param conditional_parent_label: The conditional_parent_label of this LastName. # noqa: E501 :type: str """ @@ -807,20 +986,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this LastName. + """Gets the conditional_parent_label_metadata of this LastName. # noqa: E501 + - :return: The conditional_parent_label_metadata of this LastName. + :return: The conditional_parent_label_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this LastName. + """Sets the conditional_parent_label_metadata of this LastName. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this LastName. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -828,22 +1007,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this LastName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this LastName. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this LastName. + :return: The conditional_parent_value of this LastName. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this LastName. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this LastName. - :param conditional_parent_value: The conditional_parent_value of this LastName. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this LastName. # noqa: E501 :type: str """ @@ -851,20 +1030,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this LastName. + """Gets the conditional_parent_value_metadata of this LastName. # noqa: E501 - :return: The conditional_parent_value_metadata of this LastName. + + :return: The conditional_parent_value_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this LastName. + """Sets the conditional_parent_value_metadata of this LastName. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this LastName. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -872,22 +1051,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this LastName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this LastName. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this LastName. + :return: The custom_tab_id of this LastName. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this LastName. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this LastName. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this LastName. + :param custom_tab_id: The custom_tab_id of this LastName. # noqa: E501 :type: str """ @@ -895,20 +1074,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this LastName. + """Gets the custom_tab_id_metadata of this LastName. # noqa: E501 + - :return: The custom_tab_id_metadata of this LastName. + :return: The custom_tab_id_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this LastName. + """Sets the custom_tab_id_metadata of this LastName. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this LastName. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -916,22 +1095,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this LastName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this LastName. # noqa: E501 - :return: The document_id of this LastName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this LastName. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this LastName. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this LastName. - :param document_id: The document_id of this LastName. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this LastName. # noqa: E501 :type: str """ @@ -939,20 +1118,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this LastName. + """Gets the document_id_metadata of this LastName. # noqa: E501 - :return: The document_id_metadata of this LastName. + + :return: The document_id_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this LastName. + """Sets the document_id_metadata of this LastName. + - :param document_id_metadata: The document_id_metadata of this LastName. + :param document_id_metadata: The document_id_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -960,20 +1139,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this LastName. + """Gets the error_details of this LastName. # noqa: E501 + - :return: The error_details of this LastName. + :return: The error_details of this LastName. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this LastName. + """Sets the error_details of this LastName. + - :param error_details: The error_details of this LastName. + :param error_details: The error_details of this LastName. # noqa: E501 :type: ErrorDetails """ @@ -981,22 +1160,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this LastName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this LastName. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this LastName. + :return: The font of this LastName. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this LastName. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this LastName. - :param font: The font of this LastName. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this LastName. # noqa: E501 :type: str """ @@ -1004,22 +1183,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this LastName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this LastName. # noqa: E501 - :return: The font_color of this LastName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this LastName. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this LastName. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this LastName. - :param font_color: The font_color of this LastName. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this LastName. # noqa: E501 :type: str """ @@ -1027,20 +1206,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this LastName. + """Gets the font_color_metadata of this LastName. # noqa: E501 + - :return: The font_color_metadata of this LastName. + :return: The font_color_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this LastName. + """Sets the font_color_metadata of this LastName. + - :param font_color_metadata: The font_color_metadata of this LastName. + :param font_color_metadata: The font_color_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1048,20 +1227,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this LastName. + """Gets the font_metadata of this LastName. # noqa: E501 + - :return: The font_metadata of this LastName. + :return: The font_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this LastName. + """Sets the font_metadata of this LastName. + - :param font_metadata: The font_metadata of this LastName. + :param font_metadata: The font_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1248,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this LastName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this LastName. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this LastName. + :return: The font_size of this LastName. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this LastName. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this LastName. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this LastName. + :param font_size: The font_size of this LastName. # noqa: E501 :type: str """ @@ -1092,20 +1271,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this LastName. + """Gets the font_size_metadata of this LastName. # noqa: E501 + - :return: The font_size_metadata of this LastName. + :return: The font_size_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this LastName. + """Sets the font_size_metadata of this LastName. + - :param font_size_metadata: The font_size_metadata of this LastName. + :param font_size_metadata: The font_size_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1113,22 +1292,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this LastName. - + """Gets the form_order of this LastName. # noqa: E501 - :return: The form_order of this LastName. + # noqa: E501 + + :return: The form_order of this LastName. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this LastName. - + """Sets the form_order of this LastName. - :param form_order: The form_order of this LastName. + # noqa: E501 + + :param form_order: The form_order of this LastName. # noqa: E501 :type: str """ @@ -1136,20 +1315,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this LastName. + """Gets the form_order_metadata of this LastName. # noqa: E501 - :return: The form_order_metadata of this LastName. + + :return: The form_order_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this LastName. + """Sets the form_order_metadata of this LastName. + - :param form_order_metadata: The form_order_metadata of this LastName. + :param form_order_metadata: The form_order_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1157,22 +1336,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this LastName. - + """Gets the form_page_label of this LastName. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this LastName. + :return: The form_page_label of this LastName. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this LastName. - + """Sets the form_page_label of this LastName. + + # noqa: E501 - :param form_page_label: The form_page_label of this LastName. + :param form_page_label: The form_page_label of this LastName. # noqa: E501 :type: str """ @@ -1180,20 +1359,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this LastName. + """Gets the form_page_label_metadata of this LastName. # noqa: E501 + - :return: The form_page_label_metadata of this LastName. + :return: The form_page_label_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this LastName. + """Sets the form_page_label_metadata of this LastName. - :param form_page_label_metadata: The form_page_label_metadata of this LastName. + + :param form_page_label_metadata: The form_page_label_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1201,22 +1380,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this LastName. - + """Gets the form_page_number of this LastName. # noqa: E501 - :return: The form_page_number of this LastName. + # noqa: E501 + + :return: The form_page_number of this LastName. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this LastName. - + """Sets the form_page_number of this LastName. - :param form_page_number: The form_page_number of this LastName. + # noqa: E501 + + :param form_page_number: The form_page_number of this LastName. # noqa: E501 :type: str """ @@ -1224,20 +1403,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this LastName. + """Gets the form_page_number_metadata of this LastName. # noqa: E501 + - :return: The form_page_number_metadata of this LastName. + :return: The form_page_number_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this LastName. + """Sets the form_page_number_metadata of this LastName. + - :param form_page_number_metadata: The form_page_number_metadata of this LastName. + :param form_page_number_metadata: The form_page_number_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1245,22 +1424,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this LastName. - Height of the tab in pixels. + """Gets the height of this LastName. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this LastName. + :return: The height of this LastName. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this LastName. - Height of the tab in pixels. + """Sets the height of this LastName. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this LastName. + :param height: The height of this LastName. # noqa: E501 :type: str """ @@ -1268,20 +1447,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this LastName. + """Gets the height_metadata of this LastName. # noqa: E501 - :return: The height_metadata of this LastName. + + :return: The height_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this LastName. + """Sets the height_metadata of this LastName. - :param height_metadata: The height_metadata of this LastName. + + :param height_metadata: The height_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1289,22 +1468,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this LastName. - When set to **true**, the information in the tab is italic. + """Gets the italic of this LastName. # noqa: E501 - :return: The italic of this LastName. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this LastName. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this LastName. - When set to **true**, the information in the tab is italic. + """Sets the italic of this LastName. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this LastName. + :param italic: The italic of this LastName. # noqa: E501 :type: str """ @@ -1312,20 +1491,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this LastName. + """Gets the italic_metadata of this LastName. # noqa: E501 + - :return: The italic_metadata of this LastName. + :return: The italic_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this LastName. + """Sets the italic_metadata of this LastName. + - :param italic_metadata: The italic_metadata of this LastName. + :param italic_metadata: The italic_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1333,20 +1512,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this LastName. + """Gets the locale_policy of this LastName. # noqa: E501 + - :return: The locale_policy of this LastName. + :return: The locale_policy of this LastName. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this LastName. + """Sets the locale_policy of this LastName. - :param locale_policy: The locale_policy of this LastName. + + :param locale_policy: The locale_policy of this LastName. # noqa: E501 :type: LocalePolicyTab """ @@ -1354,20 +1533,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this LastName. + """Gets the merge_field of this LastName. # noqa: E501 - :return: The merge_field of this LastName. + + :return: The merge_field of this LastName. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this LastName. + """Sets the merge_field of this LastName. - :param merge_field: The merge_field of this LastName. + + :param merge_field: The merge_field of this LastName. # noqa: E501 :type: MergeField """ @@ -1375,22 +1554,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this LastName. - + """Gets the merge_field_xml of this LastName. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this LastName. + :return: The merge_field_xml of this LastName. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this LastName. - + """Sets the merge_field_xml of this LastName. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this LastName. + :param merge_field_xml: The merge_field_xml of this LastName. # noqa: E501 :type: str """ @@ -1398,22 +1577,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this LastName. - + """Gets the name of this LastName. # noqa: E501 + + # noqa: E501 - :return: The name of this LastName. + :return: The name of this LastName. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this LastName. - + """Sets the name of this LastName. + + # noqa: E501 - :param name: The name of this LastName. + :param name: The name of this LastName. # noqa: E501 :type: str """ @@ -1421,20 +1600,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this LastName. + """Gets the name_metadata of this LastName. # noqa: E501 - :return: The name_metadata of this LastName. + + :return: The name_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this LastName. + """Sets the name_metadata of this LastName. - :param name_metadata: The name_metadata of this LastName. + + :param name_metadata: The name_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1442,22 +1621,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this LastName. - Specifies the page number on which the tab is located. + """Gets the page_number of this LastName. # noqa: E501 - :return: The page_number of this LastName. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this LastName. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this LastName. - Specifies the page number on which the tab is located. + """Sets the page_number of this LastName. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this LastName. + :param page_number: The page_number of this LastName. # noqa: E501 :type: str """ @@ -1465,20 +1644,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this LastName. + """Gets the page_number_metadata of this LastName. # noqa: E501 + - :return: The page_number_metadata of this LastName. + :return: The page_number_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this LastName. + """Sets the page_number_metadata of this LastName. + - :param page_number_metadata: The page_number_metadata of this LastName. + :param page_number_metadata: The page_number_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1486,22 +1665,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this LastName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this LastName. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this LastName. + :return: The recipient_id of this LastName. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this LastName. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this LastName. - :param recipient_id: The recipient_id of this LastName. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this LastName. # noqa: E501 :type: str """ @@ -1509,22 +1688,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this LastName. - + """Gets the recipient_id_guid of this LastName. # noqa: E501 - :return: The recipient_id_guid of this LastName. + # noqa: E501 + + :return: The recipient_id_guid of this LastName. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this LastName. - + """Sets the recipient_id_guid of this LastName. - :param recipient_id_guid: The recipient_id_guid of this LastName. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this LastName. # noqa: E501 :type: str """ @@ -1532,20 +1711,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this LastName. + """Gets the recipient_id_guid_metadata of this LastName. # noqa: E501 + - :return: The recipient_id_guid_metadata of this LastName. + :return: The recipient_id_guid_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this LastName. + """Sets the recipient_id_guid_metadata of this LastName. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this LastName. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1553,20 +1732,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this LastName. + """Gets the recipient_id_metadata of this LastName. # noqa: E501 + - :return: The recipient_id_metadata of this LastName. + :return: The recipient_id_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this LastName. + """Sets the recipient_id_metadata of this LastName. + - :param recipient_id_metadata: The recipient_id_metadata of this LastName. + :param recipient_id_metadata: The recipient_id_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1574,20 +1753,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this LastName. + """Gets the smart_contract_information of this LastName. # noqa: E501 - :return: The smart_contract_information of this LastName. + + :return: The smart_contract_information of this LastName. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this LastName. + """Sets the smart_contract_information of this LastName. - :param smart_contract_information: The smart_contract_information of this LastName. + + :param smart_contract_information: The smart_contract_information of this LastName. # noqa: E501 :type: SmartContractInformation """ @@ -1595,22 +1774,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this LastName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this LastName. # noqa: E501 - :return: The status of this LastName. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this LastName. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this LastName. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this LastName. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this LastName. + :param status: The status of this LastName. # noqa: E501 :type: str """ @@ -1618,20 +1797,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this LastName. + """Gets the status_metadata of this LastName. # noqa: E501 + - :return: The status_metadata of this LastName. + :return: The status_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this LastName. + """Sets the status_metadata of this LastName. + - :param status_metadata: The status_metadata of this LastName. + :param status_metadata: The status_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1639,22 +1818,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this LastName. - + """Gets the tab_group_labels of this LastName. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this LastName. + :return: The tab_group_labels of this LastName. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this LastName. - + """Sets the tab_group_labels of this LastName. - :param tab_group_labels: The tab_group_labels of this LastName. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this LastName. # noqa: E501 :type: list[str] """ @@ -1662,20 +1841,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this LastName. + """Gets the tab_group_labels_metadata of this LastName. # noqa: E501 - :return: The tab_group_labels_metadata of this LastName. + + :return: The tab_group_labels_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this LastName. + """Sets the tab_group_labels_metadata of this LastName. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this LastName. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1683,22 +1862,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this LastName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this LastName. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this LastName. + :return: The tab_id of this LastName. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this LastName. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this LastName. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this LastName. + :param tab_id: The tab_id of this LastName. # noqa: E501 :type: str """ @@ -1706,20 +1885,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this LastName. + """Gets the tab_id_metadata of this LastName. # noqa: E501 + - :return: The tab_id_metadata of this LastName. + :return: The tab_id_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this LastName. + """Sets the tab_id_metadata of this LastName. + - :param tab_id_metadata: The tab_id_metadata of this LastName. + :param tab_id_metadata: The tab_id_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1727,22 +1906,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this LastName. - The label string associated with the tab. + """Gets the tab_label of this LastName. # noqa: E501 - :return: The tab_label of this LastName. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this LastName. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this LastName. - The label string associated with the tab. + """Sets the tab_label of this LastName. - :param tab_label: The tab_label of this LastName. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this LastName. # noqa: E501 :type: str """ @@ -1750,20 +1929,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this LastName. + """Gets the tab_label_metadata of this LastName. # noqa: E501 - :return: The tab_label_metadata of this LastName. + + :return: The tab_label_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this LastName. + """Sets the tab_label_metadata of this LastName. + - :param tab_label_metadata: The tab_label_metadata of this LastName. + :param tab_label_metadata: The tab_label_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1771,22 +1950,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this LastName. - + """Gets the tab_order of this LastName. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this LastName. + :return: The tab_order of this LastName. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this LastName. - + """Sets the tab_order of this LastName. + + # noqa: E501 - :param tab_order: The tab_order of this LastName. + :param tab_order: The tab_order of this LastName. # noqa: E501 :type: str """ @@ -1794,20 +1973,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this LastName. + """Gets the tab_order_metadata of this LastName. # noqa: E501 + - :return: The tab_order_metadata of this LastName. + :return: The tab_order_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this LastName. + """Sets the tab_order_metadata of this LastName. - :param tab_order_metadata: The tab_order_metadata of this LastName. + + :param tab_order_metadata: The tab_order_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1815,22 +1994,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this LastName. - + """Gets the tab_type of this LastName. # noqa: E501 - :return: The tab_type of this LastName. + # noqa: E501 + + :return: The tab_type of this LastName. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this LastName. - + """Sets the tab_type of this LastName. - :param tab_type: The tab_type of this LastName. + # noqa: E501 + + :param tab_type: The tab_type of this LastName. # noqa: E501 :type: str """ @@ -1838,20 +2017,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this LastName. + """Gets the tab_type_metadata of this LastName. # noqa: E501 + - :return: The tab_type_metadata of this LastName. + :return: The tab_type_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this LastName. + """Sets the tab_type_metadata of this LastName. + - :param tab_type_metadata: The tab_type_metadata of this LastName. + :param tab_type_metadata: The tab_type_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1859,22 +2038,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this LastName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this LastName. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this LastName. + :return: The template_locked of this LastName. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this LastName. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this LastName. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this LastName. + :param template_locked: The template_locked of this LastName. # noqa: E501 :type: str """ @@ -1882,20 +2061,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this LastName. + """Gets the template_locked_metadata of this LastName. # noqa: E501 - :return: The template_locked_metadata of this LastName. + + :return: The template_locked_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this LastName. + """Sets the template_locked_metadata of this LastName. - :param template_locked_metadata: The template_locked_metadata of this LastName. + + :param template_locked_metadata: The template_locked_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1903,22 +2082,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this LastName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this LastName. # noqa: E501 - :return: The template_required of this LastName. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this LastName. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this LastName. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this LastName. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this LastName. + :param template_required: The template_required of this LastName. # noqa: E501 :type: str """ @@ -1926,20 +2105,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this LastName. + """Gets the template_required_metadata of this LastName. # noqa: E501 + - :return: The template_required_metadata of this LastName. + :return: The template_required_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this LastName. + """Sets the template_required_metadata of this LastName. + - :param template_required_metadata: The template_required_metadata of this LastName. + :param template_required_metadata: The template_required_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1947,22 +2126,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this LastName. - + """Gets the tooltip of this LastName. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this LastName. + :return: The tooltip of this LastName. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this LastName. - + """Sets the tooltip of this LastName. - :param tooltip: The tooltip of this LastName. + # noqa: E501 + + :param tooltip: The tooltip of this LastName. # noqa: E501 :type: str """ @@ -1970,20 +2149,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this LastName. + """Gets the tool_tip_metadata of this LastName. # noqa: E501 - :return: The tool_tip_metadata of this LastName. + + :return: The tool_tip_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this LastName. + """Sets the tool_tip_metadata of this LastName. - :param tool_tip_metadata: The tool_tip_metadata of this LastName. + + :param tool_tip_metadata: The tool_tip_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -1991,22 +2170,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this LastName. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this LastName. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this LastName. + :return: The underline of this LastName. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this LastName. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this LastName. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this LastName. + :param underline: The underline of this LastName. # noqa: E501 :type: str """ @@ -2014,20 +2193,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this LastName. + """Gets the underline_metadata of this LastName. # noqa: E501 + - :return: The underline_metadata of this LastName. + :return: The underline_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this LastName. + """Sets the underline_metadata of this LastName. + - :param underline_metadata: The underline_metadata of this LastName. + :param underline_metadata: The underline_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -2035,22 +2214,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this LastName. - Specifies the value of the tab. + """Gets the value of this LastName. # noqa: E501 - :return: The value of this LastName. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this LastName. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this LastName. - Specifies the value of the tab. + """Sets the value of this LastName. - :param value: The value of this LastName. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this LastName. # noqa: E501 :type: str """ @@ -2058,20 +2237,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this LastName. + """Gets the value_metadata of this LastName. # noqa: E501 - :return: The value_metadata of this LastName. + + :return: The value_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this LastName. + """Sets the value_metadata of this LastName. + - :param value_metadata: The value_metadata of this LastName. + :param value_metadata: The value_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -2079,22 +2258,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this LastName. - Width of the tab in pixels. + """Gets the width of this LastName. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this LastName. + :return: The width of this LastName. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this LastName. - Width of the tab in pixels. + """Sets the width of this LastName. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this LastName. + :param width: The width of this LastName. # noqa: E501 :type: str """ @@ -2102,20 +2281,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this LastName. + """Gets the width_metadata of this LastName. # noqa: E501 + - :return: The width_metadata of this LastName. + :return: The width_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this LastName. + """Sets the width_metadata of this LastName. - :param width_metadata: The width_metadata of this LastName. + + :param width_metadata: The width_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -2123,22 +2302,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this LastName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this LastName. # noqa: E501 - :return: The x_position of this LastName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this LastName. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this LastName. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this LastName. - :param x_position: The x_position of this LastName. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this LastName. # noqa: E501 :type: str """ @@ -2146,20 +2325,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this LastName. + """Gets the x_position_metadata of this LastName. # noqa: E501 + - :return: The x_position_metadata of this LastName. + :return: The x_position_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this LastName. + """Sets the x_position_metadata of this LastName. + - :param x_position_metadata: The x_position_metadata of this LastName. + :param x_position_metadata: The x_position_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ @@ -2167,22 +2346,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this LastName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this LastName. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this LastName. + :return: The y_position of this LastName. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this LastName. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this LastName. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this LastName. + :param y_position: The y_position of this LastName. # noqa: E501 :type: str """ @@ -2190,32 +2369,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this LastName. + """Gets the y_position_metadata of this LastName. # noqa: E501 - :return: The y_position_metadata of this LastName. + + :return: The y_position_metadata of this LastName. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this LastName. + """Sets the y_position_metadata of this LastName. - :param y_position_metadata: The y_position_metadata of this LastName. + + :param y_position_metadata: The y_position_metadata of this LastName. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2232,29 +2409,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LastName, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LastName): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/list.py b/docusign_esign/models/list.py index c0a1d01f..844fdd06 100644 --- a/docusign_esign/models/list.py +++ b/docusign_esign/models/list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,350 +11,555 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class List(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, list_items=None, list_selected_value=None, list_selected_value_metadata=None, locale_policy=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - List - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'list_items': 'list[ListItem]', - 'list_selected_value': 'str', - 'list_selected_value_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'list_items': 'listItems', - 'list_selected_value': 'listSelectedValue', - 'list_selected_value_metadata': 'listSelectedValueMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._list_items = list_items - self._list_selected_value = list_selected_value - self._list_selected_value_metadata = list_selected_value_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'list_items': 'list[ListItem]', + 'list_selected_value': 'str', + 'list_selected_value_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'list_items': 'listItems', + 'list_selected_value': 'listSelectedValue', + 'list_selected_value_metadata': 'listSelectedValueMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, list_items=None, list_selected_value=None, list_selected_value_metadata=None, locale_policy=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """List - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._list_items = None + self._list_selected_value = None + self._list_selected_value_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if list_items is not None: + self.list_items = list_items + if list_selected_value is not None: + self.list_selected_value = list_selected_value + if list_selected_value_metadata is not None: + self.list_selected_value_metadata = list_selected_value_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this List. - + """Gets the anchor_allow_white_space_in_characters of this List. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this List. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this List. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this List. - + """Sets the anchor_allow_white_space_in_characters of this List. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this List. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this List. # noqa: E501 :type: str """ @@ -362,20 +567,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this List. + """Gets the anchor_allow_white_space_in_characters_metadata of this List. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this List. + + :return: The anchor_allow_white_space_in_characters_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this List. + """Sets the anchor_allow_white_space_in_characters_metadata of this List. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this List. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -383,22 +588,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this List. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this List. # noqa: E501 - :return: The anchor_case_sensitive of this List. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this List. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this List. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this List. - :param anchor_case_sensitive: The anchor_case_sensitive of this List. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this List. # noqa: E501 :type: str """ @@ -406,20 +611,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this List. + """Gets the anchor_case_sensitive_metadata of this List. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this List. + + :return: The anchor_case_sensitive_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this List. + """Sets the anchor_case_sensitive_metadata of this List. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this List. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -427,22 +632,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this List. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this List. # noqa: E501 - :return: The anchor_horizontal_alignment of this List. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this List. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this List. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this List. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this List. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this List. # noqa: E501 :type: str """ @@ -450,20 +655,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this List. + """Gets the anchor_horizontal_alignment_metadata of this List. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this List. + + :return: The anchor_horizontal_alignment_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this List. + """Sets the anchor_horizontal_alignment_metadata of this List. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this List. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -471,22 +676,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this List. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this List. # noqa: E501 - :return: The anchor_ignore_if_not_present of this List. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this List. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this List. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this List. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this List. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this List. # noqa: E501 :type: str """ @@ -494,20 +699,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this List. + """Gets the anchor_ignore_if_not_present_metadata of this List. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this List. + :return: The anchor_ignore_if_not_present_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this List. + """Sets the anchor_ignore_if_not_present_metadata of this List. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this List. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -515,22 +720,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this List. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this List. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this List. + :return: The anchor_match_whole_word of this List. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this List. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this List. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this List. + :param anchor_match_whole_word: The anchor_match_whole_word of this List. # noqa: E501 :type: str """ @@ -538,20 +743,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this List. + """Gets the anchor_match_whole_word_metadata of this List. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this List. + :return: The anchor_match_whole_word_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this List. + """Sets the anchor_match_whole_word_metadata of this List. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this List. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -559,22 +764,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this List. - Anchor text information for a radio button. + """Gets the anchor_string of this List. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this List. + :return: The anchor_string of this List. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this List. - Anchor text information for a radio button. + """Sets the anchor_string of this List. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this List. + :param anchor_string: The anchor_string of this List. # noqa: E501 :type: str """ @@ -582,20 +787,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this List. + """Gets the anchor_string_metadata of this List. # noqa: E501 + - :return: The anchor_string_metadata of this List. + :return: The anchor_string_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this List. + """Sets the anchor_string_metadata of this List. + - :param anchor_string_metadata: The anchor_string_metadata of this List. + :param anchor_string_metadata: The anchor_string_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -603,22 +808,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this List. - + """Gets the anchor_tab_processor_version of this List. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this List. + :return: The anchor_tab_processor_version of this List. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this List. - + """Sets the anchor_tab_processor_version of this List. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this List. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this List. # noqa: E501 :type: str """ @@ -626,20 +831,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this List. + """Gets the anchor_tab_processor_version_metadata of this List. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this List. + :return: The anchor_tab_processor_version_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this List. + """Sets the anchor_tab_processor_version_metadata of this List. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this List. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -647,22 +852,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this List. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this List. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this List. + :return: The anchor_units of this List. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this List. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this List. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this List. + :param anchor_units: The anchor_units of this List. # noqa: E501 :type: str """ @@ -670,20 +875,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this List. + """Gets the anchor_units_metadata of this List. # noqa: E501 + - :return: The anchor_units_metadata of this List. + :return: The anchor_units_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this List. + """Sets the anchor_units_metadata of this List. + - :param anchor_units_metadata: The anchor_units_metadata of this List. + :param anchor_units_metadata: The anchor_units_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -691,22 +896,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this List. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this List. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this List. + :return: The anchor_x_offset of this List. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this List. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this List. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this List. + :param anchor_x_offset: The anchor_x_offset of this List. # noqa: E501 :type: str """ @@ -714,20 +919,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this List. + """Gets the anchor_x_offset_metadata of this List. # noqa: E501 + - :return: The anchor_x_offset_metadata of this List. + :return: The anchor_x_offset_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this List. + """Sets the anchor_x_offset_metadata of this List. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this List. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -735,22 +940,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this List. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this List. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this List. + :return: The anchor_y_offset of this List. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this List. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this List. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this List. + :param anchor_y_offset: The anchor_y_offset of this List. # noqa: E501 :type: str """ @@ -758,20 +963,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this List. + """Gets the anchor_y_offset_metadata of this List. # noqa: E501 + - :return: The anchor_y_offset_metadata of this List. + :return: The anchor_y_offset_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this List. + """Sets the anchor_y_offset_metadata of this List. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this List. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -779,22 +984,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this List. - When set to **true**, the information in the tab is bold. + """Gets the bold of this List. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this List. + :return: The bold of this List. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this List. - When set to **true**, the information in the tab is bold. + """Sets the bold of this List. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this List. + :param bold: The bold of this List. # noqa: E501 :type: str """ @@ -802,20 +1007,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this List. + """Gets the bold_metadata of this List. # noqa: E501 + - :return: The bold_metadata of this List. + :return: The bold_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this List. + """Sets the bold_metadata of this List. + - :param bold_metadata: The bold_metadata of this List. + :param bold_metadata: The bold_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -823,22 +1028,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this List. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this List. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this List. + :return: The conditional_parent_label of this List. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this List. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this List. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this List. + :param conditional_parent_label: The conditional_parent_label of this List. # noqa: E501 :type: str """ @@ -846,20 +1051,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this List. + """Gets the conditional_parent_label_metadata of this List. # noqa: E501 - :return: The conditional_parent_label_metadata of this List. + + :return: The conditional_parent_label_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this List. + """Sets the conditional_parent_label_metadata of this List. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this List. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -867,22 +1072,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this List. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this List. # noqa: E501 - :return: The conditional_parent_value of this List. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this List. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this List. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this List. - :param conditional_parent_value: The conditional_parent_value of this List. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this List. # noqa: E501 :type: str """ @@ -890,20 +1095,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this List. + """Gets the conditional_parent_value_metadata of this List. # noqa: E501 - :return: The conditional_parent_value_metadata of this List. + + :return: The conditional_parent_value_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this List. + """Sets the conditional_parent_value_metadata of this List. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this List. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -911,22 +1116,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this List. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this List. # noqa: E501 - :return: The custom_tab_id of this List. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this List. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this List. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this List. - :param custom_tab_id: The custom_tab_id of this List. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this List. # noqa: E501 :type: str """ @@ -934,20 +1139,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this List. + """Gets the custom_tab_id_metadata of this List. # noqa: E501 - :return: The custom_tab_id_metadata of this List. + + :return: The custom_tab_id_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this List. + """Sets the custom_tab_id_metadata of this List. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this List. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -955,22 +1160,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this List. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this List. # noqa: E501 - :return: The document_id of this List. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this List. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this List. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this List. - :param document_id: The document_id of this List. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this List. # noqa: E501 :type: str """ @@ -978,20 +1183,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this List. + """Gets the document_id_metadata of this List. # noqa: E501 - :return: The document_id_metadata of this List. + + :return: The document_id_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this List. + """Sets the document_id_metadata of this List. - :param document_id_metadata: The document_id_metadata of this List. + + :param document_id_metadata: The document_id_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -999,20 +1204,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this List. + """Gets the error_details of this List. # noqa: E501 - :return: The error_details of this List. + + :return: The error_details of this List. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this List. + """Sets the error_details of this List. - :param error_details: The error_details of this List. + + :param error_details: The error_details of this List. # noqa: E501 :type: ErrorDetails """ @@ -1020,22 +1225,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this List. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this List. # noqa: E501 - :return: The font of this List. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this List. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this List. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this List. - :param font: The font of this List. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this List. # noqa: E501 :type: str """ @@ -1043,22 +1248,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this List. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this List. # noqa: E501 - :return: The font_color of this List. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this List. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this List. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this List. - :param font_color: The font_color of this List. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this List. # noqa: E501 :type: str """ @@ -1066,20 +1271,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this List. + """Gets the font_color_metadata of this List. # noqa: E501 - :return: The font_color_metadata of this List. + + :return: The font_color_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this List. + """Sets the font_color_metadata of this List. - :param font_color_metadata: The font_color_metadata of this List. + + :param font_color_metadata: The font_color_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1087,20 +1292,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this List. + """Gets the font_metadata of this List. # noqa: E501 - :return: The font_metadata of this List. + + :return: The font_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this List. + """Sets the font_metadata of this List. - :param font_metadata: The font_metadata of this List. + + :param font_metadata: The font_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1108,22 +1313,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this List. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this List. # noqa: E501 - :return: The font_size of this List. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this List. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this List. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this List. - :param font_size: The font_size of this List. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this List. # noqa: E501 :type: str """ @@ -1131,20 +1336,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this List. + """Gets the font_size_metadata of this List. # noqa: E501 - :return: The font_size_metadata of this List. + + :return: The font_size_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this List. + """Sets the font_size_metadata of this List. - :param font_size_metadata: The font_size_metadata of this List. + + :param font_size_metadata: The font_size_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1152,22 +1357,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this List. - + """Gets the form_order of this List. # noqa: E501 - :return: The form_order of this List. + # noqa: E501 + + :return: The form_order of this List. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this List. - + """Sets the form_order of this List. - :param form_order: The form_order of this List. + # noqa: E501 + + :param form_order: The form_order of this List. # noqa: E501 :type: str """ @@ -1175,20 +1380,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this List. + """Gets the form_order_metadata of this List. # noqa: E501 - :return: The form_order_metadata of this List. + + :return: The form_order_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this List. + """Sets the form_order_metadata of this List. - :param form_order_metadata: The form_order_metadata of this List. + + :param form_order_metadata: The form_order_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1196,22 +1401,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this List. - + """Gets the form_page_label of this List. # noqa: E501 - :return: The form_page_label of this List. + # noqa: E501 + + :return: The form_page_label of this List. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this List. - + """Sets the form_page_label of this List. - :param form_page_label: The form_page_label of this List. + # noqa: E501 + + :param form_page_label: The form_page_label of this List. # noqa: E501 :type: str """ @@ -1219,20 +1424,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this List. + """Gets the form_page_label_metadata of this List. # noqa: E501 - :return: The form_page_label_metadata of this List. + + :return: The form_page_label_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this List. + """Sets the form_page_label_metadata of this List. - :param form_page_label_metadata: The form_page_label_metadata of this List. + + :param form_page_label_metadata: The form_page_label_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1240,22 +1445,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this List. - + """Gets the form_page_number of this List. # noqa: E501 - :return: The form_page_number of this List. + # noqa: E501 + + :return: The form_page_number of this List. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this List. - + """Sets the form_page_number of this List. - :param form_page_number: The form_page_number of this List. + # noqa: E501 + + :param form_page_number: The form_page_number of this List. # noqa: E501 :type: str """ @@ -1263,20 +1468,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this List. + """Gets the form_page_number_metadata of this List. # noqa: E501 - :return: The form_page_number_metadata of this List. + + :return: The form_page_number_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this List. + """Sets the form_page_number_metadata of this List. - :param form_page_number_metadata: The form_page_number_metadata of this List. + + :param form_page_number_metadata: The form_page_number_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1284,22 +1489,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this List. - Height of the tab in pixels. + """Gets the height of this List. # noqa: E501 - :return: The height of this List. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this List. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this List. - Height of the tab in pixels. + """Sets the height of this List. - :param height: The height of this List. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this List. # noqa: E501 :type: str """ @@ -1307,20 +1512,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this List. + """Gets the height_metadata of this List. # noqa: E501 - :return: The height_metadata of this List. + + :return: The height_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this List. + """Sets the height_metadata of this List. - :param height_metadata: The height_metadata of this List. + + :param height_metadata: The height_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1328,22 +1533,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this List. - When set to **true**, the information in the tab is italic. + """Gets the italic of this List. # noqa: E501 - :return: The italic of this List. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this List. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this List. - When set to **true**, the information in the tab is italic. + """Sets the italic of this List. - :param italic: The italic of this List. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this List. # noqa: E501 :type: str """ @@ -1351,20 +1556,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this List. + """Gets the italic_metadata of this List. # noqa: E501 - :return: The italic_metadata of this List. + + :return: The italic_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this List. + """Sets the italic_metadata of this List. - :param italic_metadata: The italic_metadata of this List. + + :param italic_metadata: The italic_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1372,22 +1577,22 @@ def italic_metadata(self, italic_metadata): @property def list_items(self): - """ - Gets the list_items of this List. - The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four] Maximum Length of listItems: 2048 characters. Maximum Length of items in the list: 100 characters. + """Gets the list_items of this List. # noqa: E501 - :return: The list_items of this List. + The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four] Maximum Length of listItems: 2048 characters. Maximum Length of items in the list: 100 characters. # noqa: E501 + + :return: The list_items of this List. # noqa: E501 :rtype: list[ListItem] """ return self._list_items @list_items.setter def list_items(self, list_items): - """ - Sets the list_items of this List. - The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four] Maximum Length of listItems: 2048 characters. Maximum Length of items in the list: 100 characters. + """Sets the list_items of this List. - :param list_items: The list_items of this List. + The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four] Maximum Length of listItems: 2048 characters. Maximum Length of items in the list: 100 characters. # noqa: E501 + + :param list_items: The list_items of this List. # noqa: E501 :type: list[ListItem] """ @@ -1395,22 +1600,22 @@ def list_items(self, list_items): @property def list_selected_value(self): - """ - Gets the list_selected_value of this List. - + """Gets the list_selected_value of this List. # noqa: E501 - :return: The list_selected_value of this List. + # noqa: E501 + + :return: The list_selected_value of this List. # noqa: E501 :rtype: str """ return self._list_selected_value @list_selected_value.setter def list_selected_value(self, list_selected_value): - """ - Sets the list_selected_value of this List. - + """Sets the list_selected_value of this List. - :param list_selected_value: The list_selected_value of this List. + # noqa: E501 + + :param list_selected_value: The list_selected_value of this List. # noqa: E501 :type: str """ @@ -1418,20 +1623,20 @@ def list_selected_value(self, list_selected_value): @property def list_selected_value_metadata(self): - """ - Gets the list_selected_value_metadata of this List. + """Gets the list_selected_value_metadata of this List. # noqa: E501 - :return: The list_selected_value_metadata of this List. + + :return: The list_selected_value_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._list_selected_value_metadata @list_selected_value_metadata.setter def list_selected_value_metadata(self, list_selected_value_metadata): - """ - Sets the list_selected_value_metadata of this List. + """Sets the list_selected_value_metadata of this List. - :param list_selected_value_metadata: The list_selected_value_metadata of this List. + + :param list_selected_value_metadata: The list_selected_value_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1439,20 +1644,20 @@ def list_selected_value_metadata(self, list_selected_value_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this List. + """Gets the locale_policy of this List. # noqa: E501 - :return: The locale_policy of this List. + + :return: The locale_policy of this List. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this List. + """Sets the locale_policy of this List. - :param locale_policy: The locale_policy of this List. + + :param locale_policy: The locale_policy of this List. # noqa: E501 :type: LocalePolicyTab """ @@ -1460,22 +1665,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this List. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this List. # noqa: E501 - :return: The locked of this List. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this List. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this List. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this List. - :param locked: The locked of this List. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this List. # noqa: E501 :type: str """ @@ -1483,20 +1688,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this List. + """Gets the locked_metadata of this List. # noqa: E501 - :return: The locked_metadata of this List. + + :return: The locked_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this List. + """Sets the locked_metadata of this List. - :param locked_metadata: The locked_metadata of this List. + + :param locked_metadata: The locked_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1504,20 +1709,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this List. + """Gets the merge_field of this List. # noqa: E501 - :return: The merge_field of this List. + + :return: The merge_field of this List. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this List. + """Sets the merge_field of this List. - :param merge_field: The merge_field of this List. + + :param merge_field: The merge_field of this List. # noqa: E501 :type: MergeField """ @@ -1525,22 +1730,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this List. - + """Gets the merge_field_xml of this List. # noqa: E501 - :return: The merge_field_xml of this List. + # noqa: E501 + + :return: The merge_field_xml of this List. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this List. - + """Sets the merge_field_xml of this List. - :param merge_field_xml: The merge_field_xml of this List. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this List. # noqa: E501 :type: str """ @@ -1548,22 +1753,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this List. - Specifies the page number on which the tab is located. + """Gets the page_number of this List. # noqa: E501 - :return: The page_number of this List. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this List. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this List. - Specifies the page number on which the tab is located. + """Sets the page_number of this List. - :param page_number: The page_number of this List. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this List. # noqa: E501 :type: str """ @@ -1571,20 +1776,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this List. + """Gets the page_number_metadata of this List. # noqa: E501 - :return: The page_number_metadata of this List. + + :return: The page_number_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this List. + """Sets the page_number_metadata of this List. - :param page_number_metadata: The page_number_metadata of this List. + + :param page_number_metadata: The page_number_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1592,22 +1797,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this List. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this List. # noqa: E501 - :return: The recipient_id of this List. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this List. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this List. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this List. - :param recipient_id: The recipient_id of this List. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this List. # noqa: E501 :type: str """ @@ -1615,22 +1820,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this List. - + """Gets the recipient_id_guid of this List. # noqa: E501 - :return: The recipient_id_guid of this List. + # noqa: E501 + + :return: The recipient_id_guid of this List. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this List. - + """Sets the recipient_id_guid of this List. - :param recipient_id_guid: The recipient_id_guid of this List. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this List. # noqa: E501 :type: str """ @@ -1638,20 +1843,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this List. + """Gets the recipient_id_guid_metadata of this List. # noqa: E501 - :return: The recipient_id_guid_metadata of this List. + + :return: The recipient_id_guid_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this List. + """Sets the recipient_id_guid_metadata of this List. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this List. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1659,20 +1864,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this List. + """Gets the recipient_id_metadata of this List. # noqa: E501 - :return: The recipient_id_metadata of this List. + + :return: The recipient_id_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this List. + """Sets the recipient_id_metadata of this List. - :param recipient_id_metadata: The recipient_id_metadata of this List. + + :param recipient_id_metadata: The recipient_id_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1680,22 +1885,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this List. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this List. # noqa: E501 - :return: The require_all of this List. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this List. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this List. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this List. - :param require_all: The require_all of this List. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this List. # noqa: E501 :type: str """ @@ -1703,20 +1908,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this List. + """Gets the require_all_metadata of this List. # noqa: E501 - :return: The require_all_metadata of this List. + + :return: The require_all_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this List. + """Sets the require_all_metadata of this List. - :param require_all_metadata: The require_all_metadata of this List. + + :param require_all_metadata: The require_all_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1724,22 +1929,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this List. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this List. # noqa: E501 - :return: The required of this List. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this List. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this List. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this List. - :param required: The required of this List. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this List. # noqa: E501 :type: str """ @@ -1747,20 +1952,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this List. + """Gets the required_metadata of this List. # noqa: E501 - :return: The required_metadata of this List. + + :return: The required_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this List. + """Sets the required_metadata of this List. - :param required_metadata: The required_metadata of this List. + + :param required_metadata: The required_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1768,22 +1973,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this List. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this List. # noqa: E501 - :return: The require_initial_on_shared_change of this List. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this List. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this List. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this List. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this List. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this List. # noqa: E501 :type: str """ @@ -1791,20 +1996,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this List. + """Gets the require_initial_on_shared_change_metadata of this List. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this List. + + :return: The require_initial_on_shared_change_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this List. + """Sets the require_initial_on_shared_change_metadata of this List. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this List. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1812,22 +2017,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this List. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this List. # noqa: E501 - :return: The sender_required of this List. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this List. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this List. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this List. - :param sender_required: The sender_required of this List. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this List. # noqa: E501 :type: str """ @@ -1835,20 +2040,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this List. + """Gets the sender_required_metadata of this List. # noqa: E501 - :return: The sender_required_metadata of this List. + + :return: The sender_required_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this List. + """Sets the sender_required_metadata of this List. - :param sender_required_metadata: The sender_required_metadata of this List. + + :param sender_required_metadata: The sender_required_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1856,22 +2061,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this List. - When set to **true**, this custom tab is shared. + """Gets the shared of this List. # noqa: E501 - :return: The shared of this List. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this List. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this List. - When set to **true**, this custom tab is shared. + """Sets the shared of this List. - :param shared: The shared of this List. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this List. # noqa: E501 :type: str """ @@ -1879,20 +2084,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this List. + """Gets the shared_metadata of this List. # noqa: E501 - :return: The shared_metadata of this List. + + :return: The shared_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this List. + """Sets the shared_metadata of this List. - :param shared_metadata: The shared_metadata of this List. + + :param shared_metadata: The shared_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1900,20 +2105,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this List. + """Gets the smart_contract_information of this List. # noqa: E501 - :return: The smart_contract_information of this List. + + :return: The smart_contract_information of this List. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this List. + """Sets the smart_contract_information of this List. - :param smart_contract_information: The smart_contract_information of this List. + + :param smart_contract_information: The smart_contract_information of this List. # noqa: E501 :type: SmartContractInformation """ @@ -1921,22 +2126,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this List. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this List. # noqa: E501 - :return: The status of this List. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this List. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this List. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this List. - :param status: The status of this List. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this List. # noqa: E501 :type: str """ @@ -1944,20 +2149,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this List. + """Gets the status_metadata of this List. # noqa: E501 - :return: The status_metadata of this List. + + :return: The status_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this List. + """Sets the status_metadata of this List. - :param status_metadata: The status_metadata of this List. + + :param status_metadata: The status_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -1965,22 +2170,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this List. - + """Gets the tab_group_labels of this List. # noqa: E501 - :return: The tab_group_labels of this List. + # noqa: E501 + + :return: The tab_group_labels of this List. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this List. - + """Sets the tab_group_labels of this List. - :param tab_group_labels: The tab_group_labels of this List. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this List. # noqa: E501 :type: list[str] """ @@ -1988,20 +2193,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this List. + """Gets the tab_group_labels_metadata of this List. # noqa: E501 - :return: The tab_group_labels_metadata of this List. + + :return: The tab_group_labels_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this List. + """Sets the tab_group_labels_metadata of this List. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this List. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2009,22 +2214,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this List. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this List. # noqa: E501 - :return: The tab_id of this List. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this List. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this List. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this List. - :param tab_id: The tab_id of this List. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this List. # noqa: E501 :type: str """ @@ -2032,20 +2237,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this List. + """Gets the tab_id_metadata of this List. # noqa: E501 - :return: The tab_id_metadata of this List. + + :return: The tab_id_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this List. + """Sets the tab_id_metadata of this List. - :param tab_id_metadata: The tab_id_metadata of this List. + + :param tab_id_metadata: The tab_id_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2053,22 +2258,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this List. - The label string associated with the tab. + """Gets the tab_label of this List. # noqa: E501 - :return: The tab_label of this List. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this List. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this List. - The label string associated with the tab. + """Sets the tab_label of this List. - :param tab_label: The tab_label of this List. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this List. # noqa: E501 :type: str """ @@ -2076,20 +2281,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this List. + """Gets the tab_label_metadata of this List. # noqa: E501 - :return: The tab_label_metadata of this List. + + :return: The tab_label_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this List. + """Sets the tab_label_metadata of this List. - :param tab_label_metadata: The tab_label_metadata of this List. + + :param tab_label_metadata: The tab_label_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2097,22 +2302,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this List. - + """Gets the tab_order of this List. # noqa: E501 - :return: The tab_order of this List. + # noqa: E501 + + :return: The tab_order of this List. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this List. - + """Sets the tab_order of this List. - :param tab_order: The tab_order of this List. + # noqa: E501 + + :param tab_order: The tab_order of this List. # noqa: E501 :type: str """ @@ -2120,20 +2325,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this List. + """Gets the tab_order_metadata of this List. # noqa: E501 - :return: The tab_order_metadata of this List. + + :return: The tab_order_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this List. + """Sets the tab_order_metadata of this List. - :param tab_order_metadata: The tab_order_metadata of this List. + + :param tab_order_metadata: The tab_order_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2141,22 +2346,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this List. - + """Gets the tab_type of this List. # noqa: E501 - :return: The tab_type of this List. + # noqa: E501 + + :return: The tab_type of this List. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this List. - + """Sets the tab_type of this List. - :param tab_type: The tab_type of this List. + # noqa: E501 + + :param tab_type: The tab_type of this List. # noqa: E501 :type: str """ @@ -2164,20 +2369,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this List. + """Gets the tab_type_metadata of this List. # noqa: E501 - :return: The tab_type_metadata of this List. + + :return: The tab_type_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this List. + """Sets the tab_type_metadata of this List. - :param tab_type_metadata: The tab_type_metadata of this List. + + :param tab_type_metadata: The tab_type_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2185,22 +2390,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this List. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this List. # noqa: E501 - :return: The template_locked of this List. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this List. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this List. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this List. - :param template_locked: The template_locked of this List. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this List. # noqa: E501 :type: str """ @@ -2208,20 +2413,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this List. + """Gets the template_locked_metadata of this List. # noqa: E501 - :return: The template_locked_metadata of this List. + + :return: The template_locked_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this List. + """Sets the template_locked_metadata of this List. - :param template_locked_metadata: The template_locked_metadata of this List. + + :param template_locked_metadata: The template_locked_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2229,22 +2434,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this List. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this List. # noqa: E501 - :return: The template_required of this List. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this List. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this List. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this List. - :param template_required: The template_required of this List. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this List. # noqa: E501 :type: str """ @@ -2252,20 +2457,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this List. + """Gets the template_required_metadata of this List. # noqa: E501 - :return: The template_required_metadata of this List. + + :return: The template_required_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this List. + """Sets the template_required_metadata of this List. - :param template_required_metadata: The template_required_metadata of this List. + + :param template_required_metadata: The template_required_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2273,22 +2478,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this List. - + """Gets the tooltip of this List. # noqa: E501 - :return: The tooltip of this List. + # noqa: E501 + + :return: The tooltip of this List. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this List. - + """Sets the tooltip of this List. - :param tooltip: The tooltip of this List. + # noqa: E501 + + :param tooltip: The tooltip of this List. # noqa: E501 :type: str """ @@ -2296,20 +2501,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this List. + """Gets the tool_tip_metadata of this List. # noqa: E501 - :return: The tool_tip_metadata of this List. + + :return: The tool_tip_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this List. + """Sets the tool_tip_metadata of this List. - :param tool_tip_metadata: The tool_tip_metadata of this List. + + :param tool_tip_metadata: The tool_tip_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2317,22 +2522,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this List. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this List. # noqa: E501 - :return: The underline of this List. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this List. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this List. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this List. - :param underline: The underline of this List. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this List. # noqa: E501 :type: str """ @@ -2340,20 +2545,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this List. + """Gets the underline_metadata of this List. # noqa: E501 - :return: The underline_metadata of this List. + + :return: The underline_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this List. + """Sets the underline_metadata of this List. - :param underline_metadata: The underline_metadata of this List. + + :param underline_metadata: The underline_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2361,22 +2566,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this List. - The value to use when the item is selected. + """Gets the value of this List. # noqa: E501 - :return: The value of this List. + The value to use when the item is selected. # noqa: E501 + + :return: The value of this List. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this List. - The value to use when the item is selected. + """Sets the value of this List. - :param value: The value of this List. + The value to use when the item is selected. # noqa: E501 + + :param value: The value of this List. # noqa: E501 :type: str """ @@ -2384,20 +2589,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this List. + """Gets the value_metadata of this List. # noqa: E501 - :return: The value_metadata of this List. + + :return: The value_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this List. + """Sets the value_metadata of this List. - :param value_metadata: The value_metadata of this List. + + :param value_metadata: The value_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2405,22 +2610,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this List. - Width of the tab in pixels. + """Gets the width of this List. # noqa: E501 - :return: The width of this List. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this List. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this List. - Width of the tab in pixels. + """Sets the width of this List. - :param width: The width of this List. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this List. # noqa: E501 :type: str """ @@ -2428,20 +2633,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this List. + """Gets the width_metadata of this List. # noqa: E501 - :return: The width_metadata of this List. + + :return: The width_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this List. + """Sets the width_metadata of this List. - :param width_metadata: The width_metadata of this List. + + :param width_metadata: The width_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2449,22 +2654,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this List. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this List. # noqa: E501 - :return: The x_position of this List. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this List. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this List. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this List. - :param x_position: The x_position of this List. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this List. # noqa: E501 :type: str """ @@ -2472,20 +2677,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this List. + """Gets the x_position_metadata of this List. # noqa: E501 - :return: The x_position_metadata of this List. + + :return: The x_position_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this List. + """Sets the x_position_metadata of this List. - :param x_position_metadata: The x_position_metadata of this List. + + :param x_position_metadata: The x_position_metadata of this List. # noqa: E501 :type: PropertyMetadata """ @@ -2493,22 +2698,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this List. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this List. # noqa: E501 - :return: The y_position of this List. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this List. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this List. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this List. - :param y_position: The y_position of this List. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this List. # noqa: E501 :type: str """ @@ -2516,32 +2721,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this List. + """Gets the y_position_metadata of this List. # noqa: E501 - :return: The y_position_metadata of this List. + + :return: The y_position_metadata of this List. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this List. + """Sets the y_position_metadata of this List. - :param y_position_metadata: The y_position_metadata of this List. + + :param y_position_metadata: The y_position_metadata of this List. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2558,29 +2761,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(List, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, List): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/list_custom_field.py b/docusign_esign/models/list_custom_field.py index 3fd12b73..f9aae673 100644 --- a/docusign_esign/models/list_custom_field.py +++ b/docusign_esign/models/list_custom_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ListCustomField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, configuration_type=None, error_details=None, field_id=None, list_items=None, name=None, required=None, show=None, value=None): - """ - ListCustomField - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'configuration_type': 'str', - 'error_details': 'ErrorDetails', - 'field_id': 'str', - 'list_items': 'list[str]', - 'name': 'str', - 'required': 'str', - 'show': 'str', - 'value': 'str' - } - - self.attribute_map = { - 'configuration_type': 'configurationType', - 'error_details': 'errorDetails', - 'field_id': 'fieldId', - 'list_items': 'listItems', - 'name': 'name', - 'required': 'required', - 'show': 'show', - 'value': 'value' - } - - self._configuration_type = configuration_type - self._error_details = error_details - self._field_id = field_id - self._list_items = list_items - self._name = name - self._required = required - self._show = show - self._value = value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'configuration_type': 'str', + 'error_details': 'ErrorDetails', + 'field_id': 'str', + 'list_items': 'list[str]', + 'name': 'str', + 'required': 'str', + 'show': 'str', + 'value': 'str' + } + + attribute_map = { + 'configuration_type': 'configurationType', + 'error_details': 'errorDetails', + 'field_id': 'fieldId', + 'list_items': 'listItems', + 'name': 'name', + 'required': 'required', + 'show': 'show', + 'value': 'value' + } + + def __init__(self, configuration_type=None, error_details=None, field_id=None, list_items=None, name=None, required=None, show=None, value=None): # noqa: E501 + """ListCustomField - a model defined in Swagger""" # noqa: E501 + + self._configuration_type = None + self._error_details = None + self._field_id = None + self._list_items = None + self._name = None + self._required = None + self._show = None + self._value = None + self.discriminator = None + + if configuration_type is not None: + self.configuration_type = configuration_type + if error_details is not None: + self.error_details = error_details + if field_id is not None: + self.field_id = field_id + if list_items is not None: + self.list_items = list_items + if name is not None: + self.name = name + if required is not None: + self.required = required + if show is not None: + self.show = show + if value is not None: + self.value = value @property def configuration_type(self): - """ - Gets the configuration_type of this ListCustomField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Gets the configuration_type of this ListCustomField. # noqa: E501 - :return: The configuration_type of this ListCustomField. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :return: The configuration_type of this ListCustomField. # noqa: E501 :rtype: str """ return self._configuration_type @configuration_type.setter def configuration_type(self, configuration_type): - """ - Sets the configuration_type of this ListCustomField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Sets the configuration_type of this ListCustomField. - :param configuration_type: The configuration_type of this ListCustomField. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :param configuration_type: The configuration_type of this ListCustomField. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def configuration_type(self, configuration_type): @property def error_details(self): - """ - Gets the error_details of this ListCustomField. + """Gets the error_details of this ListCustomField. # noqa: E501 - :return: The error_details of this ListCustomField. + + :return: The error_details of this ListCustomField. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this ListCustomField. + """Sets the error_details of this ListCustomField. - :param error_details: The error_details of this ListCustomField. + + :param error_details: The error_details of this ListCustomField. # noqa: E501 :type: ErrorDetails """ @@ -107,22 +128,22 @@ def error_details(self, error_details): @property def field_id(self): - """ - Gets the field_id of this ListCustomField. - An ID used to specify a custom field. + """Gets the field_id of this ListCustomField. # noqa: E501 - :return: The field_id of this ListCustomField. + An ID used to specify a custom field. # noqa: E501 + + :return: The field_id of this ListCustomField. # noqa: E501 :rtype: str """ return self._field_id @field_id.setter def field_id(self, field_id): - """ - Sets the field_id of this ListCustomField. - An ID used to specify a custom field. + """Sets the field_id of this ListCustomField. - :param field_id: The field_id of this ListCustomField. + An ID used to specify a custom field. # noqa: E501 + + :param field_id: The field_id of this ListCustomField. # noqa: E501 :type: str """ @@ -130,22 +151,22 @@ def field_id(self, field_id): @property def list_items(self): - """ - Gets the list_items of this ListCustomField. - + """Gets the list_items of this ListCustomField. # noqa: E501 + + # noqa: E501 - :return: The list_items of this ListCustomField. + :return: The list_items of this ListCustomField. # noqa: E501 :rtype: list[str] """ return self._list_items @list_items.setter def list_items(self, list_items): - """ - Sets the list_items of this ListCustomField. - + """Sets the list_items of this ListCustomField. + + # noqa: E501 - :param list_items: The list_items of this ListCustomField. + :param list_items: The list_items of this ListCustomField. # noqa: E501 :type: list[str] """ @@ -153,22 +174,22 @@ def list_items(self, list_items): @property def name(self): - """ - Gets the name of this ListCustomField. - The name of the custom field. + """Gets the name of this ListCustomField. # noqa: E501 + + The name of the custom field. # noqa: E501 - :return: The name of this ListCustomField. + :return: The name of this ListCustomField. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this ListCustomField. - The name of the custom field. + """Sets the name of this ListCustomField. + + The name of the custom field. # noqa: E501 - :param name: The name of this ListCustomField. + :param name: The name of this ListCustomField. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def name(self, name): @property def required(self): - """ - Gets the required of this ListCustomField. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this ListCustomField. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this ListCustomField. + :return: The required of this ListCustomField. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this ListCustomField. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this ListCustomField. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this ListCustomField. + :param required: The required of this ListCustomField. # noqa: E501 :type: str """ @@ -199,22 +220,22 @@ def required(self, required): @property def show(self): - """ - Gets the show of this ListCustomField. - A boolean indicating if the value should be displayed. + """Gets the show of this ListCustomField. # noqa: E501 + + A boolean indicating if the value should be displayed. # noqa: E501 - :return: The show of this ListCustomField. + :return: The show of this ListCustomField. # noqa: E501 :rtype: str """ return self._show @show.setter def show(self, show): - """ - Sets the show of this ListCustomField. - A boolean indicating if the value should be displayed. + """Sets the show of this ListCustomField. + + A boolean indicating if the value should be displayed. # noqa: E501 - :param show: The show of this ListCustomField. + :param show: The show of this ListCustomField. # noqa: E501 :type: str """ @@ -222,34 +243,32 @@ def show(self, show): @property def value(self): - """ - Gets the value of this ListCustomField. - The value of the custom field. Maximum Length: 100 characters. + """Gets the value of this ListCustomField. # noqa: E501 - :return: The value of this ListCustomField. + The value of the custom field. Maximum Length: 100 characters. # noqa: E501 + + :return: The value of this ListCustomField. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this ListCustomField. - The value of the custom field. Maximum Length: 100 characters. + """Sets the value of this ListCustomField. - :param value: The value of this ListCustomField. + The value of the custom field. Maximum Length: 100 characters. # noqa: E501 + + :param value: The value of this ListCustomField. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -266,29 +285,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ListCustomField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ListCustomField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/list_item.py b/docusign_esign/models/list_item.py index e45e50b8..63791268 100644 --- a/docusign_esign/models/list_item.py +++ b/docusign_esign/models/list_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ListItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, selected=None, selected_metadata=None, text=None, text_metadata=None, value=None, value_metadata=None): - """ - ListItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'selected': 'str', - 'selected_metadata': 'PropertyMetadata', - 'text': 'str', - 'text_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'selected': 'selected', - 'selected_metadata': 'selectedMetadata', - 'text': 'text', - 'text_metadata': 'textMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata' - } - - self._selected = selected - self._selected_metadata = selected_metadata - self._text = text - self._text_metadata = text_metadata - self._value = value - self._value_metadata = value_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'selected': 'str', + 'selected_metadata': 'PropertyMetadata', + 'text': 'str', + 'text_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'selected': 'selected', + 'selected_metadata': 'selectedMetadata', + 'text': 'text', + 'text_metadata': 'textMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata' + } + + def __init__(self, selected=None, selected_metadata=None, text=None, text_metadata=None, value=None, value_metadata=None): # noqa: E501 + """ListItem - a model defined in Swagger""" # noqa: E501 + + self._selected = None + self._selected_metadata = None + self._text = None + self._text_metadata = None + self._value = None + self._value_metadata = None + self.discriminator = None + + if selected is not None: + self.selected = selected + if selected_metadata is not None: + self.selected_metadata = selected_metadata + if text is not None: + self.text = text + if text_metadata is not None: + self.text_metadata = text_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata @property def selected(self): - """ - Gets the selected of this ListItem. - When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default. + """Gets the selected of this ListItem. # noqa: E501 + + When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default. # noqa: E501 - :return: The selected of this ListItem. + :return: The selected of this ListItem. # noqa: E501 :rtype: str """ return self._selected @selected.setter def selected(self, selected): - """ - Sets the selected of this ListItem. - When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default. + """Sets the selected of this ListItem. + + When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default. # noqa: E501 - :param selected: The selected of this ListItem. + :param selected: The selected of this ListItem. # noqa: E501 :type: str """ @@ -80,20 +97,20 @@ def selected(self, selected): @property def selected_metadata(self): - """ - Gets the selected_metadata of this ListItem. + """Gets the selected_metadata of this ListItem. # noqa: E501 - :return: The selected_metadata of this ListItem. + + :return: The selected_metadata of this ListItem. # noqa: E501 :rtype: PropertyMetadata """ return self._selected_metadata @selected_metadata.setter def selected_metadata(self, selected_metadata): - """ - Sets the selected_metadata of this ListItem. + """Sets the selected_metadata of this ListItem. + - :param selected_metadata: The selected_metadata of this ListItem. + :param selected_metadata: The selected_metadata of this ListItem. # noqa: E501 :type: PropertyMetadata """ @@ -101,22 +118,22 @@ def selected_metadata(self, selected_metadata): @property def text(self): - """ - Gets the text of this ListItem. - Specifies the text that is shown in the dropdown list. + """Gets the text of this ListItem. # noqa: E501 + + Specifies the text that is shown in the dropdown list. # noqa: E501 - :return: The text of this ListItem. + :return: The text of this ListItem. # noqa: E501 :rtype: str """ return self._text @text.setter def text(self, text): - """ - Sets the text of this ListItem. - Specifies the text that is shown in the dropdown list. + """Sets the text of this ListItem. - :param text: The text of this ListItem. + Specifies the text that is shown in the dropdown list. # noqa: E501 + + :param text: The text of this ListItem. # noqa: E501 :type: str """ @@ -124,20 +141,20 @@ def text(self, text): @property def text_metadata(self): - """ - Gets the text_metadata of this ListItem. + """Gets the text_metadata of this ListItem. # noqa: E501 + - :return: The text_metadata of this ListItem. + :return: The text_metadata of this ListItem. # noqa: E501 :rtype: PropertyMetadata """ return self._text_metadata @text_metadata.setter def text_metadata(self, text_metadata): - """ - Sets the text_metadata of this ListItem. + """Sets the text_metadata of this ListItem. + - :param text_metadata: The text_metadata of this ListItem. + :param text_metadata: The text_metadata of this ListItem. # noqa: E501 :type: PropertyMetadata """ @@ -145,22 +162,22 @@ def text_metadata(self, text_metadata): @property def value(self): - """ - Gets the value of this ListItem. - Specifies the value that is used when the list item is selected. + """Gets the value of this ListItem. # noqa: E501 - :return: The value of this ListItem. + Specifies the value that is used when the list item is selected. # noqa: E501 + + :return: The value of this ListItem. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this ListItem. - Specifies the value that is used when the list item is selected. + """Sets the value of this ListItem. + + Specifies the value that is used when the list item is selected. # noqa: E501 - :param value: The value of this ListItem. + :param value: The value of this ListItem. # noqa: E501 :type: str """ @@ -168,32 +185,30 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this ListItem. + """Gets the value_metadata of this ListItem. # noqa: E501 + - :return: The value_metadata of this ListItem. + :return: The value_metadata of this ListItem. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this ListItem. + """Sets the value_metadata of this ListItem. - :param value_metadata: The value_metadata of this ListItem. + + :param value_metadata: The value_metadata of this ListItem. # noqa: E501 :type: PropertyMetadata """ self._value_metadata = value_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -210,29 +225,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ListItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ListItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/locale_policy.py b/docusign_esign/models/locale_policy.py index bf987a05..f3afec27 100644 --- a/docusign_esign/models/locale_policy.py +++ b/docusign_esign/models/locale_policy.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,179 +11,270 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LocalePolicy(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address_format=None, address_format_metadata=None, allow_region=None, calendar_type=None, calendar_type_metadata=None, culture_name=None, culture_name_metadata=None, currency_code=None, currency_code_metadata=None, currency_negative_format=None, currency_negative_format_metadata=None, currency_positive_format=None, currency_positive_format_metadata=None, custom_date_format=None, custom_sign_date_format=None, custom_sign_time_format=None, custom_time_format=None, date_format=None, date_format_metadata=None, effective_address_format=None, effective_calendar_type=None, effective_currency_code=None, effective_currency_negative_format=None, effective_currency_positive_format=None, effective_custom_date_format=None, effective_custom_time_format=None, effective_date_format=None, effective_initial_format=None, effective_name_format=None, effective_time_format=None, effective_time_zone=None, initial_format=None, initial_format_metadata=None, name_format=None, name_format_metadata=None, sign_date_format=None, sign_date_format_metadata=None, sign_time_format=None, sign_time_format_metadata=None, time_format=None, time_format_metadata=None, time_zone=None, time_zone_metadata=None): - """ - LocalePolicy - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address_format': 'str', - 'address_format_metadata': 'SettingsMetadata', - 'allow_region': 'str', - 'calendar_type': 'str', - 'calendar_type_metadata': 'SettingsMetadata', - 'culture_name': 'str', - 'culture_name_metadata': 'SettingsMetadata', - 'currency_code': 'str', - 'currency_code_metadata': 'SettingsMetadata', - 'currency_negative_format': 'str', - 'currency_negative_format_metadata': 'SettingsMetadata', - 'currency_positive_format': 'str', - 'currency_positive_format_metadata': 'SettingsMetadata', - 'custom_date_format': 'str', - 'custom_sign_date_format': 'str', - 'custom_sign_time_format': 'str', - 'custom_time_format': 'str', - 'date_format': 'str', - 'date_format_metadata': 'SettingsMetadata', - 'effective_address_format': 'str', - 'effective_calendar_type': 'str', - 'effective_currency_code': 'str', - 'effective_currency_negative_format': 'str', - 'effective_currency_positive_format': 'str', - 'effective_custom_date_format': 'str', - 'effective_custom_time_format': 'str', - 'effective_date_format': 'str', - 'effective_initial_format': 'str', - 'effective_name_format': 'str', - 'effective_time_format': 'str', - 'effective_time_zone': 'str', - 'initial_format': 'str', - 'initial_format_metadata': 'SettingsMetadata', - 'name_format': 'str', - 'name_format_metadata': 'SettingsMetadata', - 'sign_date_format': 'str', - 'sign_date_format_metadata': 'SettingsMetadata', - 'sign_time_format': 'str', - 'sign_time_format_metadata': 'SettingsMetadata', - 'time_format': 'str', - 'time_format_metadata': 'SettingsMetadata', - 'time_zone': 'str', - 'time_zone_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'address_format': 'addressFormat', - 'address_format_metadata': 'addressFormatMetadata', - 'allow_region': 'allowRegion', - 'calendar_type': 'calendarType', - 'calendar_type_metadata': 'calendarTypeMetadata', - 'culture_name': 'cultureName', - 'culture_name_metadata': 'cultureNameMetadata', - 'currency_code': 'currencyCode', - 'currency_code_metadata': 'currencyCodeMetadata', - 'currency_negative_format': 'currencyNegativeFormat', - 'currency_negative_format_metadata': 'currencyNegativeFormatMetadata', - 'currency_positive_format': 'currencyPositiveFormat', - 'currency_positive_format_metadata': 'currencyPositiveFormatMetadata', - 'custom_date_format': 'customDateFormat', - 'custom_sign_date_format': 'customSignDateFormat', - 'custom_sign_time_format': 'customSignTimeFormat', - 'custom_time_format': 'customTimeFormat', - 'date_format': 'dateFormat', - 'date_format_metadata': 'dateFormatMetadata', - 'effective_address_format': 'effectiveAddressFormat', - 'effective_calendar_type': 'effectiveCalendarType', - 'effective_currency_code': 'effectiveCurrencyCode', - 'effective_currency_negative_format': 'effectiveCurrencyNegativeFormat', - 'effective_currency_positive_format': 'effectiveCurrencyPositiveFormat', - 'effective_custom_date_format': 'effectiveCustomDateFormat', - 'effective_custom_time_format': 'effectiveCustomTimeFormat', - 'effective_date_format': 'effectiveDateFormat', - 'effective_initial_format': 'effectiveInitialFormat', - 'effective_name_format': 'effectiveNameFormat', - 'effective_time_format': 'effectiveTimeFormat', - 'effective_time_zone': 'effectiveTimeZone', - 'initial_format': 'initialFormat', - 'initial_format_metadata': 'initialFormatMetadata', - 'name_format': 'nameFormat', - 'name_format_metadata': 'nameFormatMetadata', - 'sign_date_format': 'signDateFormat', - 'sign_date_format_metadata': 'signDateFormatMetadata', - 'sign_time_format': 'signTimeFormat', - 'sign_time_format_metadata': 'signTimeFormatMetadata', - 'time_format': 'timeFormat', - 'time_format_metadata': 'timeFormatMetadata', - 'time_zone': 'timeZone', - 'time_zone_metadata': 'timeZoneMetadata' - } - self._address_format = address_format - self._address_format_metadata = address_format_metadata - self._allow_region = allow_region - self._calendar_type = calendar_type - self._calendar_type_metadata = calendar_type_metadata - self._culture_name = culture_name - self._culture_name_metadata = culture_name_metadata - self._currency_code = currency_code - self._currency_code_metadata = currency_code_metadata - self._currency_negative_format = currency_negative_format - self._currency_negative_format_metadata = currency_negative_format_metadata - self._currency_positive_format = currency_positive_format - self._currency_positive_format_metadata = currency_positive_format_metadata - self._custom_date_format = custom_date_format - self._custom_sign_date_format = custom_sign_date_format - self._custom_sign_time_format = custom_sign_time_format - self._custom_time_format = custom_time_format - self._date_format = date_format - self._date_format_metadata = date_format_metadata - self._effective_address_format = effective_address_format - self._effective_calendar_type = effective_calendar_type - self._effective_currency_code = effective_currency_code - self._effective_currency_negative_format = effective_currency_negative_format - self._effective_currency_positive_format = effective_currency_positive_format - self._effective_custom_date_format = effective_custom_date_format - self._effective_custom_time_format = effective_custom_time_format - self._effective_date_format = effective_date_format - self._effective_initial_format = effective_initial_format - self._effective_name_format = effective_name_format - self._effective_time_format = effective_time_format - self._effective_time_zone = effective_time_zone - self._initial_format = initial_format - self._initial_format_metadata = initial_format_metadata - self._name_format = name_format - self._name_format_metadata = name_format_metadata - self._sign_date_format = sign_date_format - self._sign_date_format_metadata = sign_date_format_metadata - self._sign_time_format = sign_time_format - self._sign_time_format_metadata = sign_time_format_metadata - self._time_format = time_format - self._time_format_metadata = time_format_metadata - self._time_zone = time_zone - self._time_zone_metadata = time_zone_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address_format': 'str', + 'address_format_metadata': 'SettingsMetadata', + 'allow_region': 'str', + 'calendar_type': 'str', + 'calendar_type_metadata': 'SettingsMetadata', + 'culture_name': 'str', + 'culture_name_metadata': 'SettingsMetadata', + 'currency_code': 'str', + 'currency_code_metadata': 'SettingsMetadata', + 'currency_negative_format': 'str', + 'currency_negative_format_metadata': 'SettingsMetadata', + 'currency_positive_format': 'str', + 'currency_positive_format_metadata': 'SettingsMetadata', + 'custom_date_format': 'str', + 'custom_sign_date_format': 'str', + 'custom_sign_time_format': 'str', + 'custom_time_format': 'str', + 'date_format': 'str', + 'date_format_metadata': 'SettingsMetadata', + 'effective_address_format': 'str', + 'effective_calendar_type': 'str', + 'effective_currency_code': 'str', + 'effective_currency_negative_format': 'str', + 'effective_currency_positive_format': 'str', + 'effective_custom_date_format': 'str', + 'effective_custom_time_format': 'str', + 'effective_date_format': 'str', + 'effective_initial_format': 'str', + 'effective_name_format': 'str', + 'effective_time_format': 'str', + 'effective_time_zone': 'str', + 'initial_format': 'str', + 'initial_format_metadata': 'SettingsMetadata', + 'name_format': 'str', + 'name_format_metadata': 'SettingsMetadata', + 'sign_date_format': 'str', + 'sign_date_format_metadata': 'SettingsMetadata', + 'sign_time_format': 'str', + 'sign_time_format_metadata': 'SettingsMetadata', + 'time_format': 'str', + 'time_format_metadata': 'SettingsMetadata', + 'time_zone': 'str', + 'time_zone_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'address_format': 'addressFormat', + 'address_format_metadata': 'addressFormatMetadata', + 'allow_region': 'allowRegion', + 'calendar_type': 'calendarType', + 'calendar_type_metadata': 'calendarTypeMetadata', + 'culture_name': 'cultureName', + 'culture_name_metadata': 'cultureNameMetadata', + 'currency_code': 'currencyCode', + 'currency_code_metadata': 'currencyCodeMetadata', + 'currency_negative_format': 'currencyNegativeFormat', + 'currency_negative_format_metadata': 'currencyNegativeFormatMetadata', + 'currency_positive_format': 'currencyPositiveFormat', + 'currency_positive_format_metadata': 'currencyPositiveFormatMetadata', + 'custom_date_format': 'customDateFormat', + 'custom_sign_date_format': 'customSignDateFormat', + 'custom_sign_time_format': 'customSignTimeFormat', + 'custom_time_format': 'customTimeFormat', + 'date_format': 'dateFormat', + 'date_format_metadata': 'dateFormatMetadata', + 'effective_address_format': 'effectiveAddressFormat', + 'effective_calendar_type': 'effectiveCalendarType', + 'effective_currency_code': 'effectiveCurrencyCode', + 'effective_currency_negative_format': 'effectiveCurrencyNegativeFormat', + 'effective_currency_positive_format': 'effectiveCurrencyPositiveFormat', + 'effective_custom_date_format': 'effectiveCustomDateFormat', + 'effective_custom_time_format': 'effectiveCustomTimeFormat', + 'effective_date_format': 'effectiveDateFormat', + 'effective_initial_format': 'effectiveInitialFormat', + 'effective_name_format': 'effectiveNameFormat', + 'effective_time_format': 'effectiveTimeFormat', + 'effective_time_zone': 'effectiveTimeZone', + 'initial_format': 'initialFormat', + 'initial_format_metadata': 'initialFormatMetadata', + 'name_format': 'nameFormat', + 'name_format_metadata': 'nameFormatMetadata', + 'sign_date_format': 'signDateFormat', + 'sign_date_format_metadata': 'signDateFormatMetadata', + 'sign_time_format': 'signTimeFormat', + 'sign_time_format_metadata': 'signTimeFormatMetadata', + 'time_format': 'timeFormat', + 'time_format_metadata': 'timeFormatMetadata', + 'time_zone': 'timeZone', + 'time_zone_metadata': 'timeZoneMetadata' + } + + def __init__(self, address_format=None, address_format_metadata=None, allow_region=None, calendar_type=None, calendar_type_metadata=None, culture_name=None, culture_name_metadata=None, currency_code=None, currency_code_metadata=None, currency_negative_format=None, currency_negative_format_metadata=None, currency_positive_format=None, currency_positive_format_metadata=None, custom_date_format=None, custom_sign_date_format=None, custom_sign_time_format=None, custom_time_format=None, date_format=None, date_format_metadata=None, effective_address_format=None, effective_calendar_type=None, effective_currency_code=None, effective_currency_negative_format=None, effective_currency_positive_format=None, effective_custom_date_format=None, effective_custom_time_format=None, effective_date_format=None, effective_initial_format=None, effective_name_format=None, effective_time_format=None, effective_time_zone=None, initial_format=None, initial_format_metadata=None, name_format=None, name_format_metadata=None, sign_date_format=None, sign_date_format_metadata=None, sign_time_format=None, sign_time_format_metadata=None, time_format=None, time_format_metadata=None, time_zone=None, time_zone_metadata=None): # noqa: E501 + """LocalePolicy - a model defined in Swagger""" # noqa: E501 + + self._address_format = None + self._address_format_metadata = None + self._allow_region = None + self._calendar_type = None + self._calendar_type_metadata = None + self._culture_name = None + self._culture_name_metadata = None + self._currency_code = None + self._currency_code_metadata = None + self._currency_negative_format = None + self._currency_negative_format_metadata = None + self._currency_positive_format = None + self._currency_positive_format_metadata = None + self._custom_date_format = None + self._custom_sign_date_format = None + self._custom_sign_time_format = None + self._custom_time_format = None + self._date_format = None + self._date_format_metadata = None + self._effective_address_format = None + self._effective_calendar_type = None + self._effective_currency_code = None + self._effective_currency_negative_format = None + self._effective_currency_positive_format = None + self._effective_custom_date_format = None + self._effective_custom_time_format = None + self._effective_date_format = None + self._effective_initial_format = None + self._effective_name_format = None + self._effective_time_format = None + self._effective_time_zone = None + self._initial_format = None + self._initial_format_metadata = None + self._name_format = None + self._name_format_metadata = None + self._sign_date_format = None + self._sign_date_format_metadata = None + self._sign_time_format = None + self._sign_time_format_metadata = None + self._time_format = None + self._time_format_metadata = None + self._time_zone = None + self._time_zone_metadata = None + self.discriminator = None + + if address_format is not None: + self.address_format = address_format + if address_format_metadata is not None: + self.address_format_metadata = address_format_metadata + if allow_region is not None: + self.allow_region = allow_region + if calendar_type is not None: + self.calendar_type = calendar_type + if calendar_type_metadata is not None: + self.calendar_type_metadata = calendar_type_metadata + if culture_name is not None: + self.culture_name = culture_name + if culture_name_metadata is not None: + self.culture_name_metadata = culture_name_metadata + if currency_code is not None: + self.currency_code = currency_code + if currency_code_metadata is not None: + self.currency_code_metadata = currency_code_metadata + if currency_negative_format is not None: + self.currency_negative_format = currency_negative_format + if currency_negative_format_metadata is not None: + self.currency_negative_format_metadata = currency_negative_format_metadata + if currency_positive_format is not None: + self.currency_positive_format = currency_positive_format + if currency_positive_format_metadata is not None: + self.currency_positive_format_metadata = currency_positive_format_metadata + if custom_date_format is not None: + self.custom_date_format = custom_date_format + if custom_sign_date_format is not None: + self.custom_sign_date_format = custom_sign_date_format + if custom_sign_time_format is not None: + self.custom_sign_time_format = custom_sign_time_format + if custom_time_format is not None: + self.custom_time_format = custom_time_format + if date_format is not None: + self.date_format = date_format + if date_format_metadata is not None: + self.date_format_metadata = date_format_metadata + if effective_address_format is not None: + self.effective_address_format = effective_address_format + if effective_calendar_type is not None: + self.effective_calendar_type = effective_calendar_type + if effective_currency_code is not None: + self.effective_currency_code = effective_currency_code + if effective_currency_negative_format is not None: + self.effective_currency_negative_format = effective_currency_negative_format + if effective_currency_positive_format is not None: + self.effective_currency_positive_format = effective_currency_positive_format + if effective_custom_date_format is not None: + self.effective_custom_date_format = effective_custom_date_format + if effective_custom_time_format is not None: + self.effective_custom_time_format = effective_custom_time_format + if effective_date_format is not None: + self.effective_date_format = effective_date_format + if effective_initial_format is not None: + self.effective_initial_format = effective_initial_format + if effective_name_format is not None: + self.effective_name_format = effective_name_format + if effective_time_format is not None: + self.effective_time_format = effective_time_format + if effective_time_zone is not None: + self.effective_time_zone = effective_time_zone + if initial_format is not None: + self.initial_format = initial_format + if initial_format_metadata is not None: + self.initial_format_metadata = initial_format_metadata + if name_format is not None: + self.name_format = name_format + if name_format_metadata is not None: + self.name_format_metadata = name_format_metadata + if sign_date_format is not None: + self.sign_date_format = sign_date_format + if sign_date_format_metadata is not None: + self.sign_date_format_metadata = sign_date_format_metadata + if sign_time_format is not None: + self.sign_time_format = sign_time_format + if sign_time_format_metadata is not None: + self.sign_time_format_metadata = sign_time_format_metadata + if time_format is not None: + self.time_format = time_format + if time_format_metadata is not None: + self.time_format_metadata = time_format_metadata + if time_zone is not None: + self.time_zone = time_zone + if time_zone_metadata is not None: + self.time_zone_metadata = time_zone_metadata @property def address_format(self): - """ - Gets the address_format of this LocalePolicy. - + """Gets the address_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The address_format of this LocalePolicy. + :return: The address_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._address_format @address_format.setter def address_format(self, address_format): - """ - Sets the address_format of this LocalePolicy. - + """Sets the address_format of this LocalePolicy. - :param address_format: The address_format of this LocalePolicy. + # noqa: E501 + + :param address_format: The address_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -191,20 +282,20 @@ def address_format(self, address_format): @property def address_format_metadata(self): - """ - Gets the address_format_metadata of this LocalePolicy. + """Gets the address_format_metadata of this LocalePolicy. # noqa: E501 - :return: The address_format_metadata of this LocalePolicy. + + :return: The address_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._address_format_metadata @address_format_metadata.setter def address_format_metadata(self, address_format_metadata): - """ - Sets the address_format_metadata of this LocalePolicy. + """Sets the address_format_metadata of this LocalePolicy. - :param address_format_metadata: The address_format_metadata of this LocalePolicy. + + :param address_format_metadata: The address_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -212,22 +303,22 @@ def address_format_metadata(self, address_format_metadata): @property def allow_region(self): - """ - Gets the allow_region of this LocalePolicy. - + """Gets the allow_region of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The allow_region of this LocalePolicy. + :return: The allow_region of this LocalePolicy. # noqa: E501 :rtype: str """ return self._allow_region @allow_region.setter def allow_region(self, allow_region): - """ - Sets the allow_region of this LocalePolicy. - + """Sets the allow_region of this LocalePolicy. + + # noqa: E501 - :param allow_region: The allow_region of this LocalePolicy. + :param allow_region: The allow_region of this LocalePolicy. # noqa: E501 :type: str """ @@ -235,22 +326,22 @@ def allow_region(self, allow_region): @property def calendar_type(self): - """ - Gets the calendar_type of this LocalePolicy. - + """Gets the calendar_type of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The calendar_type of this LocalePolicy. + :return: The calendar_type of this LocalePolicy. # noqa: E501 :rtype: str """ return self._calendar_type @calendar_type.setter def calendar_type(self, calendar_type): - """ - Sets the calendar_type of this LocalePolicy. - + """Sets the calendar_type of this LocalePolicy. + + # noqa: E501 - :param calendar_type: The calendar_type of this LocalePolicy. + :param calendar_type: The calendar_type of this LocalePolicy. # noqa: E501 :type: str """ @@ -258,20 +349,20 @@ def calendar_type(self, calendar_type): @property def calendar_type_metadata(self): - """ - Gets the calendar_type_metadata of this LocalePolicy. + """Gets the calendar_type_metadata of this LocalePolicy. # noqa: E501 + - :return: The calendar_type_metadata of this LocalePolicy. + :return: The calendar_type_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._calendar_type_metadata @calendar_type_metadata.setter def calendar_type_metadata(self, calendar_type_metadata): - """ - Sets the calendar_type_metadata of this LocalePolicy. + """Sets the calendar_type_metadata of this LocalePolicy. + - :param calendar_type_metadata: The calendar_type_metadata of this LocalePolicy. + :param calendar_type_metadata: The calendar_type_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -279,22 +370,22 @@ def calendar_type_metadata(self, calendar_type_metadata): @property def culture_name(self): - """ - Gets the culture_name of this LocalePolicy. - + """Gets the culture_name of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The culture_name of this LocalePolicy. + :return: The culture_name of this LocalePolicy. # noqa: E501 :rtype: str """ return self._culture_name @culture_name.setter def culture_name(self, culture_name): - """ - Sets the culture_name of this LocalePolicy. - + """Sets the culture_name of this LocalePolicy. + + # noqa: E501 - :param culture_name: The culture_name of this LocalePolicy. + :param culture_name: The culture_name of this LocalePolicy. # noqa: E501 :type: str """ @@ -302,20 +393,20 @@ def culture_name(self, culture_name): @property def culture_name_metadata(self): - """ - Gets the culture_name_metadata of this LocalePolicy. + """Gets the culture_name_metadata of this LocalePolicy. # noqa: E501 - :return: The culture_name_metadata of this LocalePolicy. + + :return: The culture_name_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._culture_name_metadata @culture_name_metadata.setter def culture_name_metadata(self, culture_name_metadata): - """ - Sets the culture_name_metadata of this LocalePolicy. + """Sets the culture_name_metadata of this LocalePolicy. - :param culture_name_metadata: The culture_name_metadata of this LocalePolicy. + + :param culture_name_metadata: The culture_name_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -323,22 +414,22 @@ def culture_name_metadata(self, culture_name_metadata): @property def currency_code(self): - """ - Gets the currency_code of this LocalePolicy. - + """Gets the currency_code of this LocalePolicy. # noqa: E501 - :return: The currency_code of this LocalePolicy. + # noqa: E501 + + :return: The currency_code of this LocalePolicy. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this LocalePolicy. - + """Sets the currency_code of this LocalePolicy. + + # noqa: E501 - :param currency_code: The currency_code of this LocalePolicy. + :param currency_code: The currency_code of this LocalePolicy. # noqa: E501 :type: str """ @@ -346,20 +437,20 @@ def currency_code(self, currency_code): @property def currency_code_metadata(self): - """ - Gets the currency_code_metadata of this LocalePolicy. + """Gets the currency_code_metadata of this LocalePolicy. # noqa: E501 + - :return: The currency_code_metadata of this LocalePolicy. + :return: The currency_code_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._currency_code_metadata @currency_code_metadata.setter def currency_code_metadata(self, currency_code_metadata): - """ - Sets the currency_code_metadata of this LocalePolicy. + """Sets the currency_code_metadata of this LocalePolicy. + - :param currency_code_metadata: The currency_code_metadata of this LocalePolicy. + :param currency_code_metadata: The currency_code_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -367,22 +458,22 @@ def currency_code_metadata(self, currency_code_metadata): @property def currency_negative_format(self): - """ - Gets the currency_negative_format of this LocalePolicy. - + """Gets the currency_negative_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The currency_negative_format of this LocalePolicy. + :return: The currency_negative_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._currency_negative_format @currency_negative_format.setter def currency_negative_format(self, currency_negative_format): - """ - Sets the currency_negative_format of this LocalePolicy. - + """Sets the currency_negative_format of this LocalePolicy. - :param currency_negative_format: The currency_negative_format of this LocalePolicy. + # noqa: E501 + + :param currency_negative_format: The currency_negative_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -390,20 +481,20 @@ def currency_negative_format(self, currency_negative_format): @property def currency_negative_format_metadata(self): - """ - Gets the currency_negative_format_metadata of this LocalePolicy. + """Gets the currency_negative_format_metadata of this LocalePolicy. # noqa: E501 - :return: The currency_negative_format_metadata of this LocalePolicy. + + :return: The currency_negative_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._currency_negative_format_metadata @currency_negative_format_metadata.setter def currency_negative_format_metadata(self, currency_negative_format_metadata): - """ - Sets the currency_negative_format_metadata of this LocalePolicy. + """Sets the currency_negative_format_metadata of this LocalePolicy. - :param currency_negative_format_metadata: The currency_negative_format_metadata of this LocalePolicy. + + :param currency_negative_format_metadata: The currency_negative_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -411,22 +502,22 @@ def currency_negative_format_metadata(self, currency_negative_format_metadata): @property def currency_positive_format(self): - """ - Gets the currency_positive_format of this LocalePolicy. - + """Gets the currency_positive_format of this LocalePolicy. # noqa: E501 - :return: The currency_positive_format of this LocalePolicy. + # noqa: E501 + + :return: The currency_positive_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._currency_positive_format @currency_positive_format.setter def currency_positive_format(self, currency_positive_format): - """ - Sets the currency_positive_format of this LocalePolicy. - + """Sets the currency_positive_format of this LocalePolicy. - :param currency_positive_format: The currency_positive_format of this LocalePolicy. + # noqa: E501 + + :param currency_positive_format: The currency_positive_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -434,20 +525,20 @@ def currency_positive_format(self, currency_positive_format): @property def currency_positive_format_metadata(self): - """ - Gets the currency_positive_format_metadata of this LocalePolicy. + """Gets the currency_positive_format_metadata of this LocalePolicy. # noqa: E501 - :return: The currency_positive_format_metadata of this LocalePolicy. + + :return: The currency_positive_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._currency_positive_format_metadata @currency_positive_format_metadata.setter def currency_positive_format_metadata(self, currency_positive_format_metadata): - """ - Sets the currency_positive_format_metadata of this LocalePolicy. + """Sets the currency_positive_format_metadata of this LocalePolicy. - :param currency_positive_format_metadata: The currency_positive_format_metadata of this LocalePolicy. + + :param currency_positive_format_metadata: The currency_positive_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -455,22 +546,22 @@ def currency_positive_format_metadata(self, currency_positive_format_metadata): @property def custom_date_format(self): - """ - Gets the custom_date_format of this LocalePolicy. - + """Gets the custom_date_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The custom_date_format of this LocalePolicy. + :return: The custom_date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._custom_date_format @custom_date_format.setter def custom_date_format(self, custom_date_format): - """ - Sets the custom_date_format of this LocalePolicy. - + """Sets the custom_date_format of this LocalePolicy. + + # noqa: E501 - :param custom_date_format: The custom_date_format of this LocalePolicy. + :param custom_date_format: The custom_date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -478,22 +569,22 @@ def custom_date_format(self, custom_date_format): @property def custom_sign_date_format(self): - """ - Gets the custom_sign_date_format of this LocalePolicy. - + """Gets the custom_sign_date_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The custom_sign_date_format of this LocalePolicy. + :return: The custom_sign_date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._custom_sign_date_format @custom_sign_date_format.setter def custom_sign_date_format(self, custom_sign_date_format): - """ - Sets the custom_sign_date_format of this LocalePolicy. - + """Sets the custom_sign_date_format of this LocalePolicy. + + # noqa: E501 - :param custom_sign_date_format: The custom_sign_date_format of this LocalePolicy. + :param custom_sign_date_format: The custom_sign_date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -501,22 +592,22 @@ def custom_sign_date_format(self, custom_sign_date_format): @property def custom_sign_time_format(self): - """ - Gets the custom_sign_time_format of this LocalePolicy. - + """Gets the custom_sign_time_format of this LocalePolicy. # noqa: E501 - :return: The custom_sign_time_format of this LocalePolicy. + # noqa: E501 + + :return: The custom_sign_time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._custom_sign_time_format @custom_sign_time_format.setter def custom_sign_time_format(self, custom_sign_time_format): - """ - Sets the custom_sign_time_format of this LocalePolicy. - + """Sets the custom_sign_time_format of this LocalePolicy. - :param custom_sign_time_format: The custom_sign_time_format of this LocalePolicy. + # noqa: E501 + + :param custom_sign_time_format: The custom_sign_time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -524,22 +615,22 @@ def custom_sign_time_format(self, custom_sign_time_format): @property def custom_time_format(self): - """ - Gets the custom_time_format of this LocalePolicy. - + """Gets the custom_time_format of this LocalePolicy. # noqa: E501 - :return: The custom_time_format of this LocalePolicy. + # noqa: E501 + + :return: The custom_time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._custom_time_format @custom_time_format.setter def custom_time_format(self, custom_time_format): - """ - Sets the custom_time_format of this LocalePolicy. - + """Sets the custom_time_format of this LocalePolicy. + + # noqa: E501 - :param custom_time_format: The custom_time_format of this LocalePolicy. + :param custom_time_format: The custom_time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -547,22 +638,22 @@ def custom_time_format(self, custom_time_format): @property def date_format(self): - """ - Gets the date_format of this LocalePolicy. - + """Gets the date_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The date_format of this LocalePolicy. + :return: The date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._date_format @date_format.setter def date_format(self, date_format): - """ - Sets the date_format of this LocalePolicy. - + """Sets the date_format of this LocalePolicy. + + # noqa: E501 - :param date_format: The date_format of this LocalePolicy. + :param date_format: The date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -570,20 +661,20 @@ def date_format(self, date_format): @property def date_format_metadata(self): - """ - Gets the date_format_metadata of this LocalePolicy. + """Gets the date_format_metadata of this LocalePolicy. # noqa: E501 + - :return: The date_format_metadata of this LocalePolicy. + :return: The date_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._date_format_metadata @date_format_metadata.setter def date_format_metadata(self, date_format_metadata): - """ - Sets the date_format_metadata of this LocalePolicy. + """Sets the date_format_metadata of this LocalePolicy. + - :param date_format_metadata: The date_format_metadata of this LocalePolicy. + :param date_format_metadata: The date_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -591,22 +682,22 @@ def date_format_metadata(self, date_format_metadata): @property def effective_address_format(self): - """ - Gets the effective_address_format of this LocalePolicy. - + """Gets the effective_address_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_address_format of this LocalePolicy. + :return: The effective_address_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_address_format @effective_address_format.setter def effective_address_format(self, effective_address_format): - """ - Sets the effective_address_format of this LocalePolicy. - + """Sets the effective_address_format of this LocalePolicy. + + # noqa: E501 - :param effective_address_format: The effective_address_format of this LocalePolicy. + :param effective_address_format: The effective_address_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -614,22 +705,22 @@ def effective_address_format(self, effective_address_format): @property def effective_calendar_type(self): - """ - Gets the effective_calendar_type of this LocalePolicy. - + """Gets the effective_calendar_type of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_calendar_type of this LocalePolicy. + :return: The effective_calendar_type of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_calendar_type @effective_calendar_type.setter def effective_calendar_type(self, effective_calendar_type): - """ - Sets the effective_calendar_type of this LocalePolicy. - + """Sets the effective_calendar_type of this LocalePolicy. - :param effective_calendar_type: The effective_calendar_type of this LocalePolicy. + # noqa: E501 + + :param effective_calendar_type: The effective_calendar_type of this LocalePolicy. # noqa: E501 :type: str """ @@ -637,22 +728,22 @@ def effective_calendar_type(self, effective_calendar_type): @property def effective_currency_code(self): - """ - Gets the effective_currency_code of this LocalePolicy. - + """Gets the effective_currency_code of this LocalePolicy. # noqa: E501 - :return: The effective_currency_code of this LocalePolicy. + # noqa: E501 + + :return: The effective_currency_code of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_currency_code @effective_currency_code.setter def effective_currency_code(self, effective_currency_code): - """ - Sets the effective_currency_code of this LocalePolicy. - + """Sets the effective_currency_code of this LocalePolicy. - :param effective_currency_code: The effective_currency_code of this LocalePolicy. + # noqa: E501 + + :param effective_currency_code: The effective_currency_code of this LocalePolicy. # noqa: E501 :type: str """ @@ -660,22 +751,22 @@ def effective_currency_code(self, effective_currency_code): @property def effective_currency_negative_format(self): - """ - Gets the effective_currency_negative_format of this LocalePolicy. - + """Gets the effective_currency_negative_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_currency_negative_format of this LocalePolicy. + :return: The effective_currency_negative_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_currency_negative_format @effective_currency_negative_format.setter def effective_currency_negative_format(self, effective_currency_negative_format): - """ - Sets the effective_currency_negative_format of this LocalePolicy. - + """Sets the effective_currency_negative_format of this LocalePolicy. + + # noqa: E501 - :param effective_currency_negative_format: The effective_currency_negative_format of this LocalePolicy. + :param effective_currency_negative_format: The effective_currency_negative_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -683,22 +774,22 @@ def effective_currency_negative_format(self, effective_currency_negative_format) @property def effective_currency_positive_format(self): - """ - Gets the effective_currency_positive_format of this LocalePolicy. - + """Gets the effective_currency_positive_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_currency_positive_format of this LocalePolicy. + :return: The effective_currency_positive_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_currency_positive_format @effective_currency_positive_format.setter def effective_currency_positive_format(self, effective_currency_positive_format): - """ - Sets the effective_currency_positive_format of this LocalePolicy. - + """Sets the effective_currency_positive_format of this LocalePolicy. + + # noqa: E501 - :param effective_currency_positive_format: The effective_currency_positive_format of this LocalePolicy. + :param effective_currency_positive_format: The effective_currency_positive_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -706,22 +797,22 @@ def effective_currency_positive_format(self, effective_currency_positive_format) @property def effective_custom_date_format(self): - """ - Gets the effective_custom_date_format of this LocalePolicy. - + """Gets the effective_custom_date_format of this LocalePolicy. # noqa: E501 - :return: The effective_custom_date_format of this LocalePolicy. + # noqa: E501 + + :return: The effective_custom_date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_custom_date_format @effective_custom_date_format.setter def effective_custom_date_format(self, effective_custom_date_format): - """ - Sets the effective_custom_date_format of this LocalePolicy. - + """Sets the effective_custom_date_format of this LocalePolicy. - :param effective_custom_date_format: The effective_custom_date_format of this LocalePolicy. + # noqa: E501 + + :param effective_custom_date_format: The effective_custom_date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -729,22 +820,22 @@ def effective_custom_date_format(self, effective_custom_date_format): @property def effective_custom_time_format(self): - """ - Gets the effective_custom_time_format of this LocalePolicy. - + """Gets the effective_custom_time_format of this LocalePolicy. # noqa: E501 - :return: The effective_custom_time_format of this LocalePolicy. + # noqa: E501 + + :return: The effective_custom_time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_custom_time_format @effective_custom_time_format.setter def effective_custom_time_format(self, effective_custom_time_format): - """ - Sets the effective_custom_time_format of this LocalePolicy. - + """Sets the effective_custom_time_format of this LocalePolicy. - :param effective_custom_time_format: The effective_custom_time_format of this LocalePolicy. + # noqa: E501 + + :param effective_custom_time_format: The effective_custom_time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -752,22 +843,22 @@ def effective_custom_time_format(self, effective_custom_time_format): @property def effective_date_format(self): - """ - Gets the effective_date_format of this LocalePolicy. - + """Gets the effective_date_format of this LocalePolicy. # noqa: E501 - :return: The effective_date_format of this LocalePolicy. + # noqa: E501 + + :return: The effective_date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_date_format @effective_date_format.setter def effective_date_format(self, effective_date_format): - """ - Sets the effective_date_format of this LocalePolicy. - + """Sets the effective_date_format of this LocalePolicy. - :param effective_date_format: The effective_date_format of this LocalePolicy. + # noqa: E501 + + :param effective_date_format: The effective_date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -775,22 +866,22 @@ def effective_date_format(self, effective_date_format): @property def effective_initial_format(self): - """ - Gets the effective_initial_format of this LocalePolicy. - + """Gets the effective_initial_format of this LocalePolicy. # noqa: E501 - :return: The effective_initial_format of this LocalePolicy. + # noqa: E501 + + :return: The effective_initial_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_initial_format @effective_initial_format.setter def effective_initial_format(self, effective_initial_format): - """ - Sets the effective_initial_format of this LocalePolicy. - + """Sets the effective_initial_format of this LocalePolicy. + + # noqa: E501 - :param effective_initial_format: The effective_initial_format of this LocalePolicy. + :param effective_initial_format: The effective_initial_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -798,22 +889,22 @@ def effective_initial_format(self, effective_initial_format): @property def effective_name_format(self): - """ - Gets the effective_name_format of this LocalePolicy. - + """Gets the effective_name_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_name_format of this LocalePolicy. + :return: The effective_name_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_name_format @effective_name_format.setter def effective_name_format(self, effective_name_format): - """ - Sets the effective_name_format of this LocalePolicy. - + """Sets the effective_name_format of this LocalePolicy. + + # noqa: E501 - :param effective_name_format: The effective_name_format of this LocalePolicy. + :param effective_name_format: The effective_name_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -821,22 +912,22 @@ def effective_name_format(self, effective_name_format): @property def effective_time_format(self): - """ - Gets the effective_time_format of this LocalePolicy. - + """Gets the effective_time_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The effective_time_format of this LocalePolicy. + :return: The effective_time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_time_format @effective_time_format.setter def effective_time_format(self, effective_time_format): - """ - Sets the effective_time_format of this LocalePolicy. - + """Sets the effective_time_format of this LocalePolicy. - :param effective_time_format: The effective_time_format of this LocalePolicy. + # noqa: E501 + + :param effective_time_format: The effective_time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -844,22 +935,22 @@ def effective_time_format(self, effective_time_format): @property def effective_time_zone(self): - """ - Gets the effective_time_zone of this LocalePolicy. - + """Gets the effective_time_zone of this LocalePolicy. # noqa: E501 - :return: The effective_time_zone of this LocalePolicy. + # noqa: E501 + + :return: The effective_time_zone of this LocalePolicy. # noqa: E501 :rtype: str """ return self._effective_time_zone @effective_time_zone.setter def effective_time_zone(self, effective_time_zone): - """ - Sets the effective_time_zone of this LocalePolicy. - + """Sets the effective_time_zone of this LocalePolicy. - :param effective_time_zone: The effective_time_zone of this LocalePolicy. + # noqa: E501 + + :param effective_time_zone: The effective_time_zone of this LocalePolicy. # noqa: E501 :type: str """ @@ -867,22 +958,22 @@ def effective_time_zone(self, effective_time_zone): @property def initial_format(self): - """ - Gets the initial_format of this LocalePolicy. - + """Gets the initial_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The initial_format of this LocalePolicy. + :return: The initial_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._initial_format @initial_format.setter def initial_format(self, initial_format): - """ - Sets the initial_format of this LocalePolicy. - + """Sets the initial_format of this LocalePolicy. + + # noqa: E501 - :param initial_format: The initial_format of this LocalePolicy. + :param initial_format: The initial_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -890,20 +981,20 @@ def initial_format(self, initial_format): @property def initial_format_metadata(self): - """ - Gets the initial_format_metadata of this LocalePolicy. + """Gets the initial_format_metadata of this LocalePolicy. # noqa: E501 + - :return: The initial_format_metadata of this LocalePolicy. + :return: The initial_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._initial_format_metadata @initial_format_metadata.setter def initial_format_metadata(self, initial_format_metadata): - """ - Sets the initial_format_metadata of this LocalePolicy. + """Sets the initial_format_metadata of this LocalePolicy. + - :param initial_format_metadata: The initial_format_metadata of this LocalePolicy. + :param initial_format_metadata: The initial_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -911,22 +1002,22 @@ def initial_format_metadata(self, initial_format_metadata): @property def name_format(self): - """ - Gets the name_format of this LocalePolicy. - + """Gets the name_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The name_format of this LocalePolicy. + :return: The name_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._name_format @name_format.setter def name_format(self, name_format): - """ - Sets the name_format of this LocalePolicy. - + """Sets the name_format of this LocalePolicy. + + # noqa: E501 - :param name_format: The name_format of this LocalePolicy. + :param name_format: The name_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -934,20 +1025,20 @@ def name_format(self, name_format): @property def name_format_metadata(self): - """ - Gets the name_format_metadata of this LocalePolicy. + """Gets the name_format_metadata of this LocalePolicy. # noqa: E501 + - :return: The name_format_metadata of this LocalePolicy. + :return: The name_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._name_format_metadata @name_format_metadata.setter def name_format_metadata(self, name_format_metadata): - """ - Sets the name_format_metadata of this LocalePolicy. + """Sets the name_format_metadata of this LocalePolicy. + - :param name_format_metadata: The name_format_metadata of this LocalePolicy. + :param name_format_metadata: The name_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -955,22 +1046,22 @@ def name_format_metadata(self, name_format_metadata): @property def sign_date_format(self): - """ - Gets the sign_date_format of this LocalePolicy. - + """Gets the sign_date_format of this LocalePolicy. # noqa: E501 - :return: The sign_date_format of this LocalePolicy. + # noqa: E501 + + :return: The sign_date_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._sign_date_format @sign_date_format.setter def sign_date_format(self, sign_date_format): - """ - Sets the sign_date_format of this LocalePolicy. - + """Sets the sign_date_format of this LocalePolicy. - :param sign_date_format: The sign_date_format of this LocalePolicy. + # noqa: E501 + + :param sign_date_format: The sign_date_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -978,20 +1069,20 @@ def sign_date_format(self, sign_date_format): @property def sign_date_format_metadata(self): - """ - Gets the sign_date_format_metadata of this LocalePolicy. + """Gets the sign_date_format_metadata of this LocalePolicy. # noqa: E501 - :return: The sign_date_format_metadata of this LocalePolicy. + + :return: The sign_date_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._sign_date_format_metadata @sign_date_format_metadata.setter def sign_date_format_metadata(self, sign_date_format_metadata): - """ - Sets the sign_date_format_metadata of this LocalePolicy. + """Sets the sign_date_format_metadata of this LocalePolicy. + - :param sign_date_format_metadata: The sign_date_format_metadata of this LocalePolicy. + :param sign_date_format_metadata: The sign_date_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -999,22 +1090,22 @@ def sign_date_format_metadata(self, sign_date_format_metadata): @property def sign_time_format(self): - """ - Gets the sign_time_format of this LocalePolicy. - + """Gets the sign_time_format of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The sign_time_format of this LocalePolicy. + :return: The sign_time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._sign_time_format @sign_time_format.setter def sign_time_format(self, sign_time_format): - """ - Sets the sign_time_format of this LocalePolicy. - + """Sets the sign_time_format of this LocalePolicy. + + # noqa: E501 - :param sign_time_format: The sign_time_format of this LocalePolicy. + :param sign_time_format: The sign_time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -1022,20 +1113,20 @@ def sign_time_format(self, sign_time_format): @property def sign_time_format_metadata(self): - """ - Gets the sign_time_format_metadata of this LocalePolicy. + """Gets the sign_time_format_metadata of this LocalePolicy. # noqa: E501 + - :return: The sign_time_format_metadata of this LocalePolicy. + :return: The sign_time_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._sign_time_format_metadata @sign_time_format_metadata.setter def sign_time_format_metadata(self, sign_time_format_metadata): - """ - Sets the sign_time_format_metadata of this LocalePolicy. + """Sets the sign_time_format_metadata of this LocalePolicy. - :param sign_time_format_metadata: The sign_time_format_metadata of this LocalePolicy. + + :param sign_time_format_metadata: The sign_time_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -1043,22 +1134,22 @@ def sign_time_format_metadata(self, sign_time_format_metadata): @property def time_format(self): - """ - Gets the time_format of this LocalePolicy. - + """Gets the time_format of this LocalePolicy. # noqa: E501 - :return: The time_format of this LocalePolicy. + # noqa: E501 + + :return: The time_format of this LocalePolicy. # noqa: E501 :rtype: str """ return self._time_format @time_format.setter def time_format(self, time_format): - """ - Sets the time_format of this LocalePolicy. - + """Sets the time_format of this LocalePolicy. - :param time_format: The time_format of this LocalePolicy. + # noqa: E501 + + :param time_format: The time_format of this LocalePolicy. # noqa: E501 :type: str """ @@ -1066,20 +1157,20 @@ def time_format(self, time_format): @property def time_format_metadata(self): - """ - Gets the time_format_metadata of this LocalePolicy. + """Gets the time_format_metadata of this LocalePolicy. # noqa: E501 + - :return: The time_format_metadata of this LocalePolicy. + :return: The time_format_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._time_format_metadata @time_format_metadata.setter def time_format_metadata(self, time_format_metadata): - """ - Sets the time_format_metadata of this LocalePolicy. + """Sets the time_format_metadata of this LocalePolicy. + - :param time_format_metadata: The time_format_metadata of this LocalePolicy. + :param time_format_metadata: The time_format_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ @@ -1087,22 +1178,22 @@ def time_format_metadata(self, time_format_metadata): @property def time_zone(self): - """ - Gets the time_zone of this LocalePolicy. - + """Gets the time_zone of this LocalePolicy. # noqa: E501 + + # noqa: E501 - :return: The time_zone of this LocalePolicy. + :return: The time_zone of this LocalePolicy. # noqa: E501 :rtype: str """ return self._time_zone @time_zone.setter def time_zone(self, time_zone): - """ - Sets the time_zone of this LocalePolicy. - + """Sets the time_zone of this LocalePolicy. + + # noqa: E501 - :param time_zone: The time_zone of this LocalePolicy. + :param time_zone: The time_zone of this LocalePolicy. # noqa: E501 :type: str """ @@ -1110,32 +1201,30 @@ def time_zone(self, time_zone): @property def time_zone_metadata(self): - """ - Gets the time_zone_metadata of this LocalePolicy. + """Gets the time_zone_metadata of this LocalePolicy. # noqa: E501 - :return: The time_zone_metadata of this LocalePolicy. + + :return: The time_zone_metadata of this LocalePolicy. # noqa: E501 :rtype: SettingsMetadata """ return self._time_zone_metadata @time_zone_metadata.setter def time_zone_metadata(self, time_zone_metadata): - """ - Sets the time_zone_metadata of this LocalePolicy. + """Sets the time_zone_metadata of this LocalePolicy. - :param time_zone_metadata: The time_zone_metadata of this LocalePolicy. + + :param time_zone_metadata: The time_zone_metadata of this LocalePolicy. # noqa: E501 :type: SettingsMetadata """ self._time_zone_metadata = time_zone_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1152,29 +1241,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LocalePolicy, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LocalePolicy): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/locale_policy_tab.py b/docusign_esign/models/locale_policy_tab.py index c1cb80d9..05d1b3f7 100644 --- a/docusign_esign/models/locale_policy_tab.py +++ b/docusign_esign/models/locale_policy_tab.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LocalePolicyTab(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address_format=None, calendar_type=None, culture_name=None, currency_negative_format=None, currency_positive_format=None, custom_date_format=None, custom_time_format=None, date_format=None, initial_format=None, name_format=None, time_format=None, time_zone=None): - """ - LocalePolicyTab - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address_format': 'str', - 'calendar_type': 'str', - 'culture_name': 'str', - 'currency_negative_format': 'str', - 'currency_positive_format': 'str', - 'custom_date_format': 'str', - 'custom_time_format': 'str', - 'date_format': 'str', - 'initial_format': 'str', - 'name_format': 'str', - 'time_format': 'str', - 'time_zone': 'str' - } - - self.attribute_map = { - 'address_format': 'addressFormat', - 'calendar_type': 'calendarType', - 'culture_name': 'cultureName', - 'currency_negative_format': 'currencyNegativeFormat', - 'currency_positive_format': 'currencyPositiveFormat', - 'custom_date_format': 'customDateFormat', - 'custom_time_format': 'customTimeFormat', - 'date_format': 'dateFormat', - 'initial_format': 'initialFormat', - 'name_format': 'nameFormat', - 'time_format': 'timeFormat', - 'time_zone': 'timeZone' - } - self._address_format = address_format - self._calendar_type = calendar_type - self._culture_name = culture_name - self._currency_negative_format = currency_negative_format - self._currency_positive_format = currency_positive_format - self._custom_date_format = custom_date_format - self._custom_time_format = custom_time_format - self._date_format = date_format - self._initial_format = initial_format - self._name_format = name_format - self._time_format = time_format - self._time_zone = time_zone + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address_format': 'str', + 'calendar_type': 'str', + 'culture_name': 'str', + 'currency_negative_format': 'str', + 'currency_positive_format': 'str', + 'custom_date_format': 'str', + 'custom_time_format': 'str', + 'date_format': 'str', + 'initial_format': 'str', + 'name_format': 'str', + 'time_format': 'str', + 'time_zone': 'str' + } + + attribute_map = { + 'address_format': 'addressFormat', + 'calendar_type': 'calendarType', + 'culture_name': 'cultureName', + 'currency_negative_format': 'currencyNegativeFormat', + 'currency_positive_format': 'currencyPositiveFormat', + 'custom_date_format': 'customDateFormat', + 'custom_time_format': 'customTimeFormat', + 'date_format': 'dateFormat', + 'initial_format': 'initialFormat', + 'name_format': 'nameFormat', + 'time_format': 'timeFormat', + 'time_zone': 'timeZone' + } + + def __init__(self, address_format=None, calendar_type=None, culture_name=None, currency_negative_format=None, currency_positive_format=None, custom_date_format=None, custom_time_format=None, date_format=None, initial_format=None, name_format=None, time_format=None, time_zone=None): # noqa: E501 + """LocalePolicyTab - a model defined in Swagger""" # noqa: E501 + + self._address_format = None + self._calendar_type = None + self._culture_name = None + self._currency_negative_format = None + self._currency_positive_format = None + self._custom_date_format = None + self._custom_time_format = None + self._date_format = None + self._initial_format = None + self._name_format = None + self._time_format = None + self._time_zone = None + self.discriminator = None + + if address_format is not None: + self.address_format = address_format + if calendar_type is not None: + self.calendar_type = calendar_type + if culture_name is not None: + self.culture_name = culture_name + if currency_negative_format is not None: + self.currency_negative_format = currency_negative_format + if currency_positive_format is not None: + self.currency_positive_format = currency_positive_format + if custom_date_format is not None: + self.custom_date_format = custom_date_format + if custom_time_format is not None: + self.custom_time_format = custom_time_format + if date_format is not None: + self.date_format = date_format + if initial_format is not None: + self.initial_format = initial_format + if name_format is not None: + self.name_format = name_format + if time_format is not None: + self.time_format = time_format + if time_zone is not None: + self.time_zone = time_zone @property def address_format(self): - """ - Gets the address_format of this LocalePolicyTab. - + """Gets the address_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The address_format of this LocalePolicyTab. + :return: The address_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._address_format @address_format.setter def address_format(self, address_format): - """ - Sets the address_format of this LocalePolicyTab. - + """Sets the address_format of this LocalePolicyTab. - :param address_format: The address_format of this LocalePolicyTab. + # noqa: E501 + + :param address_format: The address_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -98,22 +127,22 @@ def address_format(self, address_format): @property def calendar_type(self): - """ - Gets the calendar_type of this LocalePolicyTab. - + """Gets the calendar_type of this LocalePolicyTab. # noqa: E501 - :return: The calendar_type of this LocalePolicyTab. + # noqa: E501 + + :return: The calendar_type of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._calendar_type @calendar_type.setter def calendar_type(self, calendar_type): - """ - Sets the calendar_type of this LocalePolicyTab. - + """Sets the calendar_type of this LocalePolicyTab. + + # noqa: E501 - :param calendar_type: The calendar_type of this LocalePolicyTab. + :param calendar_type: The calendar_type of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -121,22 +150,22 @@ def calendar_type(self, calendar_type): @property def culture_name(self): - """ - Gets the culture_name of this LocalePolicyTab. - + """Gets the culture_name of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The culture_name of this LocalePolicyTab. + :return: The culture_name of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._culture_name @culture_name.setter def culture_name(self, culture_name): - """ - Sets the culture_name of this LocalePolicyTab. - + """Sets the culture_name of this LocalePolicyTab. + + # noqa: E501 - :param culture_name: The culture_name of this LocalePolicyTab. + :param culture_name: The culture_name of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -144,22 +173,22 @@ def culture_name(self, culture_name): @property def currency_negative_format(self): - """ - Gets the currency_negative_format of this LocalePolicyTab. - + """Gets the currency_negative_format of this LocalePolicyTab. # noqa: E501 - :return: The currency_negative_format of this LocalePolicyTab. + # noqa: E501 + + :return: The currency_negative_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._currency_negative_format @currency_negative_format.setter def currency_negative_format(self, currency_negative_format): - """ - Sets the currency_negative_format of this LocalePolicyTab. - + """Sets the currency_negative_format of this LocalePolicyTab. - :param currency_negative_format: The currency_negative_format of this LocalePolicyTab. + # noqa: E501 + + :param currency_negative_format: The currency_negative_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -167,22 +196,22 @@ def currency_negative_format(self, currency_negative_format): @property def currency_positive_format(self): - """ - Gets the currency_positive_format of this LocalePolicyTab. - + """Gets the currency_positive_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The currency_positive_format of this LocalePolicyTab. + :return: The currency_positive_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._currency_positive_format @currency_positive_format.setter def currency_positive_format(self, currency_positive_format): - """ - Sets the currency_positive_format of this LocalePolicyTab. - + """Sets the currency_positive_format of this LocalePolicyTab. + + # noqa: E501 - :param currency_positive_format: The currency_positive_format of this LocalePolicyTab. + :param currency_positive_format: The currency_positive_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -190,22 +219,22 @@ def currency_positive_format(self, currency_positive_format): @property def custom_date_format(self): - """ - Gets the custom_date_format of this LocalePolicyTab. - + """Gets the custom_date_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The custom_date_format of this LocalePolicyTab. + :return: The custom_date_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._custom_date_format @custom_date_format.setter def custom_date_format(self, custom_date_format): - """ - Sets the custom_date_format of this LocalePolicyTab. - + """Sets the custom_date_format of this LocalePolicyTab. - :param custom_date_format: The custom_date_format of this LocalePolicyTab. + # noqa: E501 + + :param custom_date_format: The custom_date_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -213,22 +242,22 @@ def custom_date_format(self, custom_date_format): @property def custom_time_format(self): - """ - Gets the custom_time_format of this LocalePolicyTab. - + """Gets the custom_time_format of this LocalePolicyTab. # noqa: E501 - :return: The custom_time_format of this LocalePolicyTab. + # noqa: E501 + + :return: The custom_time_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._custom_time_format @custom_time_format.setter def custom_time_format(self, custom_time_format): - """ - Sets the custom_time_format of this LocalePolicyTab. - + """Sets the custom_time_format of this LocalePolicyTab. + + # noqa: E501 - :param custom_time_format: The custom_time_format of this LocalePolicyTab. + :param custom_time_format: The custom_time_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -236,22 +265,22 @@ def custom_time_format(self, custom_time_format): @property def date_format(self): - """ - Gets the date_format of this LocalePolicyTab. - + """Gets the date_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The date_format of this LocalePolicyTab. + :return: The date_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._date_format @date_format.setter def date_format(self, date_format): - """ - Sets the date_format of this LocalePolicyTab. - + """Sets the date_format of this LocalePolicyTab. + + # noqa: E501 - :param date_format: The date_format of this LocalePolicyTab. + :param date_format: The date_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -259,22 +288,22 @@ def date_format(self, date_format): @property def initial_format(self): - """ - Gets the initial_format of this LocalePolicyTab. - + """Gets the initial_format of this LocalePolicyTab. # noqa: E501 - :return: The initial_format of this LocalePolicyTab. + # noqa: E501 + + :return: The initial_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._initial_format @initial_format.setter def initial_format(self, initial_format): - """ - Sets the initial_format of this LocalePolicyTab. - + """Sets the initial_format of this LocalePolicyTab. - :param initial_format: The initial_format of this LocalePolicyTab. + # noqa: E501 + + :param initial_format: The initial_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -282,22 +311,22 @@ def initial_format(self, initial_format): @property def name_format(self): - """ - Gets the name_format of this LocalePolicyTab. - + """Gets the name_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The name_format of this LocalePolicyTab. + :return: The name_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._name_format @name_format.setter def name_format(self, name_format): - """ - Sets the name_format of this LocalePolicyTab. - + """Sets the name_format of this LocalePolicyTab. + + # noqa: E501 - :param name_format: The name_format of this LocalePolicyTab. + :param name_format: The name_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -305,22 +334,22 @@ def name_format(self, name_format): @property def time_format(self): - """ - Gets the time_format of this LocalePolicyTab. - + """Gets the time_format of this LocalePolicyTab. # noqa: E501 + + # noqa: E501 - :return: The time_format of this LocalePolicyTab. + :return: The time_format of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._time_format @time_format.setter def time_format(self, time_format): - """ - Sets the time_format of this LocalePolicyTab. - + """Sets the time_format of this LocalePolicyTab. - :param time_format: The time_format of this LocalePolicyTab. + # noqa: E501 + + :param time_format: The time_format of this LocalePolicyTab. # noqa: E501 :type: str """ @@ -328,34 +357,32 @@ def time_format(self, time_format): @property def time_zone(self): - """ - Gets the time_zone of this LocalePolicyTab. - + """Gets the time_zone of this LocalePolicyTab. # noqa: E501 - :return: The time_zone of this LocalePolicyTab. + # noqa: E501 + + :return: The time_zone of this LocalePolicyTab. # noqa: E501 :rtype: str """ return self._time_zone @time_zone.setter def time_zone(self, time_zone): - """ - Sets the time_zone of this LocalePolicyTab. - + """Sets the time_zone of this LocalePolicyTab. + + # noqa: E501 - :param time_zone: The time_zone of this LocalePolicyTab. + :param time_zone: The time_zone of this LocalePolicyTab. # noqa: E501 :type: str """ self._time_zone = time_zone def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -372,29 +399,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LocalePolicyTab, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LocalePolicyTab): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/lock_information.py b/docusign_esign/models/lock_information.py index 5aa27332..09813d64 100644 --- a/docusign_esign/models/lock_information.py +++ b/docusign_esign/models/lock_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,72 +11,93 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LockInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, lock_duration_in_seconds=None, locked_by_app=None, locked_by_user=None, locked_until_date_time=None, lock_token=None, lock_type=None, use_scratch_pad=None): - """ - LockInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'lock_duration_in_seconds': 'str', - 'locked_by_app': 'str', - 'locked_by_user': 'UserInfo', - 'locked_until_date_time': 'str', - 'lock_token': 'str', - 'lock_type': 'str', - 'use_scratch_pad': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'lock_duration_in_seconds': 'lockDurationInSeconds', - 'locked_by_app': 'lockedByApp', - 'locked_by_user': 'lockedByUser', - 'locked_until_date_time': 'lockedUntilDateTime', - 'lock_token': 'lockToken', - 'lock_type': 'lockType', - 'use_scratch_pad': 'useScratchPad' - } - - self._error_details = error_details - self._lock_duration_in_seconds = lock_duration_in_seconds - self._locked_by_app = locked_by_app - self._locked_by_user = locked_by_user - self._locked_until_date_time = locked_until_date_time - self._lock_token = lock_token - self._lock_type = lock_type - self._use_scratch_pad = use_scratch_pad + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'lock_duration_in_seconds': 'str', + 'locked_by_app': 'str', + 'locked_by_user': 'UserInfo', + 'locked_until_date_time': 'str', + 'lock_token': 'str', + 'lock_type': 'str', + 'use_scratch_pad': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'lock_duration_in_seconds': 'lockDurationInSeconds', + 'locked_by_app': 'lockedByApp', + 'locked_by_user': 'lockedByUser', + 'locked_until_date_time': 'lockedUntilDateTime', + 'lock_token': 'lockToken', + 'lock_type': 'lockType', + 'use_scratch_pad': 'useScratchPad' + } + + def __init__(self, error_details=None, lock_duration_in_seconds=None, locked_by_app=None, locked_by_user=None, locked_until_date_time=None, lock_token=None, lock_type=None, use_scratch_pad=None): # noqa: E501 + """LockInformation - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._lock_duration_in_seconds = None + self._locked_by_app = None + self._locked_by_user = None + self._locked_until_date_time = None + self._lock_token = None + self._lock_type = None + self._use_scratch_pad = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if lock_duration_in_seconds is not None: + self.lock_duration_in_seconds = lock_duration_in_seconds + if locked_by_app is not None: + self.locked_by_app = locked_by_app + if locked_by_user is not None: + self.locked_by_user = locked_by_user + if locked_until_date_time is not None: + self.locked_until_date_time = locked_until_date_time + if lock_token is not None: + self.lock_token = lock_token + if lock_type is not None: + self.lock_type = lock_type + if use_scratch_pad is not None: + self.use_scratch_pad = use_scratch_pad @property def error_details(self): - """ - Gets the error_details of this LockInformation. + """Gets the error_details of this LockInformation. # noqa: E501 - :return: The error_details of this LockInformation. + + :return: The error_details of this LockInformation. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this LockInformation. + """Sets the error_details of this LockInformation. - :param error_details: The error_details of this LockInformation. + + :param error_details: The error_details of this LockInformation. # noqa: E501 :type: ErrorDetails """ @@ -84,22 +105,22 @@ def error_details(self, error_details): @property def lock_duration_in_seconds(self): - """ - Gets the lock_duration_in_seconds of this LockInformation. - Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended. + """Gets the lock_duration_in_seconds of this LockInformation. # noqa: E501 - :return: The lock_duration_in_seconds of this LockInformation. + Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended. # noqa: E501 + + :return: The lock_duration_in_seconds of this LockInformation. # noqa: E501 :rtype: str """ return self._lock_duration_in_seconds @lock_duration_in_seconds.setter def lock_duration_in_seconds(self, lock_duration_in_seconds): - """ - Sets the lock_duration_in_seconds of this LockInformation. - Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended. + """Sets the lock_duration_in_seconds of this LockInformation. - :param lock_duration_in_seconds: The lock_duration_in_seconds of this LockInformation. + Sets the time, in seconds, until the lock expires when there is no activity on the envelope. If no value is entered, then the default value of 300 seconds is used. The maximum value is 1,800 seconds. The lock duration can be extended. # noqa: E501 + + :param lock_duration_in_seconds: The lock_duration_in_seconds of this LockInformation. # noqa: E501 :type: str """ @@ -107,22 +128,22 @@ def lock_duration_in_seconds(self, lock_duration_in_seconds): @property def locked_by_app(self): - """ - Gets the locked_by_app of this LockInformation. - Specifies the friendly name of the application that is locking the envelope. + """Gets the locked_by_app of this LockInformation. # noqa: E501 - :return: The locked_by_app of this LockInformation. + Specifies the friendly name of the application that is locking the envelope. # noqa: E501 + + :return: The locked_by_app of this LockInformation. # noqa: E501 :rtype: str """ return self._locked_by_app @locked_by_app.setter def locked_by_app(self, locked_by_app): - """ - Sets the locked_by_app of this LockInformation. - Specifies the friendly name of the application that is locking the envelope. + """Sets the locked_by_app of this LockInformation. - :param locked_by_app: The locked_by_app of this LockInformation. + Specifies the friendly name of the application that is locking the envelope. # noqa: E501 + + :param locked_by_app: The locked_by_app of this LockInformation. # noqa: E501 :type: str """ @@ -130,20 +151,20 @@ def locked_by_app(self, locked_by_app): @property def locked_by_user(self): - """ - Gets the locked_by_user of this LockInformation. + """Gets the locked_by_user of this LockInformation. # noqa: E501 + - :return: The locked_by_user of this LockInformation. + :return: The locked_by_user of this LockInformation. # noqa: E501 :rtype: UserInfo """ return self._locked_by_user @locked_by_user.setter def locked_by_user(self, locked_by_user): - """ - Sets the locked_by_user of this LockInformation. + """Sets the locked_by_user of this LockInformation. + - :param locked_by_user: The locked_by_user of this LockInformation. + :param locked_by_user: The locked_by_user of this LockInformation. # noqa: E501 :type: UserInfo """ @@ -151,22 +172,22 @@ def locked_by_user(self, locked_by_user): @property def locked_until_date_time(self): - """ - Gets the locked_until_date_time of this LockInformation. - The datetime until the envelope lock expires. + """Gets the locked_until_date_time of this LockInformation. # noqa: E501 + + The datetime until the envelope lock expires. # noqa: E501 - :return: The locked_until_date_time of this LockInformation. + :return: The locked_until_date_time of this LockInformation. # noqa: E501 :rtype: str """ return self._locked_until_date_time @locked_until_date_time.setter def locked_until_date_time(self, locked_until_date_time): - """ - Sets the locked_until_date_time of this LockInformation. - The datetime until the envelope lock expires. + """Sets the locked_until_date_time of this LockInformation. + + The datetime until the envelope lock expires. # noqa: E501 - :param locked_until_date_time: The locked_until_date_time of this LockInformation. + :param locked_until_date_time: The locked_until_date_time of this LockInformation. # noqa: E501 :type: str """ @@ -174,22 +195,22 @@ def locked_until_date_time(self, locked_until_date_time): @property def lock_token(self): - """ - Gets the lock_token of this LockInformation. - A unique identifier provided to the owner of the envelope lock. Used to prove ownership of the lock. + """Gets the lock_token of this LockInformation. # noqa: E501 + + A unique identifier provided to the owner of the envelope lock. Used to prove ownership of the lock. # noqa: E501 - :return: The lock_token of this LockInformation. + :return: The lock_token of this LockInformation. # noqa: E501 :rtype: str """ return self._lock_token @lock_token.setter def lock_token(self, lock_token): - """ - Sets the lock_token of this LockInformation. - A unique identifier provided to the owner of the envelope lock. Used to prove ownership of the lock. + """Sets the lock_token of this LockInformation. + + A unique identifier provided to the owner of the envelope lock. Used to prove ownership of the lock. # noqa: E501 - :param lock_token: The lock_token of this LockInformation. + :param lock_token: The lock_token of this LockInformation. # noqa: E501 :type: str """ @@ -197,22 +218,22 @@ def lock_token(self, lock_token): @property def lock_type(self): - """ - Gets the lock_type of this LockInformation. - The type of envelope lock. Currently \"edit\" is the only supported type. + """Gets the lock_type of this LockInformation. # noqa: E501 + + The type of envelope lock. Currently \"edit\" is the only supported type. # noqa: E501 - :return: The lock_type of this LockInformation. + :return: The lock_type of this LockInformation. # noqa: E501 :rtype: str """ return self._lock_type @lock_type.setter def lock_type(self, lock_type): - """ - Sets the lock_type of this LockInformation. - The type of envelope lock. Currently \"edit\" is the only supported type. + """Sets the lock_type of this LockInformation. + + The type of envelope lock. Currently \"edit\" is the only supported type. # noqa: E501 - :param lock_type: The lock_type of this LockInformation. + :param lock_type: The lock_type of this LockInformation. # noqa: E501 :type: str """ @@ -220,34 +241,32 @@ def lock_type(self, lock_type): @property def use_scratch_pad(self): - """ - Gets the use_scratch_pad of this LockInformation. - Reserved for future use. Indicates whether a scratchpad is used for editing information. + """Gets the use_scratch_pad of this LockInformation. # noqa: E501 - :return: The use_scratch_pad of this LockInformation. + Reserved for future use. Indicates whether a scratchpad is used for editing information. # noqa: E501 + + :return: The use_scratch_pad of this LockInformation. # noqa: E501 :rtype: str """ return self._use_scratch_pad @use_scratch_pad.setter def use_scratch_pad(self, use_scratch_pad): - """ - Sets the use_scratch_pad of this LockInformation. - Reserved for future use. Indicates whether a scratchpad is used for editing information. + """Sets the use_scratch_pad of this LockInformation. - :param use_scratch_pad: The use_scratch_pad of this LockInformation. + Reserved for future use. Indicates whether a scratchpad is used for editing information. # noqa: E501 + + :param use_scratch_pad: The use_scratch_pad of this LockInformation. # noqa: E501 :type: str """ self._use_scratch_pad = use_scratch_pad def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -264,29 +283,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LockInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LockInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/lock_request.py b/docusign_esign/models/lock_request.py index e6ff2212..a799e02d 100644 --- a/docusign_esign/models/lock_request.py +++ b/docusign_esign/models/lock_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LockRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, lock_duration_in_seconds=None, locked_by_app=None, lock_type=None, template_password=None, use_scratch_pad=None): - """ - LockRequest - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'lock_duration_in_seconds': 'str', - 'locked_by_app': 'str', - 'lock_type': 'str', - 'template_password': 'str', - 'use_scratch_pad': 'str' - } - - self.attribute_map = { - 'lock_duration_in_seconds': 'lockDurationInSeconds', - 'locked_by_app': 'lockedByApp', - 'lock_type': 'lockType', - 'template_password': 'templatePassword', - 'use_scratch_pad': 'useScratchPad' - } - self._lock_duration_in_seconds = lock_duration_in_seconds - self._locked_by_app = locked_by_app - self._lock_type = lock_type - self._template_password = template_password - self._use_scratch_pad = use_scratch_pad + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'lock_duration_in_seconds': 'str', + 'locked_by_app': 'str', + 'lock_type': 'str', + 'template_password': 'str', + 'use_scratch_pad': 'str' + } + + attribute_map = { + 'lock_duration_in_seconds': 'lockDurationInSeconds', + 'locked_by_app': 'lockedByApp', + 'lock_type': 'lockType', + 'template_password': 'templatePassword', + 'use_scratch_pad': 'useScratchPad' + } + + def __init__(self, lock_duration_in_seconds=None, locked_by_app=None, lock_type=None, template_password=None, use_scratch_pad=None): # noqa: E501 + """LockRequest - a model defined in Swagger""" # noqa: E501 + + self._lock_duration_in_seconds = None + self._locked_by_app = None + self._lock_type = None + self._template_password = None + self._use_scratch_pad = None + self.discriminator = None + + if lock_duration_in_seconds is not None: + self.lock_duration_in_seconds = lock_duration_in_seconds + if locked_by_app is not None: + self.locked_by_app = locked_by_app + if lock_type is not None: + self.lock_type = lock_type + if template_password is not None: + self.template_password = template_password + if use_scratch_pad is not None: + self.use_scratch_pad = use_scratch_pad @property def lock_duration_in_seconds(self): - """ - Gets the lock_duration_in_seconds of this LockRequest. - The number of seconds to lock the envelope for editing. Must be greater than 0 seconds. + """Gets the lock_duration_in_seconds of this LockRequest. # noqa: E501 - :return: The lock_duration_in_seconds of this LockRequest. + The number of seconds to lock the envelope for editing. Must be greater than 0 seconds. # noqa: E501 + + :return: The lock_duration_in_seconds of this LockRequest. # noqa: E501 :rtype: str """ return self._lock_duration_in_seconds @lock_duration_in_seconds.setter def lock_duration_in_seconds(self, lock_duration_in_seconds): - """ - Sets the lock_duration_in_seconds of this LockRequest. - The number of seconds to lock the envelope for editing. Must be greater than 0 seconds. + """Sets the lock_duration_in_seconds of this LockRequest. + + The number of seconds to lock the envelope for editing. Must be greater than 0 seconds. # noqa: E501 - :param lock_duration_in_seconds: The lock_duration_in_seconds of this LockRequest. + :param lock_duration_in_seconds: The lock_duration_in_seconds of this LockRequest. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def lock_duration_in_seconds(self, lock_duration_in_seconds): @property def locked_by_app(self): - """ - Gets the locked_by_app of this LockRequest. - A friendly name of the application used to lock the envelope. Will be used in error messages to the user when lock conflicts occur. + """Gets the locked_by_app of this LockRequest. # noqa: E501 + + A friendly name of the application used to lock the envelope. Will be used in error messages to the user when lock conflicts occur. # noqa: E501 - :return: The locked_by_app of this LockRequest. + :return: The locked_by_app of this LockRequest. # noqa: E501 :rtype: str """ return self._locked_by_app @locked_by_app.setter def locked_by_app(self, locked_by_app): - """ - Sets the locked_by_app of this LockRequest. - A friendly name of the application used to lock the envelope. Will be used in error messages to the user when lock conflicts occur. + """Sets the locked_by_app of this LockRequest. - :param locked_by_app: The locked_by_app of this LockRequest. + A friendly name of the application used to lock the envelope. Will be used in error messages to the user when lock conflicts occur. # noqa: E501 + + :param locked_by_app: The locked_by_app of this LockRequest. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def locked_by_app(self, locked_by_app): @property def lock_type(self): - """ - Gets the lock_type of this LockRequest. - The type of envelope lock. Currently \"edit\" is the only supported type. + """Gets the lock_type of this LockRequest. # noqa: E501 - :return: The lock_type of this LockRequest. + The type of envelope lock. Currently \"edit\" is the only supported type. # noqa: E501 + + :return: The lock_type of this LockRequest. # noqa: E501 :rtype: str """ return self._lock_type @lock_type.setter def lock_type(self, lock_type): - """ - Sets the lock_type of this LockRequest. - The type of envelope lock. Currently \"edit\" is the only supported type. + """Sets the lock_type of this LockRequest. + + The type of envelope lock. Currently \"edit\" is the only supported type. # noqa: E501 - :param lock_type: The lock_type of this LockRequest. + :param lock_type: The lock_type of this LockRequest. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def lock_type(self, lock_type): @property def template_password(self): - """ - Gets the template_password of this LockRequest. - + """Gets the template_password of this LockRequest. # noqa: E501 + + # noqa: E501 - :return: The template_password of this LockRequest. + :return: The template_password of this LockRequest. # noqa: E501 :rtype: str """ return self._template_password @template_password.setter def template_password(self, template_password): - """ - Sets the template_password of this LockRequest. - + """Sets the template_password of this LockRequest. - :param template_password: The template_password of this LockRequest. + # noqa: E501 + + :param template_password: The template_password of this LockRequest. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def template_password(self, template_password): @property def use_scratch_pad(self): - """ - Gets the use_scratch_pad of this LockRequest. - Reserved for future use. Indicates whether a scratchpad is used for editing information. + """Gets the use_scratch_pad of this LockRequest. # noqa: E501 + + Reserved for future use. Indicates whether a scratchpad is used for editing information. # noqa: E501 - :return: The use_scratch_pad of this LockRequest. + :return: The use_scratch_pad of this LockRequest. # noqa: E501 :rtype: str """ return self._use_scratch_pad @use_scratch_pad.setter def use_scratch_pad(self, use_scratch_pad): - """ - Sets the use_scratch_pad of this LockRequest. - Reserved for future use. Indicates whether a scratchpad is used for editing information. + """Sets the use_scratch_pad of this LockRequest. + + Reserved for future use. Indicates whether a scratchpad is used for editing information. # noqa: E501 - :param use_scratch_pad: The use_scratch_pad of this LockRequest. + :param use_scratch_pad: The use_scratch_pad of this LockRequest. # noqa: E501 :type: str """ self._use_scratch_pad = use_scratch_pad def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LockRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LockRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/login_account.py b/docusign_esign/models/login_account.py index 835ff222..7075f512 100644 --- a/docusign_esign/models/login_account.py +++ b/docusign_esign/models/login_account.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,83 +11,110 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LoginAccount(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, account_id_guid=None, base_url=None, email=None, is_default=None, login_account_settings=None, login_user_settings=None, name=None, site_description=None, user_id=None, user_name=None): - """ - LoginAccount - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'account_id_guid': 'str', - 'base_url': 'str', - 'email': 'str', - 'is_default': 'str', - 'login_account_settings': 'list[NameValue]', - 'login_user_settings': 'list[NameValue]', - 'name': 'str', - 'site_description': 'str', - 'user_id': 'str', - 'user_name': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'account_id_guid': 'accountIdGuid', - 'base_url': 'baseUrl', - 'email': 'email', - 'is_default': 'isDefault', - 'login_account_settings': 'loginAccountSettings', - 'login_user_settings': 'loginUserSettings', - 'name': 'name', - 'site_description': 'siteDescription', - 'user_id': 'userId', - 'user_name': 'userName' - } - self._account_id = account_id - self._account_id_guid = account_id_guid - self._base_url = base_url - self._email = email - self._is_default = is_default - self._login_account_settings = login_account_settings - self._login_user_settings = login_user_settings - self._name = name - self._site_description = site_description - self._user_id = user_id - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'account_id_guid': 'str', + 'base_url': 'str', + 'email': 'str', + 'is_default': 'str', + 'login_account_settings': 'list[NameValue]', + 'login_user_settings': 'list[NameValue]', + 'name': 'str', + 'site_description': 'str', + 'user_id': 'str', + 'user_name': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'account_id_guid': 'accountIdGuid', + 'base_url': 'baseUrl', + 'email': 'email', + 'is_default': 'isDefault', + 'login_account_settings': 'loginAccountSettings', + 'login_user_settings': 'loginUserSettings', + 'name': 'name', + 'site_description': 'siteDescription', + 'user_id': 'userId', + 'user_name': 'userName' + } + + def __init__(self, account_id=None, account_id_guid=None, base_url=None, email=None, is_default=None, login_account_settings=None, login_user_settings=None, name=None, site_description=None, user_id=None, user_name=None): # noqa: E501 + """LoginAccount - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._account_id_guid = None + self._base_url = None + self._email = None + self._is_default = None + self._login_account_settings = None + self._login_user_settings = None + self._name = None + self._site_description = None + self._user_id = None + self._user_name = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if account_id_guid is not None: + self.account_id_guid = account_id_guid + if base_url is not None: + self.base_url = base_url + if email is not None: + self.email = email + if is_default is not None: + self.is_default = is_default + if login_account_settings is not None: + self.login_account_settings = login_account_settings + if login_user_settings is not None: + self.login_user_settings = login_user_settings + if name is not None: + self.name = name + if site_description is not None: + self.site_description = site_description + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name @property def account_id(self): - """ - Gets the account_id of this LoginAccount. - The account ID associated with the envelope. + """Gets the account_id of this LoginAccount. # noqa: E501 + + The account ID associated with the envelope. # noqa: E501 - :return: The account_id of this LoginAccount. + :return: The account_id of this LoginAccount. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this LoginAccount. - The account ID associated with the envelope. + """Sets the account_id of this LoginAccount. - :param account_id: The account_id of this LoginAccount. + The account ID associated with the envelope. # noqa: E501 + + :param account_id: The account_id of this LoginAccount. # noqa: E501 :type: str """ @@ -95,22 +122,22 @@ def account_id(self, account_id): @property def account_id_guid(self): - """ - Gets the account_id_guid of this LoginAccount. - The GUID associated with the account ID. + """Gets the account_id_guid of this LoginAccount. # noqa: E501 - :return: The account_id_guid of this LoginAccount. + The GUID associated with the account ID. # noqa: E501 + + :return: The account_id_guid of this LoginAccount. # noqa: E501 :rtype: str """ return self._account_id_guid @account_id_guid.setter def account_id_guid(self, account_id_guid): - """ - Sets the account_id_guid of this LoginAccount. - The GUID associated with the account ID. + """Sets the account_id_guid of this LoginAccount. - :param account_id_guid: The account_id_guid of this LoginAccount. + The GUID associated with the account ID. # noqa: E501 + + :param account_id_guid: The account_id_guid of this LoginAccount. # noqa: E501 :type: str """ @@ -118,22 +145,22 @@ def account_id_guid(self, account_id_guid): @property def base_url(self): - """ - Gets the base_url of this LoginAccount. - The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. + """Gets the base_url of this LoginAccount. # noqa: E501 - :return: The base_url of this LoginAccount. + The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. # noqa: E501 + + :return: The base_url of this LoginAccount. # noqa: E501 :rtype: str """ return self._base_url @base_url.setter def base_url(self, base_url): - """ - Sets the base_url of this LoginAccount. - The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. + """Sets the base_url of this LoginAccount. + + The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. # noqa: E501 - :param base_url: The base_url of this LoginAccount. + :param base_url: The base_url of this LoginAccount. # noqa: E501 :type: str """ @@ -141,22 +168,22 @@ def base_url(self, base_url): @property def email(self): - """ - Gets the email of this LoginAccount. - The email address for the user. + """Gets the email of this LoginAccount. # noqa: E501 + + The email address for the user. # noqa: E501 - :return: The email of this LoginAccount. + :return: The email of this LoginAccount. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this LoginAccount. - The email address for the user. + """Sets the email of this LoginAccount. + + The email address for the user. # noqa: E501 - :param email: The email of this LoginAccount. + :param email: The email of this LoginAccount. # noqa: E501 :type: str """ @@ -164,22 +191,22 @@ def email(self, email): @property def is_default(self): - """ - Gets the is_default of this LoginAccount. - This value is true if this is the default account for the user, otherwise false is returned. + """Gets the is_default of this LoginAccount. # noqa: E501 + + This value is true if this is the default account for the user, otherwise false is returned. # noqa: E501 - :return: The is_default of this LoginAccount. + :return: The is_default of this LoginAccount. # noqa: E501 :rtype: str """ return self._is_default @is_default.setter def is_default(self, is_default): - """ - Sets the is_default of this LoginAccount. - This value is true if this is the default account for the user, otherwise false is returned. + """Sets the is_default of this LoginAccount. + + This value is true if this is the default account for the user, otherwise false is returned. # noqa: E501 - :param is_default: The is_default of this LoginAccount. + :param is_default: The is_default of this LoginAccount. # noqa: E501 :type: str """ @@ -187,22 +214,22 @@ def is_default(self, is_default): @property def login_account_settings(self): - """ - Gets the login_account_settings of this LoginAccount. - A list of settings on the acccount that indicate what features are available. + """Gets the login_account_settings of this LoginAccount. # noqa: E501 - :return: The login_account_settings of this LoginAccount. + A list of settings on the acccount that indicate what features are available. # noqa: E501 + + :return: The login_account_settings of this LoginAccount. # noqa: E501 :rtype: list[NameValue] """ return self._login_account_settings @login_account_settings.setter def login_account_settings(self, login_account_settings): - """ - Sets the login_account_settings of this LoginAccount. - A list of settings on the acccount that indicate what features are available. + """Sets the login_account_settings of this LoginAccount. - :param login_account_settings: The login_account_settings of this LoginAccount. + A list of settings on the acccount that indicate what features are available. # noqa: E501 + + :param login_account_settings: The login_account_settings of this LoginAccount. # noqa: E501 :type: list[NameValue] """ @@ -210,22 +237,22 @@ def login_account_settings(self, login_account_settings): @property def login_user_settings(self): - """ - Gets the login_user_settings of this LoginAccount. - A list of user-level settings that indicate what user-specific features are available. + """Gets the login_user_settings of this LoginAccount. # noqa: E501 + + A list of user-level settings that indicate what user-specific features are available. # noqa: E501 - :return: The login_user_settings of this LoginAccount. + :return: The login_user_settings of this LoginAccount. # noqa: E501 :rtype: list[NameValue] """ return self._login_user_settings @login_user_settings.setter def login_user_settings(self, login_user_settings): - """ - Sets the login_user_settings of this LoginAccount. - A list of user-level settings that indicate what user-specific features are available. + """Sets the login_user_settings of this LoginAccount. + + A list of user-level settings that indicate what user-specific features are available. # noqa: E501 - :param login_user_settings: The login_user_settings of this LoginAccount. + :param login_user_settings: The login_user_settings of this LoginAccount. # noqa: E501 :type: list[NameValue] """ @@ -233,22 +260,22 @@ def login_user_settings(self, login_user_settings): @property def name(self): - """ - Gets the name of this LoginAccount. - The name associated with the account. + """Gets the name of this LoginAccount. # noqa: E501 + + The name associated with the account. # noqa: E501 - :return: The name of this LoginAccount. + :return: The name of this LoginAccount. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this LoginAccount. - The name associated with the account. + """Sets the name of this LoginAccount. - :param name: The name of this LoginAccount. + The name associated with the account. # noqa: E501 + + :param name: The name of this LoginAccount. # noqa: E501 :type: str """ @@ -256,22 +283,22 @@ def name(self, name): @property def site_description(self): - """ - Gets the site_description of this LoginAccount. - An optional descirption of the site that hosts the account. + """Gets the site_description of this LoginAccount. # noqa: E501 - :return: The site_description of this LoginAccount. + An optional descirption of the site that hosts the account. # noqa: E501 + + :return: The site_description of this LoginAccount. # noqa: E501 :rtype: str """ return self._site_description @site_description.setter def site_description(self, site_description): - """ - Sets the site_description of this LoginAccount. - An optional descirption of the site that hosts the account. + """Sets the site_description of this LoginAccount. - :param site_description: The site_description of this LoginAccount. + An optional descirption of the site that hosts the account. # noqa: E501 + + :param site_description: The site_description of this LoginAccount. # noqa: E501 :type: str """ @@ -279,22 +306,22 @@ def site_description(self, site_description): @property def user_id(self): - """ - Gets the user_id of this LoginAccount. - + """Gets the user_id of this LoginAccount. # noqa: E501 - :return: The user_id of this LoginAccount. + # noqa: E501 + + :return: The user_id of this LoginAccount. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this LoginAccount. - + """Sets the user_id of this LoginAccount. + + # noqa: E501 - :param user_id: The user_id of this LoginAccount. + :param user_id: The user_id of this LoginAccount. # noqa: E501 :type: str """ @@ -302,34 +329,32 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this LoginAccount. - The name of this user as defined by the account. + """Gets the user_name of this LoginAccount. # noqa: E501 + + The name of this user as defined by the account. # noqa: E501 - :return: The user_name of this LoginAccount. + :return: The user_name of this LoginAccount. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this LoginAccount. - The name of this user as defined by the account. + """Sets the user_name of this LoginAccount. + + The name of this user as defined by the account. # noqa: E501 - :param user_name: The user_name of this LoginAccount. + :param user_name: The user_name of this LoginAccount. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -346,29 +371,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LoginAccount, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LoginAccount): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/login_information.py b/docusign_esign/models/login_information.py index 1b7fd0fe..04c7e007 100644 --- a/docusign_esign/models/login_information.py +++ b/docusign_esign/models/login_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class LoginInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_password=None, login_accounts=None): - """ - LoginInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_password': 'str', - 'login_accounts': 'list[LoginAccount]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_password': 'str', + 'login_accounts': 'list[LoginAccount]' + } - self.attribute_map = { - 'api_password': 'apiPassword', - 'login_accounts': 'loginAccounts' - } + attribute_map = { + 'api_password': 'apiPassword', + 'login_accounts': 'loginAccounts' + } - self._api_password = api_password - self._login_accounts = login_accounts + def __init__(self, api_password=None, login_accounts=None): # noqa: E501 + """LoginInformation - a model defined in Swagger""" # noqa: E501 + + self._api_password = None + self._login_accounts = None + self.discriminator = None + + if api_password is not None: + self.api_password = api_password + if login_accounts is not None: + self.login_accounts = login_accounts @property def api_password(self): - """ - Gets the api_password of this LoginInformation. - Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL. + """Gets the api_password of this LoginInformation. # noqa: E501 - :return: The api_password of this LoginInformation. + Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL. # noqa: E501 + + :return: The api_password of this LoginInformation. # noqa: E501 :rtype: str """ return self._api_password @api_password.setter def api_password(self, api_password): - """ - Sets the api_password of this LoginInformation. - Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL. + """Sets the api_password of this LoginInformation. + + Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL. # noqa: E501 - :param api_password: The api_password of this LoginInformation. + :param api_password: The api_password of this LoginInformation. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def api_password(self, api_password): @property def login_accounts(self): - """ - Gets the login_accounts of this LoginInformation. - The list of accounts that authenticating user is a member of. + """Gets the login_accounts of this LoginInformation. # noqa: E501 + + The list of accounts that authenticating user is a member of. # noqa: E501 - :return: The login_accounts of this LoginInformation. + :return: The login_accounts of this LoginInformation. # noqa: E501 :rtype: list[LoginAccount] """ return self._login_accounts @login_accounts.setter def login_accounts(self, login_accounts): - """ - Sets the login_accounts of this LoginInformation. - The list of accounts that authenticating user is a member of. + """Sets the login_accounts of this LoginInformation. + + The list of accounts that authenticating user is a member of. # noqa: E501 - :param login_accounts: The login_accounts of this LoginInformation. + :param login_accounts: The login_accounts of this LoginInformation. # noqa: E501 :type: list[LoginAccount] """ self._login_accounts = login_accounts def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(LoginInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, LoginInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/match_box.py b/docusign_esign/models/match_box.py index b0882f03..c51b7d99 100644 --- a/docusign_esign/models/match_box.py +++ b/docusign_esign/models/match_box.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MatchBox(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, height=None, page_number=None, width=None, x_position=None, y_position=None): - """ - MatchBox - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'height': 'str', - 'page_number': 'str', - 'width': 'str', - 'x_position': 'str', - 'y_position': 'str' - } - - self.attribute_map = { - 'height': 'height', - 'page_number': 'pageNumber', - 'width': 'width', - 'x_position': 'xPosition', - 'y_position': 'yPosition' - } - self._height = height - self._page_number = page_number - self._width = width - self._x_position = x_position - self._y_position = y_position + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'height': 'str', + 'page_number': 'str', + 'width': 'str', + 'x_position': 'str', + 'y_position': 'str' + } + + attribute_map = { + 'height': 'height', + 'page_number': 'pageNumber', + 'width': 'width', + 'x_position': 'xPosition', + 'y_position': 'yPosition' + } + + def __init__(self, height=None, page_number=None, width=None, x_position=None, y_position=None): # noqa: E501 + """MatchBox - a model defined in Swagger""" # noqa: E501 + + self._height = None + self._page_number = None + self._width = None + self._x_position = None + self._y_position = None + self.discriminator = None + + if height is not None: + self.height = height + if page_number is not None: + self.page_number = page_number + if width is not None: + self.width = width + if x_position is not None: + self.x_position = x_position + if y_position is not None: + self.y_position = y_position @property def height(self): - """ - Gets the height of this MatchBox. - Height of the tab in pixels. + """Gets the height of this MatchBox. # noqa: E501 - :return: The height of this MatchBox. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this MatchBox. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this MatchBox. - Height of the tab in pixels. + """Sets the height of this MatchBox. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this MatchBox. + :param height: The height of this MatchBox. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def height(self, height): @property def page_number(self): - """ - Gets the page_number of this MatchBox. - Specifies the page number on which the tab is located. + """Gets the page_number of this MatchBox. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this MatchBox. + :return: The page_number of this MatchBox. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this MatchBox. - Specifies the page number on which the tab is located. + """Sets the page_number of this MatchBox. - :param page_number: The page_number of this MatchBox. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this MatchBox. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def page_number(self, page_number): @property def width(self): - """ - Gets the width of this MatchBox. - Width of the tab in pixels. + """Gets the width of this MatchBox. # noqa: E501 - :return: The width of this MatchBox. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this MatchBox. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this MatchBox. - Width of the tab in pixels. + """Sets the width of this MatchBox. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this MatchBox. + :param width: The width of this MatchBox. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def width(self, width): @property def x_position(self): - """ - Gets the x_position of this MatchBox. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this MatchBox. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this MatchBox. + :return: The x_position of this MatchBox. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this MatchBox. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this MatchBox. - :param x_position: The x_position of this MatchBox. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this MatchBox. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def x_position(self, x_position): @property def y_position(self): - """ - Gets the y_position of this MatchBox. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this MatchBox. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this MatchBox. + :return: The y_position of this MatchBox. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this MatchBox. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this MatchBox. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this MatchBox. + :param y_position: The y_position of this MatchBox. # noqa: E501 :type: str """ self._y_position = y_position def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MatchBox, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MatchBox): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/member_group_shared_item.py b/docusign_esign/models/member_group_shared_item.py index a3000eef..9882aaa5 100644 --- a/docusign_esign/models/member_group_shared_item.py +++ b/docusign_esign/models/member_group_shared_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MemberGroupSharedItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, group=None, shared=None): - """ - MemberGroupSharedItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'group': 'Group', - 'shared': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'group': 'group', - 'shared': 'shared' - } - - self._error_details = error_details - self._group = group - self._shared = shared + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'group': 'Group', + 'shared': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'group': 'group', + 'shared': 'shared' + } + + def __init__(self, error_details=None, group=None, shared=None): # noqa: E501 + """MemberGroupSharedItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._group = None + self._shared = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if group is not None: + self.group = group + if shared is not None: + self.shared = shared @property def error_details(self): - """ - Gets the error_details of this MemberGroupSharedItem. + """Gets the error_details of this MemberGroupSharedItem. # noqa: E501 + - :return: The error_details of this MemberGroupSharedItem. + :return: The error_details of this MemberGroupSharedItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this MemberGroupSharedItem. + """Sets the error_details of this MemberGroupSharedItem. + - :param error_details: The error_details of this MemberGroupSharedItem. + :param error_details: The error_details of this MemberGroupSharedItem. # noqa: E501 :type: ErrorDetails """ @@ -69,20 +80,20 @@ def error_details(self, error_details): @property def group(self): - """ - Gets the group of this MemberGroupSharedItem. + """Gets the group of this MemberGroupSharedItem. # noqa: E501 + - :return: The group of this MemberGroupSharedItem. + :return: The group of this MemberGroupSharedItem. # noqa: E501 :rtype: Group """ return self._group @group.setter def group(self, group): - """ - Sets the group of this MemberGroupSharedItem. + """Sets the group of this MemberGroupSharedItem. + - :param group: The group of this MemberGroupSharedItem. + :param group: The group of this MemberGroupSharedItem. # noqa: E501 :type: Group """ @@ -90,34 +101,32 @@ def group(self, group): @property def shared(self): - """ - Gets the shared of this MemberGroupSharedItem. - When set to **true**, this custom tab is shared. + """Gets the shared of this MemberGroupSharedItem. # noqa: E501 - :return: The shared of this MemberGroupSharedItem. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this MemberGroupSharedItem. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this MemberGroupSharedItem. - When set to **true**, this custom tab is shared. + """Sets the shared of this MemberGroupSharedItem. - :param shared: The shared of this MemberGroupSharedItem. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this MemberGroupSharedItem. # noqa: E501 :type: str """ self._shared = shared def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MemberGroupSharedItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MemberGroupSharedItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/member_shared_items.py b/docusign_esign/models/member_shared_items.py index d5cf7b7f..a919ab86 100644 --- a/docusign_esign/models/member_shared_items.py +++ b/docusign_esign/models/member_shared_items.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MemberSharedItems(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelopes=None, error_details=None, folders=None, templates=None, user=None): - """ - MemberSharedItems - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelopes': 'list[SharedItem]', - 'error_details': 'ErrorDetails', - 'folders': 'list[FolderSharedItem]', - 'templates': 'list[TemplateSharedItem]', - 'user': 'UserInfo' - } - - self.attribute_map = { - 'envelopes': 'envelopes', - 'error_details': 'errorDetails', - 'folders': 'folders', - 'templates': 'templates', - 'user': 'user' - } - self._envelopes = envelopes - self._error_details = error_details - self._folders = folders - self._templates = templates - self._user = user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelopes': 'list[SharedItem]', + 'error_details': 'ErrorDetails', + 'folders': 'list[FolderSharedItem]', + 'templates': 'list[TemplateSharedItem]', + 'user': 'UserInfo' + } + + attribute_map = { + 'envelopes': 'envelopes', + 'error_details': 'errorDetails', + 'folders': 'folders', + 'templates': 'templates', + 'user': 'user' + } + + def __init__(self, envelopes=None, error_details=None, folders=None, templates=None, user=None): # noqa: E501 + """MemberSharedItems - a model defined in Swagger""" # noqa: E501 + + self._envelopes = None + self._error_details = None + self._folders = None + self._templates = None + self._user = None + self.discriminator = None + + if envelopes is not None: + self.envelopes = envelopes + if error_details is not None: + self.error_details = error_details + if folders is not None: + self.folders = folders + if templates is not None: + self.templates = templates + if user is not None: + self.user = user @property def envelopes(self): - """ - Gets the envelopes of this MemberSharedItems. - + """Gets the envelopes of this MemberSharedItems. # noqa: E501 - :return: The envelopes of this MemberSharedItems. + # noqa: E501 + + :return: The envelopes of this MemberSharedItems. # noqa: E501 :rtype: list[SharedItem] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this MemberSharedItems. - + """Sets the envelopes of this MemberSharedItems. + + # noqa: E501 - :param envelopes: The envelopes of this MemberSharedItems. + :param envelopes: The envelopes of this MemberSharedItems. # noqa: E501 :type: list[SharedItem] """ @@ -77,20 +92,20 @@ def envelopes(self, envelopes): @property def error_details(self): - """ - Gets the error_details of this MemberSharedItems. + """Gets the error_details of this MemberSharedItems. # noqa: E501 + - :return: The error_details of this MemberSharedItems. + :return: The error_details of this MemberSharedItems. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this MemberSharedItems. + """Sets the error_details of this MemberSharedItems. - :param error_details: The error_details of this MemberSharedItems. + + :param error_details: The error_details of this MemberSharedItems. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def folders(self): - """ - Gets the folders of this MemberSharedItems. - + """Gets the folders of this MemberSharedItems. # noqa: E501 - :return: The folders of this MemberSharedItems. + # noqa: E501 + + :return: The folders of this MemberSharedItems. # noqa: E501 :rtype: list[FolderSharedItem] """ return self._folders @folders.setter def folders(self, folders): - """ - Sets the folders of this MemberSharedItems. - + """Sets the folders of this MemberSharedItems. + + # noqa: E501 - :param folders: The folders of this MemberSharedItems. + :param folders: The folders of this MemberSharedItems. # noqa: E501 :type: list[FolderSharedItem] """ @@ -121,22 +136,22 @@ def folders(self, folders): @property def templates(self): - """ - Gets the templates of this MemberSharedItems. - + """Gets the templates of this MemberSharedItems. # noqa: E501 + + # noqa: E501 - :return: The templates of this MemberSharedItems. + :return: The templates of this MemberSharedItems. # noqa: E501 :rtype: list[TemplateSharedItem] """ return self._templates @templates.setter def templates(self, templates): - """ - Sets the templates of this MemberSharedItems. - + """Sets the templates of this MemberSharedItems. - :param templates: The templates of this MemberSharedItems. + # noqa: E501 + + :param templates: The templates of this MemberSharedItems. # noqa: E501 :type: list[TemplateSharedItem] """ @@ -144,32 +159,30 @@ def templates(self, templates): @property def user(self): - """ - Gets the user of this MemberSharedItems. + """Gets the user of this MemberSharedItems. # noqa: E501 + - :return: The user of this MemberSharedItems. + :return: The user of this MemberSharedItems. # noqa: E501 :rtype: UserInfo """ return self._user @user.setter def user(self, user): - """ - Sets the user of this MemberSharedItems. + """Sets the user of this MemberSharedItems. + - :param user: The user of this MemberSharedItems. + :param user: The user of this MemberSharedItems. # noqa: E501 :type: UserInfo """ self._user = user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -186,29 +199,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MemberSharedItems, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MemberSharedItems): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/merge_field.py b/docusign_esign/models/merge_field.py index cbecbc75..65de20e6 100644 --- a/docusign_esign/models/merge_field.py +++ b/docusign_esign/models/merge_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MergeField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_sender_to_edit=None, allow_sender_to_edit_metadata=None, configuration_type=None, configuration_type_metadata=None, path=None, path_extended=None, path_extended_metadata=None, path_metadata=None, row=None, row_metadata=None, write_back=None, write_back_metadata=None): - """ - MergeField - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_sender_to_edit': 'str', - 'allow_sender_to_edit_metadata': 'PropertyMetadata', - 'configuration_type': 'str', - 'configuration_type_metadata': 'PropertyMetadata', - 'path': 'str', - 'path_extended': 'list[PathExtendedElement]', - 'path_extended_metadata': 'PropertyMetadata', - 'path_metadata': 'PropertyMetadata', - 'row': 'str', - 'row_metadata': 'PropertyMetadata', - 'write_back': 'str', - 'write_back_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'allow_sender_to_edit': 'allowSenderToEdit', - 'allow_sender_to_edit_metadata': 'allowSenderToEditMetadata', - 'configuration_type': 'configurationType', - 'configuration_type_metadata': 'configurationTypeMetadata', - 'path': 'path', - 'path_extended': 'pathExtended', - 'path_extended_metadata': 'pathExtendedMetadata', - 'path_metadata': 'pathMetadata', - 'row': 'row', - 'row_metadata': 'rowMetadata', - 'write_back': 'writeBack', - 'write_back_metadata': 'writeBackMetadata' - } - self._allow_sender_to_edit = allow_sender_to_edit - self._allow_sender_to_edit_metadata = allow_sender_to_edit_metadata - self._configuration_type = configuration_type - self._configuration_type_metadata = configuration_type_metadata - self._path = path - self._path_extended = path_extended - self._path_extended_metadata = path_extended_metadata - self._path_metadata = path_metadata - self._row = row - self._row_metadata = row_metadata - self._write_back = write_back - self._write_back_metadata = write_back_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_sender_to_edit': 'str', + 'allow_sender_to_edit_metadata': 'PropertyMetadata', + 'configuration_type': 'str', + 'configuration_type_metadata': 'PropertyMetadata', + 'path': 'str', + 'path_extended': 'list[PathExtendedElement]', + 'path_extended_metadata': 'PropertyMetadata', + 'path_metadata': 'PropertyMetadata', + 'row': 'str', + 'row_metadata': 'PropertyMetadata', + 'write_back': 'str', + 'write_back_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'allow_sender_to_edit': 'allowSenderToEdit', + 'allow_sender_to_edit_metadata': 'allowSenderToEditMetadata', + 'configuration_type': 'configurationType', + 'configuration_type_metadata': 'configurationTypeMetadata', + 'path': 'path', + 'path_extended': 'pathExtended', + 'path_extended_metadata': 'pathExtendedMetadata', + 'path_metadata': 'pathMetadata', + 'row': 'row', + 'row_metadata': 'rowMetadata', + 'write_back': 'writeBack', + 'write_back_metadata': 'writeBackMetadata' + } + + def __init__(self, allow_sender_to_edit=None, allow_sender_to_edit_metadata=None, configuration_type=None, configuration_type_metadata=None, path=None, path_extended=None, path_extended_metadata=None, path_metadata=None, row=None, row_metadata=None, write_back=None, write_back_metadata=None): # noqa: E501 + """MergeField - a model defined in Swagger""" # noqa: E501 + + self._allow_sender_to_edit = None + self._allow_sender_to_edit_metadata = None + self._configuration_type = None + self._configuration_type_metadata = None + self._path = None + self._path_extended = None + self._path_extended_metadata = None + self._path_metadata = None + self._row = None + self._row_metadata = None + self._write_back = None + self._write_back_metadata = None + self.discriminator = None + + if allow_sender_to_edit is not None: + self.allow_sender_to_edit = allow_sender_to_edit + if allow_sender_to_edit_metadata is not None: + self.allow_sender_to_edit_metadata = allow_sender_to_edit_metadata + if configuration_type is not None: + self.configuration_type = configuration_type + if configuration_type_metadata is not None: + self.configuration_type_metadata = configuration_type_metadata + if path is not None: + self.path = path + if path_extended is not None: + self.path_extended = path_extended + if path_extended_metadata is not None: + self.path_extended_metadata = path_extended_metadata + if path_metadata is not None: + self.path_metadata = path_metadata + if row is not None: + self.row = row + if row_metadata is not None: + self.row_metadata = row_metadata + if write_back is not None: + self.write_back = write_back + if write_back_metadata is not None: + self.write_back_metadata = write_back_metadata @property def allow_sender_to_edit(self): - """ - Gets the allow_sender_to_edit of this MergeField. - When set to **true**, the sender can modify the value of the custom tab during the sending process. + """Gets the allow_sender_to_edit of this MergeField. # noqa: E501 + + When set to **true**, the sender can modify the value of the custom tab during the sending process. # noqa: E501 - :return: The allow_sender_to_edit of this MergeField. + :return: The allow_sender_to_edit of this MergeField. # noqa: E501 :rtype: str """ return self._allow_sender_to_edit @allow_sender_to_edit.setter def allow_sender_to_edit(self, allow_sender_to_edit): - """ - Sets the allow_sender_to_edit of this MergeField. - When set to **true**, the sender can modify the value of the custom tab during the sending process. + """Sets the allow_sender_to_edit of this MergeField. - :param allow_sender_to_edit: The allow_sender_to_edit of this MergeField. + When set to **true**, the sender can modify the value of the custom tab during the sending process. # noqa: E501 + + :param allow_sender_to_edit: The allow_sender_to_edit of this MergeField. # noqa: E501 :type: str """ @@ -98,20 +127,20 @@ def allow_sender_to_edit(self, allow_sender_to_edit): @property def allow_sender_to_edit_metadata(self): - """ - Gets the allow_sender_to_edit_metadata of this MergeField. + """Gets the allow_sender_to_edit_metadata of this MergeField. # noqa: E501 - :return: The allow_sender_to_edit_metadata of this MergeField. + + :return: The allow_sender_to_edit_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._allow_sender_to_edit_metadata @allow_sender_to_edit_metadata.setter def allow_sender_to_edit_metadata(self, allow_sender_to_edit_metadata): - """ - Sets the allow_sender_to_edit_metadata of this MergeField. + """Sets the allow_sender_to_edit_metadata of this MergeField. + - :param allow_sender_to_edit_metadata: The allow_sender_to_edit_metadata of this MergeField. + :param allow_sender_to_edit_metadata: The allow_sender_to_edit_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ @@ -119,22 +148,22 @@ def allow_sender_to_edit_metadata(self, allow_sender_to_edit_metadata): @property def configuration_type(self): - """ - Gets the configuration_type of this MergeField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Gets the configuration_type of this MergeField. # noqa: E501 + + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 - :return: The configuration_type of this MergeField. + :return: The configuration_type of this MergeField. # noqa: E501 :rtype: str """ return self._configuration_type @configuration_type.setter def configuration_type(self, configuration_type): - """ - Sets the configuration_type of this MergeField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Sets the configuration_type of this MergeField. + + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 - :param configuration_type: The configuration_type of this MergeField. + :param configuration_type: The configuration_type of this MergeField. # noqa: E501 :type: str """ @@ -142,20 +171,20 @@ def configuration_type(self, configuration_type): @property def configuration_type_metadata(self): - """ - Gets the configuration_type_metadata of this MergeField. + """Gets the configuration_type_metadata of this MergeField. # noqa: E501 - :return: The configuration_type_metadata of this MergeField. + + :return: The configuration_type_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._configuration_type_metadata @configuration_type_metadata.setter def configuration_type_metadata(self, configuration_type_metadata): - """ - Sets the configuration_type_metadata of this MergeField. + """Sets the configuration_type_metadata of this MergeField. - :param configuration_type_metadata: The configuration_type_metadata of this MergeField. + + :param configuration_type_metadata: The configuration_type_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ @@ -163,22 +192,22 @@ def configuration_type_metadata(self, configuration_type_metadata): @property def path(self): - """ - Gets the path of this MergeField. - Sets the object associated with the custom tab. Currently this is the Salesforce Object. + """Gets the path of this MergeField. # noqa: E501 + + Sets the object associated with the custom tab. Currently this is the Salesforce Object. # noqa: E501 - :return: The path of this MergeField. + :return: The path of this MergeField. # noqa: E501 :rtype: str """ return self._path @path.setter def path(self, path): - """ - Sets the path of this MergeField. - Sets the object associated with the custom tab. Currently this is the Salesforce Object. + """Sets the path of this MergeField. + + Sets the object associated with the custom tab. Currently this is the Salesforce Object. # noqa: E501 - :param path: The path of this MergeField. + :param path: The path of this MergeField. # noqa: E501 :type: str """ @@ -186,22 +215,22 @@ def path(self, path): @property def path_extended(self): - """ - Gets the path_extended of this MergeField. - + """Gets the path_extended of this MergeField. # noqa: E501 + + # noqa: E501 - :return: The path_extended of this MergeField. + :return: The path_extended of this MergeField. # noqa: E501 :rtype: list[PathExtendedElement] """ return self._path_extended @path_extended.setter def path_extended(self, path_extended): - """ - Sets the path_extended of this MergeField. - + """Sets the path_extended of this MergeField. - :param path_extended: The path_extended of this MergeField. + # noqa: E501 + + :param path_extended: The path_extended of this MergeField. # noqa: E501 :type: list[PathExtendedElement] """ @@ -209,20 +238,20 @@ def path_extended(self, path_extended): @property def path_extended_metadata(self): - """ - Gets the path_extended_metadata of this MergeField. + """Gets the path_extended_metadata of this MergeField. # noqa: E501 - :return: The path_extended_metadata of this MergeField. + + :return: The path_extended_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._path_extended_metadata @path_extended_metadata.setter def path_extended_metadata(self, path_extended_metadata): - """ - Sets the path_extended_metadata of this MergeField. + """Sets the path_extended_metadata of this MergeField. + - :param path_extended_metadata: The path_extended_metadata of this MergeField. + :param path_extended_metadata: The path_extended_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ @@ -230,20 +259,20 @@ def path_extended_metadata(self, path_extended_metadata): @property def path_metadata(self): - """ - Gets the path_metadata of this MergeField. + """Gets the path_metadata of this MergeField. # noqa: E501 + - :return: The path_metadata of this MergeField. + :return: The path_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._path_metadata @path_metadata.setter def path_metadata(self, path_metadata): - """ - Sets the path_metadata of this MergeField. + """Sets the path_metadata of this MergeField. + - :param path_metadata: The path_metadata of this MergeField. + :param path_metadata: The path_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ @@ -251,22 +280,22 @@ def path_metadata(self, path_metadata): @property def row(self): - """ - Gets the row of this MergeField. - Specifies the row number in a Salesforce table that the merge field value corresponds to. + """Gets the row of this MergeField. # noqa: E501 - :return: The row of this MergeField. + Specifies the row number in a Salesforce table that the merge field value corresponds to. # noqa: E501 + + :return: The row of this MergeField. # noqa: E501 :rtype: str """ return self._row @row.setter def row(self, row): - """ - Sets the row of this MergeField. - Specifies the row number in a Salesforce table that the merge field value corresponds to. + """Sets the row of this MergeField. - :param row: The row of this MergeField. + Specifies the row number in a Salesforce table that the merge field value corresponds to. # noqa: E501 + + :param row: The row of this MergeField. # noqa: E501 :type: str """ @@ -274,20 +303,20 @@ def row(self, row): @property def row_metadata(self): - """ - Gets the row_metadata of this MergeField. + """Gets the row_metadata of this MergeField. # noqa: E501 + - :return: The row_metadata of this MergeField. + :return: The row_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._row_metadata @row_metadata.setter def row_metadata(self, row_metadata): - """ - Sets the row_metadata of this MergeField. + """Sets the row_metadata of this MergeField. + - :param row_metadata: The row_metadata of this MergeField. + :param row_metadata: The row_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ @@ -295,22 +324,22 @@ def row_metadata(self, row_metadata): @property def write_back(self): - """ - Gets the write_back of this MergeField. - When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed. + """Gets the write_back of this MergeField. # noqa: E501 + + When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed. # noqa: E501 - :return: The write_back of this MergeField. + :return: The write_back of this MergeField. # noqa: E501 :rtype: str """ return self._write_back @write_back.setter def write_back(self, write_back): - """ - Sets the write_back of this MergeField. - When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed. + """Sets the write_back of this MergeField. - :param write_back: The write_back of this MergeField. + When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed. # noqa: E501 + + :param write_back: The write_back of this MergeField. # noqa: E501 :type: str """ @@ -318,32 +347,30 @@ def write_back(self, write_back): @property def write_back_metadata(self): - """ - Gets the write_back_metadata of this MergeField. + """Gets the write_back_metadata of this MergeField. # noqa: E501 - :return: The write_back_metadata of this MergeField. + + :return: The write_back_metadata of this MergeField. # noqa: E501 :rtype: PropertyMetadata """ return self._write_back_metadata @write_back_metadata.setter def write_back_metadata(self, write_back_metadata): - """ - Sets the write_back_metadata of this MergeField. + """Sets the write_back_metadata of this MergeField. + - :param write_back_metadata: The write_back_metadata of this MergeField. + :param write_back_metadata: The write_back_metadata of this MergeField. # noqa: E501 :type: PropertyMetadata """ self._write_back_metadata = write_back_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -360,29 +387,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MergeField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MergeField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/mobile_notifier_configuration.py b/docusign_esign/models/mobile_notifier_configuration.py index c9398798..61193f37 100644 --- a/docusign_esign/models/mobile_notifier_configuration.py +++ b/docusign_esign/models/mobile_notifier_configuration.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MobileNotifierConfiguration(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, device_id=None, error_details=None, platform=None): - """ - MobileNotifierConfiguration - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'device_id': 'str', - 'error_details': 'ErrorDetails', - 'platform': 'str' - } - - self.attribute_map = { - 'device_id': 'deviceId', - 'error_details': 'errorDetails', - 'platform': 'platform' - } - - self._device_id = device_id - self._error_details = error_details - self._platform = platform + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'device_id': 'str', + 'error_details': 'ErrorDetails', + 'platform': 'str' + } + + attribute_map = { + 'device_id': 'deviceId', + 'error_details': 'errorDetails', + 'platform': 'platform' + } + + def __init__(self, device_id=None, error_details=None, platform=None): # noqa: E501 + """MobileNotifierConfiguration - a model defined in Swagger""" # noqa: E501 + + self._device_id = None + self._error_details = None + self._platform = None + self.discriminator = None + + if device_id is not None: + self.device_id = device_id + if error_details is not None: + self.error_details = error_details + if platform is not None: + self.platform = platform @property def device_id(self): - """ - Gets the device_id of this MobileNotifierConfiguration. - + """Gets the device_id of this MobileNotifierConfiguration. # noqa: E501 + + # noqa: E501 - :return: The device_id of this MobileNotifierConfiguration. + :return: The device_id of this MobileNotifierConfiguration. # noqa: E501 :rtype: str """ return self._device_id @device_id.setter def device_id(self, device_id): - """ - Sets the device_id of this MobileNotifierConfiguration. - + """Sets the device_id of this MobileNotifierConfiguration. + + # noqa: E501 - :param device_id: The device_id of this MobileNotifierConfiguration. + :param device_id: The device_id of this MobileNotifierConfiguration. # noqa: E501 :type: str """ @@ -71,20 +82,20 @@ def device_id(self, device_id): @property def error_details(self): - """ - Gets the error_details of this MobileNotifierConfiguration. + """Gets the error_details of this MobileNotifierConfiguration. # noqa: E501 + - :return: The error_details of this MobileNotifierConfiguration. + :return: The error_details of this MobileNotifierConfiguration. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this MobileNotifierConfiguration. + """Sets the error_details of this MobileNotifierConfiguration. + - :param error_details: The error_details of this MobileNotifierConfiguration. + :param error_details: The error_details of this MobileNotifierConfiguration. # noqa: E501 :type: ErrorDetails """ @@ -92,34 +103,32 @@ def error_details(self, error_details): @property def platform(self): - """ - Gets the platform of this MobileNotifierConfiguration. - + """Gets the platform of this MobileNotifierConfiguration. # noqa: E501 - :return: The platform of this MobileNotifierConfiguration. + # noqa: E501 + + :return: The platform of this MobileNotifierConfiguration. # noqa: E501 :rtype: str """ return self._platform @platform.setter def platform(self, platform): - """ - Sets the platform of this MobileNotifierConfiguration. - + """Sets the platform of this MobileNotifierConfiguration. - :param platform: The platform of this MobileNotifierConfiguration. + # noqa: E501 + + :param platform: The platform of this MobileNotifierConfiguration. # noqa: E501 :type: str """ self._platform = platform def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MobileNotifierConfiguration, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MobileNotifierConfiguration): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/mobile_notifier_configuration_information.py b/docusign_esign/models/mobile_notifier_configuration_information.py index 79faf3ed..07f51255 100644 --- a/docusign_esign/models/mobile_notifier_configuration_information.py +++ b/docusign_esign/models/mobile_notifier_configuration_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class MobileNotifierConfigurationInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, mobile_notifier_configurations=None): - """ - MobileNotifierConfigurationInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'mobile_notifier_configurations': 'list[MobileNotifierConfiguration]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'mobile_notifier_configurations': 'list[MobileNotifierConfiguration]' + } - self.attribute_map = { - 'mobile_notifier_configurations': 'mobileNotifierConfigurations' - } + attribute_map = { + 'mobile_notifier_configurations': 'mobileNotifierConfigurations' + } - self._mobile_notifier_configurations = mobile_notifier_configurations + def __init__(self, mobile_notifier_configurations=None): # noqa: E501 + """MobileNotifierConfigurationInformation - a model defined in Swagger""" # noqa: E501 + + self._mobile_notifier_configurations = None + self.discriminator = None + + if mobile_notifier_configurations is not None: + self.mobile_notifier_configurations = mobile_notifier_configurations @property def mobile_notifier_configurations(self): - """ - Gets the mobile_notifier_configurations of this MobileNotifierConfigurationInformation. - + """Gets the mobile_notifier_configurations of this MobileNotifierConfigurationInformation. # noqa: E501 + + # noqa: E501 - :return: The mobile_notifier_configurations of this MobileNotifierConfigurationInformation. + :return: The mobile_notifier_configurations of this MobileNotifierConfigurationInformation. # noqa: E501 :rtype: list[MobileNotifierConfiguration] """ return self._mobile_notifier_configurations @mobile_notifier_configurations.setter def mobile_notifier_configurations(self, mobile_notifier_configurations): - """ - Sets the mobile_notifier_configurations of this MobileNotifierConfigurationInformation. - + """Sets the mobile_notifier_configurations of this MobileNotifierConfigurationInformation. - :param mobile_notifier_configurations: The mobile_notifier_configurations of this MobileNotifierConfigurationInformation. + # noqa: E501 + + :param mobile_notifier_configurations: The mobile_notifier_configurations of this MobileNotifierConfigurationInformation. # noqa: E501 :type: list[MobileNotifierConfiguration] """ self._mobile_notifier_configurations = mobile_notifier_configurations def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(MobileNotifierConfigurationInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, MobileNotifierConfigurationInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/model_date.py b/docusign_esign/models/model_date.py new file mode 100644 index 00000000..c50ed899 --- /dev/null +++ b/docusign_esign/models/model_date.py @@ -0,0 +1,3083 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class ModelDate(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """ModelDate - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata + + @property + def anchor_allow_white_space_in_characters(self): + """Gets the anchor_allow_white_space_in_characters of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_allow_white_space_in_characters + + @anchor_allow_white_space_in_characters.setter + def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): + """Sets the anchor_allow_white_space_in_characters of this ModelDate. + + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + + @property + def anchor_allow_white_space_in_characters_metadata(self): + """Gets the anchor_allow_white_space_in_characters_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_allow_white_space_in_characters_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_allow_white_space_in_characters_metadata + + @anchor_allow_white_space_in_characters_metadata.setter + def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): + """Sets the anchor_allow_white_space_in_characters_metadata of this ModelDate. + + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + + @property + def anchor_case_sensitive(self): + """Gets the anchor_case_sensitive of this ModelDate. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_case_sensitive + + @anchor_case_sensitive.setter + def anchor_case_sensitive(self, anchor_case_sensitive): + """Sets the anchor_case_sensitive of this ModelDate. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_case_sensitive = anchor_case_sensitive + + @property + def anchor_case_sensitive_metadata(self): + """Gets the anchor_case_sensitive_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_case_sensitive_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_case_sensitive_metadata + + @anchor_case_sensitive_metadata.setter + def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): + """Sets the anchor_case_sensitive_metadata of this ModelDate. + + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + + @property + def anchor_horizontal_alignment(self): + """Gets the anchor_horizontal_alignment of this ModelDate. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_horizontal_alignment + + @anchor_horizontal_alignment.setter + def anchor_horizontal_alignment(self, anchor_horizontal_alignment): + """Sets the anchor_horizontal_alignment of this ModelDate. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_horizontal_alignment = anchor_horizontal_alignment + + @property + def anchor_horizontal_alignment_metadata(self): + """Gets the anchor_horizontal_alignment_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_horizontal_alignment_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_horizontal_alignment_metadata + + @anchor_horizontal_alignment_metadata.setter + def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): + """Sets the anchor_horizontal_alignment_metadata of this ModelDate. + + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + + @property + def anchor_ignore_if_not_present(self): + """Gets the anchor_ignore_if_not_present of this ModelDate. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_ignore_if_not_present + + @anchor_ignore_if_not_present.setter + def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): + """Sets the anchor_ignore_if_not_present of this ModelDate. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_ignore_if_not_present = anchor_ignore_if_not_present + + @property + def anchor_ignore_if_not_present_metadata(self): + """Gets the anchor_ignore_if_not_present_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_ignore_if_not_present_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_ignore_if_not_present_metadata + + @anchor_ignore_if_not_present_metadata.setter + def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): + """Sets the anchor_ignore_if_not_present_metadata of this ModelDate. + + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + + @property + def anchor_match_whole_word(self): + """Gets the anchor_match_whole_word of this ModelDate. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_match_whole_word + + @anchor_match_whole_word.setter + def anchor_match_whole_word(self, anchor_match_whole_word): + """Sets the anchor_match_whole_word of this ModelDate. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_match_whole_word = anchor_match_whole_word + + @property + def anchor_match_whole_word_metadata(self): + """Gets the anchor_match_whole_word_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_match_whole_word_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_match_whole_word_metadata + + @anchor_match_whole_word_metadata.setter + def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): + """Sets the anchor_match_whole_word_metadata of this ModelDate. + + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + + @property + def anchor_string(self): + """Gets the anchor_string of this ModelDate. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_string + + @anchor_string.setter + def anchor_string(self, anchor_string): + """Sets the anchor_string of this ModelDate. + + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_string = anchor_string + + @property + def anchor_string_metadata(self): + """Gets the anchor_string_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_string_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_string_metadata + + @anchor_string_metadata.setter + def anchor_string_metadata(self, anchor_string_metadata): + """Sets the anchor_string_metadata of this ModelDate. + + + :param anchor_string_metadata: The anchor_string_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_string_metadata = anchor_string_metadata + + @property + def anchor_tab_processor_version(self): + """Gets the anchor_tab_processor_version of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_processor_version of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_processor_version + + @anchor_tab_processor_version.setter + def anchor_tab_processor_version(self, anchor_tab_processor_version): + """Sets the anchor_tab_processor_version of this ModelDate. + + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_tab_processor_version = anchor_tab_processor_version + + @property + def anchor_tab_processor_version_metadata(self): + """Gets the anchor_tab_processor_version_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_tab_processor_version_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_tab_processor_version_metadata + + @anchor_tab_processor_version_metadata.setter + def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): + """Sets the anchor_tab_processor_version_metadata of this ModelDate. + + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + + @property + def anchor_units(self): + """Gets the anchor_units of this ModelDate. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_units + + @anchor_units.setter + def anchor_units(self, anchor_units): + """Sets the anchor_units of this ModelDate. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_units = anchor_units + + @property + def anchor_units_metadata(self): + """Gets the anchor_units_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_units_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_units_metadata + + @anchor_units_metadata.setter + def anchor_units_metadata(self, anchor_units_metadata): + """Sets the anchor_units_metadata of this ModelDate. + + + :param anchor_units_metadata: The anchor_units_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_units_metadata = anchor_units_metadata + + @property + def anchor_x_offset(self): + """Gets the anchor_x_offset of this ModelDate. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_x_offset + + @anchor_x_offset.setter + def anchor_x_offset(self, anchor_x_offset): + """Sets the anchor_x_offset of this ModelDate. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_x_offset = anchor_x_offset + + @property + def anchor_x_offset_metadata(self): + """Gets the anchor_x_offset_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_x_offset_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_x_offset_metadata + + @anchor_x_offset_metadata.setter + def anchor_x_offset_metadata(self, anchor_x_offset_metadata): + """Sets the anchor_x_offset_metadata of this ModelDate. + + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_x_offset_metadata = anchor_x_offset_metadata + + @property + def anchor_y_offset(self): + """Gets the anchor_y_offset of this ModelDate. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._anchor_y_offset + + @anchor_y_offset.setter + def anchor_y_offset(self, anchor_y_offset): + """Sets the anchor_y_offset of this ModelDate. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this ModelDate. # noqa: E501 + :type: str + """ + + self._anchor_y_offset = anchor_y_offset + + @property + def anchor_y_offset_metadata(self): + """Gets the anchor_y_offset_metadata of this ModelDate. # noqa: E501 + + + :return: The anchor_y_offset_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._anchor_y_offset_metadata + + @anchor_y_offset_metadata.setter + def anchor_y_offset_metadata(self, anchor_y_offset_metadata): + """Sets the anchor_y_offset_metadata of this ModelDate. + + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._anchor_y_offset_metadata = anchor_y_offset_metadata + + @property + def bold(self): + """Gets the bold of this ModelDate. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 + + :return: The bold of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._bold + + @bold.setter + def bold(self, bold): + """Sets the bold of this ModelDate. + + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this ModelDate. # noqa: E501 + :type: str + """ + + self._bold = bold + + @property + def bold_metadata(self): + """Gets the bold_metadata of this ModelDate. # noqa: E501 + + + :return: The bold_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._bold_metadata + + @bold_metadata.setter + def bold_metadata(self, bold_metadata): + """Sets the bold_metadata of this ModelDate. + + + :param bold_metadata: The bold_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._bold_metadata = bold_metadata + + @property + def conceal_value_on_document(self): + """Gets the conceal_value_on_document of this ModelDate. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :return: The conceal_value_on_document of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._conceal_value_on_document + + @conceal_value_on_document.setter + def conceal_value_on_document(self, conceal_value_on_document): + """Sets the conceal_value_on_document of this ModelDate. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :param conceal_value_on_document: The conceal_value_on_document of this ModelDate. # noqa: E501 + :type: str + """ + + self._conceal_value_on_document = conceal_value_on_document + + @property + def conceal_value_on_document_metadata(self): + """Gets the conceal_value_on_document_metadata of this ModelDate. # noqa: E501 + + + :return: The conceal_value_on_document_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._conceal_value_on_document_metadata + + @conceal_value_on_document_metadata.setter + def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): + """Sets the conceal_value_on_document_metadata of this ModelDate. + + + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._conceal_value_on_document_metadata = conceal_value_on_document_metadata + + @property + def conditional_parent_label(self): + """Gets the conditional_parent_label of this ModelDate. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._conditional_parent_label + + @conditional_parent_label.setter + def conditional_parent_label(self, conditional_parent_label): + """Sets the conditional_parent_label of this ModelDate. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this ModelDate. # noqa: E501 + :type: str + """ + + self._conditional_parent_label = conditional_parent_label + + @property + def conditional_parent_label_metadata(self): + """Gets the conditional_parent_label_metadata of this ModelDate. # noqa: E501 + + + :return: The conditional_parent_label_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._conditional_parent_label_metadata + + @conditional_parent_label_metadata.setter + def conditional_parent_label_metadata(self, conditional_parent_label_metadata): + """Sets the conditional_parent_label_metadata of this ModelDate. + + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._conditional_parent_label_metadata = conditional_parent_label_metadata + + @property + def conditional_parent_value(self): + """Gets the conditional_parent_value of this ModelDate. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._conditional_parent_value + + @conditional_parent_value.setter + def conditional_parent_value(self, conditional_parent_value): + """Sets the conditional_parent_value of this ModelDate. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this ModelDate. # noqa: E501 + :type: str + """ + + self._conditional_parent_value = conditional_parent_value + + @property + def conditional_parent_value_metadata(self): + """Gets the conditional_parent_value_metadata of this ModelDate. # noqa: E501 + + + :return: The conditional_parent_value_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._conditional_parent_value_metadata + + @conditional_parent_value_metadata.setter + def conditional_parent_value_metadata(self, conditional_parent_value_metadata): + """Sets the conditional_parent_value_metadata of this ModelDate. + + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._conditional_parent_value_metadata = conditional_parent_value_metadata + + @property + def custom_tab_id(self): + """Gets the custom_tab_id of this ModelDate. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._custom_tab_id + + @custom_tab_id.setter + def custom_tab_id(self, custom_tab_id): + """Sets the custom_tab_id of this ModelDate. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this ModelDate. # noqa: E501 + :type: str + """ + + self._custom_tab_id = custom_tab_id + + @property + def custom_tab_id_metadata(self): + """Gets the custom_tab_id_metadata of this ModelDate. # noqa: E501 + + + :return: The custom_tab_id_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._custom_tab_id_metadata + + @custom_tab_id_metadata.setter + def custom_tab_id_metadata(self, custom_tab_id_metadata): + """Sets the custom_tab_id_metadata of this ModelDate. + + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._custom_tab_id_metadata = custom_tab_id_metadata + + @property + def disable_auto_size(self): + """Gets the disable_auto_size of this ModelDate. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :return: The disable_auto_size of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._disable_auto_size + + @disable_auto_size.setter + def disable_auto_size(self, disable_auto_size): + """Sets the disable_auto_size of this ModelDate. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :param disable_auto_size: The disable_auto_size of this ModelDate. # noqa: E501 + :type: str + """ + + self._disable_auto_size = disable_auto_size + + @property + def disable_auto_size_metadata(self): + """Gets the disable_auto_size_metadata of this ModelDate. # noqa: E501 + + + :return: The disable_auto_size_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._disable_auto_size_metadata + + @disable_auto_size_metadata.setter + def disable_auto_size_metadata(self, disable_auto_size_metadata): + """Sets the disable_auto_size_metadata of this ModelDate. + + + :param disable_auto_size_metadata: The disable_auto_size_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._disable_auto_size_metadata = disable_auto_size_metadata + + @property + def document_id(self): + """Gets the document_id of this ModelDate. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._document_id + + @document_id.setter + def document_id(self, document_id): + """Sets the document_id of this ModelDate. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this ModelDate. # noqa: E501 + :type: str + """ + + self._document_id = document_id + + @property + def document_id_metadata(self): + """Gets the document_id_metadata of this ModelDate. # noqa: E501 + + + :return: The document_id_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._document_id_metadata + + @document_id_metadata.setter + def document_id_metadata(self, document_id_metadata): + """Sets the document_id_metadata of this ModelDate. + + + :param document_id_metadata: The document_id_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._document_id_metadata = document_id_metadata + + @property + def error_details(self): + """Gets the error_details of this ModelDate. # noqa: E501 + + + :return: The error_details of this ModelDate. # noqa: E501 + :rtype: ErrorDetails + """ + return self._error_details + + @error_details.setter + def error_details(self, error_details): + """Sets the error_details of this ModelDate. + + + :param error_details: The error_details of this ModelDate. # noqa: E501 + :type: ErrorDetails + """ + + self._error_details = error_details + + @property + def font(self): + """Gets the font of this ModelDate. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._font + + @font.setter + def font(self, font): + """Sets the font of this ModelDate. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this ModelDate. # noqa: E501 + :type: str + """ + + self._font = font + + @property + def font_color(self): + """Gets the font_color of this ModelDate. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._font_color + + @font_color.setter + def font_color(self, font_color): + """Sets the font_color of this ModelDate. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this ModelDate. # noqa: E501 + :type: str + """ + + self._font_color = font_color + + @property + def font_color_metadata(self): + """Gets the font_color_metadata of this ModelDate. # noqa: E501 + + + :return: The font_color_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._font_color_metadata + + @font_color_metadata.setter + def font_color_metadata(self, font_color_metadata): + """Sets the font_color_metadata of this ModelDate. + + + :param font_color_metadata: The font_color_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._font_color_metadata = font_color_metadata + + @property + def font_metadata(self): + """Gets the font_metadata of this ModelDate. # noqa: E501 + + + :return: The font_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._font_metadata + + @font_metadata.setter + def font_metadata(self, font_metadata): + """Sets the font_metadata of this ModelDate. + + + :param font_metadata: The font_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._font_metadata = font_metadata + + @property + def font_size(self): + """Gets the font_size of this ModelDate. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._font_size + + @font_size.setter + def font_size(self, font_size): + """Sets the font_size of this ModelDate. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this ModelDate. # noqa: E501 + :type: str + """ + + self._font_size = font_size + + @property + def font_size_metadata(self): + """Gets the font_size_metadata of this ModelDate. # noqa: E501 + + + :return: The font_size_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._font_size_metadata + + @font_size_metadata.setter + def font_size_metadata(self, font_size_metadata): + """Sets the font_size_metadata of this ModelDate. + + + :param font_size_metadata: The font_size_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._font_size_metadata = font_size_metadata + + @property + def form_order(self): + """Gets the form_order of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The form_order of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._form_order + + @form_order.setter + def form_order(self, form_order): + """Sets the form_order of this ModelDate. + + # noqa: E501 + + :param form_order: The form_order of this ModelDate. # noqa: E501 + :type: str + """ + + self._form_order = form_order + + @property + def form_order_metadata(self): + """Gets the form_order_metadata of this ModelDate. # noqa: E501 + + + :return: The form_order_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._form_order_metadata + + @form_order_metadata.setter + def form_order_metadata(self, form_order_metadata): + """Sets the form_order_metadata of this ModelDate. + + + :param form_order_metadata: The form_order_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._form_order_metadata = form_order_metadata + + @property + def form_page_label(self): + """Gets the form_page_label of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The form_page_label of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._form_page_label + + @form_page_label.setter + def form_page_label(self, form_page_label): + """Sets the form_page_label of this ModelDate. + + # noqa: E501 + + :param form_page_label: The form_page_label of this ModelDate. # noqa: E501 + :type: str + """ + + self._form_page_label = form_page_label + + @property + def form_page_label_metadata(self): + """Gets the form_page_label_metadata of this ModelDate. # noqa: E501 + + + :return: The form_page_label_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._form_page_label_metadata + + @form_page_label_metadata.setter + def form_page_label_metadata(self, form_page_label_metadata): + """Sets the form_page_label_metadata of this ModelDate. + + + :param form_page_label_metadata: The form_page_label_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._form_page_label_metadata = form_page_label_metadata + + @property + def form_page_number(self): + """Gets the form_page_number of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The form_page_number of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._form_page_number + + @form_page_number.setter + def form_page_number(self, form_page_number): + """Sets the form_page_number of this ModelDate. + + # noqa: E501 + + :param form_page_number: The form_page_number of this ModelDate. # noqa: E501 + :type: str + """ + + self._form_page_number = form_page_number + + @property + def form_page_number_metadata(self): + """Gets the form_page_number_metadata of this ModelDate. # noqa: E501 + + + :return: The form_page_number_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._form_page_number_metadata + + @form_page_number_metadata.setter + def form_page_number_metadata(self, form_page_number_metadata): + """Sets the form_page_number_metadata of this ModelDate. + + + :param form_page_number_metadata: The form_page_number_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._form_page_number_metadata = form_page_number_metadata + + @property + def height(self): + """Gets the height of this ModelDate. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 + + :return: The height of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._height + + @height.setter + def height(self, height): + """Sets the height of this ModelDate. + + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this ModelDate. # noqa: E501 + :type: str + """ + + self._height = height + + @property + def height_metadata(self): + """Gets the height_metadata of this ModelDate. # noqa: E501 + + + :return: The height_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._height_metadata + + @height_metadata.setter + def height_metadata(self, height_metadata): + """Sets the height_metadata of this ModelDate. + + + :param height_metadata: The height_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._height_metadata = height_metadata + + @property + def italic(self): + """Gets the italic of this ModelDate. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._italic + + @italic.setter + def italic(self, italic): + """Sets the italic of this ModelDate. + + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this ModelDate. # noqa: E501 + :type: str + """ + + self._italic = italic + + @property + def italic_metadata(self): + """Gets the italic_metadata of this ModelDate. # noqa: E501 + + + :return: The italic_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._italic_metadata + + @italic_metadata.setter + def italic_metadata(self, italic_metadata): + """Sets the italic_metadata of this ModelDate. + + + :param italic_metadata: The italic_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._italic_metadata = italic_metadata + + @property + def locale_policy(self): + """Gets the locale_policy of this ModelDate. # noqa: E501 + + + :return: The locale_policy of this ModelDate. # noqa: E501 + :rtype: LocalePolicyTab + """ + return self._locale_policy + + @locale_policy.setter + def locale_policy(self, locale_policy): + """Sets the locale_policy of this ModelDate. + + + :param locale_policy: The locale_policy of this ModelDate. # noqa: E501 + :type: LocalePolicyTab + """ + + self._locale_policy = locale_policy + + @property + def locked(self): + """Gets the locked of this ModelDate. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._locked + + @locked.setter + def locked(self, locked): + """Sets the locked of this ModelDate. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this ModelDate. # noqa: E501 + :type: str + """ + + self._locked = locked + + @property + def locked_metadata(self): + """Gets the locked_metadata of this ModelDate. # noqa: E501 + + + :return: The locked_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._locked_metadata + + @locked_metadata.setter + def locked_metadata(self, locked_metadata): + """Sets the locked_metadata of this ModelDate. + + + :param locked_metadata: The locked_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._locked_metadata = locked_metadata + + @property + def max_length(self): + """Gets the max_length of this ModelDate. # noqa: E501 + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._max_length + + @max_length.setter + def max_length(self, max_length): + """Sets the max_length of this ModelDate. + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this ModelDate. # noqa: E501 + :type: str + """ + + self._max_length = max_length + + @property + def max_length_metadata(self): + """Gets the max_length_metadata of this ModelDate. # noqa: E501 + + + :return: The max_length_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._max_length_metadata + + @max_length_metadata.setter + def max_length_metadata(self, max_length_metadata): + """Sets the max_length_metadata of this ModelDate. + + + :param max_length_metadata: The max_length_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._max_length_metadata = max_length_metadata + + @property + def merge_field(self): + """Gets the merge_field of this ModelDate. # noqa: E501 + + + :return: The merge_field of this ModelDate. # noqa: E501 + :rtype: MergeField + """ + return self._merge_field + + @merge_field.setter + def merge_field(self, merge_field): + """Sets the merge_field of this ModelDate. + + + :param merge_field: The merge_field of this ModelDate. # noqa: E501 + :type: MergeField + """ + + self._merge_field = merge_field + + @property + def merge_field_xml(self): + """Gets the merge_field_xml of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The merge_field_xml of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._merge_field_xml + + @merge_field_xml.setter + def merge_field_xml(self, merge_field_xml): + """Sets the merge_field_xml of this ModelDate. + + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this ModelDate. # noqa: E501 + :type: str + """ + + self._merge_field_xml = merge_field_xml + + @property + def name(self): + """Gets the name of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The name of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this ModelDate. + + # noqa: E501 + + :param name: The name of this ModelDate. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def name_metadata(self): + """Gets the name_metadata of this ModelDate. # noqa: E501 + + + :return: The name_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._name_metadata + + @name_metadata.setter + def name_metadata(self, name_metadata): + """Sets the name_metadata of this ModelDate. + + + :param name_metadata: The name_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._name_metadata = name_metadata + + @property + def original_value(self): + """Gets the original_value of this ModelDate. # noqa: E501 + + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._original_value + + @original_value.setter + def original_value(self, original_value): + """Sets the original_value of this ModelDate. + + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this ModelDate. # noqa: E501 + :type: str + """ + + self._original_value = original_value + + @property + def original_value_metadata(self): + """Gets the original_value_metadata of this ModelDate. # noqa: E501 + + + :return: The original_value_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._original_value_metadata + + @original_value_metadata.setter + def original_value_metadata(self, original_value_metadata): + """Sets the original_value_metadata of this ModelDate. + + + :param original_value_metadata: The original_value_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._original_value_metadata = original_value_metadata + + @property + def page_number(self): + """Gets the page_number of this ModelDate. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._page_number + + @page_number.setter + def page_number(self, page_number): + """Sets the page_number of this ModelDate. + + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this ModelDate. # noqa: E501 + :type: str + """ + + self._page_number = page_number + + @property + def page_number_metadata(self): + """Gets the page_number_metadata of this ModelDate. # noqa: E501 + + + :return: The page_number_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._page_number_metadata + + @page_number_metadata.setter + def page_number_metadata(self, page_number_metadata): + """Sets the page_number_metadata of this ModelDate. + + + :param page_number_metadata: The page_number_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._page_number_metadata = page_number_metadata + + @property + def recipient_id(self): + """Gets the recipient_id of this ModelDate. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._recipient_id + + @recipient_id.setter + def recipient_id(self, recipient_id): + """Sets the recipient_id of this ModelDate. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this ModelDate. # noqa: E501 + :type: str + """ + + self._recipient_id = recipient_id + + @property + def recipient_id_guid(self): + """Gets the recipient_id_guid of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The recipient_id_guid of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._recipient_id_guid + + @recipient_id_guid.setter + def recipient_id_guid(self, recipient_id_guid): + """Sets the recipient_id_guid of this ModelDate. + + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this ModelDate. # noqa: E501 + :type: str + """ + + self._recipient_id_guid = recipient_id_guid + + @property + def recipient_id_guid_metadata(self): + """Gets the recipient_id_guid_metadata of this ModelDate. # noqa: E501 + + + :return: The recipient_id_guid_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._recipient_id_guid_metadata + + @recipient_id_guid_metadata.setter + def recipient_id_guid_metadata(self, recipient_id_guid_metadata): + """Sets the recipient_id_guid_metadata of this ModelDate. + + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._recipient_id_guid_metadata = recipient_id_guid_metadata + + @property + def recipient_id_metadata(self): + """Gets the recipient_id_metadata of this ModelDate. # noqa: E501 + + + :return: The recipient_id_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._recipient_id_metadata + + @recipient_id_metadata.setter + def recipient_id_metadata(self, recipient_id_metadata): + """Sets the recipient_id_metadata of this ModelDate. + + + :param recipient_id_metadata: The recipient_id_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._recipient_id_metadata = recipient_id_metadata + + @property + def require_all(self): + """Gets the require_all of this ModelDate. # noqa: E501 + + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._require_all + + @require_all.setter + def require_all(self, require_all): + """Sets the require_all of this ModelDate. + + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this ModelDate. # noqa: E501 + :type: str + """ + + self._require_all = require_all + + @property + def require_all_metadata(self): + """Gets the require_all_metadata of this ModelDate. # noqa: E501 + + + :return: The require_all_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._require_all_metadata + + @require_all_metadata.setter + def require_all_metadata(self, require_all_metadata): + """Sets the require_all_metadata of this ModelDate. + + + :param require_all_metadata: The require_all_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._require_all_metadata = require_all_metadata + + @property + def required(self): + """Gets the required of this ModelDate. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._required + + @required.setter + def required(self, required): + """Sets the required of this ModelDate. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this ModelDate. # noqa: E501 + :type: str + """ + + self._required = required + + @property + def required_metadata(self): + """Gets the required_metadata of this ModelDate. # noqa: E501 + + + :return: The required_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._required_metadata + + @required_metadata.setter + def required_metadata(self, required_metadata): + """Sets the required_metadata of this ModelDate. + + + :param required_metadata: The required_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._required_metadata = required_metadata + + @property + def require_initial_on_shared_change(self): + """Gets the require_initial_on_shared_change of this ModelDate. # noqa: E501 + + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._require_initial_on_shared_change + + @require_initial_on_shared_change.setter + def require_initial_on_shared_change(self, require_initial_on_shared_change): + """Sets the require_initial_on_shared_change of this ModelDate. + + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this ModelDate. # noqa: E501 + :type: str + """ + + self._require_initial_on_shared_change = require_initial_on_shared_change + + @property + def require_initial_on_shared_change_metadata(self): + """Gets the require_initial_on_shared_change_metadata of this ModelDate. # noqa: E501 + + + :return: The require_initial_on_shared_change_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._require_initial_on_shared_change_metadata + + @require_initial_on_shared_change_metadata.setter + def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): + """Sets the require_initial_on_shared_change_metadata of this ModelDate. + + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + + @property + def sender_required(self): + """Gets the sender_required of this ModelDate. # noqa: E501 + + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._sender_required + + @sender_required.setter + def sender_required(self, sender_required): + """Sets the sender_required of this ModelDate. + + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this ModelDate. # noqa: E501 + :type: str + """ + + self._sender_required = sender_required + + @property + def sender_required_metadata(self): + """Gets the sender_required_metadata of this ModelDate. # noqa: E501 + + + :return: The sender_required_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._sender_required_metadata + + @sender_required_metadata.setter + def sender_required_metadata(self, sender_required_metadata): + """Sets the sender_required_metadata of this ModelDate. + + + :param sender_required_metadata: The sender_required_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._sender_required_metadata = sender_required_metadata + + @property + def shared(self): + """Gets the shared of this ModelDate. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._shared + + @shared.setter + def shared(self, shared): + """Sets the shared of this ModelDate. + + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this ModelDate. # noqa: E501 + :type: str + """ + + self._shared = shared + + @property + def shared_metadata(self): + """Gets the shared_metadata of this ModelDate. # noqa: E501 + + + :return: The shared_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._shared_metadata + + @shared_metadata.setter + def shared_metadata(self, shared_metadata): + """Sets the shared_metadata of this ModelDate. + + + :param shared_metadata: The shared_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._shared_metadata = shared_metadata + + @property + def smart_contract_information(self): + """Gets the smart_contract_information of this ModelDate. # noqa: E501 + + + :return: The smart_contract_information of this ModelDate. # noqa: E501 + :rtype: SmartContractInformation + """ + return self._smart_contract_information + + @smart_contract_information.setter + def smart_contract_information(self, smart_contract_information): + """Sets the smart_contract_information of this ModelDate. + + + :param smart_contract_information: The smart_contract_information of this ModelDate. # noqa: E501 + :type: SmartContractInformation + """ + + self._smart_contract_information = smart_contract_information + + @property + def status(self): + """Gets the status of this ModelDate. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._status + + @status.setter + def status(self, status): + """Sets the status of this ModelDate. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this ModelDate. # noqa: E501 + :type: str + """ + + self._status = status + + @property + def status_metadata(self): + """Gets the status_metadata of this ModelDate. # noqa: E501 + + + :return: The status_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._status_metadata + + @status_metadata.setter + def status_metadata(self, status_metadata): + """Sets the status_metadata of this ModelDate. + + + :param status_metadata: The status_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._status_metadata = status_metadata + + @property + def tab_group_labels(self): + """Gets the tab_group_labels of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The tab_group_labels of this ModelDate. # noqa: E501 + :rtype: list[str] + """ + return self._tab_group_labels + + @tab_group_labels.setter + def tab_group_labels(self, tab_group_labels): + """Sets the tab_group_labels of this ModelDate. + + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this ModelDate. # noqa: E501 + :type: list[str] + """ + + self._tab_group_labels = tab_group_labels + + @property + def tab_group_labels_metadata(self): + """Gets the tab_group_labels_metadata of this ModelDate. # noqa: E501 + + + :return: The tab_group_labels_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tab_group_labels_metadata + + @tab_group_labels_metadata.setter + def tab_group_labels_metadata(self, tab_group_labels_metadata): + """Sets the tab_group_labels_metadata of this ModelDate. + + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tab_group_labels_metadata = tab_group_labels_metadata + + @property + def tab_id(self): + """Gets the tab_id of this ModelDate. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._tab_id + + @tab_id.setter + def tab_id(self, tab_id): + """Sets the tab_id of this ModelDate. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this ModelDate. # noqa: E501 + :type: str + """ + + self._tab_id = tab_id + + @property + def tab_id_metadata(self): + """Gets the tab_id_metadata of this ModelDate. # noqa: E501 + + + :return: The tab_id_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tab_id_metadata + + @tab_id_metadata.setter + def tab_id_metadata(self, tab_id_metadata): + """Sets the tab_id_metadata of this ModelDate. + + + :param tab_id_metadata: The tab_id_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tab_id_metadata = tab_id_metadata + + @property + def tab_label(self): + """Gets the tab_label of this ModelDate. # noqa: E501 + + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._tab_label + + @tab_label.setter + def tab_label(self, tab_label): + """Sets the tab_label of this ModelDate. + + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this ModelDate. # noqa: E501 + :type: str + """ + + self._tab_label = tab_label + + @property + def tab_label_metadata(self): + """Gets the tab_label_metadata of this ModelDate. # noqa: E501 + + + :return: The tab_label_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tab_label_metadata + + @tab_label_metadata.setter + def tab_label_metadata(self, tab_label_metadata): + """Sets the tab_label_metadata of this ModelDate. + + + :param tab_label_metadata: The tab_label_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tab_label_metadata = tab_label_metadata + + @property + def tab_order(self): + """Gets the tab_order of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The tab_order of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._tab_order + + @tab_order.setter + def tab_order(self, tab_order): + """Sets the tab_order of this ModelDate. + + # noqa: E501 + + :param tab_order: The tab_order of this ModelDate. # noqa: E501 + :type: str + """ + + self._tab_order = tab_order + + @property + def tab_order_metadata(self): + """Gets the tab_order_metadata of this ModelDate. # noqa: E501 + + + :return: The tab_order_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tab_order_metadata + + @tab_order_metadata.setter + def tab_order_metadata(self, tab_order_metadata): + """Sets the tab_order_metadata of this ModelDate. + + + :param tab_order_metadata: The tab_order_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tab_order_metadata = tab_order_metadata + + @property + def tab_type(self): + """Gets the tab_type of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The tab_type of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._tab_type + + @tab_type.setter + def tab_type(self, tab_type): + """Sets the tab_type of this ModelDate. + + # noqa: E501 + + :param tab_type: The tab_type of this ModelDate. # noqa: E501 + :type: str + """ + + self._tab_type = tab_type + + @property + def tab_type_metadata(self): + """Gets the tab_type_metadata of this ModelDate. # noqa: E501 + + + :return: The tab_type_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tab_type_metadata + + @tab_type_metadata.setter + def tab_type_metadata(self, tab_type_metadata): + """Sets the tab_type_metadata of this ModelDate. + + + :param tab_type_metadata: The tab_type_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tab_type_metadata = tab_type_metadata + + @property + def template_locked(self): + """Gets the template_locked of this ModelDate. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._template_locked + + @template_locked.setter + def template_locked(self, template_locked): + """Sets the template_locked of this ModelDate. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this ModelDate. # noqa: E501 + :type: str + """ + + self._template_locked = template_locked + + @property + def template_locked_metadata(self): + """Gets the template_locked_metadata of this ModelDate. # noqa: E501 + + + :return: The template_locked_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._template_locked_metadata + + @template_locked_metadata.setter + def template_locked_metadata(self, template_locked_metadata): + """Sets the template_locked_metadata of this ModelDate. + + + :param template_locked_metadata: The template_locked_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._template_locked_metadata = template_locked_metadata + + @property + def template_required(self): + """Gets the template_required of this ModelDate. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._template_required + + @template_required.setter + def template_required(self, template_required): + """Sets the template_required of this ModelDate. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this ModelDate. # noqa: E501 + :type: str + """ + + self._template_required = template_required + + @property + def template_required_metadata(self): + """Gets the template_required_metadata of this ModelDate. # noqa: E501 + + + :return: The template_required_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._template_required_metadata + + @template_required_metadata.setter + def template_required_metadata(self, template_required_metadata): + """Sets the template_required_metadata of this ModelDate. + + + :param template_required_metadata: The template_required_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._template_required_metadata = template_required_metadata + + @property + def tooltip(self): + """Gets the tooltip of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The tooltip of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._tooltip + + @tooltip.setter + def tooltip(self, tooltip): + """Sets the tooltip of this ModelDate. + + # noqa: E501 + + :param tooltip: The tooltip of this ModelDate. # noqa: E501 + :type: str + """ + + self._tooltip = tooltip + + @property + def tool_tip_metadata(self): + """Gets the tool_tip_metadata of this ModelDate. # noqa: E501 + + + :return: The tool_tip_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._tool_tip_metadata + + @tool_tip_metadata.setter + def tool_tip_metadata(self, tool_tip_metadata): + """Sets the tool_tip_metadata of this ModelDate. + + + :param tool_tip_metadata: The tool_tip_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._tool_tip_metadata = tool_tip_metadata + + @property + def underline(self): + """Gets the underline of this ModelDate. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._underline + + @underline.setter + def underline(self, underline): + """Sets the underline of this ModelDate. + + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this ModelDate. # noqa: E501 + :type: str + """ + + self._underline = underline + + @property + def underline_metadata(self): + """Gets the underline_metadata of this ModelDate. # noqa: E501 + + + :return: The underline_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._underline_metadata + + @underline_metadata.setter + def underline_metadata(self, underline_metadata): + """Sets the underline_metadata of this ModelDate. + + + :param underline_metadata: The underline_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._underline_metadata = underline_metadata + + @property + def validation_message(self): + """Gets the validation_message of this ModelDate. # noqa: E501 + + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._validation_message + + @validation_message.setter + def validation_message(self, validation_message): + """Sets the validation_message of this ModelDate. + + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this ModelDate. # noqa: E501 + :type: str + """ + + self._validation_message = validation_message + + @property + def validation_message_metadata(self): + """Gets the validation_message_metadata of this ModelDate. # noqa: E501 + + + :return: The validation_message_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._validation_message_metadata + + @validation_message_metadata.setter + def validation_message_metadata(self, validation_message_metadata): + """Sets the validation_message_metadata of this ModelDate. + + + :param validation_message_metadata: The validation_message_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._validation_message_metadata = validation_message_metadata + + @property + def validation_pattern(self): + """Gets the validation_pattern of this ModelDate. # noqa: E501 + + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._validation_pattern + + @validation_pattern.setter + def validation_pattern(self, validation_pattern): + """Sets the validation_pattern of this ModelDate. + + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this ModelDate. # noqa: E501 + :type: str + """ + + self._validation_pattern = validation_pattern + + @property + def validation_pattern_metadata(self): + """Gets the validation_pattern_metadata of this ModelDate. # noqa: E501 + + + :return: The validation_pattern_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._validation_pattern_metadata + + @validation_pattern_metadata.setter + def validation_pattern_metadata(self, validation_pattern_metadata): + """Sets the validation_pattern_metadata of this ModelDate. + + + :param validation_pattern_metadata: The validation_pattern_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._validation_pattern_metadata = validation_pattern_metadata + + @property + def value(self): + """Gets the value of this ModelDate. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 + + :return: The value of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._value + + @value.setter + def value(self, value): + """Sets the value of this ModelDate. + + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this ModelDate. # noqa: E501 + :type: str + """ + + self._value = value + + @property + def value_metadata(self): + """Gets the value_metadata of this ModelDate. # noqa: E501 + + + :return: The value_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._value_metadata + + @value_metadata.setter + def value_metadata(self, value_metadata): + """Sets the value_metadata of this ModelDate. + + + :param value_metadata: The value_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._value_metadata = value_metadata + + @property + def width(self): + """Gets the width of this ModelDate. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 + + :return: The width of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._width + + @width.setter + def width(self, width): + """Sets the width of this ModelDate. + + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this ModelDate. # noqa: E501 + :type: str + """ + + self._width = width + + @property + def width_metadata(self): + """Gets the width_metadata of this ModelDate. # noqa: E501 + + + :return: The width_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._width_metadata + + @width_metadata.setter + def width_metadata(self, width_metadata): + """Sets the width_metadata of this ModelDate. + + + :param width_metadata: The width_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._width_metadata = width_metadata + + @property + def x_position(self): + """Gets the x_position of this ModelDate. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._x_position + + @x_position.setter + def x_position(self, x_position): + """Sets the x_position of this ModelDate. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this ModelDate. # noqa: E501 + :type: str + """ + + self._x_position = x_position + + @property + def x_position_metadata(self): + """Gets the x_position_metadata of this ModelDate. # noqa: E501 + + + :return: The x_position_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._x_position_metadata + + @x_position_metadata.setter + def x_position_metadata(self, x_position_metadata): + """Sets the x_position_metadata of this ModelDate. + + + :param x_position_metadata: The x_position_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._x_position_metadata = x_position_metadata + + @property + def y_position(self): + """Gets the y_position of this ModelDate. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._y_position + + @y_position.setter + def y_position(self, y_position): + """Sets the y_position of this ModelDate. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this ModelDate. # noqa: E501 + :type: str + """ + + self._y_position = y_position + + @property + def y_position_metadata(self): + """Gets the y_position_metadata of this ModelDate. # noqa: E501 + + + :return: The y_position_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._y_position_metadata + + @y_position_metadata.setter + def y_position_metadata(self, y_position_metadata): + """Sets the y_position_metadata of this ModelDate. + + + :param y_position_metadata: The y_position_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._y_position_metadata = y_position_metadata + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(ModelDate, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ModelDate): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/docusign_esign/models/money.py b/docusign_esign/models/money.py index efa1ca20..e6a2fb6a 100644 --- a/docusign_esign/models/money.py +++ b/docusign_esign/models/money.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Money(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount_in_base_unit=None, currency=None, display_amount=None): - """ - Money - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount_in_base_unit': 'str', - 'currency': 'str', - 'display_amount': 'str' - } - - self.attribute_map = { - 'amount_in_base_unit': 'amountInBaseUnit', - 'currency': 'currency', - 'display_amount': 'displayAmount' - } - - self._amount_in_base_unit = amount_in_base_unit - self._currency = currency - self._display_amount = display_amount + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount_in_base_unit': 'str', + 'currency': 'str', + 'display_amount': 'str' + } + + attribute_map = { + 'amount_in_base_unit': 'amountInBaseUnit', + 'currency': 'currency', + 'display_amount': 'displayAmount' + } + + def __init__(self, amount_in_base_unit=None, currency=None, display_amount=None): # noqa: E501 + """Money - a model defined in Swagger""" # noqa: E501 + + self._amount_in_base_unit = None + self._currency = None + self._display_amount = None + self.discriminator = None + + if amount_in_base_unit is not None: + self.amount_in_base_unit = amount_in_base_unit + if currency is not None: + self.currency = currency + if display_amount is not None: + self.display_amount = display_amount @property def amount_in_base_unit(self): - """ - Gets the amount_in_base_unit of this Money. - + """Gets the amount_in_base_unit of this Money. # noqa: E501 + + # noqa: E501 - :return: The amount_in_base_unit of this Money. + :return: The amount_in_base_unit of this Money. # noqa: E501 :rtype: str """ return self._amount_in_base_unit @amount_in_base_unit.setter def amount_in_base_unit(self, amount_in_base_unit): - """ - Sets the amount_in_base_unit of this Money. - + """Sets the amount_in_base_unit of this Money. + + # noqa: E501 - :param amount_in_base_unit: The amount_in_base_unit of this Money. + :param amount_in_base_unit: The amount_in_base_unit of this Money. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def amount_in_base_unit(self, amount_in_base_unit): @property def currency(self): - """ - Gets the currency of this Money. - + """Gets the currency of this Money. # noqa: E501 + + # noqa: E501 - :return: The currency of this Money. + :return: The currency of this Money. # noqa: E501 :rtype: str """ return self._currency @currency.setter def currency(self, currency): - """ - Sets the currency of this Money. - + """Sets the currency of this Money. + + # noqa: E501 - :param currency: The currency of this Money. + :param currency: The currency of this Money. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def currency(self, currency): @property def display_amount(self): - """ - Gets the display_amount of this Money. - + """Gets the display_amount of this Money. # noqa: E501 - :return: The display_amount of this Money. + # noqa: E501 + + :return: The display_amount of this Money. # noqa: E501 :rtype: str """ return self._display_amount @display_amount.setter def display_amount(self, display_amount): - """ - Sets the display_amount of this Money. - + """Sets the display_amount of this Money. - :param display_amount: The display_amount of this Money. + # noqa: E501 + + :param display_amount: The display_amount of this Money. # noqa: E501 :type: str """ self._display_amount = display_amount def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Money, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Money): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/name_value.py b/docusign_esign/models/name_value.py index 2daa1e2a..a0b74895 100644 --- a/docusign_esign/models/name_value.py +++ b/docusign_esign/models/name_value.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,60 +11,73 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NameValue(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, name=None, original_value=None, value=None): - """ - NameValue - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'name': 'str', - 'original_value': 'str', - 'value': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'name': 'name', - 'original_value': 'originalValue', - 'value': 'value' - } - self._error_details = error_details - self._name = name - self._original_value = original_value - self._value = value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'name': 'str', + 'original_value': 'str', + 'value': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'name': 'name', + 'original_value': 'originalValue', + 'value': 'value' + } + + def __init__(self, error_details=None, name=None, original_value=None, value=None): # noqa: E501 + """NameValue - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._name = None + self._original_value = None + self._value = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if name is not None: + self.name = name + if original_value is not None: + self.original_value = original_value + if value is not None: + self.value = value @property def error_details(self): - """ - Gets the error_details of this NameValue. + """Gets the error_details of this NameValue. # noqa: E501 - :return: The error_details of this NameValue. + + :return: The error_details of this NameValue. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this NameValue. + """Sets the error_details of this NameValue. - :param error_details: The error_details of this NameValue. + + :param error_details: The error_details of this NameValue. # noqa: E501 :type: ErrorDetails """ @@ -72,22 +85,22 @@ def error_details(self, error_details): @property def name(self): - """ - Gets the name of this NameValue. - The name or key of a name/value pair. + """Gets the name of this NameValue. # noqa: E501 + + The name or key of a name/value pair. # noqa: E501 - :return: The name of this NameValue. + :return: The name of this NameValue. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this NameValue. - The name or key of a name/value pair. + """Sets the name of this NameValue. + + The name or key of a name/value pair. # noqa: E501 - :param name: The name of this NameValue. + :param name: The name of this NameValue. # noqa: E501 :type: str """ @@ -95,22 +108,22 @@ def name(self, name): @property def original_value(self): - """ - Gets the original_value of this NameValue. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this NameValue. # noqa: E501 + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :return: The original_value of this NameValue. + :return: The original_value of this NameValue. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this NameValue. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this NameValue. - :param original_value: The original_value of this NameValue. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this NameValue. # noqa: E501 :type: str """ @@ -118,34 +131,32 @@ def original_value(self, original_value): @property def value(self): - """ - Gets the value of this NameValue. - The value field of a name/value pair. + """Gets the value of this NameValue. # noqa: E501 - :return: The value of this NameValue. + The value field of a name/value pair. # noqa: E501 + + :return: The value of this NameValue. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this NameValue. - The value field of a name/value pair. + """Sets the value of this NameValue. + + The value field of a name/value pair. # noqa: E501 - :param value: The value of this NameValue. + :param value: The value of this NameValue. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -162,29 +173,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NameValue, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NameValue): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/new_account_definition.py b/docusign_esign/models/new_account_definition.py index 16154b33..0144146e 100644 --- a/docusign_esign/models/new_account_definition.py +++ b/docusign_esign/models/new_account_definition.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,92 +11,125 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NewAccountDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_name=None, account_settings=None, address_information=None, credit_card_information=None, direct_debit_processor_information=None, distributor_code=None, distributor_password=None, envelope_partition_id=None, initial_user=None, payment_method=None, payment_processor_information=None, plan_information=None, referral_information=None, social_account_information=None): - """ - NewAccountDefinition - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_name': 'str', - 'account_settings': 'AccountSettingsInformation', - 'address_information': 'AccountAddress', - 'credit_card_information': 'CreditCardInformation', - 'direct_debit_processor_information': 'DirectDebitProcessorInformation', - 'distributor_code': 'str', - 'distributor_password': 'str', - 'envelope_partition_id': 'str', - 'initial_user': 'UserInformation', - 'payment_method': 'str', - 'payment_processor_information': 'PaymentProcessorInformation', - 'plan_information': 'PlanInformation', - 'referral_information': 'ReferralInformation', - 'social_account_information': 'SocialAccountInformation' - } - - self.attribute_map = { - 'account_name': 'accountName', - 'account_settings': 'accountSettings', - 'address_information': 'addressInformation', - 'credit_card_information': 'creditCardInformation', - 'direct_debit_processor_information': 'directDebitProcessorInformation', - 'distributor_code': 'distributorCode', - 'distributor_password': 'distributorPassword', - 'envelope_partition_id': 'envelopePartitionId', - 'initial_user': 'initialUser', - 'payment_method': 'paymentMethod', - 'payment_processor_information': 'paymentProcessorInformation', - 'plan_information': 'planInformation', - 'referral_information': 'referralInformation', - 'social_account_information': 'socialAccountInformation' - } - self._account_name = account_name - self._account_settings = account_settings - self._address_information = address_information - self._credit_card_information = credit_card_information - self._direct_debit_processor_information = direct_debit_processor_information - self._distributor_code = distributor_code - self._distributor_password = distributor_password - self._envelope_partition_id = envelope_partition_id - self._initial_user = initial_user - self._payment_method = payment_method - self._payment_processor_information = payment_processor_information - self._plan_information = plan_information - self._referral_information = referral_information - self._social_account_information = social_account_information + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_name': 'str', + 'account_settings': 'AccountSettingsInformation', + 'address_information': 'AccountAddress', + 'credit_card_information': 'CreditCardInformation', + 'direct_debit_processor_information': 'DirectDebitProcessorInformation', + 'distributor_code': 'str', + 'distributor_password': 'str', + 'envelope_partition_id': 'str', + 'initial_user': 'UserInformation', + 'payment_method': 'str', + 'payment_processor_information': 'PaymentProcessorInformation', + 'plan_information': 'PlanInformation', + 'referral_information': 'ReferralInformation', + 'social_account_information': 'SocialAccountInformation' + } + + attribute_map = { + 'account_name': 'accountName', + 'account_settings': 'accountSettings', + 'address_information': 'addressInformation', + 'credit_card_information': 'creditCardInformation', + 'direct_debit_processor_information': 'directDebitProcessorInformation', + 'distributor_code': 'distributorCode', + 'distributor_password': 'distributorPassword', + 'envelope_partition_id': 'envelopePartitionId', + 'initial_user': 'initialUser', + 'payment_method': 'paymentMethod', + 'payment_processor_information': 'paymentProcessorInformation', + 'plan_information': 'planInformation', + 'referral_information': 'referralInformation', + 'social_account_information': 'socialAccountInformation' + } + + def __init__(self, account_name=None, account_settings=None, address_information=None, credit_card_information=None, direct_debit_processor_information=None, distributor_code=None, distributor_password=None, envelope_partition_id=None, initial_user=None, payment_method=None, payment_processor_information=None, plan_information=None, referral_information=None, social_account_information=None): # noqa: E501 + """NewAccountDefinition - a model defined in Swagger""" # noqa: E501 + + self._account_name = None + self._account_settings = None + self._address_information = None + self._credit_card_information = None + self._direct_debit_processor_information = None + self._distributor_code = None + self._distributor_password = None + self._envelope_partition_id = None + self._initial_user = None + self._payment_method = None + self._payment_processor_information = None + self._plan_information = None + self._referral_information = None + self._social_account_information = None + self.discriminator = None + + if account_name is not None: + self.account_name = account_name + if account_settings is not None: + self.account_settings = account_settings + if address_information is not None: + self.address_information = address_information + if credit_card_information is not None: + self.credit_card_information = credit_card_information + if direct_debit_processor_information is not None: + self.direct_debit_processor_information = direct_debit_processor_information + if distributor_code is not None: + self.distributor_code = distributor_code + if distributor_password is not None: + self.distributor_password = distributor_password + if envelope_partition_id is not None: + self.envelope_partition_id = envelope_partition_id + if initial_user is not None: + self.initial_user = initial_user + if payment_method is not None: + self.payment_method = payment_method + if payment_processor_information is not None: + self.payment_processor_information = payment_processor_information + if plan_information is not None: + self.plan_information = plan_information + if referral_information is not None: + self.referral_information = referral_information + if social_account_information is not None: + self.social_account_information = social_account_information @property def account_name(self): - """ - Gets the account_name of this NewAccountDefinition. - The account name for the new account. + """Gets the account_name of this NewAccountDefinition. # noqa: E501 - :return: The account_name of this NewAccountDefinition. + The account name for the new account. # noqa: E501 + + :return: The account_name of this NewAccountDefinition. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this NewAccountDefinition. - The account name for the new account. + """Sets the account_name of this NewAccountDefinition. + + The account name for the new account. # noqa: E501 - :param account_name: The account_name of this NewAccountDefinition. + :param account_name: The account_name of this NewAccountDefinition. # noqa: E501 :type: str """ @@ -104,20 +137,20 @@ def account_name(self, account_name): @property def account_settings(self): - """ - Gets the account_settings of this NewAccountDefinition. + """Gets the account_settings of this NewAccountDefinition. # noqa: E501 + - :return: The account_settings of this NewAccountDefinition. + :return: The account_settings of this NewAccountDefinition. # noqa: E501 :rtype: AccountSettingsInformation """ return self._account_settings @account_settings.setter def account_settings(self, account_settings): - """ - Sets the account_settings of this NewAccountDefinition. + """Sets the account_settings of this NewAccountDefinition. - :param account_settings: The account_settings of this NewAccountDefinition. + + :param account_settings: The account_settings of this NewAccountDefinition. # noqa: E501 :type: AccountSettingsInformation """ @@ -125,20 +158,20 @@ def account_settings(self, account_settings): @property def address_information(self): - """ - Gets the address_information of this NewAccountDefinition. + """Gets the address_information of this NewAccountDefinition. # noqa: E501 + - :return: The address_information of this NewAccountDefinition. + :return: The address_information of this NewAccountDefinition. # noqa: E501 :rtype: AccountAddress """ return self._address_information @address_information.setter def address_information(self, address_information): - """ - Sets the address_information of this NewAccountDefinition. + """Sets the address_information of this NewAccountDefinition. + - :param address_information: The address_information of this NewAccountDefinition. + :param address_information: The address_information of this NewAccountDefinition. # noqa: E501 :type: AccountAddress """ @@ -146,20 +179,20 @@ def address_information(self, address_information): @property def credit_card_information(self): - """ - Gets the credit_card_information of this NewAccountDefinition. + """Gets the credit_card_information of this NewAccountDefinition. # noqa: E501 + - :return: The credit_card_information of this NewAccountDefinition. + :return: The credit_card_information of this NewAccountDefinition. # noqa: E501 :rtype: CreditCardInformation """ return self._credit_card_information @credit_card_information.setter def credit_card_information(self, credit_card_information): - """ - Sets the credit_card_information of this NewAccountDefinition. + """Sets the credit_card_information of this NewAccountDefinition. - :param credit_card_information: The credit_card_information of this NewAccountDefinition. + + :param credit_card_information: The credit_card_information of this NewAccountDefinition. # noqa: E501 :type: CreditCardInformation """ @@ -167,20 +200,20 @@ def credit_card_information(self, credit_card_information): @property def direct_debit_processor_information(self): - """ - Gets the direct_debit_processor_information of this NewAccountDefinition. + """Gets the direct_debit_processor_information of this NewAccountDefinition. # noqa: E501 + - :return: The direct_debit_processor_information of this NewAccountDefinition. + :return: The direct_debit_processor_information of this NewAccountDefinition. # noqa: E501 :rtype: DirectDebitProcessorInformation """ return self._direct_debit_processor_information @direct_debit_processor_information.setter def direct_debit_processor_information(self, direct_debit_processor_information): - """ - Sets the direct_debit_processor_information of this NewAccountDefinition. + """Sets the direct_debit_processor_information of this NewAccountDefinition. + - :param direct_debit_processor_information: The direct_debit_processor_information of this NewAccountDefinition. + :param direct_debit_processor_information: The direct_debit_processor_information of this NewAccountDefinition. # noqa: E501 :type: DirectDebitProcessorInformation """ @@ -188,22 +221,22 @@ def direct_debit_processor_information(self, direct_debit_processor_information) @property def distributor_code(self): - """ - Gets the distributor_code of this NewAccountDefinition. - The code that identifies the billing plan groups and plans for the new account. + """Gets the distributor_code of this NewAccountDefinition. # noqa: E501 - :return: The distributor_code of this NewAccountDefinition. + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 + + :return: The distributor_code of this NewAccountDefinition. # noqa: E501 :rtype: str """ return self._distributor_code @distributor_code.setter def distributor_code(self, distributor_code): - """ - Sets the distributor_code of this NewAccountDefinition. - The code that identifies the billing plan groups and plans for the new account. + """Sets the distributor_code of this NewAccountDefinition. - :param distributor_code: The distributor_code of this NewAccountDefinition. + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 + + :param distributor_code: The distributor_code of this NewAccountDefinition. # noqa: E501 :type: str """ @@ -211,22 +244,22 @@ def distributor_code(self, distributor_code): @property def distributor_password(self): - """ - Gets the distributor_password of this NewAccountDefinition. - The password for the distributorCode. + """Gets the distributor_password of this NewAccountDefinition. # noqa: E501 + + The password for the distributorCode. # noqa: E501 - :return: The distributor_password of this NewAccountDefinition. + :return: The distributor_password of this NewAccountDefinition. # noqa: E501 :rtype: str """ return self._distributor_password @distributor_password.setter def distributor_password(self, distributor_password): - """ - Sets the distributor_password of this NewAccountDefinition. - The password for the distributorCode. + """Sets the distributor_password of this NewAccountDefinition. + + The password for the distributorCode. # noqa: E501 - :param distributor_password: The distributor_password of this NewAccountDefinition. + :param distributor_password: The distributor_password of this NewAccountDefinition. # noqa: E501 :type: str """ @@ -234,22 +267,22 @@ def distributor_password(self, distributor_password): @property def envelope_partition_id(self): - """ - Gets the envelope_partition_id of this NewAccountDefinition. - + """Gets the envelope_partition_id of this NewAccountDefinition. # noqa: E501 - :return: The envelope_partition_id of this NewAccountDefinition. + # noqa: E501 + + :return: The envelope_partition_id of this NewAccountDefinition. # noqa: E501 :rtype: str """ return self._envelope_partition_id @envelope_partition_id.setter def envelope_partition_id(self, envelope_partition_id): - """ - Sets the envelope_partition_id of this NewAccountDefinition. - + """Sets the envelope_partition_id of this NewAccountDefinition. + + # noqa: E501 - :param envelope_partition_id: The envelope_partition_id of this NewAccountDefinition. + :param envelope_partition_id: The envelope_partition_id of this NewAccountDefinition. # noqa: E501 :type: str """ @@ -257,20 +290,20 @@ def envelope_partition_id(self, envelope_partition_id): @property def initial_user(self): - """ - Gets the initial_user of this NewAccountDefinition. + """Gets the initial_user of this NewAccountDefinition. # noqa: E501 + - :return: The initial_user of this NewAccountDefinition. + :return: The initial_user of this NewAccountDefinition. # noqa: E501 :rtype: UserInformation """ return self._initial_user @initial_user.setter def initial_user(self, initial_user): - """ - Sets the initial_user of this NewAccountDefinition. + """Sets the initial_user of this NewAccountDefinition. + - :param initial_user: The initial_user of this NewAccountDefinition. + :param initial_user: The initial_user of this NewAccountDefinition. # noqa: E501 :type: UserInformation """ @@ -278,22 +311,22 @@ def initial_user(self, initial_user): @property def payment_method(self): - """ - Gets the payment_method of this NewAccountDefinition. - + """Gets the payment_method of this NewAccountDefinition. # noqa: E501 - :return: The payment_method of this NewAccountDefinition. + # noqa: E501 + + :return: The payment_method of this NewAccountDefinition. # noqa: E501 :rtype: str """ return self._payment_method @payment_method.setter def payment_method(self, payment_method): - """ - Sets the payment_method of this NewAccountDefinition. - + """Sets the payment_method of this NewAccountDefinition. + + # noqa: E501 - :param payment_method: The payment_method of this NewAccountDefinition. + :param payment_method: The payment_method of this NewAccountDefinition. # noqa: E501 :type: str """ @@ -301,20 +334,20 @@ def payment_method(self, payment_method): @property def payment_processor_information(self): - """ - Gets the payment_processor_information of this NewAccountDefinition. + """Gets the payment_processor_information of this NewAccountDefinition. # noqa: E501 + - :return: The payment_processor_information of this NewAccountDefinition. + :return: The payment_processor_information of this NewAccountDefinition. # noqa: E501 :rtype: PaymentProcessorInformation """ return self._payment_processor_information @payment_processor_information.setter def payment_processor_information(self, payment_processor_information): - """ - Sets the payment_processor_information of this NewAccountDefinition. + """Sets the payment_processor_information of this NewAccountDefinition. - :param payment_processor_information: The payment_processor_information of this NewAccountDefinition. + + :param payment_processor_information: The payment_processor_information of this NewAccountDefinition. # noqa: E501 :type: PaymentProcessorInformation """ @@ -322,20 +355,20 @@ def payment_processor_information(self, payment_processor_information): @property def plan_information(self): - """ - Gets the plan_information of this NewAccountDefinition. + """Gets the plan_information of this NewAccountDefinition. # noqa: E501 - :return: The plan_information of this NewAccountDefinition. + + :return: The plan_information of this NewAccountDefinition. # noqa: E501 :rtype: PlanInformation """ return self._plan_information @plan_information.setter def plan_information(self, plan_information): - """ - Sets the plan_information of this NewAccountDefinition. + """Sets the plan_information of this NewAccountDefinition. + - :param plan_information: The plan_information of this NewAccountDefinition. + :param plan_information: The plan_information of this NewAccountDefinition. # noqa: E501 :type: PlanInformation """ @@ -343,20 +376,20 @@ def plan_information(self, plan_information): @property def referral_information(self): - """ - Gets the referral_information of this NewAccountDefinition. + """Gets the referral_information of this NewAccountDefinition. # noqa: E501 + - :return: The referral_information of this NewAccountDefinition. + :return: The referral_information of this NewAccountDefinition. # noqa: E501 :rtype: ReferralInformation """ return self._referral_information @referral_information.setter def referral_information(self, referral_information): - """ - Sets the referral_information of this NewAccountDefinition. + """Sets the referral_information of this NewAccountDefinition. - :param referral_information: The referral_information of this NewAccountDefinition. + + :param referral_information: The referral_information of this NewAccountDefinition. # noqa: E501 :type: ReferralInformation """ @@ -364,32 +397,30 @@ def referral_information(self, referral_information): @property def social_account_information(self): - """ - Gets the social_account_information of this NewAccountDefinition. + """Gets the social_account_information of this NewAccountDefinition. # noqa: E501 + - :return: The social_account_information of this NewAccountDefinition. + :return: The social_account_information of this NewAccountDefinition. # noqa: E501 :rtype: SocialAccountInformation """ return self._social_account_information @social_account_information.setter def social_account_information(self, social_account_information): - """ - Sets the social_account_information of this NewAccountDefinition. + """Sets the social_account_information of this NewAccountDefinition. + - :param social_account_information: The social_account_information of this NewAccountDefinition. + :param social_account_information: The social_account_information of this NewAccountDefinition. # noqa: E501 :type: SocialAccountInformation """ self._social_account_information = social_account_information def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -406,29 +437,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NewAccountDefinition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NewAccountDefinition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/new_account_summary.py b/docusign_esign/models/new_account_summary.py index fab748dc..b026a0dc 100644 --- a/docusign_esign/models/new_account_summary.py +++ b/docusign_esign/models/new_account_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NewAccountSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, account_id_guid=None, account_name=None, api_password=None, base_url=None, billing_plan_preview=None, user_id=None): - """ - NewAccountSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'account_id_guid': 'str', - 'account_name': 'str', - 'api_password': 'str', - 'base_url': 'str', - 'billing_plan_preview': 'BillingPlanPreview', - 'user_id': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'account_id_guid': 'accountIdGuid', - 'account_name': 'accountName', - 'api_password': 'apiPassword', - 'base_url': 'baseUrl', - 'billing_plan_preview': 'billingPlanPreview', - 'user_id': 'userId' - } - - self._account_id = account_id - self._account_id_guid = account_id_guid - self._account_name = account_name - self._api_password = api_password - self._base_url = base_url - self._billing_plan_preview = billing_plan_preview - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'account_id_guid': 'str', + 'account_name': 'str', + 'api_password': 'str', + 'base_url': 'str', + 'billing_plan_preview': 'BillingPlanPreview', + 'user_id': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'account_id_guid': 'accountIdGuid', + 'account_name': 'accountName', + 'api_password': 'apiPassword', + 'base_url': 'baseUrl', + 'billing_plan_preview': 'billingPlanPreview', + 'user_id': 'userId' + } + + def __init__(self, account_id=None, account_id_guid=None, account_name=None, api_password=None, base_url=None, billing_plan_preview=None, user_id=None): # noqa: E501 + """NewAccountSummary - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._account_id_guid = None + self._account_name = None + self._api_password = None + self._base_url = None + self._billing_plan_preview = None + self._user_id = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if account_id_guid is not None: + self.account_id_guid = account_id_guid + if account_name is not None: + self.account_name = account_name + if api_password is not None: + self.api_password = api_password + if base_url is not None: + self.base_url = base_url + if billing_plan_preview is not None: + self.billing_plan_preview = billing_plan_preview + if user_id is not None: + self.user_id = user_id @property def account_id(self): - """ - Gets the account_id of this NewAccountSummary. - The account ID associated with the envelope. + """Gets the account_id of this NewAccountSummary. # noqa: E501 - :return: The account_id of this NewAccountSummary. + The account ID associated with the envelope. # noqa: E501 + + :return: The account_id of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this NewAccountSummary. - The account ID associated with the envelope. + """Sets the account_id of this NewAccountSummary. - :param account_id: The account_id of this NewAccountSummary. + The account ID associated with the envelope. # noqa: E501 + + :param account_id: The account_id of this NewAccountSummary. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def account_id(self, account_id): @property def account_id_guid(self): - """ - Gets the account_id_guid of this NewAccountSummary. - The GUID associated with the account ID. + """Gets the account_id_guid of this NewAccountSummary. # noqa: E501 + + The GUID associated with the account ID. # noqa: E501 - :return: The account_id_guid of this NewAccountSummary. + :return: The account_id_guid of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._account_id_guid @account_id_guid.setter def account_id_guid(self, account_id_guid): - """ - Sets the account_id_guid of this NewAccountSummary. - The GUID associated with the account ID. + """Sets the account_id_guid of this NewAccountSummary. + + The GUID associated with the account ID. # noqa: E501 - :param account_id_guid: The account_id_guid of this NewAccountSummary. + :param account_id_guid: The account_id_guid of this NewAccountSummary. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def account_id_guid(self, account_id_guid): @property def account_name(self): - """ - Gets the account_name of this NewAccountSummary. - The account name for the new account. + """Gets the account_name of this NewAccountSummary. # noqa: E501 - :return: The account_name of this NewAccountSummary. + The account name for the new account. # noqa: E501 + + :return: The account_name of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this NewAccountSummary. - The account name for the new account. + """Sets the account_name of this NewAccountSummary. + + The account name for the new account. # noqa: E501 - :param account_name: The account_name of this NewAccountSummary. + :param account_name: The account_name of this NewAccountSummary. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def account_name(self, account_name): @property def api_password(self): - """ - Gets the api_password of this NewAccountSummary. - Contains a token that can be used for authentication in API calls instead of using the user name and password. + """Gets the api_password of this NewAccountSummary. # noqa: E501 + + Contains a token that can be used for authentication in API calls instead of using the user name and password. # noqa: E501 - :return: The api_password of this NewAccountSummary. + :return: The api_password of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._api_password @api_password.setter def api_password(self, api_password): - """ - Sets the api_password of this NewAccountSummary. - Contains a token that can be used for authentication in API calls instead of using the user name and password. + """Sets the api_password of this NewAccountSummary. + + Contains a token that can be used for authentication in API calls instead of using the user name and password. # noqa: E501 - :param api_password: The api_password of this NewAccountSummary. + :param api_password: The api_password of this NewAccountSummary. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def api_password(self, api_password): @property def base_url(self): - """ - Gets the base_url of this NewAccountSummary. - The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. + """Gets the base_url of this NewAccountSummary. # noqa: E501 + + The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. # noqa: E501 - :return: The base_url of this NewAccountSummary. + :return: The base_url of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._base_url @base_url.setter def base_url(self, base_url): - """ - Sets the base_url of this NewAccountSummary. - The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. + """Sets the base_url of this NewAccountSummary. - :param base_url: The base_url of this NewAccountSummary. + The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl. # noqa: E501 + + :param base_url: The base_url of this NewAccountSummary. # noqa: E501 :type: str """ @@ -175,20 +194,20 @@ def base_url(self, base_url): @property def billing_plan_preview(self): - """ - Gets the billing_plan_preview of this NewAccountSummary. + """Gets the billing_plan_preview of this NewAccountSummary. # noqa: E501 - :return: The billing_plan_preview of this NewAccountSummary. + + :return: The billing_plan_preview of this NewAccountSummary. # noqa: E501 :rtype: BillingPlanPreview """ return self._billing_plan_preview @billing_plan_preview.setter def billing_plan_preview(self, billing_plan_preview): - """ - Sets the billing_plan_preview of this NewAccountSummary. + """Sets the billing_plan_preview of this NewAccountSummary. - :param billing_plan_preview: The billing_plan_preview of this NewAccountSummary. + + :param billing_plan_preview: The billing_plan_preview of this NewAccountSummary. # noqa: E501 :type: BillingPlanPreview """ @@ -196,34 +215,32 @@ def billing_plan_preview(self, billing_plan_preview): @property def user_id(self): - """ - Gets the user_id of this NewAccountSummary. - Specifies the user ID of the new user. + """Gets the user_id of this NewAccountSummary. # noqa: E501 + + Specifies the user ID of the new user. # noqa: E501 - :return: The user_id of this NewAccountSummary. + :return: The user_id of this NewAccountSummary. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this NewAccountSummary. - Specifies the user ID of the new user. + """Sets the user_id of this NewAccountSummary. + + Specifies the user ID of the new user. # noqa: E501 - :param user_id: The user_id of this NewAccountSummary. + :param user_id: The user_id of this NewAccountSummary. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NewAccountSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NewAccountSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/new_user.py b/docusign_esign/models/new_user.py index 8604d1fc..16dbceb2 100644 --- a/docusign_esign/models/new_user.py +++ b/docusign_esign/models/new_user.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NewUser(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_password=None, created_date_time=None, email=None, error_details=None, permission_profile_id=None, permission_profile_name=None, uri=None, user_id=None, user_name=None, user_status=None): - """ - NewUser - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_password': 'str', - 'created_date_time': 'str', - 'email': 'str', - 'error_details': 'ErrorDetails', - 'permission_profile_id': 'str', - 'permission_profile_name': 'str', - 'uri': 'str', - 'user_id': 'str', - 'user_name': 'str', - 'user_status': 'str' - } - - self.attribute_map = { - 'api_password': 'apiPassword', - 'created_date_time': 'createdDateTime', - 'email': 'email', - 'error_details': 'errorDetails', - 'permission_profile_id': 'permissionProfileId', - 'permission_profile_name': 'permissionProfileName', - 'uri': 'uri', - 'user_id': 'userId', - 'user_name': 'userName', - 'user_status': 'userStatus' - } - - self._api_password = api_password - self._created_date_time = created_date_time - self._email = email - self._error_details = error_details - self._permission_profile_id = permission_profile_id - self._permission_profile_name = permission_profile_name - self._uri = uri - self._user_id = user_id - self._user_name = user_name - self._user_status = user_status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_password': 'str', + 'created_date_time': 'str', + 'email': 'str', + 'error_details': 'ErrorDetails', + 'permission_profile_id': 'str', + 'permission_profile_name': 'str', + 'uri': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'user_status': 'str' + } + + attribute_map = { + 'api_password': 'apiPassword', + 'created_date_time': 'createdDateTime', + 'email': 'email', + 'error_details': 'errorDetails', + 'permission_profile_id': 'permissionProfileId', + 'permission_profile_name': 'permissionProfileName', + 'uri': 'uri', + 'user_id': 'userId', + 'user_name': 'userName', + 'user_status': 'userStatus' + } + + def __init__(self, api_password=None, created_date_time=None, email=None, error_details=None, permission_profile_id=None, permission_profile_name=None, uri=None, user_id=None, user_name=None, user_status=None): # noqa: E501 + """NewUser - a model defined in Swagger""" # noqa: E501 + + self._api_password = None + self._created_date_time = None + self._email = None + self._error_details = None + self._permission_profile_id = None + self._permission_profile_name = None + self._uri = None + self._user_id = None + self._user_name = None + self._user_status = None + self.discriminator = None + + if api_password is not None: + self.api_password = api_password + if created_date_time is not None: + self.created_date_time = created_date_time + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if permission_profile_id is not None: + self.permission_profile_id = permission_profile_id + if permission_profile_name is not None: + self.permission_profile_name = permission_profile_name + if uri is not None: + self.uri = uri + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name + if user_status is not None: + self.user_status = user_status @property def api_password(self): - """ - Gets the api_password of this NewUser. - Contains a token that can be used for authentication in API calls instead of using the user name and password. + """Gets the api_password of this NewUser. # noqa: E501 + + Contains a token that can be used for authentication in API calls instead of using the user name and password. # noqa: E501 - :return: The api_password of this NewUser. + :return: The api_password of this NewUser. # noqa: E501 :rtype: str """ return self._api_password @api_password.setter def api_password(self, api_password): - """ - Sets the api_password of this NewUser. - Contains a token that can be used for authentication in API calls instead of using the user name and password. + """Sets the api_password of this NewUser. - :param api_password: The api_password of this NewUser. + Contains a token that can be used for authentication in API calls instead of using the user name and password. # noqa: E501 + + :param api_password: The api_password of this NewUser. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def api_password(self, api_password): @property def created_date_time(self): - """ - Gets the created_date_time of this NewUser. - Indicates the date and time the item was created. + """Gets the created_date_time of this NewUser. # noqa: E501 - :return: The created_date_time of this NewUser. + Indicates the date and time the item was created. # noqa: E501 + + :return: The created_date_time of this NewUser. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this NewUser. - Indicates the date and time the item was created. + """Sets the created_date_time of this NewUser. - :param created_date_time: The created_date_time of this NewUser. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this NewUser. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def created_date_time(self, created_date_time): @property def email(self): - """ - Gets the email of this NewUser. - + """Gets the email of this NewUser. # noqa: E501 - :return: The email of this NewUser. + # noqa: E501 + + :return: The email of this NewUser. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this NewUser. - + """Sets the email of this NewUser. - :param email: The email of this NewUser. + # noqa: E501 + + :param email: The email of this NewUser. # noqa: E501 :type: str """ @@ -138,20 +163,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this NewUser. + """Gets the error_details of this NewUser. # noqa: E501 - :return: The error_details of this NewUser. + + :return: The error_details of this NewUser. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this NewUser. + """Sets the error_details of this NewUser. - :param error_details: The error_details of this NewUser. + + :param error_details: The error_details of this NewUser. # noqa: E501 :type: ErrorDetails """ @@ -159,22 +184,22 @@ def error_details(self, error_details): @property def permission_profile_id(self): - """ - Gets the permission_profile_id of this NewUser. - + """Gets the permission_profile_id of this NewUser. # noqa: E501 - :return: The permission_profile_id of this NewUser. + # noqa: E501 + + :return: The permission_profile_id of this NewUser. # noqa: E501 :rtype: str """ return self._permission_profile_id @permission_profile_id.setter def permission_profile_id(self, permission_profile_id): - """ - Sets the permission_profile_id of this NewUser. - + """Sets the permission_profile_id of this NewUser. + + # noqa: E501 - :param permission_profile_id: The permission_profile_id of this NewUser. + :param permission_profile_id: The permission_profile_id of this NewUser. # noqa: E501 :type: str """ @@ -182,22 +207,22 @@ def permission_profile_id(self, permission_profile_id): @property def permission_profile_name(self): - """ - Gets the permission_profile_name of this NewUser. - + """Gets the permission_profile_name of this NewUser. # noqa: E501 + + # noqa: E501 - :return: The permission_profile_name of this NewUser. + :return: The permission_profile_name of this NewUser. # noqa: E501 :rtype: str """ return self._permission_profile_name @permission_profile_name.setter def permission_profile_name(self, permission_profile_name): - """ - Sets the permission_profile_name of this NewUser. - + """Sets the permission_profile_name of this NewUser. + + # noqa: E501 - :param permission_profile_name: The permission_profile_name of this NewUser. + :param permission_profile_name: The permission_profile_name of this NewUser. # noqa: E501 :type: str """ @@ -205,22 +230,22 @@ def permission_profile_name(self, permission_profile_name): @property def uri(self): - """ - Gets the uri of this NewUser. - + """Gets the uri of this NewUser. # noqa: E501 + + # noqa: E501 - :return: The uri of this NewUser. + :return: The uri of this NewUser. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this NewUser. - + """Sets the uri of this NewUser. + + # noqa: E501 - :param uri: The uri of this NewUser. + :param uri: The uri of this NewUser. # noqa: E501 :type: str """ @@ -228,22 +253,22 @@ def uri(self, uri): @property def user_id(self): - """ - Gets the user_id of this NewUser. - Specifies the user ID for the new user. + """Gets the user_id of this NewUser. # noqa: E501 + + Specifies the user ID for the new user. # noqa: E501 - :return: The user_id of this NewUser. + :return: The user_id of this NewUser. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this NewUser. - Specifies the user ID for the new user. + """Sets the user_id of this NewUser. + + Specifies the user ID for the new user. # noqa: E501 - :param user_id: The user_id of this NewUser. + :param user_id: The user_id of this NewUser. # noqa: E501 :type: str """ @@ -251,22 +276,22 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this NewUser. - + """Gets the user_name of this NewUser. # noqa: E501 + + # noqa: E501 - :return: The user_name of this NewUser. + :return: The user_name of this NewUser. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this NewUser. - + """Sets the user_name of this NewUser. + + # noqa: E501 - :param user_name: The user_name of this NewUser. + :param user_name: The user_name of this NewUser. # noqa: E501 :type: str """ @@ -274,34 +299,32 @@ def user_name(self, user_name): @property def user_status(self): - """ - Gets the user_status of this NewUser. - + """Gets the user_status of this NewUser. # noqa: E501 - :return: The user_status of this NewUser. + # noqa: E501 + + :return: The user_status of this NewUser. # noqa: E501 :rtype: str """ return self._user_status @user_status.setter def user_status(self, user_status): - """ - Sets the user_status of this NewUser. - + """Sets the user_status of this NewUser. - :param user_status: The user_status of this NewUser. + # noqa: E501 + + :param user_status: The user_status of this NewUser. # noqa: E501 :type: str """ self._user_status = user_status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -318,29 +341,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NewUser, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NewUser): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/new_users_definition.py b/docusign_esign/models/new_users_definition.py index 35b9cc1b..be99f218 100644 --- a/docusign_esign/models/new_users_definition.py +++ b/docusign_esign/models/new_users_definition.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NewUsersDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, new_users=None): - """ - NewUsersDefinition - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'new_users': 'list[UserInformation]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'new_users': 'list[UserInformation]' + } - self.attribute_map = { - 'new_users': 'newUsers' - } + attribute_map = { + 'new_users': 'newUsers' + } - self._new_users = new_users + def __init__(self, new_users=None): # noqa: E501 + """NewUsersDefinition - a model defined in Swagger""" # noqa: E501 + + self._new_users = None + self.discriminator = None + + if new_users is not None: + self.new_users = new_users @property def new_users(self): - """ - Gets the new_users of this NewUsersDefinition. - + """Gets the new_users of this NewUsersDefinition. # noqa: E501 + + # noqa: E501 - :return: The new_users of this NewUsersDefinition. + :return: The new_users of this NewUsersDefinition. # noqa: E501 :rtype: list[UserInformation] """ return self._new_users @new_users.setter def new_users(self, new_users): - """ - Sets the new_users of this NewUsersDefinition. - + """Sets the new_users of this NewUsersDefinition. - :param new_users: The new_users of this NewUsersDefinition. + # noqa: E501 + + :param new_users: The new_users of this NewUsersDefinition. # noqa: E501 :type: list[UserInformation] """ self._new_users = new_users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NewUsersDefinition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NewUsersDefinition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/new_users_summary.py b/docusign_esign/models/new_users_summary.py index 05d3f8f0..1f1e0d19 100644 --- a/docusign_esign/models/new_users_summary.py +++ b/docusign_esign/models/new_users_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NewUsersSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, new_users=None): - """ - NewUsersSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'new_users': 'list[NewUser]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'new_users': 'list[NewUser]' + } - self.attribute_map = { - 'new_users': 'newUsers' - } + attribute_map = { + 'new_users': 'newUsers' + } - self._new_users = new_users + def __init__(self, new_users=None): # noqa: E501 + """NewUsersSummary - a model defined in Swagger""" # noqa: E501 + + self._new_users = None + self.discriminator = None + + if new_users is not None: + self.new_users = new_users @property def new_users(self): - """ - Gets the new_users of this NewUsersSummary. - + """Gets the new_users of this NewUsersSummary. # noqa: E501 + + # noqa: E501 - :return: The new_users of this NewUsersSummary. + :return: The new_users of this NewUsersSummary. # noqa: E501 :rtype: list[NewUser] """ return self._new_users @new_users.setter def new_users(self, new_users): - """ - Sets the new_users of this NewUsersSummary. - + """Sets the new_users of this NewUsersSummary. - :param new_users: The new_users of this NewUsersSummary. + # noqa: E501 + + :param new_users: The new_users of this NewUsersSummary. # noqa: E501 :type: list[NewUser] """ self._new_users = new_users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NewUsersSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NewUsersSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notarize.py b/docusign_esign/models/notarize.py index a4ebc867..e0f841a9 100644 --- a/docusign_esign/models/notarize.py +++ b/docusign_esign/models/notarize.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,266 +11,415 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Notarize(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Notarize - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Notarize - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Notarize. - + """Gets the anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Notarize. + :return: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Notarize. - + """Sets the anchor_allow_white_space_in_characters of this Notarize. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Notarize. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Notarize. # noqa: E501 :type: str """ @@ -278,20 +427,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. + """Gets the anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Notarize. + :return: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Notarize. + """Sets the anchor_allow_white_space_in_characters_metadata of this Notarize. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Notarize. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -299,22 +448,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Notarize. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Notarize. # noqa: E501 - :return: The anchor_case_sensitive of this Notarize. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Notarize. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Notarize. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Notarize. + :param anchor_case_sensitive: The anchor_case_sensitive of this Notarize. # noqa: E501 :type: str """ @@ -322,20 +471,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Notarize. + """Gets the anchor_case_sensitive_metadata of this Notarize. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Notarize. + :return: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Notarize. + """Sets the anchor_case_sensitive_metadata of this Notarize. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Notarize. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -343,22 +492,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Notarize. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Notarize. # noqa: E501 - :return: The anchor_horizontal_alignment of this Notarize. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Notarize. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Notarize. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Notarize. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Notarize. # noqa: E501 :type: str """ @@ -366,20 +515,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Notarize. + """Gets the anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Notarize. + :return: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Notarize. + """Sets the anchor_horizontal_alignment_metadata of this Notarize. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Notarize. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -387,22 +536,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Notarize. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Notarize. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Notarize. + :return: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Notarize. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Notarize. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Notarize. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Notarize. # noqa: E501 :type: str """ @@ -410,20 +559,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Notarize. + """Gets the anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this Notarize. + + :return: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Notarize. + """Sets the anchor_ignore_if_not_present_metadata of this Notarize. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Notarize. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -431,22 +580,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Notarize. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Notarize. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Notarize. + :return: The anchor_match_whole_word of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Notarize. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Notarize. - :param anchor_match_whole_word: The anchor_match_whole_word of this Notarize. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this Notarize. # noqa: E501 :type: str """ @@ -454,20 +603,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Notarize. + """Gets the anchor_match_whole_word_metadata of this Notarize. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Notarize. + :return: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Notarize. + """Sets the anchor_match_whole_word_metadata of this Notarize. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Notarize. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -475,22 +624,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Notarize. - Anchor text information for a radio button. + """Gets the anchor_string of this Notarize. # noqa: E501 - :return: The anchor_string of this Notarize. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Notarize. - Anchor text information for a radio button. + """Sets the anchor_string of this Notarize. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Notarize. + :param anchor_string: The anchor_string of this Notarize. # noqa: E501 :type: str """ @@ -498,20 +647,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Notarize. + """Gets the anchor_string_metadata of this Notarize. # noqa: E501 + - :return: The anchor_string_metadata of this Notarize. + :return: The anchor_string_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Notarize. + """Sets the anchor_string_metadata of this Notarize. - :param anchor_string_metadata: The anchor_string_metadata of this Notarize. + + :param anchor_string_metadata: The anchor_string_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -519,22 +668,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Notarize. - + """Gets the anchor_tab_processor_version of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Notarize. + :return: The anchor_tab_processor_version of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Notarize. - + """Sets the anchor_tab_processor_version of this Notarize. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Notarize. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Notarize. # noqa: E501 :type: str """ @@ -542,20 +691,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Notarize. + """Gets the anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this Notarize. + + :return: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Notarize. + """Sets the anchor_tab_processor_version_metadata of this Notarize. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Notarize. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -563,22 +712,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Notarize. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Notarize. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Notarize. + :return: The anchor_units of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Notarize. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Notarize. - :param anchor_units: The anchor_units of this Notarize. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Notarize. # noqa: E501 :type: str """ @@ -586,20 +735,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Notarize. + """Gets the anchor_units_metadata of this Notarize. # noqa: E501 + - :return: The anchor_units_metadata of this Notarize. + :return: The anchor_units_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Notarize. + """Sets the anchor_units_metadata of this Notarize. + - :param anchor_units_metadata: The anchor_units_metadata of this Notarize. + :param anchor_units_metadata: The anchor_units_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -607,22 +756,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Notarize. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Notarize. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Notarize. + :return: The anchor_x_offset of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Notarize. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Notarize. - :param anchor_x_offset: The anchor_x_offset of this Notarize. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Notarize. # noqa: E501 :type: str """ @@ -630,20 +779,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Notarize. + """Gets the anchor_x_offset_metadata of this Notarize. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Notarize. + :return: The anchor_x_offset_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Notarize. + """Sets the anchor_x_offset_metadata of this Notarize. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Notarize. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -651,22 +800,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Notarize. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Notarize. # noqa: E501 - :return: The anchor_y_offset of this Notarize. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Notarize. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Notarize. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Notarize. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this Notarize. + :param anchor_y_offset: The anchor_y_offset of this Notarize. # noqa: E501 :type: str """ @@ -674,20 +823,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Notarize. + """Gets the anchor_y_offset_metadata of this Notarize. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Notarize. + :return: The anchor_y_offset_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Notarize. + """Sets the anchor_y_offset_metadata of this Notarize. - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Notarize. + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -695,22 +844,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Notarize. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Notarize. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Notarize. + :return: The conditional_parent_label of this Notarize. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Notarize. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Notarize. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Notarize. + :param conditional_parent_label: The conditional_parent_label of this Notarize. # noqa: E501 :type: str """ @@ -718,20 +867,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Notarize. + """Gets the conditional_parent_label_metadata of this Notarize. # noqa: E501 - :return: The conditional_parent_label_metadata of this Notarize. + + :return: The conditional_parent_label_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Notarize. + """Sets the conditional_parent_label_metadata of this Notarize. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Notarize. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -739,22 +888,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Notarize. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Notarize. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Notarize. + :return: The conditional_parent_value of this Notarize. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Notarize. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Notarize. - :param conditional_parent_value: The conditional_parent_value of this Notarize. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this Notarize. # noqa: E501 :type: str """ @@ -762,20 +911,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Notarize. + """Gets the conditional_parent_value_metadata of this Notarize. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Notarize. + :return: The conditional_parent_value_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Notarize. + """Sets the conditional_parent_value_metadata of this Notarize. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Notarize. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -783,22 +932,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Notarize. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Notarize. # noqa: E501 - :return: The custom_tab_id of this Notarize. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this Notarize. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Notarize. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Notarize. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Notarize. + :param custom_tab_id: The custom_tab_id of this Notarize. # noqa: E501 :type: str """ @@ -806,20 +955,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Notarize. + """Gets the custom_tab_id_metadata of this Notarize. # noqa: E501 + - :return: The custom_tab_id_metadata of this Notarize. + :return: The custom_tab_id_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Notarize. + """Sets the custom_tab_id_metadata of this Notarize. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Notarize. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -827,22 +976,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this Notarize. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Notarize. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Notarize. + :return: The document_id of this Notarize. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Notarize. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Notarize. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Notarize. + :param document_id: The document_id of this Notarize. # noqa: E501 :type: str """ @@ -850,20 +999,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Notarize. + """Gets the document_id_metadata of this Notarize. # noqa: E501 - :return: The document_id_metadata of this Notarize. + + :return: The document_id_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Notarize. + """Sets the document_id_metadata of this Notarize. - :param document_id_metadata: The document_id_metadata of this Notarize. + + :param document_id_metadata: The document_id_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -871,20 +1020,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Notarize. + """Gets the error_details of this Notarize. # noqa: E501 + - :return: The error_details of this Notarize. + :return: The error_details of this Notarize. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Notarize. + """Sets the error_details of this Notarize. + - :param error_details: The error_details of this Notarize. + :param error_details: The error_details of this Notarize. # noqa: E501 :type: ErrorDetails """ @@ -892,22 +1041,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this Notarize. - + """Gets the form_order of this Notarize. # noqa: E501 - :return: The form_order of this Notarize. + # noqa: E501 + + :return: The form_order of this Notarize. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Notarize. - + """Sets the form_order of this Notarize. + + # noqa: E501 - :param form_order: The form_order of this Notarize. + :param form_order: The form_order of this Notarize. # noqa: E501 :type: str """ @@ -915,20 +1064,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Notarize. + """Gets the form_order_metadata of this Notarize. # noqa: E501 + - :return: The form_order_metadata of this Notarize. + :return: The form_order_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Notarize. + """Sets the form_order_metadata of this Notarize. - :param form_order_metadata: The form_order_metadata of this Notarize. + + :param form_order_metadata: The form_order_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -936,22 +1085,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Notarize. - + """Gets the form_page_label of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Notarize. + :return: The form_page_label of this Notarize. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Notarize. - + """Sets the form_page_label of this Notarize. + + # noqa: E501 - :param form_page_label: The form_page_label of this Notarize. + :param form_page_label: The form_page_label of this Notarize. # noqa: E501 :type: str """ @@ -959,20 +1108,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Notarize. + """Gets the form_page_label_metadata of this Notarize. # noqa: E501 - :return: The form_page_label_metadata of this Notarize. + + :return: The form_page_label_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Notarize. + """Sets the form_page_label_metadata of this Notarize. + - :param form_page_label_metadata: The form_page_label_metadata of this Notarize. + :param form_page_label_metadata: The form_page_label_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -980,22 +1129,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Notarize. - + """Gets the form_page_number of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Notarize. + :return: The form_page_number of this Notarize. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Notarize. - + """Sets the form_page_number of this Notarize. - :param form_page_number: The form_page_number of this Notarize. + # noqa: E501 + + :param form_page_number: The form_page_number of this Notarize. # noqa: E501 :type: str """ @@ -1003,20 +1152,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Notarize. + """Gets the form_page_number_metadata of this Notarize. # noqa: E501 + - :return: The form_page_number_metadata of this Notarize. + :return: The form_page_number_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Notarize. + """Sets the form_page_number_metadata of this Notarize. + - :param form_page_number_metadata: The form_page_number_metadata of this Notarize. + :param form_page_number_metadata: The form_page_number_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1024,22 +1173,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Notarize. - Height of the tab in pixels. + """Gets the height of this Notarize. # noqa: E501 - :return: The height of this Notarize. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this Notarize. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Notarize. - Height of the tab in pixels. + """Sets the height of this Notarize. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Notarize. + :param height: The height of this Notarize. # noqa: E501 :type: str """ @@ -1047,20 +1196,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Notarize. + """Gets the height_metadata of this Notarize. # noqa: E501 + - :return: The height_metadata of this Notarize. + :return: The height_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Notarize. + """Sets the height_metadata of this Notarize. - :param height_metadata: The height_metadata of this Notarize. + + :param height_metadata: The height_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1068,22 +1217,22 @@ def height_metadata(self, height_metadata): @property def locked(self): - """ - Gets the locked of this Notarize. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Notarize. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this Notarize. + :return: The locked of this Notarize. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Notarize. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Notarize. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this Notarize. + :param locked: The locked of this Notarize. # noqa: E501 :type: str """ @@ -1091,20 +1240,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Notarize. + """Gets the locked_metadata of this Notarize. # noqa: E501 - :return: The locked_metadata of this Notarize. + + :return: The locked_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Notarize. + """Sets the locked_metadata of this Notarize. + - :param locked_metadata: The locked_metadata of this Notarize. + :param locked_metadata: The locked_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1112,20 +1261,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Notarize. + """Gets the merge_field of this Notarize. # noqa: E501 + - :return: The merge_field of this Notarize. + :return: The merge_field of this Notarize. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Notarize. + """Sets the merge_field of this Notarize. + - :param merge_field: The merge_field of this Notarize. + :param merge_field: The merge_field of this Notarize. # noqa: E501 :type: MergeField """ @@ -1133,22 +1282,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Notarize. - + """Gets the merge_field_xml of this Notarize. # noqa: E501 - :return: The merge_field_xml of this Notarize. + # noqa: E501 + + :return: The merge_field_xml of this Notarize. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Notarize. - + """Sets the merge_field_xml of this Notarize. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Notarize. + :param merge_field_xml: The merge_field_xml of this Notarize. # noqa: E501 :type: str """ @@ -1156,22 +1305,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this Notarize. - Specifies the page number on which the tab is located. + """Gets the page_number of this Notarize. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Notarize. + :return: The page_number of this Notarize. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Notarize. - Specifies the page number on which the tab is located. + """Sets the page_number of this Notarize. - :param page_number: The page_number of this Notarize. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Notarize. # noqa: E501 :type: str """ @@ -1179,20 +1328,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Notarize. + """Gets the page_number_metadata of this Notarize. # noqa: E501 + - :return: The page_number_metadata of this Notarize. + :return: The page_number_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Notarize. + """Sets the page_number_metadata of this Notarize. + - :param page_number_metadata: The page_number_metadata of this Notarize. + :param page_number_metadata: The page_number_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1200,22 +1349,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Notarize. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Notarize. # noqa: E501 - :return: The recipient_id of this Notarize. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Notarize. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Notarize. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Notarize. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Notarize. + :param recipient_id: The recipient_id of this Notarize. # noqa: E501 :type: str """ @@ -1223,22 +1372,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Notarize. - + """Gets the recipient_id_guid of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Notarize. + :return: The recipient_id_guid of this Notarize. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Notarize. - + """Sets the recipient_id_guid of this Notarize. - :param recipient_id_guid: The recipient_id_guid of this Notarize. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Notarize. # noqa: E501 :type: str """ @@ -1246,20 +1395,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Notarize. + """Gets the recipient_id_guid_metadata of this Notarize. # noqa: E501 + - :return: The recipient_id_guid_metadata of this Notarize. + :return: The recipient_id_guid_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Notarize. + """Sets the recipient_id_guid_metadata of this Notarize. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Notarize. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1267,20 +1416,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Notarize. + """Gets the recipient_id_metadata of this Notarize. # noqa: E501 - :return: The recipient_id_metadata of this Notarize. + + :return: The recipient_id_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Notarize. + """Sets the recipient_id_metadata of this Notarize. + - :param recipient_id_metadata: The recipient_id_metadata of this Notarize. + :param recipient_id_metadata: The recipient_id_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1288,22 +1437,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this Notarize. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Notarize. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this Notarize. + :return: The required of this Notarize. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Notarize. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Notarize. - :param required: The required of this Notarize. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Notarize. # noqa: E501 :type: str """ @@ -1311,20 +1460,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Notarize. + """Gets the required_metadata of this Notarize. # noqa: E501 + - :return: The required_metadata of this Notarize. + :return: The required_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Notarize. + """Sets the required_metadata of this Notarize. + - :param required_metadata: The required_metadata of this Notarize. + :param required_metadata: The required_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1332,20 +1481,20 @@ def required_metadata(self, required_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Notarize. + """Gets the smart_contract_information of this Notarize. # noqa: E501 - :return: The smart_contract_information of this Notarize. + + :return: The smart_contract_information of this Notarize. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Notarize. + """Sets the smart_contract_information of this Notarize. + - :param smart_contract_information: The smart_contract_information of this Notarize. + :param smart_contract_information: The smart_contract_information of this Notarize. # noqa: E501 :type: SmartContractInformation """ @@ -1353,22 +1502,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Notarize. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Notarize. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Notarize. + :return: The status of this Notarize. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Notarize. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Notarize. - :param status: The status of this Notarize. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Notarize. # noqa: E501 :type: str """ @@ -1376,20 +1525,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Notarize. + """Gets the status_metadata of this Notarize. # noqa: E501 - :return: The status_metadata of this Notarize. + + :return: The status_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Notarize. + """Sets the status_metadata of this Notarize. + - :param status_metadata: The status_metadata of this Notarize. + :param status_metadata: The status_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1397,22 +1546,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Notarize. - + """Gets the tab_group_labels of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Notarize. + :return: The tab_group_labels of this Notarize. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Notarize. - + """Sets the tab_group_labels of this Notarize. - :param tab_group_labels: The tab_group_labels of this Notarize. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Notarize. # noqa: E501 :type: list[str] """ @@ -1420,20 +1569,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Notarize. + """Gets the tab_group_labels_metadata of this Notarize. # noqa: E501 + - :return: The tab_group_labels_metadata of this Notarize. + :return: The tab_group_labels_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Notarize. + """Sets the tab_group_labels_metadata of this Notarize. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Notarize. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1441,22 +1590,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Notarize. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Notarize. # noqa: E501 - :return: The tab_id of this Notarize. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Notarize. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Notarize. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Notarize. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Notarize. + :param tab_id: The tab_id of this Notarize. # noqa: E501 :type: str """ @@ -1464,20 +1613,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Notarize. + """Gets the tab_id_metadata of this Notarize. # noqa: E501 + - :return: The tab_id_metadata of this Notarize. + :return: The tab_id_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Notarize. + """Sets the tab_id_metadata of this Notarize. - :param tab_id_metadata: The tab_id_metadata of this Notarize. + + :param tab_id_metadata: The tab_id_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1485,22 +1634,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Notarize. - + """Gets the tab_order of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this Notarize. + :return: The tab_order of this Notarize. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Notarize. - + """Sets the tab_order of this Notarize. + + # noqa: E501 - :param tab_order: The tab_order of this Notarize. + :param tab_order: The tab_order of this Notarize. # noqa: E501 :type: str """ @@ -1508,20 +1657,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Notarize. + """Gets the tab_order_metadata of this Notarize. # noqa: E501 - :return: The tab_order_metadata of this Notarize. + + :return: The tab_order_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Notarize. + """Sets the tab_order_metadata of this Notarize. + - :param tab_order_metadata: The tab_order_metadata of this Notarize. + :param tab_order_metadata: The tab_order_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1529,22 +1678,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Notarize. - + """Gets the tab_type of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Notarize. + :return: The tab_type of this Notarize. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Notarize. - + """Sets the tab_type of this Notarize. - :param tab_type: The tab_type of this Notarize. + # noqa: E501 + + :param tab_type: The tab_type of this Notarize. # noqa: E501 :type: str """ @@ -1552,20 +1701,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Notarize. + """Gets the tab_type_metadata of this Notarize. # noqa: E501 + - :return: The tab_type_metadata of this Notarize. + :return: The tab_type_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Notarize. + """Sets the tab_type_metadata of this Notarize. + - :param tab_type_metadata: The tab_type_metadata of this Notarize. + :param tab_type_metadata: The tab_type_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1573,22 +1722,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Notarize. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Notarize. # noqa: E501 - :return: The template_locked of this Notarize. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Notarize. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Notarize. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Notarize. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Notarize. + :param template_locked: The template_locked of this Notarize. # noqa: E501 :type: str """ @@ -1596,20 +1745,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Notarize. + """Gets the template_locked_metadata of this Notarize. # noqa: E501 + - :return: The template_locked_metadata of this Notarize. + :return: The template_locked_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Notarize. + """Sets the template_locked_metadata of this Notarize. - :param template_locked_metadata: The template_locked_metadata of this Notarize. + + :param template_locked_metadata: The template_locked_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1617,22 +1766,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Notarize. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Notarize. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Notarize. + :return: The template_required of this Notarize. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Notarize. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Notarize. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Notarize. + :param template_required: The template_required of this Notarize. # noqa: E501 :type: str """ @@ -1640,20 +1789,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Notarize. + """Gets the template_required_metadata of this Notarize. # noqa: E501 + - :return: The template_required_metadata of this Notarize. + :return: The template_required_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Notarize. + """Sets the template_required_metadata of this Notarize. - :param template_required_metadata: The template_required_metadata of this Notarize. + + :param template_required_metadata: The template_required_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1661,22 +1810,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Notarize. - + """Gets the tooltip of this Notarize. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Notarize. + :return: The tooltip of this Notarize. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Notarize. - + """Sets the tooltip of this Notarize. + + # noqa: E501 - :param tooltip: The tooltip of this Notarize. + :param tooltip: The tooltip of this Notarize. # noqa: E501 :type: str """ @@ -1684,20 +1833,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Notarize. + """Gets the tool_tip_metadata of this Notarize. # noqa: E501 - :return: The tool_tip_metadata of this Notarize. + + :return: The tool_tip_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Notarize. + """Sets the tool_tip_metadata of this Notarize. + - :param tool_tip_metadata: The tool_tip_metadata of this Notarize. + :param tool_tip_metadata: The tool_tip_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1705,22 +1854,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this Notarize. - Width of the tab in pixels. + """Gets the width of this Notarize. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Notarize. + :return: The width of this Notarize. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Notarize. - Width of the tab in pixels. + """Sets the width of this Notarize. - :param width: The width of this Notarize. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Notarize. # noqa: E501 :type: str """ @@ -1728,20 +1877,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Notarize. + """Gets the width_metadata of this Notarize. # noqa: E501 + - :return: The width_metadata of this Notarize. + :return: The width_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Notarize. + """Sets the width_metadata of this Notarize. + - :param width_metadata: The width_metadata of this Notarize. + :param width_metadata: The width_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1749,22 +1898,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Notarize. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Notarize. # noqa: E501 - :return: The x_position of this Notarize. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Notarize. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Notarize. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Notarize. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Notarize. + :param x_position: The x_position of this Notarize. # noqa: E501 :type: str """ @@ -1772,20 +1921,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Notarize. + """Gets the x_position_metadata of this Notarize. # noqa: E501 + - :return: The x_position_metadata of this Notarize. + :return: The x_position_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Notarize. + """Sets the x_position_metadata of this Notarize. - :param x_position_metadata: The x_position_metadata of this Notarize. + + :param x_position_metadata: The x_position_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ @@ -1793,22 +1942,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Notarize. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Notarize. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Notarize. + :return: The y_position of this Notarize. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Notarize. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Notarize. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Notarize. + :param y_position: The y_position of this Notarize. # noqa: E501 :type: str """ @@ -1816,32 +1965,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Notarize. + """Gets the y_position_metadata of this Notarize. # noqa: E501 - :return: The y_position_metadata of this Notarize. + + :return: The y_position_metadata of this Notarize. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Notarize. + """Sets the y_position_metadata of this Notarize. + - :param y_position_metadata: The y_position_metadata of this Notarize. + :param y_position_metadata: The y_position_metadata of this Notarize. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1858,29 +2005,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Notarize, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Notarize): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary.py b/docusign_esign/models/notary.py index a99970d8..cda68077 100644 --- a/docusign_esign/models/notary.py +++ b/docusign_esign/models/notary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Notary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created_date=None, enabled=None, searchable=None, user_info=None): - """ - Notary - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created_date': 'str', - 'enabled': 'str', - 'searchable': 'str', - 'user_info': 'UserInformation' - } - - self.attribute_map = { - 'created_date': 'createdDate', - 'enabled': 'enabled', - 'searchable': 'searchable', - 'user_info': 'userInfo' - } - self._created_date = created_date - self._enabled = enabled - self._searchable = searchable - self._user_info = user_info + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created_date': 'str', + 'enabled': 'str', + 'searchable': 'str', + 'user_info': 'UserInformation' + } + + attribute_map = { + 'created_date': 'createdDate', + 'enabled': 'enabled', + 'searchable': 'searchable', + 'user_info': 'userInfo' + } + + def __init__(self, created_date=None, enabled=None, searchable=None, user_info=None): # noqa: E501 + """Notary - a model defined in Swagger""" # noqa: E501 + + self._created_date = None + self._enabled = None + self._searchable = None + self._user_info = None + self.discriminator = None + + if created_date is not None: + self.created_date = created_date + if enabled is not None: + self.enabled = enabled + if searchable is not None: + self.searchable = searchable + if user_info is not None: + self.user_info = user_info @property def created_date(self): - """ - Gets the created_date of this Notary. - + """Gets the created_date of this Notary. # noqa: E501 - :return: The created_date of this Notary. + # noqa: E501 + + :return: The created_date of this Notary. # noqa: E501 :rtype: str """ return self._created_date @created_date.setter def created_date(self, created_date): - """ - Sets the created_date of this Notary. - + """Sets the created_date of this Notary. - :param created_date: The created_date of this Notary. + # noqa: E501 + + :param created_date: The created_date of this Notary. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def created_date(self, created_date): @property def enabled(self): - """ - Gets the enabled of this Notary. - + """Gets the enabled of this Notary. # noqa: E501 + + # noqa: E501 - :return: The enabled of this Notary. + :return: The enabled of this Notary. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this Notary. - + """Sets the enabled of this Notary. + + # noqa: E501 - :param enabled: The enabled of this Notary. + :param enabled: The enabled of this Notary. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def enabled(self, enabled): @property def searchable(self): - """ - Gets the searchable of this Notary. - + """Gets the searchable of this Notary. # noqa: E501 + + # noqa: E501 - :return: The searchable of this Notary. + :return: The searchable of this Notary. # noqa: E501 :rtype: str """ return self._searchable @searchable.setter def searchable(self, searchable): - """ - Sets the searchable of this Notary. - + """Sets the searchable of this Notary. - :param searchable: The searchable of this Notary. + # noqa: E501 + + :param searchable: The searchable of this Notary. # noqa: E501 :type: str """ @@ -120,32 +133,30 @@ def searchable(self, searchable): @property def user_info(self): - """ - Gets the user_info of this Notary. + """Gets the user_info of this Notary. # noqa: E501 - :return: The user_info of this Notary. + + :return: The user_info of this Notary. # noqa: E501 :rtype: UserInformation """ return self._user_info @user_info.setter def user_info(self, user_info): - """ - Sets the user_info of this Notary. + """Sets the user_info of this Notary. + - :param user_info: The user_info of this Notary. + :param user_info: The user_info of this Notary. # noqa: E501 :type: UserInformation """ self._user_info = user_info def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -162,29 +173,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Notary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Notary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_host.py b/docusign_esign/models/notary_host.py index d5255025..2d9c1fd9 100644 --- a/docusign_esign/models/notary_host.py +++ b/docusign_esign/models/notary_host.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,236 +11,370 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryHost(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, host_recipient_id=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - NotaryHost - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'host_recipient_id': 'str', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'host_recipient_id': 'hostRecipientId', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._host_recipient_id = host_recipient_id - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'host_recipient_id': 'str', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'host_recipient_id': 'hostRecipientId', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, host_recipient_id=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """NotaryHost - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._fax_number = None + self._fax_number_metadata = None + self._host_recipient_id = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if host_recipient_id is not None: + self.host_recipient_id = host_recipient_id + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this NotaryHost. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this NotaryHost. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this NotaryHost. + :return: The access_code of this NotaryHost. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this NotaryHost. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this NotaryHost. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this NotaryHost. + :param access_code: The access_code of this NotaryHost. # noqa: E501 :type: str """ @@ -248,20 +382,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this NotaryHost. + """Gets the access_code_metadata of this NotaryHost. # noqa: E501 - :return: The access_code_metadata of this NotaryHost. + + :return: The access_code_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this NotaryHost. + """Sets the access_code_metadata of this NotaryHost. - :param access_code_metadata: The access_code_metadata of this NotaryHost. + + :param access_code_metadata: The access_code_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -269,22 +403,22 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this NotaryHost. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this NotaryHost. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this NotaryHost. + :return: The add_access_code_to_email of this NotaryHost. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this NotaryHost. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this NotaryHost. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this NotaryHost. + :param add_access_code_to_email: The add_access_code_to_email of this NotaryHost. # noqa: E501 :type: str """ @@ -292,22 +426,22 @@ def add_access_code_to_email(self, add_access_code_to_email): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this NotaryHost. - + """Gets the allow_system_override_for_locked_recipient of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this NotaryHost. + :return: The allow_system_override_for_locked_recipient of this NotaryHost. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this NotaryHost. - + """Sets the allow_system_override_for_locked_recipient of this NotaryHost. - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this NotaryHost. + # noqa: E501 + + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this NotaryHost. # noqa: E501 :type: str """ @@ -315,22 +449,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this NotaryHost. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this NotaryHost. # noqa: E501 - :return: The client_user_id of this NotaryHost. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this NotaryHost. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this NotaryHost. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this NotaryHost. + :param client_user_id: The client_user_id of this NotaryHost. # noqa: E501 :type: str """ @@ -338,22 +472,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this NotaryHost. - + """Gets the completed_count of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this NotaryHost. + :return: The completed_count of this NotaryHost. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this NotaryHost. - + """Sets the completed_count of this NotaryHost. - :param completed_count: The completed_count of this NotaryHost. + # noqa: E501 + + :param completed_count: The completed_count of this NotaryHost. # noqa: E501 :type: str """ @@ -361,22 +495,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this NotaryHost. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this NotaryHost. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this NotaryHost. + :return: The custom_fields of this NotaryHost. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this NotaryHost. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this NotaryHost. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this NotaryHost. + :param custom_fields: The custom_fields of this NotaryHost. # noqa: E501 :type: list[str] """ @@ -384,22 +518,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this NotaryHost. - The date and time the recipient declined the document. + """Gets the declined_date_time of this NotaryHost. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 - :return: The declined_date_time of this NotaryHost. + :return: The declined_date_time of this NotaryHost. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this NotaryHost. - The date and time the recipient declined the document. + """Sets the declined_date_time of this NotaryHost. - :param declined_date_time: The declined_date_time of this NotaryHost. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this NotaryHost. # noqa: E501 :type: str """ @@ -407,22 +541,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this NotaryHost. - The reason the recipient declined the document. + """Gets the declined_reason of this NotaryHost. # noqa: E501 - :return: The declined_reason of this NotaryHost. + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this NotaryHost. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this NotaryHost. - The reason the recipient declined the document. + """Sets the declined_reason of this NotaryHost. + + The reason the recipient declined the document. # noqa: E501 - :param declined_reason: The declined_reason of this NotaryHost. + :param declined_reason: The declined_reason of this NotaryHost. # noqa: E501 :type: str """ @@ -430,22 +564,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this NotaryHost. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this NotaryHost. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this NotaryHost. + :return: The delivered_date_time of this NotaryHost. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this NotaryHost. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this NotaryHost. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this NotaryHost. + :param delivered_date_time: The delivered_date_time of this NotaryHost. # noqa: E501 :type: str """ @@ -453,22 +587,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this NotaryHost. - Reserved: For DocuSign use only. + """Gets the delivery_method of this NotaryHost. # noqa: E501 - :return: The delivery_method of this NotaryHost. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this NotaryHost. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this NotaryHost. - Reserved: For DocuSign use only. + """Sets the delivery_method of this NotaryHost. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this NotaryHost. + :param delivery_method: The delivery_method of this NotaryHost. # noqa: E501 :type: str """ @@ -476,20 +610,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this NotaryHost. + """Gets the delivery_method_metadata of this NotaryHost. # noqa: E501 + - :return: The delivery_method_metadata of this NotaryHost. + :return: The delivery_method_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this NotaryHost. + """Sets the delivery_method_metadata of this NotaryHost. - :param delivery_method_metadata: The delivery_method_metadata of this NotaryHost. + + :param delivery_method_metadata: The delivery_method_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -497,22 +631,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this NotaryHost. - + """Gets the designator_id of this NotaryHost. # noqa: E501 - :return: The designator_id of this NotaryHost. + # noqa: E501 + + :return: The designator_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this NotaryHost. - + """Sets the designator_id of this NotaryHost. + + # noqa: E501 - :param designator_id: The designator_id of this NotaryHost. + :param designator_id: The designator_id of this NotaryHost. # noqa: E501 :type: str """ @@ -520,22 +654,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this NotaryHost. - + """Gets the designator_id_guid of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this NotaryHost. + :return: The designator_id_guid of this NotaryHost. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this NotaryHost. - + """Sets the designator_id_guid of this NotaryHost. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this NotaryHost. + :param designator_id_guid: The designator_id_guid of this NotaryHost. # noqa: E501 :type: str """ @@ -543,22 +677,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this NotaryHost. - + """Gets the document_visibility of this NotaryHost. # noqa: E501 - :return: The document_visibility of this NotaryHost. + # noqa: E501 + + :return: The document_visibility of this NotaryHost. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this NotaryHost. - + """Sets the document_visibility of this NotaryHost. - :param document_visibility: The document_visibility of this NotaryHost. + # noqa: E501 + + :param document_visibility: The document_visibility of this NotaryHost. # noqa: E501 :type: list[DocumentVisibility] """ @@ -566,22 +700,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this NotaryHost. - + """Gets the email of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The email of this NotaryHost. + :return: The email of this NotaryHost. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this NotaryHost. - + """Sets the email of this NotaryHost. + + # noqa: E501 - :param email: The email of this NotaryHost. + :param email: The email of this NotaryHost. # noqa: E501 :type: str """ @@ -589,20 +723,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this NotaryHost. + """Gets the email_metadata of this NotaryHost. # noqa: E501 - :return: The email_metadata of this NotaryHost. + + :return: The email_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this NotaryHost. + """Sets the email_metadata of this NotaryHost. + - :param email_metadata: The email_metadata of this NotaryHost. + :param email_metadata: The email_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -610,20 +744,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this NotaryHost. + """Gets the email_notification of this NotaryHost. # noqa: E501 + - :return: The email_notification of this NotaryHost. + :return: The email_notification of this NotaryHost. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this NotaryHost. + """Sets the email_notification of this NotaryHost. + - :param email_notification: The email_notification of this NotaryHost. + :param email_notification: The email_notification of this NotaryHost. # noqa: E501 :type: RecipientEmailNotification """ @@ -631,22 +765,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this NotaryHost. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this NotaryHost. # noqa: E501 - :return: The embedded_recipient_start_url of this NotaryHost. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this NotaryHost. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this NotaryHost. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this NotaryHost. - :param embedded_recipient_start_url: The embedded_recipient_start_url of this NotaryHost. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :param embedded_recipient_start_url: The embedded_recipient_start_url of this NotaryHost. # noqa: E501 :type: str """ @@ -654,20 +788,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this NotaryHost. + """Gets the error_details of this NotaryHost. # noqa: E501 + - :return: The error_details of this NotaryHost. + :return: The error_details of this NotaryHost. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this NotaryHost. + """Sets the error_details of this NotaryHost. + - :param error_details: The error_details of this NotaryHost. + :param error_details: The error_details of this NotaryHost. # noqa: E501 :type: ErrorDetails """ @@ -675,22 +809,22 @@ def error_details(self, error_details): @property def fax_number(self): - """ - Gets the fax_number of this NotaryHost. - Reserved: + """Gets the fax_number of this NotaryHost. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this NotaryHost. + :return: The fax_number of this NotaryHost. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this NotaryHost. - Reserved: + """Sets the fax_number of this NotaryHost. - :param fax_number: The fax_number of this NotaryHost. + Reserved: # noqa: E501 + + :param fax_number: The fax_number of this NotaryHost. # noqa: E501 :type: str """ @@ -698,20 +832,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this NotaryHost. + """Gets the fax_number_metadata of this NotaryHost. # noqa: E501 + - :return: The fax_number_metadata of this NotaryHost. + :return: The fax_number_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this NotaryHost. + """Sets the fax_number_metadata of this NotaryHost. + - :param fax_number_metadata: The fax_number_metadata of this NotaryHost. + :param fax_number_metadata: The fax_number_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -719,22 +853,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def host_recipient_id(self): - """ - Gets the host_recipient_id of this NotaryHost. - + """Gets the host_recipient_id of this NotaryHost. # noqa: E501 - :return: The host_recipient_id of this NotaryHost. + # noqa: E501 + + :return: The host_recipient_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._host_recipient_id @host_recipient_id.setter def host_recipient_id(self, host_recipient_id): - """ - Sets the host_recipient_id of this NotaryHost. - + """Sets the host_recipient_id of this NotaryHost. - :param host_recipient_id: The host_recipient_id of this NotaryHost. + # noqa: E501 + + :param host_recipient_id: The host_recipient_id of this NotaryHost. # noqa: E501 :type: str """ @@ -742,22 +876,22 @@ def host_recipient_id(self, host_recipient_id): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this NotaryHost. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this NotaryHost. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this NotaryHost. + :return: The id_check_configuration_name of this NotaryHost. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this NotaryHost. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this NotaryHost. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this NotaryHost. + :param id_check_configuration_name: The id_check_configuration_name of this NotaryHost. # noqa: E501 :type: str """ @@ -765,20 +899,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this NotaryHost. + """Gets the id_check_configuration_name_metadata of this NotaryHost. # noqa: E501 + - :return: The id_check_configuration_name_metadata of this NotaryHost. + :return: The id_check_configuration_name_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this NotaryHost. + """Sets the id_check_configuration_name_metadata of this NotaryHost. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this NotaryHost. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -786,43 +920,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this NotaryHost. + """Gets the id_check_information_input of this NotaryHost. # noqa: E501 - :return: The id_check_information_input of this NotaryHost. + + :return: The id_check_information_input of this NotaryHost. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this NotaryHost. + """Sets the id_check_information_input of this NotaryHost. + - :param id_check_information_input: The id_check_information_input of this NotaryHost. + :param id_check_information_input: The id_check_information_input of this NotaryHost. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this NotaryHost. # noqa: E501 + + + :return: The identity_verification of this NotaryHost. # noqa: E501 + :rtype: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this NotaryHost. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this NotaryHost. + + + :param identity_verification: The identity_verification of this NotaryHost. # noqa: E501 + :type: RecipientIdentityVerification + """ + + self._identity_verification = identity_verification - :return: The inherit_email_notification_configuration of this NotaryHost. + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this NotaryHost. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this NotaryHost. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this NotaryHost. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this NotaryHost. - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this NotaryHost. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this NotaryHost. # noqa: E501 :type: str """ @@ -830,22 +985,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this NotaryHost. - + """Gets the locked_recipient_phone_auth_editable of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this NotaryHost. + :return: The locked_recipient_phone_auth_editable of this NotaryHost. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this NotaryHost. - + """Sets the locked_recipient_phone_auth_editable of this NotaryHost. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this NotaryHost. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this NotaryHost. # noqa: E501 :type: str """ @@ -853,22 +1008,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this NotaryHost. - + """Gets the locked_recipient_sms_editable of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this NotaryHost. + :return: The locked_recipient_sms_editable of this NotaryHost. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this NotaryHost. - + """Sets the locked_recipient_sms_editable of this NotaryHost. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this NotaryHost. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this NotaryHost. # noqa: E501 :type: str """ @@ -876,22 +1031,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this NotaryHost. - + """Gets the name of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The name of this NotaryHost. + :return: The name of this NotaryHost. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this NotaryHost. - + """Sets the name of this NotaryHost. + + # noqa: E501 - :param name: The name of this NotaryHost. + :param name: The name of this NotaryHost. # noqa: E501 :type: str """ @@ -899,20 +1054,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this NotaryHost. + """Gets the name_metadata of this NotaryHost. # noqa: E501 - :return: The name_metadata of this NotaryHost. + + :return: The name_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this NotaryHost. + """Sets the name_metadata of this NotaryHost. - :param name_metadata: The name_metadata of this NotaryHost. + + :param name_metadata: The name_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -920,22 +1075,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this NotaryHost. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this NotaryHost. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this NotaryHost. + :return: The note of this NotaryHost. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this NotaryHost. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this NotaryHost. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this NotaryHost. + :param note: The note of this NotaryHost. # noqa: E501 :type: str """ @@ -943,20 +1098,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this NotaryHost. + """Gets the note_metadata of this NotaryHost. # noqa: E501 + - :return: The note_metadata of this NotaryHost. + :return: The note_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this NotaryHost. + """Sets the note_metadata of this NotaryHost. - :param note_metadata: The note_metadata of this NotaryHost. + + :param note_metadata: The note_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -964,20 +1119,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this NotaryHost. + """Gets the phone_authentication of this NotaryHost. # noqa: E501 - :return: The phone_authentication of this NotaryHost. + + :return: The phone_authentication of this NotaryHost. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this NotaryHost. + """Sets the phone_authentication of this NotaryHost. + - :param phone_authentication: The phone_authentication of this NotaryHost. + :param phone_authentication: The phone_authentication of this NotaryHost. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -985,22 +1140,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this NotaryHost. - Reserved: + """Gets the recipient_attachments of this NotaryHost. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this NotaryHost. + :return: The recipient_attachments of this NotaryHost. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this NotaryHost. - Reserved: + """Sets the recipient_attachments of this NotaryHost. - :param recipient_attachments: The recipient_attachments of this NotaryHost. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this NotaryHost. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1008,20 +1163,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this NotaryHost. + """Gets the recipient_authentication_status of this NotaryHost. # noqa: E501 + - :return: The recipient_authentication_status of this NotaryHost. + :return: The recipient_authentication_status of this NotaryHost. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this NotaryHost. + """Sets the recipient_authentication_status of this NotaryHost. + - :param recipient_authentication_status: The recipient_authentication_status of this NotaryHost. + :param recipient_authentication_status: The recipient_authentication_status of this NotaryHost. # noqa: E501 :type: AuthenticationStatus """ @@ -1029,22 +1184,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this NotaryHost. - + """Gets the recipient_feature_metadata of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The recipient_feature_metadata of this NotaryHost. + :return: The recipient_feature_metadata of this NotaryHost. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this NotaryHost. - + """Sets the recipient_feature_metadata of this NotaryHost. - :param recipient_feature_metadata: The recipient_feature_metadata of this NotaryHost. + # noqa: E501 + + :param recipient_feature_metadata: The recipient_feature_metadata of this NotaryHost. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1052,22 +1207,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this NotaryHost. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this NotaryHost. # noqa: E501 - :return: The recipient_id of this NotaryHost. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this NotaryHost. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this NotaryHost. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this NotaryHost. + :param recipient_id: The recipient_id of this NotaryHost. # noqa: E501 :type: str """ @@ -1075,22 +1230,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this NotaryHost. - + """Gets the recipient_id_guid of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this NotaryHost. + :return: The recipient_id_guid of this NotaryHost. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this NotaryHost. - + """Sets the recipient_id_guid of this NotaryHost. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this NotaryHost. + :param recipient_id_guid: The recipient_id_guid of this NotaryHost. # noqa: E501 :type: str """ @@ -1098,22 +1253,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_type(self): - """ - Gets the recipient_type of this NotaryHost. - + """Gets the recipient_type of this NotaryHost. # noqa: E501 - :return: The recipient_type of this NotaryHost. + # noqa: E501 + + :return: The recipient_type of this NotaryHost. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this NotaryHost. - + """Sets the recipient_type of this NotaryHost. + + # noqa: E501 - :param recipient_type: The recipient_type of this NotaryHost. + :param recipient_type: The recipient_type of this NotaryHost. # noqa: E501 :type: str """ @@ -1121,20 +1276,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this NotaryHost. + """Gets the recipient_type_metadata of this NotaryHost. # noqa: E501 + - :return: The recipient_type_metadata of this NotaryHost. + :return: The recipient_type_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this NotaryHost. + """Sets the recipient_type_metadata of this NotaryHost. - :param recipient_type_metadata: The recipient_type_metadata of this NotaryHost. + + :param recipient_type_metadata: The recipient_type_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -1142,22 +1297,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this NotaryHost. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this NotaryHost. # noqa: E501 - :return: The require_id_lookup of this NotaryHost. + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :return: The require_id_lookup of this NotaryHost. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this NotaryHost. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this NotaryHost. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this NotaryHost. + :param require_id_lookup: The require_id_lookup of this NotaryHost. # noqa: E501 :type: str """ @@ -1165,20 +1320,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this NotaryHost. + """Gets the require_id_lookup_metadata of this NotaryHost. # noqa: E501 + - :return: The require_id_lookup_metadata of this NotaryHost. + :return: The require_id_lookup_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this NotaryHost. + """Sets the require_id_lookup_metadata of this NotaryHost. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this NotaryHost. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -1186,22 +1341,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this NotaryHost. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this NotaryHost. # noqa: E501 - :return: The role_name of this NotaryHost. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this NotaryHost. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this NotaryHost. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this NotaryHost. - :param role_name: The role_name of this NotaryHost. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this NotaryHost. # noqa: E501 :type: str """ @@ -1209,22 +1364,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this NotaryHost. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this NotaryHost. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this NotaryHost. + :return: The routing_order of this NotaryHost. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this NotaryHost. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this NotaryHost. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this NotaryHost. + :param routing_order: The routing_order of this NotaryHost. # noqa: E501 :type: str """ @@ -1232,20 +1387,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this NotaryHost. + """Gets the routing_order_metadata of this NotaryHost. # noqa: E501 - :return: The routing_order_metadata of this NotaryHost. + + :return: The routing_order_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this NotaryHost. + """Sets the routing_order_metadata of this NotaryHost. + - :param routing_order_metadata: The routing_order_metadata of this NotaryHost. + :param routing_order_metadata: The routing_order_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -1253,22 +1408,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this NotaryHost. - The date and time the envelope was sent. + """Gets the sent_date_time of this NotaryHost. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this NotaryHost. + :return: The sent_date_time of this NotaryHost. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this NotaryHost. - The date and time the envelope was sent. + """Sets the sent_date_time of this NotaryHost. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this NotaryHost. + :param sent_date_time: The sent_date_time of this NotaryHost. # noqa: E501 :type: str """ @@ -1276,22 +1431,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this NotaryHost. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this NotaryHost. # noqa: E501 - :return: The signed_date_time of this NotaryHost. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The signed_date_time of this NotaryHost. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this NotaryHost. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this NotaryHost. - :param signed_date_time: The signed_date_time of this NotaryHost. + Reserved: For DocuSign use only. # noqa: E501 + + :param signed_date_time: The signed_date_time of this NotaryHost. # noqa: E501 :type: str """ @@ -1299,22 +1454,22 @@ def signed_date_time(self, signed_date_time): @property def signing_group_id(self): - """ - Gets the signing_group_id of this NotaryHost. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this NotaryHost. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :return: The signing_group_id of this NotaryHost. + :return: The signing_group_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this NotaryHost. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this NotaryHost. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this NotaryHost. + :param signing_group_id: The signing_group_id of this NotaryHost. # noqa: E501 :type: str """ @@ -1322,20 +1477,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this NotaryHost. + """Gets the signing_group_id_metadata of this NotaryHost. # noqa: E501 + - :return: The signing_group_id_metadata of this NotaryHost. + :return: The signing_group_id_metadata of this NotaryHost. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this NotaryHost. + """Sets the signing_group_id_metadata of this NotaryHost. - :param signing_group_id_metadata: The signing_group_id_metadata of this NotaryHost. + + :param signing_group_id_metadata: The signing_group_id_metadata of this NotaryHost. # noqa: E501 :type: PropertyMetadata """ @@ -1343,22 +1498,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this NotaryHost. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this NotaryHost. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this NotaryHost. + :return: The signing_group_name of this NotaryHost. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this NotaryHost. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this NotaryHost. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this NotaryHost. + :param signing_group_name: The signing_group_name of this NotaryHost. # noqa: E501 :type: str """ @@ -1366,22 +1521,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this NotaryHost. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this NotaryHost. # noqa: E501 - :return: The signing_group_users of this NotaryHost. + A complex type that contains information about users in the signing group. # noqa: E501 + + :return: The signing_group_users of this NotaryHost. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this NotaryHost. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this NotaryHost. - :param signing_group_users: The signing_group_users of this NotaryHost. + A complex type that contains information about users in the signing group. # noqa: E501 + + :param signing_group_users: The signing_group_users of this NotaryHost. # noqa: E501 :type: list[UserInfo] """ @@ -1389,20 +1544,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this NotaryHost. + """Gets the sms_authentication of this NotaryHost. # noqa: E501 + - :return: The sms_authentication of this NotaryHost. + :return: The sms_authentication of this NotaryHost. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this NotaryHost. + """Sets the sms_authentication of this NotaryHost. + - :param sms_authentication: The sms_authentication of this NotaryHost. + :param sms_authentication: The sms_authentication of this NotaryHost. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1410,22 +1565,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this NotaryHost. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this NotaryHost. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this NotaryHost. + :return: The social_authentications of this NotaryHost. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this NotaryHost. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this NotaryHost. - :param social_authentications: The social_authentications of this NotaryHost. + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :param social_authentications: The social_authentications of this NotaryHost. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1433,22 +1588,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this NotaryHost. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this NotaryHost. # noqa: E501 - :return: The status of this NotaryHost. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this NotaryHost. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this NotaryHost. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this NotaryHost. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this NotaryHost. + :param status: The status of this NotaryHost. # noqa: E501 :type: str """ @@ -1456,22 +1611,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this NotaryHost. - + """Gets the status_code of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The status_code of this NotaryHost. + :return: The status_code of this NotaryHost. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this NotaryHost. - + """Sets the status_code of this NotaryHost. - :param status_code: The status_code of this NotaryHost. + # noqa: E501 + + :param status_code: The status_code of this NotaryHost. # noqa: E501 :type: str """ @@ -1479,22 +1634,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this NotaryHost. - + """Gets the suppress_emails of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this NotaryHost. + :return: The suppress_emails of this NotaryHost. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this NotaryHost. - + """Sets the suppress_emails of this NotaryHost. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this NotaryHost. + :param suppress_emails: The suppress_emails of this NotaryHost. # noqa: E501 :type: str """ @@ -1502,20 +1657,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this NotaryHost. + """Gets the tabs of this NotaryHost. # noqa: E501 + - :return: The tabs of this NotaryHost. + :return: The tabs of this NotaryHost. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this NotaryHost. + """Sets the tabs of this NotaryHost. - :param tabs: The tabs of this NotaryHost. + + :param tabs: The tabs of this NotaryHost. # noqa: E501 :type: Tabs """ @@ -1523,22 +1678,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this NotaryHost. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this NotaryHost. # noqa: E501 - :return: The template_locked of this NotaryHost. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this NotaryHost. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this NotaryHost. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this NotaryHost. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this NotaryHost. + :param template_locked: The template_locked of this NotaryHost. # noqa: E501 :type: str """ @@ -1546,22 +1701,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this NotaryHost. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this NotaryHost. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this NotaryHost. + :return: The template_required of this NotaryHost. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this NotaryHost. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this NotaryHost. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this NotaryHost. + :param template_required: The template_required of this NotaryHost. # noqa: E501 :type: str """ @@ -1569,22 +1724,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this NotaryHost. - + """Gets the total_tab_count of this NotaryHost. # noqa: E501 - :return: The total_tab_count of this NotaryHost. + # noqa: E501 + + :return: The total_tab_count of this NotaryHost. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this NotaryHost. - + """Sets the total_tab_count of this NotaryHost. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this NotaryHost. + :param total_tab_count: The total_tab_count of this NotaryHost. # noqa: E501 :type: str """ @@ -1592,34 +1747,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this NotaryHost. - + """Gets the user_id of this NotaryHost. # noqa: E501 + + # noqa: E501 - :return: The user_id of this NotaryHost. + :return: The user_id of this NotaryHost. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this NotaryHost. - + """Sets the user_id of this NotaryHost. - :param user_id: The user_id of this NotaryHost. + # noqa: E501 + + :param user_id: The user_id of this NotaryHost. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1636,29 +1789,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryHost, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryHost): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_journal.py b/docusign_esign/models/notary_journal.py index 32818be8..44ef2d51 100644 --- a/docusign_esign/models/notary_journal.py +++ b/docusign_esign/models/notary_journal.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJournal(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created_date=None, document_name=None, jurisdiction=None, notary_journal_id=None, notary_journal_meta_data=None, signer_name=None): - """ - NotaryJournal - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created_date': 'str', - 'document_name': 'str', - 'jurisdiction': 'Jurisdiction', - 'notary_journal_id': 'str', - 'notary_journal_meta_data': 'NotaryJournalMetaData', - 'signer_name': 'str' - } - - self.attribute_map = { - 'created_date': 'createdDate', - 'document_name': 'documentName', - 'jurisdiction': 'jurisdiction', - 'notary_journal_id': 'notaryJournalId', - 'notary_journal_meta_data': 'notaryJournalMetaData', - 'signer_name': 'signerName' - } - - self._created_date = created_date - self._document_name = document_name - self._jurisdiction = jurisdiction - self._notary_journal_id = notary_journal_id - self._notary_journal_meta_data = notary_journal_meta_data - self._signer_name = signer_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created_date': 'str', + 'document_name': 'str', + 'jurisdiction': 'Jurisdiction', + 'notary_journal_id': 'str', + 'notary_journal_meta_data': 'NotaryJournalMetaData', + 'signer_name': 'str' + } + + attribute_map = { + 'created_date': 'createdDate', + 'document_name': 'documentName', + 'jurisdiction': 'jurisdiction', + 'notary_journal_id': 'notaryJournalId', + 'notary_journal_meta_data': 'notaryJournalMetaData', + 'signer_name': 'signerName' + } + + def __init__(self, created_date=None, document_name=None, jurisdiction=None, notary_journal_id=None, notary_journal_meta_data=None, signer_name=None): # noqa: E501 + """NotaryJournal - a model defined in Swagger""" # noqa: E501 + + self._created_date = None + self._document_name = None + self._jurisdiction = None + self._notary_journal_id = None + self._notary_journal_meta_data = None + self._signer_name = None + self.discriminator = None + + if created_date is not None: + self.created_date = created_date + if document_name is not None: + self.document_name = document_name + if jurisdiction is not None: + self.jurisdiction = jurisdiction + if notary_journal_id is not None: + self.notary_journal_id = notary_journal_id + if notary_journal_meta_data is not None: + self.notary_journal_meta_data = notary_journal_meta_data + if signer_name is not None: + self.signer_name = signer_name @property def created_date(self): - """ - Gets the created_date of this NotaryJournal. - + """Gets the created_date of this NotaryJournal. # noqa: E501 + + # noqa: E501 - :return: The created_date of this NotaryJournal. + :return: The created_date of this NotaryJournal. # noqa: E501 :rtype: str """ return self._created_date @created_date.setter def created_date(self, created_date): - """ - Sets the created_date of this NotaryJournal. - + """Sets the created_date of this NotaryJournal. + + # noqa: E501 - :param created_date: The created_date of this NotaryJournal. + :param created_date: The created_date of this NotaryJournal. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def created_date(self, created_date): @property def document_name(self): - """ - Gets the document_name of this NotaryJournal. - + """Gets the document_name of this NotaryJournal. # noqa: E501 - :return: The document_name of this NotaryJournal. + # noqa: E501 + + :return: The document_name of this NotaryJournal. # noqa: E501 :rtype: str """ return self._document_name @document_name.setter def document_name(self, document_name): - """ - Sets the document_name of this NotaryJournal. - + """Sets the document_name of this NotaryJournal. + + # noqa: E501 - :param document_name: The document_name of this NotaryJournal. + :param document_name: The document_name of this NotaryJournal. # noqa: E501 :type: str """ @@ -103,20 +120,20 @@ def document_name(self, document_name): @property def jurisdiction(self): - """ - Gets the jurisdiction of this NotaryJournal. + """Gets the jurisdiction of this NotaryJournal. # noqa: E501 + - :return: The jurisdiction of this NotaryJournal. + :return: The jurisdiction of this NotaryJournal. # noqa: E501 :rtype: Jurisdiction """ return self._jurisdiction @jurisdiction.setter def jurisdiction(self, jurisdiction): - """ - Sets the jurisdiction of this NotaryJournal. + """Sets the jurisdiction of this NotaryJournal. - :param jurisdiction: The jurisdiction of this NotaryJournal. + + :param jurisdiction: The jurisdiction of this NotaryJournal. # noqa: E501 :type: Jurisdiction """ @@ -124,22 +141,22 @@ def jurisdiction(self, jurisdiction): @property def notary_journal_id(self): - """ - Gets the notary_journal_id of this NotaryJournal. - + """Gets the notary_journal_id of this NotaryJournal. # noqa: E501 + + # noqa: E501 - :return: The notary_journal_id of this NotaryJournal. + :return: The notary_journal_id of this NotaryJournal. # noqa: E501 :rtype: str """ return self._notary_journal_id @notary_journal_id.setter def notary_journal_id(self, notary_journal_id): - """ - Sets the notary_journal_id of this NotaryJournal. - + """Sets the notary_journal_id of this NotaryJournal. + + # noqa: E501 - :param notary_journal_id: The notary_journal_id of this NotaryJournal. + :param notary_journal_id: The notary_journal_id of this NotaryJournal. # noqa: E501 :type: str """ @@ -147,20 +164,20 @@ def notary_journal_id(self, notary_journal_id): @property def notary_journal_meta_data(self): - """ - Gets the notary_journal_meta_data of this NotaryJournal. + """Gets the notary_journal_meta_data of this NotaryJournal. # noqa: E501 - :return: The notary_journal_meta_data of this NotaryJournal. + + :return: The notary_journal_meta_data of this NotaryJournal. # noqa: E501 :rtype: NotaryJournalMetaData """ return self._notary_journal_meta_data @notary_journal_meta_data.setter def notary_journal_meta_data(self, notary_journal_meta_data): - """ - Sets the notary_journal_meta_data of this NotaryJournal. + """Sets the notary_journal_meta_data of this NotaryJournal. + - :param notary_journal_meta_data: The notary_journal_meta_data of this NotaryJournal. + :param notary_journal_meta_data: The notary_journal_meta_data of this NotaryJournal. # noqa: E501 :type: NotaryJournalMetaData """ @@ -168,34 +185,32 @@ def notary_journal_meta_data(self, notary_journal_meta_data): @property def signer_name(self): - """ - Gets the signer_name of this NotaryJournal. - + """Gets the signer_name of this NotaryJournal. # noqa: E501 + + # noqa: E501 - :return: The signer_name of this NotaryJournal. + :return: The signer_name of this NotaryJournal. # noqa: E501 :rtype: str """ return self._signer_name @signer_name.setter def signer_name(self, signer_name): - """ - Sets the signer_name of this NotaryJournal. - + """Sets the signer_name of this NotaryJournal. - :param signer_name: The signer_name of this NotaryJournal. + # noqa: E501 + + :param signer_name: The signer_name of this NotaryJournal. # noqa: E501 :type: str """ self._signer_name = signer_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -212,29 +227,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJournal, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJournal): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_journal_credible_witness.py b/docusign_esign/models/notary_journal_credible_witness.py index 80a570d1..b1410841 100644 --- a/docusign_esign/models/notary_journal_credible_witness.py +++ b/docusign_esign/models/notary_journal_credible_witness.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJournalCredibleWitness(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address=None, name=None, signature_image=None): - """ - NotaryJournalCredibleWitness - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address': 'str', - 'name': 'str', - 'signature_image': 'str' - } - - self.attribute_map = { - 'address': 'address', - 'name': 'name', - 'signature_image': 'signatureImage' - } - - self._address = address - self._name = name - self._signature_image = signature_image + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address': 'str', + 'name': 'str', + 'signature_image': 'str' + } + + attribute_map = { + 'address': 'address', + 'name': 'name', + 'signature_image': 'signatureImage' + } + + def __init__(self, address=None, name=None, signature_image=None): # noqa: E501 + """NotaryJournalCredibleWitness - a model defined in Swagger""" # noqa: E501 + + self._address = None + self._name = None + self._signature_image = None + self.discriminator = None + + if address is not None: + self.address = address + if name is not None: + self.name = name + if signature_image is not None: + self.signature_image = signature_image @property def address(self): - """ - Gets the address of this NotaryJournalCredibleWitness. - + """Gets the address of this NotaryJournalCredibleWitness. # noqa: E501 + + # noqa: E501 - :return: The address of this NotaryJournalCredibleWitness. + :return: The address of this NotaryJournalCredibleWitness. # noqa: E501 :rtype: str """ return self._address @address.setter def address(self, address): - """ - Sets the address of this NotaryJournalCredibleWitness. - + """Sets the address of this NotaryJournalCredibleWitness. + + # noqa: E501 - :param address: The address of this NotaryJournalCredibleWitness. + :param address: The address of this NotaryJournalCredibleWitness. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def address(self, address): @property def name(self): - """ - Gets the name of this NotaryJournalCredibleWitness. - + """Gets the name of this NotaryJournalCredibleWitness. # noqa: E501 + + # noqa: E501 - :return: The name of this NotaryJournalCredibleWitness. + :return: The name of this NotaryJournalCredibleWitness. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this NotaryJournalCredibleWitness. - + """Sets the name of this NotaryJournalCredibleWitness. + + # noqa: E501 - :param name: The name of this NotaryJournalCredibleWitness. + :param name: The name of this NotaryJournalCredibleWitness. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def name(self, name): @property def signature_image(self): - """ - Gets the signature_image of this NotaryJournalCredibleWitness. - + """Gets the signature_image of this NotaryJournalCredibleWitness. # noqa: E501 - :return: The signature_image of this NotaryJournalCredibleWitness. + # noqa: E501 + + :return: The signature_image of this NotaryJournalCredibleWitness. # noqa: E501 :rtype: str """ return self._signature_image @signature_image.setter def signature_image(self, signature_image): - """ - Sets the signature_image of this NotaryJournalCredibleWitness. - + """Sets the signature_image of this NotaryJournalCredibleWitness. - :param signature_image: The signature_image of this NotaryJournalCredibleWitness. + # noqa: E501 + + :param signature_image: The signature_image of this NotaryJournalCredibleWitness. # noqa: E501 :type: str """ self._signature_image = signature_image def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJournalCredibleWitness, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJournalCredibleWitness): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_journal_list.py b/docusign_esign/models/notary_journal_list.py index ac279e13..44517f8c 100644 --- a/docusign_esign/models/notary_journal_list.py +++ b/docusign_esign/models/notary_journal_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJournalList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, notary_journals=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - NotaryJournalList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'next_uri': 'str', - 'notary_journals': 'list[NotaryJournal]', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'notary_journals': 'notaryJournals', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._next_uri = next_uri - self._notary_journals = notary_journals - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'next_uri': 'str', + 'notary_journals': 'list[NotaryJournal]', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'notary_journals': 'notaryJournals', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, next_uri=None, notary_journals=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """NotaryJournalList - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._notary_journals = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if notary_journals is not None: + self.notary_journals = notary_journals + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this NotaryJournalList. - The last position in the result set. + """Gets the end_position of this NotaryJournalList. # noqa: E501 - :return: The end_position of this NotaryJournalList. + The last position in the result set. # noqa: E501 + + :return: The end_position of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this NotaryJournalList. - The last position in the result set. + """Sets the end_position of this NotaryJournalList. - :param end_position: The end_position of this NotaryJournalList. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this NotaryJournalList. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this NotaryJournalList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this NotaryJournalList. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this NotaryJournalList. + :return: The next_uri of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this NotaryJournalList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this NotaryJournalList. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this NotaryJournalList. + :param next_uri: The next_uri of this NotaryJournalList. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def notary_journals(self): - """ - Gets the notary_journals of this NotaryJournalList. - + """Gets the notary_journals of this NotaryJournalList. # noqa: E501 - :return: The notary_journals of this NotaryJournalList. + # noqa: E501 + + :return: The notary_journals of this NotaryJournalList. # noqa: E501 :rtype: list[NotaryJournal] """ return self._notary_journals @notary_journals.setter def notary_journals(self, notary_journals): - """ - Sets the notary_journals of this NotaryJournalList. - + """Sets the notary_journals of this NotaryJournalList. + + # noqa: E501 - :param notary_journals: The notary_journals of this NotaryJournalList. + :param notary_journals: The notary_journals of this NotaryJournalList. # noqa: E501 :type: list[NotaryJournal] """ @@ -129,22 +148,22 @@ def notary_journals(self, notary_journals): @property def previous_uri(self): - """ - Gets the previous_uri of this NotaryJournalList. - The postal code for the billing address. + """Gets the previous_uri of this NotaryJournalList. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this NotaryJournalList. + :return: The previous_uri of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this NotaryJournalList. - The postal code for the billing address. + """Sets the previous_uri of this NotaryJournalList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this NotaryJournalList. + :param previous_uri: The previous_uri of this NotaryJournalList. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this NotaryJournalList. - The number of results returned in this response. + """Gets the result_set_size of this NotaryJournalList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this NotaryJournalList. + :return: The result_set_size of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this NotaryJournalList. - The number of results returned in this response. + """Sets the result_set_size of this NotaryJournalList. - :param result_set_size: The result_set_size of this NotaryJournalList. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this NotaryJournalList. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this NotaryJournalList. - Starting position of the current result set. + """Gets the start_position of this NotaryJournalList. # noqa: E501 - :return: The start_position of this NotaryJournalList. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this NotaryJournalList. - Starting position of the current result set. + """Sets the start_position of this NotaryJournalList. - :param start_position: The start_position of this NotaryJournalList. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this NotaryJournalList. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this NotaryJournalList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this NotaryJournalList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this NotaryJournalList. + :return: The total_set_size of this NotaryJournalList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this NotaryJournalList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this NotaryJournalList. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this NotaryJournalList. + :param total_set_size: The total_set_size of this NotaryJournalList. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJournalList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJournalList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_journal_meta_data.py b/docusign_esign/models/notary_journal_meta_data.py index f3dfc146..f12ee157 100644 --- a/docusign_esign/models/notary_journal_meta_data.py +++ b/docusign_esign/models/notary_journal_meta_data.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJournalMetaData(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, comment=None, credible_witnesses=None, signature_image=None, signer_id_type=None): - """ - NotaryJournalMetaData - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'comment': 'str', - 'credible_witnesses': 'list[NotaryJournalCredibleWitness]', - 'signature_image': 'str', - 'signer_id_type': 'str' - } - - self.attribute_map = { - 'comment': 'comment', - 'credible_witnesses': 'credibleWitnesses', - 'signature_image': 'signatureImage', - 'signer_id_type': 'signerIdType' - } - self._comment = comment - self._credible_witnesses = credible_witnesses - self._signature_image = signature_image - self._signer_id_type = signer_id_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'comment': 'str', + 'credible_witnesses': 'list[NotaryJournalCredibleWitness]', + 'signature_image': 'str', + 'signer_id_type': 'str' + } + + attribute_map = { + 'comment': 'comment', + 'credible_witnesses': 'credibleWitnesses', + 'signature_image': 'signatureImage', + 'signer_id_type': 'signerIdType' + } + + def __init__(self, comment=None, credible_witnesses=None, signature_image=None, signer_id_type=None): # noqa: E501 + """NotaryJournalMetaData - a model defined in Swagger""" # noqa: E501 + + self._comment = None + self._credible_witnesses = None + self._signature_image = None + self._signer_id_type = None + self.discriminator = None + + if comment is not None: + self.comment = comment + if credible_witnesses is not None: + self.credible_witnesses = credible_witnesses + if signature_image is not None: + self.signature_image = signature_image + if signer_id_type is not None: + self.signer_id_type = signer_id_type @property def comment(self): - """ - Gets the comment of this NotaryJournalMetaData. - + """Gets the comment of this NotaryJournalMetaData. # noqa: E501 - :return: The comment of this NotaryJournalMetaData. + # noqa: E501 + + :return: The comment of this NotaryJournalMetaData. # noqa: E501 :rtype: str """ return self._comment @comment.setter def comment(self, comment): - """ - Sets the comment of this NotaryJournalMetaData. - + """Sets the comment of this NotaryJournalMetaData. - :param comment: The comment of this NotaryJournalMetaData. + # noqa: E501 + + :param comment: The comment of this NotaryJournalMetaData. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def comment(self, comment): @property def credible_witnesses(self): - """ - Gets the credible_witnesses of this NotaryJournalMetaData. - + """Gets the credible_witnesses of this NotaryJournalMetaData. # noqa: E501 + + # noqa: E501 - :return: The credible_witnesses of this NotaryJournalMetaData. + :return: The credible_witnesses of this NotaryJournalMetaData. # noqa: E501 :rtype: list[NotaryJournalCredibleWitness] """ return self._credible_witnesses @credible_witnesses.setter def credible_witnesses(self, credible_witnesses): - """ - Sets the credible_witnesses of this NotaryJournalMetaData. - + """Sets the credible_witnesses of this NotaryJournalMetaData. + + # noqa: E501 - :param credible_witnesses: The credible_witnesses of this NotaryJournalMetaData. + :param credible_witnesses: The credible_witnesses of this NotaryJournalMetaData. # noqa: E501 :type: list[NotaryJournalCredibleWitness] """ @@ -97,22 +110,22 @@ def credible_witnesses(self, credible_witnesses): @property def signature_image(self): - """ - Gets the signature_image of this NotaryJournalMetaData. - + """Gets the signature_image of this NotaryJournalMetaData. # noqa: E501 + + # noqa: E501 - :return: The signature_image of this NotaryJournalMetaData. + :return: The signature_image of this NotaryJournalMetaData. # noqa: E501 :rtype: str """ return self._signature_image @signature_image.setter def signature_image(self, signature_image): - """ - Sets the signature_image of this NotaryJournalMetaData. - + """Sets the signature_image of this NotaryJournalMetaData. - :param signature_image: The signature_image of this NotaryJournalMetaData. + # noqa: E501 + + :param signature_image: The signature_image of this NotaryJournalMetaData. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def signature_image(self, signature_image): @property def signer_id_type(self): - """ - Gets the signer_id_type of this NotaryJournalMetaData. - + """Gets the signer_id_type of this NotaryJournalMetaData. # noqa: E501 - :return: The signer_id_type of this NotaryJournalMetaData. + # noqa: E501 + + :return: The signer_id_type of this NotaryJournalMetaData. # noqa: E501 :rtype: str """ return self._signer_id_type @signer_id_type.setter def signer_id_type(self, signer_id_type): - """ - Sets the signer_id_type of this NotaryJournalMetaData. - + """Sets the signer_id_type of this NotaryJournalMetaData. + + # noqa: E501 - :param signer_id_type: The signer_id_type of this NotaryJournalMetaData. + :param signer_id_type: The signer_id_type of this NotaryJournalMetaData. # noqa: E501 :type: str """ self._signer_id_type = signer_id_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJournalMetaData, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJournalMetaData): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_jurisdiction.py b/docusign_esign/models/notary_jurisdiction.py index 2cb72b5d..b28ab727 100644 --- a/docusign_esign/models/notary_jurisdiction.py +++ b/docusign_esign/models/notary_jurisdiction.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJurisdiction(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, commission_expiration=None, commission_id=None, county=None, error_details=None, jurisdiction=None, registered_name=None, seal_type=None): - """ - NotaryJurisdiction - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'commission_expiration': 'str', - 'commission_id': 'str', - 'county': 'str', - 'error_details': 'ErrorDetails', - 'jurisdiction': 'Jurisdiction', - 'registered_name': 'str', - 'seal_type': 'str' - } - - self.attribute_map = { - 'commission_expiration': 'commissionExpiration', - 'commission_id': 'commissionId', - 'county': 'county', - 'error_details': 'errorDetails', - 'jurisdiction': 'jurisdiction', - 'registered_name': 'registeredName', - 'seal_type': 'sealType' - } - - self._commission_expiration = commission_expiration - self._commission_id = commission_id - self._county = county - self._error_details = error_details - self._jurisdiction = jurisdiction - self._registered_name = registered_name - self._seal_type = seal_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'commission_expiration': 'str', + 'commission_id': 'str', + 'county': 'str', + 'error_details': 'ErrorDetails', + 'jurisdiction': 'Jurisdiction', + 'registered_name': 'str', + 'seal_type': 'str' + } + + attribute_map = { + 'commission_expiration': 'commissionExpiration', + 'commission_id': 'commissionId', + 'county': 'county', + 'error_details': 'errorDetails', + 'jurisdiction': 'jurisdiction', + 'registered_name': 'registeredName', + 'seal_type': 'sealType' + } + + def __init__(self, commission_expiration=None, commission_id=None, county=None, error_details=None, jurisdiction=None, registered_name=None, seal_type=None): # noqa: E501 + """NotaryJurisdiction - a model defined in Swagger""" # noqa: E501 + + self._commission_expiration = None + self._commission_id = None + self._county = None + self._error_details = None + self._jurisdiction = None + self._registered_name = None + self._seal_type = None + self.discriminator = None + + if commission_expiration is not None: + self.commission_expiration = commission_expiration + if commission_id is not None: + self.commission_id = commission_id + if county is not None: + self.county = county + if error_details is not None: + self.error_details = error_details + if jurisdiction is not None: + self.jurisdiction = jurisdiction + if registered_name is not None: + self.registered_name = registered_name + if seal_type is not None: + self.seal_type = seal_type @property def commission_expiration(self): - """ - Gets the commission_expiration of this NotaryJurisdiction. - + """Gets the commission_expiration of this NotaryJurisdiction. # noqa: E501 - :return: The commission_expiration of this NotaryJurisdiction. + # noqa: E501 + + :return: The commission_expiration of this NotaryJurisdiction. # noqa: E501 :rtype: str """ return self._commission_expiration @commission_expiration.setter def commission_expiration(self, commission_expiration): - """ - Sets the commission_expiration of this NotaryJurisdiction. - + """Sets the commission_expiration of this NotaryJurisdiction. - :param commission_expiration: The commission_expiration of this NotaryJurisdiction. + # noqa: E501 + + :param commission_expiration: The commission_expiration of this NotaryJurisdiction. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def commission_expiration(self, commission_expiration): @property def commission_id(self): - """ - Gets the commission_id of this NotaryJurisdiction. - + """Gets the commission_id of this NotaryJurisdiction. # noqa: E501 + + # noqa: E501 - :return: The commission_id of this NotaryJurisdiction. + :return: The commission_id of this NotaryJurisdiction. # noqa: E501 :rtype: str """ return self._commission_id @commission_id.setter def commission_id(self, commission_id): - """ - Sets the commission_id of this NotaryJurisdiction. - + """Sets the commission_id of this NotaryJurisdiction. + + # noqa: E501 - :param commission_id: The commission_id of this NotaryJurisdiction. + :param commission_id: The commission_id of this NotaryJurisdiction. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def commission_id(self, commission_id): @property def county(self): - """ - Gets the county of this NotaryJurisdiction. - + """Gets the county of this NotaryJurisdiction. # noqa: E501 - :return: The county of this NotaryJurisdiction. + # noqa: E501 + + :return: The county of this NotaryJurisdiction. # noqa: E501 :rtype: str """ return self._county @county.setter def county(self, county): - """ - Sets the county of this NotaryJurisdiction. - + """Sets the county of this NotaryJurisdiction. + + # noqa: E501 - :param county: The county of this NotaryJurisdiction. + :param county: The county of this NotaryJurisdiction. # noqa: E501 :type: str """ @@ -129,20 +148,20 @@ def county(self, county): @property def error_details(self): - """ - Gets the error_details of this NotaryJurisdiction. + """Gets the error_details of this NotaryJurisdiction. # noqa: E501 + - :return: The error_details of this NotaryJurisdiction. + :return: The error_details of this NotaryJurisdiction. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this NotaryJurisdiction. + """Sets the error_details of this NotaryJurisdiction. + - :param error_details: The error_details of this NotaryJurisdiction. + :param error_details: The error_details of this NotaryJurisdiction. # noqa: E501 :type: ErrorDetails """ @@ -150,20 +169,20 @@ def error_details(self, error_details): @property def jurisdiction(self): - """ - Gets the jurisdiction of this NotaryJurisdiction. + """Gets the jurisdiction of this NotaryJurisdiction. # noqa: E501 + - :return: The jurisdiction of this NotaryJurisdiction. + :return: The jurisdiction of this NotaryJurisdiction. # noqa: E501 :rtype: Jurisdiction """ return self._jurisdiction @jurisdiction.setter def jurisdiction(self, jurisdiction): - """ - Sets the jurisdiction of this NotaryJurisdiction. + """Sets the jurisdiction of this NotaryJurisdiction. - :param jurisdiction: The jurisdiction of this NotaryJurisdiction. + + :param jurisdiction: The jurisdiction of this NotaryJurisdiction. # noqa: E501 :type: Jurisdiction """ @@ -171,22 +190,22 @@ def jurisdiction(self, jurisdiction): @property def registered_name(self): - """ - Gets the registered_name of this NotaryJurisdiction. - + """Gets the registered_name of this NotaryJurisdiction. # noqa: E501 - :return: The registered_name of this NotaryJurisdiction. + # noqa: E501 + + :return: The registered_name of this NotaryJurisdiction. # noqa: E501 :rtype: str """ return self._registered_name @registered_name.setter def registered_name(self, registered_name): - """ - Sets the registered_name of this NotaryJurisdiction. - + """Sets the registered_name of this NotaryJurisdiction. - :param registered_name: The registered_name of this NotaryJurisdiction. + # noqa: E501 + + :param registered_name: The registered_name of this NotaryJurisdiction. # noqa: E501 :type: str """ @@ -194,34 +213,32 @@ def registered_name(self, registered_name): @property def seal_type(self): - """ - Gets the seal_type of this NotaryJurisdiction. - + """Gets the seal_type of this NotaryJurisdiction. # noqa: E501 + + # noqa: E501 - :return: The seal_type of this NotaryJurisdiction. + :return: The seal_type of this NotaryJurisdiction. # noqa: E501 :rtype: str """ return self._seal_type @seal_type.setter def seal_type(self, seal_type): - """ - Sets the seal_type of this NotaryJurisdiction. - + """Sets the seal_type of this NotaryJurisdiction. + + # noqa: E501 - :param seal_type: The seal_type of this NotaryJurisdiction. + :param seal_type: The seal_type of this NotaryJurisdiction. # noqa: E501 :type: str """ self._seal_type = seal_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -238,29 +255,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJurisdiction, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJurisdiction): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_jurisdiction_list.py b/docusign_esign/models/notary_jurisdiction_list.py index 8ac097c5..ff28c60b 100644 --- a/docusign_esign/models/notary_jurisdiction_list.py +++ b/docusign_esign/models/notary_jurisdiction_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryJurisdictionList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, notary_jurisdictions=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - NotaryJurisdictionList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'next_uri': 'str', - 'notary_jurisdictions': 'list[NotaryJurisdiction]', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'notary_jurisdictions': 'notaryJurisdictions', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._next_uri = next_uri - self._notary_jurisdictions = notary_jurisdictions - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'next_uri': 'str', + 'notary_jurisdictions': 'list[NotaryJurisdiction]', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'notary_jurisdictions': 'notaryJurisdictions', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, next_uri=None, notary_jurisdictions=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """NotaryJurisdictionList - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._notary_jurisdictions = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if notary_jurisdictions is not None: + self.notary_jurisdictions = notary_jurisdictions + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this NotaryJurisdictionList. - The last position in the result set. + """Gets the end_position of this NotaryJurisdictionList. # noqa: E501 - :return: The end_position of this NotaryJurisdictionList. + The last position in the result set. # noqa: E501 + + :return: The end_position of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this NotaryJurisdictionList. - The last position in the result set. + """Sets the end_position of this NotaryJurisdictionList. - :param end_position: The end_position of this NotaryJurisdictionList. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this NotaryJurisdictionList. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this NotaryJurisdictionList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this NotaryJurisdictionList. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this NotaryJurisdictionList. + :return: The next_uri of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this NotaryJurisdictionList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this NotaryJurisdictionList. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this NotaryJurisdictionList. + :param next_uri: The next_uri of this NotaryJurisdictionList. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def notary_jurisdictions(self): - """ - Gets the notary_jurisdictions of this NotaryJurisdictionList. - + """Gets the notary_jurisdictions of this NotaryJurisdictionList. # noqa: E501 - :return: The notary_jurisdictions of this NotaryJurisdictionList. + # noqa: E501 + + :return: The notary_jurisdictions of this NotaryJurisdictionList. # noqa: E501 :rtype: list[NotaryJurisdiction] """ return self._notary_jurisdictions @notary_jurisdictions.setter def notary_jurisdictions(self, notary_jurisdictions): - """ - Sets the notary_jurisdictions of this NotaryJurisdictionList. - + """Sets the notary_jurisdictions of this NotaryJurisdictionList. + + # noqa: E501 - :param notary_jurisdictions: The notary_jurisdictions of this NotaryJurisdictionList. + :param notary_jurisdictions: The notary_jurisdictions of this NotaryJurisdictionList. # noqa: E501 :type: list[NotaryJurisdiction] """ @@ -129,22 +148,22 @@ def notary_jurisdictions(self, notary_jurisdictions): @property def previous_uri(self): - """ - Gets the previous_uri of this NotaryJurisdictionList. - The postal code for the billing address. + """Gets the previous_uri of this NotaryJurisdictionList. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this NotaryJurisdictionList. + :return: The previous_uri of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this NotaryJurisdictionList. - The postal code for the billing address. + """Sets the previous_uri of this NotaryJurisdictionList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this NotaryJurisdictionList. + :param previous_uri: The previous_uri of this NotaryJurisdictionList. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this NotaryJurisdictionList. - The number of results returned in this response. + """Gets the result_set_size of this NotaryJurisdictionList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this NotaryJurisdictionList. + :return: The result_set_size of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this NotaryJurisdictionList. - The number of results returned in this response. + """Sets the result_set_size of this NotaryJurisdictionList. - :param result_set_size: The result_set_size of this NotaryJurisdictionList. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this NotaryJurisdictionList. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this NotaryJurisdictionList. - Starting position of the current result set. + """Gets the start_position of this NotaryJurisdictionList. # noqa: E501 - :return: The start_position of this NotaryJurisdictionList. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this NotaryJurisdictionList. - Starting position of the current result set. + """Sets the start_position of this NotaryJurisdictionList. - :param start_position: The start_position of this NotaryJurisdictionList. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this NotaryJurisdictionList. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this NotaryJurisdictionList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this NotaryJurisdictionList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this NotaryJurisdictionList. + :return: The total_set_size of this NotaryJurisdictionList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this NotaryJurisdictionList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this NotaryJurisdictionList. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this NotaryJurisdictionList. + :param total_set_size: The total_set_size of this NotaryJurisdictionList. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryJurisdictionList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryJurisdictionList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notary_result.py b/docusign_esign/models/notary_result.py index ee359f03..f8bfe8a0 100644 --- a/docusign_esign/models/notary_result.py +++ b/docusign_esign/models/notary_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotaryResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, jurisdictions=None, notary=None): - """ - NotaryResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'jurisdictions': 'list[Jurisdiction]', - 'notary': 'Notary' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'jurisdictions': 'list[Jurisdiction]', + 'notary': 'Notary' + } - self.attribute_map = { - 'jurisdictions': 'jurisdictions', - 'notary': 'notary' - } + attribute_map = { + 'jurisdictions': 'jurisdictions', + 'notary': 'notary' + } - self._jurisdictions = jurisdictions - self._notary = notary + def __init__(self, jurisdictions=None, notary=None): # noqa: E501 + """NotaryResult - a model defined in Swagger""" # noqa: E501 + + self._jurisdictions = None + self._notary = None + self.discriminator = None + + if jurisdictions is not None: + self.jurisdictions = jurisdictions + if notary is not None: + self.notary = notary @property def jurisdictions(self): - """ - Gets the jurisdictions of this NotaryResult. - + """Gets the jurisdictions of this NotaryResult. # noqa: E501 - :return: The jurisdictions of this NotaryResult. + # noqa: E501 + + :return: The jurisdictions of this NotaryResult. # noqa: E501 :rtype: list[Jurisdiction] """ return self._jurisdictions @jurisdictions.setter def jurisdictions(self, jurisdictions): - """ - Sets the jurisdictions of this NotaryResult. - + """Sets the jurisdictions of this NotaryResult. + + # noqa: E501 - :param jurisdictions: The jurisdictions of this NotaryResult. + :param jurisdictions: The jurisdictions of this NotaryResult. # noqa: E501 :type: list[Jurisdiction] """ @@ -68,32 +77,30 @@ def jurisdictions(self, jurisdictions): @property def notary(self): - """ - Gets the notary of this NotaryResult. + """Gets the notary of this NotaryResult. # noqa: E501 + - :return: The notary of this NotaryResult. + :return: The notary of this NotaryResult. # noqa: E501 :rtype: Notary """ return self._notary @notary.setter def notary(self, notary): - """ - Sets the notary of this NotaryResult. + """Sets the notary of this NotaryResult. + - :param notary: The notary of this NotaryResult. + :param notary: The notary of this NotaryResult. # noqa: E501 :type: Notary """ self._notary = notary def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -110,29 +117,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotaryResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotaryResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/note.py b/docusign_esign/models/note.py index b11e3eca..d3b23780 100644 --- a/docusign_esign/models/note.py +++ b/docusign_esign/models/note.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,317 +11,500 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Note(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Note - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Note - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Note. - + """Gets the anchor_allow_white_space_in_characters of this Note. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Note. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Note. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Note. - + """Sets the anchor_allow_white_space_in_characters of this Note. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Note. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Note. # noqa: E501 :type: str """ @@ -329,20 +512,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Note. + """Gets the anchor_allow_white_space_in_characters_metadata of this Note. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this Note. + + :return: The anchor_allow_white_space_in_characters_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Note. + """Sets the anchor_allow_white_space_in_characters_metadata of this Note. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Note. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -350,22 +533,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Note. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Note. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Note. + :return: The anchor_case_sensitive of this Note. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Note. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Note. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Note. + :param anchor_case_sensitive: The anchor_case_sensitive of this Note. # noqa: E501 :type: str """ @@ -373,20 +556,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Note. + """Gets the anchor_case_sensitive_metadata of this Note. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Note. + :return: The anchor_case_sensitive_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Note. + """Sets the anchor_case_sensitive_metadata of this Note. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Note. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -394,22 +577,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Note. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Note. # noqa: E501 - :return: The anchor_horizontal_alignment of this Note. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this Note. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Note. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Note. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Note. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Note. # noqa: E501 :type: str """ @@ -417,20 +600,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Note. + """Gets the anchor_horizontal_alignment_metadata of this Note. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Note. + :return: The anchor_horizontal_alignment_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Note. + """Sets the anchor_horizontal_alignment_metadata of this Note. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Note. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -438,22 +621,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Note. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Note. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Note. + :return: The anchor_ignore_if_not_present of this Note. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Note. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Note. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Note. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Note. # noqa: E501 :type: str """ @@ -461,20 +644,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Note. + """Gets the anchor_ignore_if_not_present_metadata of this Note. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Note. + :return: The anchor_ignore_if_not_present_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Note. + """Sets the anchor_ignore_if_not_present_metadata of this Note. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Note. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -482,22 +665,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Note. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Note. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Note. + :return: The anchor_match_whole_word of this Note. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Note. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Note. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Note. + :param anchor_match_whole_word: The anchor_match_whole_word of this Note. # noqa: E501 :type: str """ @@ -505,20 +688,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Note. + """Gets the anchor_match_whole_word_metadata of this Note. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this Note. + + :return: The anchor_match_whole_word_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Note. + """Sets the anchor_match_whole_word_metadata of this Note. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Note. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -526,22 +709,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Note. - Anchor text information for a radio button. + """Gets the anchor_string of this Note. # noqa: E501 - :return: The anchor_string of this Note. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this Note. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Note. - Anchor text information for a radio button. + """Sets the anchor_string of this Note. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Note. + :param anchor_string: The anchor_string of this Note. # noqa: E501 :type: str """ @@ -549,20 +732,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Note. + """Gets the anchor_string_metadata of this Note. # noqa: E501 + - :return: The anchor_string_metadata of this Note. + :return: The anchor_string_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Note. + """Sets the anchor_string_metadata of this Note. + - :param anchor_string_metadata: The anchor_string_metadata of this Note. + :param anchor_string_metadata: The anchor_string_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -570,22 +753,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Note. - + """Gets the anchor_tab_processor_version of this Note. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Note. + :return: The anchor_tab_processor_version of this Note. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Note. - + """Sets the anchor_tab_processor_version of this Note. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Note. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Note. # noqa: E501 :type: str """ @@ -593,20 +776,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Note. + """Gets the anchor_tab_processor_version_metadata of this Note. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this Note. + + :return: The anchor_tab_processor_version_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Note. + """Sets the anchor_tab_processor_version_metadata of this Note. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Note. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -614,22 +797,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Note. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Note. # noqa: E501 - :return: The anchor_units of this Note. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Note. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Note. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Note. - :param anchor_units: The anchor_units of this Note. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Note. # noqa: E501 :type: str """ @@ -637,20 +820,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Note. + """Gets the anchor_units_metadata of this Note. # noqa: E501 - :return: The anchor_units_metadata of this Note. + + :return: The anchor_units_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Note. + """Sets the anchor_units_metadata of this Note. - :param anchor_units_metadata: The anchor_units_metadata of this Note. + + :param anchor_units_metadata: The anchor_units_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -658,22 +841,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Note. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Note. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Note. + :return: The anchor_x_offset of this Note. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Note. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Note. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Note. + :param anchor_x_offset: The anchor_x_offset of this Note. # noqa: E501 :type: str """ @@ -681,20 +864,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Note. + """Gets the anchor_x_offset_metadata of this Note. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Note. + :return: The anchor_x_offset_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Note. + """Sets the anchor_x_offset_metadata of this Note. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Note. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -702,22 +885,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Note. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Note. # noqa: E501 - :return: The anchor_y_offset of this Note. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Note. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Note. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Note. - :param anchor_y_offset: The anchor_y_offset of this Note. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Note. # noqa: E501 :type: str """ @@ -725,20 +908,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Note. + """Gets the anchor_y_offset_metadata of this Note. # noqa: E501 - :return: The anchor_y_offset_metadata of this Note. + + :return: The anchor_y_offset_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Note. + """Sets the anchor_y_offset_metadata of this Note. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Note. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -746,22 +929,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Note. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Note. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Note. + :return: The bold of this Note. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Note. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Note. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Note. + :param bold: The bold of this Note. # noqa: E501 :type: str """ @@ -769,20 +952,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Note. + """Gets the bold_metadata of this Note. # noqa: E501 + - :return: The bold_metadata of this Note. + :return: The bold_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Note. + """Sets the bold_metadata of this Note. + - :param bold_metadata: The bold_metadata of this Note. + :param bold_metadata: The bold_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -790,22 +973,22 @@ def bold_metadata(self, bold_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Note. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Note. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Note. + :return: The conditional_parent_label of this Note. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Note. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Note. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Note. + :param conditional_parent_label: The conditional_parent_label of this Note. # noqa: E501 :type: str """ @@ -813,20 +996,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Note. + """Gets the conditional_parent_label_metadata of this Note. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Note. + :return: The conditional_parent_label_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Note. + """Sets the conditional_parent_label_metadata of this Note. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Note. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -834,22 +1017,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Note. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Note. # noqa: E501 - :return: The conditional_parent_value of this Note. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this Note. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Note. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Note. - :param conditional_parent_value: The conditional_parent_value of this Note. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this Note. # noqa: E501 :type: str """ @@ -857,20 +1040,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Note. + """Gets the conditional_parent_value_metadata of this Note. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Note. + :return: The conditional_parent_value_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Note. + """Sets the conditional_parent_value_metadata of this Note. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Note. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -878,22 +1061,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Note. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Note. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Note. + :return: The custom_tab_id of this Note. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Note. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Note. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Note. + :param custom_tab_id: The custom_tab_id of this Note. # noqa: E501 :type: str """ @@ -901,20 +1084,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Note. + """Gets the custom_tab_id_metadata of this Note. # noqa: E501 - :return: The custom_tab_id_metadata of this Note. + + :return: The custom_tab_id_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Note. + """Sets the custom_tab_id_metadata of this Note. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Note. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -922,22 +1105,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this Note. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Note. # noqa: E501 - :return: The document_id of this Note. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this Note. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Note. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Note. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Note. + :param document_id: The document_id of this Note. # noqa: E501 :type: str """ @@ -945,20 +1128,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Note. + """Gets the document_id_metadata of this Note. # noqa: E501 + - :return: The document_id_metadata of this Note. + :return: The document_id_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Note. + """Sets the document_id_metadata of this Note. + - :param document_id_metadata: The document_id_metadata of this Note. + :param document_id_metadata: The document_id_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -966,20 +1149,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Note. + """Gets the error_details of this Note. # noqa: E501 + - :return: The error_details of this Note. + :return: The error_details of this Note. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Note. + """Sets the error_details of this Note. - :param error_details: The error_details of this Note. + + :param error_details: The error_details of this Note. # noqa: E501 :type: ErrorDetails """ @@ -987,22 +1170,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Note. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Note. # noqa: E501 - :return: The font of this Note. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Note. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Note. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Note. - :param font: The font of this Note. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Note. # noqa: E501 :type: str """ @@ -1010,22 +1193,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Note. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Note. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Note. + :return: The font_color of this Note. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Note. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Note. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Note. + :param font_color: The font_color of this Note. # noqa: E501 :type: str """ @@ -1033,20 +1216,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Note. + """Gets the font_color_metadata of this Note. # noqa: E501 + - :return: The font_color_metadata of this Note. + :return: The font_color_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Note. + """Sets the font_color_metadata of this Note. + - :param font_color_metadata: The font_color_metadata of this Note. + :param font_color_metadata: The font_color_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1054,20 +1237,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Note. + """Gets the font_metadata of this Note. # noqa: E501 - :return: The font_metadata of this Note. + + :return: The font_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Note. + """Sets the font_metadata of this Note. - :param font_metadata: The font_metadata of this Note. + + :param font_metadata: The font_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1075,22 +1258,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Note. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Note. # noqa: E501 - :return: The font_size of this Note. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this Note. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Note. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Note. - :param font_size: The font_size of this Note. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this Note. # noqa: E501 :type: str """ @@ -1098,20 +1281,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Note. + """Gets the font_size_metadata of this Note. # noqa: E501 - :return: The font_size_metadata of this Note. + + :return: The font_size_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Note. + """Sets the font_size_metadata of this Note. - :param font_size_metadata: The font_size_metadata of this Note. + + :param font_size_metadata: The font_size_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1119,22 +1302,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Note. - + """Gets the form_order of this Note. # noqa: E501 - :return: The form_order of this Note. + # noqa: E501 + + :return: The form_order of this Note. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Note. - + """Sets the form_order of this Note. + + # noqa: E501 - :param form_order: The form_order of this Note. + :param form_order: The form_order of this Note. # noqa: E501 :type: str """ @@ -1142,20 +1325,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Note. + """Gets the form_order_metadata of this Note. # noqa: E501 + - :return: The form_order_metadata of this Note. + :return: The form_order_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Note. + """Sets the form_order_metadata of this Note. + - :param form_order_metadata: The form_order_metadata of this Note. + :param form_order_metadata: The form_order_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1163,22 +1346,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Note. - + """Gets the form_page_label of this Note. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Note. + :return: The form_page_label of this Note. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Note. - + """Sets the form_page_label of this Note. - :param form_page_label: The form_page_label of this Note. + # noqa: E501 + + :param form_page_label: The form_page_label of this Note. # noqa: E501 :type: str """ @@ -1186,20 +1369,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Note. + """Gets the form_page_label_metadata of this Note. # noqa: E501 - :return: The form_page_label_metadata of this Note. + + :return: The form_page_label_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Note. + """Sets the form_page_label_metadata of this Note. - :param form_page_label_metadata: The form_page_label_metadata of this Note. + + :param form_page_label_metadata: The form_page_label_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1207,22 +1390,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Note. - + """Gets the form_page_number of this Note. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Note. + :return: The form_page_number of this Note. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Note. - + """Sets the form_page_number of this Note. + + # noqa: E501 - :param form_page_number: The form_page_number of this Note. + :param form_page_number: The form_page_number of this Note. # noqa: E501 :type: str """ @@ -1230,20 +1413,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Note. + """Gets the form_page_number_metadata of this Note. # noqa: E501 + - :return: The form_page_number_metadata of this Note. + :return: The form_page_number_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Note. + """Sets the form_page_number_metadata of this Note. + - :param form_page_number_metadata: The form_page_number_metadata of this Note. + :param form_page_number_metadata: The form_page_number_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1251,22 +1434,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Note. - Height of the tab in pixels. + """Gets the height of this Note. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Note. + :return: The height of this Note. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Note. - Height of the tab in pixels. + """Sets the height of this Note. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Note. + :param height: The height of this Note. # noqa: E501 :type: str """ @@ -1274,20 +1457,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Note. + """Gets the height_metadata of this Note. # noqa: E501 + - :return: The height_metadata of this Note. + :return: The height_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Note. + """Sets the height_metadata of this Note. + - :param height_metadata: The height_metadata of this Note. + :param height_metadata: The height_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1295,22 +1478,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Note. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Note. # noqa: E501 - :return: The italic of this Note. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Note. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Note. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Note. - :param italic: The italic of this Note. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Note. # noqa: E501 :type: str """ @@ -1318,20 +1501,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Note. + """Gets the italic_metadata of this Note. # noqa: E501 - :return: The italic_metadata of this Note. + + :return: The italic_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Note. + """Sets the italic_metadata of this Note. + - :param italic_metadata: The italic_metadata of this Note. + :param italic_metadata: The italic_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1339,20 +1522,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Note. + """Gets the locale_policy of this Note. # noqa: E501 + - :return: The locale_policy of this Note. + :return: The locale_policy of this Note. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Note. + """Sets the locale_policy of this Note. + - :param locale_policy: The locale_policy of this Note. + :param locale_policy: The locale_policy of this Note. # noqa: E501 :type: LocalePolicyTab """ @@ -1360,20 +1543,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this Note. + """Gets the merge_field of this Note. # noqa: E501 + - :return: The merge_field of this Note. + :return: The merge_field of this Note. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Note. + """Sets the merge_field of this Note. - :param merge_field: The merge_field of this Note. + + :param merge_field: The merge_field of this Note. # noqa: E501 :type: MergeField """ @@ -1381,22 +1564,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Note. - + """Gets the merge_field_xml of this Note. # noqa: E501 - :return: The merge_field_xml of this Note. + # noqa: E501 + + :return: The merge_field_xml of this Note. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Note. - + """Sets the merge_field_xml of this Note. - :param merge_field_xml: The merge_field_xml of this Note. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Note. # noqa: E501 :type: str """ @@ -1404,22 +1587,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Note. - Specifies the tool tip text for the tab. + """Gets the name of this Note. # noqa: E501 - :return: The name of this Note. + Specifies the tool tip text for the tab. # noqa: E501 + + :return: The name of this Note. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Note. - Specifies the tool tip text for the tab. + """Sets the name of this Note. - :param name: The name of this Note. + Specifies the tool tip text for the tab. # noqa: E501 + + :param name: The name of this Note. # noqa: E501 :type: str """ @@ -1427,20 +1610,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Note. + """Gets the name_metadata of this Note. # noqa: E501 - :return: The name_metadata of this Note. + + :return: The name_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Note. + """Sets the name_metadata of this Note. - :param name_metadata: The name_metadata of this Note. + + :param name_metadata: The name_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1448,22 +1631,22 @@ def name_metadata(self, name_metadata): @property def page_number(self): - """ - Gets the page_number of this Note. - Specifies the page number on which the tab is located. + """Gets the page_number of this Note. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Note. + :return: The page_number of this Note. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Note. - Specifies the page number on which the tab is located. + """Sets the page_number of this Note. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this Note. + :param page_number: The page_number of this Note. # noqa: E501 :type: str """ @@ -1471,20 +1654,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Note. + """Gets the page_number_metadata of this Note. # noqa: E501 + - :return: The page_number_metadata of this Note. + :return: The page_number_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Note. + """Sets the page_number_metadata of this Note. + - :param page_number_metadata: The page_number_metadata of this Note. + :param page_number_metadata: The page_number_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1492,22 +1675,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Note. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Note. # noqa: E501 - :return: The recipient_id of this Note. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Note. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Note. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Note. - :param recipient_id: The recipient_id of this Note. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Note. # noqa: E501 :type: str """ @@ -1515,22 +1698,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Note. - + """Gets the recipient_id_guid of this Note. # noqa: E501 - :return: The recipient_id_guid of this Note. + # noqa: E501 + + :return: The recipient_id_guid of this Note. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Note. - + """Sets the recipient_id_guid of this Note. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Note. + :param recipient_id_guid: The recipient_id_guid of this Note. # noqa: E501 :type: str """ @@ -1538,20 +1721,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Note. + """Gets the recipient_id_guid_metadata of this Note. # noqa: E501 + - :return: The recipient_id_guid_metadata of this Note. + :return: The recipient_id_guid_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Note. + """Sets the recipient_id_guid_metadata of this Note. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Note. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1559,20 +1742,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Note. + """Gets the recipient_id_metadata of this Note. # noqa: E501 + - :return: The recipient_id_metadata of this Note. + :return: The recipient_id_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Note. + """Sets the recipient_id_metadata of this Note. - :param recipient_id_metadata: The recipient_id_metadata of this Note. + + :param recipient_id_metadata: The recipient_id_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1580,22 +1763,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def shared(self): - """ - Gets the shared of this Note. - When set to **true**, this custom tab is shared. + """Gets the shared of this Note. # noqa: E501 - :return: The shared of this Note. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Note. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Note. - When set to **true**, this custom tab is shared. + """Sets the shared of this Note. - :param shared: The shared of this Note. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Note. # noqa: E501 :type: str """ @@ -1603,20 +1786,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Note. + """Gets the shared_metadata of this Note. # noqa: E501 + - :return: The shared_metadata of this Note. + :return: The shared_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Note. + """Sets the shared_metadata of this Note. + - :param shared_metadata: The shared_metadata of this Note. + :param shared_metadata: The shared_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1624,20 +1807,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Note. + """Gets the smart_contract_information of this Note. # noqa: E501 + - :return: The smart_contract_information of this Note. + :return: The smart_contract_information of this Note. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Note. + """Sets the smart_contract_information of this Note. + - :param smart_contract_information: The smart_contract_information of this Note. + :param smart_contract_information: The smart_contract_information of this Note. # noqa: E501 :type: SmartContractInformation """ @@ -1645,22 +1828,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Note. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Note. # noqa: E501 - :return: The status of this Note. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Note. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Note. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Note. - :param status: The status of this Note. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Note. # noqa: E501 :type: str """ @@ -1668,20 +1851,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Note. + """Gets the status_metadata of this Note. # noqa: E501 - :return: The status_metadata of this Note. + + :return: The status_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Note. + """Sets the status_metadata of this Note. + - :param status_metadata: The status_metadata of this Note. + :param status_metadata: The status_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1689,22 +1872,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Note. - + """Gets the tab_group_labels of this Note. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Note. + :return: The tab_group_labels of this Note. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Note. - + """Sets the tab_group_labels of this Note. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Note. + :param tab_group_labels: The tab_group_labels of this Note. # noqa: E501 :type: list[str] """ @@ -1712,20 +1895,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Note. + """Gets the tab_group_labels_metadata of this Note. # noqa: E501 + - :return: The tab_group_labels_metadata of this Note. + :return: The tab_group_labels_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Note. + """Sets the tab_group_labels_metadata of this Note. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Note. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1733,22 +1916,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Note. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Note. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Note. + :return: The tab_id of this Note. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Note. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Note. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Note. + :param tab_id: The tab_id of this Note. # noqa: E501 :type: str """ @@ -1756,20 +1939,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Note. + """Gets the tab_id_metadata of this Note. # noqa: E501 + - :return: The tab_id_metadata of this Note. + :return: The tab_id_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Note. + """Sets the tab_id_metadata of this Note. - :param tab_id_metadata: The tab_id_metadata of this Note. + + :param tab_id_metadata: The tab_id_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1777,22 +1960,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Note. - The label string associated with the tab. + """Gets the tab_label of this Note. # noqa: E501 - :return: The tab_label of this Note. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Note. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Note. - The label string associated with the tab. + """Sets the tab_label of this Note. - :param tab_label: The tab_label of this Note. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Note. # noqa: E501 :type: str """ @@ -1800,20 +1983,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Note. + """Gets the tab_label_metadata of this Note. # noqa: E501 + - :return: The tab_label_metadata of this Note. + :return: The tab_label_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Note. + """Sets the tab_label_metadata of this Note. + - :param tab_label_metadata: The tab_label_metadata of this Note. + :param tab_label_metadata: The tab_label_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1821,22 +2004,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Note. - + """Gets the tab_order of this Note. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this Note. + :return: The tab_order of this Note. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Note. - + """Sets the tab_order of this Note. + + # noqa: E501 - :param tab_order: The tab_order of this Note. + :param tab_order: The tab_order of this Note. # noqa: E501 :type: str """ @@ -1844,20 +2027,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Note. + """Gets the tab_order_metadata of this Note. # noqa: E501 - :return: The tab_order_metadata of this Note. + + :return: The tab_order_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Note. + """Sets the tab_order_metadata of this Note. - :param tab_order_metadata: The tab_order_metadata of this Note. + + :param tab_order_metadata: The tab_order_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1865,22 +2048,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Note. - + """Gets the tab_type of this Note. # noqa: E501 - :return: The tab_type of this Note. + # noqa: E501 + + :return: The tab_type of this Note. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Note. - + """Sets the tab_type of this Note. - :param tab_type: The tab_type of this Note. + # noqa: E501 + + :param tab_type: The tab_type of this Note. # noqa: E501 :type: str """ @@ -1888,20 +2071,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Note. + """Gets the tab_type_metadata of this Note. # noqa: E501 - :return: The tab_type_metadata of this Note. + + :return: The tab_type_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Note. + """Sets the tab_type_metadata of this Note. - :param tab_type_metadata: The tab_type_metadata of this Note. + + :param tab_type_metadata: The tab_type_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1909,22 +2092,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Note. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Note. # noqa: E501 - :return: The template_locked of this Note. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Note. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Note. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Note. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Note. + :param template_locked: The template_locked of this Note. # noqa: E501 :type: str """ @@ -1932,20 +2115,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Note. + """Gets the template_locked_metadata of this Note. # noqa: E501 + - :return: The template_locked_metadata of this Note. + :return: The template_locked_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Note. + """Sets the template_locked_metadata of this Note. + - :param template_locked_metadata: The template_locked_metadata of this Note. + :param template_locked_metadata: The template_locked_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1953,22 +2136,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Note. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Note. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Note. + :return: The template_required of this Note. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Note. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Note. - :param template_required: The template_required of this Note. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Note. # noqa: E501 :type: str """ @@ -1976,20 +2159,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Note. + """Gets the template_required_metadata of this Note. # noqa: E501 - :return: The template_required_metadata of this Note. + + :return: The template_required_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Note. + """Sets the template_required_metadata of this Note. - :param template_required_metadata: The template_required_metadata of this Note. + + :param template_required_metadata: The template_required_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -1997,22 +2180,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Note. - + """Gets the tooltip of this Note. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Note. + :return: The tooltip of this Note. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Note. - + """Sets the tooltip of this Note. + + # noqa: E501 - :param tooltip: The tooltip of this Note. + :param tooltip: The tooltip of this Note. # noqa: E501 :type: str """ @@ -2020,20 +2203,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Note. + """Gets the tool_tip_metadata of this Note. # noqa: E501 + - :return: The tool_tip_metadata of this Note. + :return: The tool_tip_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Note. + """Sets the tool_tip_metadata of this Note. + - :param tool_tip_metadata: The tool_tip_metadata of this Note. + :param tool_tip_metadata: The tool_tip_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -2041,22 +2224,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Note. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Note. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Note. + :return: The underline of this Note. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Note. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Note. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Note. + :param underline: The underline of this Note. # noqa: E501 :type: str """ @@ -2064,20 +2247,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Note. + """Gets the underline_metadata of this Note. # noqa: E501 + - :return: The underline_metadata of this Note. + :return: The underline_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Note. + """Sets the underline_metadata of this Note. + - :param underline_metadata: The underline_metadata of this Note. + :param underline_metadata: The underline_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -2085,22 +2268,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this Note. - Specifies the value of the tab. + """Gets the value of this Note. # noqa: E501 - :return: The value of this Note. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Note. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Note. - Specifies the value of the tab. + """Sets the value of this Note. - :param value: The value of this Note. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Note. # noqa: E501 :type: str """ @@ -2108,20 +2291,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Note. + """Gets the value_metadata of this Note. # noqa: E501 - :return: The value_metadata of this Note. + + :return: The value_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Note. + """Sets the value_metadata of this Note. + - :param value_metadata: The value_metadata of this Note. + :param value_metadata: The value_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -2129,22 +2312,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Note. - Width of the tab in pixels. + """Gets the width of this Note. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Note. + :return: The width of this Note. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Note. - Width of the tab in pixels. + """Sets the width of this Note. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Note. + :param width: The width of this Note. # noqa: E501 :type: str """ @@ -2152,20 +2335,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Note. + """Gets the width_metadata of this Note. # noqa: E501 + - :return: The width_metadata of this Note. + :return: The width_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Note. + """Sets the width_metadata of this Note. - :param width_metadata: The width_metadata of this Note. + + :param width_metadata: The width_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -2173,22 +2356,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Note. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Note. # noqa: E501 - :return: The x_position of this Note. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Note. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Note. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Note. - :param x_position: The x_position of this Note. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Note. # noqa: E501 :type: str """ @@ -2196,20 +2379,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Note. + """Gets the x_position_metadata of this Note. # noqa: E501 + - :return: The x_position_metadata of this Note. + :return: The x_position_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Note. + """Sets the x_position_metadata of this Note. + - :param x_position_metadata: The x_position_metadata of this Note. + :param x_position_metadata: The x_position_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ @@ -2217,22 +2400,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Note. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Note. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Note. + :return: The y_position of this Note. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Note. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Note. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Note. + :param y_position: The y_position of this Note. # noqa: E501 :type: str """ @@ -2240,32 +2423,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Note. + """Gets the y_position_metadata of this Note. # noqa: E501 - :return: The y_position_metadata of this Note. + + :return: The y_position_metadata of this Note. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Note. + """Sets the y_position_metadata of this Note. - :param y_position_metadata: The y_position_metadata of this Note. + + :param y_position_metadata: The y_position_metadata of this Note. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2282,29 +2463,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Note, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Note): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notification.py b/docusign_esign/models/notification.py index 9f37ac49..b3a2a3de 100644 --- a/docusign_esign/models/notification.py +++ b/docusign_esign/models/notification.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Notification(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expirations=None, reminders=None, use_account_defaults=None): - """ - Notification - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expirations': 'Expirations', - 'reminders': 'Reminders', - 'use_account_defaults': 'str' - } - - self.attribute_map = { - 'expirations': 'expirations', - 'reminders': 'reminders', - 'use_account_defaults': 'useAccountDefaults' - } - - self._expirations = expirations - self._reminders = reminders - self._use_account_defaults = use_account_defaults + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expirations': 'Expirations', + 'reminders': 'Reminders', + 'use_account_defaults': 'str' + } + + attribute_map = { + 'expirations': 'expirations', + 'reminders': 'reminders', + 'use_account_defaults': 'useAccountDefaults' + } + + def __init__(self, expirations=None, reminders=None, use_account_defaults=None): # noqa: E501 + """Notification - a model defined in Swagger""" # noqa: E501 + + self._expirations = None + self._reminders = None + self._use_account_defaults = None + self.discriminator = None + + if expirations is not None: + self.expirations = expirations + if reminders is not None: + self.reminders = reminders + if use_account_defaults is not None: + self.use_account_defaults = use_account_defaults @property def expirations(self): - """ - Gets the expirations of this Notification. + """Gets the expirations of this Notification. # noqa: E501 + - :return: The expirations of this Notification. + :return: The expirations of this Notification. # noqa: E501 :rtype: Expirations """ return self._expirations @expirations.setter def expirations(self, expirations): - """ - Sets the expirations of this Notification. + """Sets the expirations of this Notification. + - :param expirations: The expirations of this Notification. + :param expirations: The expirations of this Notification. # noqa: E501 :type: Expirations """ @@ -69,20 +80,20 @@ def expirations(self, expirations): @property def reminders(self): - """ - Gets the reminders of this Notification. + """Gets the reminders of this Notification. # noqa: E501 + - :return: The reminders of this Notification. + :return: The reminders of this Notification. # noqa: E501 :rtype: Reminders """ return self._reminders @reminders.setter def reminders(self, reminders): - """ - Sets the reminders of this Notification. + """Sets the reminders of this Notification. + - :param reminders: The reminders of this Notification. + :param reminders: The reminders of this Notification. # noqa: E501 :type: Reminders """ @@ -90,34 +101,32 @@ def reminders(self, reminders): @property def use_account_defaults(self): - """ - Gets the use_account_defaults of this Notification. - When set to **true**, the account default notification settings are used for the envelope. + """Gets the use_account_defaults of this Notification. # noqa: E501 - :return: The use_account_defaults of this Notification. + When set to **true**, the account default notification settings are used for the envelope. # noqa: E501 + + :return: The use_account_defaults of this Notification. # noqa: E501 :rtype: str """ return self._use_account_defaults @use_account_defaults.setter def use_account_defaults(self, use_account_defaults): - """ - Sets the use_account_defaults of this Notification. - When set to **true**, the account default notification settings are used for the envelope. + """Sets the use_account_defaults of this Notification. - :param use_account_defaults: The use_account_defaults of this Notification. + When set to **true**, the account default notification settings are used for the envelope. # noqa: E501 + + :param use_account_defaults: The use_account_defaults of this Notification. # noqa: E501 :type: str """ self._use_account_defaults = use_account_defaults def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Notification, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Notification): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notification_default_settings.py b/docusign_esign/models/notification_default_settings.py index 541a74d4..90392e2f 100644 --- a/docusign_esign/models/notification_default_settings.py +++ b/docusign_esign/models/notification_default_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,54 +11,63 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotificationDefaultSettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, sender_email_notifications=None, signer_email_notifications=None): - """ - NotificationDefaultSettings - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'sender_email_notifications': 'SenderEmailNotifications', - 'signer_email_notifications': 'SignerEmailNotifications' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'sender_email_notifications': 'SenderEmailNotifications', + 'signer_email_notifications': 'SignerEmailNotifications' + } - self.attribute_map = { - 'sender_email_notifications': 'senderEmailNotifications', - 'signer_email_notifications': 'signerEmailNotifications' - } + attribute_map = { + 'sender_email_notifications': 'senderEmailNotifications', + 'signer_email_notifications': 'signerEmailNotifications' + } - self._sender_email_notifications = sender_email_notifications - self._signer_email_notifications = signer_email_notifications + def __init__(self, sender_email_notifications=None, signer_email_notifications=None): # noqa: E501 + """NotificationDefaultSettings - a model defined in Swagger""" # noqa: E501 + + self._sender_email_notifications = None + self._signer_email_notifications = None + self.discriminator = None + + if sender_email_notifications is not None: + self.sender_email_notifications = sender_email_notifications + if signer_email_notifications is not None: + self.signer_email_notifications = signer_email_notifications @property def sender_email_notifications(self): - """ - Gets the sender_email_notifications of this NotificationDefaultSettings. + """Gets the sender_email_notifications of this NotificationDefaultSettings. # noqa: E501 - :return: The sender_email_notifications of this NotificationDefaultSettings. + + :return: The sender_email_notifications of this NotificationDefaultSettings. # noqa: E501 :rtype: SenderEmailNotifications """ return self._sender_email_notifications @sender_email_notifications.setter def sender_email_notifications(self, sender_email_notifications): - """ - Sets the sender_email_notifications of this NotificationDefaultSettings. + """Sets the sender_email_notifications of this NotificationDefaultSettings. + - :param sender_email_notifications: The sender_email_notifications of this NotificationDefaultSettings. + :param sender_email_notifications: The sender_email_notifications of this NotificationDefaultSettings. # noqa: E501 :type: SenderEmailNotifications """ @@ -66,32 +75,30 @@ def sender_email_notifications(self, sender_email_notifications): @property def signer_email_notifications(self): - """ - Gets the signer_email_notifications of this NotificationDefaultSettings. + """Gets the signer_email_notifications of this NotificationDefaultSettings. # noqa: E501 + - :return: The signer_email_notifications of this NotificationDefaultSettings. + :return: The signer_email_notifications of this NotificationDefaultSettings. # noqa: E501 :rtype: SignerEmailNotifications """ return self._signer_email_notifications @signer_email_notifications.setter def signer_email_notifications(self, signer_email_notifications): - """ - Sets the signer_email_notifications of this NotificationDefaultSettings. + """Sets the signer_email_notifications of this NotificationDefaultSettings. + - :param signer_email_notifications: The signer_email_notifications of this NotificationDefaultSettings. + :param signer_email_notifications: The signer_email_notifications of this NotificationDefaultSettings. # noqa: E501 :type: SignerEmailNotifications """ self._signer_email_notifications = signer_email_notifications def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -108,29 +115,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotificationDefaultSettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotificationDefaultSettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/notification_defaults.py b/docusign_esign/models/notification_defaults.py index 10b1298f..db5776a4 100644 --- a/docusign_esign/models/notification_defaults.py +++ b/docusign_esign/models/notification_defaults.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,54 +11,63 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class NotificationDefaults(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_email_notifications=None, email_notifications=None): - """ - NotificationDefaults - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_email_notifications': 'NotificationDefaultSettings', - 'email_notifications': 'NotificationDefaultSettings' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_email_notifications': 'NotificationDefaultSettings', + 'email_notifications': 'NotificationDefaultSettings' + } - self.attribute_map = { - 'api_email_notifications': 'apiEmailNotifications', - 'email_notifications': 'emailNotifications' - } + attribute_map = { + 'api_email_notifications': 'apiEmailNotifications', + 'email_notifications': 'emailNotifications' + } - self._api_email_notifications = api_email_notifications - self._email_notifications = email_notifications + def __init__(self, api_email_notifications=None, email_notifications=None): # noqa: E501 + """NotificationDefaults - a model defined in Swagger""" # noqa: E501 + + self._api_email_notifications = None + self._email_notifications = None + self.discriminator = None + + if api_email_notifications is not None: + self.api_email_notifications = api_email_notifications + if email_notifications is not None: + self.email_notifications = email_notifications @property def api_email_notifications(self): - """ - Gets the api_email_notifications of this NotificationDefaults. + """Gets the api_email_notifications of this NotificationDefaults. # noqa: E501 - :return: The api_email_notifications of this NotificationDefaults. + + :return: The api_email_notifications of this NotificationDefaults. # noqa: E501 :rtype: NotificationDefaultSettings """ return self._api_email_notifications @api_email_notifications.setter def api_email_notifications(self, api_email_notifications): - """ - Sets the api_email_notifications of this NotificationDefaults. + """Sets the api_email_notifications of this NotificationDefaults. + - :param api_email_notifications: The api_email_notifications of this NotificationDefaults. + :param api_email_notifications: The api_email_notifications of this NotificationDefaults. # noqa: E501 :type: NotificationDefaultSettings """ @@ -66,32 +75,30 @@ def api_email_notifications(self, api_email_notifications): @property def email_notifications(self): - """ - Gets the email_notifications of this NotificationDefaults. + """Gets the email_notifications of this NotificationDefaults. # noqa: E501 + - :return: The email_notifications of this NotificationDefaults. + :return: The email_notifications of this NotificationDefaults. # noqa: E501 :rtype: NotificationDefaultSettings """ return self._email_notifications @email_notifications.setter def email_notifications(self, email_notifications): - """ - Sets the email_notifications of this NotificationDefaults. + """Sets the email_notifications of this NotificationDefaults. + - :param email_notifications: The email_notifications of this NotificationDefaults. + :param email_notifications: The email_notifications of this NotificationDefaults. # noqa: E501 :type: NotificationDefaultSettings """ self._email_notifications = email_notifications def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -108,29 +115,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(NotificationDefaults, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, NotificationDefaults): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/number.py b/docusign_esign/models/number.py index c1a3296f..fccddfc4 100644 --- a/docusign_esign/models/number.py +++ b/docusign_esign/models/number.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,395 +11,630 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Number(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Number - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'formula': 'str', - 'formula_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'is_payment_amount': 'str', - 'is_payment_amount_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'formula': 'formula', - 'formula_metadata': 'formulaMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'is_payment_amount': 'isPaymentAmount', - 'is_payment_amount_metadata': 'isPaymentAmountMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._formula = formula - self._formula_metadata = formula_metadata - self._height = height - self._height_metadata = height_metadata - self._is_payment_amount = is_payment_amount - self._is_payment_amount_metadata = is_payment_amount_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'formula': 'str', + 'formula_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'is_payment_amount': 'str', + 'is_payment_amount_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'formula': 'formula', + 'formula_metadata': 'formulaMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'is_payment_amount': 'isPaymentAmount', + 'is_payment_amount_metadata': 'isPaymentAmountMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Number - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._formula = None + self._formula_metadata = None + self._height = None + self._height_metadata = None + self._is_payment_amount = None + self._is_payment_amount_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if formula is not None: + self.formula = formula + if formula_metadata is not None: + self.formula_metadata = formula_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if is_payment_amount is not None: + self.is_payment_amount = is_payment_amount + if is_payment_amount_metadata is not None: + self.is_payment_amount_metadata = is_payment_amount_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Number. - + """Gets the anchor_allow_white_space_in_characters of this Number. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Number. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Number. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Number. - + """Sets the anchor_allow_white_space_in_characters of this Number. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Number. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Number. # noqa: E501 :type: str """ @@ -407,20 +642,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Number. + """Gets the anchor_allow_white_space_in_characters_metadata of this Number. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Number. + :return: The anchor_allow_white_space_in_characters_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Number. + """Sets the anchor_allow_white_space_in_characters_metadata of this Number. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Number. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -428,22 +663,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Number. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Number. # noqa: E501 - :return: The anchor_case_sensitive of this Number. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Number. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Number. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Number. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Number. + :param anchor_case_sensitive: The anchor_case_sensitive of this Number. # noqa: E501 :type: str """ @@ -451,20 +686,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Number. + """Gets the anchor_case_sensitive_metadata of this Number. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Number. + :return: The anchor_case_sensitive_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Number. + """Sets the anchor_case_sensitive_metadata of this Number. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Number. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -472,22 +707,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Number. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Number. # noqa: E501 - :return: The anchor_horizontal_alignment of this Number. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this Number. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Number. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Number. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Number. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Number. # noqa: E501 :type: str """ @@ -495,20 +730,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Number. + """Gets the anchor_horizontal_alignment_metadata of this Number. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Number. + :return: The anchor_horizontal_alignment_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Number. + """Sets the anchor_horizontal_alignment_metadata of this Number. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Number. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -516,22 +751,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Number. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Number. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Number. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Number. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Number. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Number. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Number. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Number. # noqa: E501 :type: str """ @@ -539,20 +774,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Number. + """Gets the anchor_ignore_if_not_present_metadata of this Number. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Number. + :return: The anchor_ignore_if_not_present_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Number. + """Sets the anchor_ignore_if_not_present_metadata of this Number. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Number. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -560,22 +795,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Number. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Number. # noqa: E501 - :return: The anchor_match_whole_word of this Number. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Number. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Number. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Number. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Number. + :param anchor_match_whole_word: The anchor_match_whole_word of this Number. # noqa: E501 :type: str """ @@ -583,20 +818,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Number. + """Gets the anchor_match_whole_word_metadata of this Number. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Number. + :return: The anchor_match_whole_word_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Number. + """Sets the anchor_match_whole_word_metadata of this Number. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Number. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -604,22 +839,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Number. - Anchor text information for a radio button. + """Gets the anchor_string of this Number. # noqa: E501 - :return: The anchor_string of this Number. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this Number. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Number. - Anchor text information for a radio button. + """Sets the anchor_string of this Number. - :param anchor_string: The anchor_string of this Number. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this Number. # noqa: E501 :type: str """ @@ -627,20 +862,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Number. + """Gets the anchor_string_metadata of this Number. # noqa: E501 + - :return: The anchor_string_metadata of this Number. + :return: The anchor_string_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Number. + """Sets the anchor_string_metadata of this Number. + - :param anchor_string_metadata: The anchor_string_metadata of this Number. + :param anchor_string_metadata: The anchor_string_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -648,22 +883,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Number. - + """Gets the anchor_tab_processor_version of this Number. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Number. + :return: The anchor_tab_processor_version of this Number. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Number. - + """Sets the anchor_tab_processor_version of this Number. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Number. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Number. # noqa: E501 :type: str """ @@ -671,20 +906,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Number. + """Gets the anchor_tab_processor_version_metadata of this Number. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Number. + :return: The anchor_tab_processor_version_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Number. + """Sets the anchor_tab_processor_version_metadata of this Number. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Number. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -692,22 +927,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Number. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Number. # noqa: E501 - :return: The anchor_units of this Number. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Number. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Number. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Number. - :param anchor_units: The anchor_units of this Number. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Number. # noqa: E501 :type: str """ @@ -715,20 +950,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Number. + """Gets the anchor_units_metadata of this Number. # noqa: E501 + - :return: The anchor_units_metadata of this Number. + :return: The anchor_units_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Number. + """Sets the anchor_units_metadata of this Number. + - :param anchor_units_metadata: The anchor_units_metadata of this Number. + :param anchor_units_metadata: The anchor_units_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -736,22 +971,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Number. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Number. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Number. + :return: The anchor_x_offset of this Number. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Number. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Number. - :param anchor_x_offset: The anchor_x_offset of this Number. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Number. # noqa: E501 :type: str """ @@ -759,20 +994,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Number. + """Gets the anchor_x_offset_metadata of this Number. # noqa: E501 - :return: The anchor_x_offset_metadata of this Number. + + :return: The anchor_x_offset_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Number. + """Sets the anchor_x_offset_metadata of this Number. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Number. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -780,22 +1015,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Number. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Number. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Number. + :return: The anchor_y_offset of this Number. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Number. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Number. - :param anchor_y_offset: The anchor_y_offset of this Number. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Number. # noqa: E501 :type: str """ @@ -803,20 +1038,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Number. + """Gets the anchor_y_offset_metadata of this Number. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Number. + :return: The anchor_y_offset_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Number. + """Sets the anchor_y_offset_metadata of this Number. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Number. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -824,22 +1059,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Number. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Number. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Number. + :return: The bold of this Number. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Number. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Number. - :param bold: The bold of this Number. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this Number. # noqa: E501 :type: str """ @@ -847,20 +1082,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Number. + """Gets the bold_metadata of this Number. # noqa: E501 - :return: The bold_metadata of this Number. + + :return: The bold_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Number. + """Sets the bold_metadata of this Number. + - :param bold_metadata: The bold_metadata of this Number. + :param bold_metadata: The bold_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -868,22 +1103,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Number. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Number. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Number. + :return: The conceal_value_on_document of this Number. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Number. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Number. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Number. + :param conceal_value_on_document: The conceal_value_on_document of this Number. # noqa: E501 :type: str """ @@ -891,20 +1126,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Number. + """Gets the conceal_value_on_document_metadata of this Number. # noqa: E501 - :return: The conceal_value_on_document_metadata of this Number. + + :return: The conceal_value_on_document_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Number. + """Sets the conceal_value_on_document_metadata of this Number. + - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Number. + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -912,22 +1147,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Number. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Number. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Number. + :return: The conditional_parent_label of this Number. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Number. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Number. - :param conditional_parent_label: The conditional_parent_label of this Number. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this Number. # noqa: E501 :type: str """ @@ -935,20 +1170,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Number. + """Gets the conditional_parent_label_metadata of this Number. # noqa: E501 - :return: The conditional_parent_label_metadata of this Number. + + :return: The conditional_parent_label_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Number. + """Sets the conditional_parent_label_metadata of this Number. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Number. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -956,22 +1191,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Number. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Number. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Number. + :return: The conditional_parent_value of this Number. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Number. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Number. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Number. + :param conditional_parent_value: The conditional_parent_value of this Number. # noqa: E501 :type: str """ @@ -979,20 +1214,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Number. + """Gets the conditional_parent_value_metadata of this Number. # noqa: E501 - :return: The conditional_parent_value_metadata of this Number. + + :return: The conditional_parent_value_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Number. + """Sets the conditional_parent_value_metadata of this Number. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Number. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1000,22 +1235,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Number. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Number. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Number. + :return: The custom_tab_id of this Number. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Number. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Number. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Number. + :param custom_tab_id: The custom_tab_id of this Number. # noqa: E501 :type: str """ @@ -1023,20 +1258,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Number. + """Gets the custom_tab_id_metadata of this Number. # noqa: E501 - :return: The custom_tab_id_metadata of this Number. + + :return: The custom_tab_id_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Number. + """Sets the custom_tab_id_metadata of this Number. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Number. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1044,22 +1279,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Number. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Number. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :return: The disable_auto_size of this Number. + :return: The disable_auto_size of this Number. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Number. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Number. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Number. + :param disable_auto_size: The disable_auto_size of this Number. # noqa: E501 :type: str """ @@ -1067,20 +1302,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Number. + """Gets the disable_auto_size_metadata of this Number. # noqa: E501 - :return: The disable_auto_size_metadata of this Number. + + :return: The disable_auto_size_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Number. + """Sets the disable_auto_size_metadata of this Number. - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Number. + + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1088,22 +1323,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Number. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Number. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Number. + :return: The document_id of this Number. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Number. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Number. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Number. + :param document_id: The document_id of this Number. # noqa: E501 :type: str """ @@ -1111,20 +1346,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Number. + """Gets the document_id_metadata of this Number. # noqa: E501 + - :return: The document_id_metadata of this Number. + :return: The document_id_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Number. + """Sets the document_id_metadata of this Number. - :param document_id_metadata: The document_id_metadata of this Number. + + :param document_id_metadata: The document_id_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1132,20 +1367,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Number. + """Gets the error_details of this Number. # noqa: E501 + - :return: The error_details of this Number. + :return: The error_details of this Number. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Number. + """Sets the error_details of this Number. + - :param error_details: The error_details of this Number. + :param error_details: The error_details of this Number. # noqa: E501 :type: ErrorDetails """ @@ -1153,22 +1388,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Number. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Number. # noqa: E501 - :return: The font of this Number. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Number. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Number. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Number. - :param font: The font of this Number. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Number. # noqa: E501 :type: str """ @@ -1176,22 +1411,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Number. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Number. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Number. + :return: The font_color of this Number. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Number. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Number. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Number. + :param font_color: The font_color of this Number. # noqa: E501 :type: str """ @@ -1199,20 +1434,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Number. + """Gets the font_color_metadata of this Number. # noqa: E501 + - :return: The font_color_metadata of this Number. + :return: The font_color_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Number. + """Sets the font_color_metadata of this Number. - :param font_color_metadata: The font_color_metadata of this Number. + + :param font_color_metadata: The font_color_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1220,20 +1455,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Number. + """Gets the font_metadata of this Number. # noqa: E501 - :return: The font_metadata of this Number. + + :return: The font_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Number. + """Sets the font_metadata of this Number. + - :param font_metadata: The font_metadata of this Number. + :param font_metadata: The font_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1241,22 +1476,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Number. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Number. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Number. + :return: The font_size of this Number. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Number. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Number. - :param font_size: The font_size of this Number. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this Number. # noqa: E501 :type: str """ @@ -1264,20 +1499,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Number. + """Gets the font_size_metadata of this Number. # noqa: E501 + - :return: The font_size_metadata of this Number. + :return: The font_size_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Number. + """Sets the font_size_metadata of this Number. + - :param font_size_metadata: The font_size_metadata of this Number. + :param font_size_metadata: The font_size_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1285,22 +1520,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Number. - + """Gets the form_order of this Number. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Number. + :return: The form_order of this Number. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Number. - + """Sets the form_order of this Number. - :param form_order: The form_order of this Number. + # noqa: E501 + + :param form_order: The form_order of this Number. # noqa: E501 :type: str """ @@ -1308,20 +1543,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Number. + """Gets the form_order_metadata of this Number. # noqa: E501 - :return: The form_order_metadata of this Number. + + :return: The form_order_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Number. + """Sets the form_order_metadata of this Number. + - :param form_order_metadata: The form_order_metadata of this Number. + :param form_order_metadata: The form_order_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1329,22 +1564,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Number. - + """Gets the form_page_label of this Number. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Number. + :return: The form_page_label of this Number. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Number. - + """Sets the form_page_label of this Number. + + # noqa: E501 - :param form_page_label: The form_page_label of this Number. + :param form_page_label: The form_page_label of this Number. # noqa: E501 :type: str """ @@ -1352,20 +1587,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Number. + """Gets the form_page_label_metadata of this Number. # noqa: E501 - :return: The form_page_label_metadata of this Number. + + :return: The form_page_label_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Number. + """Sets the form_page_label_metadata of this Number. + - :param form_page_label_metadata: The form_page_label_metadata of this Number. + :param form_page_label_metadata: The form_page_label_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1373,22 +1608,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Number. - + """Gets the form_page_number of this Number. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Number. + :return: The form_page_number of this Number. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Number. - + """Sets the form_page_number of this Number. - :param form_page_number: The form_page_number of this Number. + # noqa: E501 + + :param form_page_number: The form_page_number of this Number. # noqa: E501 :type: str """ @@ -1396,20 +1631,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Number. + """Gets the form_page_number_metadata of this Number. # noqa: E501 - :return: The form_page_number_metadata of this Number. + + :return: The form_page_number_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Number. + """Sets the form_page_number_metadata of this Number. + - :param form_page_number_metadata: The form_page_number_metadata of this Number. + :param form_page_number_metadata: The form_page_number_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1417,22 +1652,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def formula(self): - """ - Gets the formula of this Number. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Gets the formula of this Number. # noqa: E501 + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :return: The formula of this Number. + :return: The formula of this Number. # noqa: E501 :rtype: str """ return self._formula @formula.setter def formula(self, formula): - """ - Sets the formula of this Number. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Sets the formula of this Number. + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :param formula: The formula of this Number. + :param formula: The formula of this Number. # noqa: E501 :type: str """ @@ -1440,20 +1675,20 @@ def formula(self, formula): @property def formula_metadata(self): - """ - Gets the formula_metadata of this Number. + """Gets the formula_metadata of this Number. # noqa: E501 - :return: The formula_metadata of this Number. + + :return: The formula_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._formula_metadata @formula_metadata.setter def formula_metadata(self, formula_metadata): - """ - Sets the formula_metadata of this Number. + """Sets the formula_metadata of this Number. - :param formula_metadata: The formula_metadata of this Number. + + :param formula_metadata: The formula_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1461,22 +1696,22 @@ def formula_metadata(self, formula_metadata): @property def height(self): - """ - Gets the height of this Number. - Height of the tab in pixels. + """Gets the height of this Number. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Number. + :return: The height of this Number. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Number. - Height of the tab in pixels. + """Sets the height of this Number. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Number. + :param height: The height of this Number. # noqa: E501 :type: str """ @@ -1484,20 +1719,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Number. + """Gets the height_metadata of this Number. # noqa: E501 + - :return: The height_metadata of this Number. + :return: The height_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Number. + """Sets the height_metadata of this Number. - :param height_metadata: The height_metadata of this Number. + + :param height_metadata: The height_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1505,22 +1740,22 @@ def height_metadata(self, height_metadata): @property def is_payment_amount(self): - """ - Gets the is_payment_amount of this Number. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Gets the is_payment_amount of this Number. # noqa: E501 - :return: The is_payment_amount of this Number. + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 + + :return: The is_payment_amount of this Number. # noqa: E501 :rtype: str """ return self._is_payment_amount @is_payment_amount.setter def is_payment_amount(self, is_payment_amount): - """ - Sets the is_payment_amount of this Number. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Sets the is_payment_amount of this Number. + + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 - :param is_payment_amount: The is_payment_amount of this Number. + :param is_payment_amount: The is_payment_amount of this Number. # noqa: E501 :type: str """ @@ -1528,20 +1763,20 @@ def is_payment_amount(self, is_payment_amount): @property def is_payment_amount_metadata(self): - """ - Gets the is_payment_amount_metadata of this Number. + """Gets the is_payment_amount_metadata of this Number. # noqa: E501 + - :return: The is_payment_amount_metadata of this Number. + :return: The is_payment_amount_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._is_payment_amount_metadata @is_payment_amount_metadata.setter def is_payment_amount_metadata(self, is_payment_amount_metadata): - """ - Sets the is_payment_amount_metadata of this Number. + """Sets the is_payment_amount_metadata of this Number. + - :param is_payment_amount_metadata: The is_payment_amount_metadata of this Number. + :param is_payment_amount_metadata: The is_payment_amount_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1549,22 +1784,22 @@ def is_payment_amount_metadata(self, is_payment_amount_metadata): @property def italic(self): - """ - Gets the italic of this Number. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Number. # noqa: E501 - :return: The italic of this Number. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Number. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Number. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Number. - :param italic: The italic of this Number. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Number. # noqa: E501 :type: str """ @@ -1572,20 +1807,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Number. + """Gets the italic_metadata of this Number. # noqa: E501 - :return: The italic_metadata of this Number. + + :return: The italic_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Number. + """Sets the italic_metadata of this Number. - :param italic_metadata: The italic_metadata of this Number. + + :param italic_metadata: The italic_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1593,20 +1828,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Number. + """Gets the locale_policy of this Number. # noqa: E501 - :return: The locale_policy of this Number. + + :return: The locale_policy of this Number. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Number. + """Sets the locale_policy of this Number. - :param locale_policy: The locale_policy of this Number. + + :param locale_policy: The locale_policy of this Number. # noqa: E501 :type: LocalePolicyTab """ @@ -1614,22 +1849,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Number. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Number. # noqa: E501 - :return: The locked of this Number. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Number. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Number. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Number. - :param locked: The locked of this Number. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Number. # noqa: E501 :type: str """ @@ -1637,20 +1872,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Number. + """Gets the locked_metadata of this Number. # noqa: E501 - :return: The locked_metadata of this Number. + + :return: The locked_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Number. + """Sets the locked_metadata of this Number. - :param locked_metadata: The locked_metadata of this Number. + + :param locked_metadata: The locked_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1658,22 +1893,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Number. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Number. # noqa: E501 - :return: The max_length of this Number. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this Number. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Number. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Number. - :param max_length: The max_length of this Number. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this Number. # noqa: E501 :type: str """ @@ -1681,20 +1916,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Number. + """Gets the max_length_metadata of this Number. # noqa: E501 - :return: The max_length_metadata of this Number. + + :return: The max_length_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Number. + """Sets the max_length_metadata of this Number. - :param max_length_metadata: The max_length_metadata of this Number. + + :param max_length_metadata: The max_length_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1702,20 +1937,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Number. + """Gets the merge_field of this Number. # noqa: E501 - :return: The merge_field of this Number. + + :return: The merge_field of this Number. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Number. + """Sets the merge_field of this Number. - :param merge_field: The merge_field of this Number. + + :param merge_field: The merge_field of this Number. # noqa: E501 :type: MergeField """ @@ -1723,22 +1958,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Number. - + """Gets the merge_field_xml of this Number. # noqa: E501 - :return: The merge_field_xml of this Number. + # noqa: E501 + + :return: The merge_field_xml of this Number. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Number. - + """Sets the merge_field_xml of this Number. - :param merge_field_xml: The merge_field_xml of this Number. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Number. # noqa: E501 :type: str """ @@ -1746,22 +1981,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Number. - Specifies the tool tip text for the tab. + """Gets the name of this Number. # noqa: E501 - :return: The name of this Number. + Specifies the tool tip text for the tab. # noqa: E501 + + :return: The name of this Number. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Number. - Specifies the tool tip text for the tab. + """Sets the name of this Number. - :param name: The name of this Number. + Specifies the tool tip text for the tab. # noqa: E501 + + :param name: The name of this Number. # noqa: E501 :type: str """ @@ -1769,20 +2004,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Number. + """Gets the name_metadata of this Number. # noqa: E501 - :return: The name_metadata of this Number. + + :return: The name_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Number. + """Sets the name_metadata of this Number. - :param name_metadata: The name_metadata of this Number. + + :param name_metadata: The name_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1790,22 +2025,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Number. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Number. # noqa: E501 - :return: The original_value of this Number. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this Number. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Number. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Number. - :param original_value: The original_value of this Number. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this Number. # noqa: E501 :type: str """ @@ -1813,20 +2048,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Number. + """Gets the original_value_metadata of this Number. # noqa: E501 - :return: The original_value_metadata of this Number. + + :return: The original_value_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Number. + """Sets the original_value_metadata of this Number. - :param original_value_metadata: The original_value_metadata of this Number. + + :param original_value_metadata: The original_value_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1834,22 +2069,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Number. - Specifies the page number on which the tab is located. + """Gets the page_number of this Number. # noqa: E501 - :return: The page_number of this Number. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Number. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Number. - Specifies the page number on which the tab is located. + """Sets the page_number of this Number. - :param page_number: The page_number of this Number. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Number. # noqa: E501 :type: str """ @@ -1857,20 +2092,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Number. + """Gets the page_number_metadata of this Number. # noqa: E501 - :return: The page_number_metadata of this Number. + + :return: The page_number_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Number. + """Sets the page_number_metadata of this Number. - :param page_number_metadata: The page_number_metadata of this Number. + + :param page_number_metadata: The page_number_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1878,22 +2113,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Number. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Number. # noqa: E501 - :return: The recipient_id of this Number. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Number. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Number. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Number. - :param recipient_id: The recipient_id of this Number. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Number. # noqa: E501 :type: str """ @@ -1901,22 +2136,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Number. - + """Gets the recipient_id_guid of this Number. # noqa: E501 - :return: The recipient_id_guid of this Number. + # noqa: E501 + + :return: The recipient_id_guid of this Number. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Number. - + """Sets the recipient_id_guid of this Number. - :param recipient_id_guid: The recipient_id_guid of this Number. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Number. # noqa: E501 :type: str """ @@ -1924,20 +2159,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Number. + """Gets the recipient_id_guid_metadata of this Number. # noqa: E501 - :return: The recipient_id_guid_metadata of this Number. + + :return: The recipient_id_guid_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Number. + """Sets the recipient_id_guid_metadata of this Number. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Number. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1945,20 +2180,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Number. + """Gets the recipient_id_metadata of this Number. # noqa: E501 - :return: The recipient_id_metadata of this Number. + + :return: The recipient_id_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Number. + """Sets the recipient_id_metadata of this Number. - :param recipient_id_metadata: The recipient_id_metadata of this Number. + + :param recipient_id_metadata: The recipient_id_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -1966,22 +2201,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this Number. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this Number. # noqa: E501 - :return: The require_all of this Number. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this Number. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this Number. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this Number. - :param require_all: The require_all of this Number. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this Number. # noqa: E501 :type: str """ @@ -1989,20 +2224,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this Number. + """Gets the require_all_metadata of this Number. # noqa: E501 - :return: The require_all_metadata of this Number. + + :return: The require_all_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this Number. + """Sets the require_all_metadata of this Number. - :param require_all_metadata: The require_all_metadata of this Number. + + :param require_all_metadata: The require_all_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2010,22 +2245,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this Number. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Number. # noqa: E501 - :return: The required of this Number. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Number. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Number. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Number. - :param required: The required of this Number. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Number. # noqa: E501 :type: str """ @@ -2033,20 +2268,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Number. + """Gets the required_metadata of this Number. # noqa: E501 - :return: The required_metadata of this Number. + + :return: The required_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Number. + """Sets the required_metadata of this Number. - :param required_metadata: The required_metadata of this Number. + + :param required_metadata: The required_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2054,22 +2289,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Number. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Number. # noqa: E501 - :return: The require_initial_on_shared_change of this Number. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this Number. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Number. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Number. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Number. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Number. # noqa: E501 :type: str """ @@ -2077,20 +2312,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Number. + """Gets the require_initial_on_shared_change_metadata of this Number. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this Number. + + :return: The require_initial_on_shared_change_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Number. + """Sets the require_initial_on_shared_change_metadata of this Number. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Number. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2098,22 +2333,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this Number. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this Number. # noqa: E501 - :return: The sender_required of this Number. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this Number. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this Number. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this Number. - :param sender_required: The sender_required of this Number. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this Number. # noqa: E501 :type: str """ @@ -2121,20 +2356,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this Number. + """Gets the sender_required_metadata of this Number. # noqa: E501 - :return: The sender_required_metadata of this Number. + + :return: The sender_required_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this Number. + """Sets the sender_required_metadata of this Number. - :param sender_required_metadata: The sender_required_metadata of this Number. + + :param sender_required_metadata: The sender_required_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2142,22 +2377,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this Number. - When set to **true**, this custom tab is shared. + """Gets the shared of this Number. # noqa: E501 - :return: The shared of this Number. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Number. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Number. - When set to **true**, this custom tab is shared. + """Sets the shared of this Number. - :param shared: The shared of this Number. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Number. # noqa: E501 :type: str """ @@ -2165,20 +2400,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Number. + """Gets the shared_metadata of this Number. # noqa: E501 - :return: The shared_metadata of this Number. + + :return: The shared_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Number. + """Sets the shared_metadata of this Number. - :param shared_metadata: The shared_metadata of this Number. + + :param shared_metadata: The shared_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2186,20 +2421,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Number. + """Gets the smart_contract_information of this Number. # noqa: E501 - :return: The smart_contract_information of this Number. + + :return: The smart_contract_information of this Number. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Number. + """Sets the smart_contract_information of this Number. - :param smart_contract_information: The smart_contract_information of this Number. + + :param smart_contract_information: The smart_contract_information of this Number. # noqa: E501 :type: SmartContractInformation """ @@ -2207,22 +2442,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Number. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Number. # noqa: E501 - :return: The status of this Number. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Number. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Number. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Number. - :param status: The status of this Number. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Number. # noqa: E501 :type: str """ @@ -2230,20 +2465,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Number. + """Gets the status_metadata of this Number. # noqa: E501 - :return: The status_metadata of this Number. + + :return: The status_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Number. + """Sets the status_metadata of this Number. - :param status_metadata: The status_metadata of this Number. + + :param status_metadata: The status_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2251,22 +2486,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Number. - + """Gets the tab_group_labels of this Number. # noqa: E501 - :return: The tab_group_labels of this Number. + # noqa: E501 + + :return: The tab_group_labels of this Number. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Number. - + """Sets the tab_group_labels of this Number. - :param tab_group_labels: The tab_group_labels of this Number. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Number. # noqa: E501 :type: list[str] """ @@ -2274,20 +2509,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Number. + """Gets the tab_group_labels_metadata of this Number. # noqa: E501 - :return: The tab_group_labels_metadata of this Number. + + :return: The tab_group_labels_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Number. + """Sets the tab_group_labels_metadata of this Number. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Number. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2295,22 +2530,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Number. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Number. # noqa: E501 - :return: The tab_id of this Number. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Number. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Number. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Number. - :param tab_id: The tab_id of this Number. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Number. # noqa: E501 :type: str """ @@ -2318,20 +2553,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Number. + """Gets the tab_id_metadata of this Number. # noqa: E501 - :return: The tab_id_metadata of this Number. + + :return: The tab_id_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Number. + """Sets the tab_id_metadata of this Number. - :param tab_id_metadata: The tab_id_metadata of this Number. + + :param tab_id_metadata: The tab_id_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2339,22 +2574,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Number. - The label string associated with the tab. + """Gets the tab_label of this Number. # noqa: E501 - :return: The tab_label of this Number. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Number. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Number. - The label string associated with the tab. + """Sets the tab_label of this Number. - :param tab_label: The tab_label of this Number. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Number. # noqa: E501 :type: str """ @@ -2362,20 +2597,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Number. + """Gets the tab_label_metadata of this Number. # noqa: E501 - :return: The tab_label_metadata of this Number. + + :return: The tab_label_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Number. + """Sets the tab_label_metadata of this Number. - :param tab_label_metadata: The tab_label_metadata of this Number. + + :param tab_label_metadata: The tab_label_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2383,22 +2618,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Number. - + """Gets the tab_order of this Number. # noqa: E501 - :return: The tab_order of this Number. + # noqa: E501 + + :return: The tab_order of this Number. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Number. - + """Sets the tab_order of this Number. - :param tab_order: The tab_order of this Number. + # noqa: E501 + + :param tab_order: The tab_order of this Number. # noqa: E501 :type: str """ @@ -2406,20 +2641,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Number. + """Gets the tab_order_metadata of this Number. # noqa: E501 - :return: The tab_order_metadata of this Number. + + :return: The tab_order_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Number. + """Sets the tab_order_metadata of this Number. - :param tab_order_metadata: The tab_order_metadata of this Number. + + :param tab_order_metadata: The tab_order_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2427,22 +2662,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Number. - + """Gets the tab_type of this Number. # noqa: E501 - :return: The tab_type of this Number. + # noqa: E501 + + :return: The tab_type of this Number. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Number. - + """Sets the tab_type of this Number. - :param tab_type: The tab_type of this Number. + # noqa: E501 + + :param tab_type: The tab_type of this Number. # noqa: E501 :type: str """ @@ -2450,20 +2685,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Number. + """Gets the tab_type_metadata of this Number. # noqa: E501 - :return: The tab_type_metadata of this Number. + + :return: The tab_type_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Number. + """Sets the tab_type_metadata of this Number. - :param tab_type_metadata: The tab_type_metadata of this Number. + + :param tab_type_metadata: The tab_type_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2471,22 +2706,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Number. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Number. # noqa: E501 - :return: The template_locked of this Number. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Number. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Number. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Number. - :param template_locked: The template_locked of this Number. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Number. # noqa: E501 :type: str """ @@ -2494,20 +2729,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Number. + """Gets the template_locked_metadata of this Number. # noqa: E501 - :return: The template_locked_metadata of this Number. + + :return: The template_locked_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Number. + """Sets the template_locked_metadata of this Number. - :param template_locked_metadata: The template_locked_metadata of this Number. + + :param template_locked_metadata: The template_locked_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2515,22 +2750,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Number. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Number. # noqa: E501 - :return: The template_required of this Number. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Number. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Number. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Number. - :param template_required: The template_required of this Number. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Number. # noqa: E501 :type: str """ @@ -2538,20 +2773,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Number. + """Gets the template_required_metadata of this Number. # noqa: E501 - :return: The template_required_metadata of this Number. + + :return: The template_required_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Number. + """Sets the template_required_metadata of this Number. - :param template_required_metadata: The template_required_metadata of this Number. + + :param template_required_metadata: The template_required_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2559,22 +2794,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Number. - + """Gets the tooltip of this Number. # noqa: E501 - :return: The tooltip of this Number. + # noqa: E501 + + :return: The tooltip of this Number. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Number. - + """Sets the tooltip of this Number. - :param tooltip: The tooltip of this Number. + # noqa: E501 + + :param tooltip: The tooltip of this Number. # noqa: E501 :type: str """ @@ -2582,20 +2817,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Number. + """Gets the tool_tip_metadata of this Number. # noqa: E501 - :return: The tool_tip_metadata of this Number. + + :return: The tool_tip_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Number. + """Sets the tool_tip_metadata of this Number. - :param tool_tip_metadata: The tool_tip_metadata of this Number. + + :param tool_tip_metadata: The tool_tip_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2603,22 +2838,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Number. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Number. # noqa: E501 - :return: The underline of this Number. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Number. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Number. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Number. - :param underline: The underline of this Number. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Number. # noqa: E501 :type: str """ @@ -2626,20 +2861,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Number. + """Gets the underline_metadata of this Number. # noqa: E501 - :return: The underline_metadata of this Number. + + :return: The underline_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Number. + """Sets the underline_metadata of this Number. - :param underline_metadata: The underline_metadata of this Number. + + :param underline_metadata: The underline_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2647,22 +2882,22 @@ def underline_metadata(self, underline_metadata): @property def validation_message(self): - """ - Gets the validation_message of this Number. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this Number. # noqa: E501 - :return: The validation_message of this Number. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this Number. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this Number. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this Number. - :param validation_message: The validation_message of this Number. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this Number. # noqa: E501 :type: str """ @@ -2670,20 +2905,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this Number. + """Gets the validation_message_metadata of this Number. # noqa: E501 - :return: The validation_message_metadata of this Number. + + :return: The validation_message_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this Number. + """Sets the validation_message_metadata of this Number. - :param validation_message_metadata: The validation_message_metadata of this Number. + + :param validation_message_metadata: The validation_message_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2691,22 +2926,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this Number. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this Number. # noqa: E501 - :return: The validation_pattern of this Number. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this Number. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this Number. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this Number. - :param validation_pattern: The validation_pattern of this Number. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this Number. # noqa: E501 :type: str """ @@ -2714,20 +2949,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this Number. + """Gets the validation_pattern_metadata of this Number. # noqa: E501 - :return: The validation_pattern_metadata of this Number. + + :return: The validation_pattern_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this Number. + """Sets the validation_pattern_metadata of this Number. - :param validation_pattern_metadata: The validation_pattern_metadata of this Number. + + :param validation_pattern_metadata: The validation_pattern_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2735,22 +2970,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this Number. - Specifies the value of the tab. + """Gets the value of this Number. # noqa: E501 - :return: The value of this Number. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Number. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Number. - Specifies the value of the tab. + """Sets the value of this Number. - :param value: The value of this Number. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Number. # noqa: E501 :type: str """ @@ -2758,20 +2993,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Number. + """Gets the value_metadata of this Number. # noqa: E501 - :return: The value_metadata of this Number. + + :return: The value_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Number. + """Sets the value_metadata of this Number. - :param value_metadata: The value_metadata of this Number. + + :param value_metadata: The value_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2779,22 +3014,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Number. - Width of the tab in pixels. + """Gets the width of this Number. # noqa: E501 - :return: The width of this Number. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Number. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Number. - Width of the tab in pixels. + """Sets the width of this Number. - :param width: The width of this Number. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Number. # noqa: E501 :type: str """ @@ -2802,20 +3037,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Number. + """Gets the width_metadata of this Number. # noqa: E501 - :return: The width_metadata of this Number. + + :return: The width_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Number. + """Sets the width_metadata of this Number. - :param width_metadata: The width_metadata of this Number. + + :param width_metadata: The width_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2823,22 +3058,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Number. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Number. # noqa: E501 - :return: The x_position of this Number. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Number. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Number. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Number. - :param x_position: The x_position of this Number. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Number. # noqa: E501 :type: str """ @@ -2846,20 +3081,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Number. + """Gets the x_position_metadata of this Number. # noqa: E501 - :return: The x_position_metadata of this Number. + + :return: The x_position_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Number. + """Sets the x_position_metadata of this Number. - :param x_position_metadata: The x_position_metadata of this Number. + + :param x_position_metadata: The x_position_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ @@ -2867,22 +3102,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Number. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Number. # noqa: E501 - :return: The y_position of this Number. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Number. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Number. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Number. - :param y_position: The y_position of this Number. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Number. # noqa: E501 :type: str """ @@ -2890,32 +3125,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Number. + """Gets the y_position_metadata of this Number. # noqa: E501 - :return: The y_position_metadata of this Number. + + :return: The y_position_metadata of this Number. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Number. + """Sets the y_position_metadata of this Number. - :param y_position_metadata: The y_position_metadata of this Number. + + :param y_position_metadata: The y_position_metadata of this Number. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2932,29 +3165,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Number, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Number): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/oauth_access.py b/docusign_esign/models/oauth_access.py index 0306d75c..b5027581 100644 --- a/docusign_esign/models/oauth_access.py +++ b/docusign_esign/models/oauth_access.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class OauthAccess(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None): - """ - OauthAccess - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_token': 'str', - 'data': 'list[NameValue]', - 'expires_in': 'str', - 'refresh_token': 'str', - 'scope': 'str', - 'token_type': 'str' - } - - self.attribute_map = { - 'access_token': 'access_token', - 'data': 'data', - 'expires_in': 'expires_in', - 'refresh_token': 'refresh_token', - 'scope': 'scope', - 'token_type': 'token_type' - } - - self._access_token = access_token - self._data = data - self._expires_in = expires_in - self._refresh_token = refresh_token - self._scope = scope - self._token_type = token_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_token': 'str', + 'data': 'list[NameValue]', + 'expires_in': 'str', + 'refresh_token': 'str', + 'scope': 'str', + 'token_type': 'str' + } + + attribute_map = { + 'access_token': 'access_token', + 'data': 'data', + 'expires_in': 'expires_in', + 'refresh_token': 'refresh_token', + 'scope': 'scope', + 'token_type': 'token_type' + } + + def __init__(self, access_token=None, data=None, expires_in=None, refresh_token=None, scope=None, token_type=None): # noqa: E501 + """OauthAccess - a model defined in Swagger""" # noqa: E501 + + self._access_token = None + self._data = None + self._expires_in = None + self._refresh_token = None + self._scope = None + self._token_type = None + self.discriminator = None + + if access_token is not None: + self.access_token = access_token + if data is not None: + self.data = data + if expires_in is not None: + self.expires_in = expires_in + if refresh_token is not None: + self.refresh_token = refresh_token + if scope is not None: + self.scope = scope + if token_type is not None: + self.token_type = token_type @property def access_token(self): - """ - Gets the access_token of this OauthAccess. - Access token information. + """Gets the access_token of this OauthAccess. # noqa: E501 + + Access token information. # noqa: E501 - :return: The access_token of this OauthAccess. + :return: The access_token of this OauthAccess. # noqa: E501 :rtype: str """ return self._access_token @access_token.setter def access_token(self, access_token): - """ - Sets the access_token of this OauthAccess. - Access token information. + """Sets the access_token of this OauthAccess. + + Access token information. # noqa: E501 - :param access_token: The access_token of this OauthAccess. + :param access_token: The access_token of this OauthAccess. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def access_token(self, access_token): @property def data(self): - """ - Gets the data of this OauthAccess. - + """Gets the data of this OauthAccess. # noqa: E501 - :return: The data of this OauthAccess. + # noqa: E501 + + :return: The data of this OauthAccess. # noqa: E501 :rtype: list[NameValue] """ return self._data @data.setter def data(self, data): - """ - Sets the data of this OauthAccess. - + """Sets the data of this OauthAccess. + + # noqa: E501 - :param data: The data of this OauthAccess. + :param data: The data of this OauthAccess. # noqa: E501 :type: list[NameValue] """ @@ -103,22 +120,22 @@ def data(self, data): @property def expires_in(self): - """ - Gets the expires_in of this OauthAccess. - + """Gets the expires_in of this OauthAccess. # noqa: E501 + + # noqa: E501 - :return: The expires_in of this OauthAccess. + :return: The expires_in of this OauthAccess. # noqa: E501 :rtype: str """ return self._expires_in @expires_in.setter def expires_in(self, expires_in): - """ - Sets the expires_in of this OauthAccess. - + """Sets the expires_in of this OauthAccess. - :param expires_in: The expires_in of this OauthAccess. + # noqa: E501 + + :param expires_in: The expires_in of this OauthAccess. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def expires_in(self, expires_in): @property def refresh_token(self): - """ - Gets the refresh_token of this OauthAccess. - + """Gets the refresh_token of this OauthAccess. # noqa: E501 + + # noqa: E501 - :return: The refresh_token of this OauthAccess. + :return: The refresh_token of this OauthAccess. # noqa: E501 :rtype: str """ return self._refresh_token @refresh_token.setter def refresh_token(self, refresh_token): - """ - Sets the refresh_token of this OauthAccess. - + """Sets the refresh_token of this OauthAccess. + + # noqa: E501 - :param refresh_token: The refresh_token of this OauthAccess. + :param refresh_token: The refresh_token of this OauthAccess. # noqa: E501 :type: str """ @@ -149,22 +166,22 @@ def refresh_token(self, refresh_token): @property def scope(self): - """ - Gets the scope of this OauthAccess. - Must be set to \"api\". + """Gets the scope of this OauthAccess. # noqa: E501 - :return: The scope of this OauthAccess. + Must be set to \"api\". # noqa: E501 + + :return: The scope of this OauthAccess. # noqa: E501 :rtype: str """ return self._scope @scope.setter def scope(self, scope): - """ - Sets the scope of this OauthAccess. - Must be set to \"api\". + """Sets the scope of this OauthAccess. + + Must be set to \"api\". # noqa: E501 - :param scope: The scope of this OauthAccess. + :param scope: The scope of this OauthAccess. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def scope(self, scope): @property def token_type(self): - """ - Gets the token_type of this OauthAccess. - + """Gets the token_type of this OauthAccess. # noqa: E501 + + # noqa: E501 - :return: The token_type of this OauthAccess. + :return: The token_type of this OauthAccess. # noqa: E501 :rtype: str """ return self._token_type @token_type.setter def token_type(self, token_type): - """ - Sets the token_type of this OauthAccess. - + """Sets the token_type of this OauthAccess. - :param token_type: The token_type of this OauthAccess. + # noqa: E501 + + :param token_type: The token_type of this OauthAccess. # noqa: E501 :type: str """ self._token_type = token_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(OauthAccess, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, OauthAccess): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/offline_attributes.py b/docusign_esign/models/offline_attributes.py index 077596d7..e08ed651 100644 --- a/docusign_esign/models/offline_attributes.py +++ b/docusign_esign/models/offline_attributes.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class OfflineAttributes(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_esign_id=None, device_model=None, device_name=None, gps_latitude=None, gps_longitude=None, offline_signing_hash=None): - """ - OfflineAttributes - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_esign_id': 'str', - 'device_model': 'str', - 'device_name': 'str', - 'gps_latitude': 'str', - 'gps_longitude': 'str', - 'offline_signing_hash': 'str' - } - - self.attribute_map = { - 'account_esign_id': 'accountEsignId', - 'device_model': 'deviceModel', - 'device_name': 'deviceName', - 'gps_latitude': 'gpsLatitude', - 'gps_longitude': 'gpsLongitude', - 'offline_signing_hash': 'offlineSigningHash' - } - - self._account_esign_id = account_esign_id - self._device_model = device_model - self._device_name = device_name - self._gps_latitude = gps_latitude - self._gps_longitude = gps_longitude - self._offline_signing_hash = offline_signing_hash + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_esign_id': 'str', + 'device_model': 'str', + 'device_name': 'str', + 'gps_latitude': 'str', + 'gps_longitude': 'str', + 'offline_signing_hash': 'str' + } + + attribute_map = { + 'account_esign_id': 'accountEsignId', + 'device_model': 'deviceModel', + 'device_name': 'deviceName', + 'gps_latitude': 'gpsLatitude', + 'gps_longitude': 'gpsLongitude', + 'offline_signing_hash': 'offlineSigningHash' + } + + def __init__(self, account_esign_id=None, device_model=None, device_name=None, gps_latitude=None, gps_longitude=None, offline_signing_hash=None): # noqa: E501 + """OfflineAttributes - a model defined in Swagger""" # noqa: E501 + + self._account_esign_id = None + self._device_model = None + self._device_name = None + self._gps_latitude = None + self._gps_longitude = None + self._offline_signing_hash = None + self.discriminator = None + + if account_esign_id is not None: + self.account_esign_id = account_esign_id + if device_model is not None: + self.device_model = device_model + if device_name is not None: + self.device_name = device_name + if gps_latitude is not None: + self.gps_latitude = gps_latitude + if gps_longitude is not None: + self.gps_longitude = gps_longitude + if offline_signing_hash is not None: + self.offline_signing_hash = offline_signing_hash @property def account_esign_id(self): - """ - Gets the account_esign_id of this OfflineAttributes. - A GUID identifying the account associated with the consumer disclosure + """Gets the account_esign_id of this OfflineAttributes. # noqa: E501 + + A GUID identifying the account associated with the consumer disclosure # noqa: E501 - :return: The account_esign_id of this OfflineAttributes. + :return: The account_esign_id of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._account_esign_id @account_esign_id.setter def account_esign_id(self, account_esign_id): - """ - Sets the account_esign_id of this OfflineAttributes. - A GUID identifying the account associated with the consumer disclosure + """Sets the account_esign_id of this OfflineAttributes. + + A GUID identifying the account associated with the consumer disclosure # noqa: E501 - :param account_esign_id: The account_esign_id of this OfflineAttributes. + :param account_esign_id: The account_esign_id of this OfflineAttributes. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def account_esign_id(self, account_esign_id): @property def device_model(self): - """ - Gets the device_model of this OfflineAttributes. - A string containing information about the model of the device used for offline signing. + """Gets the device_model of this OfflineAttributes. # noqa: E501 - :return: The device_model of this OfflineAttributes. + A string containing information about the model of the device used for offline signing. # noqa: E501 + + :return: The device_model of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._device_model @device_model.setter def device_model(self, device_model): - """ - Sets the device_model of this OfflineAttributes. - A string containing information about the model of the device used for offline signing. + """Sets the device_model of this OfflineAttributes. + + A string containing information about the model of the device used for offline signing. # noqa: E501 - :param device_model: The device_model of this OfflineAttributes. + :param device_model: The device_model of this OfflineAttributes. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def device_model(self, device_model): @property def device_name(self): - """ - Gets the device_name of this OfflineAttributes. - A string containing information about the type of device used for offline signing. + """Gets the device_name of this OfflineAttributes. # noqa: E501 + + A string containing information about the type of device used for offline signing. # noqa: E501 - :return: The device_name of this OfflineAttributes. + :return: The device_name of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._device_name @device_name.setter def device_name(self, device_name): - """ - Sets the device_name of this OfflineAttributes. - A string containing information about the type of device used for offline signing. + """Sets the device_name of this OfflineAttributes. - :param device_name: The device_name of this OfflineAttributes. + A string containing information about the type of device used for offline signing. # noqa: E501 + + :param device_name: The device_name of this OfflineAttributes. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def device_name(self, device_name): @property def gps_latitude(self): - """ - Gets the gps_latitude of this OfflineAttributes. - A string containing the latitude of the device location at the time of signing. + """Gets the gps_latitude of this OfflineAttributes. # noqa: E501 + + A string containing the latitude of the device location at the time of signing. # noqa: E501 - :return: The gps_latitude of this OfflineAttributes. + :return: The gps_latitude of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._gps_latitude @gps_latitude.setter def gps_latitude(self, gps_latitude): - """ - Sets the gps_latitude of this OfflineAttributes. - A string containing the latitude of the device location at the time of signing. + """Sets the gps_latitude of this OfflineAttributes. + + A string containing the latitude of the device location at the time of signing. # noqa: E501 - :param gps_latitude: The gps_latitude of this OfflineAttributes. + :param gps_latitude: The gps_latitude of this OfflineAttributes. # noqa: E501 :type: str """ @@ -149,22 +166,22 @@ def gps_latitude(self, gps_latitude): @property def gps_longitude(self): - """ - Gets the gps_longitude of this OfflineAttributes. - A string containing the longitude of the device location at the time of signing. + """Gets the gps_longitude of this OfflineAttributes. # noqa: E501 - :return: The gps_longitude of this OfflineAttributes. + A string containing the longitude of the device location at the time of signing. # noqa: E501 + + :return: The gps_longitude of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._gps_longitude @gps_longitude.setter def gps_longitude(self, gps_longitude): - """ - Sets the gps_longitude of this OfflineAttributes. - A string containing the longitude of the device location at the time of signing. + """Sets the gps_longitude of this OfflineAttributes. + + A string containing the longitude of the device location at the time of signing. # noqa: E501 - :param gps_longitude: The gps_longitude of this OfflineAttributes. + :param gps_longitude: The gps_longitude of this OfflineAttributes. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def gps_longitude(self, gps_longitude): @property def offline_signing_hash(self): - """ - Gets the offline_signing_hash of this OfflineAttributes. - + """Gets the offline_signing_hash of this OfflineAttributes. # noqa: E501 + + # noqa: E501 - :return: The offline_signing_hash of this OfflineAttributes. + :return: The offline_signing_hash of this OfflineAttributes. # noqa: E501 :rtype: str """ return self._offline_signing_hash @offline_signing_hash.setter def offline_signing_hash(self, offline_signing_hash): - """ - Sets the offline_signing_hash of this OfflineAttributes. - + """Sets the offline_signing_hash of this OfflineAttributes. - :param offline_signing_hash: The offline_signing_hash of this OfflineAttributes. + # noqa: E501 + + :param offline_signing_hash: The offline_signing_hash of this OfflineAttributes. # noqa: E501 :type: str """ self._offline_signing_hash = offline_signing_hash def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(OfflineAttributes, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, OfflineAttributes): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/page.py b/docusign_esign/models/page.py index 7cdfe5a3..966b3813 100644 --- a/docusign_esign/models/page.py +++ b/docusign_esign/models/page.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Page(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, dpi=None, error_details=None, height=None, image_bytes=None, mime_type=None, page_id=None, sequence=None, width=None): - """ - Page - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'dpi': 'str', - 'error_details': 'ErrorDetails', - 'height': 'str', - 'image_bytes': 'str', - 'mime_type': 'str', - 'page_id': 'str', - 'sequence': 'str', - 'width': 'str' - } - - self.attribute_map = { - 'dpi': 'dpi', - 'error_details': 'errorDetails', - 'height': 'height', - 'image_bytes': 'imageBytes', - 'mime_type': 'mimeType', - 'page_id': 'pageId', - 'sequence': 'sequence', - 'width': 'width' - } - - self._dpi = dpi - self._error_details = error_details - self._height = height - self._image_bytes = image_bytes - self._mime_type = mime_type - self._page_id = page_id - self._sequence = sequence - self._width = width + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'dpi': 'str', + 'error_details': 'ErrorDetails', + 'height': 'str', + 'image_bytes': 'str', + 'mime_type': 'str', + 'page_id': 'str', + 'sequence': 'str', + 'width': 'str' + } + + attribute_map = { + 'dpi': 'dpi', + 'error_details': 'errorDetails', + 'height': 'height', + 'image_bytes': 'imageBytes', + 'mime_type': 'mimeType', + 'page_id': 'pageId', + 'sequence': 'sequence', + 'width': 'width' + } + + def __init__(self, dpi=None, error_details=None, height=None, image_bytes=None, mime_type=None, page_id=None, sequence=None, width=None): # noqa: E501 + """Page - a model defined in Swagger""" # noqa: E501 + + self._dpi = None + self._error_details = None + self._height = None + self._image_bytes = None + self._mime_type = None + self._page_id = None + self._sequence = None + self._width = None + self.discriminator = None + + if dpi is not None: + self.dpi = dpi + if error_details is not None: + self.error_details = error_details + if height is not None: + self.height = height + if image_bytes is not None: + self.image_bytes = image_bytes + if mime_type is not None: + self.mime_type = mime_type + if page_id is not None: + self.page_id = page_id + if sequence is not None: + self.sequence = sequence + if width is not None: + self.width = width @property def dpi(self): - """ - Gets the dpi of this Page. - The number of dots per inch used for the page image. + """Gets the dpi of this Page. # noqa: E501 - :return: The dpi of this Page. + The number of dots per inch used for the page image. # noqa: E501 + + :return: The dpi of this Page. # noqa: E501 :rtype: str """ return self._dpi @dpi.setter def dpi(self, dpi): - """ - Sets the dpi of this Page. - The number of dots per inch used for the page image. + """Sets the dpi of this Page. - :param dpi: The dpi of this Page. + The number of dots per inch used for the page image. # noqa: E501 + + :param dpi: The dpi of this Page. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def dpi(self, dpi): @property def error_details(self): - """ - Gets the error_details of this Page. + """Gets the error_details of this Page. # noqa: E501 - :return: The error_details of this Page. + + :return: The error_details of this Page. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Page. + """Sets the error_details of this Page. - :param error_details: The error_details of this Page. + + :param error_details: The error_details of this Page. # noqa: E501 :type: ErrorDetails """ @@ -107,22 +128,22 @@ def error_details(self, error_details): @property def height(self): - """ - Gets the height of this Page. - Height of the tab in pixels. + """Gets the height of this Page. # noqa: E501 - :return: The height of this Page. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this Page. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Page. - Height of the tab in pixels. + """Sets the height of this Page. - :param height: The height of this Page. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this Page. # noqa: E501 :type: str """ @@ -130,22 +151,22 @@ def height(self, height): @property def image_bytes(self): - """ - Gets the image_bytes of this Page. - + """Gets the image_bytes of this Page. # noqa: E501 + + # noqa: E501 - :return: The image_bytes of this Page. + :return: The image_bytes of this Page. # noqa: E501 :rtype: str """ return self._image_bytes @image_bytes.setter def image_bytes(self, image_bytes): - """ - Sets the image_bytes of this Page. - + """Sets the image_bytes of this Page. + + # noqa: E501 - :param image_bytes: The image_bytes of this Page. + :param image_bytes: The image_bytes of this Page. # noqa: E501 :type: str """ @@ -153,22 +174,22 @@ def image_bytes(self, image_bytes): @property def mime_type(self): - """ - Gets the mime_type of this Page. - + """Gets the mime_type of this Page. # noqa: E501 + + # noqa: E501 - :return: The mime_type of this Page. + :return: The mime_type of this Page. # noqa: E501 :rtype: str """ return self._mime_type @mime_type.setter def mime_type(self, mime_type): - """ - Sets the mime_type of this Page. - + """Sets the mime_type of this Page. + + # noqa: E501 - :param mime_type: The mime_type of this Page. + :param mime_type: The mime_type of this Page. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def mime_type(self, mime_type): @property def page_id(self): - """ - Gets the page_id of this Page. - + """Gets the page_id of this Page. # noqa: E501 + + # noqa: E501 - :return: The page_id of this Page. + :return: The page_id of this Page. # noqa: E501 :rtype: str """ return self._page_id @page_id.setter def page_id(self, page_id): - """ - Sets the page_id of this Page. - + """Sets the page_id of this Page. + + # noqa: E501 - :param page_id: The page_id of this Page. + :param page_id: The page_id of this Page. # noqa: E501 :type: str """ @@ -199,22 +220,22 @@ def page_id(self, page_id): @property def sequence(self): - """ - Gets the sequence of this Page. - + """Gets the sequence of this Page. # noqa: E501 + + # noqa: E501 - :return: The sequence of this Page. + :return: The sequence of this Page. # noqa: E501 :rtype: str """ return self._sequence @sequence.setter def sequence(self, sequence): - """ - Sets the sequence of this Page. - + """Sets the sequence of this Page. + + # noqa: E501 - :param sequence: The sequence of this Page. + :param sequence: The sequence of this Page. # noqa: E501 :type: str """ @@ -222,34 +243,32 @@ def sequence(self, sequence): @property def width(self): - """ - Gets the width of this Page. - Width of the tab in pixels. + """Gets the width of this Page. # noqa: E501 - :return: The width of this Page. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Page. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Page. - Width of the tab in pixels. + """Sets the width of this Page. - :param width: The width of this Page. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Page. # noqa: E501 :type: str """ self._width = width def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -266,29 +285,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Page, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Page): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/page_images.py b/docusign_esign/models/page_images.py index edb66a48..3f4519ed 100644 --- a/docusign_esign/models/page_images.py +++ b/docusign_esign/models/page_images.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PageImages(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, pages=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - PageImages - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'next_uri': 'str', - 'pages': 'list[Page]', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'pages': 'pages', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._next_uri = next_uri - self._pages = pages - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'next_uri': 'str', + 'pages': 'list[Page]', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'pages': 'pages', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, next_uri=None, pages=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """PageImages - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._pages = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if pages is not None: + self.pages = pages + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this PageImages. - The last position in the result set. + """Gets the end_position of this PageImages. # noqa: E501 - :return: The end_position of this PageImages. + The last position in the result set. # noqa: E501 + + :return: The end_position of this PageImages. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this PageImages. - The last position in the result set. + """Sets the end_position of this PageImages. - :param end_position: The end_position of this PageImages. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this PageImages. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this PageImages. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this PageImages. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this PageImages. + :return: The next_uri of this PageImages. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this PageImages. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this PageImages. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this PageImages. + :param next_uri: The next_uri of this PageImages. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def pages(self): - """ - Gets the pages of this PageImages. - + """Gets the pages of this PageImages. # noqa: E501 - :return: The pages of this PageImages. + # noqa: E501 + + :return: The pages of this PageImages. # noqa: E501 :rtype: list[Page] """ return self._pages @pages.setter def pages(self, pages): - """ - Sets the pages of this PageImages. - + """Sets the pages of this PageImages. + + # noqa: E501 - :param pages: The pages of this PageImages. + :param pages: The pages of this PageImages. # noqa: E501 :type: list[Page] """ @@ -129,22 +148,22 @@ def pages(self, pages): @property def previous_uri(self): - """ - Gets the previous_uri of this PageImages. - The postal code for the billing address. + """Gets the previous_uri of this PageImages. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this PageImages. + :return: The previous_uri of this PageImages. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this PageImages. - The postal code for the billing address. + """Sets the previous_uri of this PageImages. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this PageImages. + :param previous_uri: The previous_uri of this PageImages. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this PageImages. - The number of results returned in this response. + """Gets the result_set_size of this PageImages. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this PageImages. + :return: The result_set_size of this PageImages. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this PageImages. - The number of results returned in this response. + """Sets the result_set_size of this PageImages. - :param result_set_size: The result_set_size of this PageImages. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this PageImages. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this PageImages. - Starting position of the current result set. + """Gets the start_position of this PageImages. # noqa: E501 - :return: The start_position of this PageImages. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this PageImages. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this PageImages. - Starting position of the current result set. + """Sets the start_position of this PageImages. - :param start_position: The start_position of this PageImages. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this PageImages. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this PageImages. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this PageImages. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this PageImages. + :return: The total_set_size of this PageImages. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this PageImages. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this PageImages. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this PageImages. + :param total_set_size: The total_set_size of this PageImages. # noqa: E501 :type: str """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PageImages, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PageImages): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/page_request.py b/docusign_esign/models/page_request.py index b653677f..6846e00c 100644 --- a/docusign_esign/models/page_request.py +++ b/docusign_esign/models/page_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PageRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, password=None, rotate=None): - """ - PageRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'password': 'str', - 'rotate': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'password': 'str', + 'rotate': 'str' + } - self.attribute_map = { - 'password': 'password', - 'rotate': 'rotate' - } + attribute_map = { + 'password': 'password', + 'rotate': 'rotate' + } - self._password = password - self._rotate = rotate + def __init__(self, password=None, rotate=None): # noqa: E501 + """PageRequest - a model defined in Swagger""" # noqa: E501 + + self._password = None + self._rotate = None + self.discriminator = None + + if password is not None: + self.password = password + if rotate is not None: + self.rotate = rotate @property def password(self): - """ - Gets the password of this PageRequest. - + """Gets the password of this PageRequest. # noqa: E501 - :return: The password of this PageRequest. + # noqa: E501 + + :return: The password of this PageRequest. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this PageRequest. - + """Sets the password of this PageRequest. + + # noqa: E501 - :param password: The password of this PageRequest. + :param password: The password of this PageRequest. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def password(self, password): @property def rotate(self): - """ - Gets the rotate of this PageRequest. - Sets the direction the page image is rotated. The possible settings are: left or right + """Gets the rotate of this PageRequest. # noqa: E501 + + Sets the direction the page image is rotated. The possible settings are: left or right # noqa: E501 - :return: The rotate of this PageRequest. + :return: The rotate of this PageRequest. # noqa: E501 :rtype: str """ return self._rotate @rotate.setter def rotate(self, rotate): - """ - Sets the rotate of this PageRequest. - Sets the direction the page image is rotated. The possible settings are: left or right + """Sets the rotate of this PageRequest. + + Sets the direction the page image is rotated. The possible settings are: left or right # noqa: E501 - :param rotate: The rotate of this PageRequest. + :param rotate: The rotate of this PageRequest. # noqa: E501 :type: str """ self._rotate = rotate def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PageRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PageRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/path_extended_element.py b/docusign_esign/models/path_extended_element.py index ff4e270b..3f399b16 100644 --- a/docusign_esign/models/path_extended_element.py +++ b/docusign_esign/models/path_extended_element.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PathExtendedElement(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, type=None, type_name=None): - """ - PathExtendedElement - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'type': 'str', - 'type_name': 'str' - } - - self.attribute_map = { - 'name': 'name', - 'type': 'type', - 'type_name': 'typeName' - } - - self._name = name - self._type = type - self._type_name = type_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'type': 'str', + 'type_name': 'str' + } + + attribute_map = { + 'name': 'name', + 'type': 'type', + 'type_name': 'typeName' + } + + def __init__(self, name=None, type=None, type_name=None): # noqa: E501 + """PathExtendedElement - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._type = None + self._type_name = None + self.discriminator = None + + if name is not None: + self.name = name + if type is not None: + self.type = type + if type_name is not None: + self.type_name = type_name @property def name(self): - """ - Gets the name of this PathExtendedElement. - + """Gets the name of this PathExtendedElement. # noqa: E501 + + # noqa: E501 - :return: The name of this PathExtendedElement. + :return: The name of this PathExtendedElement. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this PathExtendedElement. - + """Sets the name of this PathExtendedElement. + + # noqa: E501 - :param name: The name of this PathExtendedElement. + :param name: The name of this PathExtendedElement. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def name(self, name): @property def type(self): - """ - Gets the type of this PathExtendedElement. - + """Gets the type of this PathExtendedElement. # noqa: E501 + + # noqa: E501 - :return: The type of this PathExtendedElement. + :return: The type of this PathExtendedElement. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this PathExtendedElement. - + """Sets the type of this PathExtendedElement. + + # noqa: E501 - :param type: The type of this PathExtendedElement. + :param type: The type of this PathExtendedElement. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def type(self, type): @property def type_name(self): - """ - Gets the type_name of this PathExtendedElement. - + """Gets the type_name of this PathExtendedElement. # noqa: E501 - :return: The type_name of this PathExtendedElement. + # noqa: E501 + + :return: The type_name of this PathExtendedElement. # noqa: E501 :rtype: str """ return self._type_name @type_name.setter def type_name(self, type_name): - """ - Sets the type_name of this PathExtendedElement. - + """Sets the type_name of this PathExtendedElement. - :param type_name: The type_name of this PathExtendedElement. + # noqa: E501 + + :param type_name: The type_name of this PathExtendedElement. # noqa: E501 :type: str """ self._type_name = type_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PathExtendedElement, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PathExtendedElement): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/pay_pal_legacy_settings.py b/docusign_esign/models/pay_pal_legacy_settings.py index ea3230af..123deb02 100644 --- a/docusign_esign/models/pay_pal_legacy_settings.py +++ b/docusign_esign/models/pay_pal_legacy_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PayPalLegacySettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, currency=None, partner=None, password=None, user_name=None, vendor=None): - """ - PayPalLegacySettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'currency': 'str', - 'partner': 'str', - 'password': 'str', - 'user_name': 'str', - 'vendor': 'str' - } - - self.attribute_map = { - 'currency': 'currency', - 'partner': 'partner', - 'password': 'password', - 'user_name': 'userName', - 'vendor': 'vendor' - } - self._currency = currency - self._partner = partner - self._password = password - self._user_name = user_name - self._vendor = vendor + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'currency': 'str', + 'partner': 'str', + 'password': 'str', + 'user_name': 'str', + 'vendor': 'str' + } + + attribute_map = { + 'currency': 'currency', + 'partner': 'partner', + 'password': 'password', + 'user_name': 'userName', + 'vendor': 'vendor' + } + + def __init__(self, currency=None, partner=None, password=None, user_name=None, vendor=None): # noqa: E501 + """PayPalLegacySettings - a model defined in Swagger""" # noqa: E501 + + self._currency = None + self._partner = None + self._password = None + self._user_name = None + self._vendor = None + self.discriminator = None + + if currency is not None: + self.currency = currency + if partner is not None: + self.partner = partner + if password is not None: + self.password = password + if user_name is not None: + self.user_name = user_name + if vendor is not None: + self.vendor = vendor @property def currency(self): - """ - Gets the currency of this PayPalLegacySettings. - + """Gets the currency of this PayPalLegacySettings. # noqa: E501 - :return: The currency of this PayPalLegacySettings. + # noqa: E501 + + :return: The currency of this PayPalLegacySettings. # noqa: E501 :rtype: str """ return self._currency @currency.setter def currency(self, currency): - """ - Sets the currency of this PayPalLegacySettings. - + """Sets the currency of this PayPalLegacySettings. + + # noqa: E501 - :param currency: The currency of this PayPalLegacySettings. + :param currency: The currency of this PayPalLegacySettings. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def currency(self, currency): @property def partner(self): - """ - Gets the partner of this PayPalLegacySettings. - + """Gets the partner of this PayPalLegacySettings. # noqa: E501 + + # noqa: E501 - :return: The partner of this PayPalLegacySettings. + :return: The partner of this PayPalLegacySettings. # noqa: E501 :rtype: str """ return self._partner @partner.setter def partner(self, partner): - """ - Sets the partner of this PayPalLegacySettings. - + """Sets the partner of this PayPalLegacySettings. - :param partner: The partner of this PayPalLegacySettings. + # noqa: E501 + + :param partner: The partner of this PayPalLegacySettings. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def partner(self, partner): @property def password(self): - """ - Gets the password of this PayPalLegacySettings. - + """Gets the password of this PayPalLegacySettings. # noqa: E501 - :return: The password of this PayPalLegacySettings. + # noqa: E501 + + :return: The password of this PayPalLegacySettings. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this PayPalLegacySettings. - + """Sets the password of this PayPalLegacySettings. + + # noqa: E501 - :param password: The password of this PayPalLegacySettings. + :param password: The password of this PayPalLegacySettings. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def password(self, password): @property def user_name(self): - """ - Gets the user_name of this PayPalLegacySettings. - + """Gets the user_name of this PayPalLegacySettings. # noqa: E501 + + # noqa: E501 - :return: The user_name of this PayPalLegacySettings. + :return: The user_name of this PayPalLegacySettings. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this PayPalLegacySettings. - + """Sets the user_name of this PayPalLegacySettings. - :param user_name: The user_name of this PayPalLegacySettings. + # noqa: E501 + + :param user_name: The user_name of this PayPalLegacySettings. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def user_name(self, user_name): @property def vendor(self): - """ - Gets the vendor of this PayPalLegacySettings. - + """Gets the vendor of this PayPalLegacySettings. # noqa: E501 + + # noqa: E501 - :return: The vendor of this PayPalLegacySettings. + :return: The vendor of this PayPalLegacySettings. # noqa: E501 :rtype: str """ return self._vendor @vendor.setter def vendor(self, vendor): - """ - Sets the vendor of this PayPalLegacySettings. - + """Sets the vendor of this PayPalLegacySettings. + + # noqa: E501 - :param vendor: The vendor of this PayPalLegacySettings. + :param vendor: The vendor of this PayPalLegacySettings. # noqa: E501 :type: str """ self._vendor = vendor def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PayPalLegacySettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PayPalLegacySettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_details.py b/docusign_esign/models/payment_details.py index 7bef1b30..f5e6e4d6 100644 --- a/docusign_esign/models/payment_details.py +++ b/docusign_esign/models/payment_details.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,98 +11,135 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentDetails(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allowed_payment_methods=None, charge_id=None, currency_code=None, currency_code_metadata=None, customer_id=None, custom_metadata=None, custom_metadata_required=None, gateway_account_id=None, gateway_account_id_metadata=None, gateway_display_name=None, gateway_name=None, line_items=None, payment_option=None, payment_source_id=None, status=None, total=None): - """ - PaymentDetails - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allowed_payment_methods': 'list[str]', - 'charge_id': 'str', - 'currency_code': 'str', - 'currency_code_metadata': 'PropertyMetadata', - 'customer_id': 'str', - 'custom_metadata': 'str', - 'custom_metadata_required': 'bool', - 'gateway_account_id': 'str', - 'gateway_account_id_metadata': 'PropertyMetadata', - 'gateway_display_name': 'str', - 'gateway_name': 'str', - 'line_items': 'list[PaymentLineItem]', - 'payment_option': 'str', - 'payment_source_id': 'str', - 'status': 'str', - 'total': 'Money' - } - - self.attribute_map = { - 'allowed_payment_methods': 'allowedPaymentMethods', - 'charge_id': 'chargeId', - 'currency_code': 'currencyCode', - 'currency_code_metadata': 'currencyCodeMetadata', - 'customer_id': 'customerId', - 'custom_metadata': 'customMetadata', - 'custom_metadata_required': 'customMetadataRequired', - 'gateway_account_id': 'gatewayAccountId', - 'gateway_account_id_metadata': 'gatewayAccountIdMetadata', - 'gateway_display_name': 'gatewayDisplayName', - 'gateway_name': 'gatewayName', - 'line_items': 'lineItems', - 'payment_option': 'paymentOption', - 'payment_source_id': 'paymentSourceId', - 'status': 'status', - 'total': 'total' - } - self._allowed_payment_methods = allowed_payment_methods - self._charge_id = charge_id - self._currency_code = currency_code - self._currency_code_metadata = currency_code_metadata - self._customer_id = customer_id - self._custom_metadata = custom_metadata - self._custom_metadata_required = custom_metadata_required - self._gateway_account_id = gateway_account_id - self._gateway_account_id_metadata = gateway_account_id_metadata - self._gateway_display_name = gateway_display_name - self._gateway_name = gateway_name - self._line_items = line_items - self._payment_option = payment_option - self._payment_source_id = payment_source_id - self._status = status - self._total = total + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allowed_payment_methods': 'list[str]', + 'charge_id': 'str', + 'currency_code': 'str', + 'currency_code_metadata': 'PropertyMetadata', + 'customer_id': 'str', + 'custom_metadata': 'str', + 'custom_metadata_required': 'bool', + 'gateway_account_id': 'str', + 'gateway_account_id_metadata': 'PropertyMetadata', + 'gateway_display_name': 'str', + 'gateway_name': 'str', + 'line_items': 'list[PaymentLineItem]', + 'payment_option': 'str', + 'payment_source_id': 'str', + 'status': 'str', + 'total': 'Money' + } + + attribute_map = { + 'allowed_payment_methods': 'allowedPaymentMethods', + 'charge_id': 'chargeId', + 'currency_code': 'currencyCode', + 'currency_code_metadata': 'currencyCodeMetadata', + 'customer_id': 'customerId', + 'custom_metadata': 'customMetadata', + 'custom_metadata_required': 'customMetadataRequired', + 'gateway_account_id': 'gatewayAccountId', + 'gateway_account_id_metadata': 'gatewayAccountIdMetadata', + 'gateway_display_name': 'gatewayDisplayName', + 'gateway_name': 'gatewayName', + 'line_items': 'lineItems', + 'payment_option': 'paymentOption', + 'payment_source_id': 'paymentSourceId', + 'status': 'status', + 'total': 'total' + } + + def __init__(self, allowed_payment_methods=None, charge_id=None, currency_code=None, currency_code_metadata=None, customer_id=None, custom_metadata=None, custom_metadata_required=None, gateway_account_id=None, gateway_account_id_metadata=None, gateway_display_name=None, gateway_name=None, line_items=None, payment_option=None, payment_source_id=None, status=None, total=None): # noqa: E501 + """PaymentDetails - a model defined in Swagger""" # noqa: E501 + + self._allowed_payment_methods = None + self._charge_id = None + self._currency_code = None + self._currency_code_metadata = None + self._customer_id = None + self._custom_metadata = None + self._custom_metadata_required = None + self._gateway_account_id = None + self._gateway_account_id_metadata = None + self._gateway_display_name = None + self._gateway_name = None + self._line_items = None + self._payment_option = None + self._payment_source_id = None + self._status = None + self._total = None + self.discriminator = None + + if allowed_payment_methods is not None: + self.allowed_payment_methods = allowed_payment_methods + if charge_id is not None: + self.charge_id = charge_id + if currency_code is not None: + self.currency_code = currency_code + if currency_code_metadata is not None: + self.currency_code_metadata = currency_code_metadata + if customer_id is not None: + self.customer_id = customer_id + if custom_metadata is not None: + self.custom_metadata = custom_metadata + if custom_metadata_required is not None: + self.custom_metadata_required = custom_metadata_required + if gateway_account_id is not None: + self.gateway_account_id = gateway_account_id + if gateway_account_id_metadata is not None: + self.gateway_account_id_metadata = gateway_account_id_metadata + if gateway_display_name is not None: + self.gateway_display_name = gateway_display_name + if gateway_name is not None: + self.gateway_name = gateway_name + if line_items is not None: + self.line_items = line_items + if payment_option is not None: + self.payment_option = payment_option + if payment_source_id is not None: + self.payment_source_id = payment_source_id + if status is not None: + self.status = status + if total is not None: + self.total = total @property def allowed_payment_methods(self): - """ - Gets the allowed_payment_methods of this PaymentDetails. - + """Gets the allowed_payment_methods of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The allowed_payment_methods of this PaymentDetails. + :return: The allowed_payment_methods of this PaymentDetails. # noqa: E501 :rtype: list[str] """ return self._allowed_payment_methods @allowed_payment_methods.setter def allowed_payment_methods(self, allowed_payment_methods): - """ - Sets the allowed_payment_methods of this PaymentDetails. - + """Sets the allowed_payment_methods of this PaymentDetails. - :param allowed_payment_methods: The allowed_payment_methods of this PaymentDetails. + # noqa: E501 + + :param allowed_payment_methods: The allowed_payment_methods of this PaymentDetails. # noqa: E501 :type: list[str] """ @@ -110,22 +147,22 @@ def allowed_payment_methods(self, allowed_payment_methods): @property def charge_id(self): - """ - Gets the charge_id of this PaymentDetails. - + """Gets the charge_id of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The charge_id of this PaymentDetails. + :return: The charge_id of this PaymentDetails. # noqa: E501 :rtype: str """ return self._charge_id @charge_id.setter def charge_id(self, charge_id): - """ - Sets the charge_id of this PaymentDetails. - + """Sets the charge_id of this PaymentDetails. + + # noqa: E501 - :param charge_id: The charge_id of this PaymentDetails. + :param charge_id: The charge_id of this PaymentDetails. # noqa: E501 :type: str """ @@ -133,22 +170,22 @@ def charge_id(self, charge_id): @property def currency_code(self): - """ - Gets the currency_code of this PaymentDetails. - + """Gets the currency_code of this PaymentDetails. # noqa: E501 - :return: The currency_code of this PaymentDetails. + # noqa: E501 + + :return: The currency_code of this PaymentDetails. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this PaymentDetails. - + """Sets the currency_code of this PaymentDetails. + + # noqa: E501 - :param currency_code: The currency_code of this PaymentDetails. + :param currency_code: The currency_code of this PaymentDetails. # noqa: E501 :type: str """ @@ -156,20 +193,20 @@ def currency_code(self, currency_code): @property def currency_code_metadata(self): - """ - Gets the currency_code_metadata of this PaymentDetails. + """Gets the currency_code_metadata of this PaymentDetails. # noqa: E501 + - :return: The currency_code_metadata of this PaymentDetails. + :return: The currency_code_metadata of this PaymentDetails. # noqa: E501 :rtype: PropertyMetadata """ return self._currency_code_metadata @currency_code_metadata.setter def currency_code_metadata(self, currency_code_metadata): - """ - Sets the currency_code_metadata of this PaymentDetails. + """Sets the currency_code_metadata of this PaymentDetails. - :param currency_code_metadata: The currency_code_metadata of this PaymentDetails. + + :param currency_code_metadata: The currency_code_metadata of this PaymentDetails. # noqa: E501 :type: PropertyMetadata """ @@ -177,22 +214,22 @@ def currency_code_metadata(self, currency_code_metadata): @property def customer_id(self): - """ - Gets the customer_id of this PaymentDetails. - + """Gets the customer_id of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The customer_id of this PaymentDetails. + :return: The customer_id of this PaymentDetails. # noqa: E501 :rtype: str """ return self._customer_id @customer_id.setter def customer_id(self, customer_id): - """ - Sets the customer_id of this PaymentDetails. - + """Sets the customer_id of this PaymentDetails. + + # noqa: E501 - :param customer_id: The customer_id of this PaymentDetails. + :param customer_id: The customer_id of this PaymentDetails. # noqa: E501 :type: str """ @@ -200,22 +237,22 @@ def customer_id(self, customer_id): @property def custom_metadata(self): - """ - Gets the custom_metadata of this PaymentDetails. - + """Gets the custom_metadata of this PaymentDetails. # noqa: E501 - :return: The custom_metadata of this PaymentDetails. + # noqa: E501 + + :return: The custom_metadata of this PaymentDetails. # noqa: E501 :rtype: str """ return self._custom_metadata @custom_metadata.setter def custom_metadata(self, custom_metadata): - """ - Sets the custom_metadata of this PaymentDetails. - + """Sets the custom_metadata of this PaymentDetails. + + # noqa: E501 - :param custom_metadata: The custom_metadata of this PaymentDetails. + :param custom_metadata: The custom_metadata of this PaymentDetails. # noqa: E501 :type: str """ @@ -223,22 +260,22 @@ def custom_metadata(self, custom_metadata): @property def custom_metadata_required(self): - """ - Gets the custom_metadata_required of this PaymentDetails. - + """Gets the custom_metadata_required of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The custom_metadata_required of this PaymentDetails. + :return: The custom_metadata_required of this PaymentDetails. # noqa: E501 :rtype: bool """ return self._custom_metadata_required @custom_metadata_required.setter def custom_metadata_required(self, custom_metadata_required): - """ - Sets the custom_metadata_required of this PaymentDetails. - + """Sets the custom_metadata_required of this PaymentDetails. - :param custom_metadata_required: The custom_metadata_required of this PaymentDetails. + # noqa: E501 + + :param custom_metadata_required: The custom_metadata_required of this PaymentDetails. # noqa: E501 :type: bool """ @@ -246,22 +283,22 @@ def custom_metadata_required(self, custom_metadata_required): @property def gateway_account_id(self): - """ - Gets the gateway_account_id of this PaymentDetails. - + """Gets the gateway_account_id of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The gateway_account_id of this PaymentDetails. + :return: The gateway_account_id of this PaymentDetails. # noqa: E501 :rtype: str """ return self._gateway_account_id @gateway_account_id.setter def gateway_account_id(self, gateway_account_id): - """ - Sets the gateway_account_id of this PaymentDetails. - + """Sets the gateway_account_id of this PaymentDetails. + + # noqa: E501 - :param gateway_account_id: The gateway_account_id of this PaymentDetails. + :param gateway_account_id: The gateway_account_id of this PaymentDetails. # noqa: E501 :type: str """ @@ -269,20 +306,20 @@ def gateway_account_id(self, gateway_account_id): @property def gateway_account_id_metadata(self): - """ - Gets the gateway_account_id_metadata of this PaymentDetails. + """Gets the gateway_account_id_metadata of this PaymentDetails. # noqa: E501 - :return: The gateway_account_id_metadata of this PaymentDetails. + + :return: The gateway_account_id_metadata of this PaymentDetails. # noqa: E501 :rtype: PropertyMetadata """ return self._gateway_account_id_metadata @gateway_account_id_metadata.setter def gateway_account_id_metadata(self, gateway_account_id_metadata): - """ - Sets the gateway_account_id_metadata of this PaymentDetails. + """Sets the gateway_account_id_metadata of this PaymentDetails. + - :param gateway_account_id_metadata: The gateway_account_id_metadata of this PaymentDetails. + :param gateway_account_id_metadata: The gateway_account_id_metadata of this PaymentDetails. # noqa: E501 :type: PropertyMetadata """ @@ -290,22 +327,22 @@ def gateway_account_id_metadata(self, gateway_account_id_metadata): @property def gateway_display_name(self): - """ - Gets the gateway_display_name of this PaymentDetails. - + """Gets the gateway_display_name of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The gateway_display_name of this PaymentDetails. + :return: The gateway_display_name of this PaymentDetails. # noqa: E501 :rtype: str """ return self._gateway_display_name @gateway_display_name.setter def gateway_display_name(self, gateway_display_name): - """ - Sets the gateway_display_name of this PaymentDetails. - + """Sets the gateway_display_name of this PaymentDetails. - :param gateway_display_name: The gateway_display_name of this PaymentDetails. + # noqa: E501 + + :param gateway_display_name: The gateway_display_name of this PaymentDetails. # noqa: E501 :type: str """ @@ -313,22 +350,22 @@ def gateway_display_name(self, gateway_display_name): @property def gateway_name(self): - """ - Gets the gateway_name of this PaymentDetails. - + """Gets the gateway_name of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The gateway_name of this PaymentDetails. + :return: The gateway_name of this PaymentDetails. # noqa: E501 :rtype: str """ return self._gateway_name @gateway_name.setter def gateway_name(self, gateway_name): - """ - Sets the gateway_name of this PaymentDetails. - + """Sets the gateway_name of this PaymentDetails. + + # noqa: E501 - :param gateway_name: The gateway_name of this PaymentDetails. + :param gateway_name: The gateway_name of this PaymentDetails. # noqa: E501 :type: str """ @@ -336,22 +373,22 @@ def gateway_name(self, gateway_name): @property def line_items(self): - """ - Gets the line_items of this PaymentDetails. - + """Gets the line_items of this PaymentDetails. # noqa: E501 - :return: The line_items of this PaymentDetails. + # noqa: E501 + + :return: The line_items of this PaymentDetails. # noqa: E501 :rtype: list[PaymentLineItem] """ return self._line_items @line_items.setter def line_items(self, line_items): - """ - Sets the line_items of this PaymentDetails. - + """Sets the line_items of this PaymentDetails. + + # noqa: E501 - :param line_items: The line_items of this PaymentDetails. + :param line_items: The line_items of this PaymentDetails. # noqa: E501 :type: list[PaymentLineItem] """ @@ -359,22 +396,22 @@ def line_items(self, line_items): @property def payment_option(self): - """ - Gets the payment_option of this PaymentDetails. - + """Gets the payment_option of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The payment_option of this PaymentDetails. + :return: The payment_option of this PaymentDetails. # noqa: E501 :rtype: str """ return self._payment_option @payment_option.setter def payment_option(self, payment_option): - """ - Sets the payment_option of this PaymentDetails. - + """Sets the payment_option of this PaymentDetails. - :param payment_option: The payment_option of this PaymentDetails. + # noqa: E501 + + :param payment_option: The payment_option of this PaymentDetails. # noqa: E501 :type: str """ @@ -382,22 +419,22 @@ def payment_option(self, payment_option): @property def payment_source_id(self): - """ - Gets the payment_source_id of this PaymentDetails. - + """Gets the payment_source_id of this PaymentDetails. # noqa: E501 + + # noqa: E501 - :return: The payment_source_id of this PaymentDetails. + :return: The payment_source_id of this PaymentDetails. # noqa: E501 :rtype: str """ return self._payment_source_id @payment_source_id.setter def payment_source_id(self, payment_source_id): - """ - Sets the payment_source_id of this PaymentDetails. - + """Sets the payment_source_id of this PaymentDetails. + + # noqa: E501 - :param payment_source_id: The payment_source_id of this PaymentDetails. + :param payment_source_id: The payment_source_id of this PaymentDetails. # noqa: E501 :type: str """ @@ -405,22 +442,22 @@ def payment_source_id(self, payment_source_id): @property def status(self): - """ - Gets the status of this PaymentDetails. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this PaymentDetails. # noqa: E501 - :return: The status of this PaymentDetails. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this PaymentDetails. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this PaymentDetails. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this PaymentDetails. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this PaymentDetails. + :param status: The status of this PaymentDetails. # noqa: E501 :type: str """ @@ -428,32 +465,30 @@ def status(self, status): @property def total(self): - """ - Gets the total of this PaymentDetails. + """Gets the total of this PaymentDetails. # noqa: E501 + - :return: The total of this PaymentDetails. + :return: The total of this PaymentDetails. # noqa: E501 :rtype: Money """ return self._total @total.setter def total(self, total): - """ - Sets the total of this PaymentDetails. + """Sets the total of this PaymentDetails. - :param total: The total of this PaymentDetails. + + :param total: The total of this PaymentDetails. # noqa: E501 :type: Money """ self._total = total def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -470,29 +505,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentDetails, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentDetails): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_gateway_account.py b/docusign_esign/models/payment_gateway_account.py index c28e789d..9e1e6d32 100644 --- a/docusign_esign/models/payment_gateway_account.py +++ b/docusign_esign/models/payment_gateway_account.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,125 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentGatewayAccount(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_custom_metadata=None, config=None, display_name=None, is_enabled=None, is_legacy=None, last_modified=None, payment_gateway=None, payment_gateway_account_id=None, payment_gateway_display_name=None, pay_pal_legacy_settings=None, supported_currencies=None, supported_payment_methods=None, supported_payment_methods_with_options=None): - """ - PaymentGatewayAccount - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_custom_metadata': 'bool', - 'config': 'PaymentGatewayAccountSetting', - 'display_name': 'str', - 'is_enabled': 'str', - 'is_legacy': 'str', - 'last_modified': 'str', - 'payment_gateway': 'str', - 'payment_gateway_account_id': 'str', - 'payment_gateway_display_name': 'str', - 'pay_pal_legacy_settings': 'PayPalLegacySettings', - 'supported_currencies': 'list[str]', - 'supported_payment_methods': 'list[str]', - 'supported_payment_methods_with_options': 'list[PaymentMethodWithOptions]' - } - - self.attribute_map = { - 'allow_custom_metadata': 'allowCustomMetadata', - 'config': 'config', - 'display_name': 'displayName', - 'is_enabled': 'isEnabled', - 'is_legacy': 'isLegacy', - 'last_modified': 'lastModified', - 'payment_gateway': 'paymentGateway', - 'payment_gateway_account_id': 'paymentGatewayAccountId', - 'payment_gateway_display_name': 'paymentGatewayDisplayName', - 'pay_pal_legacy_settings': 'payPalLegacySettings', - 'supported_currencies': 'supportedCurrencies', - 'supported_payment_methods': 'supportedPaymentMethods', - 'supported_payment_methods_with_options': 'supportedPaymentMethodsWithOptions' - } - self._allow_custom_metadata = allow_custom_metadata - self._config = config - self._display_name = display_name - self._is_enabled = is_enabled - self._is_legacy = is_legacy - self._last_modified = last_modified - self._payment_gateway = payment_gateway - self._payment_gateway_account_id = payment_gateway_account_id - self._payment_gateway_display_name = payment_gateway_display_name - self._pay_pal_legacy_settings = pay_pal_legacy_settings - self._supported_currencies = supported_currencies - self._supported_payment_methods = supported_payment_methods - self._supported_payment_methods_with_options = supported_payment_methods_with_options + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_custom_metadata': 'bool', + 'config': 'PaymentGatewayAccountSetting', + 'display_name': 'str', + 'is_enabled': 'str', + 'is_legacy': 'str', + 'last_modified': 'str', + 'payment_gateway': 'str', + 'payment_gateway_account_id': 'str', + 'payment_gateway_display_name': 'str', + 'pay_pal_legacy_settings': 'PayPalLegacySettings', + 'supported_currencies': 'list[str]', + 'supported_payment_methods': 'list[str]', + 'supported_payment_methods_with_options': 'list[PaymentMethodWithOptions]', + 'zero_decimal_currencies': 'list[str]' + } + + attribute_map = { + 'allow_custom_metadata': 'allowCustomMetadata', + 'config': 'config', + 'display_name': 'displayName', + 'is_enabled': 'isEnabled', + 'is_legacy': 'isLegacy', + 'last_modified': 'lastModified', + 'payment_gateway': 'paymentGateway', + 'payment_gateway_account_id': 'paymentGatewayAccountId', + 'payment_gateway_display_name': 'paymentGatewayDisplayName', + 'pay_pal_legacy_settings': 'payPalLegacySettings', + 'supported_currencies': 'supportedCurrencies', + 'supported_payment_methods': 'supportedPaymentMethods', + 'supported_payment_methods_with_options': 'supportedPaymentMethodsWithOptions', + 'zero_decimal_currencies': 'zeroDecimalCurrencies' + } + + def __init__(self, allow_custom_metadata=None, config=None, display_name=None, is_enabled=None, is_legacy=None, last_modified=None, payment_gateway=None, payment_gateway_account_id=None, payment_gateway_display_name=None, pay_pal_legacy_settings=None, supported_currencies=None, supported_payment_methods=None, supported_payment_methods_with_options=None, zero_decimal_currencies=None): # noqa: E501 + """PaymentGatewayAccount - a model defined in Swagger""" # noqa: E501 + + self._allow_custom_metadata = None + self._config = None + self._display_name = None + self._is_enabled = None + self._is_legacy = None + self._last_modified = None + self._payment_gateway = None + self._payment_gateway_account_id = None + self._payment_gateway_display_name = None + self._pay_pal_legacy_settings = None + self._supported_currencies = None + self._supported_payment_methods = None + self._supported_payment_methods_with_options = None + self._zero_decimal_currencies = None + self.discriminator = None + + if allow_custom_metadata is not None: + self.allow_custom_metadata = allow_custom_metadata + if config is not None: + self.config = config + if display_name is not None: + self.display_name = display_name + if is_enabled is not None: + self.is_enabled = is_enabled + if is_legacy is not None: + self.is_legacy = is_legacy + if last_modified is not None: + self.last_modified = last_modified + if payment_gateway is not None: + self.payment_gateway = payment_gateway + if payment_gateway_account_id is not None: + self.payment_gateway_account_id = payment_gateway_account_id + if payment_gateway_display_name is not None: + self.payment_gateway_display_name = payment_gateway_display_name + if pay_pal_legacy_settings is not None: + self.pay_pal_legacy_settings = pay_pal_legacy_settings + if supported_currencies is not None: + self.supported_currencies = supported_currencies + if supported_payment_methods is not None: + self.supported_payment_methods = supported_payment_methods + if supported_payment_methods_with_options is not None: + self.supported_payment_methods_with_options = supported_payment_methods_with_options + if zero_decimal_currencies is not None: + self.zero_decimal_currencies = zero_decimal_currencies @property def allow_custom_metadata(self): - """ - Gets the allow_custom_metadata of this PaymentGatewayAccount. - + """Gets the allow_custom_metadata of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The allow_custom_metadata of this PaymentGatewayAccount. + :return: The allow_custom_metadata of this PaymentGatewayAccount. # noqa: E501 :rtype: bool """ return self._allow_custom_metadata @allow_custom_metadata.setter def allow_custom_metadata(self, allow_custom_metadata): - """ - Sets the allow_custom_metadata of this PaymentGatewayAccount. - + """Sets the allow_custom_metadata of this PaymentGatewayAccount. - :param allow_custom_metadata: The allow_custom_metadata of this PaymentGatewayAccount. + # noqa: E501 + + :param allow_custom_metadata: The allow_custom_metadata of this PaymentGatewayAccount. # noqa: E501 :type: bool """ @@ -101,20 +137,20 @@ def allow_custom_metadata(self, allow_custom_metadata): @property def config(self): - """ - Gets the config of this PaymentGatewayAccount. + """Gets the config of this PaymentGatewayAccount. # noqa: E501 + - :return: The config of this PaymentGatewayAccount. + :return: The config of this PaymentGatewayAccount. # noqa: E501 :rtype: PaymentGatewayAccountSetting """ return self._config @config.setter def config(self, config): - """ - Sets the config of this PaymentGatewayAccount. + """Sets the config of this PaymentGatewayAccount. + - :param config: The config of this PaymentGatewayAccount. + :param config: The config of this PaymentGatewayAccount. # noqa: E501 :type: PaymentGatewayAccountSetting """ @@ -122,22 +158,22 @@ def config(self, config): @property def display_name(self): - """ - Gets the display_name of this PaymentGatewayAccount. - + """Gets the display_name of this PaymentGatewayAccount. # noqa: E501 - :return: The display_name of this PaymentGatewayAccount. + # noqa: E501 + + :return: The display_name of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): - """ - Sets the display_name of this PaymentGatewayAccount. - + """Sets the display_name of this PaymentGatewayAccount. + + # noqa: E501 - :param display_name: The display_name of this PaymentGatewayAccount. + :param display_name: The display_name of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -145,22 +181,22 @@ def display_name(self, display_name): @property def is_enabled(self): - """ - Gets the is_enabled of this PaymentGatewayAccount. - + """Gets the is_enabled of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The is_enabled of this PaymentGatewayAccount. + :return: The is_enabled of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._is_enabled @is_enabled.setter def is_enabled(self, is_enabled): - """ - Sets the is_enabled of this PaymentGatewayAccount. - + """Sets the is_enabled of this PaymentGatewayAccount. - :param is_enabled: The is_enabled of this PaymentGatewayAccount. + # noqa: E501 + + :param is_enabled: The is_enabled of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -168,22 +204,22 @@ def is_enabled(self, is_enabled): @property def is_legacy(self): - """ - Gets the is_legacy of this PaymentGatewayAccount. - + """Gets the is_legacy of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The is_legacy of this PaymentGatewayAccount. + :return: The is_legacy of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._is_legacy @is_legacy.setter def is_legacy(self, is_legacy): - """ - Sets the is_legacy of this PaymentGatewayAccount. - + """Sets the is_legacy of this PaymentGatewayAccount. + + # noqa: E501 - :param is_legacy: The is_legacy of this PaymentGatewayAccount. + :param is_legacy: The is_legacy of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -191,22 +227,22 @@ def is_legacy(self, is_legacy): @property def last_modified(self): - """ - Gets the last_modified of this PaymentGatewayAccount. - + """Gets the last_modified of this PaymentGatewayAccount. # noqa: E501 - :return: The last_modified of this PaymentGatewayAccount. + # noqa: E501 + + :return: The last_modified of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this PaymentGatewayAccount. - + """Sets the last_modified of this PaymentGatewayAccount. + + # noqa: E501 - :param last_modified: The last_modified of this PaymentGatewayAccount. + :param last_modified: The last_modified of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -214,22 +250,22 @@ def last_modified(self, last_modified): @property def payment_gateway(self): - """ - Gets the payment_gateway of this PaymentGatewayAccount. - + """Gets the payment_gateway of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The payment_gateway of this PaymentGatewayAccount. + :return: The payment_gateway of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._payment_gateway @payment_gateway.setter def payment_gateway(self, payment_gateway): - """ - Sets the payment_gateway of this PaymentGatewayAccount. - + """Sets the payment_gateway of this PaymentGatewayAccount. + + # noqa: E501 - :param payment_gateway: The payment_gateway of this PaymentGatewayAccount. + :param payment_gateway: The payment_gateway of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -237,22 +273,22 @@ def payment_gateway(self, payment_gateway): @property def payment_gateway_account_id(self): - """ - Gets the payment_gateway_account_id of this PaymentGatewayAccount. - + """Gets the payment_gateway_account_id of this PaymentGatewayAccount. # noqa: E501 - :return: The payment_gateway_account_id of this PaymentGatewayAccount. + # noqa: E501 + + :return: The payment_gateway_account_id of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._payment_gateway_account_id @payment_gateway_account_id.setter def payment_gateway_account_id(self, payment_gateway_account_id): - """ - Sets the payment_gateway_account_id of this PaymentGatewayAccount. - + """Sets the payment_gateway_account_id of this PaymentGatewayAccount. + + # noqa: E501 - :param payment_gateway_account_id: The payment_gateway_account_id of this PaymentGatewayAccount. + :param payment_gateway_account_id: The payment_gateway_account_id of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -260,22 +296,22 @@ def payment_gateway_account_id(self, payment_gateway_account_id): @property def payment_gateway_display_name(self): - """ - Gets the payment_gateway_display_name of this PaymentGatewayAccount. - + """Gets the payment_gateway_display_name of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The payment_gateway_display_name of this PaymentGatewayAccount. + :return: The payment_gateway_display_name of this PaymentGatewayAccount. # noqa: E501 :rtype: str """ return self._payment_gateway_display_name @payment_gateway_display_name.setter def payment_gateway_display_name(self, payment_gateway_display_name): - """ - Sets the payment_gateway_display_name of this PaymentGatewayAccount. - + """Sets the payment_gateway_display_name of this PaymentGatewayAccount. - :param payment_gateway_display_name: The payment_gateway_display_name of this PaymentGatewayAccount. + # noqa: E501 + + :param payment_gateway_display_name: The payment_gateway_display_name of this PaymentGatewayAccount. # noqa: E501 :type: str """ @@ -283,20 +319,20 @@ def payment_gateway_display_name(self, payment_gateway_display_name): @property def pay_pal_legacy_settings(self): - """ - Gets the pay_pal_legacy_settings of this PaymentGatewayAccount. + """Gets the pay_pal_legacy_settings of this PaymentGatewayAccount. # noqa: E501 + - :return: The pay_pal_legacy_settings of this PaymentGatewayAccount. + :return: The pay_pal_legacy_settings of this PaymentGatewayAccount. # noqa: E501 :rtype: PayPalLegacySettings """ return self._pay_pal_legacy_settings @pay_pal_legacy_settings.setter def pay_pal_legacy_settings(self, pay_pal_legacy_settings): - """ - Sets the pay_pal_legacy_settings of this PaymentGatewayAccount. + """Sets the pay_pal_legacy_settings of this PaymentGatewayAccount. + - :param pay_pal_legacy_settings: The pay_pal_legacy_settings of this PaymentGatewayAccount. + :param pay_pal_legacy_settings: The pay_pal_legacy_settings of this PaymentGatewayAccount. # noqa: E501 :type: PayPalLegacySettings """ @@ -304,22 +340,22 @@ def pay_pal_legacy_settings(self, pay_pal_legacy_settings): @property def supported_currencies(self): - """ - Gets the supported_currencies of this PaymentGatewayAccount. - + """Gets the supported_currencies of this PaymentGatewayAccount. # noqa: E501 - :return: The supported_currencies of this PaymentGatewayAccount. + # noqa: E501 + + :return: The supported_currencies of this PaymentGatewayAccount. # noqa: E501 :rtype: list[str] """ return self._supported_currencies @supported_currencies.setter def supported_currencies(self, supported_currencies): - """ - Sets the supported_currencies of this PaymentGatewayAccount. - + """Sets the supported_currencies of this PaymentGatewayAccount. + + # noqa: E501 - :param supported_currencies: The supported_currencies of this PaymentGatewayAccount. + :param supported_currencies: The supported_currencies of this PaymentGatewayAccount. # noqa: E501 :type: list[str] """ @@ -327,22 +363,22 @@ def supported_currencies(self, supported_currencies): @property def supported_payment_methods(self): - """ - Gets the supported_payment_methods of this PaymentGatewayAccount. - + """Gets the supported_payment_methods of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The supported_payment_methods of this PaymentGatewayAccount. + :return: The supported_payment_methods of this PaymentGatewayAccount. # noqa: E501 :rtype: list[str] """ return self._supported_payment_methods @supported_payment_methods.setter def supported_payment_methods(self, supported_payment_methods): - """ - Sets the supported_payment_methods of this PaymentGatewayAccount. - + """Sets the supported_payment_methods of this PaymentGatewayAccount. - :param supported_payment_methods: The supported_payment_methods of this PaymentGatewayAccount. + # noqa: E501 + + :param supported_payment_methods: The supported_payment_methods of this PaymentGatewayAccount. # noqa: E501 :type: list[str] """ @@ -350,34 +386,55 @@ def supported_payment_methods(self, supported_payment_methods): @property def supported_payment_methods_with_options(self): - """ - Gets the supported_payment_methods_with_options of this PaymentGatewayAccount. - + """Gets the supported_payment_methods_with_options of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 - :return: The supported_payment_methods_with_options of this PaymentGatewayAccount. + :return: The supported_payment_methods_with_options of this PaymentGatewayAccount. # noqa: E501 :rtype: list[PaymentMethodWithOptions] """ return self._supported_payment_methods_with_options @supported_payment_methods_with_options.setter def supported_payment_methods_with_options(self, supported_payment_methods_with_options): - """ - Sets the supported_payment_methods_with_options of this PaymentGatewayAccount. - + """Sets the supported_payment_methods_with_options of this PaymentGatewayAccount. + + # noqa: E501 - :param supported_payment_methods_with_options: The supported_payment_methods_with_options of this PaymentGatewayAccount. + :param supported_payment_methods_with_options: The supported_payment_methods_with_options of this PaymentGatewayAccount. # noqa: E501 :type: list[PaymentMethodWithOptions] """ self._supported_payment_methods_with_options = supported_payment_methods_with_options - def to_dict(self): + @property + def zero_decimal_currencies(self): + """Gets the zero_decimal_currencies of this PaymentGatewayAccount. # noqa: E501 + + # noqa: E501 + + :return: The zero_decimal_currencies of this PaymentGatewayAccount. # noqa: E501 + :rtype: list[str] """ - Returns the model properties as a dict + return self._zero_decimal_currencies + + @zero_decimal_currencies.setter + def zero_decimal_currencies(self, zero_decimal_currencies): + """Sets the zero_decimal_currencies of this PaymentGatewayAccount. + + # noqa: E501 + + :param zero_decimal_currencies: The zero_decimal_currencies of this PaymentGatewayAccount. # noqa: E501 + :type: list[str] """ + + self._zero_decimal_currencies = zero_decimal_currencies + + def to_dict(self): + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -394,29 +451,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentGatewayAccount, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentGatewayAccount): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_gateway_account_setting.py b/docusign_esign/models/payment_gateway_account_setting.py index 1f21ae65..012be857 100644 --- a/docusign_esign/models/payment_gateway_account_setting.py +++ b/docusign_esign/models/payment_gateway_account_setting.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentGatewayAccountSetting(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, api_fields=None, authorization_code=None, credential_status=None, merchant_id=None): - """ - PaymentGatewayAccountSetting - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'api_fields': 'str', - 'authorization_code': 'str', - 'credential_status': 'str', - 'merchant_id': 'str' - } - - self.attribute_map = { - 'api_fields': 'apiFields', - 'authorization_code': 'authorizationCode', - 'credential_status': 'credentialStatus', - 'merchant_id': 'merchantId' - } - self._api_fields = api_fields - self._authorization_code = authorization_code - self._credential_status = credential_status - self._merchant_id = merchant_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'api_fields': 'str', + 'authorization_code': 'str', + 'credential_status': 'str', + 'merchant_id': 'str' + } + + attribute_map = { + 'api_fields': 'apiFields', + 'authorization_code': 'authorizationCode', + 'credential_status': 'credentialStatus', + 'merchant_id': 'merchantId' + } + + def __init__(self, api_fields=None, authorization_code=None, credential_status=None, merchant_id=None): # noqa: E501 + """PaymentGatewayAccountSetting - a model defined in Swagger""" # noqa: E501 + + self._api_fields = None + self._authorization_code = None + self._credential_status = None + self._merchant_id = None + self.discriminator = None + + if api_fields is not None: + self.api_fields = api_fields + if authorization_code is not None: + self.authorization_code = authorization_code + if credential_status is not None: + self.credential_status = credential_status + if merchant_id is not None: + self.merchant_id = merchant_id @property def api_fields(self): - """ - Gets the api_fields of this PaymentGatewayAccountSetting. - + """Gets the api_fields of this PaymentGatewayAccountSetting. # noqa: E501 - :return: The api_fields of this PaymentGatewayAccountSetting. + # noqa: E501 + + :return: The api_fields of this PaymentGatewayAccountSetting. # noqa: E501 :rtype: str """ return self._api_fields @api_fields.setter def api_fields(self, api_fields): - """ - Sets the api_fields of this PaymentGatewayAccountSetting. - + """Sets the api_fields of this PaymentGatewayAccountSetting. - :param api_fields: The api_fields of this PaymentGatewayAccountSetting. + # noqa: E501 + + :param api_fields: The api_fields of this PaymentGatewayAccountSetting. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def api_fields(self, api_fields): @property def authorization_code(self): - """ - Gets the authorization_code of this PaymentGatewayAccountSetting. - + """Gets the authorization_code of this PaymentGatewayAccountSetting. # noqa: E501 + + # noqa: E501 - :return: The authorization_code of this PaymentGatewayAccountSetting. + :return: The authorization_code of this PaymentGatewayAccountSetting. # noqa: E501 :rtype: str """ return self._authorization_code @authorization_code.setter def authorization_code(self, authorization_code): - """ - Sets the authorization_code of this PaymentGatewayAccountSetting. - + """Sets the authorization_code of this PaymentGatewayAccountSetting. + + # noqa: E501 - :param authorization_code: The authorization_code of this PaymentGatewayAccountSetting. + :param authorization_code: The authorization_code of this PaymentGatewayAccountSetting. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def authorization_code(self, authorization_code): @property def credential_status(self): - """ - Gets the credential_status of this PaymentGatewayAccountSetting. - + """Gets the credential_status of this PaymentGatewayAccountSetting. # noqa: E501 + + # noqa: E501 - :return: The credential_status of this PaymentGatewayAccountSetting. + :return: The credential_status of this PaymentGatewayAccountSetting. # noqa: E501 :rtype: str """ return self._credential_status @credential_status.setter def credential_status(self, credential_status): - """ - Sets the credential_status of this PaymentGatewayAccountSetting. - + """Sets the credential_status of this PaymentGatewayAccountSetting. - :param credential_status: The credential_status of this PaymentGatewayAccountSetting. + # noqa: E501 + + :param credential_status: The credential_status of this PaymentGatewayAccountSetting. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def credential_status(self, credential_status): @property def merchant_id(self): - """ - Gets the merchant_id of this PaymentGatewayAccountSetting. - + """Gets the merchant_id of this PaymentGatewayAccountSetting. # noqa: E501 - :return: The merchant_id of this PaymentGatewayAccountSetting. + # noqa: E501 + + :return: The merchant_id of this PaymentGatewayAccountSetting. # noqa: E501 :rtype: str """ return self._merchant_id @merchant_id.setter def merchant_id(self, merchant_id): - """ - Sets the merchant_id of this PaymentGatewayAccountSetting. - + """Sets the merchant_id of this PaymentGatewayAccountSetting. + + # noqa: E501 - :param merchant_id: The merchant_id of this PaymentGatewayAccountSetting. + :param merchant_id: The merchant_id of this PaymentGatewayAccountSetting. # noqa: E501 :type: str """ self._merchant_id = merchant_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentGatewayAccountSetting, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentGatewayAccountSetting): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_gateway_accounts_info.py b/docusign_esign/models/payment_gateway_accounts_info.py index 3a0db11c..2e2d830e 100644 --- a/docusign_esign/models/payment_gateway_accounts_info.py +++ b/docusign_esign/models/payment_gateway_accounts_info.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentGatewayAccountsInfo(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, payment_gateway_accounts=None): - """ - PaymentGatewayAccountsInfo - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'payment_gateway_accounts': 'list[PaymentGatewayAccount]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'payment_gateway_accounts': 'list[PaymentGatewayAccount]' + } - self.attribute_map = { - 'payment_gateway_accounts': 'paymentGatewayAccounts' - } + attribute_map = { + 'payment_gateway_accounts': 'paymentGatewayAccounts' + } - self._payment_gateway_accounts = payment_gateway_accounts + def __init__(self, payment_gateway_accounts=None): # noqa: E501 + """PaymentGatewayAccountsInfo - a model defined in Swagger""" # noqa: E501 + + self._payment_gateway_accounts = None + self.discriminator = None + + if payment_gateway_accounts is not None: + self.payment_gateway_accounts = payment_gateway_accounts @property def payment_gateway_accounts(self): - """ - Gets the payment_gateway_accounts of this PaymentGatewayAccountsInfo. - + """Gets the payment_gateway_accounts of this PaymentGatewayAccountsInfo. # noqa: E501 + + # noqa: E501 - :return: The payment_gateway_accounts of this PaymentGatewayAccountsInfo. + :return: The payment_gateway_accounts of this PaymentGatewayAccountsInfo. # noqa: E501 :rtype: list[PaymentGatewayAccount] """ return self._payment_gateway_accounts @payment_gateway_accounts.setter def payment_gateway_accounts(self, payment_gateway_accounts): - """ - Sets the payment_gateway_accounts of this PaymentGatewayAccountsInfo. - + """Sets the payment_gateway_accounts of this PaymentGatewayAccountsInfo. - :param payment_gateway_accounts: The payment_gateway_accounts of this PaymentGatewayAccountsInfo. + # noqa: E501 + + :param payment_gateway_accounts: The payment_gateway_accounts of this PaymentGatewayAccountsInfo. # noqa: E501 :type: list[PaymentGatewayAccount] """ self._payment_gateway_accounts = payment_gateway_accounts def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentGatewayAccountsInfo, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentGatewayAccountsInfo): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_line_item.py b/docusign_esign/models/payment_line_item.py index 930088b0..12da52c9 100644 --- a/docusign_esign/models/payment_line_item.py +++ b/docusign_esign/models/payment_line_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentLineItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount_reference=None, description=None, item_code=None, name=None): - """ - PaymentLineItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount_reference': 'str', - 'description': 'str', - 'item_code': 'str', - 'name': 'str' - } - - self.attribute_map = { - 'amount_reference': 'amountReference', - 'description': 'description', - 'item_code': 'itemCode', - 'name': 'name' - } - self._amount_reference = amount_reference - self._description = description - self._item_code = item_code - self._name = name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount_reference': 'str', + 'description': 'str', + 'item_code': 'str', + 'name': 'str' + } + + attribute_map = { + 'amount_reference': 'amountReference', + 'description': 'description', + 'item_code': 'itemCode', + 'name': 'name' + } + + def __init__(self, amount_reference=None, description=None, item_code=None, name=None): # noqa: E501 + """PaymentLineItem - a model defined in Swagger""" # noqa: E501 + + self._amount_reference = None + self._description = None + self._item_code = None + self._name = None + self.discriminator = None + + if amount_reference is not None: + self.amount_reference = amount_reference + if description is not None: + self.description = description + if item_code is not None: + self.item_code = item_code + if name is not None: + self.name = name @property def amount_reference(self): - """ - Gets the amount_reference of this PaymentLineItem. - + """Gets the amount_reference of this PaymentLineItem. # noqa: E501 - :return: The amount_reference of this PaymentLineItem. + # noqa: E501 + + :return: The amount_reference of this PaymentLineItem. # noqa: E501 :rtype: str """ return self._amount_reference @amount_reference.setter def amount_reference(self, amount_reference): - """ - Sets the amount_reference of this PaymentLineItem. - + """Sets the amount_reference of this PaymentLineItem. - :param amount_reference: The amount_reference of this PaymentLineItem. + # noqa: E501 + + :param amount_reference: The amount_reference of this PaymentLineItem. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def amount_reference(self, amount_reference): @property def description(self): - """ - Gets the description of this PaymentLineItem. - + """Gets the description of this PaymentLineItem. # noqa: E501 + + # noqa: E501 - :return: The description of this PaymentLineItem. + :return: The description of this PaymentLineItem. # noqa: E501 :rtype: str """ return self._description @description.setter def description(self, description): - """ - Sets the description of this PaymentLineItem. - + """Sets the description of this PaymentLineItem. + + # noqa: E501 - :param description: The description of this PaymentLineItem. + :param description: The description of this PaymentLineItem. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def description(self, description): @property def item_code(self): - """ - Gets the item_code of this PaymentLineItem. - + """Gets the item_code of this PaymentLineItem. # noqa: E501 + + # noqa: E501 - :return: The item_code of this PaymentLineItem. + :return: The item_code of this PaymentLineItem. # noqa: E501 :rtype: str """ return self._item_code @item_code.setter def item_code(self, item_code): - """ - Sets the item_code of this PaymentLineItem. - + """Sets the item_code of this PaymentLineItem. - :param item_code: The item_code of this PaymentLineItem. + # noqa: E501 + + :param item_code: The item_code of this PaymentLineItem. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def item_code(self, item_code): @property def name(self): - """ - Gets the name of this PaymentLineItem. - + """Gets the name of this PaymentLineItem. # noqa: E501 - :return: The name of this PaymentLineItem. + # noqa: E501 + + :return: The name of this PaymentLineItem. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this PaymentLineItem. - + """Sets the name of this PaymentLineItem. + + # noqa: E501 - :param name: The name of this PaymentLineItem. + :param name: The name of this PaymentLineItem. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentLineItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentLineItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_method_with_options.py b/docusign_esign/models/payment_method_with_options.py index 545c86e7..51ac3f88 100644 --- a/docusign_esign/models/payment_method_with_options.py +++ b/docusign_esign/models/payment_method_with_options.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentMethodWithOptions(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, supported_options=None, type=None): - """ - PaymentMethodWithOptions - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'supported_options': 'list[str]', - 'type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'supported_options': 'list[str]', + 'type': 'str' + } - self.attribute_map = { - 'supported_options': 'supportedOptions', - 'type': 'type' - } + attribute_map = { + 'supported_options': 'supportedOptions', + 'type': 'type' + } - self._supported_options = supported_options - self._type = type + def __init__(self, supported_options=None, type=None): # noqa: E501 + """PaymentMethodWithOptions - a model defined in Swagger""" # noqa: E501 + + self._supported_options = None + self._type = None + self.discriminator = None + + if supported_options is not None: + self.supported_options = supported_options + if type is not None: + self.type = type @property def supported_options(self): - """ - Gets the supported_options of this PaymentMethodWithOptions. - + """Gets the supported_options of this PaymentMethodWithOptions. # noqa: E501 - :return: The supported_options of this PaymentMethodWithOptions. + # noqa: E501 + + :return: The supported_options of this PaymentMethodWithOptions. # noqa: E501 :rtype: list[str] """ return self._supported_options @supported_options.setter def supported_options(self, supported_options): - """ - Sets the supported_options of this PaymentMethodWithOptions. - + """Sets the supported_options of this PaymentMethodWithOptions. + + # noqa: E501 - :param supported_options: The supported_options of this PaymentMethodWithOptions. + :param supported_options: The supported_options of this PaymentMethodWithOptions. # noqa: E501 :type: list[str] """ @@ -68,34 +77,32 @@ def supported_options(self, supported_options): @property def type(self): - """ - Gets the type of this PaymentMethodWithOptions. - + """Gets the type of this PaymentMethodWithOptions. # noqa: E501 + + # noqa: E501 - :return: The type of this PaymentMethodWithOptions. + :return: The type of this PaymentMethodWithOptions. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this PaymentMethodWithOptions. - + """Sets the type of this PaymentMethodWithOptions. + + # noqa: E501 - :param type: The type of this PaymentMethodWithOptions. + :param type: The type of this PaymentMethodWithOptions. # noqa: E501 :type: str """ self._type = type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentMethodWithOptions, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentMethodWithOptions): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/payment_processor_information.py b/docusign_esign/models/payment_processor_information.py index c99d7ab4..c2aa79a0 100644 --- a/docusign_esign/models/payment_processor_information.py +++ b/docusign_esign/models/payment_processor_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PaymentProcessorInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address=None, billing_agreement_id=None, email=None): - """ - PaymentProcessorInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address': 'AddressInformation', - 'billing_agreement_id': 'str', - 'email': 'str' - } - - self.attribute_map = { - 'address': 'address', - 'billing_agreement_id': 'billingAgreementId', - 'email': 'email' - } - - self._address = address - self._billing_agreement_id = billing_agreement_id - self._email = email + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address': 'AddressInformation', + 'billing_agreement_id': 'str', + 'email': 'str' + } + + attribute_map = { + 'address': 'address', + 'billing_agreement_id': 'billingAgreementId', + 'email': 'email' + } + + def __init__(self, address=None, billing_agreement_id=None, email=None): # noqa: E501 + """PaymentProcessorInformation - a model defined in Swagger""" # noqa: E501 + + self._address = None + self._billing_agreement_id = None + self._email = None + self.discriminator = None + + if address is not None: + self.address = address + if billing_agreement_id is not None: + self.billing_agreement_id = billing_agreement_id + if email is not None: + self.email = email @property def address(self): - """ - Gets the address of this PaymentProcessorInformation. + """Gets the address of this PaymentProcessorInformation. # noqa: E501 + - :return: The address of this PaymentProcessorInformation. + :return: The address of this PaymentProcessorInformation. # noqa: E501 :rtype: AddressInformation """ return self._address @address.setter def address(self, address): - """ - Sets the address of this PaymentProcessorInformation. + """Sets the address of this PaymentProcessorInformation. + - :param address: The address of this PaymentProcessorInformation. + :param address: The address of this PaymentProcessorInformation. # noqa: E501 :type: AddressInformation """ @@ -69,22 +80,22 @@ def address(self, address): @property def billing_agreement_id(self): - """ - Gets the billing_agreement_id of this PaymentProcessorInformation. - + """Gets the billing_agreement_id of this PaymentProcessorInformation. # noqa: E501 + + # noqa: E501 - :return: The billing_agreement_id of this PaymentProcessorInformation. + :return: The billing_agreement_id of this PaymentProcessorInformation. # noqa: E501 :rtype: str """ return self._billing_agreement_id @billing_agreement_id.setter def billing_agreement_id(self, billing_agreement_id): - """ - Sets the billing_agreement_id of this PaymentProcessorInformation. - + """Sets the billing_agreement_id of this PaymentProcessorInformation. + + # noqa: E501 - :param billing_agreement_id: The billing_agreement_id of this PaymentProcessorInformation. + :param billing_agreement_id: The billing_agreement_id of this PaymentProcessorInformation. # noqa: E501 :type: str """ @@ -92,34 +103,32 @@ def billing_agreement_id(self, billing_agreement_id): @property def email(self): - """ - Gets the email of this PaymentProcessorInformation. - + """Gets the email of this PaymentProcessorInformation. # noqa: E501 - :return: The email of this PaymentProcessorInformation. + # noqa: E501 + + :return: The email of this PaymentProcessorInformation. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this PaymentProcessorInformation. - + """Sets the email of this PaymentProcessorInformation. - :param email: The email of this PaymentProcessorInformation. + # noqa: E501 + + :param email: The email of this PaymentProcessorInformation. # noqa: E501 :type: str """ self._email = email def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PaymentProcessorInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PaymentProcessorInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/permission_profile.py b/docusign_esign/models/permission_profile.py index 388aae7e..18068559 100644 --- a/docusign_esign/models/permission_profile.py +++ b/docusign_esign/models/permission_profile.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PermissionProfile(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, modified_by_username=None, modified_date_time=None, permission_profile_id=None, permission_profile_name=None, settings=None, user_count=None, users=None): - """ - PermissionProfile - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'modified_by_username': 'str', - 'modified_date_time': 'str', - 'permission_profile_id': 'str', - 'permission_profile_name': 'str', - 'settings': 'AccountRoleSettings', - 'user_count': 'str', - 'users': 'list[UserInformation]' - } - - self.attribute_map = { - 'modified_by_username': 'modifiedByUsername', - 'modified_date_time': 'modifiedDateTime', - 'permission_profile_id': 'permissionProfileId', - 'permission_profile_name': 'permissionProfileName', - 'settings': 'settings', - 'user_count': 'userCount', - 'users': 'users' - } - - self._modified_by_username = modified_by_username - self._modified_date_time = modified_date_time - self._permission_profile_id = permission_profile_id - self._permission_profile_name = permission_profile_name - self._settings = settings - self._user_count = user_count - self._users = users + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'modified_by_username': 'str', + 'modified_date_time': 'str', + 'permission_profile_id': 'str', + 'permission_profile_name': 'str', + 'settings': 'AccountRoleSettings', + 'user_count': 'str', + 'users': 'list[UserInformation]' + } + + attribute_map = { + 'modified_by_username': 'modifiedByUsername', + 'modified_date_time': 'modifiedDateTime', + 'permission_profile_id': 'permissionProfileId', + 'permission_profile_name': 'permissionProfileName', + 'settings': 'settings', + 'user_count': 'userCount', + 'users': 'users' + } + + def __init__(self, modified_by_username=None, modified_date_time=None, permission_profile_id=None, permission_profile_name=None, settings=None, user_count=None, users=None): # noqa: E501 + """PermissionProfile - a model defined in Swagger""" # noqa: E501 + + self._modified_by_username = None + self._modified_date_time = None + self._permission_profile_id = None + self._permission_profile_name = None + self._settings = None + self._user_count = None + self._users = None + self.discriminator = None + + if modified_by_username is not None: + self.modified_by_username = modified_by_username + if modified_date_time is not None: + self.modified_date_time = modified_date_time + if permission_profile_id is not None: + self.permission_profile_id = permission_profile_id + if permission_profile_name is not None: + self.permission_profile_name = permission_profile_name + if settings is not None: + self.settings = settings + if user_count is not None: + self.user_count = user_count + if users is not None: + self.users = users @property def modified_by_username(self): - """ - Gets the modified_by_username of this PermissionProfile. - + """Gets the modified_by_username of this PermissionProfile. # noqa: E501 - :return: The modified_by_username of this PermissionProfile. + # noqa: E501 + + :return: The modified_by_username of this PermissionProfile. # noqa: E501 :rtype: str """ return self._modified_by_username @modified_by_username.setter def modified_by_username(self, modified_by_username): - """ - Sets the modified_by_username of this PermissionProfile. - + """Sets the modified_by_username of this PermissionProfile. - :param modified_by_username: The modified_by_username of this PermissionProfile. + # noqa: E501 + + :param modified_by_username: The modified_by_username of this PermissionProfile. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def modified_by_username(self, modified_by_username): @property def modified_date_time(self): - """ - Gets the modified_date_time of this PermissionProfile. - + """Gets the modified_date_time of this PermissionProfile. # noqa: E501 + + # noqa: E501 - :return: The modified_date_time of this PermissionProfile. + :return: The modified_date_time of this PermissionProfile. # noqa: E501 :rtype: str """ return self._modified_date_time @modified_date_time.setter def modified_date_time(self, modified_date_time): - """ - Sets the modified_date_time of this PermissionProfile. - + """Sets the modified_date_time of this PermissionProfile. + + # noqa: E501 - :param modified_date_time: The modified_date_time of this PermissionProfile. + :param modified_date_time: The modified_date_time of this PermissionProfile. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def modified_date_time(self, modified_date_time): @property def permission_profile_id(self): - """ - Gets the permission_profile_id of this PermissionProfile. - + """Gets the permission_profile_id of this PermissionProfile. # noqa: E501 - :return: The permission_profile_id of this PermissionProfile. + # noqa: E501 + + :return: The permission_profile_id of this PermissionProfile. # noqa: E501 :rtype: str """ return self._permission_profile_id @permission_profile_id.setter def permission_profile_id(self, permission_profile_id): - """ - Sets the permission_profile_id of this PermissionProfile. - + """Sets the permission_profile_id of this PermissionProfile. + + # noqa: E501 - :param permission_profile_id: The permission_profile_id of this PermissionProfile. + :param permission_profile_id: The permission_profile_id of this PermissionProfile. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def permission_profile_id(self, permission_profile_id): @property def permission_profile_name(self): - """ - Gets the permission_profile_name of this PermissionProfile. - + """Gets the permission_profile_name of this PermissionProfile. # noqa: E501 + + # noqa: E501 - :return: The permission_profile_name of this PermissionProfile. + :return: The permission_profile_name of this PermissionProfile. # noqa: E501 :rtype: str """ return self._permission_profile_name @permission_profile_name.setter def permission_profile_name(self, permission_profile_name): - """ - Sets the permission_profile_name of this PermissionProfile. - + """Sets the permission_profile_name of this PermissionProfile. + + # noqa: E501 - :param permission_profile_name: The permission_profile_name of this PermissionProfile. + :param permission_profile_name: The permission_profile_name of this PermissionProfile. # noqa: E501 :type: str """ @@ -152,20 +171,20 @@ def permission_profile_name(self, permission_profile_name): @property def settings(self): - """ - Gets the settings of this PermissionProfile. + """Gets the settings of this PermissionProfile. # noqa: E501 + - :return: The settings of this PermissionProfile. + :return: The settings of this PermissionProfile. # noqa: E501 :rtype: AccountRoleSettings """ return self._settings @settings.setter def settings(self, settings): - """ - Sets the settings of this PermissionProfile. + """Sets the settings of this PermissionProfile. - :param settings: The settings of this PermissionProfile. + + :param settings: The settings of this PermissionProfile. # noqa: E501 :type: AccountRoleSettings """ @@ -173,22 +192,22 @@ def settings(self, settings): @property def user_count(self): - """ - Gets the user_count of this PermissionProfile. - + """Gets the user_count of this PermissionProfile. # noqa: E501 - :return: The user_count of this PermissionProfile. + # noqa: E501 + + :return: The user_count of this PermissionProfile. # noqa: E501 :rtype: str """ return self._user_count @user_count.setter def user_count(self, user_count): - """ - Sets the user_count of this PermissionProfile. - + """Sets the user_count of this PermissionProfile. - :param user_count: The user_count of this PermissionProfile. + # noqa: E501 + + :param user_count: The user_count of this PermissionProfile. # noqa: E501 :type: str """ @@ -196,34 +215,32 @@ def user_count(self, user_count): @property def users(self): - """ - Gets the users of this PermissionProfile. - + """Gets the users of this PermissionProfile. # noqa: E501 + + # noqa: E501 - :return: The users of this PermissionProfile. + :return: The users of this PermissionProfile. # noqa: E501 :rtype: list[UserInformation] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this PermissionProfile. - + """Sets the users of this PermissionProfile. + + # noqa: E501 - :param users: The users of this PermissionProfile. + :param users: The users of this PermissionProfile. # noqa: E501 :type: list[UserInformation] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PermissionProfile, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PermissionProfile): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/permission_profile_information.py b/docusign_esign/models/permission_profile_information.py index 3c4b222b..4171f49c 100644 --- a/docusign_esign/models/permission_profile_information.py +++ b/docusign_esign/models/permission_profile_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PermissionProfileInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, permission_profiles=None): - """ - PermissionProfileInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'permission_profiles': 'list[PermissionProfile]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'permission_profiles': 'list[PermissionProfile]' + } - self.attribute_map = { - 'permission_profiles': 'permissionProfiles' - } + attribute_map = { + 'permission_profiles': 'permissionProfiles' + } - self._permission_profiles = permission_profiles + def __init__(self, permission_profiles=None): # noqa: E501 + """PermissionProfileInformation - a model defined in Swagger""" # noqa: E501 + + self._permission_profiles = None + self.discriminator = None + + if permission_profiles is not None: + self.permission_profiles = permission_profiles @property def permission_profiles(self): - """ - Gets the permission_profiles of this PermissionProfileInformation. - A complex type containing a collection of permission profiles. + """Gets the permission_profiles of this PermissionProfileInformation. # noqa: E501 + + A complex type containing a collection of permission profiles. # noqa: E501 - :return: The permission_profiles of this PermissionProfileInformation. + :return: The permission_profiles of this PermissionProfileInformation. # noqa: E501 :rtype: list[PermissionProfile] """ return self._permission_profiles @permission_profiles.setter def permission_profiles(self, permission_profiles): - """ - Sets the permission_profiles of this PermissionProfileInformation. - A complex type containing a collection of permission profiles. + """Sets the permission_profiles of this PermissionProfileInformation. - :param permission_profiles: The permission_profiles of this PermissionProfileInformation. + A complex type containing a collection of permission profiles. # noqa: E501 + + :param permission_profiles: The permission_profiles of this PermissionProfileInformation. # noqa: E501 :type: list[PermissionProfile] """ self._permission_profiles = permission_profiles def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PermissionProfileInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PermissionProfileInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/plan_information.py b/docusign_esign/models/plan_information.py index 3a41ff12..299069d3 100644 --- a/docusign_esign/models/plan_information.py +++ b/docusign_esign/models/plan_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PlanInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, add_ons=None, currency_code=None, free_trial_days_override=None, plan_feature_sets=None, plan_id=None, recipient_domains=None): - """ - PlanInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'add_ons': 'list[AddOn]', - 'currency_code': 'str', - 'free_trial_days_override': 'str', - 'plan_feature_sets': 'list[FeatureSet]', - 'plan_id': 'str', - 'recipient_domains': 'list[RecipientDomain]' - } - - self.attribute_map = { - 'add_ons': 'addOns', - 'currency_code': 'currencyCode', - 'free_trial_days_override': 'freeTrialDaysOverride', - 'plan_feature_sets': 'planFeatureSets', - 'plan_id': 'planId', - 'recipient_domains': 'recipientDomains' - } - - self._add_ons = add_ons - self._currency_code = currency_code - self._free_trial_days_override = free_trial_days_override - self._plan_feature_sets = plan_feature_sets - self._plan_id = plan_id - self._recipient_domains = recipient_domains + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'add_ons': 'list[AddOn]', + 'currency_code': 'str', + 'free_trial_days_override': 'str', + 'plan_feature_sets': 'list[FeatureSet]', + 'plan_id': 'str', + 'recipient_domains': 'list[RecipientDomain]' + } + + attribute_map = { + 'add_ons': 'addOns', + 'currency_code': 'currencyCode', + 'free_trial_days_override': 'freeTrialDaysOverride', + 'plan_feature_sets': 'planFeatureSets', + 'plan_id': 'planId', + 'recipient_domains': 'recipientDomains' + } + + def __init__(self, add_ons=None, currency_code=None, free_trial_days_override=None, plan_feature_sets=None, plan_id=None, recipient_domains=None): # noqa: E501 + """PlanInformation - a model defined in Swagger""" # noqa: E501 + + self._add_ons = None + self._currency_code = None + self._free_trial_days_override = None + self._plan_feature_sets = None + self._plan_id = None + self._recipient_domains = None + self.discriminator = None + + if add_ons is not None: + self.add_ons = add_ons + if currency_code is not None: + self.currency_code = currency_code + if free_trial_days_override is not None: + self.free_trial_days_override = free_trial_days_override + if plan_feature_sets is not None: + self.plan_feature_sets = plan_feature_sets + if plan_id is not None: + self.plan_id = plan_id + if recipient_domains is not None: + self.recipient_domains = recipient_domains @property def add_ons(self): - """ - Gets the add_ons of this PlanInformation. - Reserved: + """Gets the add_ons of this PlanInformation. # noqa: E501 + + Reserved: # noqa: E501 - :return: The add_ons of this PlanInformation. + :return: The add_ons of this PlanInformation. # noqa: E501 :rtype: list[AddOn] """ return self._add_ons @add_ons.setter def add_ons(self, add_ons): - """ - Sets the add_ons of this PlanInformation. - Reserved: + """Sets the add_ons of this PlanInformation. + + Reserved: # noqa: E501 - :param add_ons: The add_ons of this PlanInformation. + :param add_ons: The add_ons of this PlanInformation. # noqa: E501 :type: list[AddOn] """ @@ -80,22 +97,22 @@ def add_ons(self, add_ons): @property def currency_code(self): - """ - Gets the currency_code of this PlanInformation. - Specifies the ISO currency code for the account. + """Gets the currency_code of this PlanInformation. # noqa: E501 - :return: The currency_code of this PlanInformation. + Specifies the ISO currency code for the account. # noqa: E501 + + :return: The currency_code of this PlanInformation. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this PlanInformation. - Specifies the ISO currency code for the account. + """Sets the currency_code of this PlanInformation. + + Specifies the ISO currency code for the account. # noqa: E501 - :param currency_code: The currency_code of this PlanInformation. + :param currency_code: The currency_code of this PlanInformation. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def currency_code(self, currency_code): @property def free_trial_days_override(self): - """ - Gets the free_trial_days_override of this PlanInformation. - Reserved for DocuSign use only. + """Gets the free_trial_days_override of this PlanInformation. # noqa: E501 + + Reserved for DocuSign use only. # noqa: E501 - :return: The free_trial_days_override of this PlanInformation. + :return: The free_trial_days_override of this PlanInformation. # noqa: E501 :rtype: str """ return self._free_trial_days_override @free_trial_days_override.setter def free_trial_days_override(self, free_trial_days_override): - """ - Sets the free_trial_days_override of this PlanInformation. - Reserved for DocuSign use only. + """Sets the free_trial_days_override of this PlanInformation. - :param free_trial_days_override: The free_trial_days_override of this PlanInformation. + Reserved for DocuSign use only. # noqa: E501 + + :param free_trial_days_override: The free_trial_days_override of this PlanInformation. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def free_trial_days_override(self, free_trial_days_override): @property def plan_feature_sets(self): - """ - Gets the plan_feature_sets of this PlanInformation. - A complex type that sets the feature sets for the account. + """Gets the plan_feature_sets of this PlanInformation. # noqa: E501 + + A complex type that sets the feature sets for the account. # noqa: E501 - :return: The plan_feature_sets of this PlanInformation. + :return: The plan_feature_sets of this PlanInformation. # noqa: E501 :rtype: list[FeatureSet] """ return self._plan_feature_sets @plan_feature_sets.setter def plan_feature_sets(self, plan_feature_sets): - """ - Sets the plan_feature_sets of this PlanInformation. - A complex type that sets the feature sets for the account. + """Sets the plan_feature_sets of this PlanInformation. + + A complex type that sets the feature sets for the account. # noqa: E501 - :param plan_feature_sets: The plan_feature_sets of this PlanInformation. + :param plan_feature_sets: The plan_feature_sets of this PlanInformation. # noqa: E501 :type: list[FeatureSet] """ @@ -149,22 +166,22 @@ def plan_feature_sets(self, plan_feature_sets): @property def plan_id(self): - """ - Gets the plan_id of this PlanInformation. - The DocuSign Plan ID for the account. + """Gets the plan_id of this PlanInformation. # noqa: E501 - :return: The plan_id of this PlanInformation. + The DocuSign Plan ID for the account. # noqa: E501 + + :return: The plan_id of this PlanInformation. # noqa: E501 :rtype: str """ return self._plan_id @plan_id.setter def plan_id(self, plan_id): - """ - Sets the plan_id of this PlanInformation. - The DocuSign Plan ID for the account. + """Sets the plan_id of this PlanInformation. + + The DocuSign Plan ID for the account. # noqa: E501 - :param plan_id: The plan_id of this PlanInformation. + :param plan_id: The plan_id of this PlanInformation. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def plan_id(self, plan_id): @property def recipient_domains(self): - """ - Gets the recipient_domains of this PlanInformation. - + """Gets the recipient_domains of this PlanInformation. # noqa: E501 + + # noqa: E501 - :return: The recipient_domains of this PlanInformation. + :return: The recipient_domains of this PlanInformation. # noqa: E501 :rtype: list[RecipientDomain] """ return self._recipient_domains @recipient_domains.setter def recipient_domains(self, recipient_domains): - """ - Sets the recipient_domains of this PlanInformation. - + """Sets the recipient_domains of this PlanInformation. - :param recipient_domains: The recipient_domains of this PlanInformation. + # noqa: E501 + + :param recipient_domains: The recipient_domains of this PlanInformation. # noqa: E501 :type: list[RecipientDomain] """ self._recipient_domains = recipient_domains def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PlanInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PlanInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/poly_line.py b/docusign_esign/models/poly_line.py index 85a40dec..80730bf0 100644 --- a/docusign_esign/models/poly_line.py +++ b/docusign_esign/models/poly_line.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PolyLine(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, x1=None, x2=None, y1=None, y2=None): - """ - PolyLine - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'x1': 'str', - 'x2': 'str', - 'y1': 'str', - 'y2': 'str' - } - - self.attribute_map = { - 'x1': 'x1', - 'x2': 'x2', - 'y1': 'y1', - 'y2': 'y2' - } - self._x1 = x1 - self._x2 = x2 - self._y1 = y1 - self._y2 = y2 + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'x1': 'str', + 'x2': 'str', + 'y1': 'str', + 'y2': 'str' + } + + attribute_map = { + 'x1': 'x1', + 'x2': 'x2', + 'y1': 'y1', + 'y2': 'y2' + } + + def __init__(self, x1=None, x2=None, y1=None, y2=None): # noqa: E501 + """PolyLine - a model defined in Swagger""" # noqa: E501 + + self._x1 = None + self._x2 = None + self._y1 = None + self._y2 = None + self.discriminator = None + + if x1 is not None: + self.x1 = x1 + if x2 is not None: + self.x2 = x2 + if y1 is not None: + self.y1 = y1 + if y2 is not None: + self.y2 = y2 @property def x1(self): - """ - Gets the x1 of this PolyLine. - + """Gets the x1 of this PolyLine. # noqa: E501 - :return: The x1 of this PolyLine. + # noqa: E501 + + :return: The x1 of this PolyLine. # noqa: E501 :rtype: str """ return self._x1 @x1.setter def x1(self, x1): - """ - Sets the x1 of this PolyLine. - + """Sets the x1 of this PolyLine. - :param x1: The x1 of this PolyLine. + # noqa: E501 + + :param x1: The x1 of this PolyLine. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def x1(self, x1): @property def x2(self): - """ - Gets the x2 of this PolyLine. - + """Gets the x2 of this PolyLine. # noqa: E501 + + # noqa: E501 - :return: The x2 of this PolyLine. + :return: The x2 of this PolyLine. # noqa: E501 :rtype: str """ return self._x2 @x2.setter def x2(self, x2): - """ - Sets the x2 of this PolyLine. - + """Sets the x2 of this PolyLine. + + # noqa: E501 - :param x2: The x2 of this PolyLine. + :param x2: The x2 of this PolyLine. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def x2(self, x2): @property def y1(self): - """ - Gets the y1 of this PolyLine. - + """Gets the y1 of this PolyLine. # noqa: E501 + + # noqa: E501 - :return: The y1 of this PolyLine. + :return: The y1 of this PolyLine. # noqa: E501 :rtype: str """ return self._y1 @y1.setter def y1(self, y1): - """ - Sets the y1 of this PolyLine. - + """Sets the y1 of this PolyLine. - :param y1: The y1 of this PolyLine. + # noqa: E501 + + :param y1: The y1 of this PolyLine. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def y1(self, y1): @property def y2(self): - """ - Gets the y2 of this PolyLine. - + """Gets the y2 of this PolyLine. # noqa: E501 - :return: The y2 of this PolyLine. + # noqa: E501 + + :return: The y2 of this PolyLine. # noqa: E501 :rtype: str """ return self._y2 @y2.setter def y2(self, y2): - """ - Sets the y2 of this PolyLine. - + """Sets the y2 of this PolyLine. + + # noqa: E501 - :param y2: The y2 of this PolyLine. + :param y2: The y2 of this PolyLine. # noqa: E501 :type: str """ self._y2 = y2 def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PolyLine, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PolyLine): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/poly_line_overlay.py b/docusign_esign/models/poly_line_overlay.py index 8847ee83..683cbf61 100644 --- a/docusign_esign/models/poly_line_overlay.py +++ b/docusign_esign/models/poly_line_overlay.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,281 +11,440 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PolyLineOverlay(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, graphics_context=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, overlay_type=None, overlay_type_metadata=None, page_number=None, page_number_metadata=None, poly_lines=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - PolyLineOverlay - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'graphics_context': 'GraphicsContext', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'overlay_type': 'str', - 'overlay_type_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'poly_lines': 'list[PolyLine]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'graphics_context': 'graphicsContext', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'overlay_type': 'overlayType', - 'overlay_type_metadata': 'overlayTypeMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'poly_lines': 'polyLines', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._graphics_context = graphics_context - self._height = height - self._height_metadata = height_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._overlay_type = overlay_type - self._overlay_type_metadata = overlay_type_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._poly_lines = poly_lines - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'graphics_context': 'GraphicsContext', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'overlay_type': 'str', + 'overlay_type_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'poly_lines': 'list[PolyLine]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'graphics_context': 'graphicsContext', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'overlay_type': 'overlayType', + 'overlay_type_metadata': 'overlayTypeMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'poly_lines': 'polyLines', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, graphics_context=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, overlay_type=None, overlay_type_metadata=None, page_number=None, page_number_metadata=None, poly_lines=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """PolyLineOverlay - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._graphics_context = None + self._height = None + self._height_metadata = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._overlay_type = None + self._overlay_type_metadata = None + self._page_number = None + self._page_number_metadata = None + self._poly_lines = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if graphics_context is not None: + self.graphics_context = graphics_context + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if overlay_type is not None: + self.overlay_type = overlay_type + if overlay_type_metadata is not None: + self.overlay_type_metadata = overlay_type_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if poly_lines is not None: + self.poly_lines = poly_lines + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this PolyLineOverlay. - + """Gets the anchor_allow_white_space_in_characters of this PolyLineOverlay. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this PolyLineOverlay. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this PolyLineOverlay. - + """Sets the anchor_allow_white_space_in_characters of this PolyLineOverlay. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this PolyLineOverlay. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -293,20 +452,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. + """Gets the anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. + :return: The anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. + """Sets the anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -314,22 +473,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this PolyLineOverlay. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this PolyLineOverlay. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this PolyLineOverlay. + :return: The anchor_case_sensitive of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this PolyLineOverlay. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this PolyLineOverlay. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this PolyLineOverlay. + :param anchor_case_sensitive: The anchor_case_sensitive of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -337,20 +496,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this PolyLineOverlay. + """Gets the anchor_case_sensitive_metadata of this PolyLineOverlay. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this PolyLineOverlay. + + :return: The anchor_case_sensitive_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this PolyLineOverlay. + """Sets the anchor_case_sensitive_metadata of this PolyLineOverlay. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this PolyLineOverlay. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -358,22 +517,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this PolyLineOverlay. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this PolyLineOverlay. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this PolyLineOverlay. + :return: The anchor_horizontal_alignment of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this PolyLineOverlay. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this PolyLineOverlay. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this PolyLineOverlay. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -381,20 +540,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this PolyLineOverlay. + """Gets the anchor_horizontal_alignment_metadata of this PolyLineOverlay. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this PolyLineOverlay. + + :return: The anchor_horizontal_alignment_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this PolyLineOverlay. + """Sets the anchor_horizontal_alignment_metadata of this PolyLineOverlay. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this PolyLineOverlay. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -402,22 +561,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this PolyLineOverlay. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this PolyLineOverlay. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this PolyLineOverlay. + :return: The anchor_ignore_if_not_present of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this PolyLineOverlay. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this PolyLineOverlay. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this PolyLineOverlay. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -425,20 +584,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this PolyLineOverlay. + """Gets the anchor_ignore_if_not_present_metadata of this PolyLineOverlay. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this PolyLineOverlay. + + :return: The anchor_ignore_if_not_present_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this PolyLineOverlay. + """Sets the anchor_ignore_if_not_present_metadata of this PolyLineOverlay. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this PolyLineOverlay. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -446,22 +605,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this PolyLineOverlay. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this PolyLineOverlay. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this PolyLineOverlay. + :return: The anchor_match_whole_word of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this PolyLineOverlay. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this PolyLineOverlay. - :param anchor_match_whole_word: The anchor_match_whole_word of this PolyLineOverlay. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -469,20 +628,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this PolyLineOverlay. + """Gets the anchor_match_whole_word_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this PolyLineOverlay. + :return: The anchor_match_whole_word_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this PolyLineOverlay. + """Sets the anchor_match_whole_word_metadata of this PolyLineOverlay. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this PolyLineOverlay. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -490,22 +649,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this PolyLineOverlay. - Anchor text information for a radio button. + """Gets the anchor_string of this PolyLineOverlay. # noqa: E501 - :return: The anchor_string of this PolyLineOverlay. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this PolyLineOverlay. - Anchor text information for a radio button. + """Sets the anchor_string of this PolyLineOverlay. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this PolyLineOverlay. + :param anchor_string: The anchor_string of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -513,20 +672,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this PolyLineOverlay. + """Gets the anchor_string_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_string_metadata of this PolyLineOverlay. + :return: The anchor_string_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this PolyLineOverlay. + """Sets the anchor_string_metadata of this PolyLineOverlay. + - :param anchor_string_metadata: The anchor_string_metadata of this PolyLineOverlay. + :param anchor_string_metadata: The anchor_string_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -534,22 +693,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this PolyLineOverlay. - + """Gets the anchor_tab_processor_version of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this PolyLineOverlay. + :return: The anchor_tab_processor_version of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this PolyLineOverlay. - + """Sets the anchor_tab_processor_version of this PolyLineOverlay. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this PolyLineOverlay. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -557,20 +716,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this PolyLineOverlay. + """Gets the anchor_tab_processor_version_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this PolyLineOverlay. + :return: The anchor_tab_processor_version_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this PolyLineOverlay. + """Sets the anchor_tab_processor_version_metadata of this PolyLineOverlay. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this PolyLineOverlay. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -578,22 +737,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this PolyLineOverlay. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this PolyLineOverlay. # noqa: E501 - :return: The anchor_units of this PolyLineOverlay. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this PolyLineOverlay. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this PolyLineOverlay. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this PolyLineOverlay. + :param anchor_units: The anchor_units of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -601,20 +760,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this PolyLineOverlay. + """Gets the anchor_units_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_units_metadata of this PolyLineOverlay. + :return: The anchor_units_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this PolyLineOverlay. + """Sets the anchor_units_metadata of this PolyLineOverlay. - :param anchor_units_metadata: The anchor_units_metadata of this PolyLineOverlay. + + :param anchor_units_metadata: The anchor_units_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -622,22 +781,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this PolyLineOverlay. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this PolyLineOverlay. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this PolyLineOverlay. + :return: The anchor_x_offset of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this PolyLineOverlay. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this PolyLineOverlay. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this PolyLineOverlay. + :param anchor_x_offset: The anchor_x_offset of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -645,20 +804,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this PolyLineOverlay. + """Gets the anchor_x_offset_metadata of this PolyLineOverlay. # noqa: E501 - :return: The anchor_x_offset_metadata of this PolyLineOverlay. + + :return: The anchor_x_offset_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this PolyLineOverlay. + """Sets the anchor_x_offset_metadata of this PolyLineOverlay. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this PolyLineOverlay. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -666,22 +825,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this PolyLineOverlay. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this PolyLineOverlay. # noqa: E501 - :return: The anchor_y_offset of this PolyLineOverlay. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this PolyLineOverlay. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this PolyLineOverlay. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this PolyLineOverlay. + :param anchor_y_offset: The anchor_y_offset of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -689,20 +848,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this PolyLineOverlay. + """Gets the anchor_y_offset_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The anchor_y_offset_metadata of this PolyLineOverlay. + :return: The anchor_y_offset_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this PolyLineOverlay. + """Sets the anchor_y_offset_metadata of this PolyLineOverlay. - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this PolyLineOverlay. + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -710,22 +869,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this PolyLineOverlay. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this PolyLineOverlay. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this PolyLineOverlay. + :return: The conditional_parent_label of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this PolyLineOverlay. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this PolyLineOverlay. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this PolyLineOverlay. + :param conditional_parent_label: The conditional_parent_label of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -733,20 +892,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this PolyLineOverlay. + """Gets the conditional_parent_label_metadata of this PolyLineOverlay. # noqa: E501 - :return: The conditional_parent_label_metadata of this PolyLineOverlay. + + :return: The conditional_parent_label_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this PolyLineOverlay. + """Sets the conditional_parent_label_metadata of this PolyLineOverlay. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this PolyLineOverlay. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -754,22 +913,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this PolyLineOverlay. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this PolyLineOverlay. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this PolyLineOverlay. + :return: The conditional_parent_value of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this PolyLineOverlay. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this PolyLineOverlay. - :param conditional_parent_value: The conditional_parent_value of this PolyLineOverlay. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -777,20 +936,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this PolyLineOverlay. + """Gets the conditional_parent_value_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The conditional_parent_value_metadata of this PolyLineOverlay. + :return: The conditional_parent_value_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this PolyLineOverlay. + """Sets the conditional_parent_value_metadata of this PolyLineOverlay. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this PolyLineOverlay. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -798,22 +957,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this PolyLineOverlay. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this PolyLineOverlay. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this PolyLineOverlay. + :return: The custom_tab_id of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this PolyLineOverlay. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this PolyLineOverlay. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this PolyLineOverlay. + :param custom_tab_id: The custom_tab_id of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -821,20 +980,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this PolyLineOverlay. + """Gets the custom_tab_id_metadata of this PolyLineOverlay. # noqa: E501 - :return: The custom_tab_id_metadata of this PolyLineOverlay. + + :return: The custom_tab_id_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this PolyLineOverlay. + """Sets the custom_tab_id_metadata of this PolyLineOverlay. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this PolyLineOverlay. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -842,22 +1001,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this PolyLineOverlay. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this PolyLineOverlay. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this PolyLineOverlay. + :return: The document_id of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this PolyLineOverlay. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this PolyLineOverlay. - :param document_id: The document_id of this PolyLineOverlay. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -865,20 +1024,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this PolyLineOverlay. + """Gets the document_id_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The document_id_metadata of this PolyLineOverlay. + :return: The document_id_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this PolyLineOverlay. + """Sets the document_id_metadata of this PolyLineOverlay. + - :param document_id_metadata: The document_id_metadata of this PolyLineOverlay. + :param document_id_metadata: The document_id_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -886,20 +1045,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this PolyLineOverlay. + """Gets the error_details of this PolyLineOverlay. # noqa: E501 - :return: The error_details of this PolyLineOverlay. + + :return: The error_details of this PolyLineOverlay. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this PolyLineOverlay. + """Sets the error_details of this PolyLineOverlay. + - :param error_details: The error_details of this PolyLineOverlay. + :param error_details: The error_details of this PolyLineOverlay. # noqa: E501 :type: ErrorDetails """ @@ -907,22 +1066,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this PolyLineOverlay. - + """Gets the form_order of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The form_order of this PolyLineOverlay. + :return: The form_order of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this PolyLineOverlay. - + """Sets the form_order of this PolyLineOverlay. - :param form_order: The form_order of this PolyLineOverlay. + # noqa: E501 + + :param form_order: The form_order of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -930,20 +1089,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this PolyLineOverlay. + """Gets the form_order_metadata of this PolyLineOverlay. # noqa: E501 - :return: The form_order_metadata of this PolyLineOverlay. + + :return: The form_order_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this PolyLineOverlay. + """Sets the form_order_metadata of this PolyLineOverlay. - :param form_order_metadata: The form_order_metadata of this PolyLineOverlay. + + :param form_order_metadata: The form_order_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -951,22 +1110,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this PolyLineOverlay. - + """Gets the form_page_label of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this PolyLineOverlay. + :return: The form_page_label of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this PolyLineOverlay. - + """Sets the form_page_label of this PolyLineOverlay. + + # noqa: E501 - :param form_page_label: The form_page_label of this PolyLineOverlay. + :param form_page_label: The form_page_label of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -974,20 +1133,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this PolyLineOverlay. + """Gets the form_page_label_metadata of this PolyLineOverlay. # noqa: E501 - :return: The form_page_label_metadata of this PolyLineOverlay. + + :return: The form_page_label_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this PolyLineOverlay. + """Sets the form_page_label_metadata of this PolyLineOverlay. + - :param form_page_label_metadata: The form_page_label_metadata of this PolyLineOverlay. + :param form_page_label_metadata: The form_page_label_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -995,22 +1154,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this PolyLineOverlay. - + """Gets the form_page_number of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this PolyLineOverlay. + :return: The form_page_number of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this PolyLineOverlay. - + """Sets the form_page_number of this PolyLineOverlay. - :param form_page_number: The form_page_number of this PolyLineOverlay. + # noqa: E501 + + :param form_page_number: The form_page_number of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1018,20 +1177,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this PolyLineOverlay. + """Gets the form_page_number_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The form_page_number_metadata of this PolyLineOverlay. + :return: The form_page_number_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this PolyLineOverlay. + """Sets the form_page_number_metadata of this PolyLineOverlay. + - :param form_page_number_metadata: The form_page_number_metadata of this PolyLineOverlay. + :param form_page_number_metadata: The form_page_number_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1039,20 +1198,20 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def graphics_context(self): - """ - Gets the graphics_context of this PolyLineOverlay. + """Gets the graphics_context of this PolyLineOverlay. # noqa: E501 - :return: The graphics_context of this PolyLineOverlay. + + :return: The graphics_context of this PolyLineOverlay. # noqa: E501 :rtype: GraphicsContext """ return self._graphics_context @graphics_context.setter def graphics_context(self, graphics_context): - """ - Sets the graphics_context of this PolyLineOverlay. + """Sets the graphics_context of this PolyLineOverlay. + - :param graphics_context: The graphics_context of this PolyLineOverlay. + :param graphics_context: The graphics_context of this PolyLineOverlay. # noqa: E501 :type: GraphicsContext """ @@ -1060,22 +1219,22 @@ def graphics_context(self, graphics_context): @property def height(self): - """ - Gets the height of this PolyLineOverlay. - Height of the tab in pixels. + """Gets the height of this PolyLineOverlay. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this PolyLineOverlay. + :return: The height of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this PolyLineOverlay. - Height of the tab in pixels. + """Sets the height of this PolyLineOverlay. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this PolyLineOverlay. + :param height: The height of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1083,20 +1242,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this PolyLineOverlay. + """Gets the height_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The height_metadata of this PolyLineOverlay. + :return: The height_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this PolyLineOverlay. + """Sets the height_metadata of this PolyLineOverlay. - :param height_metadata: The height_metadata of this PolyLineOverlay. + + :param height_metadata: The height_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1104,22 +1263,22 @@ def height_metadata(self, height_metadata): @property def locked(self): - """ - Gets the locked of this PolyLineOverlay. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this PolyLineOverlay. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this PolyLineOverlay. + :return: The locked of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this PolyLineOverlay. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this PolyLineOverlay. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this PolyLineOverlay. + :param locked: The locked of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1127,20 +1286,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this PolyLineOverlay. + """Gets the locked_metadata of this PolyLineOverlay. # noqa: E501 - :return: The locked_metadata of this PolyLineOverlay. + + :return: The locked_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this PolyLineOverlay. + """Sets the locked_metadata of this PolyLineOverlay. + - :param locked_metadata: The locked_metadata of this PolyLineOverlay. + :param locked_metadata: The locked_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1148,20 +1307,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this PolyLineOverlay. + """Gets the merge_field of this PolyLineOverlay. # noqa: E501 + - :return: The merge_field of this PolyLineOverlay. + :return: The merge_field of this PolyLineOverlay. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this PolyLineOverlay. + """Sets the merge_field of this PolyLineOverlay. - :param merge_field: The merge_field of this PolyLineOverlay. + + :param merge_field: The merge_field of this PolyLineOverlay. # noqa: E501 :type: MergeField """ @@ -1169,22 +1328,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this PolyLineOverlay. - + """Gets the merge_field_xml of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this PolyLineOverlay. + :return: The merge_field_xml of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this PolyLineOverlay. - + """Sets the merge_field_xml of this PolyLineOverlay. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this PolyLineOverlay. + :param merge_field_xml: The merge_field_xml of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1192,22 +1351,22 @@ def merge_field_xml(self, merge_field_xml): @property def overlay_type(self): - """ - Gets the overlay_type of this PolyLineOverlay. - + """Gets the overlay_type of this PolyLineOverlay. # noqa: E501 - :return: The overlay_type of this PolyLineOverlay. + # noqa: E501 + + :return: The overlay_type of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._overlay_type @overlay_type.setter def overlay_type(self, overlay_type): - """ - Sets the overlay_type of this PolyLineOverlay. - + """Sets the overlay_type of this PolyLineOverlay. - :param overlay_type: The overlay_type of this PolyLineOverlay. + # noqa: E501 + + :param overlay_type: The overlay_type of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1215,20 +1374,20 @@ def overlay_type(self, overlay_type): @property def overlay_type_metadata(self): - """ - Gets the overlay_type_metadata of this PolyLineOverlay. + """Gets the overlay_type_metadata of this PolyLineOverlay. # noqa: E501 - :return: The overlay_type_metadata of this PolyLineOverlay. + + :return: The overlay_type_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._overlay_type_metadata @overlay_type_metadata.setter def overlay_type_metadata(self, overlay_type_metadata): - """ - Sets the overlay_type_metadata of this PolyLineOverlay. + """Sets the overlay_type_metadata of this PolyLineOverlay. + - :param overlay_type_metadata: The overlay_type_metadata of this PolyLineOverlay. + :param overlay_type_metadata: The overlay_type_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1236,22 +1395,22 @@ def overlay_type_metadata(self, overlay_type_metadata): @property def page_number(self): - """ - Gets the page_number of this PolyLineOverlay. - Specifies the page number on which the tab is located. + """Gets the page_number of this PolyLineOverlay. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this PolyLineOverlay. + :return: The page_number of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this PolyLineOverlay. - Specifies the page number on which the tab is located. + """Sets the page_number of this PolyLineOverlay. - :param page_number: The page_number of this PolyLineOverlay. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1259,20 +1418,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this PolyLineOverlay. + """Gets the page_number_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The page_number_metadata of this PolyLineOverlay. + :return: The page_number_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this PolyLineOverlay. + """Sets the page_number_metadata of this PolyLineOverlay. + - :param page_number_metadata: The page_number_metadata of this PolyLineOverlay. + :param page_number_metadata: The page_number_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1280,22 +1439,22 @@ def page_number_metadata(self, page_number_metadata): @property def poly_lines(self): - """ - Gets the poly_lines of this PolyLineOverlay. - + """Gets the poly_lines of this PolyLineOverlay. # noqa: E501 - :return: The poly_lines of this PolyLineOverlay. + # noqa: E501 + + :return: The poly_lines of this PolyLineOverlay. # noqa: E501 :rtype: list[PolyLine] """ return self._poly_lines @poly_lines.setter def poly_lines(self, poly_lines): - """ - Sets the poly_lines of this PolyLineOverlay. - + """Sets the poly_lines of this PolyLineOverlay. + + # noqa: E501 - :param poly_lines: The poly_lines of this PolyLineOverlay. + :param poly_lines: The poly_lines of this PolyLineOverlay. # noqa: E501 :type: list[PolyLine] """ @@ -1303,22 +1462,22 @@ def poly_lines(self, poly_lines): @property def recipient_id(self): - """ - Gets the recipient_id of this PolyLineOverlay. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this PolyLineOverlay. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this PolyLineOverlay. + :return: The recipient_id of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this PolyLineOverlay. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this PolyLineOverlay. - :param recipient_id: The recipient_id of this PolyLineOverlay. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1326,22 +1485,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this PolyLineOverlay. - + """Gets the recipient_id_guid of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this PolyLineOverlay. + :return: The recipient_id_guid of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this PolyLineOverlay. - + """Sets the recipient_id_guid of this PolyLineOverlay. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this PolyLineOverlay. + :param recipient_id_guid: The recipient_id_guid of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1349,20 +1508,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this PolyLineOverlay. + """Gets the recipient_id_guid_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The recipient_id_guid_metadata of this PolyLineOverlay. + :return: The recipient_id_guid_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this PolyLineOverlay. + """Sets the recipient_id_guid_metadata of this PolyLineOverlay. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this PolyLineOverlay. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1370,20 +1529,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this PolyLineOverlay. + """Gets the recipient_id_metadata of this PolyLineOverlay. # noqa: E501 - :return: The recipient_id_metadata of this PolyLineOverlay. + + :return: The recipient_id_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this PolyLineOverlay. + """Sets the recipient_id_metadata of this PolyLineOverlay. + - :param recipient_id_metadata: The recipient_id_metadata of this PolyLineOverlay. + :param recipient_id_metadata: The recipient_id_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1391,22 +1550,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def shared(self): - """ - Gets the shared of this PolyLineOverlay. - When set to **true**, this custom tab is shared. + """Gets the shared of this PolyLineOverlay. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this PolyLineOverlay. + :return: The shared of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this PolyLineOverlay. - When set to **true**, this custom tab is shared. + """Sets the shared of this PolyLineOverlay. - :param shared: The shared of this PolyLineOverlay. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1414,20 +1573,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this PolyLineOverlay. + """Gets the shared_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The shared_metadata of this PolyLineOverlay. + :return: The shared_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this PolyLineOverlay. + """Sets the shared_metadata of this PolyLineOverlay. + - :param shared_metadata: The shared_metadata of this PolyLineOverlay. + :param shared_metadata: The shared_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1435,20 +1594,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this PolyLineOverlay. + """Gets the smart_contract_information of this PolyLineOverlay. # noqa: E501 - :return: The smart_contract_information of this PolyLineOverlay. + + :return: The smart_contract_information of this PolyLineOverlay. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this PolyLineOverlay. + """Sets the smart_contract_information of this PolyLineOverlay. + - :param smart_contract_information: The smart_contract_information of this PolyLineOverlay. + :param smart_contract_information: The smart_contract_information of this PolyLineOverlay. # noqa: E501 :type: SmartContractInformation """ @@ -1456,22 +1615,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this PolyLineOverlay. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this PolyLineOverlay. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this PolyLineOverlay. + :return: The status of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this PolyLineOverlay. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this PolyLineOverlay. - :param status: The status of this PolyLineOverlay. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1479,20 +1638,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this PolyLineOverlay. + """Gets the status_metadata of this PolyLineOverlay. # noqa: E501 - :return: The status_metadata of this PolyLineOverlay. + + :return: The status_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this PolyLineOverlay. + """Sets the status_metadata of this PolyLineOverlay. - :param status_metadata: The status_metadata of this PolyLineOverlay. + + :param status_metadata: The status_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1500,22 +1659,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this PolyLineOverlay. - + """Gets the tab_group_labels of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this PolyLineOverlay. + :return: The tab_group_labels of this PolyLineOverlay. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this PolyLineOverlay. - + """Sets the tab_group_labels of this PolyLineOverlay. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this PolyLineOverlay. + :param tab_group_labels: The tab_group_labels of this PolyLineOverlay. # noqa: E501 :type: list[str] """ @@ -1523,20 +1682,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this PolyLineOverlay. + """Gets the tab_group_labels_metadata of this PolyLineOverlay. # noqa: E501 - :return: The tab_group_labels_metadata of this PolyLineOverlay. + + :return: The tab_group_labels_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this PolyLineOverlay. + """Sets the tab_group_labels_metadata of this PolyLineOverlay. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this PolyLineOverlay. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1544,22 +1703,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this PolyLineOverlay. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this PolyLineOverlay. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this PolyLineOverlay. + :return: The tab_id of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this PolyLineOverlay. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this PolyLineOverlay. - :param tab_id: The tab_id of this PolyLineOverlay. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1567,20 +1726,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this PolyLineOverlay. + """Gets the tab_id_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The tab_id_metadata of this PolyLineOverlay. + :return: The tab_id_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this PolyLineOverlay. + """Sets the tab_id_metadata of this PolyLineOverlay. + - :param tab_id_metadata: The tab_id_metadata of this PolyLineOverlay. + :param tab_id_metadata: The tab_id_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1588,22 +1747,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this PolyLineOverlay. - The label string associated with the tab. + """Gets the tab_label of this PolyLineOverlay. # noqa: E501 - :return: The tab_label of this PolyLineOverlay. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this PolyLineOverlay. - The label string associated with the tab. + """Sets the tab_label of this PolyLineOverlay. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this PolyLineOverlay. + :param tab_label: The tab_label of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1611,22 +1770,22 @@ def tab_label(self, tab_label): @property def tab_order(self): - """ - Gets the tab_order of this PolyLineOverlay. - + """Gets the tab_order of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this PolyLineOverlay. + :return: The tab_order of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this PolyLineOverlay. - + """Sets the tab_order of this PolyLineOverlay. + + # noqa: E501 - :param tab_order: The tab_order of this PolyLineOverlay. + :param tab_order: The tab_order of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1634,20 +1793,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this PolyLineOverlay. + """Gets the tab_order_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The tab_order_metadata of this PolyLineOverlay. + :return: The tab_order_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this PolyLineOverlay. + """Sets the tab_order_metadata of this PolyLineOverlay. - :param tab_order_metadata: The tab_order_metadata of this PolyLineOverlay. + + :param tab_order_metadata: The tab_order_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1655,22 +1814,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this PolyLineOverlay. - + """Gets the tab_type of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this PolyLineOverlay. + :return: The tab_type of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this PolyLineOverlay. - + """Sets the tab_type of this PolyLineOverlay. + + # noqa: E501 - :param tab_type: The tab_type of this PolyLineOverlay. + :param tab_type: The tab_type of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1678,20 +1837,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this PolyLineOverlay. + """Gets the tab_type_metadata of this PolyLineOverlay. # noqa: E501 - :return: The tab_type_metadata of this PolyLineOverlay. + + :return: The tab_type_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this PolyLineOverlay. + """Sets the tab_type_metadata of this PolyLineOverlay. + - :param tab_type_metadata: The tab_type_metadata of this PolyLineOverlay. + :param tab_type_metadata: The tab_type_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1699,22 +1858,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this PolyLineOverlay. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this PolyLineOverlay. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this PolyLineOverlay. + :return: The template_locked of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this PolyLineOverlay. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this PolyLineOverlay. - :param template_locked: The template_locked of this PolyLineOverlay. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1722,20 +1881,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this PolyLineOverlay. + """Gets the template_locked_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The template_locked_metadata of this PolyLineOverlay. + :return: The template_locked_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this PolyLineOverlay. + """Sets the template_locked_metadata of this PolyLineOverlay. + - :param template_locked_metadata: The template_locked_metadata of this PolyLineOverlay. + :param template_locked_metadata: The template_locked_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1743,22 +1902,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this PolyLineOverlay. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this PolyLineOverlay. # noqa: E501 - :return: The template_required of this PolyLineOverlay. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this PolyLineOverlay. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this PolyLineOverlay. - :param template_required: The template_required of this PolyLineOverlay. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1766,20 +1925,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this PolyLineOverlay. + """Gets the template_required_metadata of this PolyLineOverlay. # noqa: E501 - :return: The template_required_metadata of this PolyLineOverlay. + + :return: The template_required_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this PolyLineOverlay. + """Sets the template_required_metadata of this PolyLineOverlay. + - :param template_required_metadata: The template_required_metadata of this PolyLineOverlay. + :param template_required_metadata: The template_required_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1787,22 +1946,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this PolyLineOverlay. - + """Gets the tooltip of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this PolyLineOverlay. + :return: The tooltip of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this PolyLineOverlay. - + """Sets the tooltip of this PolyLineOverlay. - :param tooltip: The tooltip of this PolyLineOverlay. + # noqa: E501 + + :param tooltip: The tooltip of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1810,20 +1969,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this PolyLineOverlay. + """Gets the tool_tip_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The tool_tip_metadata of this PolyLineOverlay. + :return: The tool_tip_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this PolyLineOverlay. + """Sets the tool_tip_metadata of this PolyLineOverlay. + - :param tool_tip_metadata: The tool_tip_metadata of this PolyLineOverlay. + :param tool_tip_metadata: The tool_tip_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1831,22 +1990,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this PolyLineOverlay. - Width of the tab in pixels. + """Gets the width of this PolyLineOverlay. # noqa: E501 - :return: The width of this PolyLineOverlay. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this PolyLineOverlay. - Width of the tab in pixels. + """Sets the width of this PolyLineOverlay. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this PolyLineOverlay. + :param width: The width of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1854,20 +2013,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this PolyLineOverlay. + """Gets the width_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The width_metadata of this PolyLineOverlay. + :return: The width_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this PolyLineOverlay. + """Sets the width_metadata of this PolyLineOverlay. - :param width_metadata: The width_metadata of this PolyLineOverlay. + + :param width_metadata: The width_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1875,22 +2034,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this PolyLineOverlay. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this PolyLineOverlay. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this PolyLineOverlay. + :return: The x_position of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this PolyLineOverlay. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this PolyLineOverlay. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this PolyLineOverlay. + :param x_position: The x_position of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1898,20 +2057,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this PolyLineOverlay. + """Gets the x_position_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The x_position_metadata of this PolyLineOverlay. + :return: The x_position_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this PolyLineOverlay. + """Sets the x_position_metadata of this PolyLineOverlay. + - :param x_position_metadata: The x_position_metadata of this PolyLineOverlay. + :param x_position_metadata: The x_position_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ @@ -1919,22 +2078,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this PolyLineOverlay. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this PolyLineOverlay. # noqa: E501 - :return: The y_position of this PolyLineOverlay. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this PolyLineOverlay. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this PolyLineOverlay. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this PolyLineOverlay. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this PolyLineOverlay. + :param y_position: The y_position of this PolyLineOverlay. # noqa: E501 :type: str """ @@ -1942,32 +2101,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this PolyLineOverlay. + """Gets the y_position_metadata of this PolyLineOverlay. # noqa: E501 + - :return: The y_position_metadata of this PolyLineOverlay. + :return: The y_position_metadata of this PolyLineOverlay. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this PolyLineOverlay. + """Sets the y_position_metadata of this PolyLineOverlay. - :param y_position_metadata: The y_position_metadata of this PolyLineOverlay. + + :param y_position_metadata: The y_position_metadata of this PolyLineOverlay. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1984,29 +2141,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PolyLineOverlay, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PolyLineOverlay): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_form.py b/docusign_esign/models/power_form.py index 774a9f44..909b33f1 100644 --- a/docusign_esign/models/power_form.py +++ b/docusign_esign/models/power_form.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,125 +11,180 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerForm(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created_by=None, created_date_time=None, email_body=None, email_subject=None, envelopes=None, error_details=None, instructions=None, is_active=None, last_used=None, limit_use_interval=None, limit_use_interval_enabled=None, limit_use_interval_units=None, max_use_enabled=None, name=None, power_form_id=None, power_form_url=None, recipients=None, sender_name=None, sender_user_id=None, signing_mode=None, template_id=None, template_name=None, times_used=None, uri=None, uses_remaining=None): - """ - PowerForm - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created_by': 'str', - 'created_date_time': 'str', - 'email_body': 'str', - 'email_subject': 'str', - 'envelopes': 'list[Envelope]', - 'error_details': 'ErrorDetails', - 'instructions': 'str', - 'is_active': 'str', - 'last_used': 'str', - 'limit_use_interval': 'str', - 'limit_use_interval_enabled': 'str', - 'limit_use_interval_units': 'str', - 'max_use_enabled': 'str', - 'name': 'str', - 'power_form_id': 'str', - 'power_form_url': 'str', - 'recipients': 'list[PowerFormRecipient]', - 'sender_name': 'str', - 'sender_user_id': 'str', - 'signing_mode': 'str', - 'template_id': 'str', - 'template_name': 'str', - 'times_used': 'str', - 'uri': 'str', - 'uses_remaining': 'str' - } - - self.attribute_map = { - 'created_by': 'createdBy', - 'created_date_time': 'createdDateTime', - 'email_body': 'emailBody', - 'email_subject': 'emailSubject', - 'envelopes': 'envelopes', - 'error_details': 'errorDetails', - 'instructions': 'instructions', - 'is_active': 'isActive', - 'last_used': 'lastUsed', - 'limit_use_interval': 'limitUseInterval', - 'limit_use_interval_enabled': 'limitUseIntervalEnabled', - 'limit_use_interval_units': 'limitUseIntervalUnits', - 'max_use_enabled': 'maxUseEnabled', - 'name': 'name', - 'power_form_id': 'powerFormId', - 'power_form_url': 'powerFormUrl', - 'recipients': 'recipients', - 'sender_name': 'senderName', - 'sender_user_id': 'senderUserId', - 'signing_mode': 'signingMode', - 'template_id': 'templateId', - 'template_name': 'templateName', - 'times_used': 'timesUsed', - 'uri': 'uri', - 'uses_remaining': 'usesRemaining' - } - self._created_by = created_by - self._created_date_time = created_date_time - self._email_body = email_body - self._email_subject = email_subject - self._envelopes = envelopes - self._error_details = error_details - self._instructions = instructions - self._is_active = is_active - self._last_used = last_used - self._limit_use_interval = limit_use_interval - self._limit_use_interval_enabled = limit_use_interval_enabled - self._limit_use_interval_units = limit_use_interval_units - self._max_use_enabled = max_use_enabled - self._name = name - self._power_form_id = power_form_id - self._power_form_url = power_form_url - self._recipients = recipients - self._sender_name = sender_name - self._sender_user_id = sender_user_id - self._signing_mode = signing_mode - self._template_id = template_id - self._template_name = template_name - self._times_used = times_used - self._uri = uri - self._uses_remaining = uses_remaining + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created_by': 'str', + 'created_date_time': 'str', + 'email_body': 'str', + 'email_subject': 'str', + 'envelopes': 'list[Envelope]', + 'error_details': 'ErrorDetails', + 'instructions': 'str', + 'is_active': 'str', + 'last_used': 'str', + 'limit_use_interval': 'str', + 'limit_use_interval_enabled': 'str', + 'limit_use_interval_units': 'str', + 'max_use_enabled': 'str', + 'name': 'str', + 'power_form_id': 'str', + 'power_form_url': 'str', + 'recipients': 'list[PowerFormRecipient]', + 'sender_name': 'str', + 'sender_user_id': 'str', + 'signing_mode': 'str', + 'template_id': 'str', + 'template_name': 'str', + 'times_used': 'str', + 'uri': 'str', + 'uses_remaining': 'str' + } + + attribute_map = { + 'created_by': 'createdBy', + 'created_date_time': 'createdDateTime', + 'email_body': 'emailBody', + 'email_subject': 'emailSubject', + 'envelopes': 'envelopes', + 'error_details': 'errorDetails', + 'instructions': 'instructions', + 'is_active': 'isActive', + 'last_used': 'lastUsed', + 'limit_use_interval': 'limitUseInterval', + 'limit_use_interval_enabled': 'limitUseIntervalEnabled', + 'limit_use_interval_units': 'limitUseIntervalUnits', + 'max_use_enabled': 'maxUseEnabled', + 'name': 'name', + 'power_form_id': 'powerFormId', + 'power_form_url': 'powerFormUrl', + 'recipients': 'recipients', + 'sender_name': 'senderName', + 'sender_user_id': 'senderUserId', + 'signing_mode': 'signingMode', + 'template_id': 'templateId', + 'template_name': 'templateName', + 'times_used': 'timesUsed', + 'uri': 'uri', + 'uses_remaining': 'usesRemaining' + } + + def __init__(self, created_by=None, created_date_time=None, email_body=None, email_subject=None, envelopes=None, error_details=None, instructions=None, is_active=None, last_used=None, limit_use_interval=None, limit_use_interval_enabled=None, limit_use_interval_units=None, max_use_enabled=None, name=None, power_form_id=None, power_form_url=None, recipients=None, sender_name=None, sender_user_id=None, signing_mode=None, template_id=None, template_name=None, times_used=None, uri=None, uses_remaining=None): # noqa: E501 + """PowerForm - a model defined in Swagger""" # noqa: E501 + + self._created_by = None + self._created_date_time = None + self._email_body = None + self._email_subject = None + self._envelopes = None + self._error_details = None + self._instructions = None + self._is_active = None + self._last_used = None + self._limit_use_interval = None + self._limit_use_interval_enabled = None + self._limit_use_interval_units = None + self._max_use_enabled = None + self._name = None + self._power_form_id = None + self._power_form_url = None + self._recipients = None + self._sender_name = None + self._sender_user_id = None + self._signing_mode = None + self._template_id = None + self._template_name = None + self._times_used = None + self._uri = None + self._uses_remaining = None + self.discriminator = None + + if created_by is not None: + self.created_by = created_by + if created_date_time is not None: + self.created_date_time = created_date_time + if email_body is not None: + self.email_body = email_body + if email_subject is not None: + self.email_subject = email_subject + if envelopes is not None: + self.envelopes = envelopes + if error_details is not None: + self.error_details = error_details + if instructions is not None: + self.instructions = instructions + if is_active is not None: + self.is_active = is_active + if last_used is not None: + self.last_used = last_used + if limit_use_interval is not None: + self.limit_use_interval = limit_use_interval + if limit_use_interval_enabled is not None: + self.limit_use_interval_enabled = limit_use_interval_enabled + if limit_use_interval_units is not None: + self.limit_use_interval_units = limit_use_interval_units + if max_use_enabled is not None: + self.max_use_enabled = max_use_enabled + if name is not None: + self.name = name + if power_form_id is not None: + self.power_form_id = power_form_id + if power_form_url is not None: + self.power_form_url = power_form_url + if recipients is not None: + self.recipients = recipients + if sender_name is not None: + self.sender_name = sender_name + if sender_user_id is not None: + self.sender_user_id = sender_user_id + if signing_mode is not None: + self.signing_mode = signing_mode + if template_id is not None: + self.template_id = template_id + if template_name is not None: + self.template_name = template_name + if times_used is not None: + self.times_used = times_used + if uri is not None: + self.uri = uri + if uses_remaining is not None: + self.uses_remaining = uses_remaining @property def created_by(self): - """ - Gets the created_by of this PowerForm. - + """Gets the created_by of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The created_by of this PowerForm. + :return: The created_by of this PowerForm. # noqa: E501 :rtype: str """ return self._created_by @created_by.setter def created_by(self, created_by): - """ - Sets the created_by of this PowerForm. - + """Sets the created_by of this PowerForm. + + # noqa: E501 - :param created_by: The created_by of this PowerForm. + :param created_by: The created_by of this PowerForm. # noqa: E501 :type: str """ @@ -137,22 +192,22 @@ def created_by(self, created_by): @property def created_date_time(self): - """ - Gets the created_date_time of this PowerForm. - Indicates the date and time the item was created. + """Gets the created_date_time of this PowerForm. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this PowerForm. + :return: The created_date_time of this PowerForm. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this PowerForm. - Indicates the date and time the item was created. + """Sets the created_date_time of this PowerForm. + + Indicates the date and time the item was created. # noqa: E501 - :param created_date_time: The created_date_time of this PowerForm. + :param created_date_time: The created_date_time of this PowerForm. # noqa: E501 :type: str """ @@ -160,22 +215,22 @@ def created_date_time(self, created_date_time): @property def email_body(self): - """ - Gets the email_body of this PowerForm. - Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. + """Gets the email_body of this PowerForm. # noqa: E501 - :return: The email_body of this PowerForm. + Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. # noqa: E501 + + :return: The email_body of this PowerForm. # noqa: E501 :rtype: str """ return self._email_body @email_body.setter def email_body(self, email_body): - """ - Sets the email_body of this PowerForm. - Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. + """Sets the email_body of this PowerForm. - :param email_body: The email_body of this PowerForm. + Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. # noqa: E501 + + :param email_body: The email_body of this PowerForm. # noqa: E501 :type: str """ @@ -183,22 +238,22 @@ def email_body(self, email_body): @property def email_subject(self): - """ - Gets the email_subject of this PowerForm. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this PowerForm. # noqa: E501 - :return: The email_subject of this PowerForm. + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 + + :return: The email_subject of this PowerForm. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this PowerForm. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this PowerForm. - :param email_subject: The email_subject of this PowerForm. + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 + + :param email_subject: The email_subject of this PowerForm. # noqa: E501 :type: str """ @@ -206,22 +261,22 @@ def email_subject(self, email_subject): @property def envelopes(self): - """ - Gets the envelopes of this PowerForm. - + """Gets the envelopes of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The envelopes of this PowerForm. + :return: The envelopes of this PowerForm. # noqa: E501 :rtype: list[Envelope] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this PowerForm. - + """Sets the envelopes of this PowerForm. + + # noqa: E501 - :param envelopes: The envelopes of this PowerForm. + :param envelopes: The envelopes of this PowerForm. # noqa: E501 :type: list[Envelope] """ @@ -229,20 +284,20 @@ def envelopes(self, envelopes): @property def error_details(self): - """ - Gets the error_details of this PowerForm. + """Gets the error_details of this PowerForm. # noqa: E501 + - :return: The error_details of this PowerForm. + :return: The error_details of this PowerForm. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this PowerForm. + """Sets the error_details of this PowerForm. + - :param error_details: The error_details of this PowerForm. + :param error_details: The error_details of this PowerForm. # noqa: E501 :type: ErrorDetails """ @@ -250,22 +305,22 @@ def error_details(self, error_details): @property def instructions(self): - """ - Gets the instructions of this PowerForm. - + """Gets the instructions of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The instructions of this PowerForm. + :return: The instructions of this PowerForm. # noqa: E501 :rtype: str """ return self._instructions @instructions.setter def instructions(self, instructions): - """ - Sets the instructions of this PowerForm. - + """Sets the instructions of this PowerForm. - :param instructions: The instructions of this PowerForm. + # noqa: E501 + + :param instructions: The instructions of this PowerForm. # noqa: E501 :type: str """ @@ -273,22 +328,22 @@ def instructions(self, instructions): @property def is_active(self): - """ - Gets the is_active of this PowerForm. - + """Gets the is_active of this PowerForm. # noqa: E501 - :return: The is_active of this PowerForm. + # noqa: E501 + + :return: The is_active of this PowerForm. # noqa: E501 :rtype: str """ return self._is_active @is_active.setter def is_active(self, is_active): - """ - Sets the is_active of this PowerForm. - + """Sets the is_active of this PowerForm. - :param is_active: The is_active of this PowerForm. + # noqa: E501 + + :param is_active: The is_active of this PowerForm. # noqa: E501 :type: str """ @@ -296,22 +351,22 @@ def is_active(self, is_active): @property def last_used(self): - """ - Gets the last_used of this PowerForm. - + """Gets the last_used of this PowerForm. # noqa: E501 - :return: The last_used of this PowerForm. + # noqa: E501 + + :return: The last_used of this PowerForm. # noqa: E501 :rtype: str """ return self._last_used @last_used.setter def last_used(self, last_used): - """ - Sets the last_used of this PowerForm. - + """Sets the last_used of this PowerForm. - :param last_used: The last_used of this PowerForm. + # noqa: E501 + + :param last_used: The last_used of this PowerForm. # noqa: E501 :type: str """ @@ -319,22 +374,22 @@ def last_used(self, last_used): @property def limit_use_interval(self): - """ - Gets the limit_use_interval of this PowerForm. - + """Gets the limit_use_interval of this PowerForm. # noqa: E501 - :return: The limit_use_interval of this PowerForm. + # noqa: E501 + + :return: The limit_use_interval of this PowerForm. # noqa: E501 :rtype: str """ return self._limit_use_interval @limit_use_interval.setter def limit_use_interval(self, limit_use_interval): - """ - Sets the limit_use_interval of this PowerForm. - + """Sets the limit_use_interval of this PowerForm. - :param limit_use_interval: The limit_use_interval of this PowerForm. + # noqa: E501 + + :param limit_use_interval: The limit_use_interval of this PowerForm. # noqa: E501 :type: str """ @@ -342,22 +397,22 @@ def limit_use_interval(self, limit_use_interval): @property def limit_use_interval_enabled(self): - """ - Gets the limit_use_interval_enabled of this PowerForm. - + """Gets the limit_use_interval_enabled of this PowerForm. # noqa: E501 - :return: The limit_use_interval_enabled of this PowerForm. + # noqa: E501 + + :return: The limit_use_interval_enabled of this PowerForm. # noqa: E501 :rtype: str """ return self._limit_use_interval_enabled @limit_use_interval_enabled.setter def limit_use_interval_enabled(self, limit_use_interval_enabled): - """ - Sets the limit_use_interval_enabled of this PowerForm. - + """Sets the limit_use_interval_enabled of this PowerForm. + + # noqa: E501 - :param limit_use_interval_enabled: The limit_use_interval_enabled of this PowerForm. + :param limit_use_interval_enabled: The limit_use_interval_enabled of this PowerForm. # noqa: E501 :type: str """ @@ -365,22 +420,22 @@ def limit_use_interval_enabled(self, limit_use_interval_enabled): @property def limit_use_interval_units(self): - """ - Gets the limit_use_interval_units of this PowerForm. - + """Gets the limit_use_interval_units of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The limit_use_interval_units of this PowerForm. + :return: The limit_use_interval_units of this PowerForm. # noqa: E501 :rtype: str """ return self._limit_use_interval_units @limit_use_interval_units.setter def limit_use_interval_units(self, limit_use_interval_units): - """ - Sets the limit_use_interval_units of this PowerForm. - + """Sets the limit_use_interval_units of this PowerForm. + + # noqa: E501 - :param limit_use_interval_units: The limit_use_interval_units of this PowerForm. + :param limit_use_interval_units: The limit_use_interval_units of this PowerForm. # noqa: E501 :type: str """ @@ -388,22 +443,22 @@ def limit_use_interval_units(self, limit_use_interval_units): @property def max_use_enabled(self): - """ - Gets the max_use_enabled of this PowerForm. - + """Gets the max_use_enabled of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The max_use_enabled of this PowerForm. + :return: The max_use_enabled of this PowerForm. # noqa: E501 :rtype: str """ return self._max_use_enabled @max_use_enabled.setter def max_use_enabled(self, max_use_enabled): - """ - Sets the max_use_enabled of this PowerForm. - + """Sets the max_use_enabled of this PowerForm. + + # noqa: E501 - :param max_use_enabled: The max_use_enabled of this PowerForm. + :param max_use_enabled: The max_use_enabled of this PowerForm. # noqa: E501 :type: str """ @@ -411,22 +466,22 @@ def max_use_enabled(self, max_use_enabled): @property def name(self): - """ - Gets the name of this PowerForm. - + """Gets the name of this PowerForm. # noqa: E501 - :return: The name of this PowerForm. + # noqa: E501 + + :return: The name of this PowerForm. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this PowerForm. - + """Sets the name of this PowerForm. - :param name: The name of this PowerForm. + # noqa: E501 + + :param name: The name of this PowerForm. # noqa: E501 :type: str """ @@ -434,22 +489,22 @@ def name(self, name): @property def power_form_id(self): - """ - Gets the power_form_id of this PowerForm. - + """Gets the power_form_id of this PowerForm. # noqa: E501 - :return: The power_form_id of this PowerForm. + # noqa: E501 + + :return: The power_form_id of this PowerForm. # noqa: E501 :rtype: str """ return self._power_form_id @power_form_id.setter def power_form_id(self, power_form_id): - """ - Sets the power_form_id of this PowerForm. - + """Sets the power_form_id of this PowerForm. - :param power_form_id: The power_form_id of this PowerForm. + # noqa: E501 + + :param power_form_id: The power_form_id of this PowerForm. # noqa: E501 :type: str """ @@ -457,22 +512,22 @@ def power_form_id(self, power_form_id): @property def power_form_url(self): - """ - Gets the power_form_url of this PowerForm. - + """Gets the power_form_url of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The power_form_url of this PowerForm. + :return: The power_form_url of this PowerForm. # noqa: E501 :rtype: str """ return self._power_form_url @power_form_url.setter def power_form_url(self, power_form_url): - """ - Sets the power_form_url of this PowerForm. - + """Sets the power_form_url of this PowerForm. + + # noqa: E501 - :param power_form_url: The power_form_url of this PowerForm. + :param power_form_url: The power_form_url of this PowerForm. # noqa: E501 :type: str """ @@ -480,22 +535,22 @@ def power_form_url(self, power_form_url): @property def recipients(self): - """ - Gets the recipients of this PowerForm. - An array of powerform recipients. + """Gets the recipients of this PowerForm. # noqa: E501 + + An array of powerform recipients. # noqa: E501 - :return: The recipients of this PowerForm. + :return: The recipients of this PowerForm. # noqa: E501 :rtype: list[PowerFormRecipient] """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this PowerForm. - An array of powerform recipients. + """Sets the recipients of this PowerForm. + + An array of powerform recipients. # noqa: E501 - :param recipients: The recipients of this PowerForm. + :param recipients: The recipients of this PowerForm. # noqa: E501 :type: list[PowerFormRecipient] """ @@ -503,22 +558,22 @@ def recipients(self, recipients): @property def sender_name(self): - """ - Gets the sender_name of this PowerForm. - + """Gets the sender_name of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The sender_name of this PowerForm. + :return: The sender_name of this PowerForm. # noqa: E501 :rtype: str """ return self._sender_name @sender_name.setter def sender_name(self, sender_name): - """ - Sets the sender_name of this PowerForm. - + """Sets the sender_name of this PowerForm. + + # noqa: E501 - :param sender_name: The sender_name of this PowerForm. + :param sender_name: The sender_name of this PowerForm. # noqa: E501 :type: str """ @@ -526,22 +581,22 @@ def sender_name(self, sender_name): @property def sender_user_id(self): - """ - Gets the sender_user_id of this PowerForm. - + """Gets the sender_user_id of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The sender_user_id of this PowerForm. + :return: The sender_user_id of this PowerForm. # noqa: E501 :rtype: str """ return self._sender_user_id @sender_user_id.setter def sender_user_id(self, sender_user_id): - """ - Sets the sender_user_id of this PowerForm. - + """Sets the sender_user_id of this PowerForm. + + # noqa: E501 - :param sender_user_id: The sender_user_id of this PowerForm. + :param sender_user_id: The sender_user_id of this PowerForm. # noqa: E501 :type: str """ @@ -549,22 +604,22 @@ def sender_user_id(self, sender_user_id): @property def signing_mode(self): - """ - Gets the signing_mode of this PowerForm. - + """Gets the signing_mode of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The signing_mode of this PowerForm. + :return: The signing_mode of this PowerForm. # noqa: E501 :rtype: str """ return self._signing_mode @signing_mode.setter def signing_mode(self, signing_mode): - """ - Sets the signing_mode of this PowerForm. - + """Sets the signing_mode of this PowerForm. - :param signing_mode: The signing_mode of this PowerForm. + # noqa: E501 + + :param signing_mode: The signing_mode of this PowerForm. # noqa: E501 :type: str """ @@ -572,22 +627,22 @@ def signing_mode(self, signing_mode): @property def template_id(self): - """ - Gets the template_id of this PowerForm. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this PowerForm. # noqa: E501 - :return: The template_id of this PowerForm. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :return: The template_id of this PowerForm. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this PowerForm. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this PowerForm. - :param template_id: The template_id of this PowerForm. + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 + + :param template_id: The template_id of this PowerForm. # noqa: E501 :type: str """ @@ -595,22 +650,22 @@ def template_id(self, template_id): @property def template_name(self): - """ - Gets the template_name of this PowerForm. - + """Gets the template_name of this PowerForm. # noqa: E501 - :return: The template_name of this PowerForm. + # noqa: E501 + + :return: The template_name of this PowerForm. # noqa: E501 :rtype: str """ return self._template_name @template_name.setter def template_name(self, template_name): - """ - Sets the template_name of this PowerForm. - + """Sets the template_name of this PowerForm. + + # noqa: E501 - :param template_name: The template_name of this PowerForm. + :param template_name: The template_name of this PowerForm. # noqa: E501 :type: str """ @@ -618,22 +673,22 @@ def template_name(self, template_name): @property def times_used(self): - """ - Gets the times_used of this PowerForm. - + """Gets the times_used of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The times_used of this PowerForm. + :return: The times_used of this PowerForm. # noqa: E501 :rtype: str """ return self._times_used @times_used.setter def times_used(self, times_used): - """ - Sets the times_used of this PowerForm. - + """Sets the times_used of this PowerForm. + + # noqa: E501 - :param times_used: The times_used of this PowerForm. + :param times_used: The times_used of this PowerForm. # noqa: E501 :type: str """ @@ -641,22 +696,22 @@ def times_used(self, times_used): @property def uri(self): - """ - Gets the uri of this PowerForm. - + """Gets the uri of this PowerForm. # noqa: E501 + + # noqa: E501 - :return: The uri of this PowerForm. + :return: The uri of this PowerForm. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this PowerForm. - + """Sets the uri of this PowerForm. + + # noqa: E501 - :param uri: The uri of this PowerForm. + :param uri: The uri of this PowerForm. # noqa: E501 :type: str """ @@ -664,34 +719,32 @@ def uri(self, uri): @property def uses_remaining(self): - """ - Gets the uses_remaining of this PowerForm. - + """Gets the uses_remaining of this PowerForm. # noqa: E501 - :return: The uses_remaining of this PowerForm. + # noqa: E501 + + :return: The uses_remaining of this PowerForm. # noqa: E501 :rtype: str """ return self._uses_remaining @uses_remaining.setter def uses_remaining(self, uses_remaining): - """ - Sets the uses_remaining of this PowerForm. - + """Sets the uses_remaining of this PowerForm. - :param uses_remaining: The uses_remaining of this PowerForm. + # noqa: E501 + + :param uses_remaining: The uses_remaining of this PowerForm. # noqa: E501 :type: str """ self._uses_remaining = uses_remaining def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -708,29 +761,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerForm, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerForm): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_form_form_data_envelope.py b/docusign_esign/models/power_form_form_data_envelope.py index eaa49860..6a7246d5 100644 --- a/docusign_esign/models/power_form_form_data_envelope.py +++ b/docusign_esign/models/power_form_form_data_envelope.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormFormDataEnvelope(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelope_id=None, recipients=None): - """ - PowerFormFormDataEnvelope - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelope_id': 'str', - 'recipients': 'list[PowerFormFormDataRecipient]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelope_id': 'str', + 'recipients': 'list[PowerFormFormDataRecipient]' + } - self.attribute_map = { - 'envelope_id': 'envelopeId', - 'recipients': 'recipients' - } + attribute_map = { + 'envelope_id': 'envelopeId', + 'recipients': 'recipients' + } - self._envelope_id = envelope_id - self._recipients = recipients + def __init__(self, envelope_id=None, recipients=None): # noqa: E501 + """PowerFormFormDataEnvelope - a model defined in Swagger""" # noqa: E501 + + self._envelope_id = None + self._recipients = None + self.discriminator = None + + if envelope_id is not None: + self.envelope_id = envelope_id + if recipients is not None: + self.recipients = recipients @property def envelope_id(self): - """ - Gets the envelope_id of this PowerFormFormDataEnvelope. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this PowerFormFormDataEnvelope. # noqa: E501 - :return: The envelope_id of this PowerFormFormDataEnvelope. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this PowerFormFormDataEnvelope. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this PowerFormFormDataEnvelope. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this PowerFormFormDataEnvelope. + + The envelope ID of the envelope status that failed to post. # noqa: E501 - :param envelope_id: The envelope_id of this PowerFormFormDataEnvelope. + :param envelope_id: The envelope_id of this PowerFormFormDataEnvelope. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def envelope_id(self, envelope_id): @property def recipients(self): - """ - Gets the recipients of this PowerFormFormDataEnvelope. - An array of powerform recipients. + """Gets the recipients of this PowerFormFormDataEnvelope. # noqa: E501 + + An array of powerform recipients. # noqa: E501 - :return: The recipients of this PowerFormFormDataEnvelope. + :return: The recipients of this PowerFormFormDataEnvelope. # noqa: E501 :rtype: list[PowerFormFormDataRecipient] """ return self._recipients @recipients.setter def recipients(self, recipients): - """ - Sets the recipients of this PowerFormFormDataEnvelope. - An array of powerform recipients. + """Sets the recipients of this PowerFormFormDataEnvelope. + + An array of powerform recipients. # noqa: E501 - :param recipients: The recipients of this PowerFormFormDataEnvelope. + :param recipients: The recipients of this PowerFormFormDataEnvelope. # noqa: E501 :type: list[PowerFormFormDataRecipient] """ self._recipients = recipients def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormFormDataEnvelope, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormFormDataEnvelope): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_form_form_data_recipient.py b/docusign_esign/models/power_form_form_data_recipient.py index 7679748e..6e0d10cd 100644 --- a/docusign_esign/models/power_form_form_data_recipient.py +++ b/docusign_esign/models/power_form_form_data_recipient.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormFormDataRecipient(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, form_data=None, name=None, recipient_id=None): - """ - PowerFormFormDataRecipient - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'form_data': 'list[NameValue]', - 'name': 'str', - 'recipient_id': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'form_data': 'formData', - 'name': 'name', - 'recipient_id': 'recipientId' - } - self._email = email - self._form_data = form_data - self._name = name - self._recipient_id = recipient_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'form_data': 'list[NameValue]', + 'name': 'str', + 'recipient_id': 'str' + } + + attribute_map = { + 'email': 'email', + 'form_data': 'formData', + 'name': 'name', + 'recipient_id': 'recipientId' + } + + def __init__(self, email=None, form_data=None, name=None, recipient_id=None): # noqa: E501 + """PowerFormFormDataRecipient - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._form_data = None + self._name = None + self._recipient_id = None + self.discriminator = None + + if email is not None: + self.email = email + if form_data is not None: + self.form_data = form_data + if name is not None: + self.name = name + if recipient_id is not None: + self.recipient_id = recipient_id @property def email(self): - """ - Gets the email of this PowerFormFormDataRecipient. - + """Gets the email of this PowerFormFormDataRecipient. # noqa: E501 - :return: The email of this PowerFormFormDataRecipient. + # noqa: E501 + + :return: The email of this PowerFormFormDataRecipient. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this PowerFormFormDataRecipient. - + """Sets the email of this PowerFormFormDataRecipient. - :param email: The email of this PowerFormFormDataRecipient. + # noqa: E501 + + :param email: The email of this PowerFormFormDataRecipient. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def email(self, email): @property def form_data(self): - """ - Gets the form_data of this PowerFormFormDataRecipient. - + """Gets the form_data of this PowerFormFormDataRecipient. # noqa: E501 + + # noqa: E501 - :return: The form_data of this PowerFormFormDataRecipient. + :return: The form_data of this PowerFormFormDataRecipient. # noqa: E501 :rtype: list[NameValue] """ return self._form_data @form_data.setter def form_data(self, form_data): - """ - Sets the form_data of this PowerFormFormDataRecipient. - + """Sets the form_data of this PowerFormFormDataRecipient. + + # noqa: E501 - :param form_data: The form_data of this PowerFormFormDataRecipient. + :param form_data: The form_data of this PowerFormFormDataRecipient. # noqa: E501 :type: list[NameValue] """ @@ -97,22 +110,22 @@ def form_data(self, form_data): @property def name(self): - """ - Gets the name of this PowerFormFormDataRecipient. - + """Gets the name of this PowerFormFormDataRecipient. # noqa: E501 + + # noqa: E501 - :return: The name of this PowerFormFormDataRecipient. + :return: The name of this PowerFormFormDataRecipient. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this PowerFormFormDataRecipient. - + """Sets the name of this PowerFormFormDataRecipient. - :param name: The name of this PowerFormFormDataRecipient. + # noqa: E501 + + :param name: The name of this PowerFormFormDataRecipient. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def name(self, name): @property def recipient_id(self): - """ - Gets the recipient_id of this PowerFormFormDataRecipient. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this PowerFormFormDataRecipient. # noqa: E501 - :return: The recipient_id of this PowerFormFormDataRecipient. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this PowerFormFormDataRecipient. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this PowerFormFormDataRecipient. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this PowerFormFormDataRecipient. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this PowerFormFormDataRecipient. + :param recipient_id: The recipient_id of this PowerFormFormDataRecipient. # noqa: E501 :type: str """ self._recipient_id = recipient_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormFormDataRecipient, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormFormDataRecipient): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_form_recipient.py b/docusign_esign/models/power_form_recipient.py index d28d4423..02102a85 100644 --- a/docusign_esign/models/power_form_recipient.py +++ b/docusign_esign/models/power_form_recipient.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormRecipient(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_locked=None, access_code_required=None, email=None, email_locked=None, id_check_configuration_name=None, id_check_required=None, name=None, recipient_type=None, role_name=None, routing_order=None, template_requires_id_lookup=None, user_name_locked=None): - """ - PowerFormRecipient - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_locked': 'str', - 'access_code_required': 'str', - 'email': 'str', - 'email_locked': 'str', - 'id_check_configuration_name': 'str', - 'id_check_required': 'str', - 'name': 'str', - 'recipient_type': 'str', - 'role_name': 'str', - 'routing_order': 'str', - 'template_requires_id_lookup': 'str', - 'user_name_locked': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_locked': 'accessCodeLocked', - 'access_code_required': 'accessCodeRequired', - 'email': 'email', - 'email_locked': 'emailLocked', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_required': 'idCheckRequired', - 'name': 'name', - 'recipient_type': 'recipientType', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'template_requires_id_lookup': 'templateRequiresIdLookup', - 'user_name_locked': 'userNameLocked' - } - self._access_code = access_code - self._access_code_locked = access_code_locked - self._access_code_required = access_code_required - self._email = email - self._email_locked = email_locked - self._id_check_configuration_name = id_check_configuration_name - self._id_check_required = id_check_required - self._name = name - self._recipient_type = recipient_type - self._role_name = role_name - self._routing_order = routing_order - self._template_requires_id_lookup = template_requires_id_lookup - self._user_name_locked = user_name_locked + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_locked': 'str', + 'access_code_required': 'str', + 'email': 'str', + 'email_locked': 'str', + 'id_check_configuration_name': 'str', + 'id_check_required': 'str', + 'name': 'str', + 'recipient_type': 'str', + 'role_name': 'str', + 'routing_order': 'str', + 'template_requires_id_lookup': 'str', + 'user_name_locked': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_locked': 'accessCodeLocked', + 'access_code_required': 'accessCodeRequired', + 'email': 'email', + 'email_locked': 'emailLocked', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_required': 'idCheckRequired', + 'name': 'name', + 'recipient_type': 'recipientType', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'template_requires_id_lookup': 'templateRequiresIdLookup', + 'user_name_locked': 'userNameLocked' + } + + def __init__(self, access_code=None, access_code_locked=None, access_code_required=None, email=None, email_locked=None, id_check_configuration_name=None, id_check_required=None, name=None, recipient_type=None, role_name=None, routing_order=None, template_requires_id_lookup=None, user_name_locked=None): # noqa: E501 + """PowerFormRecipient - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_locked = None + self._access_code_required = None + self._email = None + self._email_locked = None + self._id_check_configuration_name = None + self._id_check_required = None + self._name = None + self._recipient_type = None + self._role_name = None + self._routing_order = None + self._template_requires_id_lookup = None + self._user_name_locked = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_locked is not None: + self.access_code_locked = access_code_locked + if access_code_required is not None: + self.access_code_required = access_code_required + if email is not None: + self.email = email + if email_locked is not None: + self.email_locked = email_locked + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_required is not None: + self.id_check_required = id_check_required + if name is not None: + self.name = name + if recipient_type is not None: + self.recipient_type = recipient_type + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if template_requires_id_lookup is not None: + self.template_requires_id_lookup = template_requires_id_lookup + if user_name_locked is not None: + self.user_name_locked = user_name_locked @property def access_code(self): - """ - Gets the access_code of this PowerFormRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this PowerFormRecipient. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this PowerFormRecipient. + :return: The access_code of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this PowerFormRecipient. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this PowerFormRecipient. - :param access_code: The access_code of this PowerFormRecipient. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -101,22 +132,22 @@ def access_code(self, access_code): @property def access_code_locked(self): - """ - Gets the access_code_locked of this PowerFormRecipient. - + """Gets the access_code_locked of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The access_code_locked of this PowerFormRecipient. + :return: The access_code_locked of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._access_code_locked @access_code_locked.setter def access_code_locked(self, access_code_locked): - """ - Sets the access_code_locked of this PowerFormRecipient. - + """Sets the access_code_locked of this PowerFormRecipient. + + # noqa: E501 - :param access_code_locked: The access_code_locked of this PowerFormRecipient. + :param access_code_locked: The access_code_locked of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -124,22 +155,22 @@ def access_code_locked(self, access_code_locked): @property def access_code_required(self): - """ - Gets the access_code_required of this PowerFormRecipient. - + """Gets the access_code_required of this PowerFormRecipient. # noqa: E501 - :return: The access_code_required of this PowerFormRecipient. + # noqa: E501 + + :return: The access_code_required of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._access_code_required @access_code_required.setter def access_code_required(self, access_code_required): - """ - Sets the access_code_required of this PowerFormRecipient. - + """Sets the access_code_required of this PowerFormRecipient. - :param access_code_required: The access_code_required of this PowerFormRecipient. + # noqa: E501 + + :param access_code_required: The access_code_required of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -147,22 +178,22 @@ def access_code_required(self, access_code_required): @property def email(self): - """ - Gets the email of this PowerFormRecipient. - + """Gets the email of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The email of this PowerFormRecipient. + :return: The email of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this PowerFormRecipient. - + """Sets the email of this PowerFormRecipient. + + # noqa: E501 - :param email: The email of this PowerFormRecipient. + :param email: The email of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -170,22 +201,22 @@ def email(self, email): @property def email_locked(self): - """ - Gets the email_locked of this PowerFormRecipient. - + """Gets the email_locked of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The email_locked of this PowerFormRecipient. + :return: The email_locked of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._email_locked @email_locked.setter def email_locked(self, email_locked): - """ - Sets the email_locked of this PowerFormRecipient. - + """Sets the email_locked of this PowerFormRecipient. - :param email_locked: The email_locked of this PowerFormRecipient. + # noqa: E501 + + :param email_locked: The email_locked of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -193,22 +224,22 @@ def email_locked(self, email_locked): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this PowerFormRecipient. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this PowerFormRecipient. # noqa: E501 - :return: The id_check_configuration_name of this PowerFormRecipient. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :return: The id_check_configuration_name of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this PowerFormRecipient. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this PowerFormRecipient. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this PowerFormRecipient. + :param id_check_configuration_name: The id_check_configuration_name of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -216,22 +247,22 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_required(self): - """ - Gets the id_check_required of this PowerFormRecipient. - + """Gets the id_check_required of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The id_check_required of this PowerFormRecipient. + :return: The id_check_required of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._id_check_required @id_check_required.setter def id_check_required(self, id_check_required): - """ - Sets the id_check_required of this PowerFormRecipient. - + """Sets the id_check_required of this PowerFormRecipient. - :param id_check_required: The id_check_required of this PowerFormRecipient. + # noqa: E501 + + :param id_check_required: The id_check_required of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -239,22 +270,22 @@ def id_check_required(self, id_check_required): @property def name(self): - """ - Gets the name of this PowerFormRecipient. - + """Gets the name of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The name of this PowerFormRecipient. + :return: The name of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this PowerFormRecipient. - + """Sets the name of this PowerFormRecipient. + + # noqa: E501 - :param name: The name of this PowerFormRecipient. + :param name: The name of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -262,22 +293,22 @@ def name(self, name): @property def recipient_type(self): - """ - Gets the recipient_type of this PowerFormRecipient. - + """Gets the recipient_type of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The recipient_type of this PowerFormRecipient. + :return: The recipient_type of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this PowerFormRecipient. - + """Sets the recipient_type of this PowerFormRecipient. - :param recipient_type: The recipient_type of this PowerFormRecipient. + # noqa: E501 + + :param recipient_type: The recipient_type of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -285,22 +316,22 @@ def recipient_type(self, recipient_type): @property def role_name(self): - """ - Gets the role_name of this PowerFormRecipient. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this PowerFormRecipient. # noqa: E501 - :return: The role_name of this PowerFormRecipient. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this PowerFormRecipient. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this PowerFormRecipient. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this PowerFormRecipient. + :param role_name: The role_name of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -308,22 +339,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this PowerFormRecipient. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this PowerFormRecipient. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this PowerFormRecipient. + :return: The routing_order of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this PowerFormRecipient. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this PowerFormRecipient. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this PowerFormRecipient. + :param routing_order: The routing_order of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -331,22 +362,22 @@ def routing_order(self, routing_order): @property def template_requires_id_lookup(self): - """ - Gets the template_requires_id_lookup of this PowerFormRecipient. - + """Gets the template_requires_id_lookup of this PowerFormRecipient. # noqa: E501 - :return: The template_requires_id_lookup of this PowerFormRecipient. + # noqa: E501 + + :return: The template_requires_id_lookup of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._template_requires_id_lookup @template_requires_id_lookup.setter def template_requires_id_lookup(self, template_requires_id_lookup): - """ - Sets the template_requires_id_lookup of this PowerFormRecipient. - + """Sets the template_requires_id_lookup of this PowerFormRecipient. + + # noqa: E501 - :param template_requires_id_lookup: The template_requires_id_lookup of this PowerFormRecipient. + :param template_requires_id_lookup: The template_requires_id_lookup of this PowerFormRecipient. # noqa: E501 :type: str """ @@ -354,34 +385,32 @@ def template_requires_id_lookup(self, template_requires_id_lookup): @property def user_name_locked(self): - """ - Gets the user_name_locked of this PowerFormRecipient. - + """Gets the user_name_locked of this PowerFormRecipient. # noqa: E501 + + # noqa: E501 - :return: The user_name_locked of this PowerFormRecipient. + :return: The user_name_locked of this PowerFormRecipient. # noqa: E501 :rtype: str """ return self._user_name_locked @user_name_locked.setter def user_name_locked(self, user_name_locked): - """ - Sets the user_name_locked of this PowerFormRecipient. - + """Sets the user_name_locked of this PowerFormRecipient. - :param user_name_locked: The user_name_locked of this PowerFormRecipient. + # noqa: E501 + + :param user_name_locked: The user_name_locked of this PowerFormRecipient. # noqa: E501 :type: str """ self._user_name_locked = user_name_locked def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -398,29 +427,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormRecipient, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormRecipient): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_form_senders_response.py b/docusign_esign/models/power_form_senders_response.py index dca095a9..a53dedca 100644 --- a/docusign_esign/models/power_form_senders_response.py +++ b/docusign_esign/models/power_form_senders_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormSendersResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, power_form_senders=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - PowerFormSendersResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'int', - 'next_uri': 'str', - 'power_form_senders': 'list[UserInfo]', - 'previous_uri': 'str', - 'result_set_size': 'int', - 'start_position': 'int', - 'total_set_size': 'int' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'power_form_senders': 'powerFormSenders', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._next_uri = next_uri - self._power_form_senders = power_form_senders - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'int', + 'next_uri': 'str', + 'power_form_senders': 'list[UserInfo]', + 'previous_uri': 'str', + 'result_set_size': 'int', + 'start_position': 'int', + 'total_set_size': 'int' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'power_form_senders': 'powerFormSenders', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, next_uri=None, power_form_senders=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """PowerFormSendersResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._power_form_senders = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if power_form_senders is not None: + self.power_form_senders = power_form_senders + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this PowerFormSendersResponse. - The last position in the result set. + """Gets the end_position of this PowerFormSendersResponse. # noqa: E501 - :return: The end_position of this PowerFormSendersResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this PowerFormSendersResponse. # noqa: E501 :rtype: int """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this PowerFormSendersResponse. - The last position in the result set. + """Sets the end_position of this PowerFormSendersResponse. - :param end_position: The end_position of this PowerFormSendersResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this PowerFormSendersResponse. # noqa: E501 :type: int """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this PowerFormSendersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this PowerFormSendersResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this PowerFormSendersResponse. + :return: The next_uri of this PowerFormSendersResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this PowerFormSendersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this PowerFormSendersResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this PowerFormSendersResponse. + :param next_uri: The next_uri of this PowerFormSendersResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def power_form_senders(self): - """ - Gets the power_form_senders of this PowerFormSendersResponse. - + """Gets the power_form_senders of this PowerFormSendersResponse. # noqa: E501 - :return: The power_form_senders of this PowerFormSendersResponse. + # noqa: E501 + + :return: The power_form_senders of this PowerFormSendersResponse. # noqa: E501 :rtype: list[UserInfo] """ return self._power_form_senders @power_form_senders.setter def power_form_senders(self, power_form_senders): - """ - Sets the power_form_senders of this PowerFormSendersResponse. - + """Sets the power_form_senders of this PowerFormSendersResponse. + + # noqa: E501 - :param power_form_senders: The power_form_senders of this PowerFormSendersResponse. + :param power_form_senders: The power_form_senders of this PowerFormSendersResponse. # noqa: E501 :type: list[UserInfo] """ @@ -129,22 +148,22 @@ def power_form_senders(self, power_form_senders): @property def previous_uri(self): - """ - Gets the previous_uri of this PowerFormSendersResponse. - The postal code for the billing address. + """Gets the previous_uri of this PowerFormSendersResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this PowerFormSendersResponse. + :return: The previous_uri of this PowerFormSendersResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this PowerFormSendersResponse. - The postal code for the billing address. + """Sets the previous_uri of this PowerFormSendersResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this PowerFormSendersResponse. + :param previous_uri: The previous_uri of this PowerFormSendersResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this PowerFormSendersResponse. - The number of results returned in this response. + """Gets the result_set_size of this PowerFormSendersResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this PowerFormSendersResponse. + :return: The result_set_size of this PowerFormSendersResponse. # noqa: E501 :rtype: int """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this PowerFormSendersResponse. - The number of results returned in this response. + """Sets the result_set_size of this PowerFormSendersResponse. - :param result_set_size: The result_set_size of this PowerFormSendersResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this PowerFormSendersResponse. # noqa: E501 :type: int """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this PowerFormSendersResponse. - Starting position of the current result set. + """Gets the start_position of this PowerFormSendersResponse. # noqa: E501 - :return: The start_position of this PowerFormSendersResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this PowerFormSendersResponse. # noqa: E501 :rtype: int """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this PowerFormSendersResponse. - Starting position of the current result set. + """Sets the start_position of this PowerFormSendersResponse. - :param start_position: The start_position of this PowerFormSendersResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this PowerFormSendersResponse. # noqa: E501 :type: int """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this PowerFormSendersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this PowerFormSendersResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this PowerFormSendersResponse. + :return: The total_set_size of this PowerFormSendersResponse. # noqa: E501 :rtype: int """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this PowerFormSendersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this PowerFormSendersResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this PowerFormSendersResponse. + :param total_set_size: The total_set_size of this PowerFormSendersResponse. # noqa: E501 :type: int """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormSendersResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormSendersResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_forms_form_data_response.py b/docusign_esign/models/power_forms_form_data_response.py index 158e0c23..2c29a2c3 100644 --- a/docusign_esign/models/power_forms_form_data_response.py +++ b/docusign_esign/models/power_forms_form_data_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormsFormDataResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, envelopes=None): - """ - PowerFormsFormDataResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'envelopes': 'list[PowerFormFormDataEnvelope]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'envelopes': 'list[PowerFormFormDataEnvelope]' + } - self.attribute_map = { - 'envelopes': 'envelopes' - } + attribute_map = { + 'envelopes': 'envelopes' + } - self._envelopes = envelopes + def __init__(self, envelopes=None): # noqa: E501 + """PowerFormsFormDataResponse - a model defined in Swagger""" # noqa: E501 + + self._envelopes = None + self.discriminator = None + + if envelopes is not None: + self.envelopes = envelopes @property def envelopes(self): - """ - Gets the envelopes of this PowerFormsFormDataResponse. - + """Gets the envelopes of this PowerFormsFormDataResponse. # noqa: E501 + + # noqa: E501 - :return: The envelopes of this PowerFormsFormDataResponse. + :return: The envelopes of this PowerFormsFormDataResponse. # noqa: E501 :rtype: list[PowerFormFormDataEnvelope] """ return self._envelopes @envelopes.setter def envelopes(self, envelopes): - """ - Sets the envelopes of this PowerFormsFormDataResponse. - + """Sets the envelopes of this PowerFormsFormDataResponse. - :param envelopes: The envelopes of this PowerFormsFormDataResponse. + # noqa: E501 + + :param envelopes: The envelopes of this PowerFormsFormDataResponse. # noqa: E501 :type: list[PowerFormFormDataEnvelope] """ self._envelopes = envelopes def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormsFormDataResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormsFormDataResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_forms_request.py b/docusign_esign/models/power_forms_request.py index 67afa8a8..96953492 100644 --- a/docusign_esign/models/power_forms_request.py +++ b/docusign_esign/models/power_forms_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormsRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, power_forms=None): - """ - PowerFormsRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'power_forms': 'list[PowerForm]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'power_forms': 'list[PowerForm]' + } - self.attribute_map = { - 'power_forms': 'powerForms' - } + attribute_map = { + 'power_forms': 'powerForms' + } - self._power_forms = power_forms + def __init__(self, power_forms=None): # noqa: E501 + """PowerFormsRequest - a model defined in Swagger""" # noqa: E501 + + self._power_forms = None + self.discriminator = None + + if power_forms is not None: + self.power_forms = power_forms @property def power_forms(self): - """ - Gets the power_forms of this PowerFormsRequest. - + """Gets the power_forms of this PowerFormsRequest. # noqa: E501 + + # noqa: E501 - :return: The power_forms of this PowerFormsRequest. + :return: The power_forms of this PowerFormsRequest. # noqa: E501 :rtype: list[PowerForm] """ return self._power_forms @power_forms.setter def power_forms(self, power_forms): - """ - Sets the power_forms of this PowerFormsRequest. - + """Sets the power_forms of this PowerFormsRequest. - :param power_forms: The power_forms of this PowerFormsRequest. + # noqa: E501 + + :param power_forms: The power_forms of this PowerFormsRequest. # noqa: E501 :type: list[PowerForm] """ self._power_forms = power_forms def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormsRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormsRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/power_forms_response.py b/docusign_esign/models/power_forms_response.py index 04448c4f..ccc11455 100644 --- a/docusign_esign/models/power_forms_response.py +++ b/docusign_esign/models/power_forms_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PowerFormsResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, power_forms=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): - """ - PowerFormsResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'int', - 'next_uri': 'str', - 'power_forms': 'list[PowerForm]', - 'previous_uri': 'str', - 'result_set_size': 'int', - 'start_position': 'int', - 'total_set_size': 'int' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'power_forms': 'powerForms', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize' - } - - self._end_position = end_position - self._next_uri = next_uri - self._power_forms = power_forms - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'int', + 'next_uri': 'str', + 'power_forms': 'list[PowerForm]', + 'previous_uri': 'str', + 'result_set_size': 'int', + 'start_position': 'int', + 'total_set_size': 'int' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'power_forms': 'powerForms', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize' + } + + def __init__(self, end_position=None, next_uri=None, power_forms=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None): # noqa: E501 + """PowerFormsResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._power_forms = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if power_forms is not None: + self.power_forms = power_forms + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size @property def end_position(self): - """ - Gets the end_position of this PowerFormsResponse. - The last position in the result set. + """Gets the end_position of this PowerFormsResponse. # noqa: E501 - :return: The end_position of this PowerFormsResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this PowerFormsResponse. # noqa: E501 :rtype: int """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this PowerFormsResponse. - The last position in the result set. + """Sets the end_position of this PowerFormsResponse. - :param end_position: The end_position of this PowerFormsResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this PowerFormsResponse. # noqa: E501 :type: int """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this PowerFormsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this PowerFormsResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this PowerFormsResponse. + :return: The next_uri of this PowerFormsResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this PowerFormsResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this PowerFormsResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this PowerFormsResponse. + :param next_uri: The next_uri of this PowerFormsResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def power_forms(self): - """ - Gets the power_forms of this PowerFormsResponse. - + """Gets the power_forms of this PowerFormsResponse. # noqa: E501 - :return: The power_forms of this PowerFormsResponse. + # noqa: E501 + + :return: The power_forms of this PowerFormsResponse. # noqa: E501 :rtype: list[PowerForm] """ return self._power_forms @power_forms.setter def power_forms(self, power_forms): - """ - Sets the power_forms of this PowerFormsResponse. - + """Sets the power_forms of this PowerFormsResponse. + + # noqa: E501 - :param power_forms: The power_forms of this PowerFormsResponse. + :param power_forms: The power_forms of this PowerFormsResponse. # noqa: E501 :type: list[PowerForm] """ @@ -129,22 +148,22 @@ def power_forms(self, power_forms): @property def previous_uri(self): - """ - Gets the previous_uri of this PowerFormsResponse. - The postal code for the billing address. + """Gets the previous_uri of this PowerFormsResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 - :return: The previous_uri of this PowerFormsResponse. + :return: The previous_uri of this PowerFormsResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this PowerFormsResponse. - The postal code for the billing address. + """Sets the previous_uri of this PowerFormsResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this PowerFormsResponse. + :param previous_uri: The previous_uri of this PowerFormsResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this PowerFormsResponse. - The number of results returned in this response. + """Gets the result_set_size of this PowerFormsResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this PowerFormsResponse. + :return: The result_set_size of this PowerFormsResponse. # noqa: E501 :rtype: int """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this PowerFormsResponse. - The number of results returned in this response. + """Sets the result_set_size of this PowerFormsResponse. - :param result_set_size: The result_set_size of this PowerFormsResponse. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this PowerFormsResponse. # noqa: E501 :type: int """ @@ -175,22 +194,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this PowerFormsResponse. - Starting position of the current result set. + """Gets the start_position of this PowerFormsResponse. # noqa: E501 - :return: The start_position of this PowerFormsResponse. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this PowerFormsResponse. # noqa: E501 :rtype: int """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this PowerFormsResponse. - Starting position of the current result set. + """Sets the start_position of this PowerFormsResponse. - :param start_position: The start_position of this PowerFormsResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this PowerFormsResponse. # noqa: E501 :type: int """ @@ -198,34 +217,32 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this PowerFormsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this PowerFormsResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this PowerFormsResponse. + :return: The total_set_size of this PowerFormsResponse. # noqa: E501 :rtype: int """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this PowerFormsResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this PowerFormsResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this PowerFormsResponse. + :param total_set_size: The total_set_size of this PowerFormsResponse. # noqa: E501 :type: int """ self._total_set_size = total_set_size def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PowerFormsResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PowerFormsResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/proof_service_resource_token.py b/docusign_esign/models/proof_service_resource_token.py index b131c3af..dea9cacd 100644 --- a/docusign_esign/models/proof_service_resource_token.py +++ b/docusign_esign/models/proof_service_resource_token.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ProofServiceResourceToken(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, resource_token=None): - """ - ProofServiceResourceToken - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'resource_token': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'resource_token': 'str' + } - self.attribute_map = { - 'resource_token': 'ResourceToken' - } + attribute_map = { + 'resource_token': 'ResourceToken' + } - self._resource_token = resource_token + def __init__(self, resource_token=None): # noqa: E501 + """ProofServiceResourceToken - a model defined in Swagger""" # noqa: E501 + + self._resource_token = None + self.discriminator = None + + if resource_token is not None: + self.resource_token = resource_token @property def resource_token(self): - """ - Gets the resource_token of this ProofServiceResourceToken. - + """Gets the resource_token of this ProofServiceResourceToken. # noqa: E501 + + # noqa: E501 - :return: The resource_token of this ProofServiceResourceToken. + :return: The resource_token of this ProofServiceResourceToken. # noqa: E501 :rtype: str """ return self._resource_token @resource_token.setter def resource_token(self, resource_token): - """ - Sets the resource_token of this ProofServiceResourceToken. - + """Sets the resource_token of this ProofServiceResourceToken. - :param resource_token: The resource_token of this ProofServiceResourceToken. + # noqa: E501 + + :param resource_token: The resource_token of this ProofServiceResourceToken. # noqa: E501 :type: str """ self._resource_token = resource_token def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ProofServiceResourceToken, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ProofServiceResourceToken): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/proof_service_view_link.py b/docusign_esign/models/proof_service_view_link.py index e2d48e0d..0caef64d 100644 --- a/docusign_esign/models/proof_service_view_link.py +++ b/docusign_esign/models/proof_service_view_link.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ProofServiceViewLink(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, view_link=None): - """ - ProofServiceViewLink - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'view_link': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'view_link': 'str' + } - self.attribute_map = { - 'view_link': 'ViewLink' - } + attribute_map = { + 'view_link': 'ViewLink' + } - self._view_link = view_link + def __init__(self, view_link=None): # noqa: E501 + """ProofServiceViewLink - a model defined in Swagger""" # noqa: E501 + + self._view_link = None + self.discriminator = None + + if view_link is not None: + self.view_link = view_link @property def view_link(self): - """ - Gets the view_link of this ProofServiceViewLink. - + """Gets the view_link of this ProofServiceViewLink. # noqa: E501 + + # noqa: E501 - :return: The view_link of this ProofServiceViewLink. + :return: The view_link of this ProofServiceViewLink. # noqa: E501 :rtype: str """ return self._view_link @view_link.setter def view_link(self, view_link): - """ - Sets the view_link of this ProofServiceViewLink. - + """Sets the view_link of this ProofServiceViewLink. - :param view_link: The view_link of this ProofServiceViewLink. + # noqa: E501 + + :param view_link: The view_link of this ProofServiceViewLink. # noqa: E501 :type: str """ self._view_link = view_link def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ProofServiceViewLink, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ProofServiceViewLink): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/property_metadata.py b/docusign_esign/models/property_metadata.py index 20bfcfbe..3b9a99c4 100644 --- a/docusign_esign/models/property_metadata.py +++ b/docusign_esign/models/property_metadata.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PropertyMetadata(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, options=None, rights=None): - """ - PropertyMetadata - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'options': 'list[str]', - 'rights': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'options': 'list[str]', + 'rights': 'str' + } - self.attribute_map = { - 'options': 'options', - 'rights': 'rights' - } + attribute_map = { + 'options': 'options', + 'rights': 'rights' + } - self._options = options - self._rights = rights + def __init__(self, options=None, rights=None): # noqa: E501 + """PropertyMetadata - a model defined in Swagger""" # noqa: E501 + + self._options = None + self._rights = None + self.discriminator = None + + if options is not None: + self.options = options + if rights is not None: + self.rights = rights @property def options(self): - """ - Gets the options of this PropertyMetadata. - + """Gets the options of this PropertyMetadata. # noqa: E501 - :return: The options of this PropertyMetadata. + # noqa: E501 + + :return: The options of this PropertyMetadata. # noqa: E501 :rtype: list[str] """ return self._options @options.setter def options(self, options): - """ - Sets the options of this PropertyMetadata. - + """Sets the options of this PropertyMetadata. + + # noqa: E501 - :param options: The options of this PropertyMetadata. + :param options: The options of this PropertyMetadata. # noqa: E501 :type: list[str] """ @@ -68,34 +77,32 @@ def options(self, options): @property def rights(self): - """ - Gets the rights of this PropertyMetadata. - + """Gets the rights of this PropertyMetadata. # noqa: E501 + + # noqa: E501 - :return: The rights of this PropertyMetadata. + :return: The rights of this PropertyMetadata. # noqa: E501 :rtype: str """ return self._rights @rights.setter def rights(self, rights): - """ - Sets the rights of this PropertyMetadata. - + """Sets the rights of this PropertyMetadata. + + # noqa: E501 - :param rights: The rights of this PropertyMetadata. + :param rights: The rights of this PropertyMetadata. # noqa: E501 :type: str """ self._rights = rights def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PropertyMetadata, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PropertyMetadata): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/province.py b/docusign_esign/models/province.py index 5db7d17f..2da87939 100644 --- a/docusign_esign/models/province.py +++ b/docusign_esign/models/province.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Province(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, iso_code=None, name=None): - """ - Province - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'iso_code': 'str', - 'name': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'iso_code': 'str', + 'name': 'str' + } - self.attribute_map = { - 'iso_code': 'isoCode', - 'name': 'name' - } + attribute_map = { + 'iso_code': 'isoCode', + 'name': 'name' + } - self._iso_code = iso_code - self._name = name + def __init__(self, iso_code=None, name=None): # noqa: E501 + """Province - a model defined in Swagger""" # noqa: E501 + + self._iso_code = None + self._name = None + self.discriminator = None + + if iso_code is not None: + self.iso_code = iso_code + if name is not None: + self.name = name @property def iso_code(self): - """ - Gets the iso_code of this Province. - + """Gets the iso_code of this Province. # noqa: E501 - :return: The iso_code of this Province. + # noqa: E501 + + :return: The iso_code of this Province. # noqa: E501 :rtype: str """ return self._iso_code @iso_code.setter def iso_code(self, iso_code): - """ - Sets the iso_code of this Province. - + """Sets the iso_code of this Province. + + # noqa: E501 - :param iso_code: The iso_code of this Province. + :param iso_code: The iso_code of this Province. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def iso_code(self, iso_code): @property def name(self): - """ - Gets the name of this Province. - + """Gets the name of this Province. # noqa: E501 + + # noqa: E501 - :return: The name of this Province. + :return: The name of this Province. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Province. - + """Sets the name of this Province. + + # noqa: E501 - :param name: The name of this Province. + :param name: The name of this Province. # noqa: E501 :type: str """ self._name = name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Province, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Province): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/provisioning_information.py b/docusign_esign/models/provisioning_information.py index a579ad8f..8c7f40ab 100644 --- a/docusign_esign/models/provisioning_information.py +++ b/docusign_esign/models/provisioning_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ProvisioningInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, default_connection_id=None, default_plan_id=None, distributor_code=None, distributor_password=None, password_rule_text=None, plan_promotion_text=None, purchase_order_or_prom_allowed=None): - """ - ProvisioningInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'default_connection_id': 'str', - 'default_plan_id': 'str', - 'distributor_code': 'str', - 'distributor_password': 'str', - 'password_rule_text': 'str', - 'plan_promotion_text': 'str', - 'purchase_order_or_prom_allowed': 'str' - } - - self.attribute_map = { - 'default_connection_id': 'defaultConnectionId', - 'default_plan_id': 'defaultPlanId', - 'distributor_code': 'distributorCode', - 'distributor_password': 'distributorPassword', - 'password_rule_text': 'passwordRuleText', - 'plan_promotion_text': 'planPromotionText', - 'purchase_order_or_prom_allowed': 'purchaseOrderOrPromAllowed' - } - - self._default_connection_id = default_connection_id - self._default_plan_id = default_plan_id - self._distributor_code = distributor_code - self._distributor_password = distributor_password - self._password_rule_text = password_rule_text - self._plan_promotion_text = plan_promotion_text - self._purchase_order_or_prom_allowed = purchase_order_or_prom_allowed + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'default_connection_id': 'str', + 'default_plan_id': 'str', + 'distributor_code': 'str', + 'distributor_password': 'str', + 'password_rule_text': 'str', + 'plan_promotion_text': 'str', + 'purchase_order_or_prom_allowed': 'str' + } + + attribute_map = { + 'default_connection_id': 'defaultConnectionId', + 'default_plan_id': 'defaultPlanId', + 'distributor_code': 'distributorCode', + 'distributor_password': 'distributorPassword', + 'password_rule_text': 'passwordRuleText', + 'plan_promotion_text': 'planPromotionText', + 'purchase_order_or_prom_allowed': 'purchaseOrderOrPromAllowed' + } + + def __init__(self, default_connection_id=None, default_plan_id=None, distributor_code=None, distributor_password=None, password_rule_text=None, plan_promotion_text=None, purchase_order_or_prom_allowed=None): # noqa: E501 + """ProvisioningInformation - a model defined in Swagger""" # noqa: E501 + + self._default_connection_id = None + self._default_plan_id = None + self._distributor_code = None + self._distributor_password = None + self._password_rule_text = None + self._plan_promotion_text = None + self._purchase_order_or_prom_allowed = None + self.discriminator = None + + if default_connection_id is not None: + self.default_connection_id = default_connection_id + if default_plan_id is not None: + self.default_plan_id = default_plan_id + if distributor_code is not None: + self.distributor_code = distributor_code + if distributor_password is not None: + self.distributor_password = distributor_password + if password_rule_text is not None: + self.password_rule_text = password_rule_text + if plan_promotion_text is not None: + self.plan_promotion_text = plan_promotion_text + if purchase_order_or_prom_allowed is not None: + self.purchase_order_or_prom_allowed = purchase_order_or_prom_allowed @property def default_connection_id(self): - """ - Gets the default_connection_id of this ProvisioningInformation. - + """Gets the default_connection_id of this ProvisioningInformation. # noqa: E501 - :return: The default_connection_id of this ProvisioningInformation. + # noqa: E501 + + :return: The default_connection_id of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._default_connection_id @default_connection_id.setter def default_connection_id(self, default_connection_id): - """ - Sets the default_connection_id of this ProvisioningInformation. - + """Sets the default_connection_id of this ProvisioningInformation. - :param default_connection_id: The default_connection_id of this ProvisioningInformation. + # noqa: E501 + + :param default_connection_id: The default_connection_id of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def default_connection_id(self, default_connection_id): @property def default_plan_id(self): - """ - Gets the default_plan_id of this ProvisioningInformation. - + """Gets the default_plan_id of this ProvisioningInformation. # noqa: E501 + + # noqa: E501 - :return: The default_plan_id of this ProvisioningInformation. + :return: The default_plan_id of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._default_plan_id @default_plan_id.setter def default_plan_id(self, default_plan_id): - """ - Sets the default_plan_id of this ProvisioningInformation. - + """Sets the default_plan_id of this ProvisioningInformation. + + # noqa: E501 - :param default_plan_id: The default_plan_id of this ProvisioningInformation. + :param default_plan_id: The default_plan_id of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def default_plan_id(self, default_plan_id): @property def distributor_code(self): - """ - Gets the distributor_code of this ProvisioningInformation. - The code that identifies the billing plan groups and plans for the new account. + """Gets the distributor_code of this ProvisioningInformation. # noqa: E501 - :return: The distributor_code of this ProvisioningInformation. + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 + + :return: The distributor_code of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._distributor_code @distributor_code.setter def distributor_code(self, distributor_code): - """ - Sets the distributor_code of this ProvisioningInformation. - The code that identifies the billing plan groups and plans for the new account. + """Sets the distributor_code of this ProvisioningInformation. + + The code that identifies the billing plan groups and plans for the new account. # noqa: E501 - :param distributor_code: The distributor_code of this ProvisioningInformation. + :param distributor_code: The distributor_code of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def distributor_code(self, distributor_code): @property def distributor_password(self): - """ - Gets the distributor_password of this ProvisioningInformation. - The password for the distributorCode. + """Gets the distributor_password of this ProvisioningInformation. # noqa: E501 + + The password for the distributorCode. # noqa: E501 - :return: The distributor_password of this ProvisioningInformation. + :return: The distributor_password of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._distributor_password @distributor_password.setter def distributor_password(self, distributor_password): - """ - Sets the distributor_password of this ProvisioningInformation. - The password for the distributorCode. + """Sets the distributor_password of this ProvisioningInformation. + + The password for the distributorCode. # noqa: E501 - :param distributor_password: The distributor_password of this ProvisioningInformation. + :param distributor_password: The distributor_password of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def distributor_password(self, distributor_password): @property def password_rule_text(self): - """ - Gets the password_rule_text of this ProvisioningInformation. - + """Gets the password_rule_text of this ProvisioningInformation. # noqa: E501 + + # noqa: E501 - :return: The password_rule_text of this ProvisioningInformation. + :return: The password_rule_text of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._password_rule_text @password_rule_text.setter def password_rule_text(self, password_rule_text): - """ - Sets the password_rule_text of this ProvisioningInformation. - + """Sets the password_rule_text of this ProvisioningInformation. - :param password_rule_text: The password_rule_text of this ProvisioningInformation. + # noqa: E501 + + :param password_rule_text: The password_rule_text of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def password_rule_text(self, password_rule_text): @property def plan_promotion_text(self): - """ - Gets the plan_promotion_text of this ProvisioningInformation. - + """Gets the plan_promotion_text of this ProvisioningInformation. # noqa: E501 - :return: The plan_promotion_text of this ProvisioningInformation. + # noqa: E501 + + :return: The plan_promotion_text of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._plan_promotion_text @plan_promotion_text.setter def plan_promotion_text(self, plan_promotion_text): - """ - Sets the plan_promotion_text of this ProvisioningInformation. - + """Sets the plan_promotion_text of this ProvisioningInformation. - :param plan_promotion_text: The plan_promotion_text of this ProvisioningInformation. + # noqa: E501 + + :param plan_promotion_text: The plan_promotion_text of this ProvisioningInformation. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def plan_promotion_text(self, plan_promotion_text): @property def purchase_order_or_prom_allowed(self): - """ - Gets the purchase_order_or_prom_allowed of this ProvisioningInformation. - + """Gets the purchase_order_or_prom_allowed of this ProvisioningInformation. # noqa: E501 + + # noqa: E501 - :return: The purchase_order_or_prom_allowed of this ProvisioningInformation. + :return: The purchase_order_or_prom_allowed of this ProvisioningInformation. # noqa: E501 :rtype: str """ return self._purchase_order_or_prom_allowed @purchase_order_or_prom_allowed.setter def purchase_order_or_prom_allowed(self, purchase_order_or_prom_allowed): - """ - Sets the purchase_order_or_prom_allowed of this ProvisioningInformation. - + """Sets the purchase_order_or_prom_allowed of this ProvisioningInformation. + + # noqa: E501 - :param purchase_order_or_prom_allowed: The purchase_order_or_prom_allowed of this ProvisioningInformation. + :param purchase_order_or_prom_allowed: The purchase_order_or_prom_allowed of this ProvisioningInformation. # noqa: E501 :type: str """ self._purchase_order_or_prom_allowed = purchase_order_or_prom_allowed def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ProvisioningInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ProvisioningInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/purchased_envelopes_information.py b/docusign_esign/models/purchased_envelopes_information.py index 1fcbe758..0e38ddfd 100644 --- a/docusign_esign/models/purchased_envelopes_information.py +++ b/docusign_esign/models/purchased_envelopes_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class PurchasedEnvelopesInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, amount=None, app_name=None, currency_code=None, platform=None, product_id=None, quantity=None, receipt_data=None, store_name=None, transaction_id=None): - """ - PurchasedEnvelopesInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'amount': 'str', - 'app_name': 'str', - 'currency_code': 'str', - 'platform': 'str', - 'product_id': 'str', - 'quantity': 'str', - 'receipt_data': 'str', - 'store_name': 'str', - 'transaction_id': 'str' - } - - self.attribute_map = { - 'amount': 'amount', - 'app_name': 'appName', - 'currency_code': 'currencyCode', - 'platform': 'platform', - 'product_id': 'productId', - 'quantity': 'quantity', - 'receipt_data': 'receiptData', - 'store_name': 'storeName', - 'transaction_id': 'transactionId' - } - - self._amount = amount - self._app_name = app_name - self._currency_code = currency_code - self._platform = platform - self._product_id = product_id - self._quantity = quantity - self._receipt_data = receipt_data - self._store_name = store_name - self._transaction_id = transaction_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'amount': 'str', + 'app_name': 'str', + 'currency_code': 'str', + 'platform': 'str', + 'product_id': 'str', + 'quantity': 'str', + 'receipt_data': 'str', + 'store_name': 'str', + 'transaction_id': 'str' + } + + attribute_map = { + 'amount': 'amount', + 'app_name': 'appName', + 'currency_code': 'currencyCode', + 'platform': 'platform', + 'product_id': 'productId', + 'quantity': 'quantity', + 'receipt_data': 'receiptData', + 'store_name': 'storeName', + 'transaction_id': 'transactionId' + } + + def __init__(self, amount=None, app_name=None, currency_code=None, platform=None, product_id=None, quantity=None, receipt_data=None, store_name=None, transaction_id=None): # noqa: E501 + """PurchasedEnvelopesInformation - a model defined in Swagger""" # noqa: E501 + + self._amount = None + self._app_name = None + self._currency_code = None + self._platform = None + self._product_id = None + self._quantity = None + self._receipt_data = None + self._store_name = None + self._transaction_id = None + self.discriminator = None + + if amount is not None: + self.amount = amount + if app_name is not None: + self.app_name = app_name + if currency_code is not None: + self.currency_code = currency_code + if platform is not None: + self.platform = platform + if product_id is not None: + self.product_id = product_id + if quantity is not None: + self.quantity = quantity + if receipt_data is not None: + self.receipt_data = receipt_data + if store_name is not None: + self.store_name = store_name + if transaction_id is not None: + self.transaction_id = transaction_id @property def amount(self): - """ - Gets the amount of this PurchasedEnvelopesInformation. - The total amount of the purchase. + """Gets the amount of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The amount of this PurchasedEnvelopesInformation. + The total amount of the purchase. # noqa: E501 + + :return: The amount of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._amount @amount.setter def amount(self, amount): - """ - Sets the amount of this PurchasedEnvelopesInformation. - The total amount of the purchase. + """Sets the amount of this PurchasedEnvelopesInformation. - :param amount: The amount of this PurchasedEnvelopesInformation. + The total amount of the purchase. # noqa: E501 + + :param amount: The amount of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def amount(self, amount): @property def app_name(self): - """ - Gets the app_name of this PurchasedEnvelopesInformation. - The AppName of the client application. + """Gets the app_name of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The app_name of this PurchasedEnvelopesInformation. + The AppName of the client application. # noqa: E501 + + :return: The app_name of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._app_name @app_name.setter def app_name(self, app_name): - """ - Sets the app_name of this PurchasedEnvelopesInformation. - The AppName of the client application. + """Sets the app_name of this PurchasedEnvelopesInformation. - :param app_name: The app_name of this PurchasedEnvelopesInformation. + The AppName of the client application. # noqa: E501 + + :param app_name: The app_name of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def app_name(self, app_name): @property def currency_code(self): - """ - Gets the currency_code of this PurchasedEnvelopesInformation. - Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. + """Gets the currency_code of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The currency_code of this PurchasedEnvelopesInformation. + Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. # noqa: E501 + + :return: The currency_code of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._currency_code @currency_code.setter def currency_code(self, currency_code): - """ - Sets the currency_code of this PurchasedEnvelopesInformation. - Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. + """Sets the currency_code of this PurchasedEnvelopesInformation. - :param currency_code: The currency_code of this PurchasedEnvelopesInformation. + Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. # noqa: E501 + + :param currency_code: The currency_code of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -135,22 +158,22 @@ def currency_code(self, currency_code): @property def platform(self): - """ - Gets the platform of this PurchasedEnvelopesInformation. - The Platform of the client application + """Gets the platform of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The platform of this PurchasedEnvelopesInformation. + The Platform of the client application # noqa: E501 + + :return: The platform of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._platform @platform.setter def platform(self, platform): - """ - Sets the platform of this PurchasedEnvelopesInformation. - The Platform of the client application + """Sets the platform of this PurchasedEnvelopesInformation. - :param platform: The platform of this PurchasedEnvelopesInformation. + The Platform of the client application # noqa: E501 + + :param platform: The platform of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def platform(self, platform): @property def product_id(self): - """ - Gets the product_id of this PurchasedEnvelopesInformation. - The Product ID from the AppStore. + """Gets the product_id of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The product_id of this PurchasedEnvelopesInformation. + The Product ID from the AppStore. # noqa: E501 + + :return: The product_id of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._product_id @product_id.setter def product_id(self, product_id): - """ - Sets the product_id of this PurchasedEnvelopesInformation. - The Product ID from the AppStore. + """Sets the product_id of this PurchasedEnvelopesInformation. - :param product_id: The product_id of this PurchasedEnvelopesInformation. + The Product ID from the AppStore. # noqa: E501 + + :param product_id: The product_id of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -181,22 +204,22 @@ def product_id(self, product_id): @property def quantity(self): - """ - Gets the quantity of this PurchasedEnvelopesInformation. - The quantity of envelopes to add to the account. + """Gets the quantity of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The quantity of this PurchasedEnvelopesInformation. + The quantity of envelopes to add to the account. # noqa: E501 + + :return: The quantity of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._quantity @quantity.setter def quantity(self, quantity): - """ - Sets the quantity of this PurchasedEnvelopesInformation. - The quantity of envelopes to add to the account. + """Sets the quantity of this PurchasedEnvelopesInformation. - :param quantity: The quantity of this PurchasedEnvelopesInformation. + The quantity of envelopes to add to the account. # noqa: E501 + + :param quantity: The quantity of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -204,22 +227,22 @@ def quantity(self, quantity): @property def receipt_data(self): - """ - Gets the receipt_data of this PurchasedEnvelopesInformation. - The encrypted Base64 encoded receipt data. + """Gets the receipt_data of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The receipt_data of this PurchasedEnvelopesInformation. + The encrypted Base64 encoded receipt data. # noqa: E501 + + :return: The receipt_data of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._receipt_data @receipt_data.setter def receipt_data(self, receipt_data): - """ - Sets the receipt_data of this PurchasedEnvelopesInformation. - The encrypted Base64 encoded receipt data. + """Sets the receipt_data of this PurchasedEnvelopesInformation. - :param receipt_data: The receipt_data of this PurchasedEnvelopesInformation. + The encrypted Base64 encoded receipt data. # noqa: E501 + + :param receipt_data: The receipt_data of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -227,22 +250,22 @@ def receipt_data(self, receipt_data): @property def store_name(self): - """ - Gets the store_name of this PurchasedEnvelopesInformation. - The name of the AppStore. + """Gets the store_name of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The store_name of this PurchasedEnvelopesInformation. + The name of the AppStore. # noqa: E501 + + :return: The store_name of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._store_name @store_name.setter def store_name(self, store_name): - """ - Sets the store_name of this PurchasedEnvelopesInformation. - The name of the AppStore. + """Sets the store_name of this PurchasedEnvelopesInformation. - :param store_name: The store_name of this PurchasedEnvelopesInformation. + The name of the AppStore. # noqa: E501 + + :param store_name: The store_name of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ @@ -250,34 +273,32 @@ def store_name(self, store_name): @property def transaction_id(self): - """ - Gets the transaction_id of this PurchasedEnvelopesInformation. - Specifies the Transaction ID from the AppStore. + """Gets the transaction_id of this PurchasedEnvelopesInformation. # noqa: E501 - :return: The transaction_id of this PurchasedEnvelopesInformation. + Specifies the Transaction ID from the AppStore. # noqa: E501 + + :return: The transaction_id of this PurchasedEnvelopesInformation. # noqa: E501 :rtype: str """ return self._transaction_id @transaction_id.setter def transaction_id(self, transaction_id): - """ - Sets the transaction_id of this PurchasedEnvelopesInformation. - Specifies the Transaction ID from the AppStore. + """Sets the transaction_id of this PurchasedEnvelopesInformation. - :param transaction_id: The transaction_id of this PurchasedEnvelopesInformation. + Specifies the Transaction ID from the AppStore. # noqa: E501 + + :param transaction_id: The transaction_id of this PurchasedEnvelopesInformation. # noqa: E501 :type: str """ self._transaction_id = transaction_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -294,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(PurchasedEnvelopesInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, PurchasedEnvelopesInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/radio.py b/docusign_esign/models/radio.py index dd248cf3..ad370da3 100644 --- a/docusign_esign/models/radio.py +++ b/docusign_esign/models/radio.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,209 +11,320 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Radio(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, italic=None, italic_metadata=None, locked=None, locked_metadata=None, page_number=None, page_number_metadata=None, required=None, required_metadata=None, selected=None, selected_metadata=None, status=None, status_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Radio - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'selected': 'str', - 'selected_metadata': 'PropertyMetadata', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'selected': 'selected', - 'selected_metadata': 'selectedMetadata', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._required = required - self._required_metadata = required_metadata - self._selected = selected - self._selected_metadata = selected_metadata - self._status = status - self._status_metadata = status_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'selected': 'str', + 'selected_metadata': 'PropertyMetadata', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'selected': 'selected', + 'selected_metadata': 'selectedMetadata', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, italic=None, italic_metadata=None, locked=None, locked_metadata=None, page_number=None, page_number_metadata=None, required=None, required_metadata=None, selected=None, selected_metadata=None, status=None, status_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Radio - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._italic = None + self._italic_metadata = None + self._locked = None + self._locked_metadata = None + self._page_number = None + self._page_number_metadata = None + self._required = None + self._required_metadata = None + self._selected = None + self._selected_metadata = None + self._status = None + self._status_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if selected is not None: + self.selected = selected + if selected_metadata is not None: + self.selected_metadata = selected_metadata + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Radio. - + """Gets the anchor_allow_white_space_in_characters of this Radio. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Radio. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Radio. - + """Sets the anchor_allow_white_space_in_characters of this Radio. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Radio. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Radio. # noqa: E501 :type: str """ @@ -221,20 +332,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Radio. + """Gets the anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this Radio. + + :return: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Radio. + """Sets the anchor_allow_white_space_in_characters_metadata of this Radio. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Radio. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -242,22 +353,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Radio. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Radio. # noqa: E501 - :return: The anchor_case_sensitive of this Radio. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Radio. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Radio. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Radio. - :param anchor_case_sensitive: The anchor_case_sensitive of this Radio. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this Radio. # noqa: E501 :type: str """ @@ -265,20 +376,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Radio. + """Gets the anchor_case_sensitive_metadata of this Radio. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this Radio. + + :return: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Radio. + """Sets the anchor_case_sensitive_metadata of this Radio. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Radio. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -286,22 +397,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Radio. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Radio. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Radio. + :return: The anchor_horizontal_alignment of this Radio. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Radio. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Radio. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Radio. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Radio. # noqa: E501 :type: str """ @@ -309,20 +420,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Radio. + """Gets the anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Radio. + :return: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Radio. + """Sets the anchor_horizontal_alignment_metadata of this Radio. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Radio. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -330,22 +441,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Radio. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Radio. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Radio. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Radio. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Radio. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Radio. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Radio. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Radio. # noqa: E501 :type: str """ @@ -353,20 +464,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Radio. + """Gets the anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this Radio. + + :return: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Radio. + """Sets the anchor_ignore_if_not_present_metadata of this Radio. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Radio. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -374,22 +485,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Radio. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Radio. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Radio. + :return: The anchor_match_whole_word of this Radio. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Radio. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Radio. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Radio. + :param anchor_match_whole_word: The anchor_match_whole_word of this Radio. # noqa: E501 :type: str """ @@ -397,20 +508,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Radio. + """Gets the anchor_match_whole_word_metadata of this Radio. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Radio. + :return: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Radio. + """Sets the anchor_match_whole_word_metadata of this Radio. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Radio. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -418,22 +529,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Radio. - Anchor text information for a radio button. + """Gets the anchor_string of this Radio. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Radio. + :return: The anchor_string of this Radio. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Radio. - Anchor text information for a radio button. + """Sets the anchor_string of this Radio. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Radio. + :param anchor_string: The anchor_string of this Radio. # noqa: E501 :type: str """ @@ -441,20 +552,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Radio. + """Gets the anchor_string_metadata of this Radio. # noqa: E501 + - :return: The anchor_string_metadata of this Radio. + :return: The anchor_string_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Radio. + """Sets the anchor_string_metadata of this Radio. + - :param anchor_string_metadata: The anchor_string_metadata of this Radio. + :param anchor_string_metadata: The anchor_string_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -462,22 +573,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Radio. - + """Gets the anchor_tab_processor_version of this Radio. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Radio. + :return: The anchor_tab_processor_version of this Radio. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Radio. - + """Sets the anchor_tab_processor_version of this Radio. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Radio. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Radio. # noqa: E501 :type: str """ @@ -485,20 +596,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Radio. + """Gets the anchor_tab_processor_version_metadata of this Radio. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this Radio. + + :return: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Radio. + """Sets the anchor_tab_processor_version_metadata of this Radio. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Radio. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -506,22 +617,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Radio. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Radio. # noqa: E501 - :return: The anchor_units of this Radio. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Radio. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Radio. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Radio. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Radio. + :param anchor_units: The anchor_units of this Radio. # noqa: E501 :type: str """ @@ -529,20 +640,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Radio. + """Gets the anchor_units_metadata of this Radio. # noqa: E501 + - :return: The anchor_units_metadata of this Radio. + :return: The anchor_units_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Radio. + """Sets the anchor_units_metadata of this Radio. + - :param anchor_units_metadata: The anchor_units_metadata of this Radio. + :param anchor_units_metadata: The anchor_units_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -550,22 +661,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Radio. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Radio. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Radio. + :return: The anchor_x_offset of this Radio. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Radio. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Radio. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Radio. + :param anchor_x_offset: The anchor_x_offset of this Radio. # noqa: E501 :type: str """ @@ -573,20 +684,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Radio. + """Gets the anchor_x_offset_metadata of this Radio. # noqa: E501 - :return: The anchor_x_offset_metadata of this Radio. + + :return: The anchor_x_offset_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Radio. + """Sets the anchor_x_offset_metadata of this Radio. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Radio. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -594,22 +705,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Radio. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Radio. # noqa: E501 - :return: The anchor_y_offset of this Radio. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this Radio. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Radio. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Radio. - :param anchor_y_offset: The anchor_y_offset of this Radio. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Radio. # noqa: E501 :type: str """ @@ -617,20 +728,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Radio. + """Gets the anchor_y_offset_metadata of this Radio. # noqa: E501 - :return: The anchor_y_offset_metadata of this Radio. + + :return: The anchor_y_offset_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Radio. + """Sets the anchor_y_offset_metadata of this Radio. - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Radio. + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -638,22 +749,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Radio. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Radio. # noqa: E501 - :return: The bold of this Radio. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :return: The bold of this Radio. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Radio. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Radio. - :param bold: The bold of this Radio. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this Radio. # noqa: E501 :type: str """ @@ -661,20 +772,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Radio. + """Gets the bold_metadata of this Radio. # noqa: E501 + - :return: The bold_metadata of this Radio. + :return: The bold_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Radio. + """Sets the bold_metadata of this Radio. + - :param bold_metadata: The bold_metadata of this Radio. + :param bold_metadata: The bold_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -682,20 +793,20 @@ def bold_metadata(self, bold_metadata): @property def error_details(self): - """ - Gets the error_details of this Radio. + """Gets the error_details of this Radio. # noqa: E501 + - :return: The error_details of this Radio. + :return: The error_details of this Radio. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Radio. + """Sets the error_details of this Radio. + - :param error_details: The error_details of this Radio. + :param error_details: The error_details of this Radio. # noqa: E501 :type: ErrorDetails """ @@ -703,22 +814,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Radio. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Radio. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Radio. + :return: The font of this Radio. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Radio. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Radio. - :param font: The font of this Radio. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Radio. # noqa: E501 :type: str """ @@ -726,22 +837,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Radio. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Radio. # noqa: E501 - :return: The font_color of this Radio. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this Radio. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Radio. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Radio. - :param font_color: The font_color of this Radio. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this Radio. # noqa: E501 :type: str """ @@ -749,20 +860,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Radio. + """Gets the font_color_metadata of this Radio. # noqa: E501 - :return: The font_color_metadata of this Radio. + + :return: The font_color_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Radio. + """Sets the font_color_metadata of this Radio. + - :param font_color_metadata: The font_color_metadata of this Radio. + :param font_color_metadata: The font_color_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -770,20 +881,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Radio. + """Gets the font_metadata of this Radio. # noqa: E501 + - :return: The font_metadata of this Radio. + :return: The font_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Radio. + """Sets the font_metadata of this Radio. + - :param font_metadata: The font_metadata of this Radio. + :param font_metadata: The font_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -791,22 +902,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Radio. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Radio. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Radio. + :return: The font_size of this Radio. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Radio. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Radio. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Radio. + :param font_size: The font_size of this Radio. # noqa: E501 :type: str """ @@ -814,20 +925,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Radio. + """Gets the font_size_metadata of this Radio. # noqa: E501 + - :return: The font_size_metadata of this Radio. + :return: The font_size_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Radio. + """Sets the font_size_metadata of this Radio. + - :param font_size_metadata: The font_size_metadata of this Radio. + :param font_size_metadata: The font_size_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -835,22 +946,22 @@ def font_size_metadata(self, font_size_metadata): @property def italic(self): - """ - Gets the italic of this Radio. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Radio. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this Radio. + :return: The italic of this Radio. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Radio. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Radio. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Radio. + :param italic: The italic of this Radio. # noqa: E501 :type: str """ @@ -858,20 +969,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Radio. + """Gets the italic_metadata of this Radio. # noqa: E501 - :return: The italic_metadata of this Radio. + + :return: The italic_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Radio. + """Sets the italic_metadata of this Radio. - :param italic_metadata: The italic_metadata of this Radio. + + :param italic_metadata: The italic_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -879,22 +990,22 @@ def italic_metadata(self, italic_metadata): @property def locked(self): - """ - Gets the locked of this Radio. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Radio. # noqa: E501 - :return: The locked of this Radio. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Radio. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Radio. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Radio. - :param locked: The locked of this Radio. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Radio. # noqa: E501 :type: str """ @@ -902,20 +1013,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Radio. + """Gets the locked_metadata of this Radio. # noqa: E501 + - :return: The locked_metadata of this Radio. + :return: The locked_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Radio. + """Sets the locked_metadata of this Radio. + - :param locked_metadata: The locked_metadata of this Radio. + :param locked_metadata: The locked_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -923,22 +1034,22 @@ def locked_metadata(self, locked_metadata): @property def page_number(self): - """ - Gets the page_number of this Radio. - Specifies the page number on which the tab is located. + """Gets the page_number of this Radio. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Radio. + :return: The page_number of this Radio. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Radio. - Specifies the page number on which the tab is located. + """Sets the page_number of this Radio. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this Radio. + :param page_number: The page_number of this Radio. # noqa: E501 :type: str """ @@ -946,20 +1057,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Radio. + """Gets the page_number_metadata of this Radio. # noqa: E501 + - :return: The page_number_metadata of this Radio. + :return: The page_number_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Radio. + """Sets the page_number_metadata of this Radio. - :param page_number_metadata: The page_number_metadata of this Radio. + + :param page_number_metadata: The page_number_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -967,22 +1078,22 @@ def page_number_metadata(self, page_number_metadata): @property def required(self): - """ - Gets the required of this Radio. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Radio. # noqa: E501 - :return: The required of this Radio. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Radio. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Radio. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Radio. - :param required: The required of this Radio. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Radio. # noqa: E501 :type: str """ @@ -990,20 +1101,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Radio. + """Gets the required_metadata of this Radio. # noqa: E501 - :return: The required_metadata of this Radio. + + :return: The required_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Radio. + """Sets the required_metadata of this Radio. - :param required_metadata: The required_metadata of this Radio. + + :param required_metadata: The required_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1011,22 +1122,22 @@ def required_metadata(self, required_metadata): @property def selected(self): - """ - Gets the selected of this Radio. - When set to **true**, the radio button is selected. + """Gets the selected of this Radio. # noqa: E501 - :return: The selected of this Radio. + When set to **true**, the radio button is selected. # noqa: E501 + + :return: The selected of this Radio. # noqa: E501 :rtype: str """ return self._selected @selected.setter def selected(self, selected): - """ - Sets the selected of this Radio. - When set to **true**, the radio button is selected. + """Sets the selected of this Radio. - :param selected: The selected of this Radio. + When set to **true**, the radio button is selected. # noqa: E501 + + :param selected: The selected of this Radio. # noqa: E501 :type: str """ @@ -1034,20 +1145,20 @@ def selected(self, selected): @property def selected_metadata(self): - """ - Gets the selected_metadata of this Radio. + """Gets the selected_metadata of this Radio. # noqa: E501 - :return: The selected_metadata of this Radio. + + :return: The selected_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._selected_metadata @selected_metadata.setter def selected_metadata(self, selected_metadata): - """ - Sets the selected_metadata of this Radio. + """Sets the selected_metadata of this Radio. + - :param selected_metadata: The selected_metadata of this Radio. + :param selected_metadata: The selected_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1055,22 +1166,22 @@ def selected_metadata(self, selected_metadata): @property def status(self): - """ - Gets the status of this Radio. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Radio. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Radio. + :return: The status of this Radio. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Radio. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Radio. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Radio. + :param status: The status of this Radio. # noqa: E501 :type: str """ @@ -1078,20 +1189,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Radio. + """Gets the status_metadata of this Radio. # noqa: E501 + - :return: The status_metadata of this Radio. + :return: The status_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Radio. + """Sets the status_metadata of this Radio. + - :param status_metadata: The status_metadata of this Radio. + :param status_metadata: The status_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1099,22 +1210,22 @@ def status_metadata(self, status_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Radio. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Radio. # noqa: E501 - :return: The tab_id of this Radio. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Radio. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Radio. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Radio. - :param tab_id: The tab_id of this Radio. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Radio. # noqa: E501 :type: str """ @@ -1122,20 +1233,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Radio. + """Gets the tab_id_metadata of this Radio. # noqa: E501 - :return: The tab_id_metadata of this Radio. + + :return: The tab_id_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Radio. + """Sets the tab_id_metadata of this Radio. - :param tab_id_metadata: The tab_id_metadata of this Radio. + + :param tab_id_metadata: The tab_id_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1143,22 +1254,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Radio. - + """Gets the tab_order of this Radio. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this Radio. + :return: The tab_order of this Radio. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Radio. - + """Sets the tab_order of this Radio. + + # noqa: E501 - :param tab_order: The tab_order of this Radio. + :param tab_order: The tab_order of this Radio. # noqa: E501 :type: str """ @@ -1166,20 +1277,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Radio. + """Gets the tab_order_metadata of this Radio. # noqa: E501 + - :return: The tab_order_metadata of this Radio. + :return: The tab_order_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Radio. + """Sets the tab_order_metadata of this Radio. + - :param tab_order_metadata: The tab_order_metadata of this Radio. + :param tab_order_metadata: The tab_order_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1187,22 +1298,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def underline(self): - """ - Gets the underline of this Radio. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Radio. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Radio. + :return: The underline of this Radio. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Radio. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Radio. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Radio. + :param underline: The underline of this Radio. # noqa: E501 :type: str """ @@ -1210,20 +1321,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Radio. + """Gets the underline_metadata of this Radio. # noqa: E501 + - :return: The underline_metadata of this Radio. + :return: The underline_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Radio. + """Sets the underline_metadata of this Radio. + - :param underline_metadata: The underline_metadata of this Radio. + :param underline_metadata: The underline_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1231,22 +1342,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this Radio. - Specifies the value of the tab. + """Gets the value of this Radio. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this Radio. + :return: The value of this Radio. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Radio. - Specifies the value of the tab. + """Sets the value of this Radio. - :param value: The value of this Radio. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Radio. # noqa: E501 :type: str """ @@ -1254,20 +1365,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Radio. + """Gets the value_metadata of this Radio. # noqa: E501 - :return: The value_metadata of this Radio. + + :return: The value_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Radio. + """Sets the value_metadata of this Radio. - :param value_metadata: The value_metadata of this Radio. + + :param value_metadata: The value_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1275,22 +1386,22 @@ def value_metadata(self, value_metadata): @property def x_position(self): - """ - Gets the x_position of this Radio. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Radio. # noqa: E501 - :return: The x_position of this Radio. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Radio. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Radio. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Radio. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Radio. + :param x_position: The x_position of this Radio. # noqa: E501 :type: str """ @@ -1298,20 +1409,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Radio. + """Gets the x_position_metadata of this Radio. # noqa: E501 + - :return: The x_position_metadata of this Radio. + :return: The x_position_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Radio. + """Sets the x_position_metadata of this Radio. + - :param x_position_metadata: The x_position_metadata of this Radio. + :param x_position_metadata: The x_position_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ @@ -1319,22 +1430,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Radio. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Radio. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Radio. + :return: The y_position of this Radio. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Radio. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Radio. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Radio. + :param y_position: The y_position of this Radio. # noqa: E501 :type: str """ @@ -1342,32 +1453,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Radio. + """Gets the y_position_metadata of this Radio. # noqa: E501 - :return: The y_position_metadata of this Radio. + + :return: The y_position_metadata of this Radio. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Radio. + """Sets the y_position_metadata of this Radio. - :param y_position_metadata: The y_position_metadata of this Radio. + + :param y_position_metadata: The y_position_metadata of this Radio. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1384,29 +1493,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Radio, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Radio): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/radio_group.py b/docusign_esign/models/radio_group.py index d595e372..809001b0 100644 --- a/docusign_esign/models/radio_group.py +++ b/docusign_esign/models/radio_group.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,131 +11,190 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RadioGroup(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, document_id=None, document_id_metadata=None, group_name=None, group_name_metadata=None, radios=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, shared=None, shared_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tooltip_metadata=None): - """ - RadioGroup - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'group_name': 'str', - 'group_name_metadata': 'PropertyMetadata', - 'radios': 'list[Radio]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tooltip_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'group_name': 'groupName', - 'group_name_metadata': 'groupNameMetadata', - 'radios': 'radios', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tooltip_metadata': 'tooltipMetadata' - } - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._group_name = group_name - self._group_name_metadata = group_name_metadata - self._radios = radios - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tooltip_metadata = tooltip_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'group_name': 'str', + 'group_name_metadata': 'PropertyMetadata', + 'radios': 'list[Radio]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tooltip_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'group_name': 'groupName', + 'group_name_metadata': 'groupNameMetadata', + 'radios': 'radios', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tooltip_metadata': 'tooltipMetadata' + } + + def __init__(self, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, document_id=None, document_id_metadata=None, group_name=None, group_name_metadata=None, radios=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, shared=None, shared_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tooltip_metadata=None): # noqa: E501 + """RadioGroup - a model defined in Swagger""" # noqa: E501 + + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._document_id = None + self._document_id_metadata = None + self._group_name = None + self._group_name_metadata = None + self._radios = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._shared = None + self._shared_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tooltip_metadata = None + self.discriminator = None + + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if group_name is not None: + self.group_name = group_name + if group_name_metadata is not None: + self.group_name_metadata = group_name_metadata + if radios is not None: + self.radios = radios + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tooltip_metadata is not None: + self.tooltip_metadata = tooltip_metadata @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this RadioGroup. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this RadioGroup. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this RadioGroup. + :return: The conditional_parent_label of this RadioGroup. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this RadioGroup. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this RadioGroup. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this RadioGroup. + :param conditional_parent_label: The conditional_parent_label of this RadioGroup. # noqa: E501 :type: str """ @@ -143,20 +202,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this RadioGroup. + """Gets the conditional_parent_label_metadata of this RadioGroup. # noqa: E501 + - :return: The conditional_parent_label_metadata of this RadioGroup. + :return: The conditional_parent_label_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this RadioGroup. + """Sets the conditional_parent_label_metadata of this RadioGroup. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this RadioGroup. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -164,22 +223,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this RadioGroup. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this RadioGroup. # noqa: E501 - :return: The conditional_parent_value of this RadioGroup. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this RadioGroup. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this RadioGroup. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this RadioGroup. - :param conditional_parent_value: The conditional_parent_value of this RadioGroup. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this RadioGroup. # noqa: E501 :type: str """ @@ -187,20 +246,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this RadioGroup. + """Gets the conditional_parent_value_metadata of this RadioGroup. # noqa: E501 + - :return: The conditional_parent_value_metadata of this RadioGroup. + :return: The conditional_parent_value_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this RadioGroup. + """Sets the conditional_parent_value_metadata of this RadioGroup. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this RadioGroup. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -208,22 +267,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def document_id(self): - """ - Gets the document_id of this RadioGroup. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this RadioGroup. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this RadioGroup. + :return: The document_id of this RadioGroup. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this RadioGroup. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this RadioGroup. - :param document_id: The document_id of this RadioGroup. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this RadioGroup. # noqa: E501 :type: str """ @@ -231,20 +290,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this RadioGroup. + """Gets the document_id_metadata of this RadioGroup. # noqa: E501 - :return: The document_id_metadata of this RadioGroup. + + :return: The document_id_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this RadioGroup. + """Sets the document_id_metadata of this RadioGroup. - :param document_id_metadata: The document_id_metadata of this RadioGroup. + + :param document_id_metadata: The document_id_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -252,22 +311,22 @@ def document_id_metadata(self, document_id_metadata): @property def group_name(self): - """ - Gets the group_name of this RadioGroup. - The name of the group. + """Gets the group_name of this RadioGroup. # noqa: E501 - :return: The group_name of this RadioGroup. + The name of the group. # noqa: E501 + + :return: The group_name of this RadioGroup. # noqa: E501 :rtype: str """ return self._group_name @group_name.setter def group_name(self, group_name): - """ - Sets the group_name of this RadioGroup. - The name of the group. + """Sets the group_name of this RadioGroup. + + The name of the group. # noqa: E501 - :param group_name: The group_name of this RadioGroup. + :param group_name: The group_name of this RadioGroup. # noqa: E501 :type: str """ @@ -275,20 +334,20 @@ def group_name(self, group_name): @property def group_name_metadata(self): - """ - Gets the group_name_metadata of this RadioGroup. + """Gets the group_name_metadata of this RadioGroup. # noqa: E501 + - :return: The group_name_metadata of this RadioGroup. + :return: The group_name_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._group_name_metadata @group_name_metadata.setter def group_name_metadata(self, group_name_metadata): - """ - Sets the group_name_metadata of this RadioGroup. + """Sets the group_name_metadata of this RadioGroup. + - :param group_name_metadata: The group_name_metadata of this RadioGroup. + :param group_name_metadata: The group_name_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -296,22 +355,22 @@ def group_name_metadata(self, group_name_metadata): @property def radios(self): - """ - Gets the radios of this RadioGroup. - Specifies the locations and status for radio buttons that are grouped together. + """Gets the radios of this RadioGroup. # noqa: E501 - :return: The radios of this RadioGroup. + Specifies the locations and status for radio buttons that are grouped together. # noqa: E501 + + :return: The radios of this RadioGroup. # noqa: E501 :rtype: list[Radio] """ return self._radios @radios.setter def radios(self, radios): - """ - Sets the radios of this RadioGroup. - Specifies the locations and status for radio buttons that are grouped together. + """Sets the radios of this RadioGroup. - :param radios: The radios of this RadioGroup. + Specifies the locations and status for radio buttons that are grouped together. # noqa: E501 + + :param radios: The radios of this RadioGroup. # noqa: E501 :type: list[Radio] """ @@ -319,22 +378,22 @@ def radios(self, radios): @property def recipient_id(self): - """ - Gets the recipient_id of this RadioGroup. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this RadioGroup. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this RadioGroup. + :return: The recipient_id of this RadioGroup. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this RadioGroup. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this RadioGroup. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this RadioGroup. + :param recipient_id: The recipient_id of this RadioGroup. # noqa: E501 :type: str """ @@ -342,22 +401,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this RadioGroup. - + """Gets the recipient_id_guid of this RadioGroup. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this RadioGroup. + :return: The recipient_id_guid of this RadioGroup. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this RadioGroup. - + """Sets the recipient_id_guid of this RadioGroup. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this RadioGroup. + :param recipient_id_guid: The recipient_id_guid of this RadioGroup. # noqa: E501 :type: str """ @@ -365,20 +424,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this RadioGroup. + """Gets the recipient_id_guid_metadata of this RadioGroup. # noqa: E501 + - :return: The recipient_id_guid_metadata of this RadioGroup. + :return: The recipient_id_guid_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this RadioGroup. + """Sets the recipient_id_guid_metadata of this RadioGroup. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this RadioGroup. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -386,20 +445,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this RadioGroup. + """Gets the recipient_id_metadata of this RadioGroup. # noqa: E501 - :return: The recipient_id_metadata of this RadioGroup. + + :return: The recipient_id_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this RadioGroup. + """Sets the recipient_id_metadata of this RadioGroup. + - :param recipient_id_metadata: The recipient_id_metadata of this RadioGroup. + :param recipient_id_metadata: The recipient_id_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -407,22 +466,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this RadioGroup. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this RadioGroup. # noqa: E501 + + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 - :return: The require_all of this RadioGroup. + :return: The require_all of this RadioGroup. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this RadioGroup. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this RadioGroup. + + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 - :param require_all: The require_all of this RadioGroup. + :param require_all: The require_all of this RadioGroup. # noqa: E501 :type: str """ @@ -430,20 +489,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this RadioGroup. + """Gets the require_all_metadata of this RadioGroup. # noqa: E501 - :return: The require_all_metadata of this RadioGroup. + + :return: The require_all_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this RadioGroup. + """Sets the require_all_metadata of this RadioGroup. - :param require_all_metadata: The require_all_metadata of this RadioGroup. + + :param require_all_metadata: The require_all_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -451,22 +510,22 @@ def require_all_metadata(self, require_all_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this RadioGroup. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this RadioGroup. # noqa: E501 - :return: The require_initial_on_shared_change of this RadioGroup. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this RadioGroup. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this RadioGroup. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this RadioGroup. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this RadioGroup. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this RadioGroup. # noqa: E501 :type: str """ @@ -474,20 +533,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this RadioGroup. + """Gets the require_initial_on_shared_change_metadata of this RadioGroup. # noqa: E501 + - :return: The require_initial_on_shared_change_metadata of this RadioGroup. + :return: The require_initial_on_shared_change_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this RadioGroup. + """Sets the require_initial_on_shared_change_metadata of this RadioGroup. + - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this RadioGroup. + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -495,22 +554,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def shared(self): - """ - Gets the shared of this RadioGroup. - When set to **true**, this custom tab is shared. + """Gets the shared of this RadioGroup. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this RadioGroup. + :return: The shared of this RadioGroup. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this RadioGroup. - When set to **true**, this custom tab is shared. + """Sets the shared of this RadioGroup. - :param shared: The shared of this RadioGroup. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this RadioGroup. # noqa: E501 :type: str """ @@ -518,20 +577,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this RadioGroup. + """Gets the shared_metadata of this RadioGroup. # noqa: E501 - :return: The shared_metadata of this RadioGroup. + + :return: The shared_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this RadioGroup. + """Sets the shared_metadata of this RadioGroup. + - :param shared_metadata: The shared_metadata of this RadioGroup. + :param shared_metadata: The shared_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -539,22 +598,22 @@ def shared_metadata(self, shared_metadata): @property def tab_type(self): - """ - Gets the tab_type of this RadioGroup. - + """Gets the tab_type of this RadioGroup. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this RadioGroup. + :return: The tab_type of this RadioGroup. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this RadioGroup. - + """Sets the tab_type of this RadioGroup. + + # noqa: E501 - :param tab_type: The tab_type of this RadioGroup. + :param tab_type: The tab_type of this RadioGroup. # noqa: E501 :type: str """ @@ -562,20 +621,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this RadioGroup. + """Gets the tab_type_metadata of this RadioGroup. # noqa: E501 + - :return: The tab_type_metadata of this RadioGroup. + :return: The tab_type_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this RadioGroup. + """Sets the tab_type_metadata of this RadioGroup. + - :param tab_type_metadata: The tab_type_metadata of this RadioGroup. + :param tab_type_metadata: The tab_type_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -583,22 +642,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this RadioGroup. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this RadioGroup. # noqa: E501 - :return: The template_locked of this RadioGroup. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this RadioGroup. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this RadioGroup. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this RadioGroup. - :param template_locked: The template_locked of this RadioGroup. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this RadioGroup. # noqa: E501 :type: str """ @@ -606,20 +665,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this RadioGroup. + """Gets the template_locked_metadata of this RadioGroup. # noqa: E501 + - :return: The template_locked_metadata of this RadioGroup. + :return: The template_locked_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this RadioGroup. + """Sets the template_locked_metadata of this RadioGroup. + - :param template_locked_metadata: The template_locked_metadata of this RadioGroup. + :param template_locked_metadata: The template_locked_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -627,22 +686,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this RadioGroup. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this RadioGroup. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this RadioGroup. + :return: The template_required of this RadioGroup. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this RadioGroup. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this RadioGroup. - :param template_required: The template_required of this RadioGroup. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this RadioGroup. # noqa: E501 :type: str """ @@ -650,20 +709,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this RadioGroup. + """Gets the template_required_metadata of this RadioGroup. # noqa: E501 - :return: The template_required_metadata of this RadioGroup. + + :return: The template_required_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this RadioGroup. + """Sets the template_required_metadata of this RadioGroup. - :param template_required_metadata: The template_required_metadata of this RadioGroup. + + :param template_required_metadata: The template_required_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ @@ -671,22 +730,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this RadioGroup. - + """Gets the tooltip of this RadioGroup. # noqa: E501 - :return: The tooltip of this RadioGroup. + # noqa: E501 + + :return: The tooltip of this RadioGroup. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this RadioGroup. - + """Sets the tooltip of this RadioGroup. + + # noqa: E501 - :param tooltip: The tooltip of this RadioGroup. + :param tooltip: The tooltip of this RadioGroup. # noqa: E501 :type: str """ @@ -694,32 +753,30 @@ def tooltip(self, tooltip): @property def tooltip_metadata(self): - """ - Gets the tooltip_metadata of this RadioGroup. + """Gets the tooltip_metadata of this RadioGroup. # noqa: E501 + - :return: The tooltip_metadata of this RadioGroup. + :return: The tooltip_metadata of this RadioGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tooltip_metadata @tooltip_metadata.setter def tooltip_metadata(self, tooltip_metadata): - """ - Sets the tooltip_metadata of this RadioGroup. + """Sets the tooltip_metadata of this RadioGroup. + - :param tooltip_metadata: The tooltip_metadata of this RadioGroup. + :param tooltip_metadata: The tooltip_metadata of this RadioGroup. # noqa: E501 :type: PropertyMetadata """ self._tooltip_metadata = tooltip_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -736,29 +793,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RadioGroup, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RadioGroup): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_additional_notification.py b/docusign_esign/models/recipient_additional_notification.py new file mode 100644 index 00000000..edcdad7b --- /dev/null +++ b/docusign_esign/models/recipient_additional_notification.py @@ -0,0 +1,169 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class RecipientAdditionalNotification(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'phone_number': 'RecipientPhoneNumber', + 'secondary_delivery_method': 'str', + 'secondary_delivery_method_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'phone_number': 'phoneNumber', + 'secondary_delivery_method': 'secondaryDeliveryMethod', + 'secondary_delivery_method_metadata': 'secondaryDeliveryMethodMetadata' + } + + def __init__(self, phone_number=None, secondary_delivery_method=None, secondary_delivery_method_metadata=None): # noqa: E501 + """RecipientAdditionalNotification - a model defined in Swagger""" # noqa: E501 + + self._phone_number = None + self._secondary_delivery_method = None + self._secondary_delivery_method_metadata = None + self.discriminator = None + + if phone_number is not None: + self.phone_number = phone_number + if secondary_delivery_method is not None: + self.secondary_delivery_method = secondary_delivery_method + if secondary_delivery_method_metadata is not None: + self.secondary_delivery_method_metadata = secondary_delivery_method_metadata + + @property + def phone_number(self): + """Gets the phone_number of this RecipientAdditionalNotification. # noqa: E501 + + + :return: The phone_number of this RecipientAdditionalNotification. # noqa: E501 + :rtype: RecipientPhoneNumber + """ + return self._phone_number + + @phone_number.setter + def phone_number(self, phone_number): + """Sets the phone_number of this RecipientAdditionalNotification. + + + :param phone_number: The phone_number of this RecipientAdditionalNotification. # noqa: E501 + :type: RecipientPhoneNumber + """ + + self._phone_number = phone_number + + @property + def secondary_delivery_method(self): + """Gets the secondary_delivery_method of this RecipientAdditionalNotification. # noqa: E501 + + # noqa: E501 + + :return: The secondary_delivery_method of this RecipientAdditionalNotification. # noqa: E501 + :rtype: str + """ + return self._secondary_delivery_method + + @secondary_delivery_method.setter + def secondary_delivery_method(self, secondary_delivery_method): + """Sets the secondary_delivery_method of this RecipientAdditionalNotification. + + # noqa: E501 + + :param secondary_delivery_method: The secondary_delivery_method of this RecipientAdditionalNotification. # noqa: E501 + :type: str + """ + + self._secondary_delivery_method = secondary_delivery_method + + @property + def secondary_delivery_method_metadata(self): + """Gets the secondary_delivery_method_metadata of this RecipientAdditionalNotification. # noqa: E501 + + + :return: The secondary_delivery_method_metadata of this RecipientAdditionalNotification. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._secondary_delivery_method_metadata + + @secondary_delivery_method_metadata.setter + def secondary_delivery_method_metadata(self, secondary_delivery_method_metadata): + """Sets the secondary_delivery_method_metadata of this RecipientAdditionalNotification. + + + :param secondary_delivery_method_metadata: The secondary_delivery_method_metadata of this RecipientAdditionalNotification. # noqa: E501 + :type: PropertyMetadata + """ + + self._secondary_delivery_method_metadata = secondary_delivery_method_metadata + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(RecipientAdditionalNotification, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, RecipientAdditionalNotification): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/docusign_esign/models/recipient_attachment.py b/docusign_esign/models/recipient_attachment.py index 4fa91f6c..4fd3a23c 100644 --- a/docusign_esign/models/recipient_attachment.py +++ b/docusign_esign/models/recipient_attachment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientAttachment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, attachment_id=None, attachment_type=None, data=None, label=None, name=None, remote_url=None): - """ - RecipientAttachment - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'attachment_id': 'str', - 'attachment_type': 'str', - 'data': 'str', - 'label': 'str', - 'name': 'str', - 'remote_url': 'str' - } - - self.attribute_map = { - 'attachment_id': 'attachmentId', - 'attachment_type': 'attachmentType', - 'data': 'data', - 'label': 'label', - 'name': 'name', - 'remote_url': 'remoteUrl' - } - - self._attachment_id = attachment_id - self._attachment_type = attachment_type - self._data = data - self._label = label - self._name = name - self._remote_url = remote_url + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'attachment_id': 'str', + 'attachment_type': 'str', + 'data': 'str', + 'label': 'str', + 'name': 'str', + 'remote_url': 'str' + } + + attribute_map = { + 'attachment_id': 'attachmentId', + 'attachment_type': 'attachmentType', + 'data': 'data', + 'label': 'label', + 'name': 'name', + 'remote_url': 'remoteUrl' + } + + def __init__(self, attachment_id=None, attachment_type=None, data=None, label=None, name=None, remote_url=None): # noqa: E501 + """RecipientAttachment - a model defined in Swagger""" # noqa: E501 + + self._attachment_id = None + self._attachment_type = None + self._data = None + self._label = None + self._name = None + self._remote_url = None + self.discriminator = None + + if attachment_id is not None: + self.attachment_id = attachment_id + if attachment_type is not None: + self.attachment_type = attachment_type + if data is not None: + self.data = data + if label is not None: + self.label = label + if name is not None: + self.name = name + if remote_url is not None: + self.remote_url = remote_url @property def attachment_id(self): - """ - Gets the attachment_id of this RecipientAttachment. - + """Gets the attachment_id of this RecipientAttachment. # noqa: E501 + + # noqa: E501 - :return: The attachment_id of this RecipientAttachment. + :return: The attachment_id of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._attachment_id @attachment_id.setter def attachment_id(self, attachment_id): - """ - Sets the attachment_id of this RecipientAttachment. - + """Sets the attachment_id of this RecipientAttachment. + + # noqa: E501 - :param attachment_id: The attachment_id of this RecipientAttachment. + :param attachment_id: The attachment_id of this RecipientAttachment. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def attachment_id(self, attachment_id): @property def attachment_type(self): - """ - Gets the attachment_type of this RecipientAttachment. - + """Gets the attachment_type of this RecipientAttachment. # noqa: E501 - :return: The attachment_type of this RecipientAttachment. + # noqa: E501 + + :return: The attachment_type of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._attachment_type @attachment_type.setter def attachment_type(self, attachment_type): - """ - Sets the attachment_type of this RecipientAttachment. - + """Sets the attachment_type of this RecipientAttachment. + + # noqa: E501 - :param attachment_type: The attachment_type of this RecipientAttachment. + :param attachment_type: The attachment_type of this RecipientAttachment. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def attachment_type(self, attachment_type): @property def data(self): - """ - Gets the data of this RecipientAttachment. - + """Gets the data of this RecipientAttachment. # noqa: E501 + + # noqa: E501 - :return: The data of this RecipientAttachment. + :return: The data of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._data @data.setter def data(self, data): - """ - Sets the data of this RecipientAttachment. - + """Sets the data of this RecipientAttachment. - :param data: The data of this RecipientAttachment. + # noqa: E501 + + :param data: The data of this RecipientAttachment. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def data(self, data): @property def label(self): - """ - Gets the label of this RecipientAttachment. - + """Gets the label of this RecipientAttachment. # noqa: E501 + + # noqa: E501 - :return: The label of this RecipientAttachment. + :return: The label of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._label @label.setter def label(self, label): - """ - Sets the label of this RecipientAttachment. - + """Sets the label of this RecipientAttachment. + + # noqa: E501 - :param label: The label of this RecipientAttachment. + :param label: The label of this RecipientAttachment. # noqa: E501 :type: str """ @@ -149,22 +166,22 @@ def label(self, label): @property def name(self): - """ - Gets the name of this RecipientAttachment. - + """Gets the name of this RecipientAttachment. # noqa: E501 - :return: The name of this RecipientAttachment. + # noqa: E501 + + :return: The name of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this RecipientAttachment. - + """Sets the name of this RecipientAttachment. + + # noqa: E501 - :param name: The name of this RecipientAttachment. + :param name: The name of this RecipientAttachment. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def name(self, name): @property def remote_url(self): - """ - Gets the remote_url of this RecipientAttachment. - + """Gets the remote_url of this RecipientAttachment. # noqa: E501 + + # noqa: E501 - :return: The remote_url of this RecipientAttachment. + :return: The remote_url of this RecipientAttachment. # noqa: E501 :rtype: str """ return self._remote_url @remote_url.setter def remote_url(self, remote_url): - """ - Sets the remote_url of this RecipientAttachment. - + """Sets the remote_url of this RecipientAttachment. - :param remote_url: The remote_url of this RecipientAttachment. + # noqa: E501 + + :param remote_url: The remote_url of this RecipientAttachment. # noqa: E501 :type: str """ self._remote_url = remote_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientAttachment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientAttachment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_domain.py b/docusign_esign/models/recipient_domain.py index 955cb863..77269e87 100644 --- a/docusign_esign/models/recipient_domain.py +++ b/docusign_esign/models/recipient_domain.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientDomain(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, active=None, domain_code=None, domain_name=None, recipient_domain_id=None): - """ - RecipientDomain - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'active': 'str', - 'domain_code': 'str', - 'domain_name': 'str', - 'recipient_domain_id': 'str' - } - - self.attribute_map = { - 'active': 'active', - 'domain_code': 'domainCode', - 'domain_name': 'domainName', - 'recipient_domain_id': 'recipientDomainId' - } - self._active = active - self._domain_code = domain_code - self._domain_name = domain_name - self._recipient_domain_id = recipient_domain_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'active': 'str', + 'domain_code': 'str', + 'domain_name': 'str', + 'recipient_domain_id': 'str' + } + + attribute_map = { + 'active': 'active', + 'domain_code': 'domainCode', + 'domain_name': 'domainName', + 'recipient_domain_id': 'recipientDomainId' + } + + def __init__(self, active=None, domain_code=None, domain_name=None, recipient_domain_id=None): # noqa: E501 + """RecipientDomain - a model defined in Swagger""" # noqa: E501 + + self._active = None + self._domain_code = None + self._domain_name = None + self._recipient_domain_id = None + self.discriminator = None + + if active is not None: + self.active = active + if domain_code is not None: + self.domain_code = domain_code + if domain_name is not None: + self.domain_name = domain_name + if recipient_domain_id is not None: + self.recipient_domain_id = recipient_domain_id @property def active(self): - """ - Gets the active of this RecipientDomain. - + """Gets the active of this RecipientDomain. # noqa: E501 - :return: The active of this RecipientDomain. + # noqa: E501 + + :return: The active of this RecipientDomain. # noqa: E501 :rtype: str """ return self._active @active.setter def active(self, active): - """ - Sets the active of this RecipientDomain. - + """Sets the active of this RecipientDomain. - :param active: The active of this RecipientDomain. + # noqa: E501 + + :param active: The active of this RecipientDomain. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def active(self, active): @property def domain_code(self): - """ - Gets the domain_code of this RecipientDomain. - + """Gets the domain_code of this RecipientDomain. # noqa: E501 + + # noqa: E501 - :return: The domain_code of this RecipientDomain. + :return: The domain_code of this RecipientDomain. # noqa: E501 :rtype: str """ return self._domain_code @domain_code.setter def domain_code(self, domain_code): - """ - Sets the domain_code of this RecipientDomain. - + """Sets the domain_code of this RecipientDomain. + + # noqa: E501 - :param domain_code: The domain_code of this RecipientDomain. + :param domain_code: The domain_code of this RecipientDomain. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def domain_code(self, domain_code): @property def domain_name(self): - """ - Gets the domain_name of this RecipientDomain. - + """Gets the domain_name of this RecipientDomain. # noqa: E501 + + # noqa: E501 - :return: The domain_name of this RecipientDomain. + :return: The domain_name of this RecipientDomain. # noqa: E501 :rtype: str """ return self._domain_name @domain_name.setter def domain_name(self, domain_name): - """ - Sets the domain_name of this RecipientDomain. - + """Sets the domain_name of this RecipientDomain. - :param domain_name: The domain_name of this RecipientDomain. + # noqa: E501 + + :param domain_name: The domain_name of this RecipientDomain. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def domain_name(self, domain_name): @property def recipient_domain_id(self): - """ - Gets the recipient_domain_id of this RecipientDomain. - + """Gets the recipient_domain_id of this RecipientDomain. # noqa: E501 - :return: The recipient_domain_id of this RecipientDomain. + # noqa: E501 + + :return: The recipient_domain_id of this RecipientDomain. # noqa: E501 :rtype: str """ return self._recipient_domain_id @recipient_domain_id.setter def recipient_domain_id(self, recipient_domain_id): - """ - Sets the recipient_domain_id of this RecipientDomain. - + """Sets the recipient_domain_id of this RecipientDomain. + + # noqa: E501 - :param recipient_domain_id: The recipient_domain_id of this RecipientDomain. + :param recipient_domain_id: The recipient_domain_id of this RecipientDomain. # noqa: E501 :type: str """ self._recipient_domain_id = recipient_domain_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientDomain, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientDomain): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_email_notification.py b/docusign_esign/models/recipient_email_notification.py index 5bf67178..415674fb 100644 --- a/docusign_esign/models/recipient_email_notification.py +++ b/docusign_esign/models/recipient_email_notification.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientEmailNotification(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email_body=None, email_body_metadata=None, email_subject=None, email_subject_metadata=None, supported_language=None, supported_language_metadata=None): - """ - RecipientEmailNotification - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email_body': 'str', - 'email_body_metadata': 'PropertyMetadata', - 'email_subject': 'str', - 'email_subject_metadata': 'PropertyMetadata', - 'supported_language': 'str', - 'supported_language_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'email_body': 'emailBody', - 'email_body_metadata': 'emailBodyMetadata', - 'email_subject': 'emailSubject', - 'email_subject_metadata': 'emailSubjectMetadata', - 'supported_language': 'supportedLanguage', - 'supported_language_metadata': 'supportedLanguageMetadata' - } - - self._email_body = email_body - self._email_body_metadata = email_body_metadata - self._email_subject = email_subject - self._email_subject_metadata = email_subject_metadata - self._supported_language = supported_language - self._supported_language_metadata = supported_language_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email_body': 'str', + 'email_body_metadata': 'PropertyMetadata', + 'email_subject': 'str', + 'email_subject_metadata': 'PropertyMetadata', + 'supported_language': 'str', + 'supported_language_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'email_body': 'emailBody', + 'email_body_metadata': 'emailBodyMetadata', + 'email_subject': 'emailSubject', + 'email_subject_metadata': 'emailSubjectMetadata', + 'supported_language': 'supportedLanguage', + 'supported_language_metadata': 'supportedLanguageMetadata' + } + + def __init__(self, email_body=None, email_body_metadata=None, email_subject=None, email_subject_metadata=None, supported_language=None, supported_language_metadata=None): # noqa: E501 + """RecipientEmailNotification - a model defined in Swagger""" # noqa: E501 + + self._email_body = None + self._email_body_metadata = None + self._email_subject = None + self._email_subject_metadata = None + self._supported_language = None + self._supported_language_metadata = None + self.discriminator = None + + if email_body is not None: + self.email_body = email_body + if email_body_metadata is not None: + self.email_body_metadata = email_body_metadata + if email_subject is not None: + self.email_subject = email_subject + if email_subject_metadata is not None: + self.email_subject_metadata = email_subject_metadata + if supported_language is not None: + self.supported_language = supported_language + if supported_language_metadata is not None: + self.supported_language_metadata = supported_language_metadata @property def email_body(self): - """ - Gets the email_body of this RecipientEmailNotification. - Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. + """Gets the email_body of this RecipientEmailNotification. # noqa: E501 + + Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. # noqa: E501 - :return: The email_body of this RecipientEmailNotification. + :return: The email_body of this RecipientEmailNotification. # noqa: E501 :rtype: str """ return self._email_body @email_body.setter def email_body(self, email_body): - """ - Sets the email_body of this RecipientEmailNotification. - Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. + """Sets the email_body of this RecipientEmailNotification. + + Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. # noqa: E501 - :param email_body: The email_body of this RecipientEmailNotification. + :param email_body: The email_body of this RecipientEmailNotification. # noqa: E501 :type: str """ @@ -80,20 +97,20 @@ def email_body(self, email_body): @property def email_body_metadata(self): - """ - Gets the email_body_metadata of this RecipientEmailNotification. + """Gets the email_body_metadata of this RecipientEmailNotification. # noqa: E501 - :return: The email_body_metadata of this RecipientEmailNotification. + + :return: The email_body_metadata of this RecipientEmailNotification. # noqa: E501 :rtype: PropertyMetadata """ return self._email_body_metadata @email_body_metadata.setter def email_body_metadata(self, email_body_metadata): - """ - Sets the email_body_metadata of this RecipientEmailNotification. + """Sets the email_body_metadata of this RecipientEmailNotification. + - :param email_body_metadata: The email_body_metadata of this RecipientEmailNotification. + :param email_body_metadata: The email_body_metadata of this RecipientEmailNotification. # noqa: E501 :type: PropertyMetadata """ @@ -101,22 +118,22 @@ def email_body_metadata(self, email_body_metadata): @property def email_subject(self): - """ - Gets the email_subject of this RecipientEmailNotification. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Gets the email_subject of this RecipientEmailNotification. # noqa: E501 + + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 - :return: The email_subject of this RecipientEmailNotification. + :return: The email_subject of this RecipientEmailNotification. # noqa: E501 :rtype: str """ return self._email_subject @email_subject.setter def email_subject(self, email_subject): - """ - Sets the email_subject of this RecipientEmailNotification. - Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. + """Sets the email_subject of this RecipientEmailNotification. - :param email_subject: The email_subject of this RecipientEmailNotification. + Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. # noqa: E501 + + :param email_subject: The email_subject of this RecipientEmailNotification. # noqa: E501 :type: str """ @@ -124,20 +141,20 @@ def email_subject(self, email_subject): @property def email_subject_metadata(self): - """ - Gets the email_subject_metadata of this RecipientEmailNotification. + """Gets the email_subject_metadata of this RecipientEmailNotification. # noqa: E501 + - :return: The email_subject_metadata of this RecipientEmailNotification. + :return: The email_subject_metadata of this RecipientEmailNotification. # noqa: E501 :rtype: PropertyMetadata """ return self._email_subject_metadata @email_subject_metadata.setter def email_subject_metadata(self, email_subject_metadata): - """ - Sets the email_subject_metadata of this RecipientEmailNotification. + """Sets the email_subject_metadata of this RecipientEmailNotification. + - :param email_subject_metadata: The email_subject_metadata of this RecipientEmailNotification. + :param email_subject_metadata: The email_subject_metadata of this RecipientEmailNotification. # noqa: E501 :type: PropertyMetadata """ @@ -145,22 +162,22 @@ def email_subject_metadata(self, email_subject_metadata): @property def supported_language(self): - """ - Gets the supported_language of this RecipientEmailNotification. - A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi). + """Gets the supported_language of this RecipientEmailNotification. # noqa: E501 - :return: The supported_language of this RecipientEmailNotification. + A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi). # noqa: E501 + + :return: The supported_language of this RecipientEmailNotification. # noqa: E501 :rtype: str """ return self._supported_language @supported_language.setter def supported_language(self, supported_language): - """ - Sets the supported_language of this RecipientEmailNotification. - A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi). + """Sets the supported_language of this RecipientEmailNotification. + + A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi). # noqa: E501 - :param supported_language: The supported_language of this RecipientEmailNotification. + :param supported_language: The supported_language of this RecipientEmailNotification. # noqa: E501 :type: str """ @@ -168,32 +185,30 @@ def supported_language(self, supported_language): @property def supported_language_metadata(self): - """ - Gets the supported_language_metadata of this RecipientEmailNotification. + """Gets the supported_language_metadata of this RecipientEmailNotification. # noqa: E501 + - :return: The supported_language_metadata of this RecipientEmailNotification. + :return: The supported_language_metadata of this RecipientEmailNotification. # noqa: E501 :rtype: PropertyMetadata """ return self._supported_language_metadata @supported_language_metadata.setter def supported_language_metadata(self, supported_language_metadata): - """ - Sets the supported_language_metadata of this RecipientEmailNotification. + """Sets the supported_language_metadata of this RecipientEmailNotification. - :param supported_language_metadata: The supported_language_metadata of this RecipientEmailNotification. + + :param supported_language_metadata: The supported_language_metadata of this RecipientEmailNotification. # noqa: E501 :type: PropertyMetadata """ self._supported_language_metadata = supported_language_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -210,29 +225,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientEmailNotification, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientEmailNotification): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_event.py b/docusign_esign/models/recipient_event.py index 26bada6f..12a31793 100644 --- a/docusign_esign/models/recipient_event.py +++ b/docusign_esign/models/recipient_event.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientEvent(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, include_documents=None, recipient_event_status_code=None): - """ - RecipientEvent - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'include_documents': 'str', - 'recipient_event_status_code': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'include_documents': 'str', + 'recipient_event_status_code': 'str' + } - self.attribute_map = { - 'include_documents': 'includeDocuments', - 'recipient_event_status_code': 'recipientEventStatusCode' - } + attribute_map = { + 'include_documents': 'includeDocuments', + 'recipient_event_status_code': 'recipientEventStatusCode' + } - self._include_documents = include_documents - self._recipient_event_status_code = recipient_event_status_code + def __init__(self, include_documents=None, recipient_event_status_code=None): # noqa: E501 + """RecipientEvent - a model defined in Swagger""" # noqa: E501 + + self._include_documents = None + self._recipient_event_status_code = None + self.discriminator = None + + if include_documents is not None: + self.include_documents = include_documents + if recipient_event_status_code is not None: + self.recipient_event_status_code = recipient_event_status_code @property def include_documents(self): - """ - Gets the include_documents of this RecipientEvent. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Gets the include_documents of this RecipientEvent. # noqa: E501 - :return: The include_documents of this RecipientEvent. + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 + + :return: The include_documents of this RecipientEvent. # noqa: E501 :rtype: str """ return self._include_documents @include_documents.setter def include_documents(self, include_documents): - """ - Sets the include_documents of this RecipientEvent. - When set to **true**, the PDF documents are included in the message along with the updated XML. + """Sets the include_documents of this RecipientEvent. + + When set to **true**, the PDF documents are included in the message along with the updated XML. # noqa: E501 - :param include_documents: The include_documents of this RecipientEvent. + :param include_documents: The include_documents of this RecipientEvent. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def include_documents(self, include_documents): @property def recipient_event_status_code(self): - """ - Gets the recipient_event_status_code of this RecipientEvent. - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. + """Gets the recipient_event_status_code of this RecipientEvent. # noqa: E501 + + The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. # noqa: E501 - :return: The recipient_event_status_code of this RecipientEvent. + :return: The recipient_event_status_code of this RecipientEvent. # noqa: E501 :rtype: str """ return self._recipient_event_status_code @recipient_event_status_code.setter def recipient_event_status_code(self, recipient_event_status_code): - """ - Sets the recipient_event_status_code of this RecipientEvent. - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. + """Sets the recipient_event_status_code of this RecipientEvent. + + The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. # noqa: E501 - :param recipient_event_status_code: The recipient_event_status_code of this RecipientEvent. + :param recipient_event_status_code: The recipient_event_status_code of this RecipientEvent. # noqa: E501 :type: str """ self._recipient_event_status_code = recipient_event_status_code def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientEvent, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientEvent): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_form_data.py b/docusign_esign/models/recipient_form_data.py index 60f35b63..08da3d67 100644 --- a/docusign_esign/models/recipient_form_data.py +++ b/docusign_esign/models/recipient_form_data.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientFormData(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, declined_time=None, delivered_time=None, email=None, form_data=None, name=None, recipient_id=None, sent_time=None, signed_time=None): - """ - RecipientFormData - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'declined_time': 'str', - 'delivered_time': 'str', - 'email': 'str', - 'form_data': 'list[FormDataItem]', - 'name': 'str', - 'recipient_id': 'str', - 'sent_time': 'str', - 'signed_time': 'str' - } - - self.attribute_map = { - 'declined_time': 'DeclinedTime', - 'delivered_time': 'DeliveredTime', - 'email': 'email', - 'form_data': 'formData', - 'name': 'name', - 'recipient_id': 'recipientId', - 'sent_time': 'SentTime', - 'signed_time': 'SignedTime' - } - - self._declined_time = declined_time - self._delivered_time = delivered_time - self._email = email - self._form_data = form_data - self._name = name - self._recipient_id = recipient_id - self._sent_time = sent_time - self._signed_time = signed_time + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'declined_time': 'str', + 'delivered_time': 'str', + 'email': 'str', + 'form_data': 'list[FormDataItem]', + 'name': 'str', + 'recipient_id': 'str', + 'sent_time': 'str', + 'signed_time': 'str' + } + + attribute_map = { + 'declined_time': 'DeclinedTime', + 'delivered_time': 'DeliveredTime', + 'email': 'email', + 'form_data': 'formData', + 'name': 'name', + 'recipient_id': 'recipientId', + 'sent_time': 'SentTime', + 'signed_time': 'SignedTime' + } + + def __init__(self, declined_time=None, delivered_time=None, email=None, form_data=None, name=None, recipient_id=None, sent_time=None, signed_time=None): # noqa: E501 + """RecipientFormData - a model defined in Swagger""" # noqa: E501 + + self._declined_time = None + self._delivered_time = None + self._email = None + self._form_data = None + self._name = None + self._recipient_id = None + self._sent_time = None + self._signed_time = None + self.discriminator = None + + if declined_time is not None: + self.declined_time = declined_time + if delivered_time is not None: + self.delivered_time = delivered_time + if email is not None: + self.email = email + if form_data is not None: + self.form_data = form_data + if name is not None: + self.name = name + if recipient_id is not None: + self.recipient_id = recipient_id + if sent_time is not None: + self.sent_time = sent_time + if signed_time is not None: + self.signed_time = signed_time @property def declined_time(self): - """ - Gets the declined_time of this RecipientFormData. - + """Gets the declined_time of this RecipientFormData. # noqa: E501 - :return: The declined_time of this RecipientFormData. + # noqa: E501 + + :return: The declined_time of this RecipientFormData. # noqa: E501 :rtype: str """ return self._declined_time @declined_time.setter def declined_time(self, declined_time): - """ - Sets the declined_time of this RecipientFormData. - + """Sets the declined_time of this RecipientFormData. - :param declined_time: The declined_time of this RecipientFormData. + # noqa: E501 + + :param declined_time: The declined_time of this RecipientFormData. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def declined_time(self, declined_time): @property def delivered_time(self): - """ - Gets the delivered_time of this RecipientFormData. - + """Gets the delivered_time of this RecipientFormData. # noqa: E501 - :return: The delivered_time of this RecipientFormData. + # noqa: E501 + + :return: The delivered_time of this RecipientFormData. # noqa: E501 :rtype: str """ return self._delivered_time @delivered_time.setter def delivered_time(self, delivered_time): - """ - Sets the delivered_time of this RecipientFormData. - + """Sets the delivered_time of this RecipientFormData. - :param delivered_time: The delivered_time of this RecipientFormData. + # noqa: E501 + + :param delivered_time: The delivered_time of this RecipientFormData. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def delivered_time(self, delivered_time): @property def email(self): - """ - Gets the email of this RecipientFormData. - + """Gets the email of this RecipientFormData. # noqa: E501 - :return: The email of this RecipientFormData. + # noqa: E501 + + :return: The email of this RecipientFormData. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this RecipientFormData. - + """Sets the email of this RecipientFormData. - :param email: The email of this RecipientFormData. + # noqa: E501 + + :param email: The email of this RecipientFormData. # noqa: E501 :type: str """ @@ -132,22 +153,22 @@ def email(self, email): @property def form_data(self): - """ - Gets the form_data of this RecipientFormData. - + """Gets the form_data of this RecipientFormData. # noqa: E501 + + # noqa: E501 - :return: The form_data of this RecipientFormData. + :return: The form_data of this RecipientFormData. # noqa: E501 :rtype: list[FormDataItem] """ return self._form_data @form_data.setter def form_data(self, form_data): - """ - Sets the form_data of this RecipientFormData. - + """Sets the form_data of this RecipientFormData. + + # noqa: E501 - :param form_data: The form_data of this RecipientFormData. + :param form_data: The form_data of this RecipientFormData. # noqa: E501 :type: list[FormDataItem] """ @@ -155,22 +176,22 @@ def form_data(self, form_data): @property def name(self): - """ - Gets the name of this RecipientFormData. - + """Gets the name of this RecipientFormData. # noqa: E501 + + # noqa: E501 - :return: The name of this RecipientFormData. + :return: The name of this RecipientFormData. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this RecipientFormData. - + """Sets the name of this RecipientFormData. + + # noqa: E501 - :param name: The name of this RecipientFormData. + :param name: The name of this RecipientFormData. # noqa: E501 :type: str """ @@ -178,22 +199,22 @@ def name(self, name): @property def recipient_id(self): - """ - Gets the recipient_id of this RecipientFormData. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this RecipientFormData. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this RecipientFormData. + :return: The recipient_id of this RecipientFormData. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this RecipientFormData. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this RecipientFormData. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this RecipientFormData. + :param recipient_id: The recipient_id of this RecipientFormData. # noqa: E501 :type: str """ @@ -201,22 +222,22 @@ def recipient_id(self, recipient_id): @property def sent_time(self): - """ - Gets the sent_time of this RecipientFormData. - + """Gets the sent_time of this RecipientFormData. # noqa: E501 + + # noqa: E501 - :return: The sent_time of this RecipientFormData. + :return: The sent_time of this RecipientFormData. # noqa: E501 :rtype: str """ return self._sent_time @sent_time.setter def sent_time(self, sent_time): - """ - Sets the sent_time of this RecipientFormData. - + """Sets the sent_time of this RecipientFormData. + + # noqa: E501 - :param sent_time: The sent_time of this RecipientFormData. + :param sent_time: The sent_time of this RecipientFormData. # noqa: E501 :type: str """ @@ -224,34 +245,32 @@ def sent_time(self, sent_time): @property def signed_time(self): - """ - Gets the signed_time of this RecipientFormData. - + """Gets the signed_time of this RecipientFormData. # noqa: E501 - :return: The signed_time of this RecipientFormData. + # noqa: E501 + + :return: The signed_time of this RecipientFormData. # noqa: E501 :rtype: str """ return self._signed_time @signed_time.setter def signed_time(self, signed_time): - """ - Sets the signed_time of this RecipientFormData. - + """Sets the signed_time of this RecipientFormData. - :param signed_time: The signed_time of this RecipientFormData. + # noqa: E501 + + :param signed_time: The signed_time of this RecipientFormData. # noqa: E501 :type: str """ self._signed_time = signed_time def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -268,29 +287,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientFormData, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientFormData): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_identity_input_option.py b/docusign_esign/models/recipient_identity_input_option.py index 5e6fe9e2..33ac673e 100644 --- a/docusign_esign/models/recipient_identity_input_option.py +++ b/docusign_esign/models/recipient_identity_input_option.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientIdentityInputOption(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, name=None, phone_number_list=None, value_type=None): - """ - RecipientIdentityInputOption - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'name': 'str', - 'phone_number_list': 'list[RecipientIdentityPhoneNumber]', - 'value_type': 'str' - } - - self.attribute_map = { - 'name': 'name', - 'phone_number_list': 'phoneNumberList', - 'value_type': 'valueType' - } - - self._name = name - self._phone_number_list = phone_number_list - self._value_type = value_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'phone_number_list': 'list[RecipientIdentityPhoneNumber]', + 'value_type': 'str' + } + + attribute_map = { + 'name': 'name', + 'phone_number_list': 'phoneNumberList', + 'value_type': 'valueType' + } + + def __init__(self, name=None, phone_number_list=None, value_type=None): # noqa: E501 + """RecipientIdentityInputOption - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._phone_number_list = None + self._value_type = None + self.discriminator = None + + if name is not None: + self.name = name + if phone_number_list is not None: + self.phone_number_list = phone_number_list + if value_type is not None: + self.value_type = value_type @property def name(self): - """ - Gets the name of this RecipientIdentityInputOption. - + """Gets the name of this RecipientIdentityInputOption. # noqa: E501 + + # noqa: E501 - :return: The name of this RecipientIdentityInputOption. + :return: The name of this RecipientIdentityInputOption. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this RecipientIdentityInputOption. - + """Sets the name of this RecipientIdentityInputOption. + + # noqa: E501 - :param name: The name of this RecipientIdentityInputOption. + :param name: The name of this RecipientIdentityInputOption. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def name(self, name): @property def phone_number_list(self): - """ - Gets the phone_number_list of this RecipientIdentityInputOption. - + """Gets the phone_number_list of this RecipientIdentityInputOption. # noqa: E501 + + # noqa: E501 - :return: The phone_number_list of this RecipientIdentityInputOption. + :return: The phone_number_list of this RecipientIdentityInputOption. # noqa: E501 :rtype: list[RecipientIdentityPhoneNumber] """ return self._phone_number_list @phone_number_list.setter def phone_number_list(self, phone_number_list): - """ - Sets the phone_number_list of this RecipientIdentityInputOption. - + """Sets the phone_number_list of this RecipientIdentityInputOption. + + # noqa: E501 - :param phone_number_list: The phone_number_list of this RecipientIdentityInputOption. + :param phone_number_list: The phone_number_list of this RecipientIdentityInputOption. # noqa: E501 :type: list[RecipientIdentityPhoneNumber] """ @@ -94,34 +105,32 @@ def phone_number_list(self, phone_number_list): @property def value_type(self): - """ - Gets the value_type of this RecipientIdentityInputOption. - + """Gets the value_type of this RecipientIdentityInputOption. # noqa: E501 - :return: The value_type of this RecipientIdentityInputOption. + # noqa: E501 + + :return: The value_type of this RecipientIdentityInputOption. # noqa: E501 :rtype: str """ return self._value_type @value_type.setter def value_type(self, value_type): - """ - Sets the value_type of this RecipientIdentityInputOption. - + """Sets the value_type of this RecipientIdentityInputOption. - :param value_type: The value_type of this RecipientIdentityInputOption. + # noqa: E501 + + :param value_type: The value_type of this RecipientIdentityInputOption. # noqa: E501 :type: str """ self._value_type = value_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientIdentityInputOption, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientIdentityInputOption): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_identity_phone_number.py b/docusign_esign/models/recipient_identity_phone_number.py index 4c8da25e..5be57677 100644 --- a/docusign_esign/models/recipient_identity_phone_number.py +++ b/docusign_esign/models/recipient_identity_phone_number.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientIdentityPhoneNumber(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, country_code=None, extension=None, number=None): - """ - RecipientIdentityPhoneNumber - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'country_code': 'str', - 'extension': 'str', - 'number': 'str' - } - - self.attribute_map = { - 'country_code': 'countryCode', - 'extension': 'extension', - 'number': 'number' - } - - self._country_code = country_code - self._extension = extension - self._number = number + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'country_code': 'str', + 'extension': 'str', + 'number': 'str' + } + + attribute_map = { + 'country_code': 'countryCode', + 'extension': 'extension', + 'number': 'number' + } + + def __init__(self, country_code=None, extension=None, number=None): # noqa: E501 + """RecipientIdentityPhoneNumber - a model defined in Swagger""" # noqa: E501 + + self._country_code = None + self._extension = None + self._number = None + self.discriminator = None + + if country_code is not None: + self.country_code = country_code + if extension is not None: + self.extension = extension + if number is not None: + self.number = number @property def country_code(self): - """ - Gets the country_code of this RecipientIdentityPhoneNumber. - + """Gets the country_code of this RecipientIdentityPhoneNumber. # noqa: E501 + + # noqa: E501 - :return: The country_code of this RecipientIdentityPhoneNumber. + :return: The country_code of this RecipientIdentityPhoneNumber. # noqa: E501 :rtype: str """ return self._country_code @country_code.setter def country_code(self, country_code): - """ - Sets the country_code of this RecipientIdentityPhoneNumber. - + """Sets the country_code of this RecipientIdentityPhoneNumber. + + # noqa: E501 - :param country_code: The country_code of this RecipientIdentityPhoneNumber. + :param country_code: The country_code of this RecipientIdentityPhoneNumber. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def country_code(self, country_code): @property def extension(self): - """ - Gets the extension of this RecipientIdentityPhoneNumber. - + """Gets the extension of this RecipientIdentityPhoneNumber. # noqa: E501 + + # noqa: E501 - :return: The extension of this RecipientIdentityPhoneNumber. + :return: The extension of this RecipientIdentityPhoneNumber. # noqa: E501 :rtype: str """ return self._extension @extension.setter def extension(self, extension): - """ - Sets the extension of this RecipientIdentityPhoneNumber. - + """Sets the extension of this RecipientIdentityPhoneNumber. + + # noqa: E501 - :param extension: The extension of this RecipientIdentityPhoneNumber. + :param extension: The extension of this RecipientIdentityPhoneNumber. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def extension(self, extension): @property def number(self): - """ - Gets the number of this RecipientIdentityPhoneNumber. - + """Gets the number of this RecipientIdentityPhoneNumber. # noqa: E501 - :return: The number of this RecipientIdentityPhoneNumber. + # noqa: E501 + + :return: The number of this RecipientIdentityPhoneNumber. # noqa: E501 :rtype: str """ return self._number @number.setter def number(self, number): - """ - Sets the number of this RecipientIdentityPhoneNumber. - + """Sets the number of this RecipientIdentityPhoneNumber. - :param number: The number of this RecipientIdentityPhoneNumber. + # noqa: E501 + + :param number: The number of this RecipientIdentityPhoneNumber. # noqa: E501 :type: str """ self._number = number def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientIdentityPhoneNumber, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientIdentityPhoneNumber): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_identity_verification.py b/docusign_esign/models/recipient_identity_verification.py index 37bcd9e4..3e7ff6b9 100644 --- a/docusign_esign/models/recipient_identity_verification.py +++ b/docusign_esign/models/recipient_identity_verification.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientIdentityVerification(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, input_options=None, workflow_id=None): - """ - RecipientIdentityVerification - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'input_options': 'list[RecipientIdentityInputOption]', - 'workflow_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'input_options': 'list[RecipientIdentityInputOption]', + 'workflow_id': 'str' + } - self.attribute_map = { - 'input_options': 'inputOptions', - 'workflow_id': 'workflowId' - } + attribute_map = { + 'input_options': 'inputOptions', + 'workflow_id': 'workflowId' + } - self._input_options = input_options - self._workflow_id = workflow_id + def __init__(self, input_options=None, workflow_id=None): # noqa: E501 + """RecipientIdentityVerification - a model defined in Swagger""" # noqa: E501 + + self._input_options = None + self._workflow_id = None + self.discriminator = None + + if input_options is not None: + self.input_options = input_options + if workflow_id is not None: + self.workflow_id = workflow_id @property def input_options(self): - """ - Gets the input_options of this RecipientIdentityVerification. - + """Gets the input_options of this RecipientIdentityVerification. # noqa: E501 - :return: The input_options of this RecipientIdentityVerification. + # noqa: E501 + + :return: The input_options of this RecipientIdentityVerification. # noqa: E501 :rtype: list[RecipientIdentityInputOption] """ return self._input_options @input_options.setter def input_options(self, input_options): - """ - Sets the input_options of this RecipientIdentityVerification. - + """Sets the input_options of this RecipientIdentityVerification. + + # noqa: E501 - :param input_options: The input_options of this RecipientIdentityVerification. + :param input_options: The input_options of this RecipientIdentityVerification. # noqa: E501 :type: list[RecipientIdentityInputOption] """ @@ -68,34 +77,32 @@ def input_options(self, input_options): @property def workflow_id(self): - """ - Gets the workflow_id of this RecipientIdentityVerification. - + """Gets the workflow_id of this RecipientIdentityVerification. # noqa: E501 + + # noqa: E501 - :return: The workflow_id of this RecipientIdentityVerification. + :return: The workflow_id of this RecipientIdentityVerification. # noqa: E501 :rtype: str """ return self._workflow_id @workflow_id.setter def workflow_id(self, workflow_id): - """ - Sets the workflow_id of this RecipientIdentityVerification. - + """Sets the workflow_id of this RecipientIdentityVerification. + + # noqa: E501 - :param workflow_id: The workflow_id of this RecipientIdentityVerification. + :param workflow_id: The workflow_id of this RecipientIdentityVerification. # noqa: E501 :type: str """ self._workflow_id = workflow_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientIdentityVerification, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientIdentityVerification): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_names_response.py b/docusign_esign/models/recipient_names_response.py index 604702d2..8efc6b43 100644 --- a/docusign_esign/models/recipient_names_response.py +++ b/docusign_esign/models/recipient_names_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientNamesResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, multiple_users=None, recipient_names=None, reserved_recipient_email=None): - """ - RecipientNamesResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'multiple_users': 'str', - 'recipient_names': 'list[str]', - 'reserved_recipient_email': 'str' - } - - self.attribute_map = { - 'multiple_users': 'multipleUsers', - 'recipient_names': 'recipientNames', - 'reserved_recipient_email': 'reservedRecipientEmail' - } - - self._multiple_users = multiple_users - self._recipient_names = recipient_names - self._reserved_recipient_email = reserved_recipient_email + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'multiple_users': 'str', + 'recipient_names': 'list[str]', + 'reserved_recipient_email': 'str' + } + + attribute_map = { + 'multiple_users': 'multipleUsers', + 'recipient_names': 'recipientNames', + 'reserved_recipient_email': 'reservedRecipientEmail' + } + + def __init__(self, multiple_users=None, recipient_names=None, reserved_recipient_email=None): # noqa: E501 + """RecipientNamesResponse - a model defined in Swagger""" # noqa: E501 + + self._multiple_users = None + self._recipient_names = None + self._reserved_recipient_email = None + self.discriminator = None + + if multiple_users is not None: + self.multiple_users = multiple_users + if recipient_names is not None: + self.recipient_names = recipient_names + if reserved_recipient_email is not None: + self.reserved_recipient_email = reserved_recipient_email @property def multiple_users(self): - """ - Gets the multiple_users of this RecipientNamesResponse. - Indicates whether email address is used by more than one user. + """Gets the multiple_users of this RecipientNamesResponse. # noqa: E501 + + Indicates whether email address is used by more than one user. # noqa: E501 - :return: The multiple_users of this RecipientNamesResponse. + :return: The multiple_users of this RecipientNamesResponse. # noqa: E501 :rtype: str """ return self._multiple_users @multiple_users.setter def multiple_users(self, multiple_users): - """ - Sets the multiple_users of this RecipientNamesResponse. - Indicates whether email address is used by more than one user. + """Sets the multiple_users of this RecipientNamesResponse. + + Indicates whether email address is used by more than one user. # noqa: E501 - :param multiple_users: The multiple_users of this RecipientNamesResponse. + :param multiple_users: The multiple_users of this RecipientNamesResponse. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def multiple_users(self, multiple_users): @property def recipient_names(self): - """ - Gets the recipient_names of this RecipientNamesResponse. - + """Gets the recipient_names of this RecipientNamesResponse. # noqa: E501 + + # noqa: E501 - :return: The recipient_names of this RecipientNamesResponse. + :return: The recipient_names of this RecipientNamesResponse. # noqa: E501 :rtype: list[str] """ return self._recipient_names @recipient_names.setter def recipient_names(self, recipient_names): - """ - Sets the recipient_names of this RecipientNamesResponse. - + """Sets the recipient_names of this RecipientNamesResponse. + + # noqa: E501 - :param recipient_names: The recipient_names of this RecipientNamesResponse. + :param recipient_names: The recipient_names of this RecipientNamesResponse. # noqa: E501 :type: list[str] """ @@ -94,34 +105,32 @@ def recipient_names(self, recipient_names): @property def reserved_recipient_email(self): - """ - Gets the reserved_recipient_email of this RecipientNamesResponse. - + """Gets the reserved_recipient_email of this RecipientNamesResponse. # noqa: E501 - :return: The reserved_recipient_email of this RecipientNamesResponse. + # noqa: E501 + + :return: The reserved_recipient_email of this RecipientNamesResponse. # noqa: E501 :rtype: str """ return self._reserved_recipient_email @reserved_recipient_email.setter def reserved_recipient_email(self, reserved_recipient_email): - """ - Sets the reserved_recipient_email of this RecipientNamesResponse. - + """Sets the reserved_recipient_email of this RecipientNamesResponse. - :param reserved_recipient_email: The reserved_recipient_email of this RecipientNamesResponse. + # noqa: E501 + + :param reserved_recipient_email: The reserved_recipient_email of this RecipientNamesResponse. # noqa: E501 :type: str """ self._reserved_recipient_email = reserved_recipient_email def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientNamesResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientNamesResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_phone_authentication.py b/docusign_esign/models/recipient_phone_authentication.py index 5d0ad423..50895281 100644 --- a/docusign_esign/models/recipient_phone_authentication.py +++ b/docusign_esign/models/recipient_phone_authentication.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientPhoneAuthentication(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, recip_may_provide_number=None, recip_may_provide_number_metadata=None, record_voice_print=None, record_voice_print_metadata=None, sender_provided_numbers=None, sender_provided_numbers_metadata=None, validate_recip_provided_number=None, validate_recip_provided_number_metadata=None): - """ - RecipientPhoneAuthentication - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'recip_may_provide_number': 'str', - 'recip_may_provide_number_metadata': 'PropertyMetadata', - 'record_voice_print': 'str', - 'record_voice_print_metadata': 'PropertyMetadata', - 'sender_provided_numbers': 'list[str]', - 'sender_provided_numbers_metadata': 'PropertyMetadata', - 'validate_recip_provided_number': 'str', - 'validate_recip_provided_number_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'recip_may_provide_number': 'recipMayProvideNumber', - 'recip_may_provide_number_metadata': 'recipMayProvideNumberMetadata', - 'record_voice_print': 'recordVoicePrint', - 'record_voice_print_metadata': 'recordVoicePrintMetadata', - 'sender_provided_numbers': 'senderProvidedNumbers', - 'sender_provided_numbers_metadata': 'senderProvidedNumbersMetadata', - 'validate_recip_provided_number': 'validateRecipProvidedNumber', - 'validate_recip_provided_number_metadata': 'validateRecipProvidedNumberMetadata' - } - - self._recip_may_provide_number = recip_may_provide_number - self._recip_may_provide_number_metadata = recip_may_provide_number_metadata - self._record_voice_print = record_voice_print - self._record_voice_print_metadata = record_voice_print_metadata - self._sender_provided_numbers = sender_provided_numbers - self._sender_provided_numbers_metadata = sender_provided_numbers_metadata - self._validate_recip_provided_number = validate_recip_provided_number - self._validate_recip_provided_number_metadata = validate_recip_provided_number_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'recip_may_provide_number': 'str', + 'recip_may_provide_number_metadata': 'PropertyMetadata', + 'record_voice_print': 'str', + 'record_voice_print_metadata': 'PropertyMetadata', + 'sender_provided_numbers': 'list[str]', + 'sender_provided_numbers_metadata': 'PropertyMetadata', + 'validate_recip_provided_number': 'str', + 'validate_recip_provided_number_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'recip_may_provide_number': 'recipMayProvideNumber', + 'recip_may_provide_number_metadata': 'recipMayProvideNumberMetadata', + 'record_voice_print': 'recordVoicePrint', + 'record_voice_print_metadata': 'recordVoicePrintMetadata', + 'sender_provided_numbers': 'senderProvidedNumbers', + 'sender_provided_numbers_metadata': 'senderProvidedNumbersMetadata', + 'validate_recip_provided_number': 'validateRecipProvidedNumber', + 'validate_recip_provided_number_metadata': 'validateRecipProvidedNumberMetadata' + } + + def __init__(self, recip_may_provide_number=None, recip_may_provide_number_metadata=None, record_voice_print=None, record_voice_print_metadata=None, sender_provided_numbers=None, sender_provided_numbers_metadata=None, validate_recip_provided_number=None, validate_recip_provided_number_metadata=None): # noqa: E501 + """RecipientPhoneAuthentication - a model defined in Swagger""" # noqa: E501 + + self._recip_may_provide_number = None + self._recip_may_provide_number_metadata = None + self._record_voice_print = None + self._record_voice_print_metadata = None + self._sender_provided_numbers = None + self._sender_provided_numbers_metadata = None + self._validate_recip_provided_number = None + self._validate_recip_provided_number_metadata = None + self.discriminator = None + + if recip_may_provide_number is not None: + self.recip_may_provide_number = recip_may_provide_number + if recip_may_provide_number_metadata is not None: + self.recip_may_provide_number_metadata = recip_may_provide_number_metadata + if record_voice_print is not None: + self.record_voice_print = record_voice_print + if record_voice_print_metadata is not None: + self.record_voice_print_metadata = record_voice_print_metadata + if sender_provided_numbers is not None: + self.sender_provided_numbers = sender_provided_numbers + if sender_provided_numbers_metadata is not None: + self.sender_provided_numbers_metadata = sender_provided_numbers_metadata + if validate_recip_provided_number is not None: + self.validate_recip_provided_number = validate_recip_provided_number + if validate_recip_provided_number_metadata is not None: + self.validate_recip_provided_number_metadata = validate_recip_provided_number_metadata @property def recip_may_provide_number(self): - """ - Gets the recip_may_provide_number of this RecipientPhoneAuthentication. - Boolean. When set to **true**, the recipient can supply a phone number their choice. + """Gets the recip_may_provide_number of this RecipientPhoneAuthentication. # noqa: E501 - :return: The recip_may_provide_number of this RecipientPhoneAuthentication. + Boolean. When set to **true**, the recipient can supply a phone number their choice. # noqa: E501 + + :return: The recip_may_provide_number of this RecipientPhoneAuthentication. # noqa: E501 :rtype: str """ return self._recip_may_provide_number @recip_may_provide_number.setter def recip_may_provide_number(self, recip_may_provide_number): - """ - Sets the recip_may_provide_number of this RecipientPhoneAuthentication. - Boolean. When set to **true**, the recipient can supply a phone number their choice. + """Sets the recip_may_provide_number of this RecipientPhoneAuthentication. - :param recip_may_provide_number: The recip_may_provide_number of this RecipientPhoneAuthentication. + Boolean. When set to **true**, the recipient can supply a phone number their choice. # noqa: E501 + + :param recip_may_provide_number: The recip_may_provide_number of this RecipientPhoneAuthentication. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def recip_may_provide_number(self, recip_may_provide_number): @property def recip_may_provide_number_metadata(self): - """ - Gets the recip_may_provide_number_metadata of this RecipientPhoneAuthentication. + """Gets the recip_may_provide_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 - :return: The recip_may_provide_number_metadata of this RecipientPhoneAuthentication. + + :return: The recip_may_provide_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 :rtype: PropertyMetadata """ return self._recip_may_provide_number_metadata @recip_may_provide_number_metadata.setter def recip_may_provide_number_metadata(self, recip_may_provide_number_metadata): - """ - Sets the recip_may_provide_number_metadata of this RecipientPhoneAuthentication. + """Sets the recip_may_provide_number_metadata of this RecipientPhoneAuthentication. - :param recip_may_provide_number_metadata: The recip_may_provide_number_metadata of this RecipientPhoneAuthentication. + + :param recip_may_provide_number_metadata: The recip_may_provide_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 :type: PropertyMetadata """ @@ -107,22 +128,22 @@ def recip_may_provide_number_metadata(self, recip_may_provide_number_metadata): @property def record_voice_print(self): - """ - Gets the record_voice_print of this RecipientPhoneAuthentication. - Reserved. + """Gets the record_voice_print of this RecipientPhoneAuthentication. # noqa: E501 - :return: The record_voice_print of this RecipientPhoneAuthentication. + Reserved. # noqa: E501 + + :return: The record_voice_print of this RecipientPhoneAuthentication. # noqa: E501 :rtype: str """ return self._record_voice_print @record_voice_print.setter def record_voice_print(self, record_voice_print): - """ - Sets the record_voice_print of this RecipientPhoneAuthentication. - Reserved. + """Sets the record_voice_print of this RecipientPhoneAuthentication. - :param record_voice_print: The record_voice_print of this RecipientPhoneAuthentication. + Reserved. # noqa: E501 + + :param record_voice_print: The record_voice_print of this RecipientPhoneAuthentication. # noqa: E501 :type: str """ @@ -130,20 +151,20 @@ def record_voice_print(self, record_voice_print): @property def record_voice_print_metadata(self): - """ - Gets the record_voice_print_metadata of this RecipientPhoneAuthentication. + """Gets the record_voice_print_metadata of this RecipientPhoneAuthentication. # noqa: E501 + - :return: The record_voice_print_metadata of this RecipientPhoneAuthentication. + :return: The record_voice_print_metadata of this RecipientPhoneAuthentication. # noqa: E501 :rtype: PropertyMetadata """ return self._record_voice_print_metadata @record_voice_print_metadata.setter def record_voice_print_metadata(self, record_voice_print_metadata): - """ - Sets the record_voice_print_metadata of this RecipientPhoneAuthentication. + """Sets the record_voice_print_metadata of this RecipientPhoneAuthentication. + - :param record_voice_print_metadata: The record_voice_print_metadata of this RecipientPhoneAuthentication. + :param record_voice_print_metadata: The record_voice_print_metadata of this RecipientPhoneAuthentication. # noqa: E501 :type: PropertyMetadata """ @@ -151,22 +172,22 @@ def record_voice_print_metadata(self, record_voice_print_metadata): @property def sender_provided_numbers(self): - """ - Gets the sender_provided_numbers of this RecipientPhoneAuthentication. - An Array containing a list of phone numbers the recipient may use for SMS text authentication. + """Gets the sender_provided_numbers of this RecipientPhoneAuthentication. # noqa: E501 + + An Array containing a list of phone numbers the recipient may use for SMS text authentication. # noqa: E501 - :return: The sender_provided_numbers of this RecipientPhoneAuthentication. + :return: The sender_provided_numbers of this RecipientPhoneAuthentication. # noqa: E501 :rtype: list[str] """ return self._sender_provided_numbers @sender_provided_numbers.setter def sender_provided_numbers(self, sender_provided_numbers): - """ - Sets the sender_provided_numbers of this RecipientPhoneAuthentication. - An Array containing a list of phone numbers the recipient may use for SMS text authentication. + """Sets the sender_provided_numbers of this RecipientPhoneAuthentication. + + An Array containing a list of phone numbers the recipient may use for SMS text authentication. # noqa: E501 - :param sender_provided_numbers: The sender_provided_numbers of this RecipientPhoneAuthentication. + :param sender_provided_numbers: The sender_provided_numbers of this RecipientPhoneAuthentication. # noqa: E501 :type: list[str] """ @@ -174,20 +195,20 @@ def sender_provided_numbers(self, sender_provided_numbers): @property def sender_provided_numbers_metadata(self): - """ - Gets the sender_provided_numbers_metadata of this RecipientPhoneAuthentication. + """Gets the sender_provided_numbers_metadata of this RecipientPhoneAuthentication. # noqa: E501 + - :return: The sender_provided_numbers_metadata of this RecipientPhoneAuthentication. + :return: The sender_provided_numbers_metadata of this RecipientPhoneAuthentication. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_provided_numbers_metadata @sender_provided_numbers_metadata.setter def sender_provided_numbers_metadata(self, sender_provided_numbers_metadata): - """ - Sets the sender_provided_numbers_metadata of this RecipientPhoneAuthentication. + """Sets the sender_provided_numbers_metadata of this RecipientPhoneAuthentication. + - :param sender_provided_numbers_metadata: The sender_provided_numbers_metadata of this RecipientPhoneAuthentication. + :param sender_provided_numbers_metadata: The sender_provided_numbers_metadata of this RecipientPhoneAuthentication. # noqa: E501 :type: PropertyMetadata """ @@ -195,22 +216,22 @@ def sender_provided_numbers_metadata(self, sender_provided_numbers_metadata): @property def validate_recip_provided_number(self): - """ - Gets the validate_recip_provided_number of this RecipientPhoneAuthentication. - Reserved. + """Gets the validate_recip_provided_number of this RecipientPhoneAuthentication. # noqa: E501 + + Reserved. # noqa: E501 - :return: The validate_recip_provided_number of this RecipientPhoneAuthentication. + :return: The validate_recip_provided_number of this RecipientPhoneAuthentication. # noqa: E501 :rtype: str """ return self._validate_recip_provided_number @validate_recip_provided_number.setter def validate_recip_provided_number(self, validate_recip_provided_number): - """ - Sets the validate_recip_provided_number of this RecipientPhoneAuthentication. - Reserved. + """Sets the validate_recip_provided_number of this RecipientPhoneAuthentication. + + Reserved. # noqa: E501 - :param validate_recip_provided_number: The validate_recip_provided_number of this RecipientPhoneAuthentication. + :param validate_recip_provided_number: The validate_recip_provided_number of this RecipientPhoneAuthentication. # noqa: E501 :type: str """ @@ -218,32 +239,30 @@ def validate_recip_provided_number(self, validate_recip_provided_number): @property def validate_recip_provided_number_metadata(self): - """ - Gets the validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. + """Gets the validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 - :return: The validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. + + :return: The validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 :rtype: PropertyMetadata """ return self._validate_recip_provided_number_metadata @validate_recip_provided_number_metadata.setter def validate_recip_provided_number_metadata(self, validate_recip_provided_number_metadata): - """ - Sets the validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. + """Sets the validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. - :param validate_recip_provided_number_metadata: The validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. + + :param validate_recip_provided_number_metadata: The validate_recip_provided_number_metadata of this RecipientPhoneAuthentication. # noqa: E501 :type: PropertyMetadata """ self._validate_recip_provided_number_metadata = validate_recip_provided_number_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -260,29 +279,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientPhoneAuthentication, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientPhoneAuthentication): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_phone_number.py b/docusign_esign/models/recipient_phone_number.py new file mode 100644 index 00000000..8732f064 --- /dev/null +++ b/docusign_esign/models/recipient_phone_number.py @@ -0,0 +1,197 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class RecipientPhoneNumber(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'country_code': 'str', + 'country_code_metadata': 'PropertyMetadata', + 'number': 'str', + 'number_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'country_code': 'countryCode', + 'country_code_metadata': 'countryCodeMetadata', + 'number': 'number', + 'number_metadata': 'numberMetadata' + } + + def __init__(self, country_code=None, country_code_metadata=None, number=None, number_metadata=None): # noqa: E501 + """RecipientPhoneNumber - a model defined in Swagger""" # noqa: E501 + + self._country_code = None + self._country_code_metadata = None + self._number = None + self._number_metadata = None + self.discriminator = None + + if country_code is not None: + self.country_code = country_code + if country_code_metadata is not None: + self.country_code_metadata = country_code_metadata + if number is not None: + self.number = number + if number_metadata is not None: + self.number_metadata = number_metadata + + @property + def country_code(self): + """Gets the country_code of this RecipientPhoneNumber. # noqa: E501 + + # noqa: E501 + + :return: The country_code of this RecipientPhoneNumber. # noqa: E501 + :rtype: str + """ + return self._country_code + + @country_code.setter + def country_code(self, country_code): + """Sets the country_code of this RecipientPhoneNumber. + + # noqa: E501 + + :param country_code: The country_code of this RecipientPhoneNumber. # noqa: E501 + :type: str + """ + + self._country_code = country_code + + @property + def country_code_metadata(self): + """Gets the country_code_metadata of this RecipientPhoneNumber. # noqa: E501 + + + :return: The country_code_metadata of this RecipientPhoneNumber. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._country_code_metadata + + @country_code_metadata.setter + def country_code_metadata(self, country_code_metadata): + """Sets the country_code_metadata of this RecipientPhoneNumber. + + + :param country_code_metadata: The country_code_metadata of this RecipientPhoneNumber. # noqa: E501 + :type: PropertyMetadata + """ + + self._country_code_metadata = country_code_metadata + + @property + def number(self): + """Gets the number of this RecipientPhoneNumber. # noqa: E501 + + # noqa: E501 + + :return: The number of this RecipientPhoneNumber. # noqa: E501 + :rtype: str + """ + return self._number + + @number.setter + def number(self, number): + """Sets the number of this RecipientPhoneNumber. + + # noqa: E501 + + :param number: The number of this RecipientPhoneNumber. # noqa: E501 + :type: str + """ + + self._number = number + + @property + def number_metadata(self): + """Gets the number_metadata of this RecipientPhoneNumber. # noqa: E501 + + + :return: The number_metadata of this RecipientPhoneNumber. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._number_metadata + + @number_metadata.setter + def number_metadata(self, number_metadata): + """Sets the number_metadata of this RecipientPhoneNumber. + + + :param number_metadata: The number_metadata of this RecipientPhoneNumber. # noqa: E501 + :type: PropertyMetadata + """ + + self._number_metadata = number_metadata + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(RecipientPhoneNumber, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, RecipientPhoneNumber): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/docusign_esign/models/recipient_preview_request.py b/docusign_esign/models/recipient_preview_request.py index 4af9116e..185393ff 100644 --- a/docusign_esign/models/recipient_preview_request.py +++ b/docusign_esign/models/recipient_preview_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientPreviewRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, assertion_id=None, authentication_instant=None, authentication_method=None, ping_frequency=None, ping_url=None, recipient_id=None, return_url=None, security_domain=None, x_frame_options=None, x_frame_options_allow_from_url=None): - """ - RecipientPreviewRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'assertion_id': 'str', - 'authentication_instant': 'str', - 'authentication_method': 'str', - 'ping_frequency': 'str', - 'ping_url': 'str', - 'recipient_id': 'str', - 'return_url': 'str', - 'security_domain': 'str', - 'x_frame_options': 'str', - 'x_frame_options_allow_from_url': 'str' - } - - self.attribute_map = { - 'assertion_id': 'assertionId', - 'authentication_instant': 'authenticationInstant', - 'authentication_method': 'authenticationMethod', - 'ping_frequency': 'pingFrequency', - 'ping_url': 'pingUrl', - 'recipient_id': 'recipientId', - 'return_url': 'returnUrl', - 'security_domain': 'securityDomain', - 'x_frame_options': 'xFrameOptions', - 'x_frame_options_allow_from_url': 'xFrameOptionsAllowFromUrl' - } - - self._assertion_id = assertion_id - self._authentication_instant = authentication_instant - self._authentication_method = authentication_method - self._ping_frequency = ping_frequency - self._ping_url = ping_url - self._recipient_id = recipient_id - self._return_url = return_url - self._security_domain = security_domain - self._x_frame_options = x_frame_options - self._x_frame_options_allow_from_url = x_frame_options_allow_from_url + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'assertion_id': 'str', + 'authentication_instant': 'str', + 'authentication_method': 'str', + 'ping_frequency': 'str', + 'ping_url': 'str', + 'recipient_id': 'str', + 'return_url': 'str', + 'security_domain': 'str', + 'x_frame_options': 'str', + 'x_frame_options_allow_from_url': 'str' + } + + attribute_map = { + 'assertion_id': 'assertionId', + 'authentication_instant': 'authenticationInstant', + 'authentication_method': 'authenticationMethod', + 'ping_frequency': 'pingFrequency', + 'ping_url': 'pingUrl', + 'recipient_id': 'recipientId', + 'return_url': 'returnUrl', + 'security_domain': 'securityDomain', + 'x_frame_options': 'xFrameOptions', + 'x_frame_options_allow_from_url': 'xFrameOptionsAllowFromUrl' + } + + def __init__(self, assertion_id=None, authentication_instant=None, authentication_method=None, ping_frequency=None, ping_url=None, recipient_id=None, return_url=None, security_domain=None, x_frame_options=None, x_frame_options_allow_from_url=None): # noqa: E501 + """RecipientPreviewRequest - a model defined in Swagger""" # noqa: E501 + + self._assertion_id = None + self._authentication_instant = None + self._authentication_method = None + self._ping_frequency = None + self._ping_url = None + self._recipient_id = None + self._return_url = None + self._security_domain = None + self._x_frame_options = None + self._x_frame_options_allow_from_url = None + self.discriminator = None + + if assertion_id is not None: + self.assertion_id = assertion_id + if authentication_instant is not None: + self.authentication_instant = authentication_instant + if authentication_method is not None: + self.authentication_method = authentication_method + if ping_frequency is not None: + self.ping_frequency = ping_frequency + if ping_url is not None: + self.ping_url = ping_url + if recipient_id is not None: + self.recipient_id = recipient_id + if return_url is not None: + self.return_url = return_url + if security_domain is not None: + self.security_domain = security_domain + if x_frame_options is not None: + self.x_frame_options = x_frame_options + if x_frame_options_allow_from_url is not None: + self.x_frame_options_allow_from_url = x_frame_options_allow_from_url @property def assertion_id(self): - """ - Gets the assertion_id of this RecipientPreviewRequest. - + """Gets the assertion_id of this RecipientPreviewRequest. # noqa: E501 + + # noqa: E501 - :return: The assertion_id of this RecipientPreviewRequest. + :return: The assertion_id of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._assertion_id @assertion_id.setter def assertion_id(self, assertion_id): - """ - Sets the assertion_id of this RecipientPreviewRequest. - + """Sets the assertion_id of this RecipientPreviewRequest. - :param assertion_id: The assertion_id of this RecipientPreviewRequest. + # noqa: E501 + + :param assertion_id: The assertion_id of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def assertion_id(self, assertion_id): @property def authentication_instant(self): - """ - Gets the authentication_instant of this RecipientPreviewRequest. - + """Gets the authentication_instant of this RecipientPreviewRequest. # noqa: E501 - :return: The authentication_instant of this RecipientPreviewRequest. + # noqa: E501 + + :return: The authentication_instant of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._authentication_instant @authentication_instant.setter def authentication_instant(self, authentication_instant): - """ - Sets the authentication_instant of this RecipientPreviewRequest. - + """Sets the authentication_instant of this RecipientPreviewRequest. - :param authentication_instant: The authentication_instant of this RecipientPreviewRequest. + # noqa: E501 + + :param authentication_instant: The authentication_instant of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def authentication_instant(self, authentication_instant): @property def authentication_method(self): - """ - Gets the authentication_method of this RecipientPreviewRequest. - + """Gets the authentication_method of this RecipientPreviewRequest. # noqa: E501 - :return: The authentication_method of this RecipientPreviewRequest. + # noqa: E501 + + :return: The authentication_method of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._authentication_method @authentication_method.setter def authentication_method(self, authentication_method): - """ - Sets the authentication_method of this RecipientPreviewRequest. - + """Sets the authentication_method of this RecipientPreviewRequest. - :param authentication_method: The authentication_method of this RecipientPreviewRequest. + # noqa: E501 + + :param authentication_method: The authentication_method of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def authentication_method(self, authentication_method): @property def ping_frequency(self): - """ - Gets the ping_frequency of this RecipientPreviewRequest. - + """Gets the ping_frequency of this RecipientPreviewRequest. # noqa: E501 - :return: The ping_frequency of this RecipientPreviewRequest. + # noqa: E501 + + :return: The ping_frequency of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._ping_frequency @ping_frequency.setter def ping_frequency(self, ping_frequency): - """ - Sets the ping_frequency of this RecipientPreviewRequest. - + """Sets the ping_frequency of this RecipientPreviewRequest. - :param ping_frequency: The ping_frequency of this RecipientPreviewRequest. + # noqa: E501 + + :param ping_frequency: The ping_frequency of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def ping_frequency(self, ping_frequency): @property def ping_url(self): - """ - Gets the ping_url of this RecipientPreviewRequest. - + """Gets the ping_url of this RecipientPreviewRequest. # noqa: E501 - :return: The ping_url of this RecipientPreviewRequest. + # noqa: E501 + + :return: The ping_url of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._ping_url @ping_url.setter def ping_url(self, ping_url): - """ - Sets the ping_url of this RecipientPreviewRequest. - + """Sets the ping_url of this RecipientPreviewRequest. + + # noqa: E501 - :param ping_url: The ping_url of this RecipientPreviewRequest. + :param ping_url: The ping_url of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def ping_url(self, ping_url): @property def recipient_id(self): - """ - Gets the recipient_id of this RecipientPreviewRequest. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this RecipientPreviewRequest. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this RecipientPreviewRequest. + :return: The recipient_id of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this RecipientPreviewRequest. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this RecipientPreviewRequest. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this RecipientPreviewRequest. + :param recipient_id: The recipient_id of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def recipient_id(self, recipient_id): @property def return_url(self): - """ - Gets the return_url of this RecipientPreviewRequest. - + """Gets the return_url of this RecipientPreviewRequest. # noqa: E501 + + # noqa: E501 - :return: The return_url of this RecipientPreviewRequest. + :return: The return_url of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._return_url @return_url.setter def return_url(self, return_url): - """ - Sets the return_url of this RecipientPreviewRequest. - + """Sets the return_url of this RecipientPreviewRequest. + + # noqa: E501 - :param return_url: The return_url of this RecipientPreviewRequest. + :param return_url: The return_url of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def return_url(self, return_url): @property def security_domain(self): - """ - Gets the security_domain of this RecipientPreviewRequest. - + """Gets the security_domain of this RecipientPreviewRequest. # noqa: E501 + + # noqa: E501 - :return: The security_domain of this RecipientPreviewRequest. + :return: The security_domain of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._security_domain @security_domain.setter def security_domain(self, security_domain): - """ - Sets the security_domain of this RecipientPreviewRequest. - + """Sets the security_domain of this RecipientPreviewRequest. + + # noqa: E501 - :param security_domain: The security_domain of this RecipientPreviewRequest. + :param security_domain: The security_domain of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def security_domain(self, security_domain): @property def x_frame_options(self): - """ - Gets the x_frame_options of this RecipientPreviewRequest. - + """Gets the x_frame_options of this RecipientPreviewRequest. # noqa: E501 + + # noqa: E501 - :return: The x_frame_options of this RecipientPreviewRequest. + :return: The x_frame_options of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._x_frame_options @x_frame_options.setter def x_frame_options(self, x_frame_options): - """ - Sets the x_frame_options of this RecipientPreviewRequest. - + """Sets the x_frame_options of this RecipientPreviewRequest. + + # noqa: E501 - :param x_frame_options: The x_frame_options of this RecipientPreviewRequest. + :param x_frame_options: The x_frame_options of this RecipientPreviewRequest. # noqa: E501 :type: str """ @@ -276,34 +301,32 @@ def x_frame_options(self, x_frame_options): @property def x_frame_options_allow_from_url(self): - """ - Gets the x_frame_options_allow_from_url of this RecipientPreviewRequest. - + """Gets the x_frame_options_allow_from_url of this RecipientPreviewRequest. # noqa: E501 - :return: The x_frame_options_allow_from_url of this RecipientPreviewRequest. + # noqa: E501 + + :return: The x_frame_options_allow_from_url of this RecipientPreviewRequest. # noqa: E501 :rtype: str """ return self._x_frame_options_allow_from_url @x_frame_options_allow_from_url.setter def x_frame_options_allow_from_url(self, x_frame_options_allow_from_url): - """ - Sets the x_frame_options_allow_from_url of this RecipientPreviewRequest. - + """Sets the x_frame_options_allow_from_url of this RecipientPreviewRequest. - :param x_frame_options_allow_from_url: The x_frame_options_allow_from_url of this RecipientPreviewRequest. + # noqa: E501 + + :param x_frame_options_allow_from_url: The x_frame_options_allow_from_url of this RecipientPreviewRequest. # noqa: E501 :type: str """ self._x_frame_options_allow_from_url = x_frame_options_allow_from_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientPreviewRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientPreviewRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_proof_file.py b/docusign_esign/models/recipient_proof_file.py index 6e768242..e5db12ef 100644 --- a/docusign_esign/models/recipient_proof_file.py +++ b/docusign_esign/models/recipient_proof_file.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientProofFile(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, is_in_proof_file=None): - """ - RecipientProofFile - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'is_in_proof_file': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'is_in_proof_file': 'str' + } - self.attribute_map = { - 'is_in_proof_file': 'isInProofFile' - } + attribute_map = { + 'is_in_proof_file': 'isInProofFile' + } - self._is_in_proof_file = is_in_proof_file + def __init__(self, is_in_proof_file=None): # noqa: E501 + """RecipientProofFile - a model defined in Swagger""" # noqa: E501 + + self._is_in_proof_file = None + self.discriminator = None + + if is_in_proof_file is not None: + self.is_in_proof_file = is_in_proof_file @property def is_in_proof_file(self): - """ - Gets the is_in_proof_file of this RecipientProofFile. - + """Gets the is_in_proof_file of this RecipientProofFile. # noqa: E501 + + # noqa: E501 - :return: The is_in_proof_file of this RecipientProofFile. + :return: The is_in_proof_file of this RecipientProofFile. # noqa: E501 :rtype: str """ return self._is_in_proof_file @is_in_proof_file.setter def is_in_proof_file(self, is_in_proof_file): - """ - Sets the is_in_proof_file of this RecipientProofFile. - + """Sets the is_in_proof_file of this RecipientProofFile. - :param is_in_proof_file: The is_in_proof_file of this RecipientProofFile. + # noqa: E501 + + :param is_in_proof_file: The is_in_proof_file of this RecipientProofFile. # noqa: E501 :type: str """ self._is_in_proof_file = is_in_proof_file def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientProofFile, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientProofFile): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_signature_information.py b/docusign_esign/models/recipient_signature_information.py index fddc91b3..6c436e5b 100644 --- a/docusign_esign/models/recipient_signature_information.py +++ b/docusign_esign/models/recipient_signature_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientSignatureInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, font_style=None, signature_initials=None, signature_name=None): - """ - RecipientSignatureInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'font_style': 'str', - 'signature_initials': 'str', - 'signature_name': 'str' - } - - self.attribute_map = { - 'font_style': 'fontStyle', - 'signature_initials': 'signatureInitials', - 'signature_name': 'signatureName' - } - - self._font_style = font_style - self._signature_initials = signature_initials - self._signature_name = signature_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'font_style': 'str', + 'signature_initials': 'str', + 'signature_name': 'str' + } + + attribute_map = { + 'font_style': 'fontStyle', + 'signature_initials': 'signatureInitials', + 'signature_name': 'signatureName' + } + + def __init__(self, font_style=None, signature_initials=None, signature_name=None): # noqa: E501 + """RecipientSignatureInformation - a model defined in Swagger""" # noqa: E501 + + self._font_style = None + self._signature_initials = None + self._signature_name = None + self.discriminator = None + + if font_style is not None: + self.font_style = font_style + if signature_initials is not None: + self.signature_initials = signature_initials + if signature_name is not None: + self.signature_name = signature_name @property def font_style(self): - """ - Gets the font_style of this RecipientSignatureInformation. - + """Gets the font_style of this RecipientSignatureInformation. # noqa: E501 + + # noqa: E501 - :return: The font_style of this RecipientSignatureInformation. + :return: The font_style of this RecipientSignatureInformation. # noqa: E501 :rtype: str """ return self._font_style @font_style.setter def font_style(self, font_style): - """ - Sets the font_style of this RecipientSignatureInformation. - + """Sets the font_style of this RecipientSignatureInformation. + + # noqa: E501 - :param font_style: The font_style of this RecipientSignatureInformation. + :param font_style: The font_style of this RecipientSignatureInformation. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def font_style(self, font_style): @property def signature_initials(self): - """ - Gets the signature_initials of this RecipientSignatureInformation. - + """Gets the signature_initials of this RecipientSignatureInformation. # noqa: E501 + + # noqa: E501 - :return: The signature_initials of this RecipientSignatureInformation. + :return: The signature_initials of this RecipientSignatureInformation. # noqa: E501 :rtype: str """ return self._signature_initials @signature_initials.setter def signature_initials(self, signature_initials): - """ - Sets the signature_initials of this RecipientSignatureInformation. - + """Sets the signature_initials of this RecipientSignatureInformation. + + # noqa: E501 - :param signature_initials: The signature_initials of this RecipientSignatureInformation. + :param signature_initials: The signature_initials of this RecipientSignatureInformation. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def signature_initials(self, signature_initials): @property def signature_name(self): - """ - Gets the signature_name of this RecipientSignatureInformation. - Specifies the user signature name. + """Gets the signature_name of this RecipientSignatureInformation. # noqa: E501 - :return: The signature_name of this RecipientSignatureInformation. + Specifies the user signature name. # noqa: E501 + + :return: The signature_name of this RecipientSignatureInformation. # noqa: E501 :rtype: str """ return self._signature_name @signature_name.setter def signature_name(self, signature_name): - """ - Sets the signature_name of this RecipientSignatureInformation. - Specifies the user signature name. + """Sets the signature_name of this RecipientSignatureInformation. - :param signature_name: The signature_name of this RecipientSignatureInformation. + Specifies the user signature name. # noqa: E501 + + :param signature_name: The signature_name of this RecipientSignatureInformation. # noqa: E501 :type: str """ self._signature_name = signature_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientSignatureInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientSignatureInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_signature_provider.py b/docusign_esign/models/recipient_signature_provider.py index 7c5cc942..f547f7fe 100644 --- a/docusign_esign/models/recipient_signature_provider.py +++ b/docusign_esign/models/recipient_signature_provider.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientSignatureProvider(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, seal_documents_with_tabs_only=None, seal_name=None, signature_provider_name=None, signature_provider_name_metadata=None, signature_provider_options=None): - """ - RecipientSignatureProvider - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'seal_documents_with_tabs_only': 'str', - 'seal_name': 'str', - 'signature_provider_name': 'str', - 'signature_provider_name_metadata': 'PropertyMetadata', - 'signature_provider_options': 'RecipientSignatureProviderOptions' - } - - self.attribute_map = { - 'seal_documents_with_tabs_only': 'sealDocumentsWithTabsOnly', - 'seal_name': 'sealName', - 'signature_provider_name': 'signatureProviderName', - 'signature_provider_name_metadata': 'signatureProviderNameMetadata', - 'signature_provider_options': 'signatureProviderOptions' - } - self._seal_documents_with_tabs_only = seal_documents_with_tabs_only - self._seal_name = seal_name - self._signature_provider_name = signature_provider_name - self._signature_provider_name_metadata = signature_provider_name_metadata - self._signature_provider_options = signature_provider_options + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'seal_documents_with_tabs_only': 'str', + 'seal_name': 'str', + 'signature_provider_name': 'str', + 'signature_provider_name_metadata': 'PropertyMetadata', + 'signature_provider_options': 'RecipientSignatureProviderOptions' + } + + attribute_map = { + 'seal_documents_with_tabs_only': 'sealDocumentsWithTabsOnly', + 'seal_name': 'sealName', + 'signature_provider_name': 'signatureProviderName', + 'signature_provider_name_metadata': 'signatureProviderNameMetadata', + 'signature_provider_options': 'signatureProviderOptions' + } + + def __init__(self, seal_documents_with_tabs_only=None, seal_name=None, signature_provider_name=None, signature_provider_name_metadata=None, signature_provider_options=None): # noqa: E501 + """RecipientSignatureProvider - a model defined in Swagger""" # noqa: E501 + + self._seal_documents_with_tabs_only = None + self._seal_name = None + self._signature_provider_name = None + self._signature_provider_name_metadata = None + self._signature_provider_options = None + self.discriminator = None + + if seal_documents_with_tabs_only is not None: + self.seal_documents_with_tabs_only = seal_documents_with_tabs_only + if seal_name is not None: + self.seal_name = seal_name + if signature_provider_name is not None: + self.signature_provider_name = signature_provider_name + if signature_provider_name_metadata is not None: + self.signature_provider_name_metadata = signature_provider_name_metadata + if signature_provider_options is not None: + self.signature_provider_options = signature_provider_options @property def seal_documents_with_tabs_only(self): - """ - Gets the seal_documents_with_tabs_only of this RecipientSignatureProvider. - + """Gets the seal_documents_with_tabs_only of this RecipientSignatureProvider. # noqa: E501 - :return: The seal_documents_with_tabs_only of this RecipientSignatureProvider. + # noqa: E501 + + :return: The seal_documents_with_tabs_only of this RecipientSignatureProvider. # noqa: E501 :rtype: str """ return self._seal_documents_with_tabs_only @seal_documents_with_tabs_only.setter def seal_documents_with_tabs_only(self, seal_documents_with_tabs_only): - """ - Sets the seal_documents_with_tabs_only of this RecipientSignatureProvider. - + """Sets the seal_documents_with_tabs_only of this RecipientSignatureProvider. + + # noqa: E501 - :param seal_documents_with_tabs_only: The seal_documents_with_tabs_only of this RecipientSignatureProvider. + :param seal_documents_with_tabs_only: The seal_documents_with_tabs_only of this RecipientSignatureProvider. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def seal_documents_with_tabs_only(self, seal_documents_with_tabs_only): @property def seal_name(self): - """ - Gets the seal_name of this RecipientSignatureProvider. - + """Gets the seal_name of this RecipientSignatureProvider. # noqa: E501 + + # noqa: E501 - :return: The seal_name of this RecipientSignatureProvider. + :return: The seal_name of this RecipientSignatureProvider. # noqa: E501 :rtype: str """ return self._seal_name @seal_name.setter def seal_name(self, seal_name): - """ - Sets the seal_name of this RecipientSignatureProvider. - + """Sets the seal_name of this RecipientSignatureProvider. - :param seal_name: The seal_name of this RecipientSignatureProvider. + # noqa: E501 + + :param seal_name: The seal_name of this RecipientSignatureProvider. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def seal_name(self, seal_name): @property def signature_provider_name(self): - """ - Gets the signature_provider_name of this RecipientSignatureProvider. - + """Gets the signature_provider_name of this RecipientSignatureProvider. # noqa: E501 - :return: The signature_provider_name of this RecipientSignatureProvider. + # noqa: E501 + + :return: The signature_provider_name of this RecipientSignatureProvider. # noqa: E501 :rtype: str """ return self._signature_provider_name @signature_provider_name.setter def signature_provider_name(self, signature_provider_name): - """ - Sets the signature_provider_name of this RecipientSignatureProvider. - + """Sets the signature_provider_name of this RecipientSignatureProvider. + + # noqa: E501 - :param signature_provider_name: The signature_provider_name of this RecipientSignatureProvider. + :param signature_provider_name: The signature_provider_name of this RecipientSignatureProvider. # noqa: E501 :type: str """ @@ -123,20 +138,20 @@ def signature_provider_name(self, signature_provider_name): @property def signature_provider_name_metadata(self): - """ - Gets the signature_provider_name_metadata of this RecipientSignatureProvider. + """Gets the signature_provider_name_metadata of this RecipientSignatureProvider. # noqa: E501 + - :return: The signature_provider_name_metadata of this RecipientSignatureProvider. + :return: The signature_provider_name_metadata of this RecipientSignatureProvider. # noqa: E501 :rtype: PropertyMetadata """ return self._signature_provider_name_metadata @signature_provider_name_metadata.setter def signature_provider_name_metadata(self, signature_provider_name_metadata): - """ - Sets the signature_provider_name_metadata of this RecipientSignatureProvider. + """Sets the signature_provider_name_metadata of this RecipientSignatureProvider. - :param signature_provider_name_metadata: The signature_provider_name_metadata of this RecipientSignatureProvider. + + :param signature_provider_name_metadata: The signature_provider_name_metadata of this RecipientSignatureProvider. # noqa: E501 :type: PropertyMetadata """ @@ -144,32 +159,30 @@ def signature_provider_name_metadata(self, signature_provider_name_metadata): @property def signature_provider_options(self): - """ - Gets the signature_provider_options of this RecipientSignatureProvider. + """Gets the signature_provider_options of this RecipientSignatureProvider. # noqa: E501 + - :return: The signature_provider_options of this RecipientSignatureProvider. + :return: The signature_provider_options of this RecipientSignatureProvider. # noqa: E501 :rtype: RecipientSignatureProviderOptions """ return self._signature_provider_options @signature_provider_options.setter def signature_provider_options(self, signature_provider_options): - """ - Sets the signature_provider_options of this RecipientSignatureProvider. + """Sets the signature_provider_options of this RecipientSignatureProvider. + - :param signature_provider_options: The signature_provider_options of this RecipientSignatureProvider. + :param signature_provider_options: The signature_provider_options of this RecipientSignatureProvider. # noqa: E501 :type: RecipientSignatureProviderOptions """ self._signature_provider_options = signature_provider_options def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -186,29 +199,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientSignatureProvider, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientSignatureProvider): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_signature_provider_options.py b/docusign_esign/models/recipient_signature_provider_options.py index 6021d16a..a54a1f95 100644 --- a/docusign_esign/models/recipient_signature_provider_options.py +++ b/docusign_esign/models/recipient_signature_provider_options.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientSignatureProviderOptions(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, cpf_number=None, cpf_number_metadata=None, one_time_password=None, one_time_password_metadata=None, signer_role=None, signer_role_metadata=None, sms=None, sms_metadata=None): - """ - RecipientSignatureProviderOptions - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'cpf_number': 'str', - 'cpf_number_metadata': 'PropertyMetadata', - 'one_time_password': 'str', - 'one_time_password_metadata': 'PropertyMetadata', - 'signer_role': 'str', - 'signer_role_metadata': 'PropertyMetadata', - 'sms': 'str', - 'sms_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'cpf_number': 'cpfNumber', - 'cpf_number_metadata': 'cpfNumberMetadata', - 'one_time_password': 'oneTimePassword', - 'one_time_password_metadata': 'oneTimePasswordMetadata', - 'signer_role': 'signerRole', - 'signer_role_metadata': 'signerRoleMetadata', - 'sms': 'sms', - 'sms_metadata': 'smsMetadata' - } - - self._cpf_number = cpf_number - self._cpf_number_metadata = cpf_number_metadata - self._one_time_password = one_time_password - self._one_time_password_metadata = one_time_password_metadata - self._signer_role = signer_role - self._signer_role_metadata = signer_role_metadata - self._sms = sms - self._sms_metadata = sms_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cpf_number': 'str', + 'cpf_number_metadata': 'PropertyMetadata', + 'one_time_password': 'str', + 'one_time_password_metadata': 'PropertyMetadata', + 'signer_role': 'str', + 'signer_role_metadata': 'PropertyMetadata', + 'sms': 'str', + 'sms_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'cpf_number': 'cpfNumber', + 'cpf_number_metadata': 'cpfNumberMetadata', + 'one_time_password': 'oneTimePassword', + 'one_time_password_metadata': 'oneTimePasswordMetadata', + 'signer_role': 'signerRole', + 'signer_role_metadata': 'signerRoleMetadata', + 'sms': 'sms', + 'sms_metadata': 'smsMetadata' + } + + def __init__(self, cpf_number=None, cpf_number_metadata=None, one_time_password=None, one_time_password_metadata=None, signer_role=None, signer_role_metadata=None, sms=None, sms_metadata=None): # noqa: E501 + """RecipientSignatureProviderOptions - a model defined in Swagger""" # noqa: E501 + + self._cpf_number = None + self._cpf_number_metadata = None + self._one_time_password = None + self._one_time_password_metadata = None + self._signer_role = None + self._signer_role_metadata = None + self._sms = None + self._sms_metadata = None + self.discriminator = None + + if cpf_number is not None: + self.cpf_number = cpf_number + if cpf_number_metadata is not None: + self.cpf_number_metadata = cpf_number_metadata + if one_time_password is not None: + self.one_time_password = one_time_password + if one_time_password_metadata is not None: + self.one_time_password_metadata = one_time_password_metadata + if signer_role is not None: + self.signer_role = signer_role + if signer_role_metadata is not None: + self.signer_role_metadata = signer_role_metadata + if sms is not None: + self.sms = sms + if sms_metadata is not None: + self.sms_metadata = sms_metadata @property def cpf_number(self): - """ - Gets the cpf_number of this RecipientSignatureProviderOptions. - + """Gets the cpf_number of this RecipientSignatureProviderOptions. # noqa: E501 - :return: The cpf_number of this RecipientSignatureProviderOptions. + # noqa: E501 + + :return: The cpf_number of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: str """ return self._cpf_number @cpf_number.setter def cpf_number(self, cpf_number): - """ - Sets the cpf_number of this RecipientSignatureProviderOptions. - + """Sets the cpf_number of this RecipientSignatureProviderOptions. - :param cpf_number: The cpf_number of this RecipientSignatureProviderOptions. + # noqa: E501 + + :param cpf_number: The cpf_number of this RecipientSignatureProviderOptions. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def cpf_number(self, cpf_number): @property def cpf_number_metadata(self): - """ - Gets the cpf_number_metadata of this RecipientSignatureProviderOptions. + """Gets the cpf_number_metadata of this RecipientSignatureProviderOptions. # noqa: E501 - :return: The cpf_number_metadata of this RecipientSignatureProviderOptions. + + :return: The cpf_number_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: PropertyMetadata """ return self._cpf_number_metadata @cpf_number_metadata.setter def cpf_number_metadata(self, cpf_number_metadata): - """ - Sets the cpf_number_metadata of this RecipientSignatureProviderOptions. + """Sets the cpf_number_metadata of this RecipientSignatureProviderOptions. - :param cpf_number_metadata: The cpf_number_metadata of this RecipientSignatureProviderOptions. + + :param cpf_number_metadata: The cpf_number_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :type: PropertyMetadata """ @@ -107,22 +128,22 @@ def cpf_number_metadata(self, cpf_number_metadata): @property def one_time_password(self): - """ - Gets the one_time_password of this RecipientSignatureProviderOptions. - + """Gets the one_time_password of this RecipientSignatureProviderOptions. # noqa: E501 - :return: The one_time_password of this RecipientSignatureProviderOptions. + # noqa: E501 + + :return: The one_time_password of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: str """ return self._one_time_password @one_time_password.setter def one_time_password(self, one_time_password): - """ - Sets the one_time_password of this RecipientSignatureProviderOptions. - + """Sets the one_time_password of this RecipientSignatureProviderOptions. - :param one_time_password: The one_time_password of this RecipientSignatureProviderOptions. + # noqa: E501 + + :param one_time_password: The one_time_password of this RecipientSignatureProviderOptions. # noqa: E501 :type: str """ @@ -130,20 +151,20 @@ def one_time_password(self, one_time_password): @property def one_time_password_metadata(self): - """ - Gets the one_time_password_metadata of this RecipientSignatureProviderOptions. + """Gets the one_time_password_metadata of this RecipientSignatureProviderOptions. # noqa: E501 + - :return: The one_time_password_metadata of this RecipientSignatureProviderOptions. + :return: The one_time_password_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: PropertyMetadata """ return self._one_time_password_metadata @one_time_password_metadata.setter def one_time_password_metadata(self, one_time_password_metadata): - """ - Sets the one_time_password_metadata of this RecipientSignatureProviderOptions. + """Sets the one_time_password_metadata of this RecipientSignatureProviderOptions. + - :param one_time_password_metadata: The one_time_password_metadata of this RecipientSignatureProviderOptions. + :param one_time_password_metadata: The one_time_password_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :type: PropertyMetadata """ @@ -151,22 +172,22 @@ def one_time_password_metadata(self, one_time_password_metadata): @property def signer_role(self): - """ - Gets the signer_role of this RecipientSignatureProviderOptions. - + """Gets the signer_role of this RecipientSignatureProviderOptions. # noqa: E501 + + # noqa: E501 - :return: The signer_role of this RecipientSignatureProviderOptions. + :return: The signer_role of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: str """ return self._signer_role @signer_role.setter def signer_role(self, signer_role): - """ - Sets the signer_role of this RecipientSignatureProviderOptions. - + """Sets the signer_role of this RecipientSignatureProviderOptions. + + # noqa: E501 - :param signer_role: The signer_role of this RecipientSignatureProviderOptions. + :param signer_role: The signer_role of this RecipientSignatureProviderOptions. # noqa: E501 :type: str """ @@ -174,20 +195,20 @@ def signer_role(self, signer_role): @property def signer_role_metadata(self): - """ - Gets the signer_role_metadata of this RecipientSignatureProviderOptions. + """Gets the signer_role_metadata of this RecipientSignatureProviderOptions. # noqa: E501 + - :return: The signer_role_metadata of this RecipientSignatureProviderOptions. + :return: The signer_role_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: PropertyMetadata """ return self._signer_role_metadata @signer_role_metadata.setter def signer_role_metadata(self, signer_role_metadata): - """ - Sets the signer_role_metadata of this RecipientSignatureProviderOptions. + """Sets the signer_role_metadata of this RecipientSignatureProviderOptions. + - :param signer_role_metadata: The signer_role_metadata of this RecipientSignatureProviderOptions. + :param signer_role_metadata: The signer_role_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :type: PropertyMetadata """ @@ -195,22 +216,22 @@ def signer_role_metadata(self, signer_role_metadata): @property def sms(self): - """ - Gets the sms of this RecipientSignatureProviderOptions. - + """Gets the sms of this RecipientSignatureProviderOptions. # noqa: E501 + + # noqa: E501 - :return: The sms of this RecipientSignatureProviderOptions. + :return: The sms of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: str """ return self._sms @sms.setter def sms(self, sms): - """ - Sets the sms of this RecipientSignatureProviderOptions. - + """Sets the sms of this RecipientSignatureProviderOptions. + + # noqa: E501 - :param sms: The sms of this RecipientSignatureProviderOptions. + :param sms: The sms of this RecipientSignatureProviderOptions. # noqa: E501 :type: str """ @@ -218,32 +239,30 @@ def sms(self, sms): @property def sms_metadata(self): - """ - Gets the sms_metadata of this RecipientSignatureProviderOptions. + """Gets the sms_metadata of this RecipientSignatureProviderOptions. # noqa: E501 - :return: The sms_metadata of this RecipientSignatureProviderOptions. + + :return: The sms_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :rtype: PropertyMetadata """ return self._sms_metadata @sms_metadata.setter def sms_metadata(self, sms_metadata): - """ - Sets the sms_metadata of this RecipientSignatureProviderOptions. + """Sets the sms_metadata of this RecipientSignatureProviderOptions. - :param sms_metadata: The sms_metadata of this RecipientSignatureProviderOptions. + + :param sms_metadata: The sms_metadata of this RecipientSignatureProviderOptions. # noqa: E501 :type: PropertyMetadata """ self._sms_metadata = sms_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -260,29 +279,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientSignatureProviderOptions, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientSignatureProviderOptions): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_sms_authentication.py b/docusign_esign/models/recipient_sms_authentication.py index ad2d5f0e..7c272fa2 100644 --- a/docusign_esign/models/recipient_sms_authentication.py +++ b/docusign_esign/models/recipient_sms_authentication.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientSMSAuthentication(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, sender_provided_numbers=None, sender_provided_numbers_metadata=None): - """ - RecipientSMSAuthentication - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'sender_provided_numbers': 'list[str]', - 'sender_provided_numbers_metadata': 'PropertyMetadata' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'sender_provided_numbers': 'list[str]', + 'sender_provided_numbers_metadata': 'PropertyMetadata' + } - self.attribute_map = { - 'sender_provided_numbers': 'senderProvidedNumbers', - 'sender_provided_numbers_metadata': 'senderProvidedNumbersMetadata' - } + attribute_map = { + 'sender_provided_numbers': 'senderProvidedNumbers', + 'sender_provided_numbers_metadata': 'senderProvidedNumbersMetadata' + } - self._sender_provided_numbers = sender_provided_numbers - self._sender_provided_numbers_metadata = sender_provided_numbers_metadata + def __init__(self, sender_provided_numbers=None, sender_provided_numbers_metadata=None): # noqa: E501 + """RecipientSMSAuthentication - a model defined in Swagger""" # noqa: E501 + + self._sender_provided_numbers = None + self._sender_provided_numbers_metadata = None + self.discriminator = None + + if sender_provided_numbers is not None: + self.sender_provided_numbers = sender_provided_numbers + if sender_provided_numbers_metadata is not None: + self.sender_provided_numbers_metadata = sender_provided_numbers_metadata @property def sender_provided_numbers(self): - """ - Gets the sender_provided_numbers of this RecipientSMSAuthentication. - An Array containing a list of phone numbers the recipient may use for SMS text authentication. + """Gets the sender_provided_numbers of this RecipientSMSAuthentication. # noqa: E501 - :return: The sender_provided_numbers of this RecipientSMSAuthentication. + An Array containing a list of phone numbers the recipient may use for SMS text authentication. # noqa: E501 + + :return: The sender_provided_numbers of this RecipientSMSAuthentication. # noqa: E501 :rtype: list[str] """ return self._sender_provided_numbers @sender_provided_numbers.setter def sender_provided_numbers(self, sender_provided_numbers): - """ - Sets the sender_provided_numbers of this RecipientSMSAuthentication. - An Array containing a list of phone numbers the recipient may use for SMS text authentication. + """Sets the sender_provided_numbers of this RecipientSMSAuthentication. + + An Array containing a list of phone numbers the recipient may use for SMS text authentication. # noqa: E501 - :param sender_provided_numbers: The sender_provided_numbers of this RecipientSMSAuthentication. + :param sender_provided_numbers: The sender_provided_numbers of this RecipientSMSAuthentication. # noqa: E501 :type: list[str] """ @@ -68,32 +77,30 @@ def sender_provided_numbers(self, sender_provided_numbers): @property def sender_provided_numbers_metadata(self): - """ - Gets the sender_provided_numbers_metadata of this RecipientSMSAuthentication. + """Gets the sender_provided_numbers_metadata of this RecipientSMSAuthentication. # noqa: E501 + - :return: The sender_provided_numbers_metadata of this RecipientSMSAuthentication. + :return: The sender_provided_numbers_metadata of this RecipientSMSAuthentication. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_provided_numbers_metadata @sender_provided_numbers_metadata.setter def sender_provided_numbers_metadata(self, sender_provided_numbers_metadata): - """ - Sets the sender_provided_numbers_metadata of this RecipientSMSAuthentication. + """Sets the sender_provided_numbers_metadata of this RecipientSMSAuthentication. + - :param sender_provided_numbers_metadata: The sender_provided_numbers_metadata of this RecipientSMSAuthentication. + :param sender_provided_numbers_metadata: The sender_provided_numbers_metadata of this RecipientSMSAuthentication. # noqa: E501 :type: PropertyMetadata """ self._sender_provided_numbers_metadata = sender_provided_numbers_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -110,29 +117,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientSMSAuthentication, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientSMSAuthentication): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_update_response.py b/docusign_esign/models/recipient_update_response.py index f74e794c..9045b4d4 100644 --- a/docusign_esign/models/recipient_update_response.py +++ b/docusign_esign/models/recipient_update_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientUpdateResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, combined=None, error_details=None, recipient_id=None, recipient_id_guid=None, tabs=None): - """ - RecipientUpdateResponse - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'combined': 'str', - 'error_details': 'ErrorDetails', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'tabs': 'Tabs' - } - - self.attribute_map = { - 'combined': 'combined', - 'error_details': 'errorDetails', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'tabs': 'tabs' - } - self._combined = combined - self._error_details = error_details - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._tabs = tabs + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'combined': 'str', + 'error_details': 'ErrorDetails', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'tabs': 'Tabs' + } + + attribute_map = { + 'combined': 'combined', + 'error_details': 'errorDetails', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'tabs': 'tabs' + } + + def __init__(self, combined=None, error_details=None, recipient_id=None, recipient_id_guid=None, tabs=None): # noqa: E501 + """RecipientUpdateResponse - a model defined in Swagger""" # noqa: E501 + + self._combined = None + self._error_details = None + self._recipient_id = None + self._recipient_id_guid = None + self._tabs = None + self.discriminator = None + + if combined is not None: + self.combined = combined + if error_details is not None: + self.error_details = error_details + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if tabs is not None: + self.tabs = tabs @property def combined(self): - """ - Gets the combined of this RecipientUpdateResponse. - + """Gets the combined of this RecipientUpdateResponse. # noqa: E501 - :return: The combined of this RecipientUpdateResponse. + # noqa: E501 + + :return: The combined of this RecipientUpdateResponse. # noqa: E501 :rtype: str """ return self._combined @combined.setter def combined(self, combined): - """ - Sets the combined of this RecipientUpdateResponse. - + """Sets the combined of this RecipientUpdateResponse. + + # noqa: E501 - :param combined: The combined of this RecipientUpdateResponse. + :param combined: The combined of this RecipientUpdateResponse. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def combined(self, combined): @property def error_details(self): - """ - Gets the error_details of this RecipientUpdateResponse. + """Gets the error_details of this RecipientUpdateResponse. # noqa: E501 + - :return: The error_details of this RecipientUpdateResponse. + :return: The error_details of this RecipientUpdateResponse. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this RecipientUpdateResponse. + """Sets the error_details of this RecipientUpdateResponse. - :param error_details: The error_details of this RecipientUpdateResponse. + + :param error_details: The error_details of this RecipientUpdateResponse. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def recipient_id(self): - """ - Gets the recipient_id of this RecipientUpdateResponse. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this RecipientUpdateResponse. # noqa: E501 - :return: The recipient_id of this RecipientUpdateResponse. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this RecipientUpdateResponse. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this RecipientUpdateResponse. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this RecipientUpdateResponse. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this RecipientUpdateResponse. + :param recipient_id: The recipient_id of this RecipientUpdateResponse. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this RecipientUpdateResponse. - + """Gets the recipient_id_guid of this RecipientUpdateResponse. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this RecipientUpdateResponse. + :return: The recipient_id_guid of this RecipientUpdateResponse. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this RecipientUpdateResponse. - + """Sets the recipient_id_guid of this RecipientUpdateResponse. - :param recipient_id_guid: The recipient_id_guid of this RecipientUpdateResponse. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this RecipientUpdateResponse. # noqa: E501 :type: str """ @@ -144,32 +159,30 @@ def recipient_id_guid(self, recipient_id_guid): @property def tabs(self): - """ - Gets the tabs of this RecipientUpdateResponse. + """Gets the tabs of this RecipientUpdateResponse. # noqa: E501 + - :return: The tabs of this RecipientUpdateResponse. + :return: The tabs of this RecipientUpdateResponse. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this RecipientUpdateResponse. + """Sets the tabs of this RecipientUpdateResponse. + - :param tabs: The tabs of this RecipientUpdateResponse. + :param tabs: The tabs of this RecipientUpdateResponse. # noqa: E501 :type: Tabs """ self._tabs = tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -186,29 +199,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientUpdateResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientUpdateResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipient_view_request.py b/docusign_esign/models/recipient_view_request.py index 586c3f20..0400c81c 100644 --- a/docusign_esign/models/recipient_view_request.py +++ b/docusign_esign/models/recipient_view_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,92 +11,135 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientViewRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, assertion_id=None, authentication_instant=None, authentication_method=None, client_user_id=None, email=None, ping_frequency=None, ping_url=None, recipient_id=None, return_url=None, security_domain=None, user_id=None, user_name=None, x_frame_options=None, x_frame_options_allow_from_url=None): - """ - RecipientViewRequest - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'assertion_id': 'str', - 'authentication_instant': 'str', - 'authentication_method': 'str', - 'client_user_id': 'str', - 'email': 'str', - 'ping_frequency': 'str', - 'ping_url': 'str', - 'recipient_id': 'str', - 'return_url': 'str', - 'security_domain': 'str', - 'user_id': 'str', - 'user_name': 'str', - 'x_frame_options': 'str', - 'x_frame_options_allow_from_url': 'str' - } - - self.attribute_map = { - 'assertion_id': 'assertionId', - 'authentication_instant': 'authenticationInstant', - 'authentication_method': 'authenticationMethod', - 'client_user_id': 'clientUserId', - 'email': 'email', - 'ping_frequency': 'pingFrequency', - 'ping_url': 'pingUrl', - 'recipient_id': 'recipientId', - 'return_url': 'returnUrl', - 'security_domain': 'securityDomain', - 'user_id': 'userId', - 'user_name': 'userName', - 'x_frame_options': 'xFrameOptions', - 'x_frame_options_allow_from_url': 'xFrameOptionsAllowFromUrl' - } - self._assertion_id = assertion_id - self._authentication_instant = authentication_instant - self._authentication_method = authentication_method - self._client_user_id = client_user_id - self._email = email - self._ping_frequency = ping_frequency - self._ping_url = ping_url - self._recipient_id = recipient_id - self._return_url = return_url - self._security_domain = security_domain - self._user_id = user_id - self._user_name = user_name - self._x_frame_options = x_frame_options - self._x_frame_options_allow_from_url = x_frame_options_allow_from_url + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'assertion_id': 'str', + 'authentication_instant': 'str', + 'authentication_method': 'str', + 'client_user_id': 'str', + 'email': 'str', + 'frame_ancestors': 'list[str]', + 'message_origins': 'list[str]', + 'ping_frequency': 'str', + 'ping_url': 'str', + 'recipient_id': 'str', + 'return_url': 'str', + 'security_domain': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'x_frame_options': 'str', + 'x_frame_options_allow_from_url': 'str' + } + + attribute_map = { + 'assertion_id': 'assertionId', + 'authentication_instant': 'authenticationInstant', + 'authentication_method': 'authenticationMethod', + 'client_user_id': 'clientUserId', + 'email': 'email', + 'frame_ancestors': 'frameAncestors', + 'message_origins': 'messageOrigins', + 'ping_frequency': 'pingFrequency', + 'ping_url': 'pingUrl', + 'recipient_id': 'recipientId', + 'return_url': 'returnUrl', + 'security_domain': 'securityDomain', + 'user_id': 'userId', + 'user_name': 'userName', + 'x_frame_options': 'xFrameOptions', + 'x_frame_options_allow_from_url': 'xFrameOptionsAllowFromUrl' + } + + def __init__(self, assertion_id=None, authentication_instant=None, authentication_method=None, client_user_id=None, email=None, frame_ancestors=None, message_origins=None, ping_frequency=None, ping_url=None, recipient_id=None, return_url=None, security_domain=None, user_id=None, user_name=None, x_frame_options=None, x_frame_options_allow_from_url=None): # noqa: E501 + """RecipientViewRequest - a model defined in Swagger""" # noqa: E501 + + self._assertion_id = None + self._authentication_instant = None + self._authentication_method = None + self._client_user_id = None + self._email = None + self._frame_ancestors = None + self._message_origins = None + self._ping_frequency = None + self._ping_url = None + self._recipient_id = None + self._return_url = None + self._security_domain = None + self._user_id = None + self._user_name = None + self._x_frame_options = None + self._x_frame_options_allow_from_url = None + self.discriminator = None + + if assertion_id is not None: + self.assertion_id = assertion_id + if authentication_instant is not None: + self.authentication_instant = authentication_instant + if authentication_method is not None: + self.authentication_method = authentication_method + if client_user_id is not None: + self.client_user_id = client_user_id + if email is not None: + self.email = email + if frame_ancestors is not None: + self.frame_ancestors = frame_ancestors + if message_origins is not None: + self.message_origins = message_origins + if ping_frequency is not None: + self.ping_frequency = ping_frequency + if ping_url is not None: + self.ping_url = ping_url + if recipient_id is not None: + self.recipient_id = recipient_id + if return_url is not None: + self.return_url = return_url + if security_domain is not None: + self.security_domain = security_domain + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name + if x_frame_options is not None: + self.x_frame_options = x_frame_options + if x_frame_options_allow_from_url is not None: + self.x_frame_options_allow_from_url = x_frame_options_allow_from_url @property def assertion_id(self): - """ - Gets the assertion_id of this RecipientViewRequest. - A unique identifier of the authentication event executed by the client application. + """Gets the assertion_id of this RecipientViewRequest. # noqa: E501 + + A unique identifier of the authentication event executed by the client application. # noqa: E501 - :return: The assertion_id of this RecipientViewRequest. + :return: The assertion_id of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._assertion_id @assertion_id.setter def assertion_id(self, assertion_id): - """ - Sets the assertion_id of this RecipientViewRequest. - A unique identifier of the authentication event executed by the client application. + """Sets the assertion_id of this RecipientViewRequest. + + A unique identifier of the authentication event executed by the client application. # noqa: E501 - :param assertion_id: The assertion_id of this RecipientViewRequest. + :param assertion_id: The assertion_id of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -104,22 +147,22 @@ def assertion_id(self, assertion_id): @property def authentication_instant(self): - """ - Gets the authentication_instant of this RecipientViewRequest. - A sender generated value that indicates the date/time that the signer was authenticated. + """Gets the authentication_instant of this RecipientViewRequest. # noqa: E501 - :return: The authentication_instant of this RecipientViewRequest. + A sender generated value that indicates the date/time that the signer was authenticated. # noqa: E501 + + :return: The authentication_instant of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._authentication_instant @authentication_instant.setter def authentication_instant(self, authentication_instant): - """ - Sets the authentication_instant of this RecipientViewRequest. - A sender generated value that indicates the date/time that the signer was authenticated. + """Sets the authentication_instant of this RecipientViewRequest. + + A sender generated value that indicates the date/time that the signer was authenticated. # noqa: E501 - :param authentication_instant: The authentication_instant of this RecipientViewRequest. + :param authentication_instant: The authentication_instant of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -127,22 +170,22 @@ def authentication_instant(self, authentication_instant): @property def authentication_method(self): - """ - Gets the authentication_method of this RecipientViewRequest. - A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion. + """Gets the authentication_method of this RecipientViewRequest. # noqa: E501 + + A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion. # noqa: E501 - :return: The authentication_method of this RecipientViewRequest. + :return: The authentication_method of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._authentication_method @authentication_method.setter def authentication_method(self, authentication_method): - """ - Sets the authentication_method of this RecipientViewRequest. - A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion. + """Sets the authentication_method of this RecipientViewRequest. + + A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion. # noqa: E501 - :param authentication_method: The authentication_method of this RecipientViewRequest. + :param authentication_method: The authentication_method of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -150,22 +193,22 @@ def authentication_method(self, authentication_method): @property def client_user_id(self): - """ - Gets the client_user_id of this RecipientViewRequest. - A sender created value that shows the recipient is embedded (captive). Maximum length: 100 characters. + """Gets the client_user_id of this RecipientViewRequest. # noqa: E501 + + A sender created value that shows the recipient is embedded (captive). Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this RecipientViewRequest. + :return: The client_user_id of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this RecipientViewRequest. - A sender created value that shows the recipient is embedded (captive). Maximum length: 100 characters. + """Sets the client_user_id of this RecipientViewRequest. - :param client_user_id: The client_user_id of this RecipientViewRequest. + A sender created value that shows the recipient is embedded (captive). Maximum length: 100 characters. # noqa: E501 + + :param client_user_id: The client_user_id of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -173,45 +216,91 @@ def client_user_id(self, client_user_id): @property def email(self): - """ - Gets the email of this RecipientViewRequest. - Specifies the email of the recipient. You can use either email and userName or userId to identify the recipient. + """Gets the email of this RecipientViewRequest. # noqa: E501 + + Specifies the email of the recipient. You can use either email and userName or userId to identify the recipient. # noqa: E501 - :return: The email of this RecipientViewRequest. + :return: The email of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this RecipientViewRequest. - Specifies the email of the recipient. You can use either email and userName or userId to identify the recipient. + """Sets the email of this RecipientViewRequest. + + Specifies the email of the recipient. You can use either email and userName or userId to identify the recipient. # noqa: E501 - :param email: The email of this RecipientViewRequest. + :param email: The email of this RecipientViewRequest. # noqa: E501 :type: str """ self._email = email @property - def ping_frequency(self): + def frame_ancestors(self): + """Gets the frame_ancestors of this RecipientViewRequest. # noqa: E501 + + # noqa: E501 + + :return: The frame_ancestors of this RecipientViewRequest. # noqa: E501 + :rtype: list[str] + """ + return self._frame_ancestors + + @frame_ancestors.setter + def frame_ancestors(self, frame_ancestors): + """Sets the frame_ancestors of this RecipientViewRequest. + + # noqa: E501 + + :param frame_ancestors: The frame_ancestors of this RecipientViewRequest. # noqa: E501 + :type: list[str] + """ + + self._frame_ancestors = frame_ancestors + + @property + def message_origins(self): + """Gets the message_origins of this RecipientViewRequest. # noqa: E501 + + # noqa: E501 + + :return: The message_origins of this RecipientViewRequest. # noqa: E501 + :rtype: list[str] + """ + return self._message_origins + + @message_origins.setter + def message_origins(self, message_origins): + """Sets the message_origins of this RecipientViewRequest. + + # noqa: E501 + + :param message_origins: The message_origins of this RecipientViewRequest. # noqa: E501 + :type: list[str] """ - Gets the ping_frequency of this RecipientViewRequest. - Only used if pingUrl is specified. This is the interval, in seconds, between pings on the pingUrl. The default is 300 seconds. Valid values are 60-1200 seconds. - :return: The ping_frequency of this RecipientViewRequest. + self._message_origins = message_origins + + @property + def ping_frequency(self): + """Gets the ping_frequency of this RecipientViewRequest. # noqa: E501 + + Only used if pingUrl is specified. This is the interval, in seconds, between pings on the pingUrl. The default is 300 seconds. Valid values are 60-1200 seconds. # noqa: E501 + + :return: The ping_frequency of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._ping_frequency @ping_frequency.setter def ping_frequency(self, ping_frequency): - """ - Sets the ping_frequency of this RecipientViewRequest. - Only used if pingUrl is specified. This is the interval, in seconds, between pings on the pingUrl. The default is 300 seconds. Valid values are 60-1200 seconds. + """Sets the ping_frequency of this RecipientViewRequest. - :param ping_frequency: The ping_frequency of this RecipientViewRequest. + Only used if pingUrl is specified. This is the interval, in seconds, between pings on the pingUrl. The default is 300 seconds. Valid values are 60-1200 seconds. # noqa: E501 + + :param ping_frequency: The ping_frequency of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -219,22 +308,22 @@ def ping_frequency(self, ping_frequency): @property def ping_url(self): - """ - Gets the ping_url of this RecipientViewRequest. - A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it's session timer when the request is received. + """Gets the ping_url of this RecipientViewRequest. # noqa: E501 - :return: The ping_url of this RecipientViewRequest. + A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it's session timer when the request is received. # noqa: E501 + + :return: The ping_url of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._ping_url @ping_url.setter def ping_url(self, ping_url): - """ - Sets the ping_url of this RecipientViewRequest. - A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it's session timer when the request is received. + """Sets the ping_url of this RecipientViewRequest. + + A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active. An HTTP Get is executed against the client. The response from the client is ignored. The intent is for the client to reset it's session timer when the request is received. # noqa: E501 - :param ping_url: The ping_url of this RecipientViewRequest. + :param ping_url: The ping_url of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -242,22 +331,22 @@ def ping_url(self, ping_url): @property def recipient_id(self): - """ - Gets the recipient_id of this RecipientViewRequest. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this RecipientViewRequest. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this RecipientViewRequest. + :return: The recipient_id of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this RecipientViewRequest. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this RecipientViewRequest. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this RecipientViewRequest. + :param recipient_id: The recipient_id of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -265,22 +354,22 @@ def recipient_id(self, recipient_id): @property def return_url(self): - """ - Gets the return_url of this RecipientViewRequest. - The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: * cancel (recipient canceled the signing operation) * decline (recipient declined to sign) * exception (an exception occurred) * fax_pending (recipient has a fax pending) * session_timeout (session timed out) * signing_complete (signer completed the signing ceremony) * ttl_expired (the TTL, time to live, timer expired) * viewing_complete (recipient completed viewing the envelope) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. + """Gets the return_url of this RecipientViewRequest. # noqa: E501 + + The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: * cancel (recipient canceled the signing operation) * decline (recipient declined to sign) * exception (an exception occurred) * fax_pending (recipient has a fax pending) * session_timeout (session timed out) * signing_complete (signer completed the signing ceremony) * ttl_expired (the TTL, time to live, timer expired) * viewing_complete (recipient completed viewing the envelope) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. # noqa: E501 - :return: The return_url of this RecipientViewRequest. + :return: The return_url of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._return_url @return_url.setter def return_url(self, return_url): - """ - Sets the return_url of this RecipientViewRequest. - The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: * cancel (recipient canceled the signing operation) * decline (recipient declined to sign) * exception (an exception occurred) * fax_pending (recipient has a fax pending) * session_timeout (session timed out) * signing_complete (signer completed the signing ceremony) * ttl_expired (the TTL, time to live, timer expired) * viewing_complete (recipient completed viewing the envelope) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. + """Sets the return_url of this RecipientViewRequest. - :param return_url: The return_url of this RecipientViewRequest. + The url the recipient is redirected to after the signing session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your application. Possible event parameter values: * cancel (recipient canceled the signing operation) * decline (recipient declined to sign) * exception (an exception occurred) * fax_pending (recipient has a fax pending) * session_timeout (session timed out) * signing_complete (signer completed the signing ceremony) * ttl_expired (the TTL, time to live, timer expired) * viewing_complete (recipient completed viewing the envelope) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. # noqa: E501 + + :param return_url: The return_url of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -288,22 +377,22 @@ def return_url(self, return_url): @property def security_domain(self): - """ - Gets the security_domain of this RecipientViewRequest. - The domain in which the user authenticated. + """Gets the security_domain of this RecipientViewRequest. # noqa: E501 + + The domain in which the user authenticated. # noqa: E501 - :return: The security_domain of this RecipientViewRequest. + :return: The security_domain of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._security_domain @security_domain.setter def security_domain(self, security_domain): - """ - Sets the security_domain of this RecipientViewRequest. - The domain in which the user authenticated. + """Sets the security_domain of this RecipientViewRequest. + + The domain in which the user authenticated. # noqa: E501 - :param security_domain: The security_domain of this RecipientViewRequest. + :param security_domain: The security_domain of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -311,22 +400,22 @@ def security_domain(self, security_domain): @property def user_id(self): - """ - Gets the user_id of this RecipientViewRequest. - Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the `userId` property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user. + """Gets the user_id of this RecipientViewRequest. # noqa: E501 - :return: The user_id of this RecipientViewRequest. + Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the `userId` property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user. # noqa: E501 + + :return: The user_id of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this RecipientViewRequest. - Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the `userId` property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user. + """Sets the user_id of this RecipientViewRequest. - :param user_id: The user_id of this RecipientViewRequest. + Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the `userId` property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user. # noqa: E501 + + :param user_id: The user_id of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -334,22 +423,22 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this RecipientViewRequest. - Specifies the username of the recipient. You can use either email and userName or userId to identify the recipient. + """Gets the user_name of this RecipientViewRequest. # noqa: E501 - :return: The user_name of this RecipientViewRequest. + Specifies the username of the recipient. You can use either email and userName or userId to identify the recipient. # noqa: E501 + + :return: The user_name of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this RecipientViewRequest. - Specifies the username of the recipient. You can use either email and userName or userId to identify the recipient. + """Sets the user_name of this RecipientViewRequest. + + Specifies the username of the recipient. You can use either email and userName or userId to identify the recipient. # noqa: E501 - :param user_name: The user_name of this RecipientViewRequest. + :param user_name: The user_name of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -357,22 +446,22 @@ def user_name(self, user_name): @property def x_frame_options(self): - """ - Gets the x_frame_options of this RecipientViewRequest. - + """Gets the x_frame_options of this RecipientViewRequest. # noqa: E501 + + # noqa: E501 - :return: The x_frame_options of this RecipientViewRequest. + :return: The x_frame_options of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._x_frame_options @x_frame_options.setter def x_frame_options(self, x_frame_options): - """ - Sets the x_frame_options of this RecipientViewRequest. - + """Sets the x_frame_options of this RecipientViewRequest. - :param x_frame_options: The x_frame_options of this RecipientViewRequest. + # noqa: E501 + + :param x_frame_options: The x_frame_options of this RecipientViewRequest. # noqa: E501 :type: str """ @@ -380,34 +469,32 @@ def x_frame_options(self, x_frame_options): @property def x_frame_options_allow_from_url(self): - """ - Gets the x_frame_options_allow_from_url of this RecipientViewRequest. - + """Gets the x_frame_options_allow_from_url of this RecipientViewRequest. # noqa: E501 + + # noqa: E501 - :return: The x_frame_options_allow_from_url of this RecipientViewRequest. + :return: The x_frame_options_allow_from_url of this RecipientViewRequest. # noqa: E501 :rtype: str """ return self._x_frame_options_allow_from_url @x_frame_options_allow_from_url.setter def x_frame_options_allow_from_url(self, x_frame_options_allow_from_url): - """ - Sets the x_frame_options_allow_from_url of this RecipientViewRequest. - + """Sets the x_frame_options_allow_from_url of this RecipientViewRequest. + + # noqa: E501 - :param x_frame_options_allow_from_url: The x_frame_options_allow_from_url of this RecipientViewRequest. + :param x_frame_options_allow_from_url: The x_frame_options_allow_from_url of this RecipientViewRequest. # noqa: E501 :type: str """ self._x_frame_options_allow_from_url = x_frame_options_allow_from_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -424,29 +511,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientViewRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientViewRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipients.py b/docusign_esign/models/recipients.py index 1f17faf0..6a6a5846 100644 --- a/docusign_esign/models/recipients.py +++ b/docusign_esign/models/recipients.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Recipients(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, agents=None, carbon_copies=None, certified_deliveries=None, current_routing_order=None, editors=None, error_details=None, in_person_signers=None, intermediaries=None, recipient_count=None, seals=None, signers=None, witnesses=None): - """ - Recipients - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'agents': 'list[Agent]', - 'carbon_copies': 'list[CarbonCopy]', - 'certified_deliveries': 'list[CertifiedDelivery]', - 'current_routing_order': 'str', - 'editors': 'list[Editor]', - 'error_details': 'ErrorDetails', - 'in_person_signers': 'list[InPersonSigner]', - 'intermediaries': 'list[Intermediary]', - 'recipient_count': 'str', - 'seals': 'list[SealSign]', - 'signers': 'list[Signer]', - 'witnesses': 'list[Witness]' - } - - self.attribute_map = { - 'agents': 'agents', - 'carbon_copies': 'carbonCopies', - 'certified_deliveries': 'certifiedDeliveries', - 'current_routing_order': 'currentRoutingOrder', - 'editors': 'editors', - 'error_details': 'errorDetails', - 'in_person_signers': 'inPersonSigners', - 'intermediaries': 'intermediaries', - 'recipient_count': 'recipientCount', - 'seals': 'seals', - 'signers': 'signers', - 'witnesses': 'witnesses' - } - self._agents = agents - self._carbon_copies = carbon_copies - self._certified_deliveries = certified_deliveries - self._current_routing_order = current_routing_order - self._editors = editors - self._error_details = error_details - self._in_person_signers = in_person_signers - self._intermediaries = intermediaries - self._recipient_count = recipient_count - self._seals = seals - self._signers = signers - self._witnesses = witnesses + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'agents': 'list[Agent]', + 'carbon_copies': 'list[CarbonCopy]', + 'certified_deliveries': 'list[CertifiedDelivery]', + 'current_routing_order': 'str', + 'editors': 'list[Editor]', + 'error_details': 'ErrorDetails', + 'in_person_signers': 'list[InPersonSigner]', + 'intermediaries': 'list[Intermediary]', + 'recipient_count': 'str', + 'seals': 'list[SealSign]', + 'signers': 'list[Signer]', + 'witnesses': 'list[Witness]' + } + + attribute_map = { + 'agents': 'agents', + 'carbon_copies': 'carbonCopies', + 'certified_deliveries': 'certifiedDeliveries', + 'current_routing_order': 'currentRoutingOrder', + 'editors': 'editors', + 'error_details': 'errorDetails', + 'in_person_signers': 'inPersonSigners', + 'intermediaries': 'intermediaries', + 'recipient_count': 'recipientCount', + 'seals': 'seals', + 'signers': 'signers', + 'witnesses': 'witnesses' + } + + def __init__(self, agents=None, carbon_copies=None, certified_deliveries=None, current_routing_order=None, editors=None, error_details=None, in_person_signers=None, intermediaries=None, recipient_count=None, seals=None, signers=None, witnesses=None): # noqa: E501 + """Recipients - a model defined in Swagger""" # noqa: E501 + + self._agents = None + self._carbon_copies = None + self._certified_deliveries = None + self._current_routing_order = None + self._editors = None + self._error_details = None + self._in_person_signers = None + self._intermediaries = None + self._recipient_count = None + self._seals = None + self._signers = None + self._witnesses = None + self.discriminator = None + + if agents is not None: + self.agents = agents + if carbon_copies is not None: + self.carbon_copies = carbon_copies + if certified_deliveries is not None: + self.certified_deliveries = certified_deliveries + if current_routing_order is not None: + self.current_routing_order = current_routing_order + if editors is not None: + self.editors = editors + if error_details is not None: + self.error_details = error_details + if in_person_signers is not None: + self.in_person_signers = in_person_signers + if intermediaries is not None: + self.intermediaries = intermediaries + if recipient_count is not None: + self.recipient_count = recipient_count + if seals is not None: + self.seals = seals + if signers is not None: + self.signers = signers + if witnesses is not None: + self.witnesses = witnesses @property def agents(self): - """ - Gets the agents of this Recipients. - A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. + """Gets the agents of this Recipients. # noqa: E501 + + A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. # noqa: E501 - :return: The agents of this Recipients. + :return: The agents of this Recipients. # noqa: E501 :rtype: list[Agent] """ return self._agents @agents.setter def agents(self, agents): - """ - Sets the agents of this Recipients. - A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. + """Sets the agents of this Recipients. - :param agents: The agents of this Recipients. + A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. # noqa: E501 + + :param agents: The agents of this Recipients. # noqa: E501 :type: list[Agent] """ @@ -98,22 +127,22 @@ def agents(self, agents): @property def carbon_copies(self): - """ - Gets the carbon_copies of this Recipients. - A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. + """Gets the carbon_copies of this Recipients. # noqa: E501 - :return: The carbon_copies of this Recipients. + A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. # noqa: E501 + + :return: The carbon_copies of this Recipients. # noqa: E501 :rtype: list[CarbonCopy] """ return self._carbon_copies @carbon_copies.setter def carbon_copies(self, carbon_copies): - """ - Sets the carbon_copies of this Recipients. - A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. + """Sets the carbon_copies of this Recipients. + + A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. # noqa: E501 - :param carbon_copies: The carbon_copies of this Recipients. + :param carbon_copies: The carbon_copies of this Recipients. # noqa: E501 :type: list[CarbonCopy] """ @@ -121,22 +150,22 @@ def carbon_copies(self, carbon_copies): @property def certified_deliveries(self): - """ - Gets the certified_deliveries of this Recipients. - A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. + """Gets the certified_deliveries of this Recipients. # noqa: E501 + + A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. # noqa: E501 - :return: The certified_deliveries of this Recipients. + :return: The certified_deliveries of this Recipients. # noqa: E501 :rtype: list[CertifiedDelivery] """ return self._certified_deliveries @certified_deliveries.setter def certified_deliveries(self, certified_deliveries): - """ - Sets the certified_deliveries of this Recipients. - A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. + """Sets the certified_deliveries of this Recipients. + + A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. # noqa: E501 - :param certified_deliveries: The certified_deliveries of this Recipients. + :param certified_deliveries: The certified_deliveries of this Recipients. # noqa: E501 :type: list[CertifiedDelivery] """ @@ -144,22 +173,22 @@ def certified_deliveries(self, certified_deliveries): @property def current_routing_order(self): - """ - Gets the current_routing_order of this Recipients. - + """Gets the current_routing_order of this Recipients. # noqa: E501 - :return: The current_routing_order of this Recipients. + # noqa: E501 + + :return: The current_routing_order of this Recipients. # noqa: E501 :rtype: str """ return self._current_routing_order @current_routing_order.setter def current_routing_order(self, current_routing_order): - """ - Sets the current_routing_order of this Recipients. - + """Sets the current_routing_order of this Recipients. - :param current_routing_order: The current_routing_order of this Recipients. + # noqa: E501 + + :param current_routing_order: The current_routing_order of this Recipients. # noqa: E501 :type: str """ @@ -167,22 +196,22 @@ def current_routing_order(self, current_routing_order): @property def editors(self): - """ - Gets the editors of this Recipients. - A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document. + """Gets the editors of this Recipients. # noqa: E501 + + A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document. # noqa: E501 - :return: The editors of this Recipients. + :return: The editors of this Recipients. # noqa: E501 :rtype: list[Editor] """ return self._editors @editors.setter def editors(self, editors): - """ - Sets the editors of this Recipients. - A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document. + """Sets the editors of this Recipients. + + A complex type defining the management and access rights of a recipient assigned assigned as an editor on the document. # noqa: E501 - :param editors: The editors of this Recipients. + :param editors: The editors of this Recipients. # noqa: E501 :type: list[Editor] """ @@ -190,20 +219,20 @@ def editors(self, editors): @property def error_details(self): - """ - Gets the error_details of this Recipients. + """Gets the error_details of this Recipients. # noqa: E501 + - :return: The error_details of this Recipients. + :return: The error_details of this Recipients. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Recipients. + """Sets the error_details of this Recipients. - :param error_details: The error_details of this Recipients. + + :param error_details: The error_details of this Recipients. # noqa: E501 :type: ErrorDetails """ @@ -211,22 +240,22 @@ def error_details(self, error_details): @property def in_person_signers(self): - """ - Gets the in_person_signers of this Recipients. - Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. + """Gets the in_person_signers of this Recipients. # noqa: E501 - :return: The in_person_signers of this Recipients. + Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. # noqa: E501 + + :return: The in_person_signers of this Recipients. # noqa: E501 :rtype: list[InPersonSigner] """ return self._in_person_signers @in_person_signers.setter def in_person_signers(self, in_person_signers): - """ - Sets the in_person_signers of this Recipients. - Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. + """Sets the in_person_signers of this Recipients. + + Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. # noqa: E501 - :param in_person_signers: The in_person_signers of this Recipients. + :param in_person_signers: The in_person_signers of this Recipients. # noqa: E501 :type: list[InPersonSigner] """ @@ -234,22 +263,22 @@ def in_person_signers(self, in_person_signers): @property def intermediaries(self): - """ - Gets the intermediaries of this Recipients. - Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). + """Gets the intermediaries of this Recipients. # noqa: E501 + + Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). # noqa: E501 - :return: The intermediaries of this Recipients. + :return: The intermediaries of this Recipients. # noqa: E501 :rtype: list[Intermediary] """ return self._intermediaries @intermediaries.setter def intermediaries(self, intermediaries): - """ - Sets the intermediaries of this Recipients. - Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). + """Sets the intermediaries of this Recipients. + + Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). # noqa: E501 - :param intermediaries: The intermediaries of this Recipients. + :param intermediaries: The intermediaries of this Recipients. # noqa: E501 :type: list[Intermediary] """ @@ -257,22 +286,22 @@ def intermediaries(self, intermediaries): @property def recipient_count(self): - """ - Gets the recipient_count of this Recipients. - + """Gets the recipient_count of this Recipients. # noqa: E501 - :return: The recipient_count of this Recipients. + # noqa: E501 + + :return: The recipient_count of this Recipients. # noqa: E501 :rtype: str """ return self._recipient_count @recipient_count.setter def recipient_count(self, recipient_count): - """ - Sets the recipient_count of this Recipients. - + """Sets the recipient_count of this Recipients. - :param recipient_count: The recipient_count of this Recipients. + # noqa: E501 + + :param recipient_count: The recipient_count of this Recipients. # noqa: E501 :type: str """ @@ -280,22 +309,22 @@ def recipient_count(self, recipient_count): @property def seals(self): - """ - Gets the seals of this Recipients. - + """Gets the seals of this Recipients. # noqa: E501 + + # noqa: E501 - :return: The seals of this Recipients. + :return: The seals of this Recipients. # noqa: E501 :rtype: list[SealSign] """ return self._seals @seals.setter def seals(self, seals): - """ - Sets the seals of this Recipients. - + """Sets the seals of this Recipients. + + # noqa: E501 - :param seals: The seals of this Recipients. + :param seals: The seals of this Recipients. # noqa: E501 :type: list[SealSign] """ @@ -303,22 +332,22 @@ def seals(self, seals): @property def signers(self): - """ - Gets the signers of this Recipients. - A complex type containing information about the Signer recipient. + """Gets the signers of this Recipients. # noqa: E501 + + A complex type containing information about the Signer recipient. # noqa: E501 - :return: The signers of this Recipients. + :return: The signers of this Recipients. # noqa: E501 :rtype: list[Signer] """ return self._signers @signers.setter def signers(self, signers): - """ - Sets the signers of this Recipients. - A complex type containing information about the Signer recipient. + """Sets the signers of this Recipients. - :param signers: The signers of this Recipients. + A complex type containing information about the Signer recipient. # noqa: E501 + + :param signers: The signers of this Recipients. # noqa: E501 :type: list[Signer] """ @@ -326,34 +355,32 @@ def signers(self, signers): @property def witnesses(self): - """ - Gets the witnesses of this Recipients. - + """Gets the witnesses of this Recipients. # noqa: E501 - :return: The witnesses of this Recipients. + # noqa: E501 + + :return: The witnesses of this Recipients. # noqa: E501 :rtype: list[Witness] """ return self._witnesses @witnesses.setter def witnesses(self, witnesses): - """ - Sets the witnesses of this Recipients. - + """Sets the witnesses of this Recipients. + + # noqa: E501 - :param witnesses: The witnesses of this Recipients. + :param witnesses: The witnesses of this Recipients. # noqa: E501 :type: list[Witness] """ self._witnesses = witnesses def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -370,29 +397,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Recipients, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Recipients): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/recipients_update_summary.py b/docusign_esign/models/recipients_update_summary.py index 4c31eeae..e5fbdcbf 100644 --- a/docusign_esign/models/recipients_update_summary.py +++ b/docusign_esign/models/recipients_update_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class RecipientsUpdateSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, recipient_update_results=None): - """ - RecipientsUpdateSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'recipient_update_results': 'list[RecipientUpdateResponse]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'recipient_update_results': 'list[RecipientUpdateResponse]' + } - self.attribute_map = { - 'recipient_update_results': 'recipientUpdateResults' - } + attribute_map = { + 'recipient_update_results': 'recipientUpdateResults' + } - self._recipient_update_results = recipient_update_results + def __init__(self, recipient_update_results=None): # noqa: E501 + """RecipientsUpdateSummary - a model defined in Swagger""" # noqa: E501 + + self._recipient_update_results = None + self.discriminator = None + + if recipient_update_results is not None: + self.recipient_update_results = recipient_update_results @property def recipient_update_results(self): - """ - Gets the recipient_update_results of this RecipientsUpdateSummary. - + """Gets the recipient_update_results of this RecipientsUpdateSummary. # noqa: E501 + + # noqa: E501 - :return: The recipient_update_results of this RecipientsUpdateSummary. + :return: The recipient_update_results of this RecipientsUpdateSummary. # noqa: E501 :rtype: list[RecipientUpdateResponse] """ return self._recipient_update_results @recipient_update_results.setter def recipient_update_results(self, recipient_update_results): - """ - Sets the recipient_update_results of this RecipientsUpdateSummary. - + """Sets the recipient_update_results of this RecipientsUpdateSummary. - :param recipient_update_results: The recipient_update_results of this RecipientsUpdateSummary. + # noqa: E501 + + :param recipient_update_results: The recipient_update_results of this RecipientsUpdateSummary. # noqa: E501 :type: list[RecipientUpdateResponse] """ self._recipient_update_results = recipient_update_results def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(RecipientsUpdateSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, RecipientsUpdateSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/referral_information.py b/docusign_esign/models/referral_information.py index ccd6530c..bc624f86 100644 --- a/docusign_esign/models/referral_information.py +++ b/docusign_esign/models/referral_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,104 +11,145 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ReferralInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, advertisement_id=None, enable_support=None, external_org_id=None, group_member_id=None, id_type=None, included_seats=None, industry=None, plan_start_month=None, promo_code=None, publisher_id=None, referral_code=None, referrer_name=None, sale_discount_amount=None, sale_discount_fixed_amount=None, sale_discount_percent=None, sale_discount_periods=None, sale_discount_seat_price_override=None, shopper_id=None): - """ - ReferralInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'advertisement_id': 'str', - 'enable_support': 'str', - 'external_org_id': 'str', - 'group_member_id': 'str', - 'id_type': 'str', - 'included_seats': 'str', - 'industry': 'str', - 'plan_start_month': 'str', - 'promo_code': 'str', - 'publisher_id': 'str', - 'referral_code': 'str', - 'referrer_name': 'str', - 'sale_discount_amount': 'str', - 'sale_discount_fixed_amount': 'str', - 'sale_discount_percent': 'str', - 'sale_discount_periods': 'str', - 'sale_discount_seat_price_override': 'str', - 'shopper_id': 'str' - } - - self.attribute_map = { - 'advertisement_id': 'advertisementId', - 'enable_support': 'enableSupport', - 'external_org_id': 'externalOrgId', - 'group_member_id': 'groupMemberId', - 'id_type': 'idType', - 'included_seats': 'includedSeats', - 'industry': 'industry', - 'plan_start_month': 'planStartMonth', - 'promo_code': 'promoCode', - 'publisher_id': 'publisherId', - 'referral_code': 'referralCode', - 'referrer_name': 'referrerName', - 'sale_discount_amount': 'saleDiscountAmount', - 'sale_discount_fixed_amount': 'saleDiscountFixedAmount', - 'sale_discount_percent': 'saleDiscountPercent', - 'sale_discount_periods': 'saleDiscountPeriods', - 'sale_discount_seat_price_override': 'saleDiscountSeatPriceOverride', - 'shopper_id': 'shopperId' - } - self._advertisement_id = advertisement_id - self._enable_support = enable_support - self._external_org_id = external_org_id - self._group_member_id = group_member_id - self._id_type = id_type - self._included_seats = included_seats - self._industry = industry - self._plan_start_month = plan_start_month - self._promo_code = promo_code - self._publisher_id = publisher_id - self._referral_code = referral_code - self._referrer_name = referrer_name - self._sale_discount_amount = sale_discount_amount - self._sale_discount_fixed_amount = sale_discount_fixed_amount - self._sale_discount_percent = sale_discount_percent - self._sale_discount_periods = sale_discount_periods - self._sale_discount_seat_price_override = sale_discount_seat_price_override - self._shopper_id = shopper_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'advertisement_id': 'str', + 'enable_support': 'str', + 'external_org_id': 'str', + 'group_member_id': 'str', + 'id_type': 'str', + 'included_seats': 'str', + 'industry': 'str', + 'plan_start_month': 'str', + 'promo_code': 'str', + 'publisher_id': 'str', + 'referral_code': 'str', + 'referrer_name': 'str', + 'sale_discount_amount': 'str', + 'sale_discount_fixed_amount': 'str', + 'sale_discount_percent': 'str', + 'sale_discount_periods': 'str', + 'sale_discount_seat_price_override': 'str', + 'shopper_id': 'str' + } + + attribute_map = { + 'advertisement_id': 'advertisementId', + 'enable_support': 'enableSupport', + 'external_org_id': 'externalOrgId', + 'group_member_id': 'groupMemberId', + 'id_type': 'idType', + 'included_seats': 'includedSeats', + 'industry': 'industry', + 'plan_start_month': 'planStartMonth', + 'promo_code': 'promoCode', + 'publisher_id': 'publisherId', + 'referral_code': 'referralCode', + 'referrer_name': 'referrerName', + 'sale_discount_amount': 'saleDiscountAmount', + 'sale_discount_fixed_amount': 'saleDiscountFixedAmount', + 'sale_discount_percent': 'saleDiscountPercent', + 'sale_discount_periods': 'saleDiscountPeriods', + 'sale_discount_seat_price_override': 'saleDiscountSeatPriceOverride', + 'shopper_id': 'shopperId' + } + + def __init__(self, advertisement_id=None, enable_support=None, external_org_id=None, group_member_id=None, id_type=None, included_seats=None, industry=None, plan_start_month=None, promo_code=None, publisher_id=None, referral_code=None, referrer_name=None, sale_discount_amount=None, sale_discount_fixed_amount=None, sale_discount_percent=None, sale_discount_periods=None, sale_discount_seat_price_override=None, shopper_id=None): # noqa: E501 + """ReferralInformation - a model defined in Swagger""" # noqa: E501 + + self._advertisement_id = None + self._enable_support = None + self._external_org_id = None + self._group_member_id = None + self._id_type = None + self._included_seats = None + self._industry = None + self._plan_start_month = None + self._promo_code = None + self._publisher_id = None + self._referral_code = None + self._referrer_name = None + self._sale_discount_amount = None + self._sale_discount_fixed_amount = None + self._sale_discount_percent = None + self._sale_discount_periods = None + self._sale_discount_seat_price_override = None + self._shopper_id = None + self.discriminator = None + + if advertisement_id is not None: + self.advertisement_id = advertisement_id + if enable_support is not None: + self.enable_support = enable_support + if external_org_id is not None: + self.external_org_id = external_org_id + if group_member_id is not None: + self.group_member_id = group_member_id + if id_type is not None: + self.id_type = id_type + if included_seats is not None: + self.included_seats = included_seats + if industry is not None: + self.industry = industry + if plan_start_month is not None: + self.plan_start_month = plan_start_month + if promo_code is not None: + self.promo_code = promo_code + if publisher_id is not None: + self.publisher_id = publisher_id + if referral_code is not None: + self.referral_code = referral_code + if referrer_name is not None: + self.referrer_name = referrer_name + if sale_discount_amount is not None: + self.sale_discount_amount = sale_discount_amount + if sale_discount_fixed_amount is not None: + self.sale_discount_fixed_amount = sale_discount_fixed_amount + if sale_discount_percent is not None: + self.sale_discount_percent = sale_discount_percent + if sale_discount_periods is not None: + self.sale_discount_periods = sale_discount_periods + if sale_discount_seat_price_override is not None: + self.sale_discount_seat_price_override = sale_discount_seat_price_override + if shopper_id is not None: + self.shopper_id = shopper_id @property def advertisement_id(self): - """ - Gets the advertisement_id of this ReferralInformation. - A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry. ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only. + """Gets the advertisement_id of this ReferralInformation. # noqa: E501 - :return: The advertisement_id of this ReferralInformation. + A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry. ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only. # noqa: E501 + + :return: The advertisement_id of this ReferralInformation. # noqa: E501 :rtype: str """ return self._advertisement_id @advertisement_id.setter def advertisement_id(self, advertisement_id): - """ - Sets the advertisement_id of this ReferralInformation. - A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry. ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only. + """Sets the advertisement_id of this ReferralInformation. + + A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry. ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only. # noqa: E501 - :param advertisement_id: The advertisement_id of this ReferralInformation. + :param advertisement_id: The advertisement_id of this ReferralInformation. # noqa: E501 :type: str """ @@ -116,22 +157,22 @@ def advertisement_id(self, advertisement_id): @property def enable_support(self): - """ - Gets the enable_support of this ReferralInformation. - When set to **true**, then customer support is provided as part of the account plan. + """Gets the enable_support of this ReferralInformation. # noqa: E501 + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :return: The enable_support of this ReferralInformation. + :return: The enable_support of this ReferralInformation. # noqa: E501 :rtype: str """ return self._enable_support @enable_support.setter def enable_support(self, enable_support): - """ - Sets the enable_support of this ReferralInformation. - When set to **true**, then customer support is provided as part of the account plan. + """Sets the enable_support of this ReferralInformation. + + When set to **true**, then customer support is provided as part of the account plan. # noqa: E501 - :param enable_support: The enable_support of this ReferralInformation. + :param enable_support: The enable_support of this ReferralInformation. # noqa: E501 :type: str """ @@ -139,22 +180,22 @@ def enable_support(self, enable_support): @property def external_org_id(self): - """ - Gets the external_org_id of this ReferralInformation. - + """Gets the external_org_id of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The external_org_id of this ReferralInformation. + :return: The external_org_id of this ReferralInformation. # noqa: E501 :rtype: str """ return self._external_org_id @external_org_id.setter def external_org_id(self, external_org_id): - """ - Sets the external_org_id of this ReferralInformation. - + """Sets the external_org_id of this ReferralInformation. - :param external_org_id: The external_org_id of this ReferralInformation. + # noqa: E501 + + :param external_org_id: The external_org_id of this ReferralInformation. # noqa: E501 :type: str """ @@ -162,22 +203,22 @@ def external_org_id(self, external_org_id): @property def group_member_id(self): - """ - Gets the group_member_id of this ReferralInformation. - + """Gets the group_member_id of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The group_member_id of this ReferralInformation. + :return: The group_member_id of this ReferralInformation. # noqa: E501 :rtype: str """ return self._group_member_id @group_member_id.setter def group_member_id(self, group_member_id): - """ - Sets the group_member_id of this ReferralInformation. - + """Sets the group_member_id of this ReferralInformation. + + # noqa: E501 - :param group_member_id: The group_member_id of this ReferralInformation. + :param group_member_id: The group_member_id of this ReferralInformation. # noqa: E501 :type: str """ @@ -185,22 +226,22 @@ def group_member_id(self, group_member_id): @property def id_type(self): - """ - Gets the id_type of this ReferralInformation. - + """Gets the id_type of this ReferralInformation. # noqa: E501 - :return: The id_type of this ReferralInformation. + # noqa: E501 + + :return: The id_type of this ReferralInformation. # noqa: E501 :rtype: str """ return self._id_type @id_type.setter def id_type(self, id_type): - """ - Sets the id_type of this ReferralInformation. - + """Sets the id_type of this ReferralInformation. - :param id_type: The id_type of this ReferralInformation. + # noqa: E501 + + :param id_type: The id_type of this ReferralInformation. # noqa: E501 :type: str """ @@ -208,22 +249,22 @@ def id_type(self, id_type): @property def included_seats(self): - """ - Gets the included_seats of this ReferralInformation. - The number of seats (users) included. + """Gets the included_seats of this ReferralInformation. # noqa: E501 - :return: The included_seats of this ReferralInformation. + The number of seats (users) included. # noqa: E501 + + :return: The included_seats of this ReferralInformation. # noqa: E501 :rtype: str """ return self._included_seats @included_seats.setter def included_seats(self, included_seats): - """ - Sets the included_seats of this ReferralInformation. - The number of seats (users) included. + """Sets the included_seats of this ReferralInformation. + + The number of seats (users) included. # noqa: E501 - :param included_seats: The included_seats of this ReferralInformation. + :param included_seats: The included_seats of this ReferralInformation. # noqa: E501 :type: str """ @@ -231,22 +272,22 @@ def included_seats(self, included_seats): @property def industry(self): - """ - Gets the industry of this ReferralInformation. - + """Gets the industry of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The industry of this ReferralInformation. + :return: The industry of this ReferralInformation. # noqa: E501 :rtype: str """ return self._industry @industry.setter def industry(self, industry): - """ - Sets the industry of this ReferralInformation. - + """Sets the industry of this ReferralInformation. - :param industry: The industry of this ReferralInformation. + # noqa: E501 + + :param industry: The industry of this ReferralInformation. # noqa: E501 :type: str """ @@ -254,22 +295,22 @@ def industry(self, industry): @property def plan_start_month(self): - """ - Gets the plan_start_month of this ReferralInformation. - + """Gets the plan_start_month of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The plan_start_month of this ReferralInformation. + :return: The plan_start_month of this ReferralInformation. # noqa: E501 :rtype: str """ return self._plan_start_month @plan_start_month.setter def plan_start_month(self, plan_start_month): - """ - Sets the plan_start_month of this ReferralInformation. - + """Sets the plan_start_month of this ReferralInformation. + + # noqa: E501 - :param plan_start_month: The plan_start_month of this ReferralInformation. + :param plan_start_month: The plan_start_month of this ReferralInformation. # noqa: E501 :type: str """ @@ -277,22 +318,22 @@ def plan_start_month(self, plan_start_month): @property def promo_code(self): - """ - Gets the promo_code of this ReferralInformation. - + """Gets the promo_code of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The promo_code of this ReferralInformation. + :return: The promo_code of this ReferralInformation. # noqa: E501 :rtype: str """ return self._promo_code @promo_code.setter def promo_code(self, promo_code): - """ - Sets the promo_code of this ReferralInformation. - + """Sets the promo_code of this ReferralInformation. + + # noqa: E501 - :param promo_code: The promo_code of this ReferralInformation. + :param promo_code: The promo_code of this ReferralInformation. # noqa: E501 :type: str """ @@ -300,22 +341,22 @@ def promo_code(self, promo_code): @property def publisher_id(self): - """ - Gets the publisher_id of this ReferralInformation. - + """Gets the publisher_id of this ReferralInformation. # noqa: E501 - :return: The publisher_id of this ReferralInformation. + # noqa: E501 + + :return: The publisher_id of this ReferralInformation. # noqa: E501 :rtype: str """ return self._publisher_id @publisher_id.setter def publisher_id(self, publisher_id): - """ - Sets the publisher_id of this ReferralInformation. - + """Sets the publisher_id of this ReferralInformation. - :param publisher_id: The publisher_id of this ReferralInformation. + # noqa: E501 + + :param publisher_id: The publisher_id of this ReferralInformation. # noqa: E501 :type: str """ @@ -323,22 +364,22 @@ def publisher_id(self, publisher_id): @property def referral_code(self): - """ - Gets the referral_code of this ReferralInformation. - + """Gets the referral_code of this ReferralInformation. # noqa: E501 - :return: The referral_code of this ReferralInformation. + # noqa: E501 + + :return: The referral_code of this ReferralInformation. # noqa: E501 :rtype: str """ return self._referral_code @referral_code.setter def referral_code(self, referral_code): - """ - Sets the referral_code of this ReferralInformation. - + """Sets the referral_code of this ReferralInformation. + + # noqa: E501 - :param referral_code: The referral_code of this ReferralInformation. + :param referral_code: The referral_code of this ReferralInformation. # noqa: E501 :type: str """ @@ -346,22 +387,22 @@ def referral_code(self, referral_code): @property def referrer_name(self): - """ - Gets the referrer_name of this ReferralInformation. - + """Gets the referrer_name of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The referrer_name of this ReferralInformation. + :return: The referrer_name of this ReferralInformation. # noqa: E501 :rtype: str """ return self._referrer_name @referrer_name.setter def referrer_name(self, referrer_name): - """ - Sets the referrer_name of this ReferralInformation. - + """Sets the referrer_name of this ReferralInformation. + + # noqa: E501 - :param referrer_name: The referrer_name of this ReferralInformation. + :param referrer_name: The referrer_name of this ReferralInformation. # noqa: E501 :type: str """ @@ -369,22 +410,22 @@ def referrer_name(self, referrer_name): @property def sale_discount_amount(self): - """ - Gets the sale_discount_amount of this ReferralInformation. - Reserved for DocuSign use only. + """Gets the sale_discount_amount of this ReferralInformation. # noqa: E501 + + Reserved for DocuSign use only. # noqa: E501 - :return: The sale_discount_amount of this ReferralInformation. + :return: The sale_discount_amount of this ReferralInformation. # noqa: E501 :rtype: str """ return self._sale_discount_amount @sale_discount_amount.setter def sale_discount_amount(self, sale_discount_amount): - """ - Sets the sale_discount_amount of this ReferralInformation. - Reserved for DocuSign use only. + """Sets the sale_discount_amount of this ReferralInformation. - :param sale_discount_amount: The sale_discount_amount of this ReferralInformation. + Reserved for DocuSign use only. # noqa: E501 + + :param sale_discount_amount: The sale_discount_amount of this ReferralInformation. # noqa: E501 :type: str """ @@ -392,22 +433,22 @@ def sale_discount_amount(self, sale_discount_amount): @property def sale_discount_fixed_amount(self): - """ - Gets the sale_discount_fixed_amount of this ReferralInformation. - Reserved for DocuSign use only. + """Gets the sale_discount_fixed_amount of this ReferralInformation. # noqa: E501 + + Reserved for DocuSign use only. # noqa: E501 - :return: The sale_discount_fixed_amount of this ReferralInformation. + :return: The sale_discount_fixed_amount of this ReferralInformation. # noqa: E501 :rtype: str """ return self._sale_discount_fixed_amount @sale_discount_fixed_amount.setter def sale_discount_fixed_amount(self, sale_discount_fixed_amount): - """ - Sets the sale_discount_fixed_amount of this ReferralInformation. - Reserved for DocuSign use only. + """Sets the sale_discount_fixed_amount of this ReferralInformation. + + Reserved for DocuSign use only. # noqa: E501 - :param sale_discount_fixed_amount: The sale_discount_fixed_amount of this ReferralInformation. + :param sale_discount_fixed_amount: The sale_discount_fixed_amount of this ReferralInformation. # noqa: E501 :type: str """ @@ -415,22 +456,22 @@ def sale_discount_fixed_amount(self, sale_discount_fixed_amount): @property def sale_discount_percent(self): - """ - Gets the sale_discount_percent of this ReferralInformation. - Reserved for DocuSign use only. + """Gets the sale_discount_percent of this ReferralInformation. # noqa: E501 - :return: The sale_discount_percent of this ReferralInformation. + Reserved for DocuSign use only. # noqa: E501 + + :return: The sale_discount_percent of this ReferralInformation. # noqa: E501 :rtype: str """ return self._sale_discount_percent @sale_discount_percent.setter def sale_discount_percent(self, sale_discount_percent): - """ - Sets the sale_discount_percent of this ReferralInformation. - Reserved for DocuSign use only. + """Sets the sale_discount_percent of this ReferralInformation. - :param sale_discount_percent: The sale_discount_percent of this ReferralInformation. + Reserved for DocuSign use only. # noqa: E501 + + :param sale_discount_percent: The sale_discount_percent of this ReferralInformation. # noqa: E501 :type: str """ @@ -438,22 +479,22 @@ def sale_discount_percent(self, sale_discount_percent): @property def sale_discount_periods(self): - """ - Gets the sale_discount_periods of this ReferralInformation. - Reserved for DocuSign use only. + """Gets the sale_discount_periods of this ReferralInformation. # noqa: E501 - :return: The sale_discount_periods of this ReferralInformation. + Reserved for DocuSign use only. # noqa: E501 + + :return: The sale_discount_periods of this ReferralInformation. # noqa: E501 :rtype: str """ return self._sale_discount_periods @sale_discount_periods.setter def sale_discount_periods(self, sale_discount_periods): - """ - Sets the sale_discount_periods of this ReferralInformation. - Reserved for DocuSign use only. + """Sets the sale_discount_periods of this ReferralInformation. + + Reserved for DocuSign use only. # noqa: E501 - :param sale_discount_periods: The sale_discount_periods of this ReferralInformation. + :param sale_discount_periods: The sale_discount_periods of this ReferralInformation. # noqa: E501 :type: str """ @@ -461,22 +502,22 @@ def sale_discount_periods(self, sale_discount_periods): @property def sale_discount_seat_price_override(self): - """ - Gets the sale_discount_seat_price_override of this ReferralInformation. - Reserved for DocuSign use only. + """Gets the sale_discount_seat_price_override of this ReferralInformation. # noqa: E501 + + Reserved for DocuSign use only. # noqa: E501 - :return: The sale_discount_seat_price_override of this ReferralInformation. + :return: The sale_discount_seat_price_override of this ReferralInformation. # noqa: E501 :rtype: str """ return self._sale_discount_seat_price_override @sale_discount_seat_price_override.setter def sale_discount_seat_price_override(self, sale_discount_seat_price_override): - """ - Sets the sale_discount_seat_price_override of this ReferralInformation. - Reserved for DocuSign use only. + """Sets the sale_discount_seat_price_override of this ReferralInformation. - :param sale_discount_seat_price_override: The sale_discount_seat_price_override of this ReferralInformation. + Reserved for DocuSign use only. # noqa: E501 + + :param sale_discount_seat_price_override: The sale_discount_seat_price_override of this ReferralInformation. # noqa: E501 :type: str """ @@ -484,34 +525,32 @@ def sale_discount_seat_price_override(self, sale_discount_seat_price_override): @property def shopper_id(self): - """ - Gets the shopper_id of this ReferralInformation. - + """Gets the shopper_id of this ReferralInformation. # noqa: E501 + + # noqa: E501 - :return: The shopper_id of this ReferralInformation. + :return: The shopper_id of this ReferralInformation. # noqa: E501 :rtype: str """ return self._shopper_id @shopper_id.setter def shopper_id(self, shopper_id): - """ - Sets the shopper_id of this ReferralInformation. - + """Sets the shopper_id of this ReferralInformation. + + # noqa: E501 - :param shopper_id: The shopper_id of this ReferralInformation. + :param shopper_id: The shopper_id of this ReferralInformation. # noqa: E501 :type: str """ self._shopper_id = shopper_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -528,29 +567,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ReferralInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ReferralInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/reminders.py b/docusign_esign/models/reminders.py index 63d05fa5..c2da90c2 100644 --- a/docusign_esign/models/reminders.py +++ b/docusign_esign/models/reminders.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Reminders(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, reminder_delay=None, reminder_enabled=None, reminder_frequency=None): - """ - Reminders - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'reminder_delay': 'str', - 'reminder_enabled': 'str', - 'reminder_frequency': 'str' - } - - self.attribute_map = { - 'reminder_delay': 'reminderDelay', - 'reminder_enabled': 'reminderEnabled', - 'reminder_frequency': 'reminderFrequency' - } - - self._reminder_delay = reminder_delay - self._reminder_enabled = reminder_enabled - self._reminder_frequency = reminder_frequency + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'reminder_delay': 'str', + 'reminder_enabled': 'str', + 'reminder_frequency': 'str' + } + + attribute_map = { + 'reminder_delay': 'reminderDelay', + 'reminder_enabled': 'reminderEnabled', + 'reminder_frequency': 'reminderFrequency' + } + + def __init__(self, reminder_delay=None, reminder_enabled=None, reminder_frequency=None): # noqa: E501 + """Reminders - a model defined in Swagger""" # noqa: E501 + + self._reminder_delay = None + self._reminder_enabled = None + self._reminder_frequency = None + self.discriminator = None + + if reminder_delay is not None: + self.reminder_delay = reminder_delay + if reminder_enabled is not None: + self.reminder_enabled = reminder_enabled + if reminder_frequency is not None: + self.reminder_frequency = reminder_frequency @property def reminder_delay(self): - """ - Gets the reminder_delay of this Reminders. - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. + """Gets the reminder_delay of this Reminders. # noqa: E501 + + An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. # noqa: E501 - :return: The reminder_delay of this Reminders. + :return: The reminder_delay of this Reminders. # noqa: E501 :rtype: str """ return self._reminder_delay @reminder_delay.setter def reminder_delay(self, reminder_delay): - """ - Sets the reminder_delay of this Reminders. - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. + """Sets the reminder_delay of this Reminders. + + An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. # noqa: E501 - :param reminder_delay: The reminder_delay of this Reminders. + :param reminder_delay: The reminder_delay of this Reminders. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def reminder_delay(self, reminder_delay): @property def reminder_enabled(self): - """ - Gets the reminder_enabled of this Reminders. - When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. + """Gets the reminder_enabled of this Reminders. # noqa: E501 + + When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. # noqa: E501 - :return: The reminder_enabled of this Reminders. + :return: The reminder_enabled of this Reminders. # noqa: E501 :rtype: str """ return self._reminder_enabled @reminder_enabled.setter def reminder_enabled(self, reminder_enabled): - """ - Sets the reminder_enabled of this Reminders. - When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. + """Sets the reminder_enabled of this Reminders. + + When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. # noqa: E501 - :param reminder_enabled: The reminder_enabled of this Reminders. + :param reminder_enabled: The reminder_enabled of this Reminders. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def reminder_enabled(self, reminder_enabled): @property def reminder_frequency(self): - """ - Gets the reminder_frequency of this Reminders. - An interger that sets the interval, in days, between reminder emails. + """Gets the reminder_frequency of this Reminders. # noqa: E501 - :return: The reminder_frequency of this Reminders. + An interger that sets the interval, in days, between reminder emails. # noqa: E501 + + :return: The reminder_frequency of this Reminders. # noqa: E501 :rtype: str """ return self._reminder_frequency @reminder_frequency.setter def reminder_frequency(self, reminder_frequency): - """ - Sets the reminder_frequency of this Reminders. - An interger that sets the interval, in days, between reminder emails. + """Sets the reminder_frequency of this Reminders. - :param reminder_frequency: The reminder_frequency of this Reminders. + An interger that sets the interval, in days, between reminder emails. # noqa: E501 + + :param reminder_frequency: The reminder_frequency of this Reminders. # noqa: E501 :type: str """ self._reminder_frequency = reminder_frequency def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Reminders, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Reminders): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/resource_information.py b/docusign_esign/models/resource_information.py index c7adf3c2..a6017992 100644 --- a/docusign_esign/models/resource_information.py +++ b/docusign_esign/models/resource_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ResourceInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, resources=None): - """ - ResourceInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'resources': 'list[NameValue]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'resources': 'list[NameValue]' + } - self.attribute_map = { - 'resources': 'resources' - } + attribute_map = { + 'resources': 'resources' + } - self._resources = resources + def __init__(self, resources=None): # noqa: E501 + """ResourceInformation - a model defined in Swagger""" # noqa: E501 + + self._resources = None + self.discriminator = None + + if resources is not None: + self.resources = resources @property def resources(self): - """ - Gets the resources of this ResourceInformation. - + """Gets the resources of this ResourceInformation. # noqa: E501 + + # noqa: E501 - :return: The resources of this ResourceInformation. + :return: The resources of this ResourceInformation. # noqa: E501 :rtype: list[NameValue] """ return self._resources @resources.setter def resources(self, resources): - """ - Sets the resources of this ResourceInformation. - + """Sets the resources of this ResourceInformation. - :param resources: The resources of this ResourceInformation. + # noqa: E501 + + :param resources: The resources of this ResourceInformation. # noqa: E501 :type: list[NameValue] """ self._resources = resources def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ResourceInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ResourceInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/return_url_request.py b/docusign_esign/models/return_url_request.py index f75ded48..16b24180 100644 --- a/docusign_esign/models/return_url_request.py +++ b/docusign_esign/models/return_url_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ReturnUrlRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, return_url=None): - """ - ReturnUrlRequest - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'return_url': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'return_url': 'str' + } - self.attribute_map = { - 'return_url': 'returnUrl' - } + attribute_map = { + 'return_url': 'returnUrl' + } - self._return_url = return_url + def __init__(self, return_url=None): # noqa: E501 + """ReturnUrlRequest - a model defined in Swagger""" # noqa: E501 + + self._return_url = None + self.discriminator = None + + if return_url is not None: + self.return_url = return_url @property def return_url(self): - """ - Gets the return_url of this ReturnUrlRequest. - Identifies the return point after sending the envelope. DocuSign returns to the URL and includes an event parameter that can be used to redirect the recipient to another location. The possible event parameters returned are: * send (user sends the envelope) * save (user saves the envelope) * cancel (user cancels the sending transaction. No envelopeId is returned in this case.) * error (there is an error when performing the send) * sessionEnd (the sending session ends before the user completes another action). + """Gets the return_url of this ReturnUrlRequest. # noqa: E501 + + Identifies the return point after sending the envelope. DocuSign returns to the URL and includes an event parameter that can be used to redirect the recipient to another location. The possible event parameters returned are: * send (user sends the envelope) * save (user saves the envelope) * cancel (user cancels the sending transaction. No envelopeId is returned in this case.) * error (there is an error when performing the send) * sessionEnd (the sending session ends before the user completes another action). # noqa: E501 - :return: The return_url of this ReturnUrlRequest. + :return: The return_url of this ReturnUrlRequest. # noqa: E501 :rtype: str """ return self._return_url @return_url.setter def return_url(self, return_url): - """ - Sets the return_url of this ReturnUrlRequest. - Identifies the return point after sending the envelope. DocuSign returns to the URL and includes an event parameter that can be used to redirect the recipient to another location. The possible event parameters returned are: * send (user sends the envelope) * save (user saves the envelope) * cancel (user cancels the sending transaction. No envelopeId is returned in this case.) * error (there is an error when performing the send) * sessionEnd (the sending session ends before the user completes another action). + """Sets the return_url of this ReturnUrlRequest. - :param return_url: The return_url of this ReturnUrlRequest. + Identifies the return point after sending the envelope. DocuSign returns to the URL and includes an event parameter that can be used to redirect the recipient to another location. The possible event parameters returned are: * send (user sends the envelope) * save (user saves the envelope) * cancel (user cancels the sending transaction. No envelopeId is returned in this case.) * error (there is an error when performing the send) * sessionEnd (the sending session ends before the user completes another action). # noqa: E501 + + :param return_url: The return_url of this ReturnUrlRequest. # noqa: E501 :type: str """ self._return_url = return_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ReturnUrlRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ReturnUrlRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/seal_identifier.py b/docusign_esign/models/seal_identifier.py index 67191854..a051663f 100644 --- a/docusign_esign/models/seal_identifier.py +++ b/docusign_esign/models/seal_identifier.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SealIdentifier(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, seal_display_name=None, seal_name=None): - """ - SealIdentifier - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'seal_display_name': 'str', - 'seal_name': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'seal_display_name': 'str', + 'seal_name': 'str' + } - self.attribute_map = { - 'seal_display_name': 'sealDisplayName', - 'seal_name': 'sealName' - } + attribute_map = { + 'seal_display_name': 'sealDisplayName', + 'seal_name': 'sealName' + } - self._seal_display_name = seal_display_name - self._seal_name = seal_name + def __init__(self, seal_display_name=None, seal_name=None): # noqa: E501 + """SealIdentifier - a model defined in Swagger""" # noqa: E501 + + self._seal_display_name = None + self._seal_name = None + self.discriminator = None + + if seal_display_name is not None: + self.seal_display_name = seal_display_name + if seal_name is not None: + self.seal_name = seal_name @property def seal_display_name(self): - """ - Gets the seal_display_name of this SealIdentifier. - + """Gets the seal_display_name of this SealIdentifier. # noqa: E501 - :return: The seal_display_name of this SealIdentifier. + # noqa: E501 + + :return: The seal_display_name of this SealIdentifier. # noqa: E501 :rtype: str """ return self._seal_display_name @seal_display_name.setter def seal_display_name(self, seal_display_name): - """ - Sets the seal_display_name of this SealIdentifier. - + """Sets the seal_display_name of this SealIdentifier. + + # noqa: E501 - :param seal_display_name: The seal_display_name of this SealIdentifier. + :param seal_display_name: The seal_display_name of this SealIdentifier. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def seal_display_name(self, seal_display_name): @property def seal_name(self): - """ - Gets the seal_name of this SealIdentifier. - + """Gets the seal_name of this SealIdentifier. # noqa: E501 + + # noqa: E501 - :return: The seal_name of this SealIdentifier. + :return: The seal_name of this SealIdentifier. # noqa: E501 :rtype: str """ return self._seal_name @seal_name.setter def seal_name(self, seal_name): - """ - Sets the seal_name of this SealIdentifier. - + """Sets the seal_name of this SealIdentifier. + + # noqa: E501 - :param seal_name: The seal_name of this SealIdentifier. + :param seal_name: The seal_name of this SealIdentifier. # noqa: E501 :type: str """ self._seal_name = seal_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SealIdentifier, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SealIdentifier): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/seal_sign.py b/docusign_esign/models/seal_sign.py index 8668de0d..6f6e5b93 100644 --- a/docusign_esign/models/seal_sign.py +++ b/docusign_esign/models/seal_sign.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,215 +11,335 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SealSign(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, inherit_email_notification_configuration=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - SealSign - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'inherit_email_notification_configuration': 'str', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signed_date_time': 'str', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'phone_authentication': 'phoneAuthentication', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signed_date_time': 'signedDateTime', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._client_user_id = client_user_id - self._completed_count = completed_count - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._note = note - self._note_metadata = note_metadata - self._phone_authentication = phone_authentication - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_signature_providers = recipient_signature_providers - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signed_date_time = signed_date_time - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'phone_authentication': 'phoneAuthentication', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, allow_system_override_for_locked_recipient=None, client_user_id=None, completed_count=None, custom_fields=None, declined_date_time=None, declined_reason=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, fax_number=None, fax_number_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, note=None, note_metadata=None, phone_authentication=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signed_date_time=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """SealSign - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._allow_system_override_for_locked_recipient = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._fax_number = None + self._fax_number_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._note = None + self._note_metadata = None + self._phone_authentication = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_signature_providers = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this SealSign. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this SealSign. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this SealSign. + :return: The access_code of this SealSign. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this SealSign. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this SealSign. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :param access_code: The access_code of this SealSign. + :param access_code: The access_code of this SealSign. # noqa: E501 :type: str """ @@ -227,20 +347,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this SealSign. + """Gets the access_code_metadata of this SealSign. # noqa: E501 - :return: The access_code_metadata of this SealSign. + + :return: The access_code_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this SealSign. + """Sets the access_code_metadata of this SealSign. - :param access_code_metadata: The access_code_metadata of this SealSign. + + :param access_code_metadata: The access_code_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -248,22 +368,22 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this SealSign. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this SealSign. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :return: The add_access_code_to_email of this SealSign. + :return: The add_access_code_to_email of this SealSign. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this SealSign. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this SealSign. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this SealSign. + :param add_access_code_to_email: The add_access_code_to_email of this SealSign. # noqa: E501 :type: str """ @@ -271,22 +391,22 @@ def add_access_code_to_email(self, add_access_code_to_email): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this SealSign. - + """Gets the allow_system_override_for_locked_recipient of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this SealSign. + :return: The allow_system_override_for_locked_recipient of this SealSign. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this SealSign. - + """Sets the allow_system_override_for_locked_recipient of this SealSign. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this SealSign. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this SealSign. # noqa: E501 :type: str """ @@ -294,22 +414,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def client_user_id(self): - """ - Gets the client_user_id of this SealSign. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this SealSign. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this SealSign. + :return: The client_user_id of this SealSign. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this SealSign. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this SealSign. - :param client_user_id: The client_user_id of this SealSign. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :param client_user_id: The client_user_id of this SealSign. # noqa: E501 :type: str """ @@ -317,22 +437,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this SealSign. - + """Gets the completed_count of this SealSign. # noqa: E501 - :return: The completed_count of this SealSign. + # noqa: E501 + + :return: The completed_count of this SealSign. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this SealSign. - + """Sets the completed_count of this SealSign. + + # noqa: E501 - :param completed_count: The completed_count of this SealSign. + :param completed_count: The completed_count of this SealSign. # noqa: E501 :type: str """ @@ -340,22 +460,22 @@ def completed_count(self, completed_count): @property def custom_fields(self): - """ - Gets the custom_fields of this SealSign. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this SealSign. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this SealSign. + :return: The custom_fields of this SealSign. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this SealSign. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this SealSign. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this SealSign. + :param custom_fields: The custom_fields of this SealSign. # noqa: E501 :type: list[str] """ @@ -363,22 +483,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this SealSign. - The date and time the recipient declined the document. + """Gets the declined_date_time of this SealSign. # noqa: E501 - :return: The declined_date_time of this SealSign. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this SealSign. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this SealSign. - The date and time the recipient declined the document. + """Sets the declined_date_time of this SealSign. - :param declined_date_time: The declined_date_time of this SealSign. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this SealSign. # noqa: E501 :type: str """ @@ -386,22 +506,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this SealSign. - The reason the recipient declined the document. + """Gets the declined_reason of this SealSign. # noqa: E501 - :return: The declined_reason of this SealSign. + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this SealSign. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this SealSign. - The reason the recipient declined the document. + """Sets the declined_reason of this SealSign. - :param declined_reason: The declined_reason of this SealSign. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this SealSign. # noqa: E501 :type: str """ @@ -409,22 +529,22 @@ def declined_reason(self, declined_reason): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this SealSign. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this SealSign. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this SealSign. + :return: The delivered_date_time of this SealSign. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this SealSign. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this SealSign. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this SealSign. + :param delivered_date_time: The delivered_date_time of this SealSign. # noqa: E501 :type: str """ @@ -432,22 +552,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this SealSign. - Reserved: For DocuSign use only. + """Gets the delivery_method of this SealSign. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this SealSign. + :return: The delivery_method of this SealSign. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this SealSign. - Reserved: For DocuSign use only. + """Sets the delivery_method of this SealSign. - :param delivery_method: The delivery_method of this SealSign. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivery_method: The delivery_method of this SealSign. # noqa: E501 :type: str """ @@ -455,20 +575,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this SealSign. + """Gets the delivery_method_metadata of this SealSign. # noqa: E501 - :return: The delivery_method_metadata of this SealSign. + + :return: The delivery_method_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this SealSign. + """Sets the delivery_method_metadata of this SealSign. + - :param delivery_method_metadata: The delivery_method_metadata of this SealSign. + :param delivery_method_metadata: The delivery_method_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -476,22 +596,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this SealSign. - + """Gets the designator_id of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this SealSign. + :return: The designator_id of this SealSign. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this SealSign. - + """Sets the designator_id of this SealSign. + + # noqa: E501 - :param designator_id: The designator_id of this SealSign. + :param designator_id: The designator_id of this SealSign. # noqa: E501 :type: str """ @@ -499,22 +619,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this SealSign. - + """Gets the designator_id_guid of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this SealSign. + :return: The designator_id_guid of this SealSign. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this SealSign. - + """Sets the designator_id_guid of this SealSign. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this SealSign. + :param designator_id_guid: The designator_id_guid of this SealSign. # noqa: E501 :type: str """ @@ -522,22 +642,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this SealSign. - + """Gets the document_visibility of this SealSign. # noqa: E501 - :return: The document_visibility of this SealSign. + # noqa: E501 + + :return: The document_visibility of this SealSign. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this SealSign. - + """Sets the document_visibility of this SealSign. - :param document_visibility: The document_visibility of this SealSign. + # noqa: E501 + + :param document_visibility: The document_visibility of this SealSign. # noqa: E501 :type: list[DocumentVisibility] """ @@ -545,20 +665,20 @@ def document_visibility(self, document_visibility): @property def email_notification(self): - """ - Gets the email_notification of this SealSign. + """Gets the email_notification of this SealSign. # noqa: E501 + - :return: The email_notification of this SealSign. + :return: The email_notification of this SealSign. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this SealSign. + """Sets the email_notification of this SealSign. + - :param email_notification: The email_notification of this SealSign. + :param email_notification: The email_notification of this SealSign. # noqa: E501 :type: RecipientEmailNotification """ @@ -566,22 +686,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this SealSign. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this SealSign. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :return: The embedded_recipient_start_url of this SealSign. + :return: The embedded_recipient_start_url of this SealSign. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this SealSign. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this SealSign. - :param embedded_recipient_start_url: The embedded_recipient_start_url of this SealSign. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :param embedded_recipient_start_url: The embedded_recipient_start_url of this SealSign. # noqa: E501 :type: str """ @@ -589,20 +709,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this SealSign. + """Gets the error_details of this SealSign. # noqa: E501 - :return: The error_details of this SealSign. + + :return: The error_details of this SealSign. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SealSign. + """Sets the error_details of this SealSign. - :param error_details: The error_details of this SealSign. + + :param error_details: The error_details of this SealSign. # noqa: E501 :type: ErrorDetails """ @@ -610,22 +730,22 @@ def error_details(self, error_details): @property def fax_number(self): - """ - Gets the fax_number of this SealSign. - Reserved: + """Gets the fax_number of this SealSign. # noqa: E501 - :return: The fax_number of this SealSign. + Reserved: # noqa: E501 + + :return: The fax_number of this SealSign. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this SealSign. - Reserved: + """Sets the fax_number of this SealSign. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this SealSign. + :param fax_number: The fax_number of this SealSign. # noqa: E501 :type: str """ @@ -633,20 +753,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this SealSign. + """Gets the fax_number_metadata of this SealSign. # noqa: E501 + - :return: The fax_number_metadata of this SealSign. + :return: The fax_number_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this SealSign. + """Sets the fax_number_metadata of this SealSign. + - :param fax_number_metadata: The fax_number_metadata of this SealSign. + :param fax_number_metadata: The fax_number_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -654,22 +774,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this SealSign. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this SealSign. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this SealSign. + :return: The id_check_configuration_name of this SealSign. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this SealSign. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this SealSign. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :param id_check_configuration_name: The id_check_configuration_name of this SealSign. + :param id_check_configuration_name: The id_check_configuration_name of this SealSign. # noqa: E501 :type: str """ @@ -677,20 +797,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this SealSign. + """Gets the id_check_configuration_name_metadata of this SealSign. # noqa: E501 - :return: The id_check_configuration_name_metadata of this SealSign. + + :return: The id_check_configuration_name_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this SealSign. + """Sets the id_check_configuration_name_metadata of this SealSign. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this SealSign. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -698,43 +818,64 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this SealSign. + """Gets the id_check_information_input of this SealSign. # noqa: E501 - :return: The id_check_information_input of this SealSign. + + :return: The id_check_information_input of this SealSign. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this SealSign. + """Sets the id_check_information_input of this SealSign. - :param id_check_information_input: The id_check_information_input of this SealSign. + + :param id_check_information_input: The id_check_information_input of this SealSign. # noqa: E501 :type: IdCheckInformationInput """ self._id_check_information_input = id_check_information_input @property - def inherit_email_notification_configuration(self): + def identity_verification(self): + """Gets the identity_verification of this SealSign. # noqa: E501 + + + :return: The identity_verification of this SealSign. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this SealSign. + + + :param identity_verification: The identity_verification of this SealSign. # noqa: E501 + :type: RecipientIdentityVerification """ - Gets the inherit_email_notification_configuration of this SealSign. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. - :return: The inherit_email_notification_configuration of this SealSign. + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this SealSign. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this SealSign. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this SealSign. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this SealSign. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this SealSign. + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this SealSign. # noqa: E501 :type: str """ @@ -742,22 +883,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this SealSign. - + """Gets the locked_recipient_phone_auth_editable of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this SealSign. + :return: The locked_recipient_phone_auth_editable of this SealSign. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this SealSign. - + """Sets the locked_recipient_phone_auth_editable of this SealSign. + + # noqa: E501 - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this SealSign. + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this SealSign. # noqa: E501 :type: str """ @@ -765,22 +906,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this SealSign. - + """Gets the locked_recipient_sms_editable of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The locked_recipient_sms_editable of this SealSign. + :return: The locked_recipient_sms_editable of this SealSign. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this SealSign. - + """Sets the locked_recipient_sms_editable of this SealSign. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this SealSign. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this SealSign. # noqa: E501 :type: str """ @@ -788,22 +929,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this SealSign. - + """Gets the name of this SealSign. # noqa: E501 - :return: The name of this SealSign. + # noqa: E501 + + :return: The name of this SealSign. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this SealSign. - + """Sets the name of this SealSign. + + # noqa: E501 - :param name: The name of this SealSign. + :param name: The name of this SealSign. # noqa: E501 :type: str """ @@ -811,22 +952,22 @@ def name(self, name): @property def note(self): - """ - Gets the note of this SealSign. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this SealSign. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this SealSign. + :return: The note of this SealSign. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this SealSign. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this SealSign. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this SealSign. + :param note: The note of this SealSign. # noqa: E501 :type: str """ @@ -834,20 +975,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this SealSign. + """Gets the note_metadata of this SealSign. # noqa: E501 - :return: The note_metadata of this SealSign. + + :return: The note_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this SealSign. + """Sets the note_metadata of this SealSign. - :param note_metadata: The note_metadata of this SealSign. + + :param note_metadata: The note_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -855,20 +996,20 @@ def note_metadata(self, note_metadata): @property def phone_authentication(self): - """ - Gets the phone_authentication of this SealSign. + """Gets the phone_authentication of this SealSign. # noqa: E501 - :return: The phone_authentication of this SealSign. + + :return: The phone_authentication of this SealSign. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this SealSign. + """Sets the phone_authentication of this SealSign. - :param phone_authentication: The phone_authentication of this SealSign. + + :param phone_authentication: The phone_authentication of this SealSign. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -876,22 +1017,22 @@ def phone_authentication(self, phone_authentication): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this SealSign. - Reserved: + """Gets the recipient_attachments of this SealSign. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this SealSign. + :return: The recipient_attachments of this SealSign. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this SealSign. - Reserved: + """Sets the recipient_attachments of this SealSign. + + Reserved: # noqa: E501 - :param recipient_attachments: The recipient_attachments of this SealSign. + :param recipient_attachments: The recipient_attachments of this SealSign. # noqa: E501 :type: list[RecipientAttachment] """ @@ -899,20 +1040,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this SealSign. + """Gets the recipient_authentication_status of this SealSign. # noqa: E501 + - :return: The recipient_authentication_status of this SealSign. + :return: The recipient_authentication_status of this SealSign. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this SealSign. + """Sets the recipient_authentication_status of this SealSign. - :param recipient_authentication_status: The recipient_authentication_status of this SealSign. + + :param recipient_authentication_status: The recipient_authentication_status of this SealSign. # noqa: E501 :type: AuthenticationStatus """ @@ -920,22 +1061,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this SealSign. - + """Gets the recipient_feature_metadata of this SealSign. # noqa: E501 - :return: The recipient_feature_metadata of this SealSign. + # noqa: E501 + + :return: The recipient_feature_metadata of this SealSign. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this SealSign. - + """Sets the recipient_feature_metadata of this SealSign. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this SealSign. + :param recipient_feature_metadata: The recipient_feature_metadata of this SealSign. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -943,22 +1084,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this SealSign. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this SealSign. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this SealSign. + :return: The recipient_id of this SealSign. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this SealSign. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this SealSign. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this SealSign. + :param recipient_id: The recipient_id of this SealSign. # noqa: E501 :type: str """ @@ -966,22 +1107,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this SealSign. - + """Gets the recipient_id_guid of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this SealSign. + :return: The recipient_id_guid of this SealSign. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this SealSign. - + """Sets the recipient_id_guid of this SealSign. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this SealSign. + :param recipient_id_guid: The recipient_id_guid of this SealSign. # noqa: E501 :type: str """ @@ -989,22 +1130,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this SealSign. - + """Gets the recipient_signature_providers of this SealSign. # noqa: E501 - :return: The recipient_signature_providers of this SealSign. + # noqa: E501 + + :return: The recipient_signature_providers of this SealSign. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this SealSign. - + """Sets the recipient_signature_providers of this SealSign. - :param recipient_signature_providers: The recipient_signature_providers of this SealSign. + # noqa: E501 + + :param recipient_signature_providers: The recipient_signature_providers of this SealSign. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -1012,22 +1153,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def recipient_type(self): - """ - Gets the recipient_type of this SealSign. - + """Gets the recipient_type of this SealSign. # noqa: E501 - :return: The recipient_type of this SealSign. + # noqa: E501 + + :return: The recipient_type of this SealSign. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this SealSign. - + """Sets the recipient_type of this SealSign. - :param recipient_type: The recipient_type of this SealSign. + # noqa: E501 + + :param recipient_type: The recipient_type of this SealSign. # noqa: E501 :type: str """ @@ -1035,20 +1176,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this SealSign. + """Gets the recipient_type_metadata of this SealSign. # noqa: E501 + - :return: The recipient_type_metadata of this SealSign. + :return: The recipient_type_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this SealSign. + """Sets the recipient_type_metadata of this SealSign. + - :param recipient_type_metadata: The recipient_type_metadata of this SealSign. + :param recipient_type_metadata: The recipient_type_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -1056,22 +1197,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this SealSign. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this SealSign. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this SealSign. + :return: The require_id_lookup of this SealSign. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this SealSign. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this SealSign. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this SealSign. + :param require_id_lookup: The require_id_lookup of this SealSign. # noqa: E501 :type: str """ @@ -1079,20 +1220,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this SealSign. + """Gets the require_id_lookup_metadata of this SealSign. # noqa: E501 + - :return: The require_id_lookup_metadata of this SealSign. + :return: The require_id_lookup_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this SealSign. + """Sets the require_id_lookup_metadata of this SealSign. - :param require_id_lookup_metadata: The require_id_lookup_metadata of this SealSign. + + :param require_id_lookup_metadata: The require_id_lookup_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -1100,22 +1241,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def role_name(self): - """ - Gets the role_name of this SealSign. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this SealSign. # noqa: E501 - :return: The role_name of this SealSign. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this SealSign. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this SealSign. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this SealSign. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this SealSign. + :param role_name: The role_name of this SealSign. # noqa: E501 :type: str """ @@ -1123,22 +1264,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this SealSign. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this SealSign. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this SealSign. + :return: The routing_order of this SealSign. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this SealSign. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this SealSign. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this SealSign. + :param routing_order: The routing_order of this SealSign. # noqa: E501 :type: str """ @@ -1146,20 +1287,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this SealSign. + """Gets the routing_order_metadata of this SealSign. # noqa: E501 - :return: The routing_order_metadata of this SealSign. + + :return: The routing_order_metadata of this SealSign. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this SealSign. + """Sets the routing_order_metadata of this SealSign. - :param routing_order_metadata: The routing_order_metadata of this SealSign. + + :param routing_order_metadata: The routing_order_metadata of this SealSign. # noqa: E501 :type: PropertyMetadata """ @@ -1167,22 +1308,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this SealSign. - The date and time the envelope was sent. + """Gets the sent_date_time of this SealSign. # noqa: E501 - :return: The sent_date_time of this SealSign. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this SealSign. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this SealSign. - The date and time the envelope was sent. + """Sets the sent_date_time of this SealSign. - :param sent_date_time: The sent_date_time of this SealSign. + The date and time the envelope was sent. # noqa: E501 + + :param sent_date_time: The sent_date_time of this SealSign. # noqa: E501 :type: str """ @@ -1190,22 +1331,22 @@ def sent_date_time(self, sent_date_time): @property def signed_date_time(self): - """ - Gets the signed_date_time of this SealSign. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this SealSign. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this SealSign. + :return: The signed_date_time of this SealSign. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this SealSign. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this SealSign. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this SealSign. + :param signed_date_time: The signed_date_time of this SealSign. # noqa: E501 :type: str """ @@ -1213,20 +1354,20 @@ def signed_date_time(self, signed_date_time): @property def sms_authentication(self): - """ - Gets the sms_authentication of this SealSign. + """Gets the sms_authentication of this SealSign. # noqa: E501 + - :return: The sms_authentication of this SealSign. + :return: The sms_authentication of this SealSign. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this SealSign. + """Sets the sms_authentication of this SealSign. - :param sms_authentication: The sms_authentication of this SealSign. + + :param sms_authentication: The sms_authentication of this SealSign. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -1234,22 +1375,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this SealSign. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this SealSign. # noqa: E501 - :return: The social_authentications of this SealSign. + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :return: The social_authentications of this SealSign. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this SealSign. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this SealSign. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this SealSign. + :param social_authentications: The social_authentications of this SealSign. # noqa: E501 :type: list[SocialAuthentication] """ @@ -1257,22 +1398,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this SealSign. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this SealSign. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this SealSign. + :return: The status of this SealSign. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this SealSign. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this SealSign. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this SealSign. + :param status: The status of this SealSign. # noqa: E501 :type: str """ @@ -1280,22 +1421,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this SealSign. - + """Gets the status_code of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The status_code of this SealSign. + :return: The status_code of this SealSign. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this SealSign. - + """Sets the status_code of this SealSign. + + # noqa: E501 - :param status_code: The status_code of this SealSign. + :param status_code: The status_code of this SealSign. # noqa: E501 :type: str """ @@ -1303,22 +1444,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this SealSign. - + """Gets the suppress_emails of this SealSign. # noqa: E501 - :return: The suppress_emails of this SealSign. + # noqa: E501 + + :return: The suppress_emails of this SealSign. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this SealSign. - + """Sets the suppress_emails of this SealSign. - :param suppress_emails: The suppress_emails of this SealSign. + # noqa: E501 + + :param suppress_emails: The suppress_emails of this SealSign. # noqa: E501 :type: str """ @@ -1326,20 +1467,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this SealSign. + """Gets the tabs of this SealSign. # noqa: E501 + - :return: The tabs of this SealSign. + :return: The tabs of this SealSign. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this SealSign. + """Sets the tabs of this SealSign. + - :param tabs: The tabs of this SealSign. + :param tabs: The tabs of this SealSign. # noqa: E501 :type: Tabs """ @@ -1347,22 +1488,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this SealSign. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this SealSign. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this SealSign. + :return: The template_locked of this SealSign. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this SealSign. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this SealSign. - :param template_locked: The template_locked of this SealSign. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this SealSign. # noqa: E501 :type: str """ @@ -1370,22 +1511,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this SealSign. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this SealSign. # noqa: E501 - :return: The template_required of this SealSign. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this SealSign. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this SealSign. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this SealSign. - :param template_required: The template_required of this SealSign. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this SealSign. # noqa: E501 :type: str """ @@ -1393,22 +1534,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this SealSign. - + """Gets the total_tab_count of this SealSign. # noqa: E501 - :return: The total_tab_count of this SealSign. + # noqa: E501 + + :return: The total_tab_count of this SealSign. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this SealSign. - + """Sets the total_tab_count of this SealSign. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this SealSign. + :param total_tab_count: The total_tab_count of this SealSign. # noqa: E501 :type: str """ @@ -1416,34 +1557,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this SealSign. - + """Gets the user_id of this SealSign. # noqa: E501 + + # noqa: E501 - :return: The user_id of this SealSign. + :return: The user_id of this SealSign. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this SealSign. - + """Sets the user_id of this SealSign. + + # noqa: E501 - :param user_id: The user_id of this SealSign. + :param user_id: The user_id of this SealSign. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1460,29 +1599,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SealSign, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SealSign): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/seat_discount.py b/docusign_esign/models/seat_discount.py index a4d35e0a..1b03619b 100644 --- a/docusign_esign/models/seat_discount.py +++ b/docusign_esign/models/seat_discount.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SeatDiscount(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, begin_seat_count=None, discount_percent=None, end_seat_count=None): - """ - SeatDiscount - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'begin_seat_count': 'str', - 'discount_percent': 'str', - 'end_seat_count': 'str' - } - - self.attribute_map = { - 'begin_seat_count': 'beginSeatCount', - 'discount_percent': 'discountPercent', - 'end_seat_count': 'endSeatCount' - } - - self._begin_seat_count = begin_seat_count - self._discount_percent = discount_percent - self._end_seat_count = end_seat_count + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'begin_seat_count': 'str', + 'discount_percent': 'str', + 'end_seat_count': 'str' + } + + attribute_map = { + 'begin_seat_count': 'beginSeatCount', + 'discount_percent': 'discountPercent', + 'end_seat_count': 'endSeatCount' + } + + def __init__(self, begin_seat_count=None, discount_percent=None, end_seat_count=None): # noqa: E501 + """SeatDiscount - a model defined in Swagger""" # noqa: E501 + + self._begin_seat_count = None + self._discount_percent = None + self._end_seat_count = None + self.discriminator = None + + if begin_seat_count is not None: + self.begin_seat_count = begin_seat_count + if discount_percent is not None: + self.discount_percent = discount_percent + if end_seat_count is not None: + self.end_seat_count = end_seat_count @property def begin_seat_count(self): - """ - Gets the begin_seat_count of this SeatDiscount. - Reserved: TBD + """Gets the begin_seat_count of this SeatDiscount. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The begin_seat_count of this SeatDiscount. + :return: The begin_seat_count of this SeatDiscount. # noqa: E501 :rtype: str """ return self._begin_seat_count @begin_seat_count.setter def begin_seat_count(self, begin_seat_count): - """ - Sets the begin_seat_count of this SeatDiscount. - Reserved: TBD + """Sets the begin_seat_count of this SeatDiscount. + + Reserved: TBD # noqa: E501 - :param begin_seat_count: The begin_seat_count of this SeatDiscount. + :param begin_seat_count: The begin_seat_count of this SeatDiscount. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def begin_seat_count(self, begin_seat_count): @property def discount_percent(self): - """ - Gets the discount_percent of this SeatDiscount. - + """Gets the discount_percent of this SeatDiscount. # noqa: E501 + + # noqa: E501 - :return: The discount_percent of this SeatDiscount. + :return: The discount_percent of this SeatDiscount. # noqa: E501 :rtype: str """ return self._discount_percent @discount_percent.setter def discount_percent(self, discount_percent): - """ - Sets the discount_percent of this SeatDiscount. - + """Sets the discount_percent of this SeatDiscount. + + # noqa: E501 - :param discount_percent: The discount_percent of this SeatDiscount. + :param discount_percent: The discount_percent of this SeatDiscount. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def discount_percent(self, discount_percent): @property def end_seat_count(self): - """ - Gets the end_seat_count of this SeatDiscount. - Reserved: TBD + """Gets the end_seat_count of this SeatDiscount. # noqa: E501 - :return: The end_seat_count of this SeatDiscount. + Reserved: TBD # noqa: E501 + + :return: The end_seat_count of this SeatDiscount. # noqa: E501 :rtype: str """ return self._end_seat_count @end_seat_count.setter def end_seat_count(self, end_seat_count): - """ - Sets the end_seat_count of this SeatDiscount. - Reserved: TBD + """Sets the end_seat_count of this SeatDiscount. - :param end_seat_count: The end_seat_count of this SeatDiscount. + Reserved: TBD # noqa: E501 + + :param end_seat_count: The end_seat_count of this SeatDiscount. # noqa: E501 :type: str """ self._end_seat_count = end_seat_count def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SeatDiscount, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SeatDiscount): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/sender_email_notifications.py b/docusign_esign/models/sender_email_notifications.py index 411abfb2..a6a8cf38 100644 --- a/docusign_esign/models/sender_email_notifications.py +++ b/docusign_esign/models/sender_email_notifications.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SenderEmailNotifications(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, changed_signer=None, comments_only_private_and_mention=None, comments_receive_all=None, delivery_failed=None, envelope_complete=None, offline_signing_failed=None, purge_documents=None, recipient_viewed=None, sender_envelope_declined=None, withdrawn_consent=None): - """ - SenderEmailNotifications - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'changed_signer': 'str', - 'comments_only_private_and_mention': 'str', - 'comments_receive_all': 'str', - 'delivery_failed': 'str', - 'envelope_complete': 'str', - 'offline_signing_failed': 'str', - 'purge_documents': 'str', - 'recipient_viewed': 'str', - 'sender_envelope_declined': 'str', - 'withdrawn_consent': 'str' - } - - self.attribute_map = { - 'changed_signer': 'changedSigner', - 'comments_only_private_and_mention': 'commentsOnlyPrivateAndMention', - 'comments_receive_all': 'commentsReceiveAll', - 'delivery_failed': 'deliveryFailed', - 'envelope_complete': 'envelopeComplete', - 'offline_signing_failed': 'offlineSigningFailed', - 'purge_documents': 'purgeDocuments', - 'recipient_viewed': 'recipientViewed', - 'sender_envelope_declined': 'senderEnvelopeDeclined', - 'withdrawn_consent': 'withdrawnConsent' - } - - self._changed_signer = changed_signer - self._comments_only_private_and_mention = comments_only_private_and_mention - self._comments_receive_all = comments_receive_all - self._delivery_failed = delivery_failed - self._envelope_complete = envelope_complete - self._offline_signing_failed = offline_signing_failed - self._purge_documents = purge_documents - self._recipient_viewed = recipient_viewed - self._sender_envelope_declined = sender_envelope_declined - self._withdrawn_consent = withdrawn_consent + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'changed_signer': 'str', + 'comments_only_private_and_mention': 'str', + 'comments_receive_all': 'str', + 'delivery_failed': 'str', + 'envelope_complete': 'str', + 'offline_signing_failed': 'str', + 'purge_documents': 'str', + 'recipient_viewed': 'str', + 'sender_envelope_declined': 'str', + 'withdrawn_consent': 'str' + } + + attribute_map = { + 'changed_signer': 'changedSigner', + 'comments_only_private_and_mention': 'commentsOnlyPrivateAndMention', + 'comments_receive_all': 'commentsReceiveAll', + 'delivery_failed': 'deliveryFailed', + 'envelope_complete': 'envelopeComplete', + 'offline_signing_failed': 'offlineSigningFailed', + 'purge_documents': 'purgeDocuments', + 'recipient_viewed': 'recipientViewed', + 'sender_envelope_declined': 'senderEnvelopeDeclined', + 'withdrawn_consent': 'withdrawnConsent' + } + + def __init__(self, changed_signer=None, comments_only_private_and_mention=None, comments_receive_all=None, delivery_failed=None, envelope_complete=None, offline_signing_failed=None, purge_documents=None, recipient_viewed=None, sender_envelope_declined=None, withdrawn_consent=None): # noqa: E501 + """SenderEmailNotifications - a model defined in Swagger""" # noqa: E501 + + self._changed_signer = None + self._comments_only_private_and_mention = None + self._comments_receive_all = None + self._delivery_failed = None + self._envelope_complete = None + self._offline_signing_failed = None + self._purge_documents = None + self._recipient_viewed = None + self._sender_envelope_declined = None + self._withdrawn_consent = None + self.discriminator = None + + if changed_signer is not None: + self.changed_signer = changed_signer + if comments_only_private_and_mention is not None: + self.comments_only_private_and_mention = comments_only_private_and_mention + if comments_receive_all is not None: + self.comments_receive_all = comments_receive_all + if delivery_failed is not None: + self.delivery_failed = delivery_failed + if envelope_complete is not None: + self.envelope_complete = envelope_complete + if offline_signing_failed is not None: + self.offline_signing_failed = offline_signing_failed + if purge_documents is not None: + self.purge_documents = purge_documents + if recipient_viewed is not None: + self.recipient_viewed = recipient_viewed + if sender_envelope_declined is not None: + self.sender_envelope_declined = sender_envelope_declined + if withdrawn_consent is not None: + self.withdrawn_consent = withdrawn_consent @property def changed_signer(self): - """ - Gets the changed_signer of this SenderEmailNotifications. - When set to **true**, the sender receives notification if the signer changes. + """Gets the changed_signer of this SenderEmailNotifications. # noqa: E501 + + When set to **true**, the sender receives notification if the signer changes. # noqa: E501 - :return: The changed_signer of this SenderEmailNotifications. + :return: The changed_signer of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._changed_signer @changed_signer.setter def changed_signer(self, changed_signer): - """ - Sets the changed_signer of this SenderEmailNotifications. - When set to **true**, the sender receives notification if the signer changes. + """Sets the changed_signer of this SenderEmailNotifications. - :param changed_signer: The changed_signer of this SenderEmailNotifications. + When set to **true**, the sender receives notification if the signer changes. # noqa: E501 + + :param changed_signer: The changed_signer of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def changed_signer(self, changed_signer): @property def comments_only_private_and_mention(self): - """ - Gets the comments_only_private_and_mention of this SenderEmailNotifications. - + """Gets the comments_only_private_and_mention of this SenderEmailNotifications. # noqa: E501 - :return: The comments_only_private_and_mention of this SenderEmailNotifications. + # noqa: E501 + + :return: The comments_only_private_and_mention of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._comments_only_private_and_mention @comments_only_private_and_mention.setter def comments_only_private_and_mention(self, comments_only_private_and_mention): - """ - Sets the comments_only_private_and_mention of this SenderEmailNotifications. - + """Sets the comments_only_private_and_mention of this SenderEmailNotifications. - :param comments_only_private_and_mention: The comments_only_private_and_mention of this SenderEmailNotifications. + # noqa: E501 + + :param comments_only_private_and_mention: The comments_only_private_and_mention of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def comments_only_private_and_mention(self, comments_only_private_and_mention): @property def comments_receive_all(self): - """ - Gets the comments_receive_all of this SenderEmailNotifications. - + """Gets the comments_receive_all of this SenderEmailNotifications. # noqa: E501 - :return: The comments_receive_all of this SenderEmailNotifications. + # noqa: E501 + + :return: The comments_receive_all of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._comments_receive_all @comments_receive_all.setter def comments_receive_all(self, comments_receive_all): - """ - Sets the comments_receive_all of this SenderEmailNotifications. - + """Sets the comments_receive_all of this SenderEmailNotifications. - :param comments_receive_all: The comments_receive_all of this SenderEmailNotifications. + # noqa: E501 + + :param comments_receive_all: The comments_receive_all of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def comments_receive_all(self, comments_receive_all): @property def delivery_failed(self): - """ - Gets the delivery_failed of this SenderEmailNotifications. - When set to **true**, the sender receives notification if the delivery of the envelope fails. + """Gets the delivery_failed of this SenderEmailNotifications. # noqa: E501 - :return: The delivery_failed of this SenderEmailNotifications. + When set to **true**, the sender receives notification if the delivery of the envelope fails. # noqa: E501 + + :return: The delivery_failed of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._delivery_failed @delivery_failed.setter def delivery_failed(self, delivery_failed): - """ - Sets the delivery_failed of this SenderEmailNotifications. - When set to **true**, the sender receives notification if the delivery of the envelope fails. + """Sets the delivery_failed of this SenderEmailNotifications. - :param delivery_failed: The delivery_failed of this SenderEmailNotifications. + When set to **true**, the sender receives notification if the delivery of the envelope fails. # noqa: E501 + + :param delivery_failed: The delivery_failed of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def delivery_failed(self, delivery_failed): @property def envelope_complete(self): - """ - Gets the envelope_complete of this SenderEmailNotifications. - When set to **true**, the user receives notification that the envelope has been completed. + """Gets the envelope_complete of this SenderEmailNotifications. # noqa: E501 - :return: The envelope_complete of this SenderEmailNotifications. + When set to **true**, the user receives notification that the envelope has been completed. # noqa: E501 + + :return: The envelope_complete of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_complete @envelope_complete.setter def envelope_complete(self, envelope_complete): - """ - Sets the envelope_complete of this SenderEmailNotifications. - When set to **true**, the user receives notification that the envelope has been completed. + """Sets the envelope_complete of this SenderEmailNotifications. + + When set to **true**, the user receives notification that the envelope has been completed. # noqa: E501 - :param envelope_complete: The envelope_complete of this SenderEmailNotifications. + :param envelope_complete: The envelope_complete of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def envelope_complete(self, envelope_complete): @property def offline_signing_failed(self): - """ - Gets the offline_signing_failed of this SenderEmailNotifications. - When set to **true**, the user receives notification if the offline signing failed. + """Gets the offline_signing_failed of this SenderEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification if the offline signing failed. # noqa: E501 - :return: The offline_signing_failed of this SenderEmailNotifications. + :return: The offline_signing_failed of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._offline_signing_failed @offline_signing_failed.setter def offline_signing_failed(self, offline_signing_failed): - """ - Sets the offline_signing_failed of this SenderEmailNotifications. - When set to **true**, the user receives notification if the offline signing failed. + """Sets the offline_signing_failed of this SenderEmailNotifications. + + When set to **true**, the user receives notification if the offline signing failed. # noqa: E501 - :param offline_signing_failed: The offline_signing_failed of this SenderEmailNotifications. + :param offline_signing_failed: The offline_signing_failed of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def offline_signing_failed(self, offline_signing_failed): @property def purge_documents(self): - """ - Gets the purge_documents of this SenderEmailNotifications. - + """Gets the purge_documents of this SenderEmailNotifications. # noqa: E501 + + # noqa: E501 - :return: The purge_documents of this SenderEmailNotifications. + :return: The purge_documents of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._purge_documents @purge_documents.setter def purge_documents(self, purge_documents): - """ - Sets the purge_documents of this SenderEmailNotifications. - + """Sets the purge_documents of this SenderEmailNotifications. + + # noqa: E501 - :param purge_documents: The purge_documents of this SenderEmailNotifications. + :param purge_documents: The purge_documents of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def purge_documents(self, purge_documents): @property def recipient_viewed(self): - """ - Gets the recipient_viewed of this SenderEmailNotifications. - When set to **true**, the sender receives notification that the recipient viewed the enveloper. + """Gets the recipient_viewed of this SenderEmailNotifications. # noqa: E501 + + When set to **true**, the sender receives notification that the recipient viewed the enveloper. # noqa: E501 - :return: The recipient_viewed of this SenderEmailNotifications. + :return: The recipient_viewed of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._recipient_viewed @recipient_viewed.setter def recipient_viewed(self, recipient_viewed): - """ - Sets the recipient_viewed of this SenderEmailNotifications. - When set to **true**, the sender receives notification that the recipient viewed the enveloper. + """Sets the recipient_viewed of this SenderEmailNotifications. + + When set to **true**, the sender receives notification that the recipient viewed the enveloper. # noqa: E501 - :param recipient_viewed: The recipient_viewed of this SenderEmailNotifications. + :param recipient_viewed: The recipient_viewed of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def recipient_viewed(self, recipient_viewed): @property def sender_envelope_declined(self): - """ - Gets the sender_envelope_declined of this SenderEmailNotifications. - + """Gets the sender_envelope_declined of this SenderEmailNotifications. # noqa: E501 + + # noqa: E501 - :return: The sender_envelope_declined of this SenderEmailNotifications. + :return: The sender_envelope_declined of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._sender_envelope_declined @sender_envelope_declined.setter def sender_envelope_declined(self, sender_envelope_declined): - """ - Sets the sender_envelope_declined of this SenderEmailNotifications. - + """Sets the sender_envelope_declined of this SenderEmailNotifications. + + # noqa: E501 - :param sender_envelope_declined: The sender_envelope_declined of this SenderEmailNotifications. + :param sender_envelope_declined: The sender_envelope_declined of this SenderEmailNotifications. # noqa: E501 :type: str """ @@ -276,34 +301,32 @@ def sender_envelope_declined(self, sender_envelope_declined): @property def withdrawn_consent(self): - """ - Gets the withdrawn_consent of this SenderEmailNotifications. - When set to **true**, the user receives notification if consent is withdrawn. + """Gets the withdrawn_consent of this SenderEmailNotifications. # noqa: E501 - :return: The withdrawn_consent of this SenderEmailNotifications. + When set to **true**, the user receives notification if consent is withdrawn. # noqa: E501 + + :return: The withdrawn_consent of this SenderEmailNotifications. # noqa: E501 :rtype: str """ return self._withdrawn_consent @withdrawn_consent.setter def withdrawn_consent(self, withdrawn_consent): - """ - Sets the withdrawn_consent of this SenderEmailNotifications. - When set to **true**, the user receives notification if consent is withdrawn. + """Sets the withdrawn_consent of this SenderEmailNotifications. - :param withdrawn_consent: The withdrawn_consent of this SenderEmailNotifications. + When set to **true**, the user receives notification if consent is withdrawn. # noqa: E501 + + :param withdrawn_consent: The withdrawn_consent of this SenderEmailNotifications. # noqa: E501 :type: str """ self._withdrawn_consent = withdrawn_consent def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SenderEmailNotifications, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SenderEmailNotifications): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/server_template.py b/docusign_esign/models/server_template.py index fde6bddb..ea9e8364 100644 --- a/docusign_esign/models/server_template.py +++ b/docusign_esign/models/server_template.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ServerTemplate(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, sequence=None, template_id=None): - """ - ServerTemplate - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'sequence': 'str', - 'template_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'sequence': 'str', + 'template_id': 'str' + } - self.attribute_map = { - 'sequence': 'sequence', - 'template_id': 'templateId' - } + attribute_map = { + 'sequence': 'sequence', + 'template_id': 'templateId' + } - self._sequence = sequence - self._template_id = template_id + def __init__(self, sequence=None, template_id=None): # noqa: E501 + """ServerTemplate - a model defined in Swagger""" # noqa: E501 + + self._sequence = None + self._template_id = None + self.discriminator = None + + if sequence is not None: + self.sequence = sequence + if template_id is not None: + self.template_id = template_id @property def sequence(self): - """ - Gets the sequence of this ServerTemplate. - + """Gets the sequence of this ServerTemplate. # noqa: E501 - :return: The sequence of this ServerTemplate. + # noqa: E501 + + :return: The sequence of this ServerTemplate. # noqa: E501 :rtype: str """ return self._sequence @sequence.setter def sequence(self, sequence): - """ - Sets the sequence of this ServerTemplate. - + """Sets the sequence of this ServerTemplate. + + # noqa: E501 - :param sequence: The sequence of this ServerTemplate. + :param sequence: The sequence of this ServerTemplate. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def sequence(self, sequence): @property def template_id(self): - """ - Gets the template_id of this ServerTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this ServerTemplate. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this ServerTemplate. + :return: The template_id of this ServerTemplate. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this ServerTemplate. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this ServerTemplate. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this ServerTemplate. + :param template_id: The template_id of this ServerTemplate. # noqa: E501 :type: str """ self._template_id = template_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ServerTemplate, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ServerTemplate): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/service_information.py b/docusign_esign/models/service_information.py index 2175445a..b99f64a8 100644 --- a/docusign_esign/models/service_information.py +++ b/docusign_esign/models/service_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ServiceInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, build_branch=None, build_branch_deployed_date_time=None, build_sha=None, build_version=None, linked_sites=None, service_versions=None): - """ - ServiceInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'build_branch': 'str', - 'build_branch_deployed_date_time': 'str', - 'build_sha': 'str', - 'build_version': 'str', - 'linked_sites': 'list[str]', - 'service_versions': 'list[ServiceVersion]' - } - - self.attribute_map = { - 'build_branch': 'buildBranch', - 'build_branch_deployed_date_time': 'buildBranchDeployedDateTime', - 'build_sha': 'buildSHA', - 'build_version': 'buildVersion', - 'linked_sites': 'linkedSites', - 'service_versions': 'serviceVersions' - } - - self._build_branch = build_branch - self._build_branch_deployed_date_time = build_branch_deployed_date_time - self._build_sha = build_sha - self._build_version = build_version - self._linked_sites = linked_sites - self._service_versions = service_versions + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'build_branch': 'str', + 'build_branch_deployed_date_time': 'str', + 'build_sha': 'str', + 'build_version': 'str', + 'linked_sites': 'list[str]', + 'service_versions': 'list[ServiceVersion]' + } + + attribute_map = { + 'build_branch': 'buildBranch', + 'build_branch_deployed_date_time': 'buildBranchDeployedDateTime', + 'build_sha': 'buildSHA', + 'build_version': 'buildVersion', + 'linked_sites': 'linkedSites', + 'service_versions': 'serviceVersions' + } + + def __init__(self, build_branch=None, build_branch_deployed_date_time=None, build_sha=None, build_version=None, linked_sites=None, service_versions=None): # noqa: E501 + """ServiceInformation - a model defined in Swagger""" # noqa: E501 + + self._build_branch = None + self._build_branch_deployed_date_time = None + self._build_sha = None + self._build_version = None + self._linked_sites = None + self._service_versions = None + self.discriminator = None + + if build_branch is not None: + self.build_branch = build_branch + if build_branch_deployed_date_time is not None: + self.build_branch_deployed_date_time = build_branch_deployed_date_time + if build_sha is not None: + self.build_sha = build_sha + if build_version is not None: + self.build_version = build_version + if linked_sites is not None: + self.linked_sites = linked_sites + if service_versions is not None: + self.service_versions = service_versions @property def build_branch(self): - """ - Gets the build_branch of this ServiceInformation. - Reserved: TBD + """Gets the build_branch of this ServiceInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The build_branch of this ServiceInformation. + :return: The build_branch of this ServiceInformation. # noqa: E501 :rtype: str """ return self._build_branch @build_branch.setter def build_branch(self, build_branch): - """ - Sets the build_branch of this ServiceInformation. - Reserved: TBD + """Sets the build_branch of this ServiceInformation. + + Reserved: TBD # noqa: E501 - :param build_branch: The build_branch of this ServiceInformation. + :param build_branch: The build_branch of this ServiceInformation. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def build_branch(self, build_branch): @property def build_branch_deployed_date_time(self): - """ - Gets the build_branch_deployed_date_time of this ServiceInformation. - Reserved: TBD + """Gets the build_branch_deployed_date_time of this ServiceInformation. # noqa: E501 - :return: The build_branch_deployed_date_time of this ServiceInformation. + Reserved: TBD # noqa: E501 + + :return: The build_branch_deployed_date_time of this ServiceInformation. # noqa: E501 :rtype: str """ return self._build_branch_deployed_date_time @build_branch_deployed_date_time.setter def build_branch_deployed_date_time(self, build_branch_deployed_date_time): - """ - Sets the build_branch_deployed_date_time of this ServiceInformation. - Reserved: TBD + """Sets the build_branch_deployed_date_time of this ServiceInformation. + + Reserved: TBD # noqa: E501 - :param build_branch_deployed_date_time: The build_branch_deployed_date_time of this ServiceInformation. + :param build_branch_deployed_date_time: The build_branch_deployed_date_time of this ServiceInformation. # noqa: E501 :type: str """ @@ -103,22 +120,22 @@ def build_branch_deployed_date_time(self, build_branch_deployed_date_time): @property def build_sha(self): - """ - Gets the build_sha of this ServiceInformation. - Reserved: TBD + """Gets the build_sha of this ServiceInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The build_sha of this ServiceInformation. + :return: The build_sha of this ServiceInformation. # noqa: E501 :rtype: str """ return self._build_sha @build_sha.setter def build_sha(self, build_sha): - """ - Sets the build_sha of this ServiceInformation. - Reserved: TBD + """Sets the build_sha of this ServiceInformation. - :param build_sha: The build_sha of this ServiceInformation. + Reserved: TBD # noqa: E501 + + :param build_sha: The build_sha of this ServiceInformation. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def build_sha(self, build_sha): @property def build_version(self): - """ - Gets the build_version of this ServiceInformation. - Reserved: TBD + """Gets the build_version of this ServiceInformation. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The build_version of this ServiceInformation. + :return: The build_version of this ServiceInformation. # noqa: E501 :rtype: str """ return self._build_version @build_version.setter def build_version(self, build_version): - """ - Sets the build_version of this ServiceInformation. - Reserved: TBD + """Sets the build_version of this ServiceInformation. + + Reserved: TBD # noqa: E501 - :param build_version: The build_version of this ServiceInformation. + :param build_version: The build_version of this ServiceInformation. # noqa: E501 :type: str """ @@ -149,22 +166,22 @@ def build_version(self, build_version): @property def linked_sites(self): - """ - Gets the linked_sites of this ServiceInformation. - + """Gets the linked_sites of this ServiceInformation. # noqa: E501 - :return: The linked_sites of this ServiceInformation. + # noqa: E501 + + :return: The linked_sites of this ServiceInformation. # noqa: E501 :rtype: list[str] """ return self._linked_sites @linked_sites.setter def linked_sites(self, linked_sites): - """ - Sets the linked_sites of this ServiceInformation. - + """Sets the linked_sites of this ServiceInformation. + + # noqa: E501 - :param linked_sites: The linked_sites of this ServiceInformation. + :param linked_sites: The linked_sites of this ServiceInformation. # noqa: E501 :type: list[str] """ @@ -172,34 +189,32 @@ def linked_sites(self, linked_sites): @property def service_versions(self): - """ - Gets the service_versions of this ServiceInformation. - + """Gets the service_versions of this ServiceInformation. # noqa: E501 + + # noqa: E501 - :return: The service_versions of this ServiceInformation. + :return: The service_versions of this ServiceInformation. # noqa: E501 :rtype: list[ServiceVersion] """ return self._service_versions @service_versions.setter def service_versions(self, service_versions): - """ - Sets the service_versions of this ServiceInformation. - + """Sets the service_versions of this ServiceInformation. - :param service_versions: The service_versions of this ServiceInformation. + # noqa: E501 + + :param service_versions: The service_versions of this ServiceInformation. # noqa: E501 :type: list[ServiceVersion] """ self._service_versions = service_versions def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ServiceInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ServiceInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/service_version.py b/docusign_esign/models/service_version.py index bc628eb5..f49de53f 100644 --- a/docusign_esign/models/service_version.py +++ b/docusign_esign/models/service_version.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ServiceVersion(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, version=None, version_url=None): - """ - ServiceVersion - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'version': 'str', - 'version_url': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'version': 'str', + 'version_url': 'str' + } - self.attribute_map = { - 'version': 'version', - 'version_url': 'versionUrl' - } + attribute_map = { + 'version': 'version', + 'version_url': 'versionUrl' + } - self._version = version - self._version_url = version_url + def __init__(self, version=None, version_url=None): # noqa: E501 + """ServiceVersion - a model defined in Swagger""" # noqa: E501 + + self._version = None + self._version_url = None + self.discriminator = None + + if version is not None: + self.version = version + if version_url is not None: + self.version_url = version_url @property def version(self): - """ - Gets the version of this ServiceVersion. - The version of the rest API. + """Gets the version of this ServiceVersion. # noqa: E501 - :return: The version of this ServiceVersion. + The version of the rest API. # noqa: E501 + + :return: The version of this ServiceVersion. # noqa: E501 :rtype: str """ return self._version @version.setter def version(self, version): - """ - Sets the version of this ServiceVersion. - The version of the rest API. + """Sets the version of this ServiceVersion. + + The version of the rest API. # noqa: E501 - :param version: The version of this ServiceVersion. + :param version: The version of this ServiceVersion. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def version(self, version): @property def version_url(self): - """ - Gets the version_url of this ServiceVersion. - + """Gets the version_url of this ServiceVersion. # noqa: E501 + + # noqa: E501 - :return: The version_url of this ServiceVersion. + :return: The version_url of this ServiceVersion. # noqa: E501 :rtype: str """ return self._version_url @version_url.setter def version_url(self, version_url): - """ - Sets the version_url of this ServiceVersion. - + """Sets the version_url of this ServiceVersion. + + # noqa: E501 - :param version_url: The version_url of this ServiceVersion. + :param version_url: The version_url of this ServiceVersion. # noqa: E501 :type: str """ self._version_url = version_url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ServiceVersion, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ServiceVersion): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/settings_metadata.py b/docusign_esign/models/settings_metadata.py index f6cd617a..4dc0c35b 100644 --- a/docusign_esign/models/settings_metadata.py +++ b/docusign_esign/models/settings_metadata.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,68 +11,85 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SettingsMetadata(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, is21_cfr_part11=None, options=None, rights=None, ui_hint=None, ui_order=None, ui_type=None): - """ - SettingsMetadata - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'is21_cfr_part11': 'str', - 'options': 'list[str]', - 'rights': 'str', - 'ui_hint': 'str', - 'ui_order': 'str', - 'ui_type': 'str' - } - - self.attribute_map = { - 'is21_cfr_part11': 'is21CFRPart11', - 'options': 'options', - 'rights': 'rights', - 'ui_hint': 'uiHint', - 'ui_order': 'uiOrder', - 'ui_type': 'uiType' - } - - self._is21_cfr_part11 = is21_cfr_part11 - self._options = options - self._rights = rights - self._ui_hint = ui_hint - self._ui_order = ui_order - self._ui_type = ui_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'is21_cfr_part11': 'str', + 'options': 'list[str]', + 'rights': 'str', + 'ui_hint': 'str', + 'ui_order': 'str', + 'ui_type': 'str' + } + + attribute_map = { + 'is21_cfr_part11': 'is21CFRPart11', + 'options': 'options', + 'rights': 'rights', + 'ui_hint': 'uiHint', + 'ui_order': 'uiOrder', + 'ui_type': 'uiType' + } + + def __init__(self, is21_cfr_part11=None, options=None, rights=None, ui_hint=None, ui_order=None, ui_type=None): # noqa: E501 + """SettingsMetadata - a model defined in Swagger""" # noqa: E501 + + self._is21_cfr_part11 = None + self._options = None + self._rights = None + self._ui_hint = None + self._ui_order = None + self._ui_type = None + self.discriminator = None + + if is21_cfr_part11 is not None: + self.is21_cfr_part11 = is21_cfr_part11 + if options is not None: + self.options = options + if rights is not None: + self.rights = rights + if ui_hint is not None: + self.ui_hint = ui_hint + if ui_order is not None: + self.ui_order = ui_order + if ui_type is not None: + self.ui_type = ui_type @property def is21_cfr_part11(self): - """ - Gets the is21_cfr_part11 of this SettingsMetadata. - When set to **true**, indicates that this module is enabled on the account. + """Gets the is21_cfr_part11 of this SettingsMetadata. # noqa: E501 + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :return: The is21_cfr_part11 of this SettingsMetadata. + :return: The is21_cfr_part11 of this SettingsMetadata. # noqa: E501 :rtype: str """ return self._is21_cfr_part11 @is21_cfr_part11.setter def is21_cfr_part11(self, is21_cfr_part11): - """ - Sets the is21_cfr_part11 of this SettingsMetadata. - When set to **true**, indicates that this module is enabled on the account. + """Sets the is21_cfr_part11 of this SettingsMetadata. + + When set to **true**, indicates that this module is enabled on the account. # noqa: E501 - :param is21_cfr_part11: The is21_cfr_part11 of this SettingsMetadata. + :param is21_cfr_part11: The is21_cfr_part11 of this SettingsMetadata. # noqa: E501 :type: str """ @@ -80,22 +97,22 @@ def is21_cfr_part11(self, is21_cfr_part11): @property def options(self): - """ - Gets the options of this SettingsMetadata. - + """Gets the options of this SettingsMetadata. # noqa: E501 - :return: The options of this SettingsMetadata. + # noqa: E501 + + :return: The options of this SettingsMetadata. # noqa: E501 :rtype: list[str] """ return self._options @options.setter def options(self, options): - """ - Sets the options of this SettingsMetadata. - + """Sets the options of this SettingsMetadata. + + # noqa: E501 - :param options: The options of this SettingsMetadata. + :param options: The options of this SettingsMetadata. # noqa: E501 :type: list[str] """ @@ -103,22 +120,22 @@ def options(self, options): @property def rights(self): - """ - Gets the rights of this SettingsMetadata. - + """Gets the rights of this SettingsMetadata. # noqa: E501 + + # noqa: E501 - :return: The rights of this SettingsMetadata. + :return: The rights of this SettingsMetadata. # noqa: E501 :rtype: str """ return self._rights @rights.setter def rights(self, rights): - """ - Sets the rights of this SettingsMetadata. - + """Sets the rights of this SettingsMetadata. - :param rights: The rights of this SettingsMetadata. + # noqa: E501 + + :param rights: The rights of this SettingsMetadata. # noqa: E501 :type: str """ @@ -126,22 +143,22 @@ def rights(self, rights): @property def ui_hint(self): - """ - Gets the ui_hint of this SettingsMetadata. - + """Gets the ui_hint of this SettingsMetadata. # noqa: E501 + + # noqa: E501 - :return: The ui_hint of this SettingsMetadata. + :return: The ui_hint of this SettingsMetadata. # noqa: E501 :rtype: str """ return self._ui_hint @ui_hint.setter def ui_hint(self, ui_hint): - """ - Sets the ui_hint of this SettingsMetadata. - + """Sets the ui_hint of this SettingsMetadata. + + # noqa: E501 - :param ui_hint: The ui_hint of this SettingsMetadata. + :param ui_hint: The ui_hint of this SettingsMetadata. # noqa: E501 :type: str """ @@ -149,22 +166,22 @@ def ui_hint(self, ui_hint): @property def ui_order(self): - """ - Gets the ui_order of this SettingsMetadata. - + """Gets the ui_order of this SettingsMetadata. # noqa: E501 - :return: The ui_order of this SettingsMetadata. + # noqa: E501 + + :return: The ui_order of this SettingsMetadata. # noqa: E501 :rtype: str """ return self._ui_order @ui_order.setter def ui_order(self, ui_order): - """ - Sets the ui_order of this SettingsMetadata. - + """Sets the ui_order of this SettingsMetadata. + + # noqa: E501 - :param ui_order: The ui_order of this SettingsMetadata. + :param ui_order: The ui_order of this SettingsMetadata. # noqa: E501 :type: str """ @@ -172,34 +189,32 @@ def ui_order(self, ui_order): @property def ui_type(self): - """ - Gets the ui_type of this SettingsMetadata. - + """Gets the ui_type of this SettingsMetadata. # noqa: E501 + + # noqa: E501 - :return: The ui_type of this SettingsMetadata. + :return: The ui_type of this SettingsMetadata. # noqa: E501 :rtype: str """ return self._ui_type @ui_type.setter def ui_type(self, ui_type): - """ - Sets the ui_type of this SettingsMetadata. - + """Sets the ui_type of this SettingsMetadata. - :param ui_type: The ui_type of this SettingsMetadata. + # noqa: E501 + + :param ui_type: The ui_type of this SettingsMetadata. # noqa: E501 :type: str """ self._ui_type = ui_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -216,29 +231,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SettingsMetadata, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SettingsMetadata): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/shared_item.py b/docusign_esign/models/shared_item.py index d55da1c8..93c57fe2 100644 --- a/docusign_esign/models/shared_item.py +++ b/docusign_esign/models/shared_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SharedItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, shared=None, user=None): - """ - SharedItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'shared': 'str', - 'user': 'UserInfo' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'shared': 'shared', - 'user': 'user' - } - - self._error_details = error_details - self._shared = shared - self._user = user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'shared': 'str', + 'user': 'UserInfo' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'shared': 'shared', + 'user': 'user' + } + + def __init__(self, error_details=None, shared=None, user=None): # noqa: E501 + """SharedItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._shared = None + self._user = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if shared is not None: + self.shared = shared + if user is not None: + self.user = user @property def error_details(self): - """ - Gets the error_details of this SharedItem. + """Gets the error_details of this SharedItem. # noqa: E501 + - :return: The error_details of this SharedItem. + :return: The error_details of this SharedItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SharedItem. + """Sets the error_details of this SharedItem. + - :param error_details: The error_details of this SharedItem. + :param error_details: The error_details of this SharedItem. # noqa: E501 :type: ErrorDetails """ @@ -69,22 +80,22 @@ def error_details(self, error_details): @property def shared(self): - """ - Gets the shared of this SharedItem. - When set to **true**, this custom tab is shared. + """Gets the shared of this SharedItem. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this SharedItem. + :return: The shared of this SharedItem. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this SharedItem. - When set to **true**, this custom tab is shared. + """Sets the shared of this SharedItem. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this SharedItem. + :param shared: The shared of this SharedItem. # noqa: E501 :type: str """ @@ -92,32 +103,30 @@ def shared(self, shared): @property def user(self): - """ - Gets the user of this SharedItem. + """Gets the user of this SharedItem. # noqa: E501 - :return: The user of this SharedItem. + + :return: The user of this SharedItem. # noqa: E501 :rtype: UserInfo """ return self._user @user.setter def user(self, user): - """ - Sets the user of this SharedItem. + """Sets the user of this SharedItem. - :param user: The user of this SharedItem. + + :param user: The user of this SharedItem. # noqa: E501 :type: UserInfo """ self._user = user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SharedItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SharedItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/sign_here.py b/docusign_esign/models/sign_here.py index b6e36eec..b39f8f4c 100644 --- a/docusign_esign/models/sign_here.py +++ b/docusign_esign/models/sign_here.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,290 +11,455 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SignHere(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, is_seal_sign_tab=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, stamp=None, stamp_type=None, stamp_type_metadata=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - SignHere - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'is_seal_sign_tab': 'str', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'optional': 'str', - 'optional_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'scale_value': 'str', - 'scale_value_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'stamp': 'Stamp', - 'stamp_type': 'str', - 'stamp_type_metadata': 'PropertyMetadata', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'is_seal_sign_tab': 'isSealSignTab', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'optional': 'optional', - 'optional_metadata': 'optionalMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'scale_value': 'scaleValue', - 'scale_value_metadata': 'scaleValueMetadata', - 'smart_contract_information': 'smartContractInformation', - 'stamp': 'stamp', - 'stamp_type': 'stampType', - 'stamp_type_metadata': 'stampTypeMetadata', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._is_seal_sign_tab = is_seal_sign_tab - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._optional = optional - self._optional_metadata = optional_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._scale_value = scale_value - self._scale_value_metadata = scale_value_metadata - self._smart_contract_information = smart_contract_information - self._stamp = stamp - self._stamp_type = stamp_type - self._stamp_type_metadata = stamp_type_metadata - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'is_seal_sign_tab': 'str', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'optional': 'str', + 'optional_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'scale_value': 'str', + 'scale_value_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'stamp': 'Stamp', + 'stamp_type': 'str', + 'stamp_type_metadata': 'PropertyMetadata', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'is_seal_sign_tab': 'isSealSignTab', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'optional': 'optional', + 'optional_metadata': 'optionalMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'scale_value': 'scaleValue', + 'scale_value_metadata': 'scaleValueMetadata', + 'smart_contract_information': 'smartContractInformation', + 'stamp': 'stamp', + 'stamp_type': 'stampType', + 'stamp_type_metadata': 'stampTypeMetadata', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, is_seal_sign_tab=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, stamp=None, stamp_type=None, stamp_type_metadata=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """SignHere - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._is_seal_sign_tab = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._optional = None + self._optional_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._scale_value = None + self._scale_value_metadata = None + self._smart_contract_information = None + self._stamp = None + self._stamp_type = None + self._stamp_type_metadata = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if is_seal_sign_tab is not None: + self.is_seal_sign_tab = is_seal_sign_tab + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if optional is not None: + self.optional = optional + if optional_metadata is not None: + self.optional_metadata = optional_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if scale_value is not None: + self.scale_value = scale_value + if scale_value_metadata is not None: + self.scale_value_metadata = scale_value_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if stamp is not None: + self.stamp = stamp + if stamp_type is not None: + self.stamp_type = stamp_type + if stamp_type_metadata is not None: + self.stamp_type_metadata = stamp_type_metadata + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this SignHere. - + """Gets the anchor_allow_white_space_in_characters of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this SignHere. + :return: The anchor_allow_white_space_in_characters of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this SignHere. - + """Sets the anchor_allow_white_space_in_characters of this SignHere. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SignHere. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SignHere. # noqa: E501 :type: str """ @@ -302,20 +467,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this SignHere. + """Gets the anchor_allow_white_space_in_characters_metadata of this SignHere. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this SignHere. + :return: The anchor_allow_white_space_in_characters_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this SignHere. + """Sets the anchor_allow_white_space_in_characters_metadata of this SignHere. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SignHere. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -323,22 +488,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this SignHere. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this SignHere. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this SignHere. + :return: The anchor_case_sensitive of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this SignHere. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this SignHere. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this SignHere. + :param anchor_case_sensitive: The anchor_case_sensitive of this SignHere. # noqa: E501 :type: str """ @@ -346,20 +511,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this SignHere. + """Gets the anchor_case_sensitive_metadata of this SignHere. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this SignHere. + + :return: The anchor_case_sensitive_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this SignHere. + """Sets the anchor_case_sensitive_metadata of this SignHere. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SignHere. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -367,22 +532,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this SignHere. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this SignHere. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this SignHere. + :return: The anchor_horizontal_alignment of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this SignHere. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this SignHere. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SignHere. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SignHere. # noqa: E501 :type: str """ @@ -390,20 +555,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this SignHere. + """Gets the anchor_horizontal_alignment_metadata of this SignHere. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this SignHere. + + :return: The anchor_horizontal_alignment_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this SignHere. + """Sets the anchor_horizontal_alignment_metadata of this SignHere. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SignHere. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -411,22 +576,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this SignHere. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this SignHere. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this SignHere. + :return: The anchor_ignore_if_not_present of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this SignHere. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this SignHere. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SignHere. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SignHere. # noqa: E501 :type: str """ @@ -434,20 +599,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this SignHere. + """Gets the anchor_ignore_if_not_present_metadata of this SignHere. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this SignHere. + + :return: The anchor_ignore_if_not_present_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this SignHere. + """Sets the anchor_ignore_if_not_present_metadata of this SignHere. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SignHere. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -455,22 +620,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this SignHere. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this SignHere. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this SignHere. + :return: The anchor_match_whole_word of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this SignHere. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this SignHere. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this SignHere. + :param anchor_match_whole_word: The anchor_match_whole_word of this SignHere. # noqa: E501 :type: str """ @@ -478,20 +643,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this SignHere. + """Gets the anchor_match_whole_word_metadata of this SignHere. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this SignHere. + :return: The anchor_match_whole_word_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this SignHere. + """Sets the anchor_match_whole_word_metadata of this SignHere. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SignHere. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -499,22 +664,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this SignHere. - Anchor text information for a radio button. + """Gets the anchor_string of this SignHere. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this SignHere. + :return: The anchor_string of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this SignHere. - Anchor text information for a radio button. + """Sets the anchor_string of this SignHere. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this SignHere. + :param anchor_string: The anchor_string of this SignHere. # noqa: E501 :type: str """ @@ -522,20 +687,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this SignHere. + """Gets the anchor_string_metadata of this SignHere. # noqa: E501 - :return: The anchor_string_metadata of this SignHere. + + :return: The anchor_string_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this SignHere. + """Sets the anchor_string_metadata of this SignHere. - :param anchor_string_metadata: The anchor_string_metadata of this SignHere. + + :param anchor_string_metadata: The anchor_string_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -543,22 +708,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this SignHere. - + """Gets the anchor_tab_processor_version of this SignHere. # noqa: E501 - :return: The anchor_tab_processor_version of this SignHere. + # noqa: E501 + + :return: The anchor_tab_processor_version of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this SignHere. - + """Sets the anchor_tab_processor_version of this SignHere. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this SignHere. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this SignHere. # noqa: E501 :type: str """ @@ -566,20 +731,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this SignHere. + """Gets the anchor_tab_processor_version_metadata of this SignHere. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this SignHere. + :return: The anchor_tab_processor_version_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this SignHere. + """Sets the anchor_tab_processor_version_metadata of this SignHere. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SignHere. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -587,22 +752,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this SignHere. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this SignHere. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this SignHere. + :return: The anchor_units of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this SignHere. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this SignHere. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this SignHere. + :param anchor_units: The anchor_units of this SignHere. # noqa: E501 :type: str """ @@ -610,20 +775,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this SignHere. + """Gets the anchor_units_metadata of this SignHere. # noqa: E501 + - :return: The anchor_units_metadata of this SignHere. + :return: The anchor_units_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this SignHere. + """Sets the anchor_units_metadata of this SignHere. + - :param anchor_units_metadata: The anchor_units_metadata of this SignHere. + :param anchor_units_metadata: The anchor_units_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -631,22 +796,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this SignHere. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this SignHere. # noqa: E501 - :return: The anchor_x_offset of this SignHere. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this SignHere. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this SignHere. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this SignHere. + :param anchor_x_offset: The anchor_x_offset of this SignHere. # noqa: E501 :type: str """ @@ -654,20 +819,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this SignHere. + """Gets the anchor_x_offset_metadata of this SignHere. # noqa: E501 + - :return: The anchor_x_offset_metadata of this SignHere. + :return: The anchor_x_offset_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this SignHere. + """Sets the anchor_x_offset_metadata of this SignHere. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SignHere. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -675,22 +840,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this SignHere. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this SignHere. # noqa: E501 - :return: The anchor_y_offset of this SignHere. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this SignHere. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this SignHere. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this SignHere. - :param anchor_y_offset: The anchor_y_offset of this SignHere. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this SignHere. # noqa: E501 :type: str """ @@ -698,20 +863,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this SignHere. + """Gets the anchor_y_offset_metadata of this SignHere. # noqa: E501 + - :return: The anchor_y_offset_metadata of this SignHere. + :return: The anchor_y_offset_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this SignHere. + """Sets the anchor_y_offset_metadata of this SignHere. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SignHere. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -719,22 +884,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this SignHere. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this SignHere. # noqa: E501 - :return: The conditional_parent_label of this SignHere. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this SignHere. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this SignHere. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this SignHere. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this SignHere. + :param conditional_parent_label: The conditional_parent_label of this SignHere. # noqa: E501 :type: str """ @@ -742,20 +907,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this SignHere. + """Gets the conditional_parent_label_metadata of this SignHere. # noqa: E501 + - :return: The conditional_parent_label_metadata of this SignHere. + :return: The conditional_parent_label_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this SignHere. + """Sets the conditional_parent_label_metadata of this SignHere. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SignHere. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -763,22 +928,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this SignHere. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this SignHere. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this SignHere. + :return: The conditional_parent_value of this SignHere. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this SignHere. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this SignHere. - :param conditional_parent_value: The conditional_parent_value of this SignHere. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this SignHere. # noqa: E501 :type: str """ @@ -786,20 +951,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this SignHere. + """Gets the conditional_parent_value_metadata of this SignHere. # noqa: E501 + - :return: The conditional_parent_value_metadata of this SignHere. + :return: The conditional_parent_value_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this SignHere. + """Sets the conditional_parent_value_metadata of this SignHere. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SignHere. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -807,22 +972,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this SignHere. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this SignHere. # noqa: E501 - :return: The custom_tab_id of this SignHere. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this SignHere. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this SignHere. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this SignHere. - :param custom_tab_id: The custom_tab_id of this SignHere. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this SignHere. # noqa: E501 :type: str """ @@ -830,20 +995,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this SignHere. + """Gets the custom_tab_id_metadata of this SignHere. # noqa: E501 - :return: The custom_tab_id_metadata of this SignHere. + + :return: The custom_tab_id_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this SignHere. + """Sets the custom_tab_id_metadata of this SignHere. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this SignHere. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -851,22 +1016,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this SignHere. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this SignHere. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this SignHere. + :return: The document_id of this SignHere. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this SignHere. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this SignHere. - :param document_id: The document_id of this SignHere. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this SignHere. # noqa: E501 :type: str """ @@ -874,20 +1039,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this SignHere. + """Gets the document_id_metadata of this SignHere. # noqa: E501 + - :return: The document_id_metadata of this SignHere. + :return: The document_id_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this SignHere. + """Sets the document_id_metadata of this SignHere. + - :param document_id_metadata: The document_id_metadata of this SignHere. + :param document_id_metadata: The document_id_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -895,20 +1060,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this SignHere. + """Gets the error_details of this SignHere. # noqa: E501 + - :return: The error_details of this SignHere. + :return: The error_details of this SignHere. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SignHere. + """Sets the error_details of this SignHere. + - :param error_details: The error_details of this SignHere. + :param error_details: The error_details of this SignHere. # noqa: E501 :type: ErrorDetails """ @@ -916,22 +1081,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this SignHere. - + """Gets the form_order of this SignHere. # noqa: E501 - :return: The form_order of this SignHere. + # noqa: E501 + + :return: The form_order of this SignHere. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this SignHere. - + """Sets the form_order of this SignHere. + + # noqa: E501 - :param form_order: The form_order of this SignHere. + :param form_order: The form_order of this SignHere. # noqa: E501 :type: str """ @@ -939,20 +1104,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this SignHere. + """Gets the form_order_metadata of this SignHere. # noqa: E501 + - :return: The form_order_metadata of this SignHere. + :return: The form_order_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this SignHere. + """Sets the form_order_metadata of this SignHere. - :param form_order_metadata: The form_order_metadata of this SignHere. + + :param form_order_metadata: The form_order_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -960,22 +1125,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this SignHere. - + """Gets the form_page_label of this SignHere. # noqa: E501 - :return: The form_page_label of this SignHere. + # noqa: E501 + + :return: The form_page_label of this SignHere. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this SignHere. - + """Sets the form_page_label of this SignHere. - :param form_page_label: The form_page_label of this SignHere. + # noqa: E501 + + :param form_page_label: The form_page_label of this SignHere. # noqa: E501 :type: str """ @@ -983,20 +1148,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this SignHere. + """Gets the form_page_label_metadata of this SignHere. # noqa: E501 + - :return: The form_page_label_metadata of this SignHere. + :return: The form_page_label_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this SignHere. + """Sets the form_page_label_metadata of this SignHere. + - :param form_page_label_metadata: The form_page_label_metadata of this SignHere. + :param form_page_label_metadata: The form_page_label_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1004,22 +1169,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this SignHere. - + """Gets the form_page_number of this SignHere. # noqa: E501 - :return: The form_page_number of this SignHere. + # noqa: E501 + + :return: The form_page_number of this SignHere. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this SignHere. - + """Sets the form_page_number of this SignHere. + + # noqa: E501 - :param form_page_number: The form_page_number of this SignHere. + :param form_page_number: The form_page_number of this SignHere. # noqa: E501 :type: str """ @@ -1027,20 +1192,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this SignHere. + """Gets the form_page_number_metadata of this SignHere. # noqa: E501 + - :return: The form_page_number_metadata of this SignHere. + :return: The form_page_number_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this SignHere. + """Sets the form_page_number_metadata of this SignHere. + - :param form_page_number_metadata: The form_page_number_metadata of this SignHere. + :param form_page_number_metadata: The form_page_number_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1048,22 +1213,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this SignHere. - Height of the tab in pixels. + """Gets the height of this SignHere. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this SignHere. + :return: The height of this SignHere. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this SignHere. - Height of the tab in pixels. + """Sets the height of this SignHere. - :param height: The height of this SignHere. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this SignHere. # noqa: E501 :type: str """ @@ -1071,20 +1236,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this SignHere. + """Gets the height_metadata of this SignHere. # noqa: E501 + - :return: The height_metadata of this SignHere. + :return: The height_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this SignHere. + """Sets the height_metadata of this SignHere. + - :param height_metadata: The height_metadata of this SignHere. + :param height_metadata: The height_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1092,22 +1257,22 @@ def height_metadata(self, height_metadata): @property def is_seal_sign_tab(self): - """ - Gets the is_seal_sign_tab of this SignHere. - + """Gets the is_seal_sign_tab of this SignHere. # noqa: E501 - :return: The is_seal_sign_tab of this SignHere. + # noqa: E501 + + :return: The is_seal_sign_tab of this SignHere. # noqa: E501 :rtype: str """ return self._is_seal_sign_tab @is_seal_sign_tab.setter def is_seal_sign_tab(self, is_seal_sign_tab): - """ - Sets the is_seal_sign_tab of this SignHere. - + """Sets the is_seal_sign_tab of this SignHere. - :param is_seal_sign_tab: The is_seal_sign_tab of this SignHere. + # noqa: E501 + + :param is_seal_sign_tab: The is_seal_sign_tab of this SignHere. # noqa: E501 :type: str """ @@ -1115,20 +1280,20 @@ def is_seal_sign_tab(self, is_seal_sign_tab): @property def merge_field(self): - """ - Gets the merge_field of this SignHere. + """Gets the merge_field of this SignHere. # noqa: E501 - :return: The merge_field of this SignHere. + + :return: The merge_field of this SignHere. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this SignHere. + """Sets the merge_field of this SignHere. + - :param merge_field: The merge_field of this SignHere. + :param merge_field: The merge_field of this SignHere. # noqa: E501 :type: MergeField """ @@ -1136,22 +1301,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this SignHere. - + """Gets the merge_field_xml of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this SignHere. + :return: The merge_field_xml of this SignHere. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this SignHere. - + """Sets the merge_field_xml of this SignHere. - :param merge_field_xml: The merge_field_xml of this SignHere. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this SignHere. # noqa: E501 :type: str """ @@ -1159,22 +1324,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this SignHere. - Specifies the tool tip text for the tab. + """Gets the name of this SignHere. # noqa: E501 + + Specifies the tool tip text for the tab. # noqa: E501 - :return: The name of this SignHere. + :return: The name of this SignHere. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this SignHere. - Specifies the tool tip text for the tab. + """Sets the name of this SignHere. + + Specifies the tool tip text for the tab. # noqa: E501 - :param name: The name of this SignHere. + :param name: The name of this SignHere. # noqa: E501 :type: str """ @@ -1182,20 +1347,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this SignHere. + """Gets the name_metadata of this SignHere. # noqa: E501 + - :return: The name_metadata of this SignHere. + :return: The name_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this SignHere. + """Sets the name_metadata of this SignHere. + - :param name_metadata: The name_metadata of this SignHere. + :param name_metadata: The name_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1203,22 +1368,22 @@ def name_metadata(self, name_metadata): @property def optional(self): - """ - Gets the optional of this SignHere. - + """Gets the optional of this SignHere. # noqa: E501 - :return: The optional of this SignHere. + # noqa: E501 + + :return: The optional of this SignHere. # noqa: E501 :rtype: str """ return self._optional @optional.setter def optional(self, optional): - """ - Sets the optional of this SignHere. - + """Sets the optional of this SignHere. + + # noqa: E501 - :param optional: The optional of this SignHere. + :param optional: The optional of this SignHere. # noqa: E501 :type: str """ @@ -1226,20 +1391,20 @@ def optional(self, optional): @property def optional_metadata(self): - """ - Gets the optional_metadata of this SignHere. + """Gets the optional_metadata of this SignHere. # noqa: E501 + - :return: The optional_metadata of this SignHere. + :return: The optional_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._optional_metadata @optional_metadata.setter def optional_metadata(self, optional_metadata): - """ - Sets the optional_metadata of this SignHere. + """Sets the optional_metadata of this SignHere. - :param optional_metadata: The optional_metadata of this SignHere. + + :param optional_metadata: The optional_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1247,22 +1412,22 @@ def optional_metadata(self, optional_metadata): @property def page_number(self): - """ - Gets the page_number of this SignHere. - Specifies the page number on which the tab is located. + """Gets the page_number of this SignHere. # noqa: E501 - :return: The page_number of this SignHere. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this SignHere. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this SignHere. - Specifies the page number on which the tab is located. + """Sets the page_number of this SignHere. - :param page_number: The page_number of this SignHere. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this SignHere. # noqa: E501 :type: str """ @@ -1270,20 +1435,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this SignHere. + """Gets the page_number_metadata of this SignHere. # noqa: E501 + - :return: The page_number_metadata of this SignHere. + :return: The page_number_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this SignHere. + """Sets the page_number_metadata of this SignHere. + - :param page_number_metadata: The page_number_metadata of this SignHere. + :param page_number_metadata: The page_number_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1291,22 +1456,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this SignHere. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this SignHere. # noqa: E501 - :return: The recipient_id of this SignHere. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this SignHere. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this SignHere. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this SignHere. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this SignHere. + :param recipient_id: The recipient_id of this SignHere. # noqa: E501 :type: str """ @@ -1314,22 +1479,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this SignHere. - + """Gets the recipient_id_guid of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this SignHere. + :return: The recipient_id_guid of this SignHere. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this SignHere. - + """Sets the recipient_id_guid of this SignHere. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this SignHere. + :param recipient_id_guid: The recipient_id_guid of this SignHere. # noqa: E501 :type: str """ @@ -1337,20 +1502,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this SignHere. + """Gets the recipient_id_guid_metadata of this SignHere. # noqa: E501 + - :return: The recipient_id_guid_metadata of this SignHere. + :return: The recipient_id_guid_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this SignHere. + """Sets the recipient_id_guid_metadata of this SignHere. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SignHere. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1358,20 +1523,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this SignHere. + """Gets the recipient_id_metadata of this SignHere. # noqa: E501 + - :return: The recipient_id_metadata of this SignHere. + :return: The recipient_id_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this SignHere. + """Sets the recipient_id_metadata of this SignHere. + - :param recipient_id_metadata: The recipient_id_metadata of this SignHere. + :param recipient_id_metadata: The recipient_id_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1379,22 +1544,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def scale_value(self): - """ - Gets the scale_value of this SignHere. - + """Gets the scale_value of this SignHere. # noqa: E501 - :return: The scale_value of this SignHere. + # noqa: E501 + + :return: The scale_value of this SignHere. # noqa: E501 :rtype: str """ return self._scale_value @scale_value.setter def scale_value(self, scale_value): - """ - Sets the scale_value of this SignHere. - + """Sets the scale_value of this SignHere. - :param scale_value: The scale_value of this SignHere. + # noqa: E501 + + :param scale_value: The scale_value of this SignHere. # noqa: E501 :type: str """ @@ -1402,20 +1567,20 @@ def scale_value(self, scale_value): @property def scale_value_metadata(self): - """ - Gets the scale_value_metadata of this SignHere. + """Gets the scale_value_metadata of this SignHere. # noqa: E501 - :return: The scale_value_metadata of this SignHere. + + :return: The scale_value_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._scale_value_metadata @scale_value_metadata.setter def scale_value_metadata(self, scale_value_metadata): - """ - Sets the scale_value_metadata of this SignHere. + """Sets the scale_value_metadata of this SignHere. + - :param scale_value_metadata: The scale_value_metadata of this SignHere. + :param scale_value_metadata: The scale_value_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1423,20 +1588,20 @@ def scale_value_metadata(self, scale_value_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this SignHere. + """Gets the smart_contract_information of this SignHere. # noqa: E501 + - :return: The smart_contract_information of this SignHere. + :return: The smart_contract_information of this SignHere. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this SignHere. + """Sets the smart_contract_information of this SignHere. - :param smart_contract_information: The smart_contract_information of this SignHere. + + :param smart_contract_information: The smart_contract_information of this SignHere. # noqa: E501 :type: SmartContractInformation """ @@ -1444,20 +1609,20 @@ def smart_contract_information(self, smart_contract_information): @property def stamp(self): - """ - Gets the stamp of this SignHere. + """Gets the stamp of this SignHere. # noqa: E501 + - :return: The stamp of this SignHere. + :return: The stamp of this SignHere. # noqa: E501 :rtype: Stamp """ return self._stamp @stamp.setter def stamp(self, stamp): - """ - Sets the stamp of this SignHere. + """Sets the stamp of this SignHere. + - :param stamp: The stamp of this SignHere. + :param stamp: The stamp of this SignHere. # noqa: E501 :type: Stamp """ @@ -1465,22 +1630,22 @@ def stamp(self, stamp): @property def stamp_type(self): - """ - Gets the stamp_type of this SignHere. - + """Gets the stamp_type of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The stamp_type of this SignHere. + :return: The stamp_type of this SignHere. # noqa: E501 :rtype: str """ return self._stamp_type @stamp_type.setter def stamp_type(self, stamp_type): - """ - Sets the stamp_type of this SignHere. - + """Sets the stamp_type of this SignHere. + + # noqa: E501 - :param stamp_type: The stamp_type of this SignHere. + :param stamp_type: The stamp_type of this SignHere. # noqa: E501 :type: str """ @@ -1488,20 +1653,20 @@ def stamp_type(self, stamp_type): @property def stamp_type_metadata(self): - """ - Gets the stamp_type_metadata of this SignHere. + """Gets the stamp_type_metadata of this SignHere. # noqa: E501 - :return: The stamp_type_metadata of this SignHere. + + :return: The stamp_type_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._stamp_type_metadata @stamp_type_metadata.setter def stamp_type_metadata(self, stamp_type_metadata): - """ - Sets the stamp_type_metadata of this SignHere. + """Sets the stamp_type_metadata of this SignHere. + - :param stamp_type_metadata: The stamp_type_metadata of this SignHere. + :param stamp_type_metadata: The stamp_type_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1509,22 +1674,22 @@ def stamp_type_metadata(self, stamp_type_metadata): @property def status(self): - """ - Gets the status of this SignHere. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this SignHere. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this SignHere. + :return: The status of this SignHere. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this SignHere. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this SignHere. - :param status: The status of this SignHere. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this SignHere. # noqa: E501 :type: str """ @@ -1532,20 +1697,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this SignHere. + """Gets the status_metadata of this SignHere. # noqa: E501 - :return: The status_metadata of this SignHere. + + :return: The status_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this SignHere. + """Sets the status_metadata of this SignHere. - :param status_metadata: The status_metadata of this SignHere. + + :param status_metadata: The status_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1553,22 +1718,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this SignHere. - + """Gets the tab_group_labels of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this SignHere. + :return: The tab_group_labels of this SignHere. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this SignHere. - + """Sets the tab_group_labels of this SignHere. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this SignHere. + :param tab_group_labels: The tab_group_labels of this SignHere. # noqa: E501 :type: list[str] """ @@ -1576,20 +1741,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this SignHere. + """Gets the tab_group_labels_metadata of this SignHere. # noqa: E501 - :return: The tab_group_labels_metadata of this SignHere. + + :return: The tab_group_labels_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this SignHere. + """Sets the tab_group_labels_metadata of this SignHere. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this SignHere. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1597,22 +1762,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this SignHere. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this SignHere. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this SignHere. + :return: The tab_id of this SignHere. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this SignHere. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this SignHere. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this SignHere. + :param tab_id: The tab_id of this SignHere. # noqa: E501 :type: str """ @@ -1620,20 +1785,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this SignHere. + """Gets the tab_id_metadata of this SignHere. # noqa: E501 + - :return: The tab_id_metadata of this SignHere. + :return: The tab_id_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this SignHere. + """Sets the tab_id_metadata of this SignHere. - :param tab_id_metadata: The tab_id_metadata of this SignHere. + + :param tab_id_metadata: The tab_id_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1641,22 +1806,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this SignHere. - The label string associated with the tab. + """Gets the tab_label of this SignHere. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this SignHere. + :return: The tab_label of this SignHere. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this SignHere. - The label string associated with the tab. + """Sets the tab_label of this SignHere. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this SignHere. + :param tab_label: The tab_label of this SignHere. # noqa: E501 :type: str """ @@ -1664,20 +1829,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this SignHere. + """Gets the tab_label_metadata of this SignHere. # noqa: E501 - :return: The tab_label_metadata of this SignHere. + + :return: The tab_label_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this SignHere. + """Sets the tab_label_metadata of this SignHere. - :param tab_label_metadata: The tab_label_metadata of this SignHere. + + :param tab_label_metadata: The tab_label_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1685,22 +1850,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this SignHere. - + """Gets the tab_order of this SignHere. # noqa: E501 - :return: The tab_order of this SignHere. + # noqa: E501 + + :return: The tab_order of this SignHere. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this SignHere. - + """Sets the tab_order of this SignHere. + + # noqa: E501 - :param tab_order: The tab_order of this SignHere. + :param tab_order: The tab_order of this SignHere. # noqa: E501 :type: str """ @@ -1708,20 +1873,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this SignHere. + """Gets the tab_order_metadata of this SignHere. # noqa: E501 + - :return: The tab_order_metadata of this SignHere. + :return: The tab_order_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this SignHere. + """Sets the tab_order_metadata of this SignHere. - :param tab_order_metadata: The tab_order_metadata of this SignHere. + + :param tab_order_metadata: The tab_order_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1729,22 +1894,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this SignHere. - + """Gets the tab_type of this SignHere. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this SignHere. + :return: The tab_type of this SignHere. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this SignHere. - + """Sets the tab_type of this SignHere. + + # noqa: E501 - :param tab_type: The tab_type of this SignHere. + :param tab_type: The tab_type of this SignHere. # noqa: E501 :type: str """ @@ -1752,20 +1917,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this SignHere. + """Gets the tab_type_metadata of this SignHere. # noqa: E501 + - :return: The tab_type_metadata of this SignHere. + :return: The tab_type_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this SignHere. + """Sets the tab_type_metadata of this SignHere. + - :param tab_type_metadata: The tab_type_metadata of this SignHere. + :param tab_type_metadata: The tab_type_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1773,22 +1938,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this SignHere. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this SignHere. # noqa: E501 - :return: The template_locked of this SignHere. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this SignHere. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this SignHere. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this SignHere. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this SignHere. + :param template_locked: The template_locked of this SignHere. # noqa: E501 :type: str """ @@ -1796,20 +1961,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this SignHere. + """Gets the template_locked_metadata of this SignHere. # noqa: E501 + - :return: The template_locked_metadata of this SignHere. + :return: The template_locked_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this SignHere. + """Sets the template_locked_metadata of this SignHere. - :param template_locked_metadata: The template_locked_metadata of this SignHere. + + :param template_locked_metadata: The template_locked_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1817,22 +1982,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this SignHere. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this SignHere. # noqa: E501 - :return: The template_required of this SignHere. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this SignHere. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this SignHere. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this SignHere. - :param template_required: The template_required of this SignHere. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this SignHere. # noqa: E501 :type: str """ @@ -1840,20 +2005,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this SignHere. + """Gets the template_required_metadata of this SignHere. # noqa: E501 + - :return: The template_required_metadata of this SignHere. + :return: The template_required_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this SignHere. + """Sets the template_required_metadata of this SignHere. + - :param template_required_metadata: The template_required_metadata of this SignHere. + :param template_required_metadata: The template_required_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1861,22 +2026,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this SignHere. - + """Gets the tooltip of this SignHere. # noqa: E501 - :return: The tooltip of this SignHere. + # noqa: E501 + + :return: The tooltip of this SignHere. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this SignHere. - + """Sets the tooltip of this SignHere. + + # noqa: E501 - :param tooltip: The tooltip of this SignHere. + :param tooltip: The tooltip of this SignHere. # noqa: E501 :type: str """ @@ -1884,20 +2049,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this SignHere. + """Gets the tool_tip_metadata of this SignHere. # noqa: E501 + - :return: The tool_tip_metadata of this SignHere. + :return: The tool_tip_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this SignHere. + """Sets the tool_tip_metadata of this SignHere. + - :param tool_tip_metadata: The tool_tip_metadata of this SignHere. + :param tool_tip_metadata: The tool_tip_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1905,22 +2070,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this SignHere. - Width of the tab in pixels. + """Gets the width of this SignHere. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this SignHere. + :return: The width of this SignHere. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this SignHere. - Width of the tab in pixels. + """Sets the width of this SignHere. - :param width: The width of this SignHere. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this SignHere. # noqa: E501 :type: str """ @@ -1928,20 +2093,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this SignHere. + """Gets the width_metadata of this SignHere. # noqa: E501 + - :return: The width_metadata of this SignHere. + :return: The width_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this SignHere. + """Sets the width_metadata of this SignHere. + - :param width_metadata: The width_metadata of this SignHere. + :param width_metadata: The width_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1949,22 +2114,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this SignHere. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this SignHere. # noqa: E501 - :return: The x_position of this SignHere. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this SignHere. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this SignHere. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this SignHere. - :param x_position: The x_position of this SignHere. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this SignHere. # noqa: E501 :type: str """ @@ -1972,20 +2137,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this SignHere. + """Gets the x_position_metadata of this SignHere. # noqa: E501 - :return: The x_position_metadata of this SignHere. + + :return: The x_position_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this SignHere. + """Sets the x_position_metadata of this SignHere. + - :param x_position_metadata: The x_position_metadata of this SignHere. + :param x_position_metadata: The x_position_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ @@ -1993,22 +2158,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this SignHere. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this SignHere. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this SignHere. + :return: The y_position of this SignHere. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this SignHere. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this SignHere. - :param y_position: The y_position of this SignHere. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this SignHere. # noqa: E501 :type: str """ @@ -2016,32 +2181,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this SignHere. + """Gets the y_position_metadata of this SignHere. # noqa: E501 + - :return: The y_position_metadata of this SignHere. + :return: The y_position_metadata of this SignHere. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this SignHere. + """Sets the y_position_metadata of this SignHere. + - :param y_position_metadata: The y_position_metadata of this SignHere. + :param y_position_metadata: The y_position_metadata of this SignHere. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2058,29 +2221,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SignHere, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SignHere): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signature_provider_required_option.py b/docusign_esign/models/signature_provider_required_option.py index 0992157e..5745e967 100644 --- a/docusign_esign/models/signature_provider_required_option.py +++ b/docusign_esign/models/signature_provider_required_option.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SignatureProviderRequiredOption(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, required_signature_provider_option_ids=None, signer_type=None): - """ - SignatureProviderRequiredOption - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'required_signature_provider_option_ids': 'list[str]', - 'signer_type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'required_signature_provider_option_ids': 'list[str]', + 'signer_type': 'str' + } - self.attribute_map = { - 'required_signature_provider_option_ids': 'requiredSignatureProviderOptionIds', - 'signer_type': 'signerType' - } + attribute_map = { + 'required_signature_provider_option_ids': 'requiredSignatureProviderOptionIds', + 'signer_type': 'signerType' + } - self._required_signature_provider_option_ids = required_signature_provider_option_ids - self._signer_type = signer_type + def __init__(self, required_signature_provider_option_ids=None, signer_type=None): # noqa: E501 + """SignatureProviderRequiredOption - a model defined in Swagger""" # noqa: E501 + + self._required_signature_provider_option_ids = None + self._signer_type = None + self.discriminator = None + + if required_signature_provider_option_ids is not None: + self.required_signature_provider_option_ids = required_signature_provider_option_ids + if signer_type is not None: + self.signer_type = signer_type @property def required_signature_provider_option_ids(self): - """ - Gets the required_signature_provider_option_ids of this SignatureProviderRequiredOption. - + """Gets the required_signature_provider_option_ids of this SignatureProviderRequiredOption. # noqa: E501 - :return: The required_signature_provider_option_ids of this SignatureProviderRequiredOption. + # noqa: E501 + + :return: The required_signature_provider_option_ids of this SignatureProviderRequiredOption. # noqa: E501 :rtype: list[str] """ return self._required_signature_provider_option_ids @required_signature_provider_option_ids.setter def required_signature_provider_option_ids(self, required_signature_provider_option_ids): - """ - Sets the required_signature_provider_option_ids of this SignatureProviderRequiredOption. - + """Sets the required_signature_provider_option_ids of this SignatureProviderRequiredOption. + + # noqa: E501 - :param required_signature_provider_option_ids: The required_signature_provider_option_ids of this SignatureProviderRequiredOption. + :param required_signature_provider_option_ids: The required_signature_provider_option_ids of this SignatureProviderRequiredOption. # noqa: E501 :type: list[str] """ @@ -68,34 +77,32 @@ def required_signature_provider_option_ids(self, required_signature_provider_opt @property def signer_type(self): - """ - Gets the signer_type of this SignatureProviderRequiredOption. - + """Gets the signer_type of this SignatureProviderRequiredOption. # noqa: E501 + + # noqa: E501 - :return: The signer_type of this SignatureProviderRequiredOption. + :return: The signer_type of this SignatureProviderRequiredOption. # noqa: E501 :rtype: str """ return self._signer_type @signer_type.setter def signer_type(self, signer_type): - """ - Sets the signer_type of this SignatureProviderRequiredOption. - + """Sets the signer_type of this SignatureProviderRequiredOption. + + # noqa: E501 - :param signer_type: The signer_type of this SignatureProviderRequiredOption. + :param signer_type: The signer_type of this SignatureProviderRequiredOption. # noqa: E501 :type: str """ self._signer_type = signer_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SignatureProviderRequiredOption, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SignatureProviderRequiredOption): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signature_type.py b/docusign_esign/models/signature_type.py index 98c1a98b..d08a904e 100644 --- a/docusign_esign/models/signature_type.py +++ b/docusign_esign/models/signature_type.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SignatureType(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, is_default=None, type=None): - """ - SignatureType - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'is_default': 'str', - 'type': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'is_default': 'str', + 'type': 'str' + } - self.attribute_map = { - 'is_default': 'isDefault', - 'type': 'type' - } + attribute_map = { + 'is_default': 'isDefault', + 'type': 'type' + } - self._is_default = is_default - self._type = type + def __init__(self, is_default=None, type=None): # noqa: E501 + """SignatureType - a model defined in Swagger""" # noqa: E501 + + self._is_default = None + self._type = None + self.discriminator = None + + if is_default is not None: + self.is_default = is_default + if type is not None: + self.type = type @property def is_default(self): - """ - Gets the is_default of this SignatureType. - + """Gets the is_default of this SignatureType. # noqa: E501 - :return: The is_default of this SignatureType. + # noqa: E501 + + :return: The is_default of this SignatureType. # noqa: E501 :rtype: str """ return self._is_default @is_default.setter def is_default(self, is_default): - """ - Sets the is_default of this SignatureType. - + """Sets the is_default of this SignatureType. + + # noqa: E501 - :param is_default: The is_default of this SignatureType. + :param is_default: The is_default of this SignatureType. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def is_default(self, is_default): @property def type(self): - """ - Gets the type of this SignatureType. - + """Gets the type of this SignatureType. # noqa: E501 + + # noqa: E501 - :return: The type of this SignatureType. + :return: The type of this SignatureType. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this SignatureType. - + """Sets the type of this SignatureType. + + # noqa: E501 - :param type: The type of this SignatureType. + :param type: The type of this SignatureType. # noqa: E501 :type: str """ self._type = type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SignatureType, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SignatureType): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signer.py b/docusign_esign/models/signer.py index 5f1fe22f..992ccac2 100644 --- a/docusign_esign/models/signer.py +++ b/docusign_esign/models/signer.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,314 +11,505 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Signer(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, bulk_recipients_uri=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, is_bulk_recipient=None, is_bulk_recipient_metadata=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): - """ - Signer - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'agent_can_edit_email': 'str', - 'agent_can_edit_name': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'auto_navigation': 'str', - 'bulk_recipients_uri': 'str', - 'can_sign_offline': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'creation_reason': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'default_recipient': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'identity_verification': 'RecipientIdentityVerification', - 'inherit_email_notification_configuration': 'str', - 'is_bulk_recipient': 'str', - 'is_bulk_recipient_metadata': 'PropertyMetadata', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'offline_attributes': 'OfflineAttributes', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'proof_file': 'RecipientProofFile', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'recipient_supplies_tabs': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'require_signer_certificate': 'str', - 'require_sign_on_paper': 'str', - 'require_upload_signature': 'str', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signature_info': 'RecipientSignatureInformation', - 'signed_date_time': 'str', - 'sign_in_each_location': 'str', - 'sign_in_each_location_metadata': 'PropertyMetadata', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'agent_can_edit_email': 'agentCanEditEmail', - 'agent_can_edit_name': 'agentCanEditName', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'auto_navigation': 'autoNavigation', - 'bulk_recipients_uri': 'bulkRecipientsUri', - 'can_sign_offline': 'canSignOffline', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'creation_reason': 'creationReason', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'default_recipient': 'defaultRecipient', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'identity_verification': 'identityVerification', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'is_bulk_recipient': 'isBulkRecipient', - 'is_bulk_recipient_metadata': 'isBulkRecipientMetadata', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'offline_attributes': 'offlineAttributes', - 'phone_authentication': 'phoneAuthentication', - 'proof_file': 'proofFile', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'recipient_supplies_tabs': 'recipientSuppliesTabs', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'require_signer_certificate': 'requireSignerCertificate', - 'require_sign_on_paper': 'requireSignOnPaper', - 'require_upload_signature': 'requireUploadSignature', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signature_info': 'signatureInfo', - 'signed_date_time': 'signedDateTime', - 'sign_in_each_location': 'signInEachLocation', - 'sign_in_each_location_metadata': 'signInEachLocationMetadata', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._agent_can_edit_email = agent_can_edit_email - self._agent_can_edit_name = agent_can_edit_name - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._auto_navigation = auto_navigation - self._bulk_recipients_uri = bulk_recipients_uri - self._can_sign_offline = can_sign_offline - self._client_user_id = client_user_id - self._completed_count = completed_count - self._creation_reason = creation_reason - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._default_recipient = default_recipient - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._identity_verification = identity_verification - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._is_bulk_recipient = is_bulk_recipient - self._is_bulk_recipient_metadata = is_bulk_recipient_metadata - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._offline_attributes = offline_attributes - self._phone_authentication = phone_authentication - self._proof_file = proof_file - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_signature_providers = recipient_signature_providers - self._recipient_supplies_tabs = recipient_supplies_tabs - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._require_signer_certificate = require_signer_certificate - self._require_sign_on_paper = require_sign_on_paper - self._require_upload_signature = require_upload_signature - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signature_info = signature_info - self._signed_date_time = signed_date_time - self._sign_in_each_location = sign_in_each_location - self._sign_in_each_location_metadata = sign_in_each_location_metadata - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'agent_can_edit_email': 'str', + 'agent_can_edit_name': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'auto_navigation': 'str', + 'bulk_recipients_uri': 'str', + 'can_sign_offline': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'creation_reason': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'default_recipient': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'is_bulk_recipient': 'str', + 'is_bulk_recipient_metadata': 'PropertyMetadata', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'offline_attributes': 'OfflineAttributes', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'proof_file': 'RecipientProofFile', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'recipient_supplies_tabs': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'require_signer_certificate': 'str', + 'require_sign_on_paper': 'str', + 'require_upload_signature': 'str', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signature_info': 'RecipientSignatureInformation', + 'signed_date_time': 'str', + 'sign_in_each_location': 'str', + 'sign_in_each_location_metadata': 'PropertyMetadata', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'agent_can_edit_email': 'agentCanEditEmail', + 'agent_can_edit_name': 'agentCanEditName', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'auto_navigation': 'autoNavigation', + 'bulk_recipients_uri': 'bulkRecipientsUri', + 'can_sign_offline': 'canSignOffline', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'creation_reason': 'creationReason', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'default_recipient': 'defaultRecipient', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'is_bulk_recipient': 'isBulkRecipient', + 'is_bulk_recipient_metadata': 'isBulkRecipientMetadata', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'offline_attributes': 'offlineAttributes', + 'phone_authentication': 'phoneAuthentication', + 'proof_file': 'proofFile', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'recipient_supplies_tabs': 'recipientSuppliesTabs', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'require_signer_certificate': 'requireSignerCertificate', + 'require_sign_on_paper': 'requireSignOnPaper', + 'require_upload_signature': 'requireUploadSignature', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signature_info': 'signatureInfo', + 'signed_date_time': 'signedDateTime', + 'sign_in_each_location': 'signInEachLocation', + 'sign_in_each_location_metadata': 'signInEachLocationMetadata', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, bulk_recipients_uri=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, is_bulk_recipient=None, is_bulk_recipient_metadata=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None): # noqa: E501 + """Signer - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._agent_can_edit_email = None + self._agent_can_edit_name = None + self._allow_system_override_for_locked_recipient = None + self._auto_navigation = None + self._bulk_recipients_uri = None + self._can_sign_offline = None + self._client_user_id = None + self._completed_count = None + self._creation_reason = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._default_recipient = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._is_bulk_recipient = None + self._is_bulk_recipient_metadata = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._offline_attributes = None + self._phone_authentication = None + self._proof_file = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_signature_providers = None + self._recipient_supplies_tabs = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._require_signer_certificate = None + self._require_sign_on_paper = None + self._require_upload_signature = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signature_info = None + self._signed_date_time = None + self._sign_in_each_location = None + self._sign_in_each_location_metadata = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if agent_can_edit_email is not None: + self.agent_can_edit_email = agent_can_edit_email + if agent_can_edit_name is not None: + self.agent_can_edit_name = agent_can_edit_name + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if bulk_recipients_uri is not None: + self.bulk_recipients_uri = bulk_recipients_uri + if can_sign_offline is not None: + self.can_sign_offline = can_sign_offline + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if creation_reason is not None: + self.creation_reason = creation_reason + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if default_recipient is not None: + self.default_recipient = default_recipient + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if is_bulk_recipient is not None: + self.is_bulk_recipient = is_bulk_recipient + if is_bulk_recipient_metadata is not None: + self.is_bulk_recipient_metadata = is_bulk_recipient_metadata + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if offline_attributes is not None: + self.offline_attributes = offline_attributes + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if proof_file is not None: + self.proof_file = proof_file + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if recipient_supplies_tabs is not None: + self.recipient_supplies_tabs = recipient_supplies_tabs + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if require_signer_certificate is not None: + self.require_signer_certificate = require_signer_certificate + if require_sign_on_paper is not None: + self.require_sign_on_paper = require_sign_on_paper + if require_upload_signature is not None: + self.require_upload_signature = require_upload_signature + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signature_info is not None: + self.signature_info = signature_info + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if sign_in_each_location is not None: + self.sign_in_each_location = sign_in_each_location + if sign_in_each_location_metadata is not None: + self.sign_in_each_location_metadata = sign_in_each_location_metadata + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id @property def access_code(self): - """ - Gets the access_code of this Signer. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this Signer. # noqa: E501 - :return: The access_code of this Signer. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this Signer. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this Signer. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this Signer. - :param access_code: The access_code of this Signer. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this Signer. # noqa: E501 :type: str """ @@ -326,20 +517,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this Signer. + """Gets the access_code_metadata of this Signer. # noqa: E501 - :return: The access_code_metadata of this Signer. + + :return: The access_code_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this Signer. + """Sets the access_code_metadata of this Signer. - :param access_code_metadata: The access_code_metadata of this Signer. + + :param access_code_metadata: The access_code_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -347,45 +538,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this Signer. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this Signer. # noqa: E501 - :return: The add_access_code_to_email of this Signer. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :return: The add_access_code_to_email of this Signer. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this Signer. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this Signer. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this Signer. + :param add_access_code_to_email: The add_access_code_to_email of this Signer. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def agent_can_edit_email(self): + def additional_notifications(self): + """Gets the additional_notifications of this Signer. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Signer. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Signer. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Signer. # noqa: E501 + :type: list[RecipientAdditionalNotification] """ - Gets the agent_can_edit_email of this Signer. - - :return: The agent_can_edit_email of this Signer. + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this Signer. # noqa: E501 + + + :return: The additional_notifications_metadata of this Signer. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this Signer. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this Signer. # noqa: E501 + :type: PropertyMetadata + """ + + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def agent_can_edit_email(self): + """Gets the agent_can_edit_email of this Signer. # noqa: E501 + + # noqa: E501 + + :return: The agent_can_edit_email of this Signer. # noqa: E501 :rtype: str """ return self._agent_can_edit_email @agent_can_edit_email.setter def agent_can_edit_email(self, agent_can_edit_email): - """ - Sets the agent_can_edit_email of this Signer. - + """Sets the agent_can_edit_email of this Signer. - :param agent_can_edit_email: The agent_can_edit_email of this Signer. + # noqa: E501 + + :param agent_can_edit_email: The agent_can_edit_email of this Signer. # noqa: E501 :type: str """ @@ -393,22 +628,22 @@ def agent_can_edit_email(self, agent_can_edit_email): @property def agent_can_edit_name(self): - """ - Gets the agent_can_edit_name of this Signer. - + """Gets the agent_can_edit_name of this Signer. # noqa: E501 - :return: The agent_can_edit_name of this Signer. + # noqa: E501 + + :return: The agent_can_edit_name of this Signer. # noqa: E501 :rtype: str """ return self._agent_can_edit_name @agent_can_edit_name.setter def agent_can_edit_name(self, agent_can_edit_name): - """ - Sets the agent_can_edit_name of this Signer. - + """Sets the agent_can_edit_name of this Signer. + + # noqa: E501 - :param agent_can_edit_name: The agent_can_edit_name of this Signer. + :param agent_can_edit_name: The agent_can_edit_name of this Signer. # noqa: E501 :type: str """ @@ -416,22 +651,22 @@ def agent_can_edit_name(self, agent_can_edit_name): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this Signer. - + """Gets the allow_system_override_for_locked_recipient of this Signer. # noqa: E501 + + # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this Signer. + :return: The allow_system_override_for_locked_recipient of this Signer. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this Signer. - + """Sets the allow_system_override_for_locked_recipient of this Signer. + + # noqa: E501 - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Signer. + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Signer. # noqa: E501 :type: str """ @@ -439,22 +674,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def auto_navigation(self): - """ - Gets the auto_navigation of this Signer. - + """Gets the auto_navigation of this Signer. # noqa: E501 + + # noqa: E501 - :return: The auto_navigation of this Signer. + :return: The auto_navigation of this Signer. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this Signer. - + """Sets the auto_navigation of this Signer. + + # noqa: E501 - :param auto_navigation: The auto_navigation of this Signer. + :param auto_navigation: The auto_navigation of this Signer. # noqa: E501 :type: str """ @@ -462,22 +697,22 @@ def auto_navigation(self, auto_navigation): @property def bulk_recipients_uri(self): - """ - Gets the bulk_recipients_uri of this Signer. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Gets the bulk_recipients_uri of this Signer. # noqa: E501 + + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 - :return: The bulk_recipients_uri of this Signer. + :return: The bulk_recipients_uri of this Signer. # noqa: E501 :rtype: str """ return self._bulk_recipients_uri @bulk_recipients_uri.setter def bulk_recipients_uri(self, bulk_recipients_uri): - """ - Sets the bulk_recipients_uri of this Signer. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Sets the bulk_recipients_uri of this Signer. + + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 - :param bulk_recipients_uri: The bulk_recipients_uri of this Signer. + :param bulk_recipients_uri: The bulk_recipients_uri of this Signer. # noqa: E501 :type: str """ @@ -485,22 +720,22 @@ def bulk_recipients_uri(self, bulk_recipients_uri): @property def can_sign_offline(self): - """ - Gets the can_sign_offline of this Signer. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Gets the can_sign_offline of this Signer. # noqa: E501 + + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 - :return: The can_sign_offline of this Signer. + :return: The can_sign_offline of this Signer. # noqa: E501 :rtype: str """ return self._can_sign_offline @can_sign_offline.setter def can_sign_offline(self, can_sign_offline): - """ - Sets the can_sign_offline of this Signer. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Sets the can_sign_offline of this Signer. - :param can_sign_offline: The can_sign_offline of this Signer. + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 + + :param can_sign_offline: The can_sign_offline of this Signer. # noqa: E501 :type: str """ @@ -508,22 +743,22 @@ def can_sign_offline(self, can_sign_offline): @property def client_user_id(self): - """ - Gets the client_user_id of this Signer. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this Signer. # noqa: E501 - :return: The client_user_id of this Signer. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this Signer. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this Signer. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this Signer. - :param client_user_id: The client_user_id of this Signer. + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :param client_user_id: The client_user_id of this Signer. # noqa: E501 :type: str """ @@ -531,22 +766,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this Signer. - + """Gets the completed_count of this Signer. # noqa: E501 - :return: The completed_count of this Signer. + # noqa: E501 + + :return: The completed_count of this Signer. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this Signer. - + """Sets the completed_count of this Signer. - :param completed_count: The completed_count of this Signer. + # noqa: E501 + + :param completed_count: The completed_count of this Signer. # noqa: E501 :type: str """ @@ -554,22 +789,22 @@ def completed_count(self, completed_count): @property def creation_reason(self): - """ - Gets the creation_reason of this Signer. - + """Gets the creation_reason of this Signer. # noqa: E501 - :return: The creation_reason of this Signer. + # noqa: E501 + + :return: The creation_reason of this Signer. # noqa: E501 :rtype: str """ return self._creation_reason @creation_reason.setter def creation_reason(self, creation_reason): - """ - Sets the creation_reason of this Signer. - + """Sets the creation_reason of this Signer. - :param creation_reason: The creation_reason of this Signer. + # noqa: E501 + + :param creation_reason: The creation_reason of this Signer. # noqa: E501 :type: str """ @@ -577,22 +812,22 @@ def creation_reason(self, creation_reason): @property def custom_fields(self): - """ - Gets the custom_fields of this Signer. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this Signer. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this Signer. + :return: The custom_fields of this Signer. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Signer. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this Signer. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :param custom_fields: The custom_fields of this Signer. + :param custom_fields: The custom_fields of this Signer. # noqa: E501 :type: list[str] """ @@ -600,22 +835,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Signer. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Signer. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 - :return: The declined_date_time of this Signer. + :return: The declined_date_time of this Signer. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Signer. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Signer. + + The date and time the recipient declined the document. # noqa: E501 - :param declined_date_time: The declined_date_time of this Signer. + :param declined_date_time: The declined_date_time of this Signer. # noqa: E501 :type: str """ @@ -623,22 +858,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this Signer. - The reason the recipient declined the document. + """Gets the declined_reason of this Signer. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 - :return: The declined_reason of this Signer. + :return: The declined_reason of this Signer. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this Signer. - The reason the recipient declined the document. + """Sets the declined_reason of this Signer. + + The reason the recipient declined the document. # noqa: E501 - :param declined_reason: The declined_reason of this Signer. + :param declined_reason: The declined_reason of this Signer. # noqa: E501 :type: str """ @@ -646,22 +881,22 @@ def declined_reason(self, declined_reason): @property def default_recipient(self): - """ - Gets the default_recipient of this Signer. - + """Gets the default_recipient of this Signer. # noqa: E501 + + # noqa: E501 - :return: The default_recipient of this Signer. + :return: The default_recipient of this Signer. # noqa: E501 :rtype: str """ return self._default_recipient @default_recipient.setter def default_recipient(self, default_recipient): - """ - Sets the default_recipient of this Signer. - + """Sets the default_recipient of this Signer. + + # noqa: E501 - :param default_recipient: The default_recipient of this Signer. + :param default_recipient: The default_recipient of this Signer. # noqa: E501 :type: str """ @@ -669,22 +904,22 @@ def default_recipient(self, default_recipient): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Signer. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Signer. # noqa: E501 - :return: The delivered_date_time of this Signer. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivered_date_time of this Signer. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Signer. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Signer. - :param delivered_date_time: The delivered_date_time of this Signer. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivered_date_time: The delivered_date_time of this Signer. # noqa: E501 :type: str """ @@ -692,22 +927,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this Signer. - Reserved: For DocuSign use only. + """Gets the delivery_method of this Signer. # noqa: E501 - :return: The delivery_method of this Signer. + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this Signer. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this Signer. - Reserved: For DocuSign use only. + """Sets the delivery_method of this Signer. - :param delivery_method: The delivery_method of this Signer. + Reserved: For DocuSign use only. # noqa: E501 + + :param delivery_method: The delivery_method of this Signer. # noqa: E501 :type: str """ @@ -715,20 +950,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this Signer. + """Gets the delivery_method_metadata of this Signer. # noqa: E501 - :return: The delivery_method_metadata of this Signer. + + :return: The delivery_method_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this Signer. + """Sets the delivery_method_metadata of this Signer. - :param delivery_method_metadata: The delivery_method_metadata of this Signer. + + :param delivery_method_metadata: The delivery_method_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -736,22 +971,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this Signer. - + """Gets the designator_id of this Signer. # noqa: E501 - :return: The designator_id of this Signer. + # noqa: E501 + + :return: The designator_id of this Signer. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this Signer. - + """Sets the designator_id of this Signer. + + # noqa: E501 - :param designator_id: The designator_id of this Signer. + :param designator_id: The designator_id of this Signer. # noqa: E501 :type: str """ @@ -759,22 +994,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this Signer. - + """Gets the designator_id_guid of this Signer. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this Signer. + :return: The designator_id_guid of this Signer. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this Signer. - + """Sets the designator_id_guid of this Signer. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this Signer. + :param designator_id_guid: The designator_id_guid of this Signer. # noqa: E501 :type: str """ @@ -782,22 +1017,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this Signer. - + """Gets the document_visibility of this Signer. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this Signer. + :return: The document_visibility of this Signer. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this Signer. - + """Sets the document_visibility of this Signer. + + # noqa: E501 - :param document_visibility: The document_visibility of this Signer. + :param document_visibility: The document_visibility of this Signer. # noqa: E501 :type: list[DocumentVisibility] """ @@ -805,22 +1040,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this Signer. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Gets the email of this Signer. # noqa: E501 + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :return: The email of this Signer. + :return: The email of this Signer. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this Signer. - Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. + """Sets the email of this Signer. + + Email id of the recipient. Notification of the document to sign is sent to this email id. Maximum length: 100 characters. # noqa: E501 - :param email: The email of this Signer. + :param email: The email of this Signer. # noqa: E501 :type: str """ @@ -828,20 +1063,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this Signer. + """Gets the email_metadata of this Signer. # noqa: E501 + - :return: The email_metadata of this Signer. + :return: The email_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this Signer. + """Sets the email_metadata of this Signer. - :param email_metadata: The email_metadata of this Signer. + + :param email_metadata: The email_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -849,20 +1084,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this Signer. + """Gets the email_notification of this Signer. # noqa: E501 - :return: The email_notification of this Signer. + + :return: The email_notification of this Signer. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this Signer. + """Sets the email_notification of this Signer. - :param email_notification: The email_notification of this Signer. + + :param email_notification: The email_notification of this Signer. # noqa: E501 :type: RecipientEmailNotification """ @@ -870,22 +1105,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this Signer. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this Signer. # noqa: E501 - :return: The embedded_recipient_start_url of this Signer. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this Signer. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this Signer. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this Signer. - :param embedded_recipient_start_url: The embedded_recipient_start_url of this Signer. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Signer. # noqa: E501 :type: str """ @@ -893,20 +1128,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this Signer. + """Gets the error_details of this Signer. # noqa: E501 - :return: The error_details of this Signer. + + :return: The error_details of this Signer. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Signer. + """Sets the error_details of this Signer. - :param error_details: The error_details of this Signer. + + :param error_details: The error_details of this Signer. # noqa: E501 :type: ErrorDetails """ @@ -914,22 +1149,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this Signer. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this Signer. # noqa: E501 + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :return: The excluded_documents of this Signer. + :return: The excluded_documents of this Signer. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this Signer. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this Signer. + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :param excluded_documents: The excluded_documents of this Signer. + :param excluded_documents: The excluded_documents of this Signer. # noqa: E501 :type: list[str] """ @@ -937,22 +1172,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this Signer. - Reserved: + """Gets the fax_number of this Signer. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this Signer. + :return: The fax_number of this Signer. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this Signer. - Reserved: + """Sets the fax_number of this Signer. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this Signer. + :param fax_number: The fax_number of this Signer. # noqa: E501 :type: str """ @@ -960,20 +1195,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this Signer. + """Gets the fax_number_metadata of this Signer. # noqa: E501 - :return: The fax_number_metadata of this Signer. + + :return: The fax_number_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this Signer. + """Sets the fax_number_metadata of this Signer. - :param fax_number_metadata: The fax_number_metadata of this Signer. + + :param fax_number_metadata: The fax_number_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -981,22 +1216,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this Signer. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this Signer. # noqa: E501 - :return: The first_name of this Signer. + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :return: The first_name of this Signer. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this Signer. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this Signer. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this Signer. + :param first_name: The first_name of this Signer. # noqa: E501 :type: str """ @@ -1004,20 +1239,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this Signer. + """Gets the first_name_metadata of this Signer. # noqa: E501 + - :return: The first_name_metadata of this Signer. + :return: The first_name_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this Signer. + """Sets the first_name_metadata of this Signer. + - :param first_name_metadata: The first_name_metadata of this Signer. + :param first_name_metadata: The first_name_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1025,22 +1260,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this Signer. - + """Gets the full_name of this Signer. # noqa: E501 + + # noqa: E501 - :return: The full_name of this Signer. + :return: The full_name of this Signer. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this Signer. - + """Sets the full_name of this Signer. + + # noqa: E501 - :param full_name: The full_name of this Signer. + :param full_name: The full_name of this Signer. # noqa: E501 :type: str """ @@ -1048,20 +1283,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this Signer. + """Gets the full_name_metadata of this Signer. # noqa: E501 + - :return: The full_name_metadata of this Signer. + :return: The full_name_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this Signer. + """Sets the full_name_metadata of this Signer. + - :param full_name_metadata: The full_name_metadata of this Signer. + :param full_name_metadata: The full_name_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1069,22 +1304,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this Signer. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this Signer. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 - :return: The id_check_configuration_name of this Signer. + :return: The id_check_configuration_name of this Signer. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this Signer. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this Signer. - :param id_check_configuration_name: The id_check_configuration_name of this Signer. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :param id_check_configuration_name: The id_check_configuration_name of this Signer. # noqa: E501 :type: str """ @@ -1092,20 +1327,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this Signer. + """Gets the id_check_configuration_name_metadata of this Signer. # noqa: E501 - :return: The id_check_configuration_name_metadata of this Signer. + + :return: The id_check_configuration_name_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this Signer. + """Sets the id_check_configuration_name_metadata of this Signer. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Signer. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1113,20 +1348,20 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this Signer. + """Gets the id_check_information_input of this Signer. # noqa: E501 - :return: The id_check_information_input of this Signer. + + :return: The id_check_information_input of this Signer. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this Signer. + """Sets the id_check_information_input of this Signer. - :param id_check_information_input: The id_check_information_input of this Signer. + + :param id_check_information_input: The id_check_information_input of this Signer. # noqa: E501 :type: IdCheckInformationInput """ @@ -1134,20 +1369,20 @@ def id_check_information_input(self, id_check_information_input): @property def identity_verification(self): - """ - Gets the identity_verification of this Signer. + """Gets the identity_verification of this Signer. # noqa: E501 - :return: The identity_verification of this Signer. + + :return: The identity_verification of this Signer. # noqa: E501 :rtype: RecipientIdentityVerification """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this Signer. + """Sets the identity_verification of this Signer. - :param identity_verification: The identity_verification of this Signer. + + :param identity_verification: The identity_verification of this Signer. # noqa: E501 :type: RecipientIdentityVerification """ @@ -1155,22 +1390,22 @@ def identity_verification(self, identity_verification): @property def inherit_email_notification_configuration(self): - """ - Gets the inherit_email_notification_configuration of this Signer. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Gets the inherit_email_notification_configuration of this Signer. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :return: The inherit_email_notification_configuration of this Signer. + :return: The inherit_email_notification_configuration of this Signer. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this Signer. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this Signer. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Signer. + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Signer. # noqa: E501 :type: str """ @@ -1178,22 +1413,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def is_bulk_recipient(self): - """ - Gets the is_bulk_recipient of this Signer. - When set to **true**, this signer is a bulk recipient and the recipient information is contained in a bulk recipient file. Note that when this is true the email and name for the recipient becomes bulk@recipient.com and \"Bulk Recipient\". These fields can not be changed for the bulk recipient. + """Gets the is_bulk_recipient of this Signer. # noqa: E501 + + When set to **true**, this signer is a bulk recipient and the recipient information is contained in a bulk recipient file. Note that when this is true the email and name for the recipient becomes bulk@recipient.com and \"Bulk Recipient\". These fields can not be changed for the bulk recipient. # noqa: E501 - :return: The is_bulk_recipient of this Signer. + :return: The is_bulk_recipient of this Signer. # noqa: E501 :rtype: str """ return self._is_bulk_recipient @is_bulk_recipient.setter def is_bulk_recipient(self, is_bulk_recipient): - """ - Sets the is_bulk_recipient of this Signer. - When set to **true**, this signer is a bulk recipient and the recipient information is contained in a bulk recipient file. Note that when this is true the email and name for the recipient becomes bulk@recipient.com and \"Bulk Recipient\". These fields can not be changed for the bulk recipient. + """Sets the is_bulk_recipient of this Signer. + + When set to **true**, this signer is a bulk recipient and the recipient information is contained in a bulk recipient file. Note that when this is true the email and name for the recipient becomes bulk@recipient.com and \"Bulk Recipient\". These fields can not be changed for the bulk recipient. # noqa: E501 - :param is_bulk_recipient: The is_bulk_recipient of this Signer. + :param is_bulk_recipient: The is_bulk_recipient of this Signer. # noqa: E501 :type: str """ @@ -1201,20 +1436,20 @@ def is_bulk_recipient(self, is_bulk_recipient): @property def is_bulk_recipient_metadata(self): - """ - Gets the is_bulk_recipient_metadata of this Signer. + """Gets the is_bulk_recipient_metadata of this Signer. # noqa: E501 + - :return: The is_bulk_recipient_metadata of this Signer. + :return: The is_bulk_recipient_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._is_bulk_recipient_metadata @is_bulk_recipient_metadata.setter def is_bulk_recipient_metadata(self, is_bulk_recipient_metadata): - """ - Sets the is_bulk_recipient_metadata of this Signer. + """Sets the is_bulk_recipient_metadata of this Signer. + - :param is_bulk_recipient_metadata: The is_bulk_recipient_metadata of this Signer. + :param is_bulk_recipient_metadata: The is_bulk_recipient_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1222,22 +1457,22 @@ def is_bulk_recipient_metadata(self, is_bulk_recipient_metadata): @property def last_name(self): - """ - Gets the last_name of this Signer. - + """Gets the last_name of this Signer. # noqa: E501 + + # noqa: E501 - :return: The last_name of this Signer. + :return: The last_name of this Signer. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this Signer. - + """Sets the last_name of this Signer. + + # noqa: E501 - :param last_name: The last_name of this Signer. + :param last_name: The last_name of this Signer. # noqa: E501 :type: str """ @@ -1245,20 +1480,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this Signer. + """Gets the last_name_metadata of this Signer. # noqa: E501 - :return: The last_name_metadata of this Signer. + + :return: The last_name_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this Signer. + """Sets the last_name_metadata of this Signer. - :param last_name_metadata: The last_name_metadata of this Signer. + + :param last_name_metadata: The last_name_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1266,22 +1501,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this Signer. - + """Gets the locked_recipient_phone_auth_editable of this Signer. # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this Signer. + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this Signer. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this Signer. - + """Sets the locked_recipient_phone_auth_editable of this Signer. - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Signer. + # noqa: E501 + + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Signer. # noqa: E501 :type: str """ @@ -1289,22 +1524,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this Signer. - + """Gets the locked_recipient_sms_editable of this Signer. # noqa: E501 - :return: The locked_recipient_sms_editable of this Signer. + # noqa: E501 + + :return: The locked_recipient_sms_editable of this Signer. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this Signer. - + """Sets the locked_recipient_sms_editable of this Signer. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Signer. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Signer. # noqa: E501 :type: str """ @@ -1312,22 +1547,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this Signer. - + """Gets the name of this Signer. # noqa: E501 - :return: The name of this Signer. + # noqa: E501 + + :return: The name of this Signer. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Signer. - + """Sets the name of this Signer. + + # noqa: E501 - :param name: The name of this Signer. + :param name: The name of this Signer. # noqa: E501 :type: str """ @@ -1335,20 +1570,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Signer. + """Gets the name_metadata of this Signer. # noqa: E501 + - :return: The name_metadata of this Signer. + :return: The name_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Signer. + """Sets the name_metadata of this Signer. + - :param name_metadata: The name_metadata of this Signer. + :param name_metadata: The name_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1356,22 +1591,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this Signer. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this Signer. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this Signer. + :return: The note of this Signer. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this Signer. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this Signer. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this Signer. + :param note: The note of this Signer. # noqa: E501 :type: str """ @@ -1379,20 +1614,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this Signer. + """Gets the note_metadata of this Signer. # noqa: E501 + - :return: The note_metadata of this Signer. + :return: The note_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this Signer. + """Sets the note_metadata of this Signer. + - :param note_metadata: The note_metadata of this Signer. + :param note_metadata: The note_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1400,20 +1635,20 @@ def note_metadata(self, note_metadata): @property def offline_attributes(self): - """ - Gets the offline_attributes of this Signer. + """Gets the offline_attributes of this Signer. # noqa: E501 + - :return: The offline_attributes of this Signer. + :return: The offline_attributes of this Signer. # noqa: E501 :rtype: OfflineAttributes """ return self._offline_attributes @offline_attributes.setter def offline_attributes(self, offline_attributes): - """ - Sets the offline_attributes of this Signer. + """Sets the offline_attributes of this Signer. - :param offline_attributes: The offline_attributes of this Signer. + + :param offline_attributes: The offline_attributes of this Signer. # noqa: E501 :type: OfflineAttributes """ @@ -1421,20 +1656,20 @@ def offline_attributes(self, offline_attributes): @property def phone_authentication(self): - """ - Gets the phone_authentication of this Signer. + """Gets the phone_authentication of this Signer. # noqa: E501 - :return: The phone_authentication of this Signer. + + :return: The phone_authentication of this Signer. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this Signer. + """Sets the phone_authentication of this Signer. - :param phone_authentication: The phone_authentication of this Signer. + + :param phone_authentication: The phone_authentication of this Signer. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1442,20 +1677,20 @@ def phone_authentication(self, phone_authentication): @property def proof_file(self): - """ - Gets the proof_file of this Signer. + """Gets the proof_file of this Signer. # noqa: E501 - :return: The proof_file of this Signer. + + :return: The proof_file of this Signer. # noqa: E501 :rtype: RecipientProofFile """ return self._proof_file @proof_file.setter def proof_file(self, proof_file): - """ - Sets the proof_file of this Signer. + """Sets the proof_file of this Signer. - :param proof_file: The proof_file of this Signer. + + :param proof_file: The proof_file of this Signer. # noqa: E501 :type: RecipientProofFile """ @@ -1463,22 +1698,22 @@ def proof_file(self, proof_file): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this Signer. - Reserved: + """Gets the recipient_attachments of this Signer. # noqa: E501 - :return: The recipient_attachments of this Signer. + Reserved: # noqa: E501 + + :return: The recipient_attachments of this Signer. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this Signer. - Reserved: + """Sets the recipient_attachments of this Signer. - :param recipient_attachments: The recipient_attachments of this Signer. + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this Signer. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1486,20 +1721,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this Signer. + """Gets the recipient_authentication_status of this Signer. # noqa: E501 + - :return: The recipient_authentication_status of this Signer. + :return: The recipient_authentication_status of this Signer. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this Signer. + """Sets the recipient_authentication_status of this Signer. + - :param recipient_authentication_status: The recipient_authentication_status of this Signer. + :param recipient_authentication_status: The recipient_authentication_status of this Signer. # noqa: E501 :type: AuthenticationStatus """ @@ -1507,22 +1742,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this Signer. - + """Gets the recipient_feature_metadata of this Signer. # noqa: E501 + + # noqa: E501 - :return: The recipient_feature_metadata of this Signer. + :return: The recipient_feature_metadata of this Signer. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this Signer. - + """Sets the recipient_feature_metadata of this Signer. + + # noqa: E501 - :param recipient_feature_metadata: The recipient_feature_metadata of this Signer. + :param recipient_feature_metadata: The recipient_feature_metadata of this Signer. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1530,22 +1765,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Signer. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Signer. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Signer. + :return: The recipient_id of this Signer. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Signer. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Signer. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Signer. + :param recipient_id: The recipient_id of this Signer. # noqa: E501 :type: str """ @@ -1553,22 +1788,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Signer. - + """Gets the recipient_id_guid of this Signer. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Signer. + :return: The recipient_id_guid of this Signer. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Signer. - + """Sets the recipient_id_guid of this Signer. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Signer. + :param recipient_id_guid: The recipient_id_guid of this Signer. # noqa: E501 :type: str """ @@ -1576,22 +1811,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this Signer. - + """Gets the recipient_signature_providers of this Signer. # noqa: E501 - :return: The recipient_signature_providers of this Signer. + # noqa: E501 + + :return: The recipient_signature_providers of this Signer. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this Signer. - + """Sets the recipient_signature_providers of this Signer. - :param recipient_signature_providers: The recipient_signature_providers of this Signer. + # noqa: E501 + + :param recipient_signature_providers: The recipient_signature_providers of this Signer. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -1599,22 +1834,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def recipient_supplies_tabs(self): - """ - Gets the recipient_supplies_tabs of this Signer. - + """Gets the recipient_supplies_tabs of this Signer. # noqa: E501 - :return: The recipient_supplies_tabs of this Signer. + # noqa: E501 + + :return: The recipient_supplies_tabs of this Signer. # noqa: E501 :rtype: str """ return self._recipient_supplies_tabs @recipient_supplies_tabs.setter def recipient_supplies_tabs(self, recipient_supplies_tabs): - """ - Sets the recipient_supplies_tabs of this Signer. - + """Sets the recipient_supplies_tabs of this Signer. - :param recipient_supplies_tabs: The recipient_supplies_tabs of this Signer. + # noqa: E501 + + :param recipient_supplies_tabs: The recipient_supplies_tabs of this Signer. # noqa: E501 :type: str """ @@ -1622,22 +1857,22 @@ def recipient_supplies_tabs(self, recipient_supplies_tabs): @property def recipient_type(self): - """ - Gets the recipient_type of this Signer. - + """Gets the recipient_type of this Signer. # noqa: E501 - :return: The recipient_type of this Signer. + # noqa: E501 + + :return: The recipient_type of this Signer. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this Signer. - + """Sets the recipient_type of this Signer. - :param recipient_type: The recipient_type of this Signer. + # noqa: E501 + + :param recipient_type: The recipient_type of this Signer. # noqa: E501 :type: str """ @@ -1645,20 +1880,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this Signer. + """Gets the recipient_type_metadata of this Signer. # noqa: E501 - :return: The recipient_type_metadata of this Signer. + + :return: The recipient_type_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this Signer. + """Sets the recipient_type_metadata of this Signer. + - :param recipient_type_metadata: The recipient_type_metadata of this Signer. + :param recipient_type_metadata: The recipient_type_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1666,22 +1901,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this Signer. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this Signer. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this Signer. + :return: The require_id_lookup of this Signer. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this Signer. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this Signer. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this Signer. + :param require_id_lookup: The require_id_lookup of this Signer. # noqa: E501 :type: str """ @@ -1689,20 +1924,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this Signer. + """Gets the require_id_lookup_metadata of this Signer. # noqa: E501 + - :return: The require_id_lookup_metadata of this Signer. + :return: The require_id_lookup_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this Signer. + """Sets the require_id_lookup_metadata of this Signer. + - :param require_id_lookup_metadata: The require_id_lookup_metadata of this Signer. + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1710,22 +1945,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def require_signer_certificate(self): - """ - Gets the require_signer_certificate of this Signer. - Sets the type of signer certificate required for signing. If left blank, no certificate is required. Only one type of certificate can be set for a signer. The possible values are: * docusign_express - Requires a DocuSign Express certificate. * safe - Requires a SAFE-BioPharma certificate. * open_trust - Requires an OpenTrust certificate. **Important**: There are certain rules and restrictions that must be followed when requiring OpenTrust digital signatures. See [ML:OpenTrust Rules and Restrictions] for more information. + """Gets the require_signer_certificate of this Signer. # noqa: E501 + + Sets the type of signer certificate required for signing. If left blank, no certificate is required. Only one type of certificate can be set for a signer. The possible values are: * docusign_express - Requires a DocuSign Express certificate. * safe - Requires a SAFE-BioPharma certificate. * open_trust - Requires an OpenTrust certificate. **Important**: There are certain rules and restrictions that must be followed when requiring OpenTrust digital signatures. See [ML:OpenTrust Rules and Restrictions] for more information. # noqa: E501 - :return: The require_signer_certificate of this Signer. + :return: The require_signer_certificate of this Signer. # noqa: E501 :rtype: str """ return self._require_signer_certificate @require_signer_certificate.setter def require_signer_certificate(self, require_signer_certificate): - """ - Sets the require_signer_certificate of this Signer. - Sets the type of signer certificate required for signing. If left blank, no certificate is required. Only one type of certificate can be set for a signer. The possible values are: * docusign_express - Requires a DocuSign Express certificate. * safe - Requires a SAFE-BioPharma certificate. * open_trust - Requires an OpenTrust certificate. **Important**: There are certain rules and restrictions that must be followed when requiring OpenTrust digital signatures. See [ML:OpenTrust Rules and Restrictions] for more information. + """Sets the require_signer_certificate of this Signer. + + Sets the type of signer certificate required for signing. If left blank, no certificate is required. Only one type of certificate can be set for a signer. The possible values are: * docusign_express - Requires a DocuSign Express certificate. * safe - Requires a SAFE-BioPharma certificate. * open_trust - Requires an OpenTrust certificate. **Important**: There are certain rules and restrictions that must be followed when requiring OpenTrust digital signatures. See [ML:OpenTrust Rules and Restrictions] for more information. # noqa: E501 - :param require_signer_certificate: The require_signer_certificate of this Signer. + :param require_signer_certificate: The require_signer_certificate of this Signer. # noqa: E501 :type: str """ @@ -1733,22 +1968,22 @@ def require_signer_certificate(self, require_signer_certificate): @property def require_sign_on_paper(self): - """ - Gets the require_sign_on_paper of this Signer. - When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign. + """Gets the require_sign_on_paper of this Signer. # noqa: E501 + + When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign. # noqa: E501 - :return: The require_sign_on_paper of this Signer. + :return: The require_sign_on_paper of this Signer. # noqa: E501 :rtype: str """ return self._require_sign_on_paper @require_sign_on_paper.setter def require_sign_on_paper(self, require_sign_on_paper): - """ - Sets the require_sign_on_paper of this Signer. - When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign. + """Sets the require_sign_on_paper of this Signer. - :param require_sign_on_paper: The require_sign_on_paper of this Signer. + When set to **true**, the signer must print, sign, and upload or fax the signed documents to DocuSign. # noqa: E501 + + :param require_sign_on_paper: The require_sign_on_paper of this Signer. # noqa: E501 :type: str """ @@ -1756,22 +1991,22 @@ def require_sign_on_paper(self, require_sign_on_paper): @property def require_upload_signature(self): - """ - Gets the require_upload_signature of this Signer. - + """Gets the require_upload_signature of this Signer. # noqa: E501 - :return: The require_upload_signature of this Signer. + # noqa: E501 + + :return: The require_upload_signature of this Signer. # noqa: E501 :rtype: str """ return self._require_upload_signature @require_upload_signature.setter def require_upload_signature(self, require_upload_signature): - """ - Sets the require_upload_signature of this Signer. - + """Sets the require_upload_signature of this Signer. - :param require_upload_signature: The require_upload_signature of this Signer. + # noqa: E501 + + :param require_upload_signature: The require_upload_signature of this Signer. # noqa: E501 :type: str """ @@ -1779,22 +2014,22 @@ def require_upload_signature(self, require_upload_signature): @property def role_name(self): - """ - Gets the role_name of this Signer. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this Signer. # noqa: E501 - :return: The role_name of this Signer. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this Signer. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this Signer. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this Signer. - :param role_name: The role_name of this Signer. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this Signer. # noqa: E501 :type: str """ @@ -1802,22 +2037,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this Signer. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this Signer. # noqa: E501 - :return: The routing_order of this Signer. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :return: The routing_order of this Signer. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this Signer. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this Signer. - :param routing_order: The routing_order of this Signer. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this Signer. # noqa: E501 :type: str """ @@ -1825,20 +2060,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this Signer. + """Gets the routing_order_metadata of this Signer. # noqa: E501 + - :return: The routing_order_metadata of this Signer. + :return: The routing_order_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this Signer. + """Sets the routing_order_metadata of this Signer. + - :param routing_order_metadata: The routing_order_metadata of this Signer. + :param routing_order_metadata: The routing_order_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1846,22 +2081,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Signer. - The date and time the envelope was sent. + """Gets the sent_date_time of this Signer. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 - :return: The sent_date_time of this Signer. + :return: The sent_date_time of this Signer. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Signer. - The date and time the envelope was sent. + """Sets the sent_date_time of this Signer. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this Signer. + :param sent_date_time: The sent_date_time of this Signer. # noqa: E501 :type: str """ @@ -1869,20 +2104,20 @@ def sent_date_time(self, sent_date_time): @property def signature_info(self): - """ - Gets the signature_info of this Signer. + """Gets the signature_info of this Signer. # noqa: E501 + - :return: The signature_info of this Signer. + :return: The signature_info of this Signer. # noqa: E501 :rtype: RecipientSignatureInformation """ return self._signature_info @signature_info.setter def signature_info(self, signature_info): - """ - Sets the signature_info of this Signer. + """Sets the signature_info of this Signer. + - :param signature_info: The signature_info of this Signer. + :param signature_info: The signature_info of this Signer. # noqa: E501 :type: RecipientSignatureInformation """ @@ -1890,22 +2125,22 @@ def signature_info(self, signature_info): @property def signed_date_time(self): - """ - Gets the signed_date_time of this Signer. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this Signer. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this Signer. + :return: The signed_date_time of this Signer. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this Signer. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this Signer. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this Signer. + :param signed_date_time: The signed_date_time of this Signer. # noqa: E501 :type: str """ @@ -1913,22 +2148,22 @@ def signed_date_time(self, signed_date_time): @property def sign_in_each_location(self): - """ - Gets the sign_in_each_location of this Signer. - When set to **true**, specifies that the signer must sign in all locations. + """Gets the sign_in_each_location of this Signer. # noqa: E501 - :return: The sign_in_each_location of this Signer. + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 + + :return: The sign_in_each_location of this Signer. # noqa: E501 :rtype: str """ return self._sign_in_each_location @sign_in_each_location.setter def sign_in_each_location(self, sign_in_each_location): - """ - Sets the sign_in_each_location of this Signer. - When set to **true**, specifies that the signer must sign in all locations. + """Sets the sign_in_each_location of this Signer. - :param sign_in_each_location: The sign_in_each_location of this Signer. + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 + + :param sign_in_each_location: The sign_in_each_location of this Signer. # noqa: E501 :type: str """ @@ -1936,20 +2171,20 @@ def sign_in_each_location(self, sign_in_each_location): @property def sign_in_each_location_metadata(self): - """ - Gets the sign_in_each_location_metadata of this Signer. + """Gets the sign_in_each_location_metadata of this Signer. # noqa: E501 - :return: The sign_in_each_location_metadata of this Signer. + + :return: The sign_in_each_location_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._sign_in_each_location_metadata @sign_in_each_location_metadata.setter def sign_in_each_location_metadata(self, sign_in_each_location_metadata): - """ - Sets the sign_in_each_location_metadata of this Signer. + """Sets the sign_in_each_location_metadata of this Signer. - :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this Signer. + + :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -1957,22 +2192,22 @@ def sign_in_each_location_metadata(self, sign_in_each_location_metadata): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Signer. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Signer. # noqa: E501 - :return: The signing_group_id of this Signer. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Signer. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Signer. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Signer. - :param signing_group_id: The signing_group_id of this Signer. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this Signer. # noqa: E501 :type: str """ @@ -1980,20 +2215,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this Signer. + """Gets the signing_group_id_metadata of this Signer. # noqa: E501 - :return: The signing_group_id_metadata of this Signer. + + :return: The signing_group_id_metadata of this Signer. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this Signer. + """Sets the signing_group_id_metadata of this Signer. + - :param signing_group_id_metadata: The signing_group_id_metadata of this Signer. + :param signing_group_id_metadata: The signing_group_id_metadata of this Signer. # noqa: E501 :type: PropertyMetadata """ @@ -2001,22 +2236,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Signer. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Signer. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :return: The signing_group_name of this Signer. + :return: The signing_group_name of this Signer. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Signer. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Signer. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 - :param signing_group_name: The signing_group_name of this Signer. + :param signing_group_name: The signing_group_name of this Signer. # noqa: E501 :type: str """ @@ -2024,22 +2259,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this Signer. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this Signer. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this Signer. + :return: The signing_group_users of this Signer. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this Signer. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this Signer. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this Signer. + :param signing_group_users: The signing_group_users of this Signer. # noqa: E501 :type: list[UserInfo] """ @@ -2047,20 +2282,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this Signer. + """Gets the sms_authentication of this Signer. # noqa: E501 + - :return: The sms_authentication of this Signer. + :return: The sms_authentication of this Signer. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this Signer. + """Sets the sms_authentication of this Signer. + - :param sms_authentication: The sms_authentication of this Signer. + :param sms_authentication: The sms_authentication of this Signer. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -2068,22 +2303,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this Signer. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this Signer. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this Signer. + :return: The social_authentications of this Signer. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this Signer. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this Signer. - :param social_authentications: The social_authentications of this Signer. + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :param social_authentications: The social_authentications of this Signer. # noqa: E501 :type: list[SocialAuthentication] """ @@ -2091,22 +2326,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this Signer. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Signer. # noqa: E501 - :return: The status of this Signer. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Signer. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Signer. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Signer. - :param status: The status of this Signer. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Signer. # noqa: E501 :type: str """ @@ -2114,22 +2349,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this Signer. - + """Gets the status_code of this Signer. # noqa: E501 - :return: The status_code of this Signer. + # noqa: E501 + + :return: The status_code of this Signer. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this Signer. - + """Sets the status_code of this Signer. - :param status_code: The status_code of this Signer. + # noqa: E501 + + :param status_code: The status_code of this Signer. # noqa: E501 :type: str """ @@ -2137,22 +2372,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this Signer. - + """Gets the suppress_emails of this Signer. # noqa: E501 - :return: The suppress_emails of this Signer. + # noqa: E501 + + :return: The suppress_emails of this Signer. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this Signer. - + """Sets the suppress_emails of this Signer. - :param suppress_emails: The suppress_emails of this Signer. + # noqa: E501 + + :param suppress_emails: The suppress_emails of this Signer. # noqa: E501 :type: str """ @@ -2160,20 +2395,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this Signer. + """Gets the tabs of this Signer. # noqa: E501 + - :return: The tabs of this Signer. + :return: The tabs of this Signer. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this Signer. + """Sets the tabs of this Signer. + - :param tabs: The tabs of this Signer. + :param tabs: The tabs of this Signer. # noqa: E501 :type: Tabs """ @@ -2181,22 +2416,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this Signer. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Signer. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Signer. + :return: The template_locked of this Signer. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Signer. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Signer. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Signer. + :param template_locked: The template_locked of this Signer. # noqa: E501 :type: str """ @@ -2204,22 +2439,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Signer. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Signer. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Signer. + :return: The template_required of this Signer. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Signer. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Signer. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Signer. + :param template_required: The template_required of this Signer. # noqa: E501 :type: str """ @@ -2227,22 +2462,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this Signer. - + """Gets the total_tab_count of this Signer. # noqa: E501 + + # noqa: E501 - :return: The total_tab_count of this Signer. + :return: The total_tab_count of this Signer. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this Signer. - + """Sets the total_tab_count of this Signer. + + # noqa: E501 - :param total_tab_count: The total_tab_count of this Signer. + :param total_tab_count: The total_tab_count of this Signer. # noqa: E501 :type: str """ @@ -2250,34 +2485,32 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this Signer. - + """Gets the user_id of this Signer. # noqa: E501 - :return: The user_id of this Signer. + # noqa: E501 + + :return: The user_id of this Signer. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this Signer. - + """Sets the user_id of this Signer. - :param user_id: The user_id of this Signer. + # noqa: E501 + + :param user_id: The user_id of this Signer. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2294,29 +2527,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Signer, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Signer): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signer_attachment.py b/docusign_esign/models/signer_attachment.py index 096db8a7..4ddea53f 100644 --- a/docusign_esign/models/signer_attachment.py +++ b/docusign_esign/models/signer_attachment.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,278 +11,435 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SignerAttachment(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - SignerAttachment - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'optional': 'str', - 'optional_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'scale_value': 'str', - 'scale_value_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'optional': 'optional', - 'optional_metadata': 'optionalMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'scale_value': 'scaleValue', - 'scale_value_metadata': 'scaleValueMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._optional = optional - self._optional_metadata = optional_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._scale_value = scale_value - self._scale_value_metadata = scale_value_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'optional': 'str', + 'optional_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'scale_value': 'str', + 'scale_value_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'optional': 'optional', + 'optional_metadata': 'optionalMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'scale_value': 'scaleValue', + 'scale_value_metadata': 'scaleValueMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, optional=None, optional_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, scale_value=None, scale_value_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """SignerAttachment - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._optional = None + self._optional_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._scale_value = None + self._scale_value_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if optional is not None: + self.optional = optional + if optional_metadata is not None: + self.optional_metadata = optional_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if scale_value is not None: + self.scale_value = scale_value + if scale_value_metadata is not None: + self.scale_value_metadata = scale_value_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this SignerAttachment. - + """Gets the anchor_allow_white_space_in_characters of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this SignerAttachment. + :return: The anchor_allow_white_space_in_characters of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this SignerAttachment. - + """Sets the anchor_allow_white_space_in_characters of this SignerAttachment. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SignerAttachment. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SignerAttachment. # noqa: E501 :type: str """ @@ -290,20 +447,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this SignerAttachment. + """Gets the anchor_allow_white_space_in_characters_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this SignerAttachment. + :return: The anchor_allow_white_space_in_characters_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this SignerAttachment. + """Sets the anchor_allow_white_space_in_characters_metadata of this SignerAttachment. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SignerAttachment. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -311,22 +468,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this SignerAttachment. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this SignerAttachment. # noqa: E501 - :return: The anchor_case_sensitive of this SignerAttachment. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this SignerAttachment. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this SignerAttachment. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this SignerAttachment. + :param anchor_case_sensitive: The anchor_case_sensitive of this SignerAttachment. # noqa: E501 :type: str """ @@ -334,20 +491,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this SignerAttachment. + """Gets the anchor_case_sensitive_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this SignerAttachment. + :return: The anchor_case_sensitive_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this SignerAttachment. + """Sets the anchor_case_sensitive_metadata of this SignerAttachment. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SignerAttachment. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -355,22 +512,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this SignerAttachment. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this SignerAttachment. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this SignerAttachment. + :return: The anchor_horizontal_alignment of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this SignerAttachment. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this SignerAttachment. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SignerAttachment. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SignerAttachment. # noqa: E501 :type: str """ @@ -378,20 +535,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this SignerAttachment. + """Gets the anchor_horizontal_alignment_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this SignerAttachment. + :return: The anchor_horizontal_alignment_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this SignerAttachment. + """Sets the anchor_horizontal_alignment_metadata of this SignerAttachment. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SignerAttachment. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -399,22 +556,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this SignerAttachment. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this SignerAttachment. # noqa: E501 - :return: The anchor_ignore_if_not_present of this SignerAttachment. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this SignerAttachment. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this SignerAttachment. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SignerAttachment. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SignerAttachment. # noqa: E501 :type: str """ @@ -422,20 +579,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this SignerAttachment. + """Gets the anchor_ignore_if_not_present_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this SignerAttachment. + :return: The anchor_ignore_if_not_present_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this SignerAttachment. + """Sets the anchor_ignore_if_not_present_metadata of this SignerAttachment. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SignerAttachment. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -443,22 +600,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this SignerAttachment. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this SignerAttachment. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this SignerAttachment. + :return: The anchor_match_whole_word of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this SignerAttachment. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this SignerAttachment. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this SignerAttachment. + :param anchor_match_whole_word: The anchor_match_whole_word of this SignerAttachment. # noqa: E501 :type: str """ @@ -466,20 +623,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this SignerAttachment. + """Gets the anchor_match_whole_word_metadata of this SignerAttachment. # noqa: E501 - :return: The anchor_match_whole_word_metadata of this SignerAttachment. + + :return: The anchor_match_whole_word_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this SignerAttachment. + """Sets the anchor_match_whole_word_metadata of this SignerAttachment. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SignerAttachment. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -487,22 +644,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this SignerAttachment. - Anchor text information for a radio button. + """Gets the anchor_string of this SignerAttachment. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this SignerAttachment. + :return: The anchor_string of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this SignerAttachment. - Anchor text information for a radio button. + """Sets the anchor_string of this SignerAttachment. - :param anchor_string: The anchor_string of this SignerAttachment. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this SignerAttachment. # noqa: E501 :type: str """ @@ -510,20 +667,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this SignerAttachment. + """Gets the anchor_string_metadata of this SignerAttachment. # noqa: E501 - :return: The anchor_string_metadata of this SignerAttachment. + + :return: The anchor_string_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this SignerAttachment. + """Sets the anchor_string_metadata of this SignerAttachment. - :param anchor_string_metadata: The anchor_string_metadata of this SignerAttachment. + + :param anchor_string_metadata: The anchor_string_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -531,22 +688,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this SignerAttachment. - + """Gets the anchor_tab_processor_version of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this SignerAttachment. + :return: The anchor_tab_processor_version of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this SignerAttachment. - + """Sets the anchor_tab_processor_version of this SignerAttachment. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this SignerAttachment. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this SignerAttachment. # noqa: E501 :type: str """ @@ -554,20 +711,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this SignerAttachment. + """Gets the anchor_tab_processor_version_metadata of this SignerAttachment. # noqa: E501 - :return: The anchor_tab_processor_version_metadata of this SignerAttachment. + + :return: The anchor_tab_processor_version_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this SignerAttachment. + """Sets the anchor_tab_processor_version_metadata of this SignerAttachment. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SignerAttachment. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -575,22 +732,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this SignerAttachment. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this SignerAttachment. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this SignerAttachment. + :return: The anchor_units of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this SignerAttachment. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this SignerAttachment. - :param anchor_units: The anchor_units of this SignerAttachment. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this SignerAttachment. # noqa: E501 :type: str """ @@ -598,20 +755,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this SignerAttachment. + """Gets the anchor_units_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_units_metadata of this SignerAttachment. + :return: The anchor_units_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this SignerAttachment. + """Sets the anchor_units_metadata of this SignerAttachment. + - :param anchor_units_metadata: The anchor_units_metadata of this SignerAttachment. + :param anchor_units_metadata: The anchor_units_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -619,22 +776,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this SignerAttachment. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this SignerAttachment. # noqa: E501 - :return: The anchor_x_offset of this SignerAttachment. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this SignerAttachment. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this SignerAttachment. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this SignerAttachment. + :param anchor_x_offset: The anchor_x_offset of this SignerAttachment. # noqa: E501 :type: str """ @@ -642,20 +799,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this SignerAttachment. + """Gets the anchor_x_offset_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_x_offset_metadata of this SignerAttachment. + :return: The anchor_x_offset_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this SignerAttachment. + """Sets the anchor_x_offset_metadata of this SignerAttachment. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SignerAttachment. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -663,22 +820,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this SignerAttachment. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this SignerAttachment. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this SignerAttachment. + :return: The anchor_y_offset of this SignerAttachment. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this SignerAttachment. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this SignerAttachment. - :param anchor_y_offset: The anchor_y_offset of this SignerAttachment. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this SignerAttachment. # noqa: E501 :type: str """ @@ -686,20 +843,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this SignerAttachment. + """Gets the anchor_y_offset_metadata of this SignerAttachment. # noqa: E501 + - :return: The anchor_y_offset_metadata of this SignerAttachment. + :return: The anchor_y_offset_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this SignerAttachment. + """Sets the anchor_y_offset_metadata of this SignerAttachment. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SignerAttachment. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -707,22 +864,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this SignerAttachment. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this SignerAttachment. # noqa: E501 - :return: The conditional_parent_label of this SignerAttachment. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this SignerAttachment. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this SignerAttachment. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this SignerAttachment. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this SignerAttachment. + :param conditional_parent_label: The conditional_parent_label of this SignerAttachment. # noqa: E501 :type: str """ @@ -730,20 +887,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this SignerAttachment. + """Gets the conditional_parent_label_metadata of this SignerAttachment. # noqa: E501 + - :return: The conditional_parent_label_metadata of this SignerAttachment. + :return: The conditional_parent_label_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this SignerAttachment. + """Sets the conditional_parent_label_metadata of this SignerAttachment. - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SignerAttachment. + + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -751,22 +908,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this SignerAttachment. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this SignerAttachment. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this SignerAttachment. + :return: The conditional_parent_value of this SignerAttachment. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this SignerAttachment. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this SignerAttachment. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this SignerAttachment. + :param conditional_parent_value: The conditional_parent_value of this SignerAttachment. # noqa: E501 :type: str """ @@ -774,20 +931,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this SignerAttachment. + """Gets the conditional_parent_value_metadata of this SignerAttachment. # noqa: E501 - :return: The conditional_parent_value_metadata of this SignerAttachment. + + :return: The conditional_parent_value_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this SignerAttachment. + """Sets the conditional_parent_value_metadata of this SignerAttachment. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SignerAttachment. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -795,22 +952,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this SignerAttachment. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this SignerAttachment. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this SignerAttachment. + :return: The custom_tab_id of this SignerAttachment. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this SignerAttachment. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this SignerAttachment. - :param custom_tab_id: The custom_tab_id of this SignerAttachment. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this SignerAttachment. # noqa: E501 :type: str """ @@ -818,20 +975,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this SignerAttachment. + """Gets the custom_tab_id_metadata of this SignerAttachment. # noqa: E501 + - :return: The custom_tab_id_metadata of this SignerAttachment. + :return: The custom_tab_id_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this SignerAttachment. + """Sets the custom_tab_id_metadata of this SignerAttachment. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this SignerAttachment. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -839,22 +996,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this SignerAttachment. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this SignerAttachment. # noqa: E501 - :return: The document_id of this SignerAttachment. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this SignerAttachment. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this SignerAttachment. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this SignerAttachment. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this SignerAttachment. + :param document_id: The document_id of this SignerAttachment. # noqa: E501 :type: str """ @@ -862,20 +1019,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this SignerAttachment. + """Gets the document_id_metadata of this SignerAttachment. # noqa: E501 + - :return: The document_id_metadata of this SignerAttachment. + :return: The document_id_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this SignerAttachment. + """Sets the document_id_metadata of this SignerAttachment. - :param document_id_metadata: The document_id_metadata of this SignerAttachment. + + :param document_id_metadata: The document_id_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -883,20 +1040,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this SignerAttachment. + """Gets the error_details of this SignerAttachment. # noqa: E501 + - :return: The error_details of this SignerAttachment. + :return: The error_details of this SignerAttachment. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SignerAttachment. + """Sets the error_details of this SignerAttachment. + - :param error_details: The error_details of this SignerAttachment. + :param error_details: The error_details of this SignerAttachment. # noqa: E501 :type: ErrorDetails """ @@ -904,22 +1061,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this SignerAttachment. - + """Gets the form_order of this SignerAttachment. # noqa: E501 - :return: The form_order of this SignerAttachment. + # noqa: E501 + + :return: The form_order of this SignerAttachment. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this SignerAttachment. - + """Sets the form_order of this SignerAttachment. - :param form_order: The form_order of this SignerAttachment. + # noqa: E501 + + :param form_order: The form_order of this SignerAttachment. # noqa: E501 :type: str """ @@ -927,20 +1084,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this SignerAttachment. + """Gets the form_order_metadata of this SignerAttachment. # noqa: E501 - :return: The form_order_metadata of this SignerAttachment. + + :return: The form_order_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this SignerAttachment. + """Sets the form_order_metadata of this SignerAttachment. + - :param form_order_metadata: The form_order_metadata of this SignerAttachment. + :param form_order_metadata: The form_order_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -948,22 +1105,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this SignerAttachment. - + """Gets the form_page_label of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this SignerAttachment. + :return: The form_page_label of this SignerAttachment. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this SignerAttachment. - + """Sets the form_page_label of this SignerAttachment. - :param form_page_label: The form_page_label of this SignerAttachment. + # noqa: E501 + + :param form_page_label: The form_page_label of this SignerAttachment. # noqa: E501 :type: str """ @@ -971,20 +1128,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this SignerAttachment. + """Gets the form_page_label_metadata of this SignerAttachment. # noqa: E501 + - :return: The form_page_label_metadata of this SignerAttachment. + :return: The form_page_label_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this SignerAttachment. + """Sets the form_page_label_metadata of this SignerAttachment. + - :param form_page_label_metadata: The form_page_label_metadata of this SignerAttachment. + :param form_page_label_metadata: The form_page_label_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -992,22 +1149,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this SignerAttachment. - + """Gets the form_page_number of this SignerAttachment. # noqa: E501 - :return: The form_page_number of this SignerAttachment. + # noqa: E501 + + :return: The form_page_number of this SignerAttachment. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this SignerAttachment. - + """Sets the form_page_number of this SignerAttachment. + + # noqa: E501 - :param form_page_number: The form_page_number of this SignerAttachment. + :param form_page_number: The form_page_number of this SignerAttachment. # noqa: E501 :type: str """ @@ -1015,20 +1172,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this SignerAttachment. + """Gets the form_page_number_metadata of this SignerAttachment. # noqa: E501 + - :return: The form_page_number_metadata of this SignerAttachment. + :return: The form_page_number_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this SignerAttachment. + """Sets the form_page_number_metadata of this SignerAttachment. - :param form_page_number_metadata: The form_page_number_metadata of this SignerAttachment. + + :param form_page_number_metadata: The form_page_number_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1036,22 +1193,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this SignerAttachment. - Height of the tab in pixels. + """Gets the height of this SignerAttachment. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this SignerAttachment. + :return: The height of this SignerAttachment. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this SignerAttachment. - Height of the tab in pixels. + """Sets the height of this SignerAttachment. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this SignerAttachment. + :param height: The height of this SignerAttachment. # noqa: E501 :type: str """ @@ -1059,20 +1216,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this SignerAttachment. + """Gets the height_metadata of this SignerAttachment. # noqa: E501 + - :return: The height_metadata of this SignerAttachment. + :return: The height_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this SignerAttachment. + """Sets the height_metadata of this SignerAttachment. + - :param height_metadata: The height_metadata of this SignerAttachment. + :param height_metadata: The height_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1080,20 +1237,20 @@ def height_metadata(self, height_metadata): @property def merge_field(self): - """ - Gets the merge_field of this SignerAttachment. + """Gets the merge_field of this SignerAttachment. # noqa: E501 - :return: The merge_field of this SignerAttachment. + + :return: The merge_field of this SignerAttachment. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this SignerAttachment. + """Sets the merge_field of this SignerAttachment. + - :param merge_field: The merge_field of this SignerAttachment. + :param merge_field: The merge_field of this SignerAttachment. # noqa: E501 :type: MergeField """ @@ -1101,22 +1258,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this SignerAttachment. - + """Gets the merge_field_xml of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this SignerAttachment. + :return: The merge_field_xml of this SignerAttachment. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this SignerAttachment. - + """Sets the merge_field_xml of this SignerAttachment. - :param merge_field_xml: The merge_field_xml of this SignerAttachment. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this SignerAttachment. # noqa: E501 :type: str """ @@ -1124,22 +1281,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this SignerAttachment. - + """Gets the name of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The name of this SignerAttachment. + :return: The name of this SignerAttachment. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this SignerAttachment. - + """Sets the name of this SignerAttachment. + + # noqa: E501 - :param name: The name of this SignerAttachment. + :param name: The name of this SignerAttachment. # noqa: E501 :type: str """ @@ -1147,20 +1304,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this SignerAttachment. + """Gets the name_metadata of this SignerAttachment. # noqa: E501 - :return: The name_metadata of this SignerAttachment. + + :return: The name_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this SignerAttachment. + """Sets the name_metadata of this SignerAttachment. + - :param name_metadata: The name_metadata of this SignerAttachment. + :param name_metadata: The name_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1168,22 +1325,22 @@ def name_metadata(self, name_metadata): @property def optional(self): - """ - Gets the optional of this SignerAttachment. - + """Gets the optional of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The optional of this SignerAttachment. + :return: The optional of this SignerAttachment. # noqa: E501 :rtype: str """ return self._optional @optional.setter def optional(self, optional): - """ - Sets the optional of this SignerAttachment. - + """Sets the optional of this SignerAttachment. - :param optional: The optional of this SignerAttachment. + # noqa: E501 + + :param optional: The optional of this SignerAttachment. # noqa: E501 :type: str """ @@ -1191,20 +1348,20 @@ def optional(self, optional): @property def optional_metadata(self): - """ - Gets the optional_metadata of this SignerAttachment. + """Gets the optional_metadata of this SignerAttachment. # noqa: E501 - :return: The optional_metadata of this SignerAttachment. + + :return: The optional_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._optional_metadata @optional_metadata.setter def optional_metadata(self, optional_metadata): - """ - Sets the optional_metadata of this SignerAttachment. + """Sets the optional_metadata of this SignerAttachment. - :param optional_metadata: The optional_metadata of this SignerAttachment. + + :param optional_metadata: The optional_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1212,22 +1369,22 @@ def optional_metadata(self, optional_metadata): @property def page_number(self): - """ - Gets the page_number of this SignerAttachment. - Specifies the page number on which the tab is located. + """Gets the page_number of this SignerAttachment. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this SignerAttachment. + :return: The page_number of this SignerAttachment. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this SignerAttachment. - Specifies the page number on which the tab is located. + """Sets the page_number of this SignerAttachment. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this SignerAttachment. + :param page_number: The page_number of this SignerAttachment. # noqa: E501 :type: str """ @@ -1235,20 +1392,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this SignerAttachment. + """Gets the page_number_metadata of this SignerAttachment. # noqa: E501 - :return: The page_number_metadata of this SignerAttachment. + + :return: The page_number_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this SignerAttachment. + """Sets the page_number_metadata of this SignerAttachment. + - :param page_number_metadata: The page_number_metadata of this SignerAttachment. + :param page_number_metadata: The page_number_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1256,22 +1413,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this SignerAttachment. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this SignerAttachment. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this SignerAttachment. + :return: The recipient_id of this SignerAttachment. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this SignerAttachment. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this SignerAttachment. - :param recipient_id: The recipient_id of this SignerAttachment. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this SignerAttachment. # noqa: E501 :type: str """ @@ -1279,22 +1436,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this SignerAttachment. - + """Gets the recipient_id_guid of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this SignerAttachment. + :return: The recipient_id_guid of this SignerAttachment. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this SignerAttachment. - + """Sets the recipient_id_guid of this SignerAttachment. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this SignerAttachment. + :param recipient_id_guid: The recipient_id_guid of this SignerAttachment. # noqa: E501 :type: str """ @@ -1302,20 +1459,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this SignerAttachment. + """Gets the recipient_id_guid_metadata of this SignerAttachment. # noqa: E501 - :return: The recipient_id_guid_metadata of this SignerAttachment. + + :return: The recipient_id_guid_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this SignerAttachment. + """Sets the recipient_id_guid_metadata of this SignerAttachment. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SignerAttachment. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1323,20 +1480,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this SignerAttachment. + """Gets the recipient_id_metadata of this SignerAttachment. # noqa: E501 + - :return: The recipient_id_metadata of this SignerAttachment. + :return: The recipient_id_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this SignerAttachment. + """Sets the recipient_id_metadata of this SignerAttachment. - :param recipient_id_metadata: The recipient_id_metadata of this SignerAttachment. + + :param recipient_id_metadata: The recipient_id_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1344,22 +1501,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def scale_value(self): - """ - Gets the scale_value of this SignerAttachment. - + """Gets the scale_value of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The scale_value of this SignerAttachment. + :return: The scale_value of this SignerAttachment. # noqa: E501 :rtype: str """ return self._scale_value @scale_value.setter def scale_value(self, scale_value): - """ - Sets the scale_value of this SignerAttachment. - + """Sets the scale_value of this SignerAttachment. + + # noqa: E501 - :param scale_value: The scale_value of this SignerAttachment. + :param scale_value: The scale_value of this SignerAttachment. # noqa: E501 :type: str """ @@ -1367,20 +1524,20 @@ def scale_value(self, scale_value): @property def scale_value_metadata(self): - """ - Gets the scale_value_metadata of this SignerAttachment. + """Gets the scale_value_metadata of this SignerAttachment. # noqa: E501 - :return: The scale_value_metadata of this SignerAttachment. + + :return: The scale_value_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._scale_value_metadata @scale_value_metadata.setter def scale_value_metadata(self, scale_value_metadata): - """ - Sets the scale_value_metadata of this SignerAttachment. + """Sets the scale_value_metadata of this SignerAttachment. + - :param scale_value_metadata: The scale_value_metadata of this SignerAttachment. + :param scale_value_metadata: The scale_value_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1388,20 +1545,20 @@ def scale_value_metadata(self, scale_value_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this SignerAttachment. + """Gets the smart_contract_information of this SignerAttachment. # noqa: E501 + - :return: The smart_contract_information of this SignerAttachment. + :return: The smart_contract_information of this SignerAttachment. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this SignerAttachment. + """Sets the smart_contract_information of this SignerAttachment. - :param smart_contract_information: The smart_contract_information of this SignerAttachment. + + :param smart_contract_information: The smart_contract_information of this SignerAttachment. # noqa: E501 :type: SmartContractInformation """ @@ -1409,22 +1566,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this SignerAttachment. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this SignerAttachment. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this SignerAttachment. + :return: The status of this SignerAttachment. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this SignerAttachment. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this SignerAttachment. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this SignerAttachment. + :param status: The status of this SignerAttachment. # noqa: E501 :type: str """ @@ -1432,20 +1589,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this SignerAttachment. + """Gets the status_metadata of this SignerAttachment. # noqa: E501 - :return: The status_metadata of this SignerAttachment. + + :return: The status_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this SignerAttachment. + """Sets the status_metadata of this SignerAttachment. + - :param status_metadata: The status_metadata of this SignerAttachment. + :param status_metadata: The status_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1453,22 +1610,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this SignerAttachment. - + """Gets the tab_group_labels of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this SignerAttachment. + :return: The tab_group_labels of this SignerAttachment. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this SignerAttachment. - + """Sets the tab_group_labels of this SignerAttachment. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this SignerAttachment. + :param tab_group_labels: The tab_group_labels of this SignerAttachment. # noqa: E501 :type: list[str] """ @@ -1476,20 +1633,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this SignerAttachment. + """Gets the tab_group_labels_metadata of this SignerAttachment. # noqa: E501 + - :return: The tab_group_labels_metadata of this SignerAttachment. + :return: The tab_group_labels_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this SignerAttachment. + """Sets the tab_group_labels_metadata of this SignerAttachment. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this SignerAttachment. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1497,22 +1654,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this SignerAttachment. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this SignerAttachment. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this SignerAttachment. + :return: The tab_id of this SignerAttachment. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this SignerAttachment. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this SignerAttachment. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this SignerAttachment. + :param tab_id: The tab_id of this SignerAttachment. # noqa: E501 :type: str """ @@ -1520,20 +1677,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this SignerAttachment. + """Gets the tab_id_metadata of this SignerAttachment. # noqa: E501 - :return: The tab_id_metadata of this SignerAttachment. + + :return: The tab_id_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this SignerAttachment. + """Sets the tab_id_metadata of this SignerAttachment. + - :param tab_id_metadata: The tab_id_metadata of this SignerAttachment. + :param tab_id_metadata: The tab_id_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1541,22 +1698,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this SignerAttachment. - The label string associated with the tab. + """Gets the tab_label of this SignerAttachment. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this SignerAttachment. + :return: The tab_label of this SignerAttachment. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this SignerAttachment. - The label string associated with the tab. + """Sets the tab_label of this SignerAttachment. - :param tab_label: The tab_label of this SignerAttachment. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this SignerAttachment. # noqa: E501 :type: str """ @@ -1564,20 +1721,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this SignerAttachment. + """Gets the tab_label_metadata of this SignerAttachment. # noqa: E501 + - :return: The tab_label_metadata of this SignerAttachment. + :return: The tab_label_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this SignerAttachment. + """Sets the tab_label_metadata of this SignerAttachment. + - :param tab_label_metadata: The tab_label_metadata of this SignerAttachment. + :param tab_label_metadata: The tab_label_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1585,22 +1742,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this SignerAttachment. - + """Gets the tab_order of this SignerAttachment. # noqa: E501 - :return: The tab_order of this SignerAttachment. + # noqa: E501 + + :return: The tab_order of this SignerAttachment. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this SignerAttachment. - + """Sets the tab_order of this SignerAttachment. - :param tab_order: The tab_order of this SignerAttachment. + # noqa: E501 + + :param tab_order: The tab_order of this SignerAttachment. # noqa: E501 :type: str """ @@ -1608,20 +1765,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this SignerAttachment. + """Gets the tab_order_metadata of this SignerAttachment. # noqa: E501 - :return: The tab_order_metadata of this SignerAttachment. + + :return: The tab_order_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this SignerAttachment. + """Sets the tab_order_metadata of this SignerAttachment. + - :param tab_order_metadata: The tab_order_metadata of this SignerAttachment. + :param tab_order_metadata: The tab_order_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1629,22 +1786,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this SignerAttachment. - + """Gets the tab_type of this SignerAttachment. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this SignerAttachment. + :return: The tab_type of this SignerAttachment. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this SignerAttachment. - + """Sets the tab_type of this SignerAttachment. - :param tab_type: The tab_type of this SignerAttachment. + # noqa: E501 + + :param tab_type: The tab_type of this SignerAttachment. # noqa: E501 :type: str """ @@ -1652,20 +1809,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this SignerAttachment. + """Gets the tab_type_metadata of this SignerAttachment. # noqa: E501 + - :return: The tab_type_metadata of this SignerAttachment. + :return: The tab_type_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this SignerAttachment. + """Sets the tab_type_metadata of this SignerAttachment. + - :param tab_type_metadata: The tab_type_metadata of this SignerAttachment. + :param tab_type_metadata: The tab_type_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1673,22 +1830,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this SignerAttachment. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this SignerAttachment. # noqa: E501 - :return: The template_locked of this SignerAttachment. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this SignerAttachment. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this SignerAttachment. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this SignerAttachment. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this SignerAttachment. + :param template_locked: The template_locked of this SignerAttachment. # noqa: E501 :type: str """ @@ -1696,20 +1853,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this SignerAttachment. + """Gets the template_locked_metadata of this SignerAttachment. # noqa: E501 + - :return: The template_locked_metadata of this SignerAttachment. + :return: The template_locked_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this SignerAttachment. + """Sets the template_locked_metadata of this SignerAttachment. - :param template_locked_metadata: The template_locked_metadata of this SignerAttachment. + + :param template_locked_metadata: The template_locked_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1717,22 +1874,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this SignerAttachment. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this SignerAttachment. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this SignerAttachment. + :return: The template_required of this SignerAttachment. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this SignerAttachment. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this SignerAttachment. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this SignerAttachment. + :param template_required: The template_required of this SignerAttachment. # noqa: E501 :type: str """ @@ -1740,20 +1897,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this SignerAttachment. + """Gets the template_required_metadata of this SignerAttachment. # noqa: E501 + - :return: The template_required_metadata of this SignerAttachment. + :return: The template_required_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this SignerAttachment. + """Sets the template_required_metadata of this SignerAttachment. + - :param template_required_metadata: The template_required_metadata of this SignerAttachment. + :param template_required_metadata: The template_required_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1761,22 +1918,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this SignerAttachment. - + """Gets the tooltip of this SignerAttachment. # noqa: E501 - :return: The tooltip of this SignerAttachment. + # noqa: E501 + + :return: The tooltip of this SignerAttachment. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this SignerAttachment. - + """Sets the tooltip of this SignerAttachment. + + # noqa: E501 - :param tooltip: The tooltip of this SignerAttachment. + :param tooltip: The tooltip of this SignerAttachment. # noqa: E501 :type: str """ @@ -1784,20 +1941,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this SignerAttachment. + """Gets the tool_tip_metadata of this SignerAttachment. # noqa: E501 + - :return: The tool_tip_metadata of this SignerAttachment. + :return: The tool_tip_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this SignerAttachment. + """Sets the tool_tip_metadata of this SignerAttachment. - :param tool_tip_metadata: The tool_tip_metadata of this SignerAttachment. + + :param tool_tip_metadata: The tool_tip_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1805,22 +1962,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this SignerAttachment. - Width of the tab in pixels. + """Gets the width of this SignerAttachment. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this SignerAttachment. + :return: The width of this SignerAttachment. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this SignerAttachment. - Width of the tab in pixels. + """Sets the width of this SignerAttachment. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this SignerAttachment. + :param width: The width of this SignerAttachment. # noqa: E501 :type: str """ @@ -1828,20 +1985,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this SignerAttachment. + """Gets the width_metadata of this SignerAttachment. # noqa: E501 - :return: The width_metadata of this SignerAttachment. + + :return: The width_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this SignerAttachment. + """Sets the width_metadata of this SignerAttachment. + - :param width_metadata: The width_metadata of this SignerAttachment. + :param width_metadata: The width_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1849,22 +2006,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this SignerAttachment. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this SignerAttachment. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this SignerAttachment. + :return: The x_position of this SignerAttachment. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this SignerAttachment. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this SignerAttachment. - :param x_position: The x_position of this SignerAttachment. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this SignerAttachment. # noqa: E501 :type: str """ @@ -1872,20 +2029,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this SignerAttachment. + """Gets the x_position_metadata of this SignerAttachment. # noqa: E501 + - :return: The x_position_metadata of this SignerAttachment. + :return: The x_position_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this SignerAttachment. + """Sets the x_position_metadata of this SignerAttachment. + - :param x_position_metadata: The x_position_metadata of this SignerAttachment. + :param x_position_metadata: The x_position_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ @@ -1893,22 +2050,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this SignerAttachment. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this SignerAttachment. # noqa: E501 - :return: The y_position of this SignerAttachment. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this SignerAttachment. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this SignerAttachment. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this SignerAttachment. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this SignerAttachment. + :param y_position: The y_position of this SignerAttachment. # noqa: E501 :type: str """ @@ -1916,32 +2073,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this SignerAttachment. + """Gets the y_position_metadata of this SignerAttachment. # noqa: E501 + - :return: The y_position_metadata of this SignerAttachment. + :return: The y_position_metadata of this SignerAttachment. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this SignerAttachment. + """Sets the y_position_metadata of this SignerAttachment. - :param y_position_metadata: The y_position_metadata of this SignerAttachment. + + :param y_position_metadata: The y_position_metadata of this SignerAttachment. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1958,29 +2113,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SignerAttachment, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SignerAttachment): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signer_email_notifications.py b/docusign_esign/models/signer_email_notifications.py index e6bed660..ae9a5877 100644 --- a/docusign_esign/models/signer_email_notifications.py +++ b/docusign_esign/models/signer_email_notifications.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,98 +11,135 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SignerEmailNotifications(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, agent_notification=None, carbon_copy_notification=None, certified_delivery_notification=None, comments_only_private_and_mention=None, comments_receive_all=None, document_markup_activation=None, envelope_activation=None, envelope_complete=None, envelope_corrected=None, envelope_declined=None, envelope_voided=None, fax_received=None, offline_signing_failed=None, purge_documents=None, reassigned_signer=None, when_signing_group_member=None): - """ - SignerEmailNotifications - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'agent_notification': 'str', - 'carbon_copy_notification': 'str', - 'certified_delivery_notification': 'str', - 'comments_only_private_and_mention': 'str', - 'comments_receive_all': 'str', - 'document_markup_activation': 'str', - 'envelope_activation': 'str', - 'envelope_complete': 'str', - 'envelope_corrected': 'str', - 'envelope_declined': 'str', - 'envelope_voided': 'str', - 'fax_received': 'str', - 'offline_signing_failed': 'str', - 'purge_documents': 'str', - 'reassigned_signer': 'str', - 'when_signing_group_member': 'str' - } - - self.attribute_map = { - 'agent_notification': 'agentNotification', - 'carbon_copy_notification': 'carbonCopyNotification', - 'certified_delivery_notification': 'certifiedDeliveryNotification', - 'comments_only_private_and_mention': 'commentsOnlyPrivateAndMention', - 'comments_receive_all': 'commentsReceiveAll', - 'document_markup_activation': 'documentMarkupActivation', - 'envelope_activation': 'envelopeActivation', - 'envelope_complete': 'envelopeComplete', - 'envelope_corrected': 'envelopeCorrected', - 'envelope_declined': 'envelopeDeclined', - 'envelope_voided': 'envelopeVoided', - 'fax_received': 'faxReceived', - 'offline_signing_failed': 'offlineSigningFailed', - 'purge_documents': 'purgeDocuments', - 'reassigned_signer': 'reassignedSigner', - 'when_signing_group_member': 'whenSigningGroupMember' - } - self._agent_notification = agent_notification - self._carbon_copy_notification = carbon_copy_notification - self._certified_delivery_notification = certified_delivery_notification - self._comments_only_private_and_mention = comments_only_private_and_mention - self._comments_receive_all = comments_receive_all - self._document_markup_activation = document_markup_activation - self._envelope_activation = envelope_activation - self._envelope_complete = envelope_complete - self._envelope_corrected = envelope_corrected - self._envelope_declined = envelope_declined - self._envelope_voided = envelope_voided - self._fax_received = fax_received - self._offline_signing_failed = offline_signing_failed - self._purge_documents = purge_documents - self._reassigned_signer = reassigned_signer - self._when_signing_group_member = when_signing_group_member + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'agent_notification': 'str', + 'carbon_copy_notification': 'str', + 'certified_delivery_notification': 'str', + 'comments_only_private_and_mention': 'str', + 'comments_receive_all': 'str', + 'document_markup_activation': 'str', + 'envelope_activation': 'str', + 'envelope_complete': 'str', + 'envelope_corrected': 'str', + 'envelope_declined': 'str', + 'envelope_voided': 'str', + 'fax_received': 'str', + 'offline_signing_failed': 'str', + 'purge_documents': 'str', + 'reassigned_signer': 'str', + 'when_signing_group_member': 'str' + } + + attribute_map = { + 'agent_notification': 'agentNotification', + 'carbon_copy_notification': 'carbonCopyNotification', + 'certified_delivery_notification': 'certifiedDeliveryNotification', + 'comments_only_private_and_mention': 'commentsOnlyPrivateAndMention', + 'comments_receive_all': 'commentsReceiveAll', + 'document_markup_activation': 'documentMarkupActivation', + 'envelope_activation': 'envelopeActivation', + 'envelope_complete': 'envelopeComplete', + 'envelope_corrected': 'envelopeCorrected', + 'envelope_declined': 'envelopeDeclined', + 'envelope_voided': 'envelopeVoided', + 'fax_received': 'faxReceived', + 'offline_signing_failed': 'offlineSigningFailed', + 'purge_documents': 'purgeDocuments', + 'reassigned_signer': 'reassignedSigner', + 'when_signing_group_member': 'whenSigningGroupMember' + } + + def __init__(self, agent_notification=None, carbon_copy_notification=None, certified_delivery_notification=None, comments_only_private_and_mention=None, comments_receive_all=None, document_markup_activation=None, envelope_activation=None, envelope_complete=None, envelope_corrected=None, envelope_declined=None, envelope_voided=None, fax_received=None, offline_signing_failed=None, purge_documents=None, reassigned_signer=None, when_signing_group_member=None): # noqa: E501 + """SignerEmailNotifications - a model defined in Swagger""" # noqa: E501 + + self._agent_notification = None + self._carbon_copy_notification = None + self._certified_delivery_notification = None + self._comments_only_private_and_mention = None + self._comments_receive_all = None + self._document_markup_activation = None + self._envelope_activation = None + self._envelope_complete = None + self._envelope_corrected = None + self._envelope_declined = None + self._envelope_voided = None + self._fax_received = None + self._offline_signing_failed = None + self._purge_documents = None + self._reassigned_signer = None + self._when_signing_group_member = None + self.discriminator = None + + if agent_notification is not None: + self.agent_notification = agent_notification + if carbon_copy_notification is not None: + self.carbon_copy_notification = carbon_copy_notification + if certified_delivery_notification is not None: + self.certified_delivery_notification = certified_delivery_notification + if comments_only_private_and_mention is not None: + self.comments_only_private_and_mention = comments_only_private_and_mention + if comments_receive_all is not None: + self.comments_receive_all = comments_receive_all + if document_markup_activation is not None: + self.document_markup_activation = document_markup_activation + if envelope_activation is not None: + self.envelope_activation = envelope_activation + if envelope_complete is not None: + self.envelope_complete = envelope_complete + if envelope_corrected is not None: + self.envelope_corrected = envelope_corrected + if envelope_declined is not None: + self.envelope_declined = envelope_declined + if envelope_voided is not None: + self.envelope_voided = envelope_voided + if fax_received is not None: + self.fax_received = fax_received + if offline_signing_failed is not None: + self.offline_signing_failed = offline_signing_failed + if purge_documents is not None: + self.purge_documents = purge_documents + if reassigned_signer is not None: + self.reassigned_signer = reassigned_signer + if when_signing_group_member is not None: + self.when_signing_group_member = when_signing_group_member @property def agent_notification(self): - """ - Gets the agent_notification of this SignerEmailNotifications. - When set to **true**, the user receives agent notification emails. + """Gets the agent_notification of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives agent notification emails. # noqa: E501 - :return: The agent_notification of this SignerEmailNotifications. + :return: The agent_notification of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._agent_notification @agent_notification.setter def agent_notification(self, agent_notification): - """ - Sets the agent_notification of this SignerEmailNotifications. - When set to **true**, the user receives agent notification emails. + """Sets the agent_notification of this SignerEmailNotifications. - :param agent_notification: The agent_notification of this SignerEmailNotifications. + When set to **true**, the user receives agent notification emails. # noqa: E501 + + :param agent_notification: The agent_notification of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -110,22 +147,22 @@ def agent_notification(self, agent_notification): @property def carbon_copy_notification(self): - """ - Gets the carbon_copy_notification of this SignerEmailNotifications. - When set to **true**, the user receives notifications of carbon copy deliveries. + """Gets the carbon_copy_notification of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notifications of carbon copy deliveries. # noqa: E501 - :return: The carbon_copy_notification of this SignerEmailNotifications. + :return: The carbon_copy_notification of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._carbon_copy_notification @carbon_copy_notification.setter def carbon_copy_notification(self, carbon_copy_notification): - """ - Sets the carbon_copy_notification of this SignerEmailNotifications. - When set to **true**, the user receives notifications of carbon copy deliveries. + """Sets the carbon_copy_notification of this SignerEmailNotifications. + + When set to **true**, the user receives notifications of carbon copy deliveries. # noqa: E501 - :param carbon_copy_notification: The carbon_copy_notification of this SignerEmailNotifications. + :param carbon_copy_notification: The carbon_copy_notification of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -133,22 +170,22 @@ def carbon_copy_notification(self, carbon_copy_notification): @property def certified_delivery_notification(self): - """ - Gets the certified_delivery_notification of this SignerEmailNotifications. - When set to **true**, the user receives notifications of certified deliveries. + """Gets the certified_delivery_notification of this SignerEmailNotifications. # noqa: E501 - :return: The certified_delivery_notification of this SignerEmailNotifications. + When set to **true**, the user receives notifications of certified deliveries. # noqa: E501 + + :return: The certified_delivery_notification of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._certified_delivery_notification @certified_delivery_notification.setter def certified_delivery_notification(self, certified_delivery_notification): - """ - Sets the certified_delivery_notification of this SignerEmailNotifications. - When set to **true**, the user receives notifications of certified deliveries. + """Sets the certified_delivery_notification of this SignerEmailNotifications. + + When set to **true**, the user receives notifications of certified deliveries. # noqa: E501 - :param certified_delivery_notification: The certified_delivery_notification of this SignerEmailNotifications. + :param certified_delivery_notification: The certified_delivery_notification of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -156,22 +193,22 @@ def certified_delivery_notification(self, certified_delivery_notification): @property def comments_only_private_and_mention(self): - """ - Gets the comments_only_private_and_mention of this SignerEmailNotifications. - + """Gets the comments_only_private_and_mention of this SignerEmailNotifications. # noqa: E501 + + # noqa: E501 - :return: The comments_only_private_and_mention of this SignerEmailNotifications. + :return: The comments_only_private_and_mention of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._comments_only_private_and_mention @comments_only_private_and_mention.setter def comments_only_private_and_mention(self, comments_only_private_and_mention): - """ - Sets the comments_only_private_and_mention of this SignerEmailNotifications. - + """Sets the comments_only_private_and_mention of this SignerEmailNotifications. - :param comments_only_private_and_mention: The comments_only_private_and_mention of this SignerEmailNotifications. + # noqa: E501 + + :param comments_only_private_and_mention: The comments_only_private_and_mention of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -179,22 +216,22 @@ def comments_only_private_and_mention(self, comments_only_private_and_mention): @property def comments_receive_all(self): - """ - Gets the comments_receive_all of this SignerEmailNotifications. - + """Gets the comments_receive_all of this SignerEmailNotifications. # noqa: E501 + + # noqa: E501 - :return: The comments_receive_all of this SignerEmailNotifications. + :return: The comments_receive_all of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._comments_receive_all @comments_receive_all.setter def comments_receive_all(self, comments_receive_all): - """ - Sets the comments_receive_all of this SignerEmailNotifications. - + """Sets the comments_receive_all of this SignerEmailNotifications. + + # noqa: E501 - :param comments_receive_all: The comments_receive_all of this SignerEmailNotifications. + :param comments_receive_all: The comments_receive_all of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -202,22 +239,22 @@ def comments_receive_all(self, comments_receive_all): @property def document_markup_activation(self): - """ - Gets the document_markup_activation of this SignerEmailNotifications. - When set to **true**, the user receives notification that document markup has been activated. + """Gets the document_markup_activation of this SignerEmailNotifications. # noqa: E501 - :return: The document_markup_activation of this SignerEmailNotifications. + When set to **true**, the user receives notification that document markup has been activated. # noqa: E501 + + :return: The document_markup_activation of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._document_markup_activation @document_markup_activation.setter def document_markup_activation(self, document_markup_activation): - """ - Sets the document_markup_activation of this SignerEmailNotifications. - When set to **true**, the user receives notification that document markup has been activated. + """Sets the document_markup_activation of this SignerEmailNotifications. + + When set to **true**, the user receives notification that document markup has been activated. # noqa: E501 - :param document_markup_activation: The document_markup_activation of this SignerEmailNotifications. + :param document_markup_activation: The document_markup_activation of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -225,22 +262,22 @@ def document_markup_activation(self, document_markup_activation): @property def envelope_activation(self): - """ - Gets the envelope_activation of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been activated. + """Gets the envelope_activation of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification that the envelope has been activated. # noqa: E501 - :return: The envelope_activation of this SignerEmailNotifications. + :return: The envelope_activation of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_activation @envelope_activation.setter def envelope_activation(self, envelope_activation): - """ - Sets the envelope_activation of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been activated. + """Sets the envelope_activation of this SignerEmailNotifications. - :param envelope_activation: The envelope_activation of this SignerEmailNotifications. + When set to **true**, the user receives notification that the envelope has been activated. # noqa: E501 + + :param envelope_activation: The envelope_activation of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -248,22 +285,22 @@ def envelope_activation(self, envelope_activation): @property def envelope_complete(self): - """ - Gets the envelope_complete of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been completed. + """Gets the envelope_complete of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification that the envelope has been completed. # noqa: E501 - :return: The envelope_complete of this SignerEmailNotifications. + :return: The envelope_complete of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_complete @envelope_complete.setter def envelope_complete(self, envelope_complete): - """ - Sets the envelope_complete of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been completed. + """Sets the envelope_complete of this SignerEmailNotifications. + + When set to **true**, the user receives notification that the envelope has been completed. # noqa: E501 - :param envelope_complete: The envelope_complete of this SignerEmailNotifications. + :param envelope_complete: The envelope_complete of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -271,22 +308,22 @@ def envelope_complete(self, envelope_complete): @property def envelope_corrected(self): - """ - Gets the envelope_corrected of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been corrected. + """Gets the envelope_corrected of this SignerEmailNotifications. # noqa: E501 - :return: The envelope_corrected of this SignerEmailNotifications. + When set to **true**, the user receives notification that the envelope has been corrected. # noqa: E501 + + :return: The envelope_corrected of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_corrected @envelope_corrected.setter def envelope_corrected(self, envelope_corrected): - """ - Sets the envelope_corrected of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been corrected. + """Sets the envelope_corrected of this SignerEmailNotifications. + + When set to **true**, the user receives notification that the envelope has been corrected. # noqa: E501 - :param envelope_corrected: The envelope_corrected of this SignerEmailNotifications. + :param envelope_corrected: The envelope_corrected of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -294,22 +331,22 @@ def envelope_corrected(self, envelope_corrected): @property def envelope_declined(self): - """ - Gets the envelope_declined of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been declined. + """Gets the envelope_declined of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification that the envelope has been declined. # noqa: E501 - :return: The envelope_declined of this SignerEmailNotifications. + :return: The envelope_declined of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_declined @envelope_declined.setter def envelope_declined(self, envelope_declined): - """ - Sets the envelope_declined of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been declined. + """Sets the envelope_declined of this SignerEmailNotifications. - :param envelope_declined: The envelope_declined of this SignerEmailNotifications. + When set to **true**, the user receives notification that the envelope has been declined. # noqa: E501 + + :param envelope_declined: The envelope_declined of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -317,22 +354,22 @@ def envelope_declined(self, envelope_declined): @property def envelope_voided(self): - """ - Gets the envelope_voided of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been voided. + """Gets the envelope_voided of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification that the envelope has been voided. # noqa: E501 - :return: The envelope_voided of this SignerEmailNotifications. + :return: The envelope_voided of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._envelope_voided @envelope_voided.setter def envelope_voided(self, envelope_voided): - """ - Sets the envelope_voided of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been voided. + """Sets the envelope_voided of this SignerEmailNotifications. + + When set to **true**, the user receives notification that the envelope has been voided. # noqa: E501 - :param envelope_voided: The envelope_voided of this SignerEmailNotifications. + :param envelope_voided: The envelope_voided of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -340,22 +377,22 @@ def envelope_voided(self, envelope_voided): @property def fax_received(self): - """ - Gets the fax_received of this SignerEmailNotifications. - Reserved: + """Gets the fax_received of this SignerEmailNotifications. # noqa: E501 - :return: The fax_received of this SignerEmailNotifications. + Reserved: # noqa: E501 + + :return: The fax_received of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._fax_received @fax_received.setter def fax_received(self, fax_received): - """ - Sets the fax_received of this SignerEmailNotifications. - Reserved: + """Sets the fax_received of this SignerEmailNotifications. + + Reserved: # noqa: E501 - :param fax_received: The fax_received of this SignerEmailNotifications. + :param fax_received: The fax_received of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -363,22 +400,22 @@ def fax_received(self, fax_received): @property def offline_signing_failed(self): - """ - Gets the offline_signing_failed of this SignerEmailNotifications. - When set to **true**, the user receives notification if the offline signing failed. + """Gets the offline_signing_failed of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification if the offline signing failed. # noqa: E501 - :return: The offline_signing_failed of this SignerEmailNotifications. + :return: The offline_signing_failed of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._offline_signing_failed @offline_signing_failed.setter def offline_signing_failed(self, offline_signing_failed): - """ - Sets the offline_signing_failed of this SignerEmailNotifications. - When set to **true**, the user receives notification if the offline signing failed. + """Sets the offline_signing_failed of this SignerEmailNotifications. - :param offline_signing_failed: The offline_signing_failed of this SignerEmailNotifications. + When set to **true**, the user receives notification if the offline signing failed. # noqa: E501 + + :param offline_signing_failed: The offline_signing_failed of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -386,22 +423,22 @@ def offline_signing_failed(self, offline_signing_failed): @property def purge_documents(self): - """ - Gets the purge_documents of this SignerEmailNotifications. - When set to **true**, the user receives notification of document purges. + """Gets the purge_documents of this SignerEmailNotifications. # noqa: E501 + + When set to **true**, the user receives notification of document purges. # noqa: E501 - :return: The purge_documents of this SignerEmailNotifications. + :return: The purge_documents of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._purge_documents @purge_documents.setter def purge_documents(self, purge_documents): - """ - Sets the purge_documents of this SignerEmailNotifications. - When set to **true**, the user receives notification of document purges. + """Sets the purge_documents of this SignerEmailNotifications. + + When set to **true**, the user receives notification of document purges. # noqa: E501 - :param purge_documents: The purge_documents of this SignerEmailNotifications. + :param purge_documents: The purge_documents of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -409,22 +446,22 @@ def purge_documents(self, purge_documents): @property def reassigned_signer(self): - """ - Gets the reassigned_signer of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been reassigned. + """Gets the reassigned_signer of this SignerEmailNotifications. # noqa: E501 - :return: The reassigned_signer of this SignerEmailNotifications. + When set to **true**, the user receives notification that the envelope has been reassigned. # noqa: E501 + + :return: The reassigned_signer of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._reassigned_signer @reassigned_signer.setter def reassigned_signer(self, reassigned_signer): - """ - Sets the reassigned_signer of this SignerEmailNotifications. - When set to **true**, the user receives notification that the envelope has been reassigned. + """Sets the reassigned_signer of this SignerEmailNotifications. + + When set to **true**, the user receives notification that the envelope has been reassigned. # noqa: E501 - :param reassigned_signer: The reassigned_signer of this SignerEmailNotifications. + :param reassigned_signer: The reassigned_signer of this SignerEmailNotifications. # noqa: E501 :type: str """ @@ -432,34 +469,32 @@ def reassigned_signer(self, reassigned_signer): @property def when_signing_group_member(self): - """ - Gets the when_signing_group_member of this SignerEmailNotifications. - + """Gets the when_signing_group_member of this SignerEmailNotifications. # noqa: E501 + + # noqa: E501 - :return: The when_signing_group_member of this SignerEmailNotifications. + :return: The when_signing_group_member of this SignerEmailNotifications. # noqa: E501 :rtype: str """ return self._when_signing_group_member @when_signing_group_member.setter def when_signing_group_member(self, when_signing_group_member): - """ - Sets the when_signing_group_member of this SignerEmailNotifications. - + """Sets the when_signing_group_member of this SignerEmailNotifications. - :param when_signing_group_member: The when_signing_group_member of this SignerEmailNotifications. + # noqa: E501 + + :param when_signing_group_member: The when_signing_group_member of this SignerEmailNotifications. # noqa: E501 :type: str """ self._when_signing_group_member = when_signing_group_member def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -476,29 +511,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SignerEmailNotifications, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SignerEmailNotifications): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signing_group.py b/docusign_esign/models/signing_group.py index 7ba0200b..653e2187 100644 --- a/docusign_esign/models/signing_group.py +++ b/docusign_esign/models/signing_group.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SigningGroup(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, created=None, created_by=None, error_details=None, group_email=None, group_name=None, group_type=None, modified=None, modified_by=None, signing_group_id=None, users=None): - """ - SigningGroup - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'created': 'str', - 'created_by': 'str', - 'error_details': 'ErrorDetails', - 'group_email': 'str', - 'group_name': 'str', - 'group_type': 'str', - 'modified': 'str', - 'modified_by': 'str', - 'signing_group_id': 'str', - 'users': 'list[SigningGroupUser]' - } - - self.attribute_map = { - 'created': 'created', - 'created_by': 'createdBy', - 'error_details': 'errorDetails', - 'group_email': 'groupEmail', - 'group_name': 'groupName', - 'group_type': 'groupType', - 'modified': 'modified', - 'modified_by': 'modifiedBy', - 'signing_group_id': 'signingGroupId', - 'users': 'users' - } - - self._created = created - self._created_by = created_by - self._error_details = error_details - self._group_email = group_email - self._group_name = group_name - self._group_type = group_type - self._modified = modified - self._modified_by = modified_by - self._signing_group_id = signing_group_id - self._users = users + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'created': 'str', + 'created_by': 'str', + 'error_details': 'ErrorDetails', + 'group_email': 'str', + 'group_name': 'str', + 'group_type': 'str', + 'modified': 'str', + 'modified_by': 'str', + 'signing_group_id': 'str', + 'users': 'list[SigningGroupUser]' + } + + attribute_map = { + 'created': 'created', + 'created_by': 'createdBy', + 'error_details': 'errorDetails', + 'group_email': 'groupEmail', + 'group_name': 'groupName', + 'group_type': 'groupType', + 'modified': 'modified', + 'modified_by': 'modifiedBy', + 'signing_group_id': 'signingGroupId', + 'users': 'users' + } + + def __init__(self, created=None, created_by=None, error_details=None, group_email=None, group_name=None, group_type=None, modified=None, modified_by=None, signing_group_id=None, users=None): # noqa: E501 + """SigningGroup - a model defined in Swagger""" # noqa: E501 + + self._created = None + self._created_by = None + self._error_details = None + self._group_email = None + self._group_name = None + self._group_type = None + self._modified = None + self._modified_by = None + self._signing_group_id = None + self._users = None + self.discriminator = None + + if created is not None: + self.created = created + if created_by is not None: + self.created_by = created_by + if error_details is not None: + self.error_details = error_details + if group_email is not None: + self.group_email = group_email + if group_name is not None: + self.group_name = group_name + if group_type is not None: + self.group_type = group_type + if modified is not None: + self.modified = modified + if modified_by is not None: + self.modified_by = modified_by + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if users is not None: + self.users = users @property def created(self): - """ - Gets the created of this SigningGroup. - + """Gets the created of this SigningGroup. # noqa: E501 + + # noqa: E501 - :return: The created of this SigningGroup. + :return: The created of this SigningGroup. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this SigningGroup. - + """Sets the created of this SigningGroup. - :param created: The created of this SigningGroup. + # noqa: E501 + + :param created: The created of this SigningGroup. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def created(self, created): @property def created_by(self): - """ - Gets the created_by of this SigningGroup. - + """Gets the created_by of this SigningGroup. # noqa: E501 - :return: The created_by of this SigningGroup. + # noqa: E501 + + :return: The created_by of this SigningGroup. # noqa: E501 :rtype: str """ return self._created_by @created_by.setter def created_by(self, created_by): - """ - Sets the created_by of this SigningGroup. - + """Sets the created_by of this SigningGroup. - :param created_by: The created_by of this SigningGroup. + # noqa: E501 + + :param created_by: The created_by of this SigningGroup. # noqa: E501 :type: str """ @@ -115,20 +140,20 @@ def created_by(self, created_by): @property def error_details(self): - """ - Gets the error_details of this SigningGroup. + """Gets the error_details of this SigningGroup. # noqa: E501 - :return: The error_details of this SigningGroup. + + :return: The error_details of this SigningGroup. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SigningGroup. + """Sets the error_details of this SigningGroup. - :param error_details: The error_details of this SigningGroup. + + :param error_details: The error_details of this SigningGroup. # noqa: E501 :type: ErrorDetails """ @@ -136,22 +161,22 @@ def error_details(self, error_details): @property def group_email(self): - """ - Gets the group_email of this SigningGroup. - + """Gets the group_email of this SigningGroup. # noqa: E501 - :return: The group_email of this SigningGroup. + # noqa: E501 + + :return: The group_email of this SigningGroup. # noqa: E501 :rtype: str """ return self._group_email @group_email.setter def group_email(self, group_email): - """ - Sets the group_email of this SigningGroup. - + """Sets the group_email of this SigningGroup. - :param group_email: The group_email of this SigningGroup. + # noqa: E501 + + :param group_email: The group_email of this SigningGroup. # noqa: E501 :type: str """ @@ -159,22 +184,22 @@ def group_email(self, group_email): @property def group_name(self): - """ - Gets the group_name of this SigningGroup. - The name of the group. + """Gets the group_name of this SigningGroup. # noqa: E501 - :return: The group_name of this SigningGroup. + The name of the group. # noqa: E501 + + :return: The group_name of this SigningGroup. # noqa: E501 :rtype: str """ return self._group_name @group_name.setter def group_name(self, group_name): - """ - Sets the group_name of this SigningGroup. - The name of the group. + """Sets the group_name of this SigningGroup. + + The name of the group. # noqa: E501 - :param group_name: The group_name of this SigningGroup. + :param group_name: The group_name of this SigningGroup. # noqa: E501 :type: str """ @@ -182,22 +207,22 @@ def group_name(self, group_name): @property def group_type(self): - """ - Gets the group_type of this SigningGroup. - + """Gets the group_type of this SigningGroup. # noqa: E501 + + # noqa: E501 - :return: The group_type of this SigningGroup. + :return: The group_type of this SigningGroup. # noqa: E501 :rtype: str """ return self._group_type @group_type.setter def group_type(self, group_type): - """ - Sets the group_type of this SigningGroup. - + """Sets the group_type of this SigningGroup. + + # noqa: E501 - :param group_type: The group_type of this SigningGroup. + :param group_type: The group_type of this SigningGroup. # noqa: E501 :type: str """ @@ -205,22 +230,22 @@ def group_type(self, group_type): @property def modified(self): - """ - Gets the modified of this SigningGroup. - + """Gets the modified of this SigningGroup. # noqa: E501 + + # noqa: E501 - :return: The modified of this SigningGroup. + :return: The modified of this SigningGroup. # noqa: E501 :rtype: str """ return self._modified @modified.setter def modified(self, modified): - """ - Sets the modified of this SigningGroup. - + """Sets the modified of this SigningGroup. + + # noqa: E501 - :param modified: The modified of this SigningGroup. + :param modified: The modified of this SigningGroup. # noqa: E501 :type: str """ @@ -228,22 +253,22 @@ def modified(self, modified): @property def modified_by(self): - """ - Gets the modified_by of this SigningGroup. - + """Gets the modified_by of this SigningGroup. # noqa: E501 + + # noqa: E501 - :return: The modified_by of this SigningGroup. + :return: The modified_by of this SigningGroup. # noqa: E501 :rtype: str """ return self._modified_by @modified_by.setter def modified_by(self, modified_by): - """ - Sets the modified_by of this SigningGroup. - + """Sets the modified_by of this SigningGroup. + + # noqa: E501 - :param modified_by: The modified_by of this SigningGroup. + :param modified_by: The modified_by of this SigningGroup. # noqa: E501 :type: str """ @@ -251,22 +276,22 @@ def modified_by(self, modified_by): @property def signing_group_id(self): - """ - Gets the signing_group_id of this SigningGroup. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this SigningGroup. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :return: The signing_group_id of this SigningGroup. + :return: The signing_group_id of this SigningGroup. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this SigningGroup. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this SigningGroup. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this SigningGroup. + :param signing_group_id: The signing_group_id of this SigningGroup. # noqa: E501 :type: str """ @@ -274,34 +299,32 @@ def signing_group_id(self, signing_group_id): @property def users(self): - """ - Gets the users of this SigningGroup. - + """Gets the users of this SigningGroup. # noqa: E501 - :return: The users of this SigningGroup. + # noqa: E501 + + :return: The users of this SigningGroup. # noqa: E501 :rtype: list[SigningGroupUser] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this SigningGroup. - + """Sets the users of this SigningGroup. - :param users: The users of this SigningGroup. + # noqa: E501 + + :param users: The users of this SigningGroup. # noqa: E501 :type: list[SigningGroupUser] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -318,29 +341,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SigningGroup, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SigningGroup): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signing_group_information.py b/docusign_esign/models/signing_group_information.py index 1546f195..27043f1c 100644 --- a/docusign_esign/models/signing_group_information.py +++ b/docusign_esign/models/signing_group_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SigningGroupInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, groups=None): - """ - SigningGroupInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'groups': 'list[SigningGroup]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'groups': 'list[SigningGroup]' + } - self.attribute_map = { - 'groups': 'groups' - } + attribute_map = { + 'groups': 'groups' + } - self._groups = groups + def __init__(self, groups=None): # noqa: E501 + """SigningGroupInformation - a model defined in Swagger""" # noqa: E501 + + self._groups = None + self.discriminator = None + + if groups is not None: + self.groups = groups @property def groups(self): - """ - Gets the groups of this SigningGroupInformation. - A collection group objects containing information about the groups returned. + """Gets the groups of this SigningGroupInformation. # noqa: E501 + + A collection group objects containing information about the groups returned. # noqa: E501 - :return: The groups of this SigningGroupInformation. + :return: The groups of this SigningGroupInformation. # noqa: E501 :rtype: list[SigningGroup] """ return self._groups @groups.setter def groups(self, groups): - """ - Sets the groups of this SigningGroupInformation. - A collection group objects containing information about the groups returned. + """Sets the groups of this SigningGroupInformation. - :param groups: The groups of this SigningGroupInformation. + A collection group objects containing information about the groups returned. # noqa: E501 + + :param groups: The groups of this SigningGroupInformation. # noqa: E501 :type: list[SigningGroup] """ self._groups = groups def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SigningGroupInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SigningGroupInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signing_group_user.py b/docusign_esign/models/signing_group_user.py index 9f501b03..9c1b55e6 100644 --- a/docusign_esign/models/signing_group_user.py +++ b/docusign_esign/models/signing_group_user.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SigningGroupUser(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, error_details=None, user_name=None): - """ - SigningGroupUser - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'error_details': 'ErrorDetails', - 'user_name': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'error_details': 'errorDetails', - 'user_name': 'userName' - } - - self._email = email - self._error_details = error_details - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'error_details': 'ErrorDetails', + 'user_name': 'str' + } + + attribute_map = { + 'email': 'email', + 'error_details': 'errorDetails', + 'user_name': 'userName' + } + + def __init__(self, email=None, error_details=None, user_name=None): # noqa: E501 + """SigningGroupUser - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._error_details = None + self._user_name = None + self.discriminator = None + + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if user_name is not None: + self.user_name = user_name @property def email(self): - """ - Gets the email of this SigningGroupUser. - + """Gets the email of this SigningGroupUser. # noqa: E501 + + # noqa: E501 - :return: The email of this SigningGroupUser. + :return: The email of this SigningGroupUser. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this SigningGroupUser. - + """Sets the email of this SigningGroupUser. + + # noqa: E501 - :param email: The email of this SigningGroupUser. + :param email: The email of this SigningGroupUser. # noqa: E501 :type: str """ @@ -71,20 +82,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this SigningGroupUser. + """Gets the error_details of this SigningGroupUser. # noqa: E501 + - :return: The error_details of this SigningGroupUser. + :return: The error_details of this SigningGroupUser. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SigningGroupUser. + """Sets the error_details of this SigningGroupUser. + - :param error_details: The error_details of this SigningGroupUser. + :param error_details: The error_details of this SigningGroupUser. # noqa: E501 :type: ErrorDetails """ @@ -92,34 +103,32 @@ def error_details(self, error_details): @property def user_name(self): - """ - Gets the user_name of this SigningGroupUser. - The name of the group member. Maximum Length: 100 characters. + """Gets the user_name of this SigningGroupUser. # noqa: E501 - :return: The user_name of this SigningGroupUser. + The name of the group member. Maximum Length: 100 characters. # noqa: E501 + + :return: The user_name of this SigningGroupUser. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this SigningGroupUser. - The name of the group member. Maximum Length: 100 characters. + """Sets the user_name of this SigningGroupUser. - :param user_name: The user_name of this SigningGroupUser. + The name of the group member. Maximum Length: 100 characters. # noqa: E501 + + :param user_name: The user_name of this SigningGroupUser. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -136,29 +145,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SigningGroupUser, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SigningGroupUser): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/signing_group_users.py b/docusign_esign/models/signing_group_users.py index a0cc2b9e..94df2f71 100644 --- a/docusign_esign/models/signing_group_users.py +++ b/docusign_esign/models/signing_group_users.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SigningGroupUsers(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, users=None): - """ - SigningGroupUsers - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'users': 'list[SigningGroupUser]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'users': 'list[SigningGroupUser]' + } - self.attribute_map = { - 'users': 'users' - } + attribute_map = { + 'users': 'users' + } - self._users = users + def __init__(self, users=None): # noqa: E501 + """SigningGroupUsers - a model defined in Swagger""" # noqa: E501 + + self._users = None + self.discriminator = None + + if users is not None: + self.users = users @property def users(self): - """ - Gets the users of this SigningGroupUsers. - + """Gets the users of this SigningGroupUsers. # noqa: E501 + + # noqa: E501 - :return: The users of this SigningGroupUsers. + :return: The users of this SigningGroupUsers. # noqa: E501 :rtype: list[SigningGroupUser] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this SigningGroupUsers. - + """Sets the users of this SigningGroupUsers. - :param users: The users of this SigningGroupUsers. + # noqa: E501 + + :param users: The users of this SigningGroupUsers. # noqa: E501 :type: list[SigningGroupUser] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SigningGroupUsers, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SigningGroupUsers): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/smart_contract_information.py b/docusign_esign/models/smart_contract_information.py index 0a753350..de914e5c 100644 --- a/docusign_esign/models/smart_contract_information.py +++ b/docusign_esign/models/smart_contract_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SmartContractInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, code=None, uri=None): - """ - SmartContractInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'code': 'str', - 'uri': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'code': 'str', + 'uri': 'str' + } - self.attribute_map = { - 'code': 'code', - 'uri': 'uri' - } + attribute_map = { + 'code': 'code', + 'uri': 'uri' + } - self._code = code - self._uri = uri + def __init__(self, code=None, uri=None): # noqa: E501 + """SmartContractInformation - a model defined in Swagger""" # noqa: E501 + + self._code = None + self._uri = None + self.discriminator = None + + if code is not None: + self.code = code + if uri is not None: + self.uri = uri @property def code(self): - """ - Gets the code of this SmartContractInformation. - + """Gets the code of this SmartContractInformation. # noqa: E501 - :return: The code of this SmartContractInformation. + # noqa: E501 + + :return: The code of this SmartContractInformation. # noqa: E501 :rtype: str """ return self._code @code.setter def code(self, code): - """ - Sets the code of this SmartContractInformation. - + """Sets the code of this SmartContractInformation. + + # noqa: E501 - :param code: The code of this SmartContractInformation. + :param code: The code of this SmartContractInformation. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def code(self, code): @property def uri(self): - """ - Gets the uri of this SmartContractInformation. - + """Gets the uri of this SmartContractInformation. # noqa: E501 + + # noqa: E501 - :return: The uri of this SmartContractInformation. + :return: The uri of this SmartContractInformation. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this SmartContractInformation. - + """Sets the uri of this SmartContractInformation. + + # noqa: E501 - :param uri: The uri of this SmartContractInformation. + :param uri: The uri of this SmartContractInformation. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SmartContractInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SmartContractInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/smart_section.py b/docusign_esign/models/smart_section.py index 628d376f..c651706b 100644 --- a/docusign_esign/models/smart_section.py +++ b/docusign_esign/models/smart_section.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,299 +11,470 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SmartSection(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, case_sensitive=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, display_settings=None, document_id=None, document_id_metadata=None, end_anchor=None, end_position=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, overlay_type=None, overlay_type_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, remove_end_anchor=None, remove_start_anchor=None, shared=None, shared_metadata=None, smart_contract_information=None, start_anchor=None, start_position=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - SmartSection - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'case_sensitive': 'bool', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'display_settings': 'SmartSectionDisplaySettings', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'end_anchor': 'str', - 'end_position': 'SmartSectionAnchorPosition', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'overlay_type': 'str', - 'overlay_type_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'remove_end_anchor': 'bool', - 'remove_start_anchor': 'bool', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'start_anchor': 'str', - 'start_position': 'SmartSectionAnchorPosition', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'case_sensitive': 'caseSensitive', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'display_settings': 'displaySettings', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'end_anchor': 'endAnchor', - 'end_position': 'endPosition', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'overlay_type': 'overlayType', - 'overlay_type_metadata': 'overlayTypeMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'remove_end_anchor': 'removeEndAnchor', - 'remove_start_anchor': 'removeStartAnchor', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'start_anchor': 'startAnchor', - 'start_position': 'startPosition', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._case_sensitive = case_sensitive - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._display_settings = display_settings - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._end_anchor = end_anchor - self._end_position = end_position - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._locked = locked - self._locked_metadata = locked_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._overlay_type = overlay_type - self._overlay_type_metadata = overlay_type_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._remove_end_anchor = remove_end_anchor - self._remove_start_anchor = remove_start_anchor - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._start_anchor = start_anchor - self._start_position = start_position - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'case_sensitive': 'bool', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'display_settings': 'SmartSectionDisplaySettings', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'end_anchor': 'str', + 'end_position': 'SmartSectionAnchorPosition', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'overlay_type': 'str', + 'overlay_type_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'remove_end_anchor': 'bool', + 'remove_start_anchor': 'bool', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'start_anchor': 'str', + 'start_position': 'SmartSectionAnchorPosition', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'case_sensitive': 'caseSensitive', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'display_settings': 'displaySettings', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'end_anchor': 'endAnchor', + 'end_position': 'endPosition', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'overlay_type': 'overlayType', + 'overlay_type_metadata': 'overlayTypeMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'remove_end_anchor': 'removeEndAnchor', + 'remove_start_anchor': 'removeStartAnchor', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'start_anchor': 'startAnchor', + 'start_position': 'startPosition', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, case_sensitive=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, display_settings=None, document_id=None, document_id_metadata=None, end_anchor=None, end_position=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, locked=None, locked_metadata=None, merge_field=None, merge_field_xml=None, overlay_type=None, overlay_type_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, remove_end_anchor=None, remove_start_anchor=None, shared=None, shared_metadata=None, smart_contract_information=None, start_anchor=None, start_position=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """SmartSection - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._case_sensitive = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._display_settings = None + self._document_id = None + self._document_id_metadata = None + self._end_anchor = None + self._end_position = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._locked = None + self._locked_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._overlay_type = None + self._overlay_type_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._remove_end_anchor = None + self._remove_start_anchor = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._start_anchor = None + self._start_position = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if case_sensitive is not None: + self.case_sensitive = case_sensitive + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if display_settings is not None: + self.display_settings = display_settings + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if end_anchor is not None: + self.end_anchor = end_anchor + if end_position is not None: + self.end_position = end_position + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if overlay_type is not None: + self.overlay_type = overlay_type + if overlay_type_metadata is not None: + self.overlay_type_metadata = overlay_type_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if remove_end_anchor is not None: + self.remove_end_anchor = remove_end_anchor + if remove_start_anchor is not None: + self.remove_start_anchor = remove_start_anchor + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if start_anchor is not None: + self.start_anchor = start_anchor + if start_position is not None: + self.start_position = start_position + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this SmartSection. - + """Gets the anchor_allow_white_space_in_characters of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this SmartSection. + :return: The anchor_allow_white_space_in_characters of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this SmartSection. - + """Sets the anchor_allow_white_space_in_characters of this SmartSection. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SmartSection. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this SmartSection. # noqa: E501 :type: str """ @@ -311,20 +482,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this SmartSection. + """Gets the anchor_allow_white_space_in_characters_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this SmartSection. + :return: The anchor_allow_white_space_in_characters_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this SmartSection. + """Sets the anchor_allow_white_space_in_characters_metadata of this SmartSection. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SmartSection. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -332,22 +503,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this SmartSection. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this SmartSection. # noqa: E501 - :return: The anchor_case_sensitive of this SmartSection. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this SmartSection. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this SmartSection. - :param anchor_case_sensitive: The anchor_case_sensitive of this SmartSection. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this SmartSection. # noqa: E501 :type: str """ @@ -355,20 +526,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this SmartSection. + """Gets the anchor_case_sensitive_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this SmartSection. + :return: The anchor_case_sensitive_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this SmartSection. + """Sets the anchor_case_sensitive_metadata of this SmartSection. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SmartSection. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -376,22 +547,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this SmartSection. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this SmartSection. # noqa: E501 - :return: The anchor_horizontal_alignment of this SmartSection. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this SmartSection. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this SmartSection. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SmartSection. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this SmartSection. # noqa: E501 :type: str """ @@ -399,20 +570,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this SmartSection. + """Gets the anchor_horizontal_alignment_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this SmartSection. + :return: The anchor_horizontal_alignment_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this SmartSection. + """Sets the anchor_horizontal_alignment_metadata of this SmartSection. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SmartSection. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -420,22 +591,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this SmartSection. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this SmartSection. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this SmartSection. + :return: The anchor_ignore_if_not_present of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this SmartSection. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this SmartSection. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SmartSection. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this SmartSection. # noqa: E501 :type: str """ @@ -443,20 +614,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this SmartSection. + """Gets the anchor_ignore_if_not_present_metadata of this SmartSection. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this SmartSection. + + :return: The anchor_ignore_if_not_present_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this SmartSection. + """Sets the anchor_ignore_if_not_present_metadata of this SmartSection. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SmartSection. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -464,22 +635,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this SmartSection. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this SmartSection. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this SmartSection. + :return: The anchor_match_whole_word of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this SmartSection. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this SmartSection. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this SmartSection. + :param anchor_match_whole_word: The anchor_match_whole_word of this SmartSection. # noqa: E501 :type: str """ @@ -487,20 +658,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this SmartSection. + """Gets the anchor_match_whole_word_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this SmartSection. + :return: The anchor_match_whole_word_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this SmartSection. + """Sets the anchor_match_whole_word_metadata of this SmartSection. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SmartSection. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -508,22 +679,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this SmartSection. - Anchor text information for a radio button. + """Gets the anchor_string of this SmartSection. # noqa: E501 - :return: The anchor_string of this SmartSection. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this SmartSection. - Anchor text information for a radio button. + """Sets the anchor_string of this SmartSection. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this SmartSection. + :param anchor_string: The anchor_string of this SmartSection. # noqa: E501 :type: str """ @@ -531,20 +702,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this SmartSection. + """Gets the anchor_string_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_string_metadata of this SmartSection. + :return: The anchor_string_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this SmartSection. + """Sets the anchor_string_metadata of this SmartSection. - :param anchor_string_metadata: The anchor_string_metadata of this SmartSection. + + :param anchor_string_metadata: The anchor_string_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -552,22 +723,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this SmartSection. - + """Gets the anchor_tab_processor_version of this SmartSection. # noqa: E501 - :return: The anchor_tab_processor_version of this SmartSection. + # noqa: E501 + + :return: The anchor_tab_processor_version of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this SmartSection. - + """Sets the anchor_tab_processor_version of this SmartSection. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this SmartSection. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this SmartSection. # noqa: E501 :type: str """ @@ -575,20 +746,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this SmartSection. + """Gets the anchor_tab_processor_version_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this SmartSection. + :return: The anchor_tab_processor_version_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this SmartSection. + """Sets the anchor_tab_processor_version_metadata of this SmartSection. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SmartSection. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -596,22 +767,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this SmartSection. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this SmartSection. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this SmartSection. + :return: The anchor_units of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this SmartSection. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this SmartSection. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this SmartSection. + :param anchor_units: The anchor_units of this SmartSection. # noqa: E501 :type: str """ @@ -619,20 +790,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this SmartSection. + """Gets the anchor_units_metadata of this SmartSection. # noqa: E501 - :return: The anchor_units_metadata of this SmartSection. + + :return: The anchor_units_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this SmartSection. + """Sets the anchor_units_metadata of this SmartSection. - :param anchor_units_metadata: The anchor_units_metadata of this SmartSection. + + :param anchor_units_metadata: The anchor_units_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -640,22 +811,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this SmartSection. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this SmartSection. # noqa: E501 - :return: The anchor_x_offset of this SmartSection. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this SmartSection. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this SmartSection. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this SmartSection. + :param anchor_x_offset: The anchor_x_offset of this SmartSection. # noqa: E501 :type: str """ @@ -663,20 +834,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this SmartSection. + """Gets the anchor_x_offset_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_x_offset_metadata of this SmartSection. + :return: The anchor_x_offset_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this SmartSection. + """Sets the anchor_x_offset_metadata of this SmartSection. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SmartSection. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -684,22 +855,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this SmartSection. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this SmartSection. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this SmartSection. + :return: The anchor_y_offset of this SmartSection. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this SmartSection. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this SmartSection. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this SmartSection. + :param anchor_y_offset: The anchor_y_offset of this SmartSection. # noqa: E501 :type: str """ @@ -707,20 +878,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this SmartSection. + """Gets the anchor_y_offset_metadata of this SmartSection. # noqa: E501 + - :return: The anchor_y_offset_metadata of this SmartSection. + :return: The anchor_y_offset_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this SmartSection. + """Sets the anchor_y_offset_metadata of this SmartSection. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SmartSection. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -728,22 +899,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def case_sensitive(self): - """ - Gets the case_sensitive of this SmartSection. - + """Gets the case_sensitive of this SmartSection. # noqa: E501 - :return: The case_sensitive of this SmartSection. + # noqa: E501 + + :return: The case_sensitive of this SmartSection. # noqa: E501 :rtype: bool """ return self._case_sensitive @case_sensitive.setter def case_sensitive(self, case_sensitive): - """ - Sets the case_sensitive of this SmartSection. - + """Sets the case_sensitive of this SmartSection. - :param case_sensitive: The case_sensitive of this SmartSection. + # noqa: E501 + + :param case_sensitive: The case_sensitive of this SmartSection. # noqa: E501 :type: bool """ @@ -751,22 +922,22 @@ def case_sensitive(self, case_sensitive): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this SmartSection. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this SmartSection. # noqa: E501 - :return: The conditional_parent_label of this SmartSection. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this SmartSection. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this SmartSection. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this SmartSection. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this SmartSection. + :param conditional_parent_label: The conditional_parent_label of this SmartSection. # noqa: E501 :type: str """ @@ -774,20 +945,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this SmartSection. + """Gets the conditional_parent_label_metadata of this SmartSection. # noqa: E501 + - :return: The conditional_parent_label_metadata of this SmartSection. + :return: The conditional_parent_label_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this SmartSection. + """Sets the conditional_parent_label_metadata of this SmartSection. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SmartSection. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -795,22 +966,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this SmartSection. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this SmartSection. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this SmartSection. + :return: The conditional_parent_value of this SmartSection. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this SmartSection. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this SmartSection. - :param conditional_parent_value: The conditional_parent_value of this SmartSection. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this SmartSection. # noqa: E501 :type: str """ @@ -818,20 +989,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this SmartSection. + """Gets the conditional_parent_value_metadata of this SmartSection. # noqa: E501 + - :return: The conditional_parent_value_metadata of this SmartSection. + :return: The conditional_parent_value_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this SmartSection. + """Sets the conditional_parent_value_metadata of this SmartSection. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SmartSection. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -839,22 +1010,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this SmartSection. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this SmartSection. # noqa: E501 - :return: The custom_tab_id of this SmartSection. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this SmartSection. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this SmartSection. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this SmartSection. - :param custom_tab_id: The custom_tab_id of this SmartSection. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this SmartSection. # noqa: E501 :type: str """ @@ -862,20 +1033,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this SmartSection. + """Gets the custom_tab_id_metadata of this SmartSection. # noqa: E501 - :return: The custom_tab_id_metadata of this SmartSection. + + :return: The custom_tab_id_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this SmartSection. + """Sets the custom_tab_id_metadata of this SmartSection. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this SmartSection. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -883,20 +1054,20 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def display_settings(self): - """ - Gets the display_settings of this SmartSection. + """Gets the display_settings of this SmartSection. # noqa: E501 + - :return: The display_settings of this SmartSection. + :return: The display_settings of this SmartSection. # noqa: E501 :rtype: SmartSectionDisplaySettings """ return self._display_settings @display_settings.setter def display_settings(self, display_settings): - """ - Sets the display_settings of this SmartSection. + """Sets the display_settings of this SmartSection. + - :param display_settings: The display_settings of this SmartSection. + :param display_settings: The display_settings of this SmartSection. # noqa: E501 :type: SmartSectionDisplaySettings """ @@ -904,22 +1075,22 @@ def display_settings(self, display_settings): @property def document_id(self): - """ - Gets the document_id of this SmartSection. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this SmartSection. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this SmartSection. + :return: The document_id of this SmartSection. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this SmartSection. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this SmartSection. - :param document_id: The document_id of this SmartSection. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this SmartSection. # noqa: E501 :type: str """ @@ -927,20 +1098,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this SmartSection. + """Gets the document_id_metadata of this SmartSection. # noqa: E501 - :return: The document_id_metadata of this SmartSection. + + :return: The document_id_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this SmartSection. + """Sets the document_id_metadata of this SmartSection. - :param document_id_metadata: The document_id_metadata of this SmartSection. + + :param document_id_metadata: The document_id_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -948,22 +1119,22 @@ def document_id_metadata(self, document_id_metadata): @property def end_anchor(self): - """ - Gets the end_anchor of this SmartSection. - + """Gets the end_anchor of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The end_anchor of this SmartSection. + :return: The end_anchor of this SmartSection. # noqa: E501 :rtype: str """ return self._end_anchor @end_anchor.setter def end_anchor(self, end_anchor): - """ - Sets the end_anchor of this SmartSection. - + """Sets the end_anchor of this SmartSection. + + # noqa: E501 - :param end_anchor: The end_anchor of this SmartSection. + :param end_anchor: The end_anchor of this SmartSection. # noqa: E501 :type: str """ @@ -971,20 +1142,20 @@ def end_anchor(self, end_anchor): @property def end_position(self): - """ - Gets the end_position of this SmartSection. + """Gets the end_position of this SmartSection. # noqa: E501 - :return: The end_position of this SmartSection. + + :return: The end_position of this SmartSection. # noqa: E501 :rtype: SmartSectionAnchorPosition """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this SmartSection. + """Sets the end_position of this SmartSection. + - :param end_position: The end_position of this SmartSection. + :param end_position: The end_position of this SmartSection. # noqa: E501 :type: SmartSectionAnchorPosition """ @@ -992,20 +1163,20 @@ def end_position(self, end_position): @property def error_details(self): - """ - Gets the error_details of this SmartSection. + """Gets the error_details of this SmartSection. # noqa: E501 + - :return: The error_details of this SmartSection. + :return: The error_details of this SmartSection. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SmartSection. + """Sets the error_details of this SmartSection. + - :param error_details: The error_details of this SmartSection. + :param error_details: The error_details of this SmartSection. # noqa: E501 :type: ErrorDetails """ @@ -1013,22 +1184,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this SmartSection. - + """Gets the form_order of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The form_order of this SmartSection. + :return: The form_order of this SmartSection. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this SmartSection. - + """Sets the form_order of this SmartSection. - :param form_order: The form_order of this SmartSection. + # noqa: E501 + + :param form_order: The form_order of this SmartSection. # noqa: E501 :type: str """ @@ -1036,20 +1207,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this SmartSection. + """Gets the form_order_metadata of this SmartSection. # noqa: E501 - :return: The form_order_metadata of this SmartSection. + + :return: The form_order_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this SmartSection. + """Sets the form_order_metadata of this SmartSection. - :param form_order_metadata: The form_order_metadata of this SmartSection. + + :param form_order_metadata: The form_order_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1057,22 +1228,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this SmartSection. - + """Gets the form_page_label of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this SmartSection. + :return: The form_page_label of this SmartSection. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this SmartSection. - + """Sets the form_page_label of this SmartSection. + + # noqa: E501 - :param form_page_label: The form_page_label of this SmartSection. + :param form_page_label: The form_page_label of this SmartSection. # noqa: E501 :type: str """ @@ -1080,20 +1251,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this SmartSection. + """Gets the form_page_label_metadata of this SmartSection. # noqa: E501 + - :return: The form_page_label_metadata of this SmartSection. + :return: The form_page_label_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this SmartSection. + """Sets the form_page_label_metadata of this SmartSection. + - :param form_page_label_metadata: The form_page_label_metadata of this SmartSection. + :param form_page_label_metadata: The form_page_label_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1101,22 +1272,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this SmartSection. - + """Gets the form_page_number of this SmartSection. # noqa: E501 - :return: The form_page_number of this SmartSection. + # noqa: E501 + + :return: The form_page_number of this SmartSection. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this SmartSection. - + """Sets the form_page_number of this SmartSection. + + # noqa: E501 - :param form_page_number: The form_page_number of this SmartSection. + :param form_page_number: The form_page_number of this SmartSection. # noqa: E501 :type: str """ @@ -1124,20 +1295,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this SmartSection. + """Gets the form_page_number_metadata of this SmartSection. # noqa: E501 + - :return: The form_page_number_metadata of this SmartSection. + :return: The form_page_number_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this SmartSection. + """Sets the form_page_number_metadata of this SmartSection. - :param form_page_number_metadata: The form_page_number_metadata of this SmartSection. + + :param form_page_number_metadata: The form_page_number_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1145,22 +1316,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this SmartSection. - Height of the tab in pixels. + """Gets the height of this SmartSection. # noqa: E501 - :return: The height of this SmartSection. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this SmartSection. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this SmartSection. - Height of the tab in pixels. + """Sets the height of this SmartSection. - :param height: The height of this SmartSection. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this SmartSection. # noqa: E501 :type: str """ @@ -1168,20 +1339,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this SmartSection. + """Gets the height_metadata of this SmartSection. # noqa: E501 + - :return: The height_metadata of this SmartSection. + :return: The height_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this SmartSection. + """Sets the height_metadata of this SmartSection. + - :param height_metadata: The height_metadata of this SmartSection. + :param height_metadata: The height_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1189,22 +1360,22 @@ def height_metadata(self, height_metadata): @property def locked(self): - """ - Gets the locked of this SmartSection. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this SmartSection. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this SmartSection. + :return: The locked of this SmartSection. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this SmartSection. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this SmartSection. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this SmartSection. + :param locked: The locked of this SmartSection. # noqa: E501 :type: str """ @@ -1212,20 +1383,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this SmartSection. + """Gets the locked_metadata of this SmartSection. # noqa: E501 - :return: The locked_metadata of this SmartSection. + + :return: The locked_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this SmartSection. + """Sets the locked_metadata of this SmartSection. - :param locked_metadata: The locked_metadata of this SmartSection. + + :param locked_metadata: The locked_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1233,20 +1404,20 @@ def locked_metadata(self, locked_metadata): @property def merge_field(self): - """ - Gets the merge_field of this SmartSection. + """Gets the merge_field of this SmartSection. # noqa: E501 - :return: The merge_field of this SmartSection. + + :return: The merge_field of this SmartSection. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this SmartSection. + """Sets the merge_field of this SmartSection. + - :param merge_field: The merge_field of this SmartSection. + :param merge_field: The merge_field of this SmartSection. # noqa: E501 :type: MergeField """ @@ -1254,22 +1425,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this SmartSection. - + """Gets the merge_field_xml of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this SmartSection. + :return: The merge_field_xml of this SmartSection. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this SmartSection. - + """Sets the merge_field_xml of this SmartSection. - :param merge_field_xml: The merge_field_xml of this SmartSection. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this SmartSection. # noqa: E501 :type: str """ @@ -1277,22 +1448,22 @@ def merge_field_xml(self, merge_field_xml): @property def overlay_type(self): - """ - Gets the overlay_type of this SmartSection. - + """Gets the overlay_type of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The overlay_type of this SmartSection. + :return: The overlay_type of this SmartSection. # noqa: E501 :rtype: str """ return self._overlay_type @overlay_type.setter def overlay_type(self, overlay_type): - """ - Sets the overlay_type of this SmartSection. - + """Sets the overlay_type of this SmartSection. + + # noqa: E501 - :param overlay_type: The overlay_type of this SmartSection. + :param overlay_type: The overlay_type of this SmartSection. # noqa: E501 :type: str """ @@ -1300,20 +1471,20 @@ def overlay_type(self, overlay_type): @property def overlay_type_metadata(self): - """ - Gets the overlay_type_metadata of this SmartSection. + """Gets the overlay_type_metadata of this SmartSection. # noqa: E501 + - :return: The overlay_type_metadata of this SmartSection. + :return: The overlay_type_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._overlay_type_metadata @overlay_type_metadata.setter def overlay_type_metadata(self, overlay_type_metadata): - """ - Sets the overlay_type_metadata of this SmartSection. + """Sets the overlay_type_metadata of this SmartSection. + - :param overlay_type_metadata: The overlay_type_metadata of this SmartSection. + :param overlay_type_metadata: The overlay_type_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1321,22 +1492,22 @@ def overlay_type_metadata(self, overlay_type_metadata): @property def page_number(self): - """ - Gets the page_number of this SmartSection. - Specifies the page number on which the tab is located. + """Gets the page_number of this SmartSection. # noqa: E501 - :return: The page_number of this SmartSection. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this SmartSection. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this SmartSection. - Specifies the page number on which the tab is located. + """Sets the page_number of this SmartSection. - :param page_number: The page_number of this SmartSection. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this SmartSection. # noqa: E501 :type: str """ @@ -1344,20 +1515,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this SmartSection. + """Gets the page_number_metadata of this SmartSection. # noqa: E501 - :return: The page_number_metadata of this SmartSection. + + :return: The page_number_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this SmartSection. + """Sets the page_number_metadata of this SmartSection. + - :param page_number_metadata: The page_number_metadata of this SmartSection. + :param page_number_metadata: The page_number_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1365,22 +1536,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this SmartSection. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this SmartSection. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this SmartSection. + :return: The recipient_id of this SmartSection. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this SmartSection. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this SmartSection. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this SmartSection. + :param recipient_id: The recipient_id of this SmartSection. # noqa: E501 :type: str """ @@ -1388,22 +1559,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this SmartSection. - + """Gets the recipient_id_guid of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this SmartSection. + :return: The recipient_id_guid of this SmartSection. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this SmartSection. - + """Sets the recipient_id_guid of this SmartSection. - :param recipient_id_guid: The recipient_id_guid of this SmartSection. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this SmartSection. # noqa: E501 :type: str """ @@ -1411,20 +1582,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this SmartSection. + """Gets the recipient_id_guid_metadata of this SmartSection. # noqa: E501 + - :return: The recipient_id_guid_metadata of this SmartSection. + :return: The recipient_id_guid_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this SmartSection. + """Sets the recipient_id_guid_metadata of this SmartSection. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SmartSection. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1432,20 +1603,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this SmartSection. + """Gets the recipient_id_metadata of this SmartSection. # noqa: E501 - :return: The recipient_id_metadata of this SmartSection. + + :return: The recipient_id_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this SmartSection. + """Sets the recipient_id_metadata of this SmartSection. - :param recipient_id_metadata: The recipient_id_metadata of this SmartSection. + + :param recipient_id_metadata: The recipient_id_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1453,22 +1624,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def remove_end_anchor(self): - """ - Gets the remove_end_anchor of this SmartSection. - + """Gets the remove_end_anchor of this SmartSection. # noqa: E501 - :return: The remove_end_anchor of this SmartSection. + # noqa: E501 + + :return: The remove_end_anchor of this SmartSection. # noqa: E501 :rtype: bool """ return self._remove_end_anchor @remove_end_anchor.setter def remove_end_anchor(self, remove_end_anchor): - """ - Sets the remove_end_anchor of this SmartSection. - + """Sets the remove_end_anchor of this SmartSection. + + # noqa: E501 - :param remove_end_anchor: The remove_end_anchor of this SmartSection. + :param remove_end_anchor: The remove_end_anchor of this SmartSection. # noqa: E501 :type: bool """ @@ -1476,22 +1647,22 @@ def remove_end_anchor(self, remove_end_anchor): @property def remove_start_anchor(self): - """ - Gets the remove_start_anchor of this SmartSection. - + """Gets the remove_start_anchor of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The remove_start_anchor of this SmartSection. + :return: The remove_start_anchor of this SmartSection. # noqa: E501 :rtype: bool """ return self._remove_start_anchor @remove_start_anchor.setter def remove_start_anchor(self, remove_start_anchor): - """ - Sets the remove_start_anchor of this SmartSection. - + """Sets the remove_start_anchor of this SmartSection. + + # noqa: E501 - :param remove_start_anchor: The remove_start_anchor of this SmartSection. + :param remove_start_anchor: The remove_start_anchor of this SmartSection. # noqa: E501 :type: bool """ @@ -1499,22 +1670,22 @@ def remove_start_anchor(self, remove_start_anchor): @property def shared(self): - """ - Gets the shared of this SmartSection. - When set to **true**, this custom tab is shared. + """Gets the shared of this SmartSection. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this SmartSection. + :return: The shared of this SmartSection. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this SmartSection. - When set to **true**, this custom tab is shared. + """Sets the shared of this SmartSection. - :param shared: The shared of this SmartSection. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this SmartSection. # noqa: E501 :type: str """ @@ -1522,20 +1693,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this SmartSection. + """Gets the shared_metadata of this SmartSection. # noqa: E501 - :return: The shared_metadata of this SmartSection. + + :return: The shared_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this SmartSection. + """Sets the shared_metadata of this SmartSection. - :param shared_metadata: The shared_metadata of this SmartSection. + + :param shared_metadata: The shared_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1543,20 +1714,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this SmartSection. + """Gets the smart_contract_information of this SmartSection. # noqa: E501 + - :return: The smart_contract_information of this SmartSection. + :return: The smart_contract_information of this SmartSection. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this SmartSection. + """Sets the smart_contract_information of this SmartSection. + - :param smart_contract_information: The smart_contract_information of this SmartSection. + :param smart_contract_information: The smart_contract_information of this SmartSection. # noqa: E501 :type: SmartContractInformation """ @@ -1564,22 +1735,22 @@ def smart_contract_information(self, smart_contract_information): @property def start_anchor(self): - """ - Gets the start_anchor of this SmartSection. - + """Gets the start_anchor of this SmartSection. # noqa: E501 - :return: The start_anchor of this SmartSection. + # noqa: E501 + + :return: The start_anchor of this SmartSection. # noqa: E501 :rtype: str """ return self._start_anchor @start_anchor.setter def start_anchor(self, start_anchor): - """ - Sets the start_anchor of this SmartSection. - + """Sets the start_anchor of this SmartSection. + + # noqa: E501 - :param start_anchor: The start_anchor of this SmartSection. + :param start_anchor: The start_anchor of this SmartSection. # noqa: E501 :type: str """ @@ -1587,20 +1758,20 @@ def start_anchor(self, start_anchor): @property def start_position(self): - """ - Gets the start_position of this SmartSection. + """Gets the start_position of this SmartSection. # noqa: E501 + - :return: The start_position of this SmartSection. + :return: The start_position of this SmartSection. # noqa: E501 :rtype: SmartSectionAnchorPosition """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this SmartSection. + """Sets the start_position of this SmartSection. + - :param start_position: The start_position of this SmartSection. + :param start_position: The start_position of this SmartSection. # noqa: E501 :type: SmartSectionAnchorPosition """ @@ -1608,22 +1779,22 @@ def start_position(self, start_position): @property def status(self): - """ - Gets the status of this SmartSection. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this SmartSection. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this SmartSection. + :return: The status of this SmartSection. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this SmartSection. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this SmartSection. - :param status: The status of this SmartSection. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this SmartSection. # noqa: E501 :type: str """ @@ -1631,20 +1802,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this SmartSection. + """Gets the status_metadata of this SmartSection. # noqa: E501 - :return: The status_metadata of this SmartSection. + + :return: The status_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this SmartSection. + """Sets the status_metadata of this SmartSection. - :param status_metadata: The status_metadata of this SmartSection. + + :param status_metadata: The status_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1652,22 +1823,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this SmartSection. - + """Gets the tab_group_labels of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this SmartSection. + :return: The tab_group_labels of this SmartSection. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this SmartSection. - + """Sets the tab_group_labels of this SmartSection. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this SmartSection. + :param tab_group_labels: The tab_group_labels of this SmartSection. # noqa: E501 :type: list[str] """ @@ -1675,20 +1846,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this SmartSection. + """Gets the tab_group_labels_metadata of this SmartSection. # noqa: E501 + - :return: The tab_group_labels_metadata of this SmartSection. + :return: The tab_group_labels_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this SmartSection. + """Sets the tab_group_labels_metadata of this SmartSection. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this SmartSection. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1696,22 +1867,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this SmartSection. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this SmartSection. # noqa: E501 - :return: The tab_id of this SmartSection. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this SmartSection. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this SmartSection. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this SmartSection. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this SmartSection. + :param tab_id: The tab_id of this SmartSection. # noqa: E501 :type: str """ @@ -1719,20 +1890,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this SmartSection. + """Gets the tab_id_metadata of this SmartSection. # noqa: E501 + - :return: The tab_id_metadata of this SmartSection. + :return: The tab_id_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this SmartSection. + """Sets the tab_id_metadata of this SmartSection. - :param tab_id_metadata: The tab_id_metadata of this SmartSection. + + :param tab_id_metadata: The tab_id_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1740,22 +1911,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this SmartSection. - The label string associated with the tab. + """Gets the tab_label of this SmartSection. # noqa: E501 - :return: The tab_label of this SmartSection. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this SmartSection. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this SmartSection. - The label string associated with the tab. + """Sets the tab_label of this SmartSection. - :param tab_label: The tab_label of this SmartSection. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this SmartSection. # noqa: E501 :type: str """ @@ -1763,22 +1934,22 @@ def tab_label(self, tab_label): @property def tab_order(self): - """ - Gets the tab_order of this SmartSection. - + """Gets the tab_order of this SmartSection. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this SmartSection. + :return: The tab_order of this SmartSection. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this SmartSection. - + """Sets the tab_order of this SmartSection. + + # noqa: E501 - :param tab_order: The tab_order of this SmartSection. + :param tab_order: The tab_order of this SmartSection. # noqa: E501 :type: str """ @@ -1786,20 +1957,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this SmartSection. + """Gets the tab_order_metadata of this SmartSection. # noqa: E501 + - :return: The tab_order_metadata of this SmartSection. + :return: The tab_order_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this SmartSection. + """Sets the tab_order_metadata of this SmartSection. + - :param tab_order_metadata: The tab_order_metadata of this SmartSection. + :param tab_order_metadata: The tab_order_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1807,22 +1978,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this SmartSection. - + """Gets the tab_type of this SmartSection. # noqa: E501 - :return: The tab_type of this SmartSection. + # noqa: E501 + + :return: The tab_type of this SmartSection. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this SmartSection. - + """Sets the tab_type of this SmartSection. - :param tab_type: The tab_type of this SmartSection. + # noqa: E501 + + :param tab_type: The tab_type of this SmartSection. # noqa: E501 :type: str """ @@ -1830,20 +2001,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this SmartSection. + """Gets the tab_type_metadata of this SmartSection. # noqa: E501 - :return: The tab_type_metadata of this SmartSection. + + :return: The tab_type_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this SmartSection. + """Sets the tab_type_metadata of this SmartSection. + - :param tab_type_metadata: The tab_type_metadata of this SmartSection. + :param tab_type_metadata: The tab_type_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1851,22 +2022,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this SmartSection. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this SmartSection. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this SmartSection. + :return: The template_locked of this SmartSection. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this SmartSection. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this SmartSection. - :param template_locked: The template_locked of this SmartSection. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this SmartSection. # noqa: E501 :type: str """ @@ -1874,20 +2045,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this SmartSection. + """Gets the template_locked_metadata of this SmartSection. # noqa: E501 + - :return: The template_locked_metadata of this SmartSection. + :return: The template_locked_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this SmartSection. + """Sets the template_locked_metadata of this SmartSection. + - :param template_locked_metadata: The template_locked_metadata of this SmartSection. + :param template_locked_metadata: The template_locked_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1895,22 +2066,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this SmartSection. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this SmartSection. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this SmartSection. + :return: The template_required of this SmartSection. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this SmartSection. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this SmartSection. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this SmartSection. + :param template_required: The template_required of this SmartSection. # noqa: E501 :type: str """ @@ -1918,20 +2089,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this SmartSection. + """Gets the template_required_metadata of this SmartSection. # noqa: E501 - :return: The template_required_metadata of this SmartSection. + + :return: The template_required_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this SmartSection. + """Sets the template_required_metadata of this SmartSection. - :param template_required_metadata: The template_required_metadata of this SmartSection. + + :param template_required_metadata: The template_required_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1939,22 +2110,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this SmartSection. - + """Gets the tooltip of this SmartSection. # noqa: E501 - :return: The tooltip of this SmartSection. + # noqa: E501 + + :return: The tooltip of this SmartSection. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this SmartSection. - + """Sets the tooltip of this SmartSection. + + # noqa: E501 - :param tooltip: The tooltip of this SmartSection. + :param tooltip: The tooltip of this SmartSection. # noqa: E501 :type: str """ @@ -1962,20 +2133,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this SmartSection. + """Gets the tool_tip_metadata of this SmartSection. # noqa: E501 + - :return: The tool_tip_metadata of this SmartSection. + :return: The tool_tip_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this SmartSection. + """Sets the tool_tip_metadata of this SmartSection. + - :param tool_tip_metadata: The tool_tip_metadata of this SmartSection. + :param tool_tip_metadata: The tool_tip_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -1983,22 +2154,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def width(self): - """ - Gets the width of this SmartSection. - Width of the tab in pixels. + """Gets the width of this SmartSection. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this SmartSection. + :return: The width of this SmartSection. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this SmartSection. - Width of the tab in pixels. + """Sets the width of this SmartSection. - :param width: The width of this SmartSection. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this SmartSection. # noqa: E501 :type: str """ @@ -2006,20 +2177,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this SmartSection. + """Gets the width_metadata of this SmartSection. # noqa: E501 + - :return: The width_metadata of this SmartSection. + :return: The width_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this SmartSection. + """Sets the width_metadata of this SmartSection. + - :param width_metadata: The width_metadata of this SmartSection. + :param width_metadata: The width_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -2027,22 +2198,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this SmartSection. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this SmartSection. # noqa: E501 - :return: The x_position of this SmartSection. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this SmartSection. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this SmartSection. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this SmartSection. - :param x_position: The x_position of this SmartSection. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this SmartSection. # noqa: E501 :type: str """ @@ -2050,20 +2221,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this SmartSection. + """Gets the x_position_metadata of this SmartSection. # noqa: E501 - :return: The x_position_metadata of this SmartSection. + + :return: The x_position_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this SmartSection. + """Sets the x_position_metadata of this SmartSection. + - :param x_position_metadata: The x_position_metadata of this SmartSection. + :param x_position_metadata: The x_position_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ @@ -2071,22 +2242,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this SmartSection. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this SmartSection. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this SmartSection. + :return: The y_position of this SmartSection. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this SmartSection. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this SmartSection. - :param y_position: The y_position of this SmartSection. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this SmartSection. # noqa: E501 :type: str """ @@ -2094,32 +2265,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this SmartSection. + """Gets the y_position_metadata of this SmartSection. # noqa: E501 + - :return: The y_position_metadata of this SmartSection. + :return: The y_position_metadata of this SmartSection. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this SmartSection. + """Sets the y_position_metadata of this SmartSection. + - :param y_position_metadata: The y_position_metadata of this SmartSection. + :param y_position_metadata: The y_position_metadata of this SmartSection. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2136,29 +2305,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SmartSection, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SmartSection): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/smart_section_anchor_position.py b/docusign_esign/models/smart_section_anchor_position.py index 92b4bdd3..544e2e29 100644 --- a/docusign_esign/models/smart_section_anchor_position.py +++ b/docusign_esign/models/smart_section_anchor_position.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SmartSectionAnchorPosition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, page_number=None, x_position=None, y_position=None): - """ - SmartSectionAnchorPosition - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'page_number': 'int', - 'x_position': 'float', - 'y_position': 'float' - } - - self.attribute_map = { - 'page_number': 'pageNumber', - 'x_position': 'xPosition', - 'y_position': 'yPosition' - } - - self._page_number = page_number - self._x_position = x_position - self._y_position = y_position + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'page_number': 'int', + 'x_position': 'float', + 'y_position': 'float' + } + + attribute_map = { + 'page_number': 'pageNumber', + 'x_position': 'xPosition', + 'y_position': 'yPosition' + } + + def __init__(self, page_number=None, x_position=None, y_position=None): # noqa: E501 + """SmartSectionAnchorPosition - a model defined in Swagger""" # noqa: E501 + + self._page_number = None + self._x_position = None + self._y_position = None + self.discriminator = None + + if page_number is not None: + self.page_number = page_number + if x_position is not None: + self.x_position = x_position + if y_position is not None: + self.y_position = y_position @property def page_number(self): - """ - Gets the page_number of this SmartSectionAnchorPosition. - Specifies the page number on which the tab is located. + """Gets the page_number of this SmartSectionAnchorPosition. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this SmartSectionAnchorPosition. + :return: The page_number of this SmartSectionAnchorPosition. # noqa: E501 :rtype: int """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this SmartSectionAnchorPosition. - Specifies the page number on which the tab is located. + """Sets the page_number of this SmartSectionAnchorPosition. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this SmartSectionAnchorPosition. + :param page_number: The page_number of this SmartSectionAnchorPosition. # noqa: E501 :type: int """ @@ -71,22 +82,22 @@ def page_number(self, page_number): @property def x_position(self): - """ - Gets the x_position of this SmartSectionAnchorPosition. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this SmartSectionAnchorPosition. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this SmartSectionAnchorPosition. + :return: The x_position of this SmartSectionAnchorPosition. # noqa: E501 :rtype: float """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this SmartSectionAnchorPosition. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this SmartSectionAnchorPosition. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this SmartSectionAnchorPosition. + :param x_position: The x_position of this SmartSectionAnchorPosition. # noqa: E501 :type: float """ @@ -94,34 +105,32 @@ def x_position(self, x_position): @property def y_position(self): - """ - Gets the y_position of this SmartSectionAnchorPosition. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this SmartSectionAnchorPosition. # noqa: E501 - :return: The y_position of this SmartSectionAnchorPosition. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this SmartSectionAnchorPosition. # noqa: E501 :rtype: float """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this SmartSectionAnchorPosition. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this SmartSectionAnchorPosition. - :param y_position: The y_position of this SmartSectionAnchorPosition. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this SmartSectionAnchorPosition. # noqa: E501 :type: float """ self._y_position = y_position def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SmartSectionAnchorPosition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SmartSectionAnchorPosition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/smart_section_collapsible_display_settings.py b/docusign_esign/models/smart_section_collapsible_display_settings.py index 2a58e5d4..1129f27d 100644 --- a/docusign_esign/models/smart_section_collapsible_display_settings.py +++ b/docusign_esign/models/smart_section_collapsible_display_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,80 +11,105 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SmartSectionCollapsibleDisplaySettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, arrow_closed=None, arrow_color=None, arrow_location=None, arrow_open=None, arrow_size=None, arrow_style=None, container_style=None, label_style=None, only_arrow_is_clickable=None, outer_label_and_arrow_style=None): - """ - SmartSectionCollapsibleDisplaySettings - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'arrow_closed': 'str', - 'arrow_color': 'str', - 'arrow_location': 'str', - 'arrow_open': 'str', - 'arrow_size': 'str', - 'arrow_style': 'str', - 'container_style': 'str', - 'label_style': 'str', - 'only_arrow_is_clickable': 'bool', - 'outer_label_and_arrow_style': 'str' - } - - self.attribute_map = { - 'arrow_closed': 'arrowClosed', - 'arrow_color': 'arrowColor', - 'arrow_location': 'arrowLocation', - 'arrow_open': 'arrowOpen', - 'arrow_size': 'arrowSize', - 'arrow_style': 'arrowStyle', - 'container_style': 'containerStyle', - 'label_style': 'labelStyle', - 'only_arrow_is_clickable': 'onlyArrowIsClickable', - 'outer_label_and_arrow_style': 'outerLabelAndArrowStyle' - } - - self._arrow_closed = arrow_closed - self._arrow_color = arrow_color - self._arrow_location = arrow_location - self._arrow_open = arrow_open - self._arrow_size = arrow_size - self._arrow_style = arrow_style - self._container_style = container_style - self._label_style = label_style - self._only_arrow_is_clickable = only_arrow_is_clickable - self._outer_label_and_arrow_style = outer_label_and_arrow_style + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'arrow_closed': 'str', + 'arrow_color': 'str', + 'arrow_location': 'str', + 'arrow_open': 'str', + 'arrow_size': 'str', + 'arrow_style': 'str', + 'container_style': 'str', + 'label_style': 'str', + 'only_arrow_is_clickable': 'bool', + 'outer_label_and_arrow_style': 'str' + } + + attribute_map = { + 'arrow_closed': 'arrowClosed', + 'arrow_color': 'arrowColor', + 'arrow_location': 'arrowLocation', + 'arrow_open': 'arrowOpen', + 'arrow_size': 'arrowSize', + 'arrow_style': 'arrowStyle', + 'container_style': 'containerStyle', + 'label_style': 'labelStyle', + 'only_arrow_is_clickable': 'onlyArrowIsClickable', + 'outer_label_and_arrow_style': 'outerLabelAndArrowStyle' + } + + def __init__(self, arrow_closed=None, arrow_color=None, arrow_location=None, arrow_open=None, arrow_size=None, arrow_style=None, container_style=None, label_style=None, only_arrow_is_clickable=None, outer_label_and_arrow_style=None): # noqa: E501 + """SmartSectionCollapsibleDisplaySettings - a model defined in Swagger""" # noqa: E501 + + self._arrow_closed = None + self._arrow_color = None + self._arrow_location = None + self._arrow_open = None + self._arrow_size = None + self._arrow_style = None + self._container_style = None + self._label_style = None + self._only_arrow_is_clickable = None + self._outer_label_and_arrow_style = None + self.discriminator = None + + if arrow_closed is not None: + self.arrow_closed = arrow_closed + if arrow_color is not None: + self.arrow_color = arrow_color + if arrow_location is not None: + self.arrow_location = arrow_location + if arrow_open is not None: + self.arrow_open = arrow_open + if arrow_size is not None: + self.arrow_size = arrow_size + if arrow_style is not None: + self.arrow_style = arrow_style + if container_style is not None: + self.container_style = container_style + if label_style is not None: + self.label_style = label_style + if only_arrow_is_clickable is not None: + self.only_arrow_is_clickable = only_arrow_is_clickable + if outer_label_and_arrow_style is not None: + self.outer_label_and_arrow_style = outer_label_and_arrow_style @property def arrow_closed(self): - """ - Gets the arrow_closed of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_closed of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The arrow_closed of this SmartSectionCollapsibleDisplaySettings. + :return: The arrow_closed of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_closed @arrow_closed.setter def arrow_closed(self, arrow_closed): - """ - Sets the arrow_closed of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_closed of this SmartSectionCollapsibleDisplaySettings. - :param arrow_closed: The arrow_closed of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_closed: The arrow_closed of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -92,22 +117,22 @@ def arrow_closed(self, arrow_closed): @property def arrow_color(self): - """ - Gets the arrow_color of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_color of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_color of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_color of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_color @arrow_color.setter def arrow_color(self, arrow_color): - """ - Sets the arrow_color of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_color of this SmartSectionCollapsibleDisplaySettings. - :param arrow_color: The arrow_color of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_color: The arrow_color of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -115,22 +140,22 @@ def arrow_color(self, arrow_color): @property def arrow_location(self): - """ - Gets the arrow_location of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_location of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_location of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_location of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_location @arrow_location.setter def arrow_location(self, arrow_location): - """ - Sets the arrow_location of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_location of this SmartSectionCollapsibleDisplaySettings. - :param arrow_location: The arrow_location of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_location: The arrow_location of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -138,22 +163,22 @@ def arrow_location(self, arrow_location): @property def arrow_open(self): - """ - Gets the arrow_open of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_open of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_open of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_open of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_open @arrow_open.setter def arrow_open(self, arrow_open): - """ - Sets the arrow_open of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_open of this SmartSectionCollapsibleDisplaySettings. - :param arrow_open: The arrow_open of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :param arrow_open: The arrow_open of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -161,22 +186,22 @@ def arrow_open(self, arrow_open): @property def arrow_size(self): - """ - Gets the arrow_size of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_size of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 - :return: The arrow_size of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :return: The arrow_size of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_size @arrow_size.setter def arrow_size(self, arrow_size): - """ - Sets the arrow_size of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_size of this SmartSectionCollapsibleDisplaySettings. + + # noqa: E501 - :param arrow_size: The arrow_size of this SmartSectionCollapsibleDisplaySettings. + :param arrow_size: The arrow_size of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -184,22 +209,22 @@ def arrow_size(self, arrow_size): @property def arrow_style(self): - """ - Gets the arrow_style of this SmartSectionCollapsibleDisplaySettings. - + """Gets the arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The arrow_style of this SmartSectionCollapsibleDisplaySettings. + :return: The arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._arrow_style @arrow_style.setter def arrow_style(self, arrow_style): - """ - Sets the arrow_style of this SmartSectionCollapsibleDisplaySettings. - + """Sets the arrow_style of this SmartSectionCollapsibleDisplaySettings. + + # noqa: E501 - :param arrow_style: The arrow_style of this SmartSectionCollapsibleDisplaySettings. + :param arrow_style: The arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -207,22 +232,22 @@ def arrow_style(self, arrow_style): @property def container_style(self): - """ - Gets the container_style of this SmartSectionCollapsibleDisplaySettings. - + """Gets the container_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The container_style of this SmartSectionCollapsibleDisplaySettings. + :return: The container_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._container_style @container_style.setter def container_style(self, container_style): - """ - Sets the container_style of this SmartSectionCollapsibleDisplaySettings. - + """Sets the container_style of this SmartSectionCollapsibleDisplaySettings. + + # noqa: E501 - :param container_style: The container_style of this SmartSectionCollapsibleDisplaySettings. + :param container_style: The container_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -230,22 +255,22 @@ def container_style(self, container_style): @property def label_style(self): - """ - Gets the label_style of this SmartSectionCollapsibleDisplaySettings. - + """Gets the label_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The label_style of this SmartSectionCollapsibleDisplaySettings. + :return: The label_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._label_style @label_style.setter def label_style(self, label_style): - """ - Sets the label_style of this SmartSectionCollapsibleDisplaySettings. - + """Sets the label_style of this SmartSectionCollapsibleDisplaySettings. + + # noqa: E501 - :param label_style: The label_style of this SmartSectionCollapsibleDisplaySettings. + :param label_style: The label_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ @@ -253,22 +278,22 @@ def label_style(self, label_style): @property def only_arrow_is_clickable(self): - """ - Gets the only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. - + """Gets the only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. + :return: The only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: bool """ return self._only_arrow_is_clickable @only_arrow_is_clickable.setter def only_arrow_is_clickable(self, only_arrow_is_clickable): - """ - Sets the only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. - + """Sets the only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. + + # noqa: E501 - :param only_arrow_is_clickable: The only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. + :param only_arrow_is_clickable: The only_arrow_is_clickable of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: bool """ @@ -276,34 +301,32 @@ def only_arrow_is_clickable(self, only_arrow_is_clickable): @property def outer_label_and_arrow_style(self): - """ - Gets the outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. - + """Gets the outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 - :return: The outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :return: The outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :rtype: str """ return self._outer_label_and_arrow_style @outer_label_and_arrow_style.setter def outer_label_and_arrow_style(self, outer_label_and_arrow_style): - """ - Sets the outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. - + """Sets the outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. - :param outer_label_and_arrow_style: The outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. + # noqa: E501 + + :param outer_label_and_arrow_style: The outer_label_and_arrow_style of this SmartSectionCollapsibleDisplaySettings. # noqa: E501 :type: str """ self._outer_label_and_arrow_style = outer_label_and_arrow_style def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -320,29 +343,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SmartSectionCollapsibleDisplaySettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SmartSectionCollapsibleDisplaySettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/smart_section_display_settings.py b/docusign_esign/models/smart_section_display_settings.py index 0b99df08..aa3c94b0 100644 --- a/docusign_esign/models/smart_section_display_settings.py +++ b/docusign_esign/models/smart_section_display_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SmartSectionDisplaySettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, cell_style=None, collapsible_settings=None, display=None, display_label=None, display_order=None, display_page_number=None, hide_label_when_opened=None, inline_outer_style=None, label_when_opened=None, pre_label=None, scroll_to_top_when_opened=None, table_style=None): - """ - SmartSectionDisplaySettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'cell_style': 'str', - 'collapsible_settings': 'SmartSectionCollapsibleDisplaySettings', - 'display': 'str', - 'display_label': 'str', - 'display_order': 'int', - 'display_page_number': 'int', - 'hide_label_when_opened': 'bool', - 'inline_outer_style': 'str', - 'label_when_opened': 'str', - 'pre_label': 'str', - 'scroll_to_top_when_opened': 'bool', - 'table_style': 'str' - } - - self.attribute_map = { - 'cell_style': 'cellStyle', - 'collapsible_settings': 'collapsibleSettings', - 'display': 'display', - 'display_label': 'displayLabel', - 'display_order': 'displayOrder', - 'display_page_number': 'displayPageNumber', - 'hide_label_when_opened': 'hideLabelWhenOpened', - 'inline_outer_style': 'inlineOuterStyle', - 'label_when_opened': 'labelWhenOpened', - 'pre_label': 'preLabel', - 'scroll_to_top_when_opened': 'scrollToTopWhenOpened', - 'table_style': 'tableStyle' - } - self._cell_style = cell_style - self._collapsible_settings = collapsible_settings - self._display = display - self._display_label = display_label - self._display_order = display_order - self._display_page_number = display_page_number - self._hide_label_when_opened = hide_label_when_opened - self._inline_outer_style = inline_outer_style - self._label_when_opened = label_when_opened - self._pre_label = pre_label - self._scroll_to_top_when_opened = scroll_to_top_when_opened - self._table_style = table_style + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cell_style': 'str', + 'collapsible_settings': 'SmartSectionCollapsibleDisplaySettings', + 'display': 'str', + 'display_label': 'str', + 'display_order': 'int', + 'display_page_number': 'int', + 'hide_label_when_opened': 'bool', + 'inline_outer_style': 'str', + 'label_when_opened': 'str', + 'pre_label': 'str', + 'scroll_to_top_when_opened': 'bool', + 'table_style': 'str' + } + + attribute_map = { + 'cell_style': 'cellStyle', + 'collapsible_settings': 'collapsibleSettings', + 'display': 'display', + 'display_label': 'displayLabel', + 'display_order': 'displayOrder', + 'display_page_number': 'displayPageNumber', + 'hide_label_when_opened': 'hideLabelWhenOpened', + 'inline_outer_style': 'inlineOuterStyle', + 'label_when_opened': 'labelWhenOpened', + 'pre_label': 'preLabel', + 'scroll_to_top_when_opened': 'scrollToTopWhenOpened', + 'table_style': 'tableStyle' + } + + def __init__(self, cell_style=None, collapsible_settings=None, display=None, display_label=None, display_order=None, display_page_number=None, hide_label_when_opened=None, inline_outer_style=None, label_when_opened=None, pre_label=None, scroll_to_top_when_opened=None, table_style=None): # noqa: E501 + """SmartSectionDisplaySettings - a model defined in Swagger""" # noqa: E501 + + self._cell_style = None + self._collapsible_settings = None + self._display = None + self._display_label = None + self._display_order = None + self._display_page_number = None + self._hide_label_when_opened = None + self._inline_outer_style = None + self._label_when_opened = None + self._pre_label = None + self._scroll_to_top_when_opened = None + self._table_style = None + self.discriminator = None + + if cell_style is not None: + self.cell_style = cell_style + if collapsible_settings is not None: + self.collapsible_settings = collapsible_settings + if display is not None: + self.display = display + if display_label is not None: + self.display_label = display_label + if display_order is not None: + self.display_order = display_order + if display_page_number is not None: + self.display_page_number = display_page_number + if hide_label_when_opened is not None: + self.hide_label_when_opened = hide_label_when_opened + if inline_outer_style is not None: + self.inline_outer_style = inline_outer_style + if label_when_opened is not None: + self.label_when_opened = label_when_opened + if pre_label is not None: + self.pre_label = pre_label + if scroll_to_top_when_opened is not None: + self.scroll_to_top_when_opened = scroll_to_top_when_opened + if table_style is not None: + self.table_style = table_style @property def cell_style(self): - """ - Gets the cell_style of this SmartSectionDisplaySettings. - + """Gets the cell_style of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The cell_style of this SmartSectionDisplaySettings. + :return: The cell_style of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._cell_style @cell_style.setter def cell_style(self, cell_style): - """ - Sets the cell_style of this SmartSectionDisplaySettings. - + """Sets the cell_style of this SmartSectionDisplaySettings. - :param cell_style: The cell_style of this SmartSectionDisplaySettings. + # noqa: E501 + + :param cell_style: The cell_style of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -98,20 +127,20 @@ def cell_style(self, cell_style): @property def collapsible_settings(self): - """ - Gets the collapsible_settings of this SmartSectionDisplaySettings. + """Gets the collapsible_settings of this SmartSectionDisplaySettings. # noqa: E501 - :return: The collapsible_settings of this SmartSectionDisplaySettings. + + :return: The collapsible_settings of this SmartSectionDisplaySettings. # noqa: E501 :rtype: SmartSectionCollapsibleDisplaySettings """ return self._collapsible_settings @collapsible_settings.setter def collapsible_settings(self, collapsible_settings): - """ - Sets the collapsible_settings of this SmartSectionDisplaySettings. + """Sets the collapsible_settings of this SmartSectionDisplaySettings. + - :param collapsible_settings: The collapsible_settings of this SmartSectionDisplaySettings. + :param collapsible_settings: The collapsible_settings of this SmartSectionDisplaySettings. # noqa: E501 :type: SmartSectionCollapsibleDisplaySettings """ @@ -119,22 +148,22 @@ def collapsible_settings(self, collapsible_settings): @property def display(self): - """ - Gets the display of this SmartSectionDisplaySettings. - + """Gets the display of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display of this SmartSectionDisplaySettings. + :return: The display of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._display @display.setter def display(self, display): - """ - Sets the display of this SmartSectionDisplaySettings. - + """Sets the display of this SmartSectionDisplaySettings. + + # noqa: E501 - :param display: The display of this SmartSectionDisplaySettings. + :param display: The display of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -142,22 +171,22 @@ def display(self, display): @property def display_label(self): - """ - Gets the display_label of this SmartSectionDisplaySettings. - + """Gets the display_label of this SmartSectionDisplaySettings. # noqa: E501 - :return: The display_label of this SmartSectionDisplaySettings. + # noqa: E501 + + :return: The display_label of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._display_label @display_label.setter def display_label(self, display_label): - """ - Sets the display_label of this SmartSectionDisplaySettings. - + """Sets the display_label of this SmartSectionDisplaySettings. - :param display_label: The display_label of this SmartSectionDisplaySettings. + # noqa: E501 + + :param display_label: The display_label of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -165,22 +194,22 @@ def display_label(self, display_label): @property def display_order(self): - """ - Gets the display_order of this SmartSectionDisplaySettings. - + """Gets the display_order of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display_order of this SmartSectionDisplaySettings. + :return: The display_order of this SmartSectionDisplaySettings. # noqa: E501 :rtype: int """ return self._display_order @display_order.setter def display_order(self, display_order): - """ - Sets the display_order of this SmartSectionDisplaySettings. - + """Sets the display_order of this SmartSectionDisplaySettings. + + # noqa: E501 - :param display_order: The display_order of this SmartSectionDisplaySettings. + :param display_order: The display_order of this SmartSectionDisplaySettings. # noqa: E501 :type: int """ @@ -188,22 +217,22 @@ def display_order(self, display_order): @property def display_page_number(self): - """ - Gets the display_page_number of this SmartSectionDisplaySettings. - + """Gets the display_page_number of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The display_page_number of this SmartSectionDisplaySettings. + :return: The display_page_number of this SmartSectionDisplaySettings. # noqa: E501 :rtype: int """ return self._display_page_number @display_page_number.setter def display_page_number(self, display_page_number): - """ - Sets the display_page_number of this SmartSectionDisplaySettings. - + """Sets the display_page_number of this SmartSectionDisplaySettings. - :param display_page_number: The display_page_number of this SmartSectionDisplaySettings. + # noqa: E501 + + :param display_page_number: The display_page_number of this SmartSectionDisplaySettings. # noqa: E501 :type: int """ @@ -211,22 +240,22 @@ def display_page_number(self, display_page_number): @property def hide_label_when_opened(self): - """ - Gets the hide_label_when_opened of this SmartSectionDisplaySettings. - + """Gets the hide_label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 - :return: The hide_label_when_opened of this SmartSectionDisplaySettings. + # noqa: E501 + + :return: The hide_label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :rtype: bool """ return self._hide_label_when_opened @hide_label_when_opened.setter def hide_label_when_opened(self, hide_label_when_opened): - """ - Sets the hide_label_when_opened of this SmartSectionDisplaySettings. - + """Sets the hide_label_when_opened of this SmartSectionDisplaySettings. + + # noqa: E501 - :param hide_label_when_opened: The hide_label_when_opened of this SmartSectionDisplaySettings. + :param hide_label_when_opened: The hide_label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :type: bool """ @@ -234,22 +263,22 @@ def hide_label_when_opened(self, hide_label_when_opened): @property def inline_outer_style(self): - """ - Gets the inline_outer_style of this SmartSectionDisplaySettings. - + """Gets the inline_outer_style of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The inline_outer_style of this SmartSectionDisplaySettings. + :return: The inline_outer_style of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._inline_outer_style @inline_outer_style.setter def inline_outer_style(self, inline_outer_style): - """ - Sets the inline_outer_style of this SmartSectionDisplaySettings. - + """Sets the inline_outer_style of this SmartSectionDisplaySettings. + + # noqa: E501 - :param inline_outer_style: The inline_outer_style of this SmartSectionDisplaySettings. + :param inline_outer_style: The inline_outer_style of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -257,22 +286,22 @@ def inline_outer_style(self, inline_outer_style): @property def label_when_opened(self): - """ - Gets the label_when_opened of this SmartSectionDisplaySettings. - + """Gets the label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 - :return: The label_when_opened of this SmartSectionDisplaySettings. + # noqa: E501 + + :return: The label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._label_when_opened @label_when_opened.setter def label_when_opened(self, label_when_opened): - """ - Sets the label_when_opened of this SmartSectionDisplaySettings. - + """Sets the label_when_opened of this SmartSectionDisplaySettings. - :param label_when_opened: The label_when_opened of this SmartSectionDisplaySettings. + # noqa: E501 + + :param label_when_opened: The label_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -280,22 +309,22 @@ def label_when_opened(self, label_when_opened): @property def pre_label(self): - """ - Gets the pre_label of this SmartSectionDisplaySettings. - + """Gets the pre_label of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The pre_label of this SmartSectionDisplaySettings. + :return: The pre_label of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._pre_label @pre_label.setter def pre_label(self, pre_label): - """ - Sets the pre_label of this SmartSectionDisplaySettings. - + """Sets the pre_label of this SmartSectionDisplaySettings. + + # noqa: E501 - :param pre_label: The pre_label of this SmartSectionDisplaySettings. + :param pre_label: The pre_label of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ @@ -303,22 +332,22 @@ def pre_label(self, pre_label): @property def scroll_to_top_when_opened(self): - """ - Gets the scroll_to_top_when_opened of this SmartSectionDisplaySettings. - + """Gets the scroll_to_top_when_opened of this SmartSectionDisplaySettings. # noqa: E501 + + # noqa: E501 - :return: The scroll_to_top_when_opened of this SmartSectionDisplaySettings. + :return: The scroll_to_top_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :rtype: bool """ return self._scroll_to_top_when_opened @scroll_to_top_when_opened.setter def scroll_to_top_when_opened(self, scroll_to_top_when_opened): - """ - Sets the scroll_to_top_when_opened of this SmartSectionDisplaySettings. - + """Sets the scroll_to_top_when_opened of this SmartSectionDisplaySettings. - :param scroll_to_top_when_opened: The scroll_to_top_when_opened of this SmartSectionDisplaySettings. + # noqa: E501 + + :param scroll_to_top_when_opened: The scroll_to_top_when_opened of this SmartSectionDisplaySettings. # noqa: E501 :type: bool """ @@ -326,34 +355,32 @@ def scroll_to_top_when_opened(self, scroll_to_top_when_opened): @property def table_style(self): - """ - Gets the table_style of this SmartSectionDisplaySettings. - + """Gets the table_style of this SmartSectionDisplaySettings. # noqa: E501 - :return: The table_style of this SmartSectionDisplaySettings. + # noqa: E501 + + :return: The table_style of this SmartSectionDisplaySettings. # noqa: E501 :rtype: str """ return self._table_style @table_style.setter def table_style(self, table_style): - """ - Sets the table_style of this SmartSectionDisplaySettings. - + """Sets the table_style of this SmartSectionDisplaySettings. + + # noqa: E501 - :param table_style: The table_style of this SmartSectionDisplaySettings. + :param table_style: The table_style of this SmartSectionDisplaySettings. # noqa: E501 :type: str """ self._table_style = table_style def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -370,29 +397,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SmartSectionDisplaySettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SmartSectionDisplaySettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/social_account_information.py b/docusign_esign/models/social_account_information.py index 3f80e13c..65c67691 100644 --- a/docusign_esign/models/social_account_information.py +++ b/docusign_esign/models/social_account_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SocialAccountInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, email=None, error_details=None, provider=None, social_id=None, user_name=None): - """ - SocialAccountInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'email': 'str', - 'error_details': 'ErrorDetails', - 'provider': 'str', - 'social_id': 'str', - 'user_name': 'str' - } - - self.attribute_map = { - 'email': 'email', - 'error_details': 'errorDetails', - 'provider': 'provider', - 'social_id': 'socialId', - 'user_name': 'userName' - } - self._email = email - self._error_details = error_details - self._provider = provider - self._social_id = social_id - self._user_name = user_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'email': 'str', + 'error_details': 'ErrorDetails', + 'provider': 'str', + 'social_id': 'str', + 'user_name': 'str' + } + + attribute_map = { + 'email': 'email', + 'error_details': 'errorDetails', + 'provider': 'provider', + 'social_id': 'socialId', + 'user_name': 'userName' + } + + def __init__(self, email=None, error_details=None, provider=None, social_id=None, user_name=None): # noqa: E501 + """SocialAccountInformation - a model defined in Swagger""" # noqa: E501 + + self._email = None + self._error_details = None + self._provider = None + self._social_id = None + self._user_name = None + self.discriminator = None + + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if provider is not None: + self.provider = provider + if social_id is not None: + self.social_id = social_id + if user_name is not None: + self.user_name = user_name @property def email(self): - """ - Gets the email of this SocialAccountInformation. - The users email address. + """Gets the email of this SocialAccountInformation. # noqa: E501 - :return: The email of this SocialAccountInformation. + The users email address. # noqa: E501 + + :return: The email of this SocialAccountInformation. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this SocialAccountInformation. - The users email address. + """Sets the email of this SocialAccountInformation. + + The users email address. # noqa: E501 - :param email: The email of this SocialAccountInformation. + :param email: The email of this SocialAccountInformation. # noqa: E501 :type: str """ @@ -77,20 +92,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this SocialAccountInformation. + """Gets the error_details of this SocialAccountInformation. # noqa: E501 + - :return: The error_details of this SocialAccountInformation. + :return: The error_details of this SocialAccountInformation. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this SocialAccountInformation. + """Sets the error_details of this SocialAccountInformation. - :param error_details: The error_details of this SocialAccountInformation. + + :param error_details: The error_details of this SocialAccountInformation. # noqa: E501 :type: ErrorDetails """ @@ -98,22 +113,22 @@ def error_details(self, error_details): @property def provider(self): - """ - Gets the provider of this SocialAccountInformation. - The social account provider (Facebook, Yahoo, etc.) + """Gets the provider of this SocialAccountInformation. # noqa: E501 - :return: The provider of this SocialAccountInformation. + The social account provider (Facebook, Yahoo, etc.) # noqa: E501 + + :return: The provider of this SocialAccountInformation. # noqa: E501 :rtype: str """ return self._provider @provider.setter def provider(self, provider): - """ - Sets the provider of this SocialAccountInformation. - The social account provider (Facebook, Yahoo, etc.) + """Sets the provider of this SocialAccountInformation. + + The social account provider (Facebook, Yahoo, etc.) # noqa: E501 - :param provider: The provider of this SocialAccountInformation. + :param provider: The provider of this SocialAccountInformation. # noqa: E501 :type: str """ @@ -121,22 +136,22 @@ def provider(self, provider): @property def social_id(self): - """ - Gets the social_id of this SocialAccountInformation. - The ID provided by the Socal Account. + """Gets the social_id of this SocialAccountInformation. # noqa: E501 + + The ID provided by the Socal Account. # noqa: E501 - :return: The social_id of this SocialAccountInformation. + :return: The social_id of this SocialAccountInformation. # noqa: E501 :rtype: str """ return self._social_id @social_id.setter def social_id(self, social_id): - """ - Sets the social_id of this SocialAccountInformation. - The ID provided by the Socal Account. + """Sets the social_id of this SocialAccountInformation. - :param social_id: The social_id of this SocialAccountInformation. + The ID provided by the Socal Account. # noqa: E501 + + :param social_id: The social_id of this SocialAccountInformation. # noqa: E501 :type: str """ @@ -144,34 +159,32 @@ def social_id(self, social_id): @property def user_name(self): - """ - Gets the user_name of this SocialAccountInformation. - The full user name for the account. + """Gets the user_name of this SocialAccountInformation. # noqa: E501 + + The full user name for the account. # noqa: E501 - :return: The user_name of this SocialAccountInformation. + :return: The user_name of this SocialAccountInformation. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this SocialAccountInformation. - The full user name for the account. + """Sets the user_name of this SocialAccountInformation. + + The full user name for the account. # noqa: E501 - :param user_name: The user_name of this SocialAccountInformation. + :param user_name: The user_name of this SocialAccountInformation. # noqa: E501 :type: str """ self._user_name = user_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -188,29 +201,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SocialAccountInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SocialAccountInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/social_authentication.py b/docusign_esign/models/social_authentication.py index 79f4dd27..ae0a2a97 100644 --- a/docusign_esign/models/social_authentication.py +++ b/docusign_esign/models/social_authentication.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SocialAuthentication(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, authentication=None): - """ - SocialAuthentication - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'authentication': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'authentication': 'str' + } - self.attribute_map = { - 'authentication': 'authentication' - } + attribute_map = { + 'authentication': 'authentication' + } - self._authentication = authentication + def __init__(self, authentication=None): # noqa: E501 + """SocialAuthentication - a model defined in Swagger""" # noqa: E501 + + self._authentication = None + self.discriminator = None + + if authentication is not None: + self.authentication = authentication @property def authentication(self): - """ - Gets the authentication of this SocialAuthentication. - Reserved: TBD + """Gets the authentication of this SocialAuthentication. # noqa: E501 + + Reserved: TBD # noqa: E501 - :return: The authentication of this SocialAuthentication. + :return: The authentication of this SocialAuthentication. # noqa: E501 :rtype: str """ return self._authentication @authentication.setter def authentication(self, authentication): - """ - Sets the authentication of this SocialAuthentication. - Reserved: TBD + """Sets the authentication of this SocialAuthentication. - :param authentication: The authentication of this SocialAuthentication. + Reserved: TBD # noqa: E501 + + :param authentication: The authentication of this SocialAuthentication. # noqa: E501 :type: str """ self._authentication = authentication def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SocialAuthentication, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SocialAuthentication): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/ssn.py b/docusign_esign/models/ssn.py index 1acf7605..9cdefd74 100644 --- a/docusign_esign/models/ssn.py +++ b/docusign_esign/models/ssn.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,383 +11,610 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Ssn(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Ssn - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Ssn - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Ssn. - + """Gets the anchor_allow_white_space_in_characters of this Ssn. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Ssn. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Ssn. - + """Sets the anchor_allow_white_space_in_characters of this Ssn. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Ssn. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Ssn. # noqa: E501 :type: str """ @@ -395,20 +622,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Ssn. + """Gets the anchor_allow_white_space_in_characters_metadata of this Ssn. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Ssn. + :return: The anchor_allow_white_space_in_characters_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Ssn. + """Sets the anchor_allow_white_space_in_characters_metadata of this Ssn. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Ssn. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -416,22 +643,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Ssn. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Ssn. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Ssn. + :return: The anchor_case_sensitive of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Ssn. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Ssn. - :param anchor_case_sensitive: The anchor_case_sensitive of this Ssn. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this Ssn. # noqa: E501 :type: str """ @@ -439,20 +666,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Ssn. + """Gets the anchor_case_sensitive_metadata of this Ssn. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this Ssn. + + :return: The anchor_case_sensitive_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Ssn. + """Sets the anchor_case_sensitive_metadata of this Ssn. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Ssn. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -460,22 +687,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Ssn. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Ssn. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Ssn. + :return: The anchor_horizontal_alignment of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Ssn. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Ssn. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Ssn. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Ssn. # noqa: E501 :type: str """ @@ -483,20 +710,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Ssn. + """Gets the anchor_horizontal_alignment_metadata of this Ssn. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this Ssn. + + :return: The anchor_horizontal_alignment_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Ssn. + """Sets the anchor_horizontal_alignment_metadata of this Ssn. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Ssn. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -504,22 +731,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Ssn. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Ssn. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Ssn. + :return: The anchor_ignore_if_not_present of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Ssn. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Ssn. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Ssn. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Ssn. # noqa: E501 :type: str """ @@ -527,20 +754,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Ssn. + """Gets the anchor_ignore_if_not_present_metadata of this Ssn. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Ssn. + :return: The anchor_ignore_if_not_present_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Ssn. + """Sets the anchor_ignore_if_not_present_metadata of this Ssn. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Ssn. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -548,22 +775,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Ssn. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Ssn. # noqa: E501 - :return: The anchor_match_whole_word of this Ssn. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Ssn. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Ssn. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Ssn. + :param anchor_match_whole_word: The anchor_match_whole_word of this Ssn. # noqa: E501 :type: str """ @@ -571,20 +798,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Ssn. + """Gets the anchor_match_whole_word_metadata of this Ssn. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Ssn. + :return: The anchor_match_whole_word_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Ssn. + """Sets the anchor_match_whole_word_metadata of this Ssn. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Ssn. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -592,22 +819,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Ssn. - Anchor text information for a radio button. + """Gets the anchor_string of this Ssn. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Ssn. + :return: The anchor_string of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Ssn. - Anchor text information for a radio button. + """Sets the anchor_string of this Ssn. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Ssn. + :param anchor_string: The anchor_string of this Ssn. # noqa: E501 :type: str """ @@ -615,20 +842,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Ssn. + """Gets the anchor_string_metadata of this Ssn. # noqa: E501 - :return: The anchor_string_metadata of this Ssn. + + :return: The anchor_string_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Ssn. + """Sets the anchor_string_metadata of this Ssn. - :param anchor_string_metadata: The anchor_string_metadata of this Ssn. + + :param anchor_string_metadata: The anchor_string_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -636,22 +863,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Ssn. - + """Gets the anchor_tab_processor_version of this Ssn. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Ssn. + :return: The anchor_tab_processor_version of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Ssn. - + """Sets the anchor_tab_processor_version of this Ssn. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Ssn. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Ssn. # noqa: E501 :type: str """ @@ -659,20 +886,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Ssn. + """Gets the anchor_tab_processor_version_metadata of this Ssn. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Ssn. + :return: The anchor_tab_processor_version_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Ssn. + """Sets the anchor_tab_processor_version_metadata of this Ssn. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Ssn. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -680,22 +907,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Ssn. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Ssn. # noqa: E501 - :return: The anchor_units of this Ssn. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Ssn. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Ssn. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Ssn. + :param anchor_units: The anchor_units of this Ssn. # noqa: E501 :type: str """ @@ -703,20 +930,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Ssn. + """Gets the anchor_units_metadata of this Ssn. # noqa: E501 + - :return: The anchor_units_metadata of this Ssn. + :return: The anchor_units_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Ssn. + """Sets the anchor_units_metadata of this Ssn. + - :param anchor_units_metadata: The anchor_units_metadata of this Ssn. + :param anchor_units_metadata: The anchor_units_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -724,22 +951,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Ssn. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Ssn. # noqa: E501 - :return: The anchor_x_offset of this Ssn. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Ssn. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Ssn. - :param anchor_x_offset: The anchor_x_offset of this Ssn. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Ssn. # noqa: E501 :type: str """ @@ -747,20 +974,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Ssn. + """Gets the anchor_x_offset_metadata of this Ssn. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Ssn. + :return: The anchor_x_offset_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Ssn. + """Sets the anchor_x_offset_metadata of this Ssn. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Ssn. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -768,22 +995,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Ssn. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Ssn. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Ssn. + :return: The anchor_y_offset of this Ssn. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Ssn. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Ssn. - :param anchor_y_offset: The anchor_y_offset of this Ssn. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Ssn. # noqa: E501 :type: str """ @@ -791,20 +1018,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Ssn. + """Gets the anchor_y_offset_metadata of this Ssn. # noqa: E501 - :return: The anchor_y_offset_metadata of this Ssn. + + :return: The anchor_y_offset_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Ssn. + """Sets the anchor_y_offset_metadata of this Ssn. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Ssn. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -812,22 +1039,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Ssn. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Ssn. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Ssn. + :return: The bold of this Ssn. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Ssn. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Ssn. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Ssn. + :param bold: The bold of this Ssn. # noqa: E501 :type: str """ @@ -835,20 +1062,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Ssn. + """Gets the bold_metadata of this Ssn. # noqa: E501 - :return: The bold_metadata of this Ssn. + + :return: The bold_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Ssn. + """Sets the bold_metadata of this Ssn. - :param bold_metadata: The bold_metadata of this Ssn. + + :param bold_metadata: The bold_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -856,22 +1083,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Ssn. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Ssn. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Ssn. + :return: The conceal_value_on_document of this Ssn. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Ssn. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Ssn. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Ssn. + :param conceal_value_on_document: The conceal_value_on_document of this Ssn. # noqa: E501 :type: str """ @@ -879,20 +1106,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Ssn. + """Gets the conceal_value_on_document_metadata of this Ssn. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this Ssn. + :return: The conceal_value_on_document_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Ssn. + """Sets the conceal_value_on_document_metadata of this Ssn. - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Ssn. + + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -900,22 +1127,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Ssn. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Ssn. # noqa: E501 - :return: The conditional_parent_label of this Ssn. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this Ssn. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Ssn. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Ssn. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Ssn. + :param conditional_parent_label: The conditional_parent_label of this Ssn. # noqa: E501 :type: str """ @@ -923,20 +1150,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Ssn. + """Gets the conditional_parent_label_metadata of this Ssn. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Ssn. + :return: The conditional_parent_label_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Ssn. + """Sets the conditional_parent_label_metadata of this Ssn. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Ssn. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -944,22 +1171,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Ssn. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Ssn. # noqa: E501 - :return: The conditional_parent_value of this Ssn. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :return: The conditional_parent_value of this Ssn. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Ssn. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Ssn. - :param conditional_parent_value: The conditional_parent_value of this Ssn. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this Ssn. # noqa: E501 :type: str """ @@ -967,20 +1194,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Ssn. + """Gets the conditional_parent_value_metadata of this Ssn. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Ssn. + :return: The conditional_parent_value_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Ssn. + """Sets the conditional_parent_value_metadata of this Ssn. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Ssn. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -988,22 +1215,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Ssn. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Ssn. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Ssn. + :return: The custom_tab_id of this Ssn. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Ssn. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Ssn. - :param custom_tab_id: The custom_tab_id of this Ssn. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this Ssn. # noqa: E501 :type: str """ @@ -1011,20 +1238,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Ssn. + """Gets the custom_tab_id_metadata of this Ssn. # noqa: E501 - :return: The custom_tab_id_metadata of this Ssn. + + :return: The custom_tab_id_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Ssn. + """Sets the custom_tab_id_metadata of this Ssn. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Ssn. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1032,22 +1259,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Ssn. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Ssn. # noqa: E501 - :return: The disable_auto_size of this Ssn. + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :return: The disable_auto_size of this Ssn. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Ssn. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Ssn. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Ssn. + :param disable_auto_size: The disable_auto_size of this Ssn. # noqa: E501 :type: str """ @@ -1055,20 +1282,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Ssn. + """Gets the disable_auto_size_metadata of this Ssn. # noqa: E501 + - :return: The disable_auto_size_metadata of this Ssn. + :return: The disable_auto_size_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Ssn. + """Sets the disable_auto_size_metadata of this Ssn. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Ssn. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1076,22 +1303,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Ssn. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Ssn. # noqa: E501 - :return: The document_id of this Ssn. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this Ssn. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Ssn. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Ssn. - :param document_id: The document_id of this Ssn. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this Ssn. # noqa: E501 :type: str """ @@ -1099,20 +1326,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Ssn. + """Gets the document_id_metadata of this Ssn. # noqa: E501 + - :return: The document_id_metadata of this Ssn. + :return: The document_id_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Ssn. + """Sets the document_id_metadata of this Ssn. + - :param document_id_metadata: The document_id_metadata of this Ssn. + :param document_id_metadata: The document_id_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1120,20 +1347,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Ssn. + """Gets the error_details of this Ssn. # noqa: E501 + - :return: The error_details of this Ssn. + :return: The error_details of this Ssn. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Ssn. + """Sets the error_details of this Ssn. - :param error_details: The error_details of this Ssn. + + :param error_details: The error_details of this Ssn. # noqa: E501 :type: ErrorDetails """ @@ -1141,22 +1368,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Ssn. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Ssn. # noqa: E501 - :return: The font of this Ssn. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Ssn. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Ssn. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Ssn. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Ssn. + :param font: The font of this Ssn. # noqa: E501 :type: str """ @@ -1164,22 +1391,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Ssn. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Ssn. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Ssn. + :return: The font_color of this Ssn. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Ssn. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Ssn. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Ssn. + :param font_color: The font_color of this Ssn. # noqa: E501 :type: str """ @@ -1187,20 +1414,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Ssn. + """Gets the font_color_metadata of this Ssn. # noqa: E501 - :return: The font_color_metadata of this Ssn. + + :return: The font_color_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Ssn. + """Sets the font_color_metadata of this Ssn. - :param font_color_metadata: The font_color_metadata of this Ssn. + + :param font_color_metadata: The font_color_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1208,20 +1435,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Ssn. + """Gets the font_metadata of this Ssn. # noqa: E501 + - :return: The font_metadata of this Ssn. + :return: The font_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Ssn. + """Sets the font_metadata of this Ssn. + - :param font_metadata: The font_metadata of this Ssn. + :param font_metadata: The font_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1229,22 +1456,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Ssn. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Ssn. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Ssn. + :return: The font_size of this Ssn. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Ssn. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Ssn. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Ssn. + :param font_size: The font_size of this Ssn. # noqa: E501 :type: str """ @@ -1252,20 +1479,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Ssn. + """Gets the font_size_metadata of this Ssn. # noqa: E501 + - :return: The font_size_metadata of this Ssn. + :return: The font_size_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Ssn. + """Sets the font_size_metadata of this Ssn. - :param font_size_metadata: The font_size_metadata of this Ssn. + + :param font_size_metadata: The font_size_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1273,22 +1500,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Ssn. - + """Gets the form_order of this Ssn. # noqa: E501 - :return: The form_order of this Ssn. + # noqa: E501 + + :return: The form_order of this Ssn. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Ssn. - + """Sets the form_order of this Ssn. + + # noqa: E501 - :param form_order: The form_order of this Ssn. + :param form_order: The form_order of this Ssn. # noqa: E501 :type: str """ @@ -1296,20 +1523,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Ssn. + """Gets the form_order_metadata of this Ssn. # noqa: E501 + - :return: The form_order_metadata of this Ssn. + :return: The form_order_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Ssn. + """Sets the form_order_metadata of this Ssn. + - :param form_order_metadata: The form_order_metadata of this Ssn. + :param form_order_metadata: The form_order_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1317,22 +1544,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Ssn. - + """Gets the form_page_label of this Ssn. # noqa: E501 - :return: The form_page_label of this Ssn. + # noqa: E501 + + :return: The form_page_label of this Ssn. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Ssn. - + """Sets the form_page_label of this Ssn. - :param form_page_label: The form_page_label of this Ssn. + # noqa: E501 + + :param form_page_label: The form_page_label of this Ssn. # noqa: E501 :type: str """ @@ -1340,20 +1567,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Ssn. + """Gets the form_page_label_metadata of this Ssn. # noqa: E501 + - :return: The form_page_label_metadata of this Ssn. + :return: The form_page_label_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Ssn. + """Sets the form_page_label_metadata of this Ssn. + - :param form_page_label_metadata: The form_page_label_metadata of this Ssn. + :param form_page_label_metadata: The form_page_label_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1361,22 +1588,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Ssn. - + """Gets the form_page_number of this Ssn. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Ssn. + :return: The form_page_number of this Ssn. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Ssn. - + """Sets the form_page_number of this Ssn. - :param form_page_number: The form_page_number of this Ssn. + # noqa: E501 + + :param form_page_number: The form_page_number of this Ssn. # noqa: E501 :type: str """ @@ -1384,20 +1611,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Ssn. + """Gets the form_page_number_metadata of this Ssn. # noqa: E501 - :return: The form_page_number_metadata of this Ssn. + + :return: The form_page_number_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Ssn. + """Sets the form_page_number_metadata of this Ssn. + - :param form_page_number_metadata: The form_page_number_metadata of this Ssn. + :param form_page_number_metadata: The form_page_number_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1405,22 +1632,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Ssn. - Height of the tab in pixels. + """Gets the height of this Ssn. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Ssn. + :return: The height of this Ssn. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Ssn. - Height of the tab in pixels. + """Sets the height of this Ssn. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Ssn. + :param height: The height of this Ssn. # noqa: E501 :type: str """ @@ -1428,20 +1655,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Ssn. + """Gets the height_metadata of this Ssn. # noqa: E501 - :return: The height_metadata of this Ssn. + + :return: The height_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Ssn. + """Sets the height_metadata of this Ssn. - :param height_metadata: The height_metadata of this Ssn. + + :param height_metadata: The height_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1449,22 +1676,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Ssn. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Ssn. # noqa: E501 - :return: The italic of this Ssn. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Ssn. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Ssn. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Ssn. - :param italic: The italic of this Ssn. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Ssn. # noqa: E501 :type: str """ @@ -1472,20 +1699,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Ssn. + """Gets the italic_metadata of this Ssn. # noqa: E501 - :return: The italic_metadata of this Ssn. + + :return: The italic_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Ssn. + """Sets the italic_metadata of this Ssn. - :param italic_metadata: The italic_metadata of this Ssn. + + :param italic_metadata: The italic_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1493,20 +1720,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Ssn. + """Gets the locale_policy of this Ssn. # noqa: E501 - :return: The locale_policy of this Ssn. + + :return: The locale_policy of this Ssn. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Ssn. + """Sets the locale_policy of this Ssn. - :param locale_policy: The locale_policy of this Ssn. + + :param locale_policy: The locale_policy of this Ssn. # noqa: E501 :type: LocalePolicyTab """ @@ -1514,22 +1741,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Ssn. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Ssn. # noqa: E501 - :return: The locked of this Ssn. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Ssn. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Ssn. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Ssn. - :param locked: The locked of this Ssn. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Ssn. # noqa: E501 :type: str """ @@ -1537,20 +1764,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Ssn. + """Gets the locked_metadata of this Ssn. # noqa: E501 - :return: The locked_metadata of this Ssn. + + :return: The locked_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Ssn. + """Sets the locked_metadata of this Ssn. - :param locked_metadata: The locked_metadata of this Ssn. + + :param locked_metadata: The locked_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1558,22 +1785,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Ssn. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Ssn. # noqa: E501 - :return: The max_length of this Ssn. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this Ssn. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Ssn. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Ssn. - :param max_length: The max_length of this Ssn. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this Ssn. # noqa: E501 :type: str """ @@ -1581,20 +1808,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Ssn. + """Gets the max_length_metadata of this Ssn. # noqa: E501 - :return: The max_length_metadata of this Ssn. + + :return: The max_length_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Ssn. + """Sets the max_length_metadata of this Ssn. - :param max_length_metadata: The max_length_metadata of this Ssn. + + :param max_length_metadata: The max_length_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1602,20 +1829,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Ssn. + """Gets the merge_field of this Ssn. # noqa: E501 - :return: The merge_field of this Ssn. + + :return: The merge_field of this Ssn. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Ssn. + """Sets the merge_field of this Ssn. - :param merge_field: The merge_field of this Ssn. + + :param merge_field: The merge_field of this Ssn. # noqa: E501 :type: MergeField """ @@ -1623,22 +1850,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Ssn. - + """Gets the merge_field_xml of this Ssn. # noqa: E501 - :return: The merge_field_xml of this Ssn. + # noqa: E501 + + :return: The merge_field_xml of this Ssn. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Ssn. - + """Sets the merge_field_xml of this Ssn. - :param merge_field_xml: The merge_field_xml of this Ssn. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Ssn. # noqa: E501 :type: str """ @@ -1646,22 +1873,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Ssn. - Specifies the tool tip text for the tab. + """Gets the name of this Ssn. # noqa: E501 - :return: The name of this Ssn. + Specifies the tool tip text for the tab. # noqa: E501 + + :return: The name of this Ssn. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Ssn. - Specifies the tool tip text for the tab. + """Sets the name of this Ssn. - :param name: The name of this Ssn. + Specifies the tool tip text for the tab. # noqa: E501 + + :param name: The name of this Ssn. # noqa: E501 :type: str """ @@ -1669,20 +1896,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Ssn. + """Gets the name_metadata of this Ssn. # noqa: E501 - :return: The name_metadata of this Ssn. + + :return: The name_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Ssn. + """Sets the name_metadata of this Ssn. - :param name_metadata: The name_metadata of this Ssn. + + :param name_metadata: The name_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1690,22 +1917,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Ssn. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Ssn. # noqa: E501 - :return: The original_value of this Ssn. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this Ssn. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Ssn. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Ssn. - :param original_value: The original_value of this Ssn. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this Ssn. # noqa: E501 :type: str """ @@ -1713,20 +1940,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Ssn. + """Gets the original_value_metadata of this Ssn. # noqa: E501 - :return: The original_value_metadata of this Ssn. + + :return: The original_value_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Ssn. + """Sets the original_value_metadata of this Ssn. - :param original_value_metadata: The original_value_metadata of this Ssn. + + :param original_value_metadata: The original_value_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1734,22 +1961,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Ssn. - Specifies the page number on which the tab is located. + """Gets the page_number of this Ssn. # noqa: E501 - :return: The page_number of this Ssn. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Ssn. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Ssn. - Specifies the page number on which the tab is located. + """Sets the page_number of this Ssn. - :param page_number: The page_number of this Ssn. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Ssn. # noqa: E501 :type: str """ @@ -1757,20 +1984,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Ssn. + """Gets the page_number_metadata of this Ssn. # noqa: E501 - :return: The page_number_metadata of this Ssn. + + :return: The page_number_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Ssn. + """Sets the page_number_metadata of this Ssn. - :param page_number_metadata: The page_number_metadata of this Ssn. + + :param page_number_metadata: The page_number_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1778,22 +2005,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Ssn. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Ssn. # noqa: E501 - :return: The recipient_id of this Ssn. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Ssn. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Ssn. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Ssn. - :param recipient_id: The recipient_id of this Ssn. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Ssn. # noqa: E501 :type: str """ @@ -1801,22 +2028,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Ssn. - + """Gets the recipient_id_guid of this Ssn. # noqa: E501 - :return: The recipient_id_guid of this Ssn. + # noqa: E501 + + :return: The recipient_id_guid of this Ssn. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Ssn. - + """Sets the recipient_id_guid of this Ssn. - :param recipient_id_guid: The recipient_id_guid of this Ssn. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Ssn. # noqa: E501 :type: str """ @@ -1824,20 +2051,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Ssn. + """Gets the recipient_id_guid_metadata of this Ssn. # noqa: E501 - :return: The recipient_id_guid_metadata of this Ssn. + + :return: The recipient_id_guid_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Ssn. + """Sets the recipient_id_guid_metadata of this Ssn. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Ssn. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1845,20 +2072,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Ssn. + """Gets the recipient_id_metadata of this Ssn. # noqa: E501 - :return: The recipient_id_metadata of this Ssn. + + :return: The recipient_id_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Ssn. + """Sets the recipient_id_metadata of this Ssn. - :param recipient_id_metadata: The recipient_id_metadata of this Ssn. + + :param recipient_id_metadata: The recipient_id_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1866,22 +2093,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this Ssn. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this Ssn. # noqa: E501 - :return: The require_all of this Ssn. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this Ssn. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this Ssn. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this Ssn. - :param require_all: The require_all of this Ssn. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this Ssn. # noqa: E501 :type: str """ @@ -1889,20 +2116,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this Ssn. + """Gets the require_all_metadata of this Ssn. # noqa: E501 - :return: The require_all_metadata of this Ssn. + + :return: The require_all_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this Ssn. + """Sets the require_all_metadata of this Ssn. - :param require_all_metadata: The require_all_metadata of this Ssn. + + :param require_all_metadata: The require_all_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1910,22 +2137,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this Ssn. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Ssn. # noqa: E501 - :return: The required of this Ssn. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Ssn. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Ssn. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Ssn. - :param required: The required of this Ssn. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Ssn. # noqa: E501 :type: str """ @@ -1933,20 +2160,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Ssn. + """Gets the required_metadata of this Ssn. # noqa: E501 - :return: The required_metadata of this Ssn. + + :return: The required_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Ssn. + """Sets the required_metadata of this Ssn. - :param required_metadata: The required_metadata of this Ssn. + + :param required_metadata: The required_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1954,22 +2181,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Ssn. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Ssn. # noqa: E501 - :return: The require_initial_on_shared_change of this Ssn. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this Ssn. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Ssn. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Ssn. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Ssn. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Ssn. # noqa: E501 :type: str """ @@ -1977,20 +2204,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Ssn. + """Gets the require_initial_on_shared_change_metadata of this Ssn. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this Ssn. + + :return: The require_initial_on_shared_change_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Ssn. + """Sets the require_initial_on_shared_change_metadata of this Ssn. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Ssn. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -1998,22 +2225,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this Ssn. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this Ssn. # noqa: E501 - :return: The sender_required of this Ssn. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this Ssn. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this Ssn. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this Ssn. - :param sender_required: The sender_required of this Ssn. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this Ssn. # noqa: E501 :type: str """ @@ -2021,20 +2248,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this Ssn. + """Gets the sender_required_metadata of this Ssn. # noqa: E501 - :return: The sender_required_metadata of this Ssn. + + :return: The sender_required_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this Ssn. + """Sets the sender_required_metadata of this Ssn. - :param sender_required_metadata: The sender_required_metadata of this Ssn. + + :param sender_required_metadata: The sender_required_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2042,22 +2269,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this Ssn. - When set to **true**, this custom tab is shared. + """Gets the shared of this Ssn. # noqa: E501 - :return: The shared of this Ssn. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Ssn. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Ssn. - When set to **true**, this custom tab is shared. + """Sets the shared of this Ssn. - :param shared: The shared of this Ssn. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Ssn. # noqa: E501 :type: str """ @@ -2065,20 +2292,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Ssn. + """Gets the shared_metadata of this Ssn. # noqa: E501 - :return: The shared_metadata of this Ssn. + + :return: The shared_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Ssn. + """Sets the shared_metadata of this Ssn. - :param shared_metadata: The shared_metadata of this Ssn. + + :param shared_metadata: The shared_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2086,20 +2313,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Ssn. + """Gets the smart_contract_information of this Ssn. # noqa: E501 - :return: The smart_contract_information of this Ssn. + + :return: The smart_contract_information of this Ssn. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Ssn. + """Sets the smart_contract_information of this Ssn. - :param smart_contract_information: The smart_contract_information of this Ssn. + + :param smart_contract_information: The smart_contract_information of this Ssn. # noqa: E501 :type: SmartContractInformation """ @@ -2107,22 +2334,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Ssn. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Ssn. # noqa: E501 - :return: The status of this Ssn. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Ssn. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Ssn. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Ssn. - :param status: The status of this Ssn. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Ssn. # noqa: E501 :type: str """ @@ -2130,20 +2357,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Ssn. + """Gets the status_metadata of this Ssn. # noqa: E501 - :return: The status_metadata of this Ssn. + + :return: The status_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Ssn. + """Sets the status_metadata of this Ssn. - :param status_metadata: The status_metadata of this Ssn. + + :param status_metadata: The status_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2151,22 +2378,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Ssn. - + """Gets the tab_group_labels of this Ssn. # noqa: E501 - :return: The tab_group_labels of this Ssn. + # noqa: E501 + + :return: The tab_group_labels of this Ssn. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Ssn. - + """Sets the tab_group_labels of this Ssn. - :param tab_group_labels: The tab_group_labels of this Ssn. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Ssn. # noqa: E501 :type: list[str] """ @@ -2174,20 +2401,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Ssn. + """Gets the tab_group_labels_metadata of this Ssn. # noqa: E501 - :return: The tab_group_labels_metadata of this Ssn. + + :return: The tab_group_labels_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Ssn. + """Sets the tab_group_labels_metadata of this Ssn. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Ssn. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2195,22 +2422,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Ssn. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Ssn. # noqa: E501 - :return: The tab_id of this Ssn. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Ssn. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Ssn. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Ssn. - :param tab_id: The tab_id of this Ssn. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Ssn. # noqa: E501 :type: str """ @@ -2218,20 +2445,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Ssn. + """Gets the tab_id_metadata of this Ssn. # noqa: E501 - :return: The tab_id_metadata of this Ssn. + + :return: The tab_id_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Ssn. + """Sets the tab_id_metadata of this Ssn. - :param tab_id_metadata: The tab_id_metadata of this Ssn. + + :param tab_id_metadata: The tab_id_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2239,22 +2466,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Ssn. - The label string associated with the tab. + """Gets the tab_label of this Ssn. # noqa: E501 - :return: The tab_label of this Ssn. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Ssn. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Ssn. - The label string associated with the tab. + """Sets the tab_label of this Ssn. - :param tab_label: The tab_label of this Ssn. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Ssn. # noqa: E501 :type: str """ @@ -2262,20 +2489,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Ssn. + """Gets the tab_label_metadata of this Ssn. # noqa: E501 - :return: The tab_label_metadata of this Ssn. + + :return: The tab_label_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Ssn. + """Sets the tab_label_metadata of this Ssn. - :param tab_label_metadata: The tab_label_metadata of this Ssn. + + :param tab_label_metadata: The tab_label_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2283,22 +2510,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Ssn. - + """Gets the tab_order of this Ssn. # noqa: E501 - :return: The tab_order of this Ssn. + # noqa: E501 + + :return: The tab_order of this Ssn. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Ssn. - + """Sets the tab_order of this Ssn. - :param tab_order: The tab_order of this Ssn. + # noqa: E501 + + :param tab_order: The tab_order of this Ssn. # noqa: E501 :type: str """ @@ -2306,20 +2533,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Ssn. + """Gets the tab_order_metadata of this Ssn. # noqa: E501 - :return: The tab_order_metadata of this Ssn. + + :return: The tab_order_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Ssn. + """Sets the tab_order_metadata of this Ssn. - :param tab_order_metadata: The tab_order_metadata of this Ssn. + + :param tab_order_metadata: The tab_order_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2327,22 +2554,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Ssn. - + """Gets the tab_type of this Ssn. # noqa: E501 - :return: The tab_type of this Ssn. + # noqa: E501 + + :return: The tab_type of this Ssn. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Ssn. - + """Sets the tab_type of this Ssn. - :param tab_type: The tab_type of this Ssn. + # noqa: E501 + + :param tab_type: The tab_type of this Ssn. # noqa: E501 :type: str """ @@ -2350,20 +2577,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Ssn. + """Gets the tab_type_metadata of this Ssn. # noqa: E501 - :return: The tab_type_metadata of this Ssn. + + :return: The tab_type_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Ssn. + """Sets the tab_type_metadata of this Ssn. - :param tab_type_metadata: The tab_type_metadata of this Ssn. + + :param tab_type_metadata: The tab_type_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2371,22 +2598,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Ssn. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Ssn. # noqa: E501 - :return: The template_locked of this Ssn. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Ssn. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Ssn. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Ssn. - :param template_locked: The template_locked of this Ssn. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Ssn. # noqa: E501 :type: str """ @@ -2394,20 +2621,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Ssn. + """Gets the template_locked_metadata of this Ssn. # noqa: E501 - :return: The template_locked_metadata of this Ssn. + + :return: The template_locked_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Ssn. + """Sets the template_locked_metadata of this Ssn. - :param template_locked_metadata: The template_locked_metadata of this Ssn. + + :param template_locked_metadata: The template_locked_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2415,22 +2642,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Ssn. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Ssn. # noqa: E501 - :return: The template_required of this Ssn. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Ssn. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Ssn. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Ssn. - :param template_required: The template_required of this Ssn. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Ssn. # noqa: E501 :type: str """ @@ -2438,20 +2665,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Ssn. + """Gets the template_required_metadata of this Ssn. # noqa: E501 - :return: The template_required_metadata of this Ssn. + + :return: The template_required_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Ssn. + """Sets the template_required_metadata of this Ssn. - :param template_required_metadata: The template_required_metadata of this Ssn. + + :param template_required_metadata: The template_required_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2459,22 +2686,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Ssn. - + """Gets the tooltip of this Ssn. # noqa: E501 - :return: The tooltip of this Ssn. + # noqa: E501 + + :return: The tooltip of this Ssn. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Ssn. - + """Sets the tooltip of this Ssn. - :param tooltip: The tooltip of this Ssn. + # noqa: E501 + + :param tooltip: The tooltip of this Ssn. # noqa: E501 :type: str """ @@ -2482,20 +2709,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Ssn. + """Gets the tool_tip_metadata of this Ssn. # noqa: E501 - :return: The tool_tip_metadata of this Ssn. + + :return: The tool_tip_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Ssn. + """Sets the tool_tip_metadata of this Ssn. - :param tool_tip_metadata: The tool_tip_metadata of this Ssn. + + :param tool_tip_metadata: The tool_tip_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2503,22 +2730,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Ssn. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Ssn. # noqa: E501 - :return: The underline of this Ssn. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Ssn. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Ssn. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Ssn. - :param underline: The underline of this Ssn. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Ssn. # noqa: E501 :type: str """ @@ -2526,20 +2753,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Ssn. + """Gets the underline_metadata of this Ssn. # noqa: E501 - :return: The underline_metadata of this Ssn. + + :return: The underline_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Ssn. + """Sets the underline_metadata of this Ssn. - :param underline_metadata: The underline_metadata of this Ssn. + + :param underline_metadata: The underline_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2547,22 +2774,22 @@ def underline_metadata(self, underline_metadata): @property def validation_message(self): - """ - Gets the validation_message of this Ssn. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this Ssn. # noqa: E501 - :return: The validation_message of this Ssn. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this Ssn. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this Ssn. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this Ssn. - :param validation_message: The validation_message of this Ssn. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this Ssn. # noqa: E501 :type: str """ @@ -2570,20 +2797,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this Ssn. + """Gets the validation_message_metadata of this Ssn. # noqa: E501 - :return: The validation_message_metadata of this Ssn. + + :return: The validation_message_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this Ssn. + """Sets the validation_message_metadata of this Ssn. - :param validation_message_metadata: The validation_message_metadata of this Ssn. + + :param validation_message_metadata: The validation_message_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2591,22 +2818,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this Ssn. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this Ssn. # noqa: E501 - :return: The validation_pattern of this Ssn. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this Ssn. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this Ssn. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this Ssn. - :param validation_pattern: The validation_pattern of this Ssn. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this Ssn. # noqa: E501 :type: str """ @@ -2614,20 +2841,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this Ssn. + """Gets the validation_pattern_metadata of this Ssn. # noqa: E501 - :return: The validation_pattern_metadata of this Ssn. + + :return: The validation_pattern_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this Ssn. + """Sets the validation_pattern_metadata of this Ssn. - :param validation_pattern_metadata: The validation_pattern_metadata of this Ssn. + + :param validation_pattern_metadata: The validation_pattern_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2635,22 +2862,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this Ssn. - Specifies the value of the tab. + """Gets the value of this Ssn. # noqa: E501 - :return: The value of this Ssn. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Ssn. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Ssn. - Specifies the value of the tab. + """Sets the value of this Ssn. - :param value: The value of this Ssn. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Ssn. # noqa: E501 :type: str """ @@ -2658,20 +2885,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Ssn. + """Gets the value_metadata of this Ssn. # noqa: E501 - :return: The value_metadata of this Ssn. + + :return: The value_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Ssn. + """Sets the value_metadata of this Ssn. - :param value_metadata: The value_metadata of this Ssn. + + :param value_metadata: The value_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2679,22 +2906,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Ssn. - Width of the tab in pixels. + """Gets the width of this Ssn. # noqa: E501 - :return: The width of this Ssn. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Ssn. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Ssn. - Width of the tab in pixels. + """Sets the width of this Ssn. - :param width: The width of this Ssn. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Ssn. # noqa: E501 :type: str """ @@ -2702,20 +2929,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Ssn. + """Gets the width_metadata of this Ssn. # noqa: E501 - :return: The width_metadata of this Ssn. + + :return: The width_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Ssn. + """Sets the width_metadata of this Ssn. - :param width_metadata: The width_metadata of this Ssn. + + :param width_metadata: The width_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2723,22 +2950,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Ssn. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Ssn. # noqa: E501 - :return: The x_position of this Ssn. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Ssn. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Ssn. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Ssn. - :param x_position: The x_position of this Ssn. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Ssn. # noqa: E501 :type: str """ @@ -2746,20 +2973,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Ssn. + """Gets the x_position_metadata of this Ssn. # noqa: E501 - :return: The x_position_metadata of this Ssn. + + :return: The x_position_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Ssn. + """Sets the x_position_metadata of this Ssn. - :param x_position_metadata: The x_position_metadata of this Ssn. + + :param x_position_metadata: The x_position_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ @@ -2767,22 +2994,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Ssn. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Ssn. # noqa: E501 - :return: The y_position of this Ssn. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Ssn. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Ssn. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Ssn. - :param y_position: The y_position of this Ssn. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Ssn. # noqa: E501 :type: str """ @@ -2790,32 +3017,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Ssn. + """Gets the y_position_metadata of this Ssn. # noqa: E501 - :return: The y_position_metadata of this Ssn. + + :return: The y_position_metadata of this Ssn. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Ssn. + """Sets the y_position_metadata of this Ssn. - :param y_position_metadata: The y_position_metadata of this Ssn. + + :param y_position_metadata: The y_position_metadata of this Ssn. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2832,29 +3057,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Ssn, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Ssn): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/ssn4_information_input.py b/docusign_esign/models/ssn4_information_input.py index 4eafcc32..5d8e012a 100644 --- a/docusign_esign/models/ssn4_information_input.py +++ b/docusign_esign/models/ssn4_information_input.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Ssn4InformationInput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, display_level_code=None, receive_in_response=None, ssn4=None): - """ - Ssn4InformationInput - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'display_level_code': 'str', - 'receive_in_response': 'str', - 'ssn4': 'str' - } - - self.attribute_map = { - 'display_level_code': 'displayLevelCode', - 'receive_in_response': 'receiveInResponse', - 'ssn4': 'ssn4' - } - - self._display_level_code = display_level_code - self._receive_in_response = receive_in_response - self._ssn4 = ssn4 + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'display_level_code': 'str', + 'receive_in_response': 'str', + 'ssn4': 'str' + } + + attribute_map = { + 'display_level_code': 'displayLevelCode', + 'receive_in_response': 'receiveInResponse', + 'ssn4': 'ssn4' + } + + def __init__(self, display_level_code=None, receive_in_response=None, ssn4=None): # noqa: E501 + """Ssn4InformationInput - a model defined in Swagger""" # noqa: E501 + + self._display_level_code = None + self._receive_in_response = None + self._ssn4 = None + self.discriminator = None + + if display_level_code is not None: + self.display_level_code = display_level_code + if receive_in_response is not None: + self.receive_in_response = receive_in_response + if ssn4 is not None: + self.ssn4 = ssn4 @property def display_level_code(self): - """ - Gets the display_level_code of this Ssn4InformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Gets the display_level_code of this Ssn4InformationInput. # noqa: E501 + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :return: The display_level_code of this Ssn4InformationInput. + :return: The display_level_code of this Ssn4InformationInput. # noqa: E501 :rtype: str """ return self._display_level_code @display_level_code.setter def display_level_code(self, display_level_code): - """ - Sets the display_level_code of this Ssn4InformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Sets the display_level_code of this Ssn4InformationInput. + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :param display_level_code: The display_level_code of this Ssn4InformationInput. + :param display_level_code: The display_level_code of this Ssn4InformationInput. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def display_level_code(self, display_level_code): @property def receive_in_response(self): - """ - Gets the receive_in_response of this Ssn4InformationInput. - When set to **true**, the information needs to be returned in the response. + """Gets the receive_in_response of this Ssn4InformationInput. # noqa: E501 + + When set to **true**, the information needs to be returned in the response. # noqa: E501 - :return: The receive_in_response of this Ssn4InformationInput. + :return: The receive_in_response of this Ssn4InformationInput. # noqa: E501 :rtype: str """ return self._receive_in_response @receive_in_response.setter def receive_in_response(self, receive_in_response): - """ - Sets the receive_in_response of this Ssn4InformationInput. - When set to **true**, the information needs to be returned in the response. + """Sets the receive_in_response of this Ssn4InformationInput. + + When set to **true**, the information needs to be returned in the response. # noqa: E501 - :param receive_in_response: The receive_in_response of this Ssn4InformationInput. + :param receive_in_response: The receive_in_response of this Ssn4InformationInput. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def receive_in_response(self, receive_in_response): @property def ssn4(self): - """ - Gets the ssn4 of this Ssn4InformationInput. - The last four digits of the recipient's Social Security Number (SSN). + """Gets the ssn4 of this Ssn4InformationInput. # noqa: E501 - :return: The ssn4 of this Ssn4InformationInput. + The last four digits of the recipient's Social Security Number (SSN). # noqa: E501 + + :return: The ssn4 of this Ssn4InformationInput. # noqa: E501 :rtype: str """ return self._ssn4 @ssn4.setter def ssn4(self, ssn4): - """ - Sets the ssn4 of this Ssn4InformationInput. - The last four digits of the recipient's Social Security Number (SSN). + """Sets the ssn4 of this Ssn4InformationInput. - :param ssn4: The ssn4 of this Ssn4InformationInput. + The last four digits of the recipient's Social Security Number (SSN). # noqa: E501 + + :param ssn4: The ssn4 of this Ssn4InformationInput. # noqa: E501 :type: str """ self._ssn4 = ssn4 def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Ssn4InformationInput, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Ssn4InformationInput): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/ssn9_information_input.py b/docusign_esign/models/ssn9_information_input.py index 4586e10c..fbc21ace 100644 --- a/docusign_esign/models/ssn9_information_input.py +++ b/docusign_esign/models/ssn9_information_input.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Ssn9InformationInput(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, display_level_code=None, ssn9=None): - """ - Ssn9InformationInput - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'display_level_code': 'str', - 'ssn9': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'display_level_code': 'str', + 'ssn9': 'str' + } - self.attribute_map = { - 'display_level_code': 'displayLevelCode', - 'ssn9': 'ssn9' - } + attribute_map = { + 'display_level_code': 'displayLevelCode', + 'ssn9': 'ssn9' + } - self._display_level_code = display_level_code - self._ssn9 = ssn9 + def __init__(self, display_level_code=None, ssn9=None): # noqa: E501 + """Ssn9InformationInput - a model defined in Swagger""" # noqa: E501 + + self._display_level_code = None + self._ssn9 = None + self.discriminator = None + + if display_level_code is not None: + self.display_level_code = display_level_code + if ssn9 is not None: + self.ssn9 = ssn9 @property def display_level_code(self): - """ - Gets the display_level_code of this Ssn9InformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Gets the display_level_code of this Ssn9InformationInput. # noqa: E501 - :return: The display_level_code of this Ssn9InformationInput. + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 + + :return: The display_level_code of this Ssn9InformationInput. # noqa: E501 :rtype: str """ return self._display_level_code @display_level_code.setter def display_level_code(self, display_level_code): - """ - Sets the display_level_code of this Ssn9InformationInput. - Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay + """Sets the display_level_code of this Ssn9InformationInput. + + Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay # noqa: E501 - :param display_level_code: The display_level_code of this Ssn9InformationInput. + :param display_level_code: The display_level_code of this Ssn9InformationInput. # noqa: E501 :type: str """ @@ -68,34 +77,32 @@ def display_level_code(self, display_level_code): @property def ssn9(self): - """ - Gets the ssn9 of this Ssn9InformationInput. - The recipient's Social Security Number(SSN). + """Gets the ssn9 of this Ssn9InformationInput. # noqa: E501 + + The recipient's Social Security Number(SSN). # noqa: E501 - :return: The ssn9 of this Ssn9InformationInput. + :return: The ssn9 of this Ssn9InformationInput. # noqa: E501 :rtype: str """ return self._ssn9 @ssn9.setter def ssn9(self, ssn9): - """ - Sets the ssn9 of this Ssn9InformationInput. - The recipient's Social Security Number(SSN). + """Sets the ssn9 of this Ssn9InformationInput. + + The recipient's Social Security Number(SSN). # noqa: E501 - :param ssn9: The ssn9 of this Ssn9InformationInput. + :param ssn9: The ssn9 of this Ssn9InformationInput. # noqa: E501 :type: str """ self._ssn9 = ssn9 def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Ssn9InformationInput, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Ssn9InformationInput): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/stamp.py b/docusign_esign/models/stamp.py index c5ff6c61..2358f7f6 100644 --- a/docusign_esign/models/stamp.py +++ b/docusign_esign/models/stamp.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,98 +11,135 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Stamp(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, adopted_date_time=None, created_date_time=None, custom_field=None, date_stamp_properties=None, disallow_user_resize_stamp=None, error_details=None, external_id=None, image_base64=None, image_type=None, last_modified_date_time=None, phonetic_name=None, signature_name=None, stamp_format=None, stamp_image_uri=None, stamp_size_mm=None, status=None): - """ - Stamp - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'adopted_date_time': 'str', - 'created_date_time': 'str', - 'custom_field': 'str', - 'date_stamp_properties': 'DateStampProperties', - 'disallow_user_resize_stamp': 'str', - 'error_details': 'ErrorDetails', - 'external_id': 'str', - 'image_base64': 'str', - 'image_type': 'str', - 'last_modified_date_time': 'str', - 'phonetic_name': 'str', - 'signature_name': 'str', - 'stamp_format': 'str', - 'stamp_image_uri': 'str', - 'stamp_size_mm': 'str', - 'status': 'str' - } - - self.attribute_map = { - 'adopted_date_time': 'adoptedDateTime', - 'created_date_time': 'createdDateTime', - 'custom_field': 'customField', - 'date_stamp_properties': 'dateStampProperties', - 'disallow_user_resize_stamp': 'disallowUserResizeStamp', - 'error_details': 'errorDetails', - 'external_id': 'externalID', - 'image_base64': 'imageBase64', - 'image_type': 'imageType', - 'last_modified_date_time': 'lastModifiedDateTime', - 'phonetic_name': 'phoneticName', - 'signature_name': 'signatureName', - 'stamp_format': 'stampFormat', - 'stamp_image_uri': 'stampImageUri', - 'stamp_size_mm': 'stampSizeMM', - 'status': 'status' - } - self._adopted_date_time = adopted_date_time - self._created_date_time = created_date_time - self._custom_field = custom_field - self._date_stamp_properties = date_stamp_properties - self._disallow_user_resize_stamp = disallow_user_resize_stamp - self._error_details = error_details - self._external_id = external_id - self._image_base64 = image_base64 - self._image_type = image_type - self._last_modified_date_time = last_modified_date_time - self._phonetic_name = phonetic_name - self._signature_name = signature_name - self._stamp_format = stamp_format - self._stamp_image_uri = stamp_image_uri - self._stamp_size_mm = stamp_size_mm - self._status = status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'adopted_date_time': 'str', + 'created_date_time': 'str', + 'custom_field': 'str', + 'date_stamp_properties': 'DateStampProperties', + 'disallow_user_resize_stamp': 'str', + 'error_details': 'ErrorDetails', + 'external_id': 'str', + 'image_base64': 'str', + 'image_type': 'str', + 'last_modified_date_time': 'str', + 'phonetic_name': 'str', + 'signature_name': 'str', + 'stamp_format': 'str', + 'stamp_image_uri': 'str', + 'stamp_size_mm': 'str', + 'status': 'str' + } + + attribute_map = { + 'adopted_date_time': 'adoptedDateTime', + 'created_date_time': 'createdDateTime', + 'custom_field': 'customField', + 'date_stamp_properties': 'dateStampProperties', + 'disallow_user_resize_stamp': 'disallowUserResizeStamp', + 'error_details': 'errorDetails', + 'external_id': 'externalID', + 'image_base64': 'imageBase64', + 'image_type': 'imageType', + 'last_modified_date_time': 'lastModifiedDateTime', + 'phonetic_name': 'phoneticName', + 'signature_name': 'signatureName', + 'stamp_format': 'stampFormat', + 'stamp_image_uri': 'stampImageUri', + 'stamp_size_mm': 'stampSizeMM', + 'status': 'status' + } + + def __init__(self, adopted_date_time=None, created_date_time=None, custom_field=None, date_stamp_properties=None, disallow_user_resize_stamp=None, error_details=None, external_id=None, image_base64=None, image_type=None, last_modified_date_time=None, phonetic_name=None, signature_name=None, stamp_format=None, stamp_image_uri=None, stamp_size_mm=None, status=None): # noqa: E501 + """Stamp - a model defined in Swagger""" # noqa: E501 + + self._adopted_date_time = None + self._created_date_time = None + self._custom_field = None + self._date_stamp_properties = None + self._disallow_user_resize_stamp = None + self._error_details = None + self._external_id = None + self._image_base64 = None + self._image_type = None + self._last_modified_date_time = None + self._phonetic_name = None + self._signature_name = None + self._stamp_format = None + self._stamp_image_uri = None + self._stamp_size_mm = None + self._status = None + self.discriminator = None + + if adopted_date_time is not None: + self.adopted_date_time = adopted_date_time + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_field is not None: + self.custom_field = custom_field + if date_stamp_properties is not None: + self.date_stamp_properties = date_stamp_properties + if disallow_user_resize_stamp is not None: + self.disallow_user_resize_stamp = disallow_user_resize_stamp + if error_details is not None: + self.error_details = error_details + if external_id is not None: + self.external_id = external_id + if image_base64 is not None: + self.image_base64 = image_base64 + if image_type is not None: + self.image_type = image_type + if last_modified_date_time is not None: + self.last_modified_date_time = last_modified_date_time + if phonetic_name is not None: + self.phonetic_name = phonetic_name + if signature_name is not None: + self.signature_name = signature_name + if stamp_format is not None: + self.stamp_format = stamp_format + if stamp_image_uri is not None: + self.stamp_image_uri = stamp_image_uri + if stamp_size_mm is not None: + self.stamp_size_mm = stamp_size_mm + if status is not None: + self.status = status @property def adopted_date_time(self): - """ - Gets the adopted_date_time of this Stamp. - + """Gets the adopted_date_time of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The adopted_date_time of this Stamp. + :return: The adopted_date_time of this Stamp. # noqa: E501 :rtype: str """ return self._adopted_date_time @adopted_date_time.setter def adopted_date_time(self, adopted_date_time): - """ - Sets the adopted_date_time of this Stamp. - + """Sets the adopted_date_time of this Stamp. - :param adopted_date_time: The adopted_date_time of this Stamp. + # noqa: E501 + + :param adopted_date_time: The adopted_date_time of this Stamp. # noqa: E501 :type: str """ @@ -110,22 +147,22 @@ def adopted_date_time(self, adopted_date_time): @property def created_date_time(self): - """ - Gets the created_date_time of this Stamp. - Indicates the date and time the item was created. + """Gets the created_date_time of this Stamp. # noqa: E501 + + Indicates the date and time the item was created. # noqa: E501 - :return: The created_date_time of this Stamp. + :return: The created_date_time of this Stamp. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this Stamp. - Indicates the date and time the item was created. + """Sets the created_date_time of this Stamp. + + Indicates the date and time the item was created. # noqa: E501 - :param created_date_time: The created_date_time of this Stamp. + :param created_date_time: The created_date_time of this Stamp. # noqa: E501 :type: str """ @@ -133,22 +170,22 @@ def created_date_time(self, created_date_time): @property def custom_field(self): - """ - Gets the custom_field of this Stamp. - + """Gets the custom_field of this Stamp. # noqa: E501 - :return: The custom_field of this Stamp. + # noqa: E501 + + :return: The custom_field of this Stamp. # noqa: E501 :rtype: str """ return self._custom_field @custom_field.setter def custom_field(self, custom_field): - """ - Sets the custom_field of this Stamp. - + """Sets the custom_field of this Stamp. + + # noqa: E501 - :param custom_field: The custom_field of this Stamp. + :param custom_field: The custom_field of this Stamp. # noqa: E501 :type: str """ @@ -156,20 +193,20 @@ def custom_field(self, custom_field): @property def date_stamp_properties(self): - """ - Gets the date_stamp_properties of this Stamp. + """Gets the date_stamp_properties of this Stamp. # noqa: E501 + - :return: The date_stamp_properties of this Stamp. + :return: The date_stamp_properties of this Stamp. # noqa: E501 :rtype: DateStampProperties """ return self._date_stamp_properties @date_stamp_properties.setter def date_stamp_properties(self, date_stamp_properties): - """ - Sets the date_stamp_properties of this Stamp. + """Sets the date_stamp_properties of this Stamp. - :param date_stamp_properties: The date_stamp_properties of this Stamp. + + :param date_stamp_properties: The date_stamp_properties of this Stamp. # noqa: E501 :type: DateStampProperties """ @@ -177,22 +214,22 @@ def date_stamp_properties(self, date_stamp_properties): @property def disallow_user_resize_stamp(self): - """ - Gets the disallow_user_resize_stamp of this Stamp. - + """Gets the disallow_user_resize_stamp of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The disallow_user_resize_stamp of this Stamp. + :return: The disallow_user_resize_stamp of this Stamp. # noqa: E501 :rtype: str """ return self._disallow_user_resize_stamp @disallow_user_resize_stamp.setter def disallow_user_resize_stamp(self, disallow_user_resize_stamp): - """ - Sets the disallow_user_resize_stamp of this Stamp. - + """Sets the disallow_user_resize_stamp of this Stamp. + + # noqa: E501 - :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this Stamp. + :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this Stamp. # noqa: E501 :type: str """ @@ -200,20 +237,20 @@ def disallow_user_resize_stamp(self, disallow_user_resize_stamp): @property def error_details(self): - """ - Gets the error_details of this Stamp. + """Gets the error_details of this Stamp. # noqa: E501 - :return: The error_details of this Stamp. + + :return: The error_details of this Stamp. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Stamp. + """Sets the error_details of this Stamp. + - :param error_details: The error_details of this Stamp. + :param error_details: The error_details of this Stamp. # noqa: E501 :type: ErrorDetails """ @@ -221,22 +258,22 @@ def error_details(self, error_details): @property def external_id(self): - """ - Gets the external_id of this Stamp. - + """Gets the external_id of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The external_id of this Stamp. + :return: The external_id of this Stamp. # noqa: E501 :rtype: str """ return self._external_id @external_id.setter def external_id(self, external_id): - """ - Sets the external_id of this Stamp. - + """Sets the external_id of this Stamp. - :param external_id: The external_id of this Stamp. + # noqa: E501 + + :param external_id: The external_id of this Stamp. # noqa: E501 :type: str """ @@ -244,22 +281,22 @@ def external_id(self, external_id): @property def image_base64(self): - """ - Gets the image_base64 of this Stamp. - + """Gets the image_base64 of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The image_base64 of this Stamp. + :return: The image_base64 of this Stamp. # noqa: E501 :rtype: str """ return self._image_base64 @image_base64.setter def image_base64(self, image_base64): - """ - Sets the image_base64 of this Stamp. - + """Sets the image_base64 of this Stamp. + + # noqa: E501 - :param image_base64: The image_base64 of this Stamp. + :param image_base64: The image_base64 of this Stamp. # noqa: E501 :type: str """ @@ -267,22 +304,22 @@ def image_base64(self, image_base64): @property def image_type(self): - """ - Gets the image_type of this Stamp. - + """Gets the image_type of this Stamp. # noqa: E501 - :return: The image_type of this Stamp. + # noqa: E501 + + :return: The image_type of this Stamp. # noqa: E501 :rtype: str """ return self._image_type @image_type.setter def image_type(self, image_type): - """ - Sets the image_type of this Stamp. - + """Sets the image_type of this Stamp. + + # noqa: E501 - :param image_type: The image_type of this Stamp. + :param image_type: The image_type of this Stamp. # noqa: E501 :type: str """ @@ -290,22 +327,22 @@ def image_type(self, image_type): @property def last_modified_date_time(self): - """ - Gets the last_modified_date_time of this Stamp. - The date and time the item was last modified. + """Gets the last_modified_date_time of this Stamp. # noqa: E501 + + The date and time the item was last modified. # noqa: E501 - :return: The last_modified_date_time of this Stamp. + :return: The last_modified_date_time of this Stamp. # noqa: E501 :rtype: str """ return self._last_modified_date_time @last_modified_date_time.setter def last_modified_date_time(self, last_modified_date_time): - """ - Sets the last_modified_date_time of this Stamp. - The date and time the item was last modified. + """Sets the last_modified_date_time of this Stamp. - :param last_modified_date_time: The last_modified_date_time of this Stamp. + The date and time the item was last modified. # noqa: E501 + + :param last_modified_date_time: The last_modified_date_time of this Stamp. # noqa: E501 :type: str """ @@ -313,22 +350,22 @@ def last_modified_date_time(self, last_modified_date_time): @property def phonetic_name(self): - """ - Gets the phonetic_name of this Stamp. - + """Gets the phonetic_name of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The phonetic_name of this Stamp. + :return: The phonetic_name of this Stamp. # noqa: E501 :rtype: str """ return self._phonetic_name @phonetic_name.setter def phonetic_name(self, phonetic_name): - """ - Sets the phonetic_name of this Stamp. - + """Sets the phonetic_name of this Stamp. + + # noqa: E501 - :param phonetic_name: The phonetic_name of this Stamp. + :param phonetic_name: The phonetic_name of this Stamp. # noqa: E501 :type: str """ @@ -336,22 +373,22 @@ def phonetic_name(self, phonetic_name): @property def signature_name(self): - """ - Gets the signature_name of this Stamp. - Specifies the user signature name. + """Gets the signature_name of this Stamp. # noqa: E501 - :return: The signature_name of this Stamp. + Specifies the user signature name. # noqa: E501 + + :return: The signature_name of this Stamp. # noqa: E501 :rtype: str """ return self._signature_name @signature_name.setter def signature_name(self, signature_name): - """ - Sets the signature_name of this Stamp. - Specifies the user signature name. + """Sets the signature_name of this Stamp. + + Specifies the user signature name. # noqa: E501 - :param signature_name: The signature_name of this Stamp. + :param signature_name: The signature_name of this Stamp. # noqa: E501 :type: str """ @@ -359,22 +396,22 @@ def signature_name(self, signature_name): @property def stamp_format(self): - """ - Gets the stamp_format of this Stamp. - + """Gets the stamp_format of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The stamp_format of this Stamp. + :return: The stamp_format of this Stamp. # noqa: E501 :rtype: str """ return self._stamp_format @stamp_format.setter def stamp_format(self, stamp_format): - """ - Sets the stamp_format of this Stamp. - + """Sets the stamp_format of this Stamp. - :param stamp_format: The stamp_format of this Stamp. + # noqa: E501 + + :param stamp_format: The stamp_format of this Stamp. # noqa: E501 :type: str """ @@ -382,22 +419,22 @@ def stamp_format(self, stamp_format): @property def stamp_image_uri(self): - """ - Gets the stamp_image_uri of this Stamp. - + """Gets the stamp_image_uri of this Stamp. # noqa: E501 + + # noqa: E501 - :return: The stamp_image_uri of this Stamp. + :return: The stamp_image_uri of this Stamp. # noqa: E501 :rtype: str """ return self._stamp_image_uri @stamp_image_uri.setter def stamp_image_uri(self, stamp_image_uri): - """ - Sets the stamp_image_uri of this Stamp. - + """Sets the stamp_image_uri of this Stamp. + + # noqa: E501 - :param stamp_image_uri: The stamp_image_uri of this Stamp. + :param stamp_image_uri: The stamp_image_uri of this Stamp. # noqa: E501 :type: str """ @@ -405,22 +442,22 @@ def stamp_image_uri(self, stamp_image_uri): @property def stamp_size_mm(self): - """ - Gets the stamp_size_mm of this Stamp. - + """Gets the stamp_size_mm of this Stamp. # noqa: E501 - :return: The stamp_size_mm of this Stamp. + # noqa: E501 + + :return: The stamp_size_mm of this Stamp. # noqa: E501 :rtype: str """ return self._stamp_size_mm @stamp_size_mm.setter def stamp_size_mm(self, stamp_size_mm): - """ - Sets the stamp_size_mm of this Stamp. - + """Sets the stamp_size_mm of this Stamp. + + # noqa: E501 - :param stamp_size_mm: The stamp_size_mm of this Stamp. + :param stamp_size_mm: The stamp_size_mm of this Stamp. # noqa: E501 :type: str """ @@ -428,34 +465,32 @@ def stamp_size_mm(self, stamp_size_mm): @property def status(self): - """ - Gets the status of this Stamp. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Stamp. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Stamp. + :return: The status of this Stamp. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Stamp. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Stamp. - :param status: The status of this Stamp. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Stamp. # noqa: E501 :type: str """ self._status = status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -472,29 +507,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Stamp, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Stamp): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/supported_languages.py b/docusign_esign/models/supported_languages.py index 1c007c9a..eeca4e14 100644 --- a/docusign_esign/models/supported_languages.py +++ b/docusign_esign/models/supported_languages.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class SupportedLanguages(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, languages=None): - """ - SupportedLanguages - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'languages': 'list[NameValue]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'languages': 'list[NameValue]' + } - self.attribute_map = { - 'languages': 'languages' - } + attribute_map = { + 'languages': 'languages' + } - self._languages = languages + def __init__(self, languages=None): # noqa: E501 + """SupportedLanguages - a model defined in Swagger""" # noqa: E501 + + self._languages = None + self.discriminator = None + + if languages is not None: + self.languages = languages @property def languages(self): - """ - Gets the languages of this SupportedLanguages. - + """Gets the languages of this SupportedLanguages. # noqa: E501 + + # noqa: E501 - :return: The languages of this SupportedLanguages. + :return: The languages of this SupportedLanguages. # noqa: E501 :rtype: list[NameValue] """ return self._languages @languages.setter def languages(self, languages): - """ - Sets the languages of this SupportedLanguages. - + """Sets the languages of this SupportedLanguages. - :param languages: The languages of this SupportedLanguages. + # noqa: E501 + + :param languages: The languages of this SupportedLanguages. # noqa: E501 :type: list[NameValue] """ self._languages = languages def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(SupportedLanguages, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, SupportedLanguages): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/tab_account_settings.py b/docusign_esign/models/tab_account_settings.py index 6851010d..8eb1f328 100644 --- a/docusign_esign/models/tab_account_settings.py +++ b/docusign_esign/models/tab_account_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,170 +11,255 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TabAccountSettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, allow_tab_order=None, allow_tab_order_metadata=None, approve_decline_tabs_enabled=None, approve_decline_tabs_metadata=None, calculated_fields_enabled=None, calculated_fields_metadata=None, checkbox_tabs_enabled=None, check_box_tabs_metadata=None, data_field_regex_enabled=None, data_field_regex_metadata=None, data_field_size_enabled=None, data_field_size_metadata=None, draw_tabs_enabled=None, draw_tabs_metadata=None, first_last_email_tabs_enabled=None, first_last_email_tabs_metadata=None, list_tabs_enabled=None, list_tabs_metadata=None, note_tabs_enabled=None, note_tabs_metadata=None, radio_tabs_enabled=None, radio_tabs_metadata=None, saving_custom_tabs_enabled=None, saving_custom_tabs_metadata=None, sender_to_change_tab_assignments_enabled=None, sender_to_change_tab_assignments_metadata=None, shared_custom_tabs_enabled=None, shared_custom_tabs_metadata=None, tab_data_label_enabled=None, tab_data_label_metadata=None, tab_location_enabled=None, tab_location_metadata=None, tab_locking_enabled=None, tab_locking_metadata=None, tab_scale_enabled=None, tab_scale_metadata=None, tab_text_formatting_enabled=None, tab_text_formatting_metadata=None, text_tabs_enabled=None, text_tabs_metadata=None): - """ - TabAccountSettings - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'allow_tab_order': 'str', - 'allow_tab_order_metadata': 'SettingsMetadata', - 'approve_decline_tabs_enabled': 'str', - 'approve_decline_tabs_metadata': 'SettingsMetadata', - 'calculated_fields_enabled': 'str', - 'calculated_fields_metadata': 'SettingsMetadata', - 'checkbox_tabs_enabled': 'str', - 'check_box_tabs_metadata': 'SettingsMetadata', - 'data_field_regex_enabled': 'str', - 'data_field_regex_metadata': 'SettingsMetadata', - 'data_field_size_enabled': 'str', - 'data_field_size_metadata': 'SettingsMetadata', - 'draw_tabs_enabled': 'str', - 'draw_tabs_metadata': 'SettingsMetadata', - 'first_last_email_tabs_enabled': 'str', - 'first_last_email_tabs_metadata': 'SettingsMetadata', - 'list_tabs_enabled': 'str', - 'list_tabs_metadata': 'SettingsMetadata', - 'note_tabs_enabled': 'str', - 'note_tabs_metadata': 'SettingsMetadata', - 'radio_tabs_enabled': 'str', - 'radio_tabs_metadata': 'SettingsMetadata', - 'saving_custom_tabs_enabled': 'str', - 'saving_custom_tabs_metadata': 'SettingsMetadata', - 'sender_to_change_tab_assignments_enabled': 'str', - 'sender_to_change_tab_assignments_metadata': 'SettingsMetadata', - 'shared_custom_tabs_enabled': 'str', - 'shared_custom_tabs_metadata': 'SettingsMetadata', - 'tab_data_label_enabled': 'str', - 'tab_data_label_metadata': 'SettingsMetadata', - 'tab_location_enabled': 'str', - 'tab_location_metadata': 'SettingsMetadata', - 'tab_locking_enabled': 'str', - 'tab_locking_metadata': 'SettingsMetadata', - 'tab_scale_enabled': 'str', - 'tab_scale_metadata': 'SettingsMetadata', - 'tab_text_formatting_enabled': 'str', - 'tab_text_formatting_metadata': 'SettingsMetadata', - 'text_tabs_enabled': 'str', - 'text_tabs_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'allow_tab_order': 'allowTabOrder', - 'allow_tab_order_metadata': 'allowTabOrderMetadata', - 'approve_decline_tabs_enabled': 'approveDeclineTabsEnabled', - 'approve_decline_tabs_metadata': 'approveDeclineTabsMetadata', - 'calculated_fields_enabled': 'calculatedFieldsEnabled', - 'calculated_fields_metadata': 'calculatedFieldsMetadata', - 'checkbox_tabs_enabled': 'checkboxTabsEnabled', - 'check_box_tabs_metadata': 'checkBoxTabsMetadata', - 'data_field_regex_enabled': 'dataFieldRegexEnabled', - 'data_field_regex_metadata': 'dataFieldRegexMetadata', - 'data_field_size_enabled': 'dataFieldSizeEnabled', - 'data_field_size_metadata': 'dataFieldSizeMetadata', - 'draw_tabs_enabled': 'drawTabsEnabled', - 'draw_tabs_metadata': 'drawTabsMetadata', - 'first_last_email_tabs_enabled': 'firstLastEmailTabsEnabled', - 'first_last_email_tabs_metadata': 'firstLastEmailTabsMetadata', - 'list_tabs_enabled': 'listTabsEnabled', - 'list_tabs_metadata': 'listTabsMetadata', - 'note_tabs_enabled': 'noteTabsEnabled', - 'note_tabs_metadata': 'noteTabsMetadata', - 'radio_tabs_enabled': 'radioTabsEnabled', - 'radio_tabs_metadata': 'radioTabsMetadata', - 'saving_custom_tabs_enabled': 'savingCustomTabsEnabled', - 'saving_custom_tabs_metadata': 'savingCustomTabsMetadata', - 'sender_to_change_tab_assignments_enabled': 'senderToChangeTabAssignmentsEnabled', - 'sender_to_change_tab_assignments_metadata': 'senderToChangeTabAssignmentsMetadata', - 'shared_custom_tabs_enabled': 'sharedCustomTabsEnabled', - 'shared_custom_tabs_metadata': 'sharedCustomTabsMetadata', - 'tab_data_label_enabled': 'tabDataLabelEnabled', - 'tab_data_label_metadata': 'tabDataLabelMetadata', - 'tab_location_enabled': 'tabLocationEnabled', - 'tab_location_metadata': 'tabLocationMetadata', - 'tab_locking_enabled': 'tabLockingEnabled', - 'tab_locking_metadata': 'tabLockingMetadata', - 'tab_scale_enabled': 'tabScaleEnabled', - 'tab_scale_metadata': 'tabScaleMetadata', - 'tab_text_formatting_enabled': 'tabTextFormattingEnabled', - 'tab_text_formatting_metadata': 'tabTextFormattingMetadata', - 'text_tabs_enabled': 'textTabsEnabled', - 'text_tabs_metadata': 'textTabsMetadata' - } - self._allow_tab_order = allow_tab_order - self._allow_tab_order_metadata = allow_tab_order_metadata - self._approve_decline_tabs_enabled = approve_decline_tabs_enabled - self._approve_decline_tabs_metadata = approve_decline_tabs_metadata - self._calculated_fields_enabled = calculated_fields_enabled - self._calculated_fields_metadata = calculated_fields_metadata - self._checkbox_tabs_enabled = checkbox_tabs_enabled - self._check_box_tabs_metadata = check_box_tabs_metadata - self._data_field_regex_enabled = data_field_regex_enabled - self._data_field_regex_metadata = data_field_regex_metadata - self._data_field_size_enabled = data_field_size_enabled - self._data_field_size_metadata = data_field_size_metadata - self._draw_tabs_enabled = draw_tabs_enabled - self._draw_tabs_metadata = draw_tabs_metadata - self._first_last_email_tabs_enabled = first_last_email_tabs_enabled - self._first_last_email_tabs_metadata = first_last_email_tabs_metadata - self._list_tabs_enabled = list_tabs_enabled - self._list_tabs_metadata = list_tabs_metadata - self._note_tabs_enabled = note_tabs_enabled - self._note_tabs_metadata = note_tabs_metadata - self._radio_tabs_enabled = radio_tabs_enabled - self._radio_tabs_metadata = radio_tabs_metadata - self._saving_custom_tabs_enabled = saving_custom_tabs_enabled - self._saving_custom_tabs_metadata = saving_custom_tabs_metadata - self._sender_to_change_tab_assignments_enabled = sender_to_change_tab_assignments_enabled - self._sender_to_change_tab_assignments_metadata = sender_to_change_tab_assignments_metadata - self._shared_custom_tabs_enabled = shared_custom_tabs_enabled - self._shared_custom_tabs_metadata = shared_custom_tabs_metadata - self._tab_data_label_enabled = tab_data_label_enabled - self._tab_data_label_metadata = tab_data_label_metadata - self._tab_location_enabled = tab_location_enabled - self._tab_location_metadata = tab_location_metadata - self._tab_locking_enabled = tab_locking_enabled - self._tab_locking_metadata = tab_locking_metadata - self._tab_scale_enabled = tab_scale_enabled - self._tab_scale_metadata = tab_scale_metadata - self._tab_text_formatting_enabled = tab_text_formatting_enabled - self._tab_text_formatting_metadata = tab_text_formatting_metadata - self._text_tabs_enabled = text_tabs_enabled - self._text_tabs_metadata = text_tabs_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'allow_tab_order': 'str', + 'allow_tab_order_metadata': 'SettingsMetadata', + 'approve_decline_tabs_enabled': 'str', + 'approve_decline_tabs_metadata': 'SettingsMetadata', + 'calculated_fields_enabled': 'str', + 'calculated_fields_metadata': 'SettingsMetadata', + 'checkbox_tabs_enabled': 'str', + 'check_box_tabs_metadata': 'SettingsMetadata', + 'data_field_regex_enabled': 'str', + 'data_field_regex_metadata': 'SettingsMetadata', + 'data_field_size_enabled': 'str', + 'data_field_size_metadata': 'SettingsMetadata', + 'draw_tabs_enabled': 'str', + 'draw_tabs_metadata': 'SettingsMetadata', + 'first_last_email_tabs_enabled': 'str', + 'first_last_email_tabs_metadata': 'SettingsMetadata', + 'list_tabs_enabled': 'str', + 'list_tabs_metadata': 'SettingsMetadata', + 'note_tabs_enabled': 'str', + 'note_tabs_metadata': 'SettingsMetadata', + 'radio_tabs_enabled': 'str', + 'radio_tabs_metadata': 'SettingsMetadata', + 'saving_custom_tabs_enabled': 'str', + 'saving_custom_tabs_metadata': 'SettingsMetadata', + 'sender_to_change_tab_assignments_enabled': 'str', + 'sender_to_change_tab_assignments_metadata': 'SettingsMetadata', + 'shared_custom_tabs_enabled': 'str', + 'shared_custom_tabs_metadata': 'SettingsMetadata', + 'tab_data_label_enabled': 'str', + 'tab_data_label_metadata': 'SettingsMetadata', + 'tab_location_enabled': 'str', + 'tab_location_metadata': 'SettingsMetadata', + 'tab_locking_enabled': 'str', + 'tab_locking_metadata': 'SettingsMetadata', + 'tab_scale_enabled': 'str', + 'tab_scale_metadata': 'SettingsMetadata', + 'tab_text_formatting_enabled': 'str', + 'tab_text_formatting_metadata': 'SettingsMetadata', + 'text_tabs_enabled': 'str', + 'text_tabs_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'allow_tab_order': 'allowTabOrder', + 'allow_tab_order_metadata': 'allowTabOrderMetadata', + 'approve_decline_tabs_enabled': 'approveDeclineTabsEnabled', + 'approve_decline_tabs_metadata': 'approveDeclineTabsMetadata', + 'calculated_fields_enabled': 'calculatedFieldsEnabled', + 'calculated_fields_metadata': 'calculatedFieldsMetadata', + 'checkbox_tabs_enabled': 'checkboxTabsEnabled', + 'check_box_tabs_metadata': 'checkBoxTabsMetadata', + 'data_field_regex_enabled': 'dataFieldRegexEnabled', + 'data_field_regex_metadata': 'dataFieldRegexMetadata', + 'data_field_size_enabled': 'dataFieldSizeEnabled', + 'data_field_size_metadata': 'dataFieldSizeMetadata', + 'draw_tabs_enabled': 'drawTabsEnabled', + 'draw_tabs_metadata': 'drawTabsMetadata', + 'first_last_email_tabs_enabled': 'firstLastEmailTabsEnabled', + 'first_last_email_tabs_metadata': 'firstLastEmailTabsMetadata', + 'list_tabs_enabled': 'listTabsEnabled', + 'list_tabs_metadata': 'listTabsMetadata', + 'note_tabs_enabled': 'noteTabsEnabled', + 'note_tabs_metadata': 'noteTabsMetadata', + 'radio_tabs_enabled': 'radioTabsEnabled', + 'radio_tabs_metadata': 'radioTabsMetadata', + 'saving_custom_tabs_enabled': 'savingCustomTabsEnabled', + 'saving_custom_tabs_metadata': 'savingCustomTabsMetadata', + 'sender_to_change_tab_assignments_enabled': 'senderToChangeTabAssignmentsEnabled', + 'sender_to_change_tab_assignments_metadata': 'senderToChangeTabAssignmentsMetadata', + 'shared_custom_tabs_enabled': 'sharedCustomTabsEnabled', + 'shared_custom_tabs_metadata': 'sharedCustomTabsMetadata', + 'tab_data_label_enabled': 'tabDataLabelEnabled', + 'tab_data_label_metadata': 'tabDataLabelMetadata', + 'tab_location_enabled': 'tabLocationEnabled', + 'tab_location_metadata': 'tabLocationMetadata', + 'tab_locking_enabled': 'tabLockingEnabled', + 'tab_locking_metadata': 'tabLockingMetadata', + 'tab_scale_enabled': 'tabScaleEnabled', + 'tab_scale_metadata': 'tabScaleMetadata', + 'tab_text_formatting_enabled': 'tabTextFormattingEnabled', + 'tab_text_formatting_metadata': 'tabTextFormattingMetadata', + 'text_tabs_enabled': 'textTabsEnabled', + 'text_tabs_metadata': 'textTabsMetadata' + } + + def __init__(self, allow_tab_order=None, allow_tab_order_metadata=None, approve_decline_tabs_enabled=None, approve_decline_tabs_metadata=None, calculated_fields_enabled=None, calculated_fields_metadata=None, checkbox_tabs_enabled=None, check_box_tabs_metadata=None, data_field_regex_enabled=None, data_field_regex_metadata=None, data_field_size_enabled=None, data_field_size_metadata=None, draw_tabs_enabled=None, draw_tabs_metadata=None, first_last_email_tabs_enabled=None, first_last_email_tabs_metadata=None, list_tabs_enabled=None, list_tabs_metadata=None, note_tabs_enabled=None, note_tabs_metadata=None, radio_tabs_enabled=None, radio_tabs_metadata=None, saving_custom_tabs_enabled=None, saving_custom_tabs_metadata=None, sender_to_change_tab_assignments_enabled=None, sender_to_change_tab_assignments_metadata=None, shared_custom_tabs_enabled=None, shared_custom_tabs_metadata=None, tab_data_label_enabled=None, tab_data_label_metadata=None, tab_location_enabled=None, tab_location_metadata=None, tab_locking_enabled=None, tab_locking_metadata=None, tab_scale_enabled=None, tab_scale_metadata=None, tab_text_formatting_enabled=None, tab_text_formatting_metadata=None, text_tabs_enabled=None, text_tabs_metadata=None): # noqa: E501 + """TabAccountSettings - a model defined in Swagger""" # noqa: E501 + + self._allow_tab_order = None + self._allow_tab_order_metadata = None + self._approve_decline_tabs_enabled = None + self._approve_decline_tabs_metadata = None + self._calculated_fields_enabled = None + self._calculated_fields_metadata = None + self._checkbox_tabs_enabled = None + self._check_box_tabs_metadata = None + self._data_field_regex_enabled = None + self._data_field_regex_metadata = None + self._data_field_size_enabled = None + self._data_field_size_metadata = None + self._draw_tabs_enabled = None + self._draw_tabs_metadata = None + self._first_last_email_tabs_enabled = None + self._first_last_email_tabs_metadata = None + self._list_tabs_enabled = None + self._list_tabs_metadata = None + self._note_tabs_enabled = None + self._note_tabs_metadata = None + self._radio_tabs_enabled = None + self._radio_tabs_metadata = None + self._saving_custom_tabs_enabled = None + self._saving_custom_tabs_metadata = None + self._sender_to_change_tab_assignments_enabled = None + self._sender_to_change_tab_assignments_metadata = None + self._shared_custom_tabs_enabled = None + self._shared_custom_tabs_metadata = None + self._tab_data_label_enabled = None + self._tab_data_label_metadata = None + self._tab_location_enabled = None + self._tab_location_metadata = None + self._tab_locking_enabled = None + self._tab_locking_metadata = None + self._tab_scale_enabled = None + self._tab_scale_metadata = None + self._tab_text_formatting_enabled = None + self._tab_text_formatting_metadata = None + self._text_tabs_enabled = None + self._text_tabs_metadata = None + self.discriminator = None + + if allow_tab_order is not None: + self.allow_tab_order = allow_tab_order + if allow_tab_order_metadata is not None: + self.allow_tab_order_metadata = allow_tab_order_metadata + if approve_decline_tabs_enabled is not None: + self.approve_decline_tabs_enabled = approve_decline_tabs_enabled + if approve_decline_tabs_metadata is not None: + self.approve_decline_tabs_metadata = approve_decline_tabs_metadata + if calculated_fields_enabled is not None: + self.calculated_fields_enabled = calculated_fields_enabled + if calculated_fields_metadata is not None: + self.calculated_fields_metadata = calculated_fields_metadata + if checkbox_tabs_enabled is not None: + self.checkbox_tabs_enabled = checkbox_tabs_enabled + if check_box_tabs_metadata is not None: + self.check_box_tabs_metadata = check_box_tabs_metadata + if data_field_regex_enabled is not None: + self.data_field_regex_enabled = data_field_regex_enabled + if data_field_regex_metadata is not None: + self.data_field_regex_metadata = data_field_regex_metadata + if data_field_size_enabled is not None: + self.data_field_size_enabled = data_field_size_enabled + if data_field_size_metadata is not None: + self.data_field_size_metadata = data_field_size_metadata + if draw_tabs_enabled is not None: + self.draw_tabs_enabled = draw_tabs_enabled + if draw_tabs_metadata is not None: + self.draw_tabs_metadata = draw_tabs_metadata + if first_last_email_tabs_enabled is not None: + self.first_last_email_tabs_enabled = first_last_email_tabs_enabled + if first_last_email_tabs_metadata is not None: + self.first_last_email_tabs_metadata = first_last_email_tabs_metadata + if list_tabs_enabled is not None: + self.list_tabs_enabled = list_tabs_enabled + if list_tabs_metadata is not None: + self.list_tabs_metadata = list_tabs_metadata + if note_tabs_enabled is not None: + self.note_tabs_enabled = note_tabs_enabled + if note_tabs_metadata is not None: + self.note_tabs_metadata = note_tabs_metadata + if radio_tabs_enabled is not None: + self.radio_tabs_enabled = radio_tabs_enabled + if radio_tabs_metadata is not None: + self.radio_tabs_metadata = radio_tabs_metadata + if saving_custom_tabs_enabled is not None: + self.saving_custom_tabs_enabled = saving_custom_tabs_enabled + if saving_custom_tabs_metadata is not None: + self.saving_custom_tabs_metadata = saving_custom_tabs_metadata + if sender_to_change_tab_assignments_enabled is not None: + self.sender_to_change_tab_assignments_enabled = sender_to_change_tab_assignments_enabled + if sender_to_change_tab_assignments_metadata is not None: + self.sender_to_change_tab_assignments_metadata = sender_to_change_tab_assignments_metadata + if shared_custom_tabs_enabled is not None: + self.shared_custom_tabs_enabled = shared_custom_tabs_enabled + if shared_custom_tabs_metadata is not None: + self.shared_custom_tabs_metadata = shared_custom_tabs_metadata + if tab_data_label_enabled is not None: + self.tab_data_label_enabled = tab_data_label_enabled + if tab_data_label_metadata is not None: + self.tab_data_label_metadata = tab_data_label_metadata + if tab_location_enabled is not None: + self.tab_location_enabled = tab_location_enabled + if tab_location_metadata is not None: + self.tab_location_metadata = tab_location_metadata + if tab_locking_enabled is not None: + self.tab_locking_enabled = tab_locking_enabled + if tab_locking_metadata is not None: + self.tab_locking_metadata = tab_locking_metadata + if tab_scale_enabled is not None: + self.tab_scale_enabled = tab_scale_enabled + if tab_scale_metadata is not None: + self.tab_scale_metadata = tab_scale_metadata + if tab_text_formatting_enabled is not None: + self.tab_text_formatting_enabled = tab_text_formatting_enabled + if tab_text_formatting_metadata is not None: + self.tab_text_formatting_metadata = tab_text_formatting_metadata + if text_tabs_enabled is not None: + self.text_tabs_enabled = text_tabs_enabled + if text_tabs_metadata is not None: + self.text_tabs_metadata = text_tabs_metadata @property def allow_tab_order(self): - """ - Gets the allow_tab_order of this TabAccountSettings. - + """Gets the allow_tab_order of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The allow_tab_order of this TabAccountSettings. + :return: The allow_tab_order of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._allow_tab_order @allow_tab_order.setter def allow_tab_order(self, allow_tab_order): - """ - Sets the allow_tab_order of this TabAccountSettings. - + """Sets the allow_tab_order of this TabAccountSettings. - :param allow_tab_order: The allow_tab_order of this TabAccountSettings. + # noqa: E501 + + :param allow_tab_order: The allow_tab_order of this TabAccountSettings. # noqa: E501 :type: str """ @@ -182,20 +267,20 @@ def allow_tab_order(self, allow_tab_order): @property def allow_tab_order_metadata(self): - """ - Gets the allow_tab_order_metadata of this TabAccountSettings. + """Gets the allow_tab_order_metadata of this TabAccountSettings. # noqa: E501 + - :return: The allow_tab_order_metadata of this TabAccountSettings. + :return: The allow_tab_order_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_tab_order_metadata @allow_tab_order_metadata.setter def allow_tab_order_metadata(self, allow_tab_order_metadata): - """ - Sets the allow_tab_order_metadata of this TabAccountSettings. + """Sets the allow_tab_order_metadata of this TabAccountSettings. + - :param allow_tab_order_metadata: The allow_tab_order_metadata of this TabAccountSettings. + :param allow_tab_order_metadata: The allow_tab_order_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -203,22 +288,22 @@ def allow_tab_order_metadata(self, allow_tab_order_metadata): @property def approve_decline_tabs_enabled(self): - """ - Gets the approve_decline_tabs_enabled of this TabAccountSettings. - + """Gets the approve_decline_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The approve_decline_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The approve_decline_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._approve_decline_tabs_enabled @approve_decline_tabs_enabled.setter def approve_decline_tabs_enabled(self, approve_decline_tabs_enabled): - """ - Sets the approve_decline_tabs_enabled of this TabAccountSettings. - + """Sets the approve_decline_tabs_enabled of this TabAccountSettings. - :param approve_decline_tabs_enabled: The approve_decline_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :param approve_decline_tabs_enabled: The approve_decline_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -226,20 +311,20 @@ def approve_decline_tabs_enabled(self, approve_decline_tabs_enabled): @property def approve_decline_tabs_metadata(self): - """ - Gets the approve_decline_tabs_metadata of this TabAccountSettings. + """Gets the approve_decline_tabs_metadata of this TabAccountSettings. # noqa: E501 - :return: The approve_decline_tabs_metadata of this TabAccountSettings. + + :return: The approve_decline_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._approve_decline_tabs_metadata @approve_decline_tabs_metadata.setter def approve_decline_tabs_metadata(self, approve_decline_tabs_metadata): - """ - Sets the approve_decline_tabs_metadata of this TabAccountSettings. + """Sets the approve_decline_tabs_metadata of this TabAccountSettings. + - :param approve_decline_tabs_metadata: The approve_decline_tabs_metadata of this TabAccountSettings. + :param approve_decline_tabs_metadata: The approve_decline_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -247,22 +332,22 @@ def approve_decline_tabs_metadata(self, approve_decline_tabs_metadata): @property def calculated_fields_enabled(self): - """ - Gets the calculated_fields_enabled of this TabAccountSettings. - + """Gets the calculated_fields_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The calculated_fields_enabled of this TabAccountSettings. + :return: The calculated_fields_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._calculated_fields_enabled @calculated_fields_enabled.setter def calculated_fields_enabled(self, calculated_fields_enabled): - """ - Sets the calculated_fields_enabled of this TabAccountSettings. - + """Sets the calculated_fields_enabled of this TabAccountSettings. + + # noqa: E501 - :param calculated_fields_enabled: The calculated_fields_enabled of this TabAccountSettings. + :param calculated_fields_enabled: The calculated_fields_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -270,20 +355,20 @@ def calculated_fields_enabled(self, calculated_fields_enabled): @property def calculated_fields_metadata(self): - """ - Gets the calculated_fields_metadata of this TabAccountSettings. + """Gets the calculated_fields_metadata of this TabAccountSettings. # noqa: E501 + - :return: The calculated_fields_metadata of this TabAccountSettings. + :return: The calculated_fields_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._calculated_fields_metadata @calculated_fields_metadata.setter def calculated_fields_metadata(self, calculated_fields_metadata): - """ - Sets the calculated_fields_metadata of this TabAccountSettings. + """Sets the calculated_fields_metadata of this TabAccountSettings. - :param calculated_fields_metadata: The calculated_fields_metadata of this TabAccountSettings. + + :param calculated_fields_metadata: The calculated_fields_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -291,22 +376,22 @@ def calculated_fields_metadata(self, calculated_fields_metadata): @property def checkbox_tabs_enabled(self): - """ - Gets the checkbox_tabs_enabled of this TabAccountSettings. - + """Gets the checkbox_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The checkbox_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The checkbox_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._checkbox_tabs_enabled @checkbox_tabs_enabled.setter def checkbox_tabs_enabled(self, checkbox_tabs_enabled): - """ - Sets the checkbox_tabs_enabled of this TabAccountSettings. - + """Sets the checkbox_tabs_enabled of this TabAccountSettings. - :param checkbox_tabs_enabled: The checkbox_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :param checkbox_tabs_enabled: The checkbox_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -314,20 +399,20 @@ def checkbox_tabs_enabled(self, checkbox_tabs_enabled): @property def check_box_tabs_metadata(self): - """ - Gets the check_box_tabs_metadata of this TabAccountSettings. + """Gets the check_box_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The check_box_tabs_metadata of this TabAccountSettings. + :return: The check_box_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._check_box_tabs_metadata @check_box_tabs_metadata.setter def check_box_tabs_metadata(self, check_box_tabs_metadata): - """ - Sets the check_box_tabs_metadata of this TabAccountSettings. + """Sets the check_box_tabs_metadata of this TabAccountSettings. + - :param check_box_tabs_metadata: The check_box_tabs_metadata of this TabAccountSettings. + :param check_box_tabs_metadata: The check_box_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -335,22 +420,22 @@ def check_box_tabs_metadata(self, check_box_tabs_metadata): @property def data_field_regex_enabled(self): - """ - Gets the data_field_regex_enabled of this TabAccountSettings. - + """Gets the data_field_regex_enabled of this TabAccountSettings. # noqa: E501 - :return: The data_field_regex_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The data_field_regex_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._data_field_regex_enabled @data_field_regex_enabled.setter def data_field_regex_enabled(self, data_field_regex_enabled): - """ - Sets the data_field_regex_enabled of this TabAccountSettings. - + """Sets the data_field_regex_enabled of this TabAccountSettings. + + # noqa: E501 - :param data_field_regex_enabled: The data_field_regex_enabled of this TabAccountSettings. + :param data_field_regex_enabled: The data_field_regex_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -358,20 +443,20 @@ def data_field_regex_enabled(self, data_field_regex_enabled): @property def data_field_regex_metadata(self): - """ - Gets the data_field_regex_metadata of this TabAccountSettings. + """Gets the data_field_regex_metadata of this TabAccountSettings. # noqa: E501 + - :return: The data_field_regex_metadata of this TabAccountSettings. + :return: The data_field_regex_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._data_field_regex_metadata @data_field_regex_metadata.setter def data_field_regex_metadata(self, data_field_regex_metadata): - """ - Sets the data_field_regex_metadata of this TabAccountSettings. + """Sets the data_field_regex_metadata of this TabAccountSettings. + - :param data_field_regex_metadata: The data_field_regex_metadata of this TabAccountSettings. + :param data_field_regex_metadata: The data_field_regex_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -379,22 +464,22 @@ def data_field_regex_metadata(self, data_field_regex_metadata): @property def data_field_size_enabled(self): - """ - Gets the data_field_size_enabled of this TabAccountSettings. - + """Gets the data_field_size_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The data_field_size_enabled of this TabAccountSettings. + :return: The data_field_size_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._data_field_size_enabled @data_field_size_enabled.setter def data_field_size_enabled(self, data_field_size_enabled): - """ - Sets the data_field_size_enabled of this TabAccountSettings. - + """Sets the data_field_size_enabled of this TabAccountSettings. - :param data_field_size_enabled: The data_field_size_enabled of this TabAccountSettings. + # noqa: E501 + + :param data_field_size_enabled: The data_field_size_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -402,20 +487,20 @@ def data_field_size_enabled(self, data_field_size_enabled): @property def data_field_size_metadata(self): - """ - Gets the data_field_size_metadata of this TabAccountSettings. + """Gets the data_field_size_metadata of this TabAccountSettings. # noqa: E501 - :return: The data_field_size_metadata of this TabAccountSettings. + + :return: The data_field_size_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._data_field_size_metadata @data_field_size_metadata.setter def data_field_size_metadata(self, data_field_size_metadata): - """ - Sets the data_field_size_metadata of this TabAccountSettings. + """Sets the data_field_size_metadata of this TabAccountSettings. - :param data_field_size_metadata: The data_field_size_metadata of this TabAccountSettings. + + :param data_field_size_metadata: The data_field_size_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -423,22 +508,22 @@ def data_field_size_metadata(self, data_field_size_metadata): @property def draw_tabs_enabled(self): - """ - Gets the draw_tabs_enabled of this TabAccountSettings. - + """Gets the draw_tabs_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The draw_tabs_enabled of this TabAccountSettings. + :return: The draw_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._draw_tabs_enabled @draw_tabs_enabled.setter def draw_tabs_enabled(self, draw_tabs_enabled): - """ - Sets the draw_tabs_enabled of this TabAccountSettings. - + """Sets the draw_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param draw_tabs_enabled: The draw_tabs_enabled of this TabAccountSettings. + :param draw_tabs_enabled: The draw_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -446,20 +531,20 @@ def draw_tabs_enabled(self, draw_tabs_enabled): @property def draw_tabs_metadata(self): - """ - Gets the draw_tabs_metadata of this TabAccountSettings. + """Gets the draw_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The draw_tabs_metadata of this TabAccountSettings. + :return: The draw_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._draw_tabs_metadata @draw_tabs_metadata.setter def draw_tabs_metadata(self, draw_tabs_metadata): - """ - Sets the draw_tabs_metadata of this TabAccountSettings. + """Sets the draw_tabs_metadata of this TabAccountSettings. + - :param draw_tabs_metadata: The draw_tabs_metadata of this TabAccountSettings. + :param draw_tabs_metadata: The draw_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -467,22 +552,22 @@ def draw_tabs_metadata(self, draw_tabs_metadata): @property def first_last_email_tabs_enabled(self): - """ - Gets the first_last_email_tabs_enabled of this TabAccountSettings. - + """Gets the first_last_email_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The first_last_email_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The first_last_email_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._first_last_email_tabs_enabled @first_last_email_tabs_enabled.setter def first_last_email_tabs_enabled(self, first_last_email_tabs_enabled): - """ - Sets the first_last_email_tabs_enabled of this TabAccountSettings. - + """Sets the first_last_email_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param first_last_email_tabs_enabled: The first_last_email_tabs_enabled of this TabAccountSettings. + :param first_last_email_tabs_enabled: The first_last_email_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -490,20 +575,20 @@ def first_last_email_tabs_enabled(self, first_last_email_tabs_enabled): @property def first_last_email_tabs_metadata(self): - """ - Gets the first_last_email_tabs_metadata of this TabAccountSettings. + """Gets the first_last_email_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The first_last_email_tabs_metadata of this TabAccountSettings. + :return: The first_last_email_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._first_last_email_tabs_metadata @first_last_email_tabs_metadata.setter def first_last_email_tabs_metadata(self, first_last_email_tabs_metadata): - """ - Sets the first_last_email_tabs_metadata of this TabAccountSettings. + """Sets the first_last_email_tabs_metadata of this TabAccountSettings. - :param first_last_email_tabs_metadata: The first_last_email_tabs_metadata of this TabAccountSettings. + + :param first_last_email_tabs_metadata: The first_last_email_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -511,22 +596,22 @@ def first_last_email_tabs_metadata(self, first_last_email_tabs_metadata): @property def list_tabs_enabled(self): - """ - Gets the list_tabs_enabled of this TabAccountSettings. - + """Gets the list_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The list_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The list_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._list_tabs_enabled @list_tabs_enabled.setter def list_tabs_enabled(self, list_tabs_enabled): - """ - Sets the list_tabs_enabled of this TabAccountSettings. - + """Sets the list_tabs_enabled of this TabAccountSettings. - :param list_tabs_enabled: The list_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :param list_tabs_enabled: The list_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -534,20 +619,20 @@ def list_tabs_enabled(self, list_tabs_enabled): @property def list_tabs_metadata(self): - """ - Gets the list_tabs_metadata of this TabAccountSettings. + """Gets the list_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The list_tabs_metadata of this TabAccountSettings. + :return: The list_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._list_tabs_metadata @list_tabs_metadata.setter def list_tabs_metadata(self, list_tabs_metadata): - """ - Sets the list_tabs_metadata of this TabAccountSettings. + """Sets the list_tabs_metadata of this TabAccountSettings. + - :param list_tabs_metadata: The list_tabs_metadata of this TabAccountSettings. + :param list_tabs_metadata: The list_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -555,22 +640,22 @@ def list_tabs_metadata(self, list_tabs_metadata): @property def note_tabs_enabled(self): - """ - Gets the note_tabs_enabled of this TabAccountSettings. - + """Gets the note_tabs_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The note_tabs_enabled of this TabAccountSettings. + :return: The note_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._note_tabs_enabled @note_tabs_enabled.setter def note_tabs_enabled(self, note_tabs_enabled): - """ - Sets the note_tabs_enabled of this TabAccountSettings. - + """Sets the note_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param note_tabs_enabled: The note_tabs_enabled of this TabAccountSettings. + :param note_tabs_enabled: The note_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -578,20 +663,20 @@ def note_tabs_enabled(self, note_tabs_enabled): @property def note_tabs_metadata(self): - """ - Gets the note_tabs_metadata of this TabAccountSettings. + """Gets the note_tabs_metadata of this TabAccountSettings. # noqa: E501 - :return: The note_tabs_metadata of this TabAccountSettings. + + :return: The note_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._note_tabs_metadata @note_tabs_metadata.setter def note_tabs_metadata(self, note_tabs_metadata): - """ - Sets the note_tabs_metadata of this TabAccountSettings. + """Sets the note_tabs_metadata of this TabAccountSettings. - :param note_tabs_metadata: The note_tabs_metadata of this TabAccountSettings. + + :param note_tabs_metadata: The note_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -599,22 +684,22 @@ def note_tabs_metadata(self, note_tabs_metadata): @property def radio_tabs_enabled(self): - """ - Gets the radio_tabs_enabled of this TabAccountSettings. - + """Gets the radio_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The radio_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The radio_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._radio_tabs_enabled @radio_tabs_enabled.setter def radio_tabs_enabled(self, radio_tabs_enabled): - """ - Sets the radio_tabs_enabled of this TabAccountSettings. - + """Sets the radio_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param radio_tabs_enabled: The radio_tabs_enabled of this TabAccountSettings. + :param radio_tabs_enabled: The radio_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -622,20 +707,20 @@ def radio_tabs_enabled(self, radio_tabs_enabled): @property def radio_tabs_metadata(self): - """ - Gets the radio_tabs_metadata of this TabAccountSettings. + """Gets the radio_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The radio_tabs_metadata of this TabAccountSettings. + :return: The radio_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._radio_tabs_metadata @radio_tabs_metadata.setter def radio_tabs_metadata(self, radio_tabs_metadata): - """ - Sets the radio_tabs_metadata of this TabAccountSettings. + """Sets the radio_tabs_metadata of this TabAccountSettings. - :param radio_tabs_metadata: The radio_tabs_metadata of this TabAccountSettings. + + :param radio_tabs_metadata: The radio_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -643,22 +728,22 @@ def radio_tabs_metadata(self, radio_tabs_metadata): @property def saving_custom_tabs_enabled(self): - """ - Gets the saving_custom_tabs_enabled of this TabAccountSettings. - + """Gets the saving_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The saving_custom_tabs_enabled of this TabAccountSettings. + :return: The saving_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._saving_custom_tabs_enabled @saving_custom_tabs_enabled.setter def saving_custom_tabs_enabled(self, saving_custom_tabs_enabled): - """ - Sets the saving_custom_tabs_enabled of this TabAccountSettings. - + """Sets the saving_custom_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param saving_custom_tabs_enabled: The saving_custom_tabs_enabled of this TabAccountSettings. + :param saving_custom_tabs_enabled: The saving_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -666,20 +751,20 @@ def saving_custom_tabs_enabled(self, saving_custom_tabs_enabled): @property def saving_custom_tabs_metadata(self): - """ - Gets the saving_custom_tabs_metadata of this TabAccountSettings. + """Gets the saving_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The saving_custom_tabs_metadata of this TabAccountSettings. + :return: The saving_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._saving_custom_tabs_metadata @saving_custom_tabs_metadata.setter def saving_custom_tabs_metadata(self, saving_custom_tabs_metadata): - """ - Sets the saving_custom_tabs_metadata of this TabAccountSettings. + """Sets the saving_custom_tabs_metadata of this TabAccountSettings. + - :param saving_custom_tabs_metadata: The saving_custom_tabs_metadata of this TabAccountSettings. + :param saving_custom_tabs_metadata: The saving_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -687,22 +772,22 @@ def saving_custom_tabs_metadata(self, saving_custom_tabs_metadata): @property def sender_to_change_tab_assignments_enabled(self): - """ - Gets the sender_to_change_tab_assignments_enabled of this TabAccountSettings. - + """Gets the sender_to_change_tab_assignments_enabled of this TabAccountSettings. # noqa: E501 - :return: The sender_to_change_tab_assignments_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The sender_to_change_tab_assignments_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._sender_to_change_tab_assignments_enabled @sender_to_change_tab_assignments_enabled.setter def sender_to_change_tab_assignments_enabled(self, sender_to_change_tab_assignments_enabled): - """ - Sets the sender_to_change_tab_assignments_enabled of this TabAccountSettings. - + """Sets the sender_to_change_tab_assignments_enabled of this TabAccountSettings. - :param sender_to_change_tab_assignments_enabled: The sender_to_change_tab_assignments_enabled of this TabAccountSettings. + # noqa: E501 + + :param sender_to_change_tab_assignments_enabled: The sender_to_change_tab_assignments_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -710,20 +795,20 @@ def sender_to_change_tab_assignments_enabled(self, sender_to_change_tab_assignme @property def sender_to_change_tab_assignments_metadata(self): - """ - Gets the sender_to_change_tab_assignments_metadata of this TabAccountSettings. + """Gets the sender_to_change_tab_assignments_metadata of this TabAccountSettings. # noqa: E501 - :return: The sender_to_change_tab_assignments_metadata of this TabAccountSettings. + + :return: The sender_to_change_tab_assignments_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._sender_to_change_tab_assignments_metadata @sender_to_change_tab_assignments_metadata.setter def sender_to_change_tab_assignments_metadata(self, sender_to_change_tab_assignments_metadata): - """ - Sets the sender_to_change_tab_assignments_metadata of this TabAccountSettings. + """Sets the sender_to_change_tab_assignments_metadata of this TabAccountSettings. + - :param sender_to_change_tab_assignments_metadata: The sender_to_change_tab_assignments_metadata of this TabAccountSettings. + :param sender_to_change_tab_assignments_metadata: The sender_to_change_tab_assignments_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -731,22 +816,22 @@ def sender_to_change_tab_assignments_metadata(self, sender_to_change_tab_assignm @property def shared_custom_tabs_enabled(self): - """ - Gets the shared_custom_tabs_enabled of this TabAccountSettings. - + """Gets the shared_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The shared_custom_tabs_enabled of this TabAccountSettings. + :return: The shared_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._shared_custom_tabs_enabled @shared_custom_tabs_enabled.setter def shared_custom_tabs_enabled(self, shared_custom_tabs_enabled): - """ - Sets the shared_custom_tabs_enabled of this TabAccountSettings. - + """Sets the shared_custom_tabs_enabled of this TabAccountSettings. + + # noqa: E501 - :param shared_custom_tabs_enabled: The shared_custom_tabs_enabled of this TabAccountSettings. + :param shared_custom_tabs_enabled: The shared_custom_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -754,20 +839,20 @@ def shared_custom_tabs_enabled(self, shared_custom_tabs_enabled): @property def shared_custom_tabs_metadata(self): - """ - Gets the shared_custom_tabs_metadata of this TabAccountSettings. + """Gets the shared_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The shared_custom_tabs_metadata of this TabAccountSettings. + :return: The shared_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._shared_custom_tabs_metadata @shared_custom_tabs_metadata.setter def shared_custom_tabs_metadata(self, shared_custom_tabs_metadata): - """ - Sets the shared_custom_tabs_metadata of this TabAccountSettings. + """Sets the shared_custom_tabs_metadata of this TabAccountSettings. - :param shared_custom_tabs_metadata: The shared_custom_tabs_metadata of this TabAccountSettings. + + :param shared_custom_tabs_metadata: The shared_custom_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -775,22 +860,22 @@ def shared_custom_tabs_metadata(self, shared_custom_tabs_metadata): @property def tab_data_label_enabled(self): - """ - Gets the tab_data_label_enabled of this TabAccountSettings. - + """Gets the tab_data_label_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The tab_data_label_enabled of this TabAccountSettings. + :return: The tab_data_label_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._tab_data_label_enabled @tab_data_label_enabled.setter def tab_data_label_enabled(self, tab_data_label_enabled): - """ - Sets the tab_data_label_enabled of this TabAccountSettings. - + """Sets the tab_data_label_enabled of this TabAccountSettings. + + # noqa: E501 - :param tab_data_label_enabled: The tab_data_label_enabled of this TabAccountSettings. + :param tab_data_label_enabled: The tab_data_label_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -798,20 +883,20 @@ def tab_data_label_enabled(self, tab_data_label_enabled): @property def tab_data_label_metadata(self): - """ - Gets the tab_data_label_metadata of this TabAccountSettings. + """Gets the tab_data_label_metadata of this TabAccountSettings. # noqa: E501 - :return: The tab_data_label_metadata of this TabAccountSettings. + + :return: The tab_data_label_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._tab_data_label_metadata @tab_data_label_metadata.setter def tab_data_label_metadata(self, tab_data_label_metadata): - """ - Sets the tab_data_label_metadata of this TabAccountSettings. + """Sets the tab_data_label_metadata of this TabAccountSettings. - :param tab_data_label_metadata: The tab_data_label_metadata of this TabAccountSettings. + + :param tab_data_label_metadata: The tab_data_label_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -819,22 +904,22 @@ def tab_data_label_metadata(self, tab_data_label_metadata): @property def tab_location_enabled(self): - """ - Gets the tab_location_enabled of this TabAccountSettings. - + """Gets the tab_location_enabled of this TabAccountSettings. # noqa: E501 - :return: The tab_location_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The tab_location_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._tab_location_enabled @tab_location_enabled.setter def tab_location_enabled(self, tab_location_enabled): - """ - Sets the tab_location_enabled of this TabAccountSettings. - + """Sets the tab_location_enabled of this TabAccountSettings. + + # noqa: E501 - :param tab_location_enabled: The tab_location_enabled of this TabAccountSettings. + :param tab_location_enabled: The tab_location_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -842,20 +927,20 @@ def tab_location_enabled(self, tab_location_enabled): @property def tab_location_metadata(self): - """ - Gets the tab_location_metadata of this TabAccountSettings. + """Gets the tab_location_metadata of this TabAccountSettings. # noqa: E501 + - :return: The tab_location_metadata of this TabAccountSettings. + :return: The tab_location_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._tab_location_metadata @tab_location_metadata.setter def tab_location_metadata(self, tab_location_metadata): - """ - Sets the tab_location_metadata of this TabAccountSettings. + """Sets the tab_location_metadata of this TabAccountSettings. + - :param tab_location_metadata: The tab_location_metadata of this TabAccountSettings. + :param tab_location_metadata: The tab_location_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -863,22 +948,22 @@ def tab_location_metadata(self, tab_location_metadata): @property def tab_locking_enabled(self): - """ - Gets the tab_locking_enabled of this TabAccountSettings. - + """Gets the tab_locking_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The tab_locking_enabled of this TabAccountSettings. + :return: The tab_locking_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._tab_locking_enabled @tab_locking_enabled.setter def tab_locking_enabled(self, tab_locking_enabled): - """ - Sets the tab_locking_enabled of this TabAccountSettings. - + """Sets the tab_locking_enabled of this TabAccountSettings. - :param tab_locking_enabled: The tab_locking_enabled of this TabAccountSettings. + # noqa: E501 + + :param tab_locking_enabled: The tab_locking_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -886,20 +971,20 @@ def tab_locking_enabled(self, tab_locking_enabled): @property def tab_locking_metadata(self): - """ - Gets the tab_locking_metadata of this TabAccountSettings. + """Gets the tab_locking_metadata of this TabAccountSettings. # noqa: E501 - :return: The tab_locking_metadata of this TabAccountSettings. + + :return: The tab_locking_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._tab_locking_metadata @tab_locking_metadata.setter def tab_locking_metadata(self, tab_locking_metadata): - """ - Sets the tab_locking_metadata of this TabAccountSettings. + """Sets the tab_locking_metadata of this TabAccountSettings. - :param tab_locking_metadata: The tab_locking_metadata of this TabAccountSettings. + + :param tab_locking_metadata: The tab_locking_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -907,22 +992,22 @@ def tab_locking_metadata(self, tab_locking_metadata): @property def tab_scale_enabled(self): - """ - Gets the tab_scale_enabled of this TabAccountSettings. - + """Gets the tab_scale_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The tab_scale_enabled of this TabAccountSettings. + :return: The tab_scale_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._tab_scale_enabled @tab_scale_enabled.setter def tab_scale_enabled(self, tab_scale_enabled): - """ - Sets the tab_scale_enabled of this TabAccountSettings. - + """Sets the tab_scale_enabled of this TabAccountSettings. + + # noqa: E501 - :param tab_scale_enabled: The tab_scale_enabled of this TabAccountSettings. + :param tab_scale_enabled: The tab_scale_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -930,20 +1015,20 @@ def tab_scale_enabled(self, tab_scale_enabled): @property def tab_scale_metadata(self): - """ - Gets the tab_scale_metadata of this TabAccountSettings. + """Gets the tab_scale_metadata of this TabAccountSettings. # noqa: E501 - :return: The tab_scale_metadata of this TabAccountSettings. + + :return: The tab_scale_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._tab_scale_metadata @tab_scale_metadata.setter def tab_scale_metadata(self, tab_scale_metadata): - """ - Sets the tab_scale_metadata of this TabAccountSettings. + """Sets the tab_scale_metadata of this TabAccountSettings. + - :param tab_scale_metadata: The tab_scale_metadata of this TabAccountSettings. + :param tab_scale_metadata: The tab_scale_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -951,22 +1036,22 @@ def tab_scale_metadata(self, tab_scale_metadata): @property def tab_text_formatting_enabled(self): - """ - Gets the tab_text_formatting_enabled of this TabAccountSettings. - + """Gets the tab_text_formatting_enabled of this TabAccountSettings. # noqa: E501 + + # noqa: E501 - :return: The tab_text_formatting_enabled of this TabAccountSettings. + :return: The tab_text_formatting_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._tab_text_formatting_enabled @tab_text_formatting_enabled.setter def tab_text_formatting_enabled(self, tab_text_formatting_enabled): - """ - Sets the tab_text_formatting_enabled of this TabAccountSettings. - + """Sets the tab_text_formatting_enabled of this TabAccountSettings. + + # noqa: E501 - :param tab_text_formatting_enabled: The tab_text_formatting_enabled of this TabAccountSettings. + :param tab_text_formatting_enabled: The tab_text_formatting_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -974,20 +1059,20 @@ def tab_text_formatting_enabled(self, tab_text_formatting_enabled): @property def tab_text_formatting_metadata(self): - """ - Gets the tab_text_formatting_metadata of this TabAccountSettings. + """Gets the tab_text_formatting_metadata of this TabAccountSettings. # noqa: E501 + - :return: The tab_text_formatting_metadata of this TabAccountSettings. + :return: The tab_text_formatting_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._tab_text_formatting_metadata @tab_text_formatting_metadata.setter def tab_text_formatting_metadata(self, tab_text_formatting_metadata): - """ - Sets the tab_text_formatting_metadata of this TabAccountSettings. + """Sets the tab_text_formatting_metadata of this TabAccountSettings. - :param tab_text_formatting_metadata: The tab_text_formatting_metadata of this TabAccountSettings. + + :param tab_text_formatting_metadata: The tab_text_formatting_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ @@ -995,22 +1080,22 @@ def tab_text_formatting_metadata(self, tab_text_formatting_metadata): @property def text_tabs_enabled(self): - """ - Gets the text_tabs_enabled of this TabAccountSettings. - + """Gets the text_tabs_enabled of this TabAccountSettings. # noqa: E501 - :return: The text_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :return: The text_tabs_enabled of this TabAccountSettings. # noqa: E501 :rtype: str """ return self._text_tabs_enabled @text_tabs_enabled.setter def text_tabs_enabled(self, text_tabs_enabled): - """ - Sets the text_tabs_enabled of this TabAccountSettings. - + """Sets the text_tabs_enabled of this TabAccountSettings. - :param text_tabs_enabled: The text_tabs_enabled of this TabAccountSettings. + # noqa: E501 + + :param text_tabs_enabled: The text_tabs_enabled of this TabAccountSettings. # noqa: E501 :type: str """ @@ -1018,32 +1103,30 @@ def text_tabs_enabled(self, text_tabs_enabled): @property def text_tabs_metadata(self): - """ - Gets the text_tabs_metadata of this TabAccountSettings. + """Gets the text_tabs_metadata of this TabAccountSettings. # noqa: E501 + - :return: The text_tabs_metadata of this TabAccountSettings. + :return: The text_tabs_metadata of this TabAccountSettings. # noqa: E501 :rtype: SettingsMetadata """ return self._text_tabs_metadata @text_tabs_metadata.setter def text_tabs_metadata(self, text_tabs_metadata): - """ - Sets the text_tabs_metadata of this TabAccountSettings. + """Sets the text_tabs_metadata of this TabAccountSettings. + - :param text_tabs_metadata: The text_tabs_metadata of this TabAccountSettings. + :param text_tabs_metadata: The text_tabs_metadata of this TabAccountSettings. # noqa: E501 :type: SettingsMetadata """ self._text_tabs_metadata = text_tabs_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1060,29 +1143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TabAccountSettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TabAccountSettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/tab_group.py b/docusign_esign/models/tab_group.py index ae999198..9f9026cc 100644 --- a/docusign_esign/models/tab_group.py +++ b/docusign_esign/models/tab_group.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,290 +11,455 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TabGroup(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, group_label=None, group_label_metadata=None, group_rule=None, group_rule_metadata=None, height=None, height_metadata=None, maximum_allowed=None, maximum_allowed_metadata=None, merge_field=None, merge_field_xml=None, minimum_required=None, minimum_required_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, tab_scope=None, tab_scope_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, validation_message=None, validation_message_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - TabGroup - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'group_label': 'str', - 'group_label_metadata': 'PropertyMetadata', - 'group_rule': 'str', - 'group_rule_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'maximum_allowed': 'str', - 'maximum_allowed_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'minimum_required': 'str', - 'minimum_required_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_scope': 'str', - 'tab_scope_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'group_label': 'groupLabel', - 'group_label_metadata': 'groupLabelMetadata', - 'group_rule': 'groupRule', - 'group_rule_metadata': 'groupRuleMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'maximum_allowed': 'maximumAllowed', - 'maximum_allowed_metadata': 'maximumAllowedMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'minimum_required': 'minimumRequired', - 'minimum_required_metadata': 'minimumRequiredMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_scope': 'tabScope', - 'tab_scope_metadata': 'tabScopeMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._group_label = group_label - self._group_label_metadata = group_label_metadata - self._group_rule = group_rule - self._group_rule_metadata = group_rule_metadata - self._height = height - self._height_metadata = height_metadata - self._maximum_allowed = maximum_allowed - self._maximum_allowed_metadata = maximum_allowed_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._minimum_required = minimum_required - self._minimum_required_metadata = minimum_required_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_scope = tab_scope - self._tab_scope_metadata = tab_scope_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'group_label': 'str', + 'group_label_metadata': 'PropertyMetadata', + 'group_rule': 'str', + 'group_rule_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'maximum_allowed': 'str', + 'maximum_allowed_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'minimum_required': 'str', + 'minimum_required_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_scope': 'str', + 'tab_scope_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'group_label': 'groupLabel', + 'group_label_metadata': 'groupLabelMetadata', + 'group_rule': 'groupRule', + 'group_rule_metadata': 'groupRuleMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'maximum_allowed': 'maximumAllowed', + 'maximum_allowed_metadata': 'maximumAllowedMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'minimum_required': 'minimumRequired', + 'minimum_required_metadata': 'minimumRequiredMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_scope': 'tabScope', + 'tab_scope_metadata': 'tabScopeMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, group_label=None, group_label_metadata=None, group_rule=None, group_rule_metadata=None, height=None, height_metadata=None, maximum_allowed=None, maximum_allowed_metadata=None, merge_field=None, merge_field_xml=None, minimum_required=None, minimum_required_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_order=None, tab_order_metadata=None, tab_scope=None, tab_scope_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, validation_message=None, validation_message_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """TabGroup - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._group_label = None + self._group_label_metadata = None + self._group_rule = None + self._group_rule_metadata = None + self._height = None + self._height_metadata = None + self._maximum_allowed = None + self._maximum_allowed_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._minimum_required = None + self._minimum_required_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_scope = None + self._tab_scope_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if group_label is not None: + self.group_label = group_label + if group_label_metadata is not None: + self.group_label_metadata = group_label_metadata + if group_rule is not None: + self.group_rule = group_rule + if group_rule_metadata is not None: + self.group_rule_metadata = group_rule_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if maximum_allowed is not None: + self.maximum_allowed = maximum_allowed + if maximum_allowed_metadata is not None: + self.maximum_allowed_metadata = maximum_allowed_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if minimum_required is not None: + self.minimum_required = minimum_required + if minimum_required_metadata is not None: + self.minimum_required_metadata = minimum_required_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_scope is not None: + self.tab_scope = tab_scope + if tab_scope_metadata is not None: + self.tab_scope_metadata = tab_scope_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this TabGroup. - + """Gets the anchor_allow_white_space_in_characters of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this TabGroup. + :return: The anchor_allow_white_space_in_characters of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this TabGroup. - + """Sets the anchor_allow_white_space_in_characters of this TabGroup. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this TabGroup. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this TabGroup. # noqa: E501 :type: str """ @@ -302,20 +467,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this TabGroup. + """Gets the anchor_allow_white_space_in_characters_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this TabGroup. + :return: The anchor_allow_white_space_in_characters_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this TabGroup. + """Sets the anchor_allow_white_space_in_characters_metadata of this TabGroup. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this TabGroup. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -323,22 +488,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this TabGroup. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this TabGroup. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this TabGroup. + :return: The anchor_case_sensitive of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this TabGroup. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this TabGroup. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this TabGroup. + :param anchor_case_sensitive: The anchor_case_sensitive of this TabGroup. # noqa: E501 :type: str """ @@ -346,20 +511,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this TabGroup. + """Gets the anchor_case_sensitive_metadata of this TabGroup. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this TabGroup. + + :return: The anchor_case_sensitive_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this TabGroup. + """Sets the anchor_case_sensitive_metadata of this TabGroup. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this TabGroup. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -367,22 +532,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this TabGroup. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this TabGroup. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this TabGroup. + :return: The anchor_horizontal_alignment of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this TabGroup. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this TabGroup. - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this TabGroup. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this TabGroup. # noqa: E501 :type: str """ @@ -390,20 +555,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this TabGroup. + """Gets the anchor_horizontal_alignment_metadata of this TabGroup. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this TabGroup. + + :return: The anchor_horizontal_alignment_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this TabGroup. + """Sets the anchor_horizontal_alignment_metadata of this TabGroup. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this TabGroup. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -411,22 +576,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this TabGroup. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this TabGroup. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this TabGroup. + :return: The anchor_ignore_if_not_present of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this TabGroup. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this TabGroup. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this TabGroup. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this TabGroup. # noqa: E501 :type: str """ @@ -434,20 +599,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this TabGroup. + """Gets the anchor_ignore_if_not_present_metadata of this TabGroup. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this TabGroup. + + :return: The anchor_ignore_if_not_present_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this TabGroup. + """Sets the anchor_ignore_if_not_present_metadata of this TabGroup. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this TabGroup. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -455,22 +620,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this TabGroup. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this TabGroup. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this TabGroup. + :return: The anchor_match_whole_word of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this TabGroup. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this TabGroup. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this TabGroup. + :param anchor_match_whole_word: The anchor_match_whole_word of this TabGroup. # noqa: E501 :type: str """ @@ -478,20 +643,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this TabGroup. + """Gets the anchor_match_whole_word_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this TabGroup. + :return: The anchor_match_whole_word_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this TabGroup. + """Sets the anchor_match_whole_word_metadata of this TabGroup. - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this TabGroup. + + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -499,22 +664,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this TabGroup. - Anchor text information for a radio button. + """Gets the anchor_string of this TabGroup. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this TabGroup. + :return: The anchor_string of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this TabGroup. - Anchor text information for a radio button. + """Sets the anchor_string of this TabGroup. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this TabGroup. + :param anchor_string: The anchor_string of this TabGroup. # noqa: E501 :type: str """ @@ -522,20 +687,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this TabGroup. + """Gets the anchor_string_metadata of this TabGroup. # noqa: E501 - :return: The anchor_string_metadata of this TabGroup. + + :return: The anchor_string_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this TabGroup. + """Sets the anchor_string_metadata of this TabGroup. - :param anchor_string_metadata: The anchor_string_metadata of this TabGroup. + + :param anchor_string_metadata: The anchor_string_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -543,22 +708,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this TabGroup. - + """Gets the anchor_tab_processor_version of this TabGroup. # noqa: E501 - :return: The anchor_tab_processor_version of this TabGroup. + # noqa: E501 + + :return: The anchor_tab_processor_version of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this TabGroup. - + """Sets the anchor_tab_processor_version of this TabGroup. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this TabGroup. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this TabGroup. # noqa: E501 :type: str """ @@ -566,20 +731,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this TabGroup. + """Gets the anchor_tab_processor_version_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this TabGroup. + :return: The anchor_tab_processor_version_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this TabGroup. + """Sets the anchor_tab_processor_version_metadata of this TabGroup. - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this TabGroup. + + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -587,22 +752,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this TabGroup. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this TabGroup. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this TabGroup. + :return: The anchor_units of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this TabGroup. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this TabGroup. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this TabGroup. + :param anchor_units: The anchor_units of this TabGroup. # noqa: E501 :type: str """ @@ -610,20 +775,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this TabGroup. + """Gets the anchor_units_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_units_metadata of this TabGroup. + :return: The anchor_units_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this TabGroup. + """Sets the anchor_units_metadata of this TabGroup. + - :param anchor_units_metadata: The anchor_units_metadata of this TabGroup. + :param anchor_units_metadata: The anchor_units_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -631,22 +796,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this TabGroup. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this TabGroup. # noqa: E501 - :return: The anchor_x_offset of this TabGroup. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_x_offset of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this TabGroup. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this TabGroup. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this TabGroup. + :param anchor_x_offset: The anchor_x_offset of this TabGroup. # noqa: E501 :type: str """ @@ -654,20 +819,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this TabGroup. + """Gets the anchor_x_offset_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_x_offset_metadata of this TabGroup. + :return: The anchor_x_offset_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this TabGroup. + """Sets the anchor_x_offset_metadata of this TabGroup. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this TabGroup. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -675,22 +840,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this TabGroup. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this TabGroup. # noqa: E501 - :return: The anchor_y_offset of this TabGroup. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this TabGroup. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this TabGroup. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this TabGroup. - :param anchor_y_offset: The anchor_y_offset of this TabGroup. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this TabGroup. # noqa: E501 :type: str """ @@ -698,20 +863,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this TabGroup. + """Gets the anchor_y_offset_metadata of this TabGroup. # noqa: E501 + - :return: The anchor_y_offset_metadata of this TabGroup. + :return: The anchor_y_offset_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this TabGroup. + """Sets the anchor_y_offset_metadata of this TabGroup. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this TabGroup. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -719,22 +884,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this TabGroup. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this TabGroup. # noqa: E501 - :return: The conditional_parent_label of this TabGroup. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this TabGroup. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this TabGroup. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this TabGroup. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this TabGroup. + :param conditional_parent_label: The conditional_parent_label of this TabGroup. # noqa: E501 :type: str """ @@ -742,20 +907,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this TabGroup. + """Gets the conditional_parent_label_metadata of this TabGroup. # noqa: E501 + - :return: The conditional_parent_label_metadata of this TabGroup. + :return: The conditional_parent_label_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this TabGroup. + """Sets the conditional_parent_label_metadata of this TabGroup. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this TabGroup. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -763,22 +928,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this TabGroup. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this TabGroup. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this TabGroup. + :return: The conditional_parent_value of this TabGroup. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this TabGroup. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this TabGroup. - :param conditional_parent_value: The conditional_parent_value of this TabGroup. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this TabGroup. # noqa: E501 :type: str """ @@ -786,20 +951,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this TabGroup. + """Gets the conditional_parent_value_metadata of this TabGroup. # noqa: E501 + - :return: The conditional_parent_value_metadata of this TabGroup. + :return: The conditional_parent_value_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this TabGroup. + """Sets the conditional_parent_value_metadata of this TabGroup. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this TabGroup. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -807,22 +972,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this TabGroup. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this TabGroup. # noqa: E501 - :return: The custom_tab_id of this TabGroup. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :return: The custom_tab_id of this TabGroup. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this TabGroup. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this TabGroup. - :param custom_tab_id: The custom_tab_id of this TabGroup. + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 + + :param custom_tab_id: The custom_tab_id of this TabGroup. # noqa: E501 :type: str """ @@ -830,20 +995,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this TabGroup. + """Gets the custom_tab_id_metadata of this TabGroup. # noqa: E501 - :return: The custom_tab_id_metadata of this TabGroup. + + :return: The custom_tab_id_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this TabGroup. + """Sets the custom_tab_id_metadata of this TabGroup. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this TabGroup. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -851,22 +1016,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this TabGroup. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this TabGroup. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this TabGroup. + :return: The document_id of this TabGroup. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this TabGroup. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this TabGroup. - :param document_id: The document_id of this TabGroup. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this TabGroup. # noqa: E501 :type: str """ @@ -874,20 +1039,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this TabGroup. + """Gets the document_id_metadata of this TabGroup. # noqa: E501 + - :return: The document_id_metadata of this TabGroup. + :return: The document_id_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this TabGroup. + """Sets the document_id_metadata of this TabGroup. + - :param document_id_metadata: The document_id_metadata of this TabGroup. + :param document_id_metadata: The document_id_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -895,20 +1060,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this TabGroup. + """Gets the error_details of this TabGroup. # noqa: E501 + - :return: The error_details of this TabGroup. + :return: The error_details of this TabGroup. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TabGroup. + """Sets the error_details of this TabGroup. + - :param error_details: The error_details of this TabGroup. + :param error_details: The error_details of this TabGroup. # noqa: E501 :type: ErrorDetails """ @@ -916,22 +1081,22 @@ def error_details(self, error_details): @property def form_order(self): - """ - Gets the form_order of this TabGroup. - + """Gets the form_order of this TabGroup. # noqa: E501 - :return: The form_order of this TabGroup. + # noqa: E501 + + :return: The form_order of this TabGroup. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this TabGroup. - + """Sets the form_order of this TabGroup. + + # noqa: E501 - :param form_order: The form_order of this TabGroup. + :param form_order: The form_order of this TabGroup. # noqa: E501 :type: str """ @@ -939,20 +1104,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this TabGroup. + """Gets the form_order_metadata of this TabGroup. # noqa: E501 + - :return: The form_order_metadata of this TabGroup. + :return: The form_order_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this TabGroup. + """Sets the form_order_metadata of this TabGroup. - :param form_order_metadata: The form_order_metadata of this TabGroup. + + :param form_order_metadata: The form_order_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -960,22 +1125,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this TabGroup. - + """Gets the form_page_label of this TabGroup. # noqa: E501 - :return: The form_page_label of this TabGroup. + # noqa: E501 + + :return: The form_page_label of this TabGroup. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this TabGroup. - + """Sets the form_page_label of this TabGroup. - :param form_page_label: The form_page_label of this TabGroup. + # noqa: E501 + + :param form_page_label: The form_page_label of this TabGroup. # noqa: E501 :type: str """ @@ -983,20 +1148,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this TabGroup. + """Gets the form_page_label_metadata of this TabGroup. # noqa: E501 + - :return: The form_page_label_metadata of this TabGroup. + :return: The form_page_label_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this TabGroup. + """Sets the form_page_label_metadata of this TabGroup. + - :param form_page_label_metadata: The form_page_label_metadata of this TabGroup. + :param form_page_label_metadata: The form_page_label_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1004,22 +1169,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this TabGroup. - + """Gets the form_page_number of this TabGroup. # noqa: E501 - :return: The form_page_number of this TabGroup. + # noqa: E501 + + :return: The form_page_number of this TabGroup. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this TabGroup. - + """Sets the form_page_number of this TabGroup. + + # noqa: E501 - :param form_page_number: The form_page_number of this TabGroup. + :param form_page_number: The form_page_number of this TabGroup. # noqa: E501 :type: str """ @@ -1027,20 +1192,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this TabGroup. + """Gets the form_page_number_metadata of this TabGroup. # noqa: E501 + - :return: The form_page_number_metadata of this TabGroup. + :return: The form_page_number_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this TabGroup. + """Sets the form_page_number_metadata of this TabGroup. + - :param form_page_number_metadata: The form_page_number_metadata of this TabGroup. + :param form_page_number_metadata: The form_page_number_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1048,22 +1213,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def group_label(self): - """ - Gets the group_label of this TabGroup. - + """Gets the group_label of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The group_label of this TabGroup. + :return: The group_label of this TabGroup. # noqa: E501 :rtype: str """ return self._group_label @group_label.setter def group_label(self, group_label): - """ - Sets the group_label of this TabGroup. - + """Sets the group_label of this TabGroup. - :param group_label: The group_label of this TabGroup. + # noqa: E501 + + :param group_label: The group_label of this TabGroup. # noqa: E501 :type: str """ @@ -1071,20 +1236,20 @@ def group_label(self, group_label): @property def group_label_metadata(self): - """ - Gets the group_label_metadata of this TabGroup. + """Gets the group_label_metadata of this TabGroup. # noqa: E501 + - :return: The group_label_metadata of this TabGroup. + :return: The group_label_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._group_label_metadata @group_label_metadata.setter def group_label_metadata(self, group_label_metadata): - """ - Sets the group_label_metadata of this TabGroup. + """Sets the group_label_metadata of this TabGroup. + - :param group_label_metadata: The group_label_metadata of this TabGroup. + :param group_label_metadata: The group_label_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1092,22 +1257,22 @@ def group_label_metadata(self, group_label_metadata): @property def group_rule(self): - """ - Gets the group_rule of this TabGroup. - + """Gets the group_rule of this TabGroup. # noqa: E501 - :return: The group_rule of this TabGroup. + # noqa: E501 + + :return: The group_rule of this TabGroup. # noqa: E501 :rtype: str """ return self._group_rule @group_rule.setter def group_rule(self, group_rule): - """ - Sets the group_rule of this TabGroup. - + """Sets the group_rule of this TabGroup. - :param group_rule: The group_rule of this TabGroup. + # noqa: E501 + + :param group_rule: The group_rule of this TabGroup. # noqa: E501 :type: str """ @@ -1115,20 +1280,20 @@ def group_rule(self, group_rule): @property def group_rule_metadata(self): - """ - Gets the group_rule_metadata of this TabGroup. + """Gets the group_rule_metadata of this TabGroup. # noqa: E501 - :return: The group_rule_metadata of this TabGroup. + + :return: The group_rule_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._group_rule_metadata @group_rule_metadata.setter def group_rule_metadata(self, group_rule_metadata): - """ - Sets the group_rule_metadata of this TabGroup. + """Sets the group_rule_metadata of this TabGroup. + - :param group_rule_metadata: The group_rule_metadata of this TabGroup. + :param group_rule_metadata: The group_rule_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1136,22 +1301,22 @@ def group_rule_metadata(self, group_rule_metadata): @property def height(self): - """ - Gets the height of this TabGroup. - Height of the tab in pixels. + """Gets the height of this TabGroup. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this TabGroup. + :return: The height of this TabGroup. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this TabGroup. - Height of the tab in pixels. + """Sets the height of this TabGroup. - :param height: The height of this TabGroup. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this TabGroup. # noqa: E501 :type: str """ @@ -1159,20 +1324,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this TabGroup. + """Gets the height_metadata of this TabGroup. # noqa: E501 + - :return: The height_metadata of this TabGroup. + :return: The height_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this TabGroup. + """Sets the height_metadata of this TabGroup. + - :param height_metadata: The height_metadata of this TabGroup. + :param height_metadata: The height_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1180,22 +1345,22 @@ def height_metadata(self, height_metadata): @property def maximum_allowed(self): - """ - Gets the maximum_allowed of this TabGroup. - + """Gets the maximum_allowed of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The maximum_allowed of this TabGroup. + :return: The maximum_allowed of this TabGroup. # noqa: E501 :rtype: str """ return self._maximum_allowed @maximum_allowed.setter def maximum_allowed(self, maximum_allowed): - """ - Sets the maximum_allowed of this TabGroup. - + """Sets the maximum_allowed of this TabGroup. + + # noqa: E501 - :param maximum_allowed: The maximum_allowed of this TabGroup. + :param maximum_allowed: The maximum_allowed of this TabGroup. # noqa: E501 :type: str """ @@ -1203,20 +1368,20 @@ def maximum_allowed(self, maximum_allowed): @property def maximum_allowed_metadata(self): - """ - Gets the maximum_allowed_metadata of this TabGroup. + """Gets the maximum_allowed_metadata of this TabGroup. # noqa: E501 - :return: The maximum_allowed_metadata of this TabGroup. + + :return: The maximum_allowed_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._maximum_allowed_metadata @maximum_allowed_metadata.setter def maximum_allowed_metadata(self, maximum_allowed_metadata): - """ - Sets the maximum_allowed_metadata of this TabGroup. + """Sets the maximum_allowed_metadata of this TabGroup. + - :param maximum_allowed_metadata: The maximum_allowed_metadata of this TabGroup. + :param maximum_allowed_metadata: The maximum_allowed_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1224,20 +1389,20 @@ def maximum_allowed_metadata(self, maximum_allowed_metadata): @property def merge_field(self): - """ - Gets the merge_field of this TabGroup. + """Gets the merge_field of this TabGroup. # noqa: E501 + - :return: The merge_field of this TabGroup. + :return: The merge_field of this TabGroup. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this TabGroup. + """Sets the merge_field of this TabGroup. - :param merge_field: The merge_field of this TabGroup. + + :param merge_field: The merge_field of this TabGroup. # noqa: E501 :type: MergeField """ @@ -1245,22 +1410,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this TabGroup. - + """Gets the merge_field_xml of this TabGroup. # noqa: E501 - :return: The merge_field_xml of this TabGroup. + # noqa: E501 + + :return: The merge_field_xml of this TabGroup. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this TabGroup. - + """Sets the merge_field_xml of this TabGroup. - :param merge_field_xml: The merge_field_xml of this TabGroup. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this TabGroup. # noqa: E501 :type: str """ @@ -1268,22 +1433,22 @@ def merge_field_xml(self, merge_field_xml): @property def minimum_required(self): - """ - Gets the minimum_required of this TabGroup. - + """Gets the minimum_required of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The minimum_required of this TabGroup. + :return: The minimum_required of this TabGroup. # noqa: E501 :rtype: str """ return self._minimum_required @minimum_required.setter def minimum_required(self, minimum_required): - """ - Sets the minimum_required of this TabGroup. - + """Sets the minimum_required of this TabGroup. + + # noqa: E501 - :param minimum_required: The minimum_required of this TabGroup. + :param minimum_required: The minimum_required of this TabGroup. # noqa: E501 :type: str """ @@ -1291,20 +1456,20 @@ def minimum_required(self, minimum_required): @property def minimum_required_metadata(self): - """ - Gets the minimum_required_metadata of this TabGroup. + """Gets the minimum_required_metadata of this TabGroup. # noqa: E501 - :return: The minimum_required_metadata of this TabGroup. + + :return: The minimum_required_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._minimum_required_metadata @minimum_required_metadata.setter def minimum_required_metadata(self, minimum_required_metadata): - """ - Sets the minimum_required_metadata of this TabGroup. + """Sets the minimum_required_metadata of this TabGroup. + - :param minimum_required_metadata: The minimum_required_metadata of this TabGroup. + :param minimum_required_metadata: The minimum_required_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1312,22 +1477,22 @@ def minimum_required_metadata(self, minimum_required_metadata): @property def page_number(self): - """ - Gets the page_number of this TabGroup. - Specifies the page number on which the tab is located. + """Gets the page_number of this TabGroup. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this TabGroup. + :return: The page_number of this TabGroup. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this TabGroup. - Specifies the page number on which the tab is located. + """Sets the page_number of this TabGroup. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this TabGroup. + :param page_number: The page_number of this TabGroup. # noqa: E501 :type: str """ @@ -1335,20 +1500,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this TabGroup. + """Gets the page_number_metadata of this TabGroup. # noqa: E501 + - :return: The page_number_metadata of this TabGroup. + :return: The page_number_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this TabGroup. + """Sets the page_number_metadata of this TabGroup. - :param page_number_metadata: The page_number_metadata of this TabGroup. + + :param page_number_metadata: The page_number_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1356,22 +1521,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this TabGroup. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this TabGroup. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this TabGroup. + :return: The recipient_id of this TabGroup. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this TabGroup. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this TabGroup. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this TabGroup. + :param recipient_id: The recipient_id of this TabGroup. # noqa: E501 :type: str """ @@ -1379,22 +1544,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this TabGroup. - + """Gets the recipient_id_guid of this TabGroup. # noqa: E501 - :return: The recipient_id_guid of this TabGroup. + # noqa: E501 + + :return: The recipient_id_guid of this TabGroup. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this TabGroup. - + """Sets the recipient_id_guid of this TabGroup. - :param recipient_id_guid: The recipient_id_guid of this TabGroup. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this TabGroup. # noqa: E501 :type: str """ @@ -1402,20 +1567,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this TabGroup. + """Gets the recipient_id_guid_metadata of this TabGroup. # noqa: E501 - :return: The recipient_id_guid_metadata of this TabGroup. + + :return: The recipient_id_guid_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this TabGroup. + """Sets the recipient_id_guid_metadata of this TabGroup. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this TabGroup. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1423,20 +1588,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this TabGroup. + """Gets the recipient_id_metadata of this TabGroup. # noqa: E501 + - :return: The recipient_id_metadata of this TabGroup. + :return: The recipient_id_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this TabGroup. + """Sets the recipient_id_metadata of this TabGroup. - :param recipient_id_metadata: The recipient_id_metadata of this TabGroup. + + :param recipient_id_metadata: The recipient_id_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1444,20 +1609,20 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this TabGroup. + """Gets the smart_contract_information of this TabGroup. # noqa: E501 + - :return: The smart_contract_information of this TabGroup. + :return: The smart_contract_information of this TabGroup. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this TabGroup. + """Sets the smart_contract_information of this TabGroup. + - :param smart_contract_information: The smart_contract_information of this TabGroup. + :param smart_contract_information: The smart_contract_information of this TabGroup. # noqa: E501 :type: SmartContractInformation """ @@ -1465,22 +1630,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this TabGroup. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this TabGroup. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this TabGroup. + :return: The status of this TabGroup. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this TabGroup. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this TabGroup. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this TabGroup. + :param status: The status of this TabGroup. # noqa: E501 :type: str """ @@ -1488,20 +1653,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this TabGroup. + """Gets the status_metadata of this TabGroup. # noqa: E501 - :return: The status_metadata of this TabGroup. + + :return: The status_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this TabGroup. + """Sets the status_metadata of this TabGroup. + - :param status_metadata: The status_metadata of this TabGroup. + :param status_metadata: The status_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1509,22 +1674,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this TabGroup. - + """Gets the tab_group_labels of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this TabGroup. + :return: The tab_group_labels of this TabGroup. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this TabGroup. - + """Sets the tab_group_labels of this TabGroup. - :param tab_group_labels: The tab_group_labels of this TabGroup. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this TabGroup. # noqa: E501 :type: list[str] """ @@ -1532,20 +1697,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this TabGroup. + """Gets the tab_group_labels_metadata of this TabGroup. # noqa: E501 - :return: The tab_group_labels_metadata of this TabGroup. + + :return: The tab_group_labels_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this TabGroup. + """Sets the tab_group_labels_metadata of this TabGroup. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this TabGroup. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1553,22 +1718,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this TabGroup. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this TabGroup. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this TabGroup. + :return: The tab_id of this TabGroup. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this TabGroup. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this TabGroup. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this TabGroup. + :param tab_id: The tab_id of this TabGroup. # noqa: E501 :type: str """ @@ -1576,20 +1741,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this TabGroup. + """Gets the tab_id_metadata of this TabGroup. # noqa: E501 - :return: The tab_id_metadata of this TabGroup. + + :return: The tab_id_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this TabGroup. + """Sets the tab_id_metadata of this TabGroup. + - :param tab_id_metadata: The tab_id_metadata of this TabGroup. + :param tab_id_metadata: The tab_id_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1597,22 +1762,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_order(self): - """ - Gets the tab_order of this TabGroup. - + """Gets the tab_order of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this TabGroup. + :return: The tab_order of this TabGroup. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this TabGroup. - + """Sets the tab_order of this TabGroup. + + # noqa: E501 - :param tab_order: The tab_order of this TabGroup. + :param tab_order: The tab_order of this TabGroup. # noqa: E501 :type: str """ @@ -1620,20 +1785,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this TabGroup. + """Gets the tab_order_metadata of this TabGroup. # noqa: E501 + - :return: The tab_order_metadata of this TabGroup. + :return: The tab_order_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this TabGroup. + """Sets the tab_order_metadata of this TabGroup. - :param tab_order_metadata: The tab_order_metadata of this TabGroup. + + :param tab_order_metadata: The tab_order_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1641,22 +1806,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_scope(self): - """ - Gets the tab_scope of this TabGroup. - + """Gets the tab_scope of this TabGroup. # noqa: E501 + + # noqa: E501 - :return: The tab_scope of this TabGroup. + :return: The tab_scope of this TabGroup. # noqa: E501 :rtype: str """ return self._tab_scope @tab_scope.setter def tab_scope(self, tab_scope): - """ - Sets the tab_scope of this TabGroup. - + """Sets the tab_scope of this TabGroup. + + # noqa: E501 - :param tab_scope: The tab_scope of this TabGroup. + :param tab_scope: The tab_scope of this TabGroup. # noqa: E501 :type: str """ @@ -1664,20 +1829,20 @@ def tab_scope(self, tab_scope): @property def tab_scope_metadata(self): - """ - Gets the tab_scope_metadata of this TabGroup. + """Gets the tab_scope_metadata of this TabGroup. # noqa: E501 - :return: The tab_scope_metadata of this TabGroup. + + :return: The tab_scope_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_scope_metadata @tab_scope_metadata.setter def tab_scope_metadata(self, tab_scope_metadata): - """ - Sets the tab_scope_metadata of this TabGroup. + """Sets the tab_scope_metadata of this TabGroup. - :param tab_scope_metadata: The tab_scope_metadata of this TabGroup. + + :param tab_scope_metadata: The tab_scope_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1685,22 +1850,22 @@ def tab_scope_metadata(self, tab_scope_metadata): @property def tab_type(self): - """ - Gets the tab_type of this TabGroup. - + """Gets the tab_type of this TabGroup. # noqa: E501 - :return: The tab_type of this TabGroup. + # noqa: E501 + + :return: The tab_type of this TabGroup. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this TabGroup. - + """Sets the tab_type of this TabGroup. + + # noqa: E501 - :param tab_type: The tab_type of this TabGroup. + :param tab_type: The tab_type of this TabGroup. # noqa: E501 :type: str """ @@ -1708,20 +1873,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this TabGroup. + """Gets the tab_type_metadata of this TabGroup. # noqa: E501 + - :return: The tab_type_metadata of this TabGroup. + :return: The tab_type_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this TabGroup. + """Sets the tab_type_metadata of this TabGroup. - :param tab_type_metadata: The tab_type_metadata of this TabGroup. + + :param tab_type_metadata: The tab_type_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1729,22 +1894,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this TabGroup. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this TabGroup. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this TabGroup. + :return: The template_locked of this TabGroup. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this TabGroup. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this TabGroup. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this TabGroup. + :param template_locked: The template_locked of this TabGroup. # noqa: E501 :type: str """ @@ -1752,20 +1917,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this TabGroup. + """Gets the template_locked_metadata of this TabGroup. # noqa: E501 + - :return: The template_locked_metadata of this TabGroup. + :return: The template_locked_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this TabGroup. + """Sets the template_locked_metadata of this TabGroup. + - :param template_locked_metadata: The template_locked_metadata of this TabGroup. + :param template_locked_metadata: The template_locked_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1773,22 +1938,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this TabGroup. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this TabGroup. # noqa: E501 - :return: The template_required of this TabGroup. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this TabGroup. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this TabGroup. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this TabGroup. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this TabGroup. + :param template_required: The template_required of this TabGroup. # noqa: E501 :type: str """ @@ -1796,20 +1961,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this TabGroup. + """Gets the template_required_metadata of this TabGroup. # noqa: E501 + - :return: The template_required_metadata of this TabGroup. + :return: The template_required_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this TabGroup. + """Sets the template_required_metadata of this TabGroup. - :param template_required_metadata: The template_required_metadata of this TabGroup. + + :param template_required_metadata: The template_required_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1817,22 +1982,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this TabGroup. - + """Gets the tooltip of this TabGroup. # noqa: E501 - :return: The tooltip of this TabGroup. + # noqa: E501 + + :return: The tooltip of this TabGroup. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this TabGroup. - + """Sets the tooltip of this TabGroup. - :param tooltip: The tooltip of this TabGroup. + # noqa: E501 + + :param tooltip: The tooltip of this TabGroup. # noqa: E501 :type: str """ @@ -1840,20 +2005,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this TabGroup. + """Gets the tool_tip_metadata of this TabGroup. # noqa: E501 + - :return: The tool_tip_metadata of this TabGroup. + :return: The tool_tip_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this TabGroup. + """Sets the tool_tip_metadata of this TabGroup. + - :param tool_tip_metadata: The tool_tip_metadata of this TabGroup. + :param tool_tip_metadata: The tool_tip_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1861,22 +2026,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def validation_message(self): - """ - Gets the validation_message of this TabGroup. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this TabGroup. # noqa: E501 - :return: The validation_message of this TabGroup. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this TabGroup. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this TabGroup. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this TabGroup. + + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 - :param validation_message: The validation_message of this TabGroup. + :param validation_message: The validation_message of this TabGroup. # noqa: E501 :type: str """ @@ -1884,20 +2049,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this TabGroup. + """Gets the validation_message_metadata of this TabGroup. # noqa: E501 + - :return: The validation_message_metadata of this TabGroup. + :return: The validation_message_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this TabGroup. + """Sets the validation_message_metadata of this TabGroup. + - :param validation_message_metadata: The validation_message_metadata of this TabGroup. + :param validation_message_metadata: The validation_message_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1905,22 +2070,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def width(self): - """ - Gets the width of this TabGroup. - Width of the tab in pixels. + """Gets the width of this TabGroup. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this TabGroup. + :return: The width of this TabGroup. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this TabGroup. - Width of the tab in pixels. + """Sets the width of this TabGroup. - :param width: The width of this TabGroup. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this TabGroup. # noqa: E501 :type: str """ @@ -1928,20 +2093,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this TabGroup. + """Gets the width_metadata of this TabGroup. # noqa: E501 + - :return: The width_metadata of this TabGroup. + :return: The width_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this TabGroup. + """Sets the width_metadata of this TabGroup. + - :param width_metadata: The width_metadata of this TabGroup. + :param width_metadata: The width_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1949,22 +2114,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this TabGroup. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this TabGroup. # noqa: E501 - :return: The x_position of this TabGroup. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this TabGroup. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this TabGroup. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this TabGroup. - :param x_position: The x_position of this TabGroup. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this TabGroup. # noqa: E501 :type: str """ @@ -1972,20 +2137,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this TabGroup. + """Gets the x_position_metadata of this TabGroup. # noqa: E501 - :return: The x_position_metadata of this TabGroup. + + :return: The x_position_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this TabGroup. + """Sets the x_position_metadata of this TabGroup. + - :param x_position_metadata: The x_position_metadata of this TabGroup. + :param x_position_metadata: The x_position_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ @@ -1993,22 +2158,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this TabGroup. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this TabGroup. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this TabGroup. + :return: The y_position of this TabGroup. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this TabGroup. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this TabGroup. - :param y_position: The y_position of this TabGroup. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this TabGroup. # noqa: E501 :type: str """ @@ -2016,32 +2181,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this TabGroup. + """Gets the y_position_metadata of this TabGroup. # noqa: E501 + - :return: The y_position_metadata of this TabGroup. + :return: The y_position_metadata of this TabGroup. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this TabGroup. + """Sets the y_position_metadata of this TabGroup. + - :param y_position_metadata: The y_position_metadata of this TabGroup. + :param y_position_metadata: The y_position_metadata of this TabGroup. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2058,29 +2221,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TabGroup, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TabGroup): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/tab_metadata.py b/docusign_esign/models/tab_metadata.py index 620ad198..47d97a2f 100644 --- a/docusign_esign/models/tab_metadata.py +++ b/docusign_esign/models/tab_metadata.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,185 +11,285 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TabMetadata(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor=None, anchor_case_sensitive=None, anchor_horizontal_alignment=None, anchor_ignore_if_not_present=None, anchor_match_whole_word=None, anchor_units=None, anchor_x_offset=None, anchor_y_offset=None, bold=None, conceal_value_on_document=None, created_by_display_name=None, created_by_user_id=None, custom_tab_id=None, disable_auto_size=None, editable=None, font=None, font_color=None, font_size=None, height=None, included_in_email=None, initial_value=None, italic=None, items=None, last_modified=None, last_modified_by_display_name=None, last_modified_by_user_id=None, locked=None, maximum_length=None, merge_field=None, name=None, payment_item_code=None, payment_item_description=None, payment_item_name=None, required=None, scale_value=None, selected=None, shared=None, stamp_type=None, stamp_type_metadata=None, tab_label=None, type=None, underline=None, validation_message=None, validation_pattern=None, width=None): - """ - TabMetadata - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor': 'str', - 'anchor_case_sensitive': 'str', - 'anchor_horizontal_alignment': 'str', - 'anchor_ignore_if_not_present': 'str', - 'anchor_match_whole_word': 'str', - 'anchor_units': 'str', - 'anchor_x_offset': 'str', - 'anchor_y_offset': 'str', - 'bold': 'str', - 'conceal_value_on_document': 'str', - 'created_by_display_name': 'str', - 'created_by_user_id': 'str', - 'custom_tab_id': 'str', - 'disable_auto_size': 'str', - 'editable': 'str', - 'font': 'str', - 'font_color': 'str', - 'font_size': 'str', - 'height': 'str', - 'included_in_email': 'str', - 'initial_value': 'str', - 'italic': 'str', - 'items': 'list[str]', - 'last_modified': 'str', - 'last_modified_by_display_name': 'str', - 'last_modified_by_user_id': 'str', - 'locked': 'str', - 'maximum_length': 'str', - 'merge_field': 'MergeField', - 'name': 'str', - 'payment_item_code': 'str', - 'payment_item_description': 'str', - 'payment_item_name': 'str', - 'required': 'str', - 'scale_value': 'str', - 'selected': 'str', - 'shared': 'str', - 'stamp_type': 'str', - 'stamp_type_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'type': 'str', - 'underline': 'str', - 'validation_message': 'str', - 'validation_pattern': 'str', - 'width': 'str' - } - - self.attribute_map = { - 'anchor': 'anchor', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_units': 'anchorUnits', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_y_offset': 'anchorYOffset', - 'bold': 'bold', - 'conceal_value_on_document': 'concealValueOnDocument', - 'created_by_display_name': 'createdByDisplayName', - 'created_by_user_id': 'createdByUserId', - 'custom_tab_id': 'customTabId', - 'disable_auto_size': 'disableAutoSize', - 'editable': 'editable', - 'font': 'font', - 'font_color': 'fontColor', - 'font_size': 'fontSize', - 'height': 'height', - 'included_in_email': 'includedInEmail', - 'initial_value': 'initialValue', - 'italic': 'italic', - 'items': 'items', - 'last_modified': 'lastModified', - 'last_modified_by_display_name': 'lastModifiedByDisplayName', - 'last_modified_by_user_id': 'lastModifiedByUserId', - 'locked': 'locked', - 'maximum_length': 'maximumLength', - 'merge_field': 'mergeField', - 'name': 'name', - 'payment_item_code': 'paymentItemCode', - 'payment_item_description': 'paymentItemDescription', - 'payment_item_name': 'paymentItemName', - 'required': 'required', - 'scale_value': 'scaleValue', - 'selected': 'selected', - 'shared': 'shared', - 'stamp_type': 'stampType', - 'stamp_type_metadata': 'stampTypeMetadata', - 'tab_label': 'tabLabel', - 'type': 'type', - 'underline': 'underline', - 'validation_message': 'validationMessage', - 'validation_pattern': 'validationPattern', - 'width': 'width' - } - self._anchor = anchor - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_units = anchor_units - self._anchor_x_offset = anchor_x_offset - self._anchor_y_offset = anchor_y_offset - self._bold = bold - self._conceal_value_on_document = conceal_value_on_document - self._created_by_display_name = created_by_display_name - self._created_by_user_id = created_by_user_id - self._custom_tab_id = custom_tab_id - self._disable_auto_size = disable_auto_size - self._editable = editable - self._font = font - self._font_color = font_color - self._font_size = font_size - self._height = height - self._included_in_email = included_in_email - self._initial_value = initial_value - self._italic = italic - self._items = items - self._last_modified = last_modified - self._last_modified_by_display_name = last_modified_by_display_name - self._last_modified_by_user_id = last_modified_by_user_id - self._locked = locked - self._maximum_length = maximum_length - self._merge_field = merge_field - self._name = name - self._payment_item_code = payment_item_code - self._payment_item_description = payment_item_description - self._payment_item_name = payment_item_name - self._required = required - self._scale_value = scale_value - self._selected = selected - self._shared = shared - self._stamp_type = stamp_type - self._stamp_type_metadata = stamp_type_metadata - self._tab_label = tab_label - self._type = type - self._underline = underline - self._validation_message = validation_message - self._validation_pattern = validation_pattern - self._width = width + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor': 'str', + 'anchor_case_sensitive': 'str', + 'anchor_horizontal_alignment': 'str', + 'anchor_ignore_if_not_present': 'str', + 'anchor_match_whole_word': 'str', + 'anchor_units': 'str', + 'anchor_x_offset': 'str', + 'anchor_y_offset': 'str', + 'bold': 'str', + 'collaborative': 'str', + 'conceal_value_on_document': 'str', + 'created_by_display_name': 'str', + 'created_by_user_id': 'str', + 'custom_tab_id': 'str', + 'disable_auto_size': 'str', + 'editable': 'str', + 'font': 'str', + 'font_color': 'str', + 'font_size': 'str', + 'height': 'str', + 'included_in_email': 'str', + 'initial_value': 'str', + 'italic': 'str', + 'items': 'list[str]', + 'last_modified': 'str', + 'last_modified_by_display_name': 'str', + 'last_modified_by_user_id': 'str', + 'locked': 'str', + 'maximum_length': 'str', + 'merge_field': 'MergeField', + 'name': 'str', + 'payment_item_code': 'str', + 'payment_item_description': 'str', + 'payment_item_name': 'str', + 'required': 'str', + 'scale_value': 'str', + 'selected': 'str', + 'shared': 'str', + 'stamp_type': 'str', + 'stamp_type_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'type': 'str', + 'underline': 'str', + 'validation_message': 'str', + 'validation_pattern': 'str', + 'width': 'str' + } + + attribute_map = { + 'anchor': 'anchor', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_units': 'anchorUnits', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_y_offset': 'anchorYOffset', + 'bold': 'bold', + 'collaborative': 'collaborative', + 'conceal_value_on_document': 'concealValueOnDocument', + 'created_by_display_name': 'createdByDisplayName', + 'created_by_user_id': 'createdByUserId', + 'custom_tab_id': 'customTabId', + 'disable_auto_size': 'disableAutoSize', + 'editable': 'editable', + 'font': 'font', + 'font_color': 'fontColor', + 'font_size': 'fontSize', + 'height': 'height', + 'included_in_email': 'includedInEmail', + 'initial_value': 'initialValue', + 'italic': 'italic', + 'items': 'items', + 'last_modified': 'lastModified', + 'last_modified_by_display_name': 'lastModifiedByDisplayName', + 'last_modified_by_user_id': 'lastModifiedByUserId', + 'locked': 'locked', + 'maximum_length': 'maximumLength', + 'merge_field': 'mergeField', + 'name': 'name', + 'payment_item_code': 'paymentItemCode', + 'payment_item_description': 'paymentItemDescription', + 'payment_item_name': 'paymentItemName', + 'required': 'required', + 'scale_value': 'scaleValue', + 'selected': 'selected', + 'shared': 'shared', + 'stamp_type': 'stampType', + 'stamp_type_metadata': 'stampTypeMetadata', + 'tab_label': 'tabLabel', + 'type': 'type', + 'underline': 'underline', + 'validation_message': 'validationMessage', + 'validation_pattern': 'validationPattern', + 'width': 'width' + } + + def __init__(self, anchor=None, anchor_case_sensitive=None, anchor_horizontal_alignment=None, anchor_ignore_if_not_present=None, anchor_match_whole_word=None, anchor_units=None, anchor_x_offset=None, anchor_y_offset=None, bold=None, collaborative=None, conceal_value_on_document=None, created_by_display_name=None, created_by_user_id=None, custom_tab_id=None, disable_auto_size=None, editable=None, font=None, font_color=None, font_size=None, height=None, included_in_email=None, initial_value=None, italic=None, items=None, last_modified=None, last_modified_by_display_name=None, last_modified_by_user_id=None, locked=None, maximum_length=None, merge_field=None, name=None, payment_item_code=None, payment_item_description=None, payment_item_name=None, required=None, scale_value=None, selected=None, shared=None, stamp_type=None, stamp_type_metadata=None, tab_label=None, type=None, underline=None, validation_message=None, validation_pattern=None, width=None): # noqa: E501 + """TabMetadata - a model defined in Swagger""" # noqa: E501 + + self._anchor = None + self._anchor_case_sensitive = None + self._anchor_horizontal_alignment = None + self._anchor_ignore_if_not_present = None + self._anchor_match_whole_word = None + self._anchor_units = None + self._anchor_x_offset = None + self._anchor_y_offset = None + self._bold = None + self._collaborative = None + self._conceal_value_on_document = None + self._created_by_display_name = None + self._created_by_user_id = None + self._custom_tab_id = None + self._disable_auto_size = None + self._editable = None + self._font = None + self._font_color = None + self._font_size = None + self._height = None + self._included_in_email = None + self._initial_value = None + self._italic = None + self._items = None + self._last_modified = None + self._last_modified_by_display_name = None + self._last_modified_by_user_id = None + self._locked = None + self._maximum_length = None + self._merge_field = None + self._name = None + self._payment_item_code = None + self._payment_item_description = None + self._payment_item_name = None + self._required = None + self._scale_value = None + self._selected = None + self._shared = None + self._stamp_type = None + self._stamp_type_metadata = None + self._tab_label = None + self._type = None + self._underline = None + self._validation_message = None + self._validation_pattern = None + self._width = None + self.discriminator = None + + if anchor is not None: + self.anchor = anchor + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if bold is not None: + self.bold = bold + if collaborative is not None: + self.collaborative = collaborative + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if created_by_display_name is not None: + self.created_by_display_name = created_by_display_name + if created_by_user_id is not None: + self.created_by_user_id = created_by_user_id + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if editable is not None: + self.editable = editable + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_size is not None: + self.font_size = font_size + if height is not None: + self.height = height + if included_in_email is not None: + self.included_in_email = included_in_email + if initial_value is not None: + self.initial_value = initial_value + if italic is not None: + self.italic = italic + if items is not None: + self.items = items + if last_modified is not None: + self.last_modified = last_modified + if last_modified_by_display_name is not None: + self.last_modified_by_display_name = last_modified_by_display_name + if last_modified_by_user_id is not None: + self.last_modified_by_user_id = last_modified_by_user_id + if locked is not None: + self.locked = locked + if maximum_length is not None: + self.maximum_length = maximum_length + if merge_field is not None: + self.merge_field = merge_field + if name is not None: + self.name = name + if payment_item_code is not None: + self.payment_item_code = payment_item_code + if payment_item_description is not None: + self.payment_item_description = payment_item_description + if payment_item_name is not None: + self.payment_item_name = payment_item_name + if required is not None: + self.required = required + if scale_value is not None: + self.scale_value = scale_value + if selected is not None: + self.selected = selected + if shared is not None: + self.shared = shared + if stamp_type is not None: + self.stamp_type = stamp_type + if stamp_type_metadata is not None: + self.stamp_type_metadata = stamp_type_metadata + if tab_label is not None: + self.tab_label = tab_label + if type is not None: + self.type = type + if underline is not None: + self.underline = underline + if validation_message is not None: + self.validation_message = validation_message + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if width is not None: + self.width = width @property def anchor(self): - """ - Gets the anchor of this TabMetadata. - An optional string that is used to auto-match tabs to strings located in the documents of an envelope. + """Gets the anchor of this TabMetadata. # noqa: E501 + + An optional string that is used to auto-match tabs to strings located in the documents of an envelope. # noqa: E501 - :return: The anchor of this TabMetadata. + :return: The anchor of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor @anchor.setter def anchor(self, anchor): - """ - Sets the anchor of this TabMetadata. - An optional string that is used to auto-match tabs to strings located in the documents of an envelope. + """Sets the anchor of this TabMetadata. + + An optional string that is used to auto-match tabs to strings located in the documents of an envelope. # noqa: E501 - :param anchor: The anchor of this TabMetadata. + :param anchor: The anchor of this TabMetadata. # noqa: E501 :type: str """ @@ -197,22 +297,22 @@ def anchor(self, anchor): @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this TabMetadata. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this TabMetadata. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this TabMetadata. + :return: The anchor_case_sensitive of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this TabMetadata. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this TabMetadata. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this TabMetadata. + :param anchor_case_sensitive: The anchor_case_sensitive of this TabMetadata. # noqa: E501 :type: str """ @@ -220,22 +320,22 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this TabMetadata. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this TabMetadata. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this TabMetadata. + :return: The anchor_horizontal_alignment of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this TabMetadata. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this TabMetadata. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this TabMetadata. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this TabMetadata. # noqa: E501 :type: str """ @@ -243,22 +343,22 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this TabMetadata. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this TabMetadata. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this TabMetadata. + :return: The anchor_ignore_if_not_present of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this TabMetadata. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this TabMetadata. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this TabMetadata. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this TabMetadata. # noqa: E501 :type: str """ @@ -266,22 +366,22 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this TabMetadata. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this TabMetadata. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this TabMetadata. + :return: The anchor_match_whole_word of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this TabMetadata. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this TabMetadata. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this TabMetadata. + :param anchor_match_whole_word: The anchor_match_whole_word of this TabMetadata. # noqa: E501 :type: str """ @@ -289,22 +389,22 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_units(self): - """ - Gets the anchor_units of this TabMetadata. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this TabMetadata. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this TabMetadata. + :return: The anchor_units of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this TabMetadata. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this TabMetadata. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this TabMetadata. + :param anchor_units: The anchor_units of this TabMetadata. # noqa: E501 :type: str """ @@ -312,22 +412,22 @@ def anchor_units(self, anchor_units): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this TabMetadata. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this TabMetadata. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this TabMetadata. + :return: The anchor_x_offset of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this TabMetadata. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this TabMetadata. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this TabMetadata. + :param anchor_x_offset: The anchor_x_offset of this TabMetadata. # noqa: E501 :type: str """ @@ -335,22 +435,22 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this TabMetadata. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this TabMetadata. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this TabMetadata. + :return: The anchor_y_offset of this TabMetadata. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this TabMetadata. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this TabMetadata. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this TabMetadata. + :param anchor_y_offset: The anchor_y_offset of this TabMetadata. # noqa: E501 :type: str """ @@ -358,45 +458,68 @@ def anchor_y_offset(self, anchor_y_offset): @property def bold(self): - """ - Gets the bold of this TabMetadata. - When set to **true**, the information in the tab is bold. + """Gets the bold of this TabMetadata. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this TabMetadata. + :return: The bold of this TabMetadata. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this TabMetadata. - When set to **true**, the information in the tab is bold. + """Sets the bold of this TabMetadata. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this TabMetadata. + :param bold: The bold of this TabMetadata. # noqa: E501 :type: str """ self._bold = bold @property - def conceal_value_on_document(self): + def collaborative(self): + """Gets the collaborative of this TabMetadata. # noqa: E501 + + # noqa: E501 + + :return: The collaborative of this TabMetadata. # noqa: E501 + :rtype: str + """ + return self._collaborative + + @collaborative.setter + def collaborative(self, collaborative): + """Sets the collaborative of this TabMetadata. + + # noqa: E501 + + :param collaborative: The collaborative of this TabMetadata. # noqa: E501 + :type: str """ - Gets the conceal_value_on_document of this TabMetadata. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. - :return: The conceal_value_on_document of this TabMetadata. + self._collaborative = collaborative + + @property + def conceal_value_on_document(self): + """Gets the conceal_value_on_document of this TabMetadata. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :return: The conceal_value_on_document of this TabMetadata. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this TabMetadata. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this TabMetadata. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this TabMetadata. + :param conceal_value_on_document: The conceal_value_on_document of this TabMetadata. # noqa: E501 :type: str """ @@ -404,22 +527,22 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def created_by_display_name(self): - """ - Gets the created_by_display_name of this TabMetadata. - The user name of the DocuSign user who created this object. + """Gets the created_by_display_name of this TabMetadata. # noqa: E501 + + The user name of the DocuSign user who created this object. # noqa: E501 - :return: The created_by_display_name of this TabMetadata. + :return: The created_by_display_name of this TabMetadata. # noqa: E501 :rtype: str """ return self._created_by_display_name @created_by_display_name.setter def created_by_display_name(self, created_by_display_name): - """ - Sets the created_by_display_name of this TabMetadata. - The user name of the DocuSign user who created this object. + """Sets the created_by_display_name of this TabMetadata. + + The user name of the DocuSign user who created this object. # noqa: E501 - :param created_by_display_name: The created_by_display_name of this TabMetadata. + :param created_by_display_name: The created_by_display_name of this TabMetadata. # noqa: E501 :type: str """ @@ -427,22 +550,22 @@ def created_by_display_name(self, created_by_display_name): @property def created_by_user_id(self): - """ - Gets the created_by_user_id of this TabMetadata. - The userId of the DocuSign user who created this object. + """Gets the created_by_user_id of this TabMetadata. # noqa: E501 + + The userId of the DocuSign user who created this object. # noqa: E501 - :return: The created_by_user_id of this TabMetadata. + :return: The created_by_user_id of this TabMetadata. # noqa: E501 :rtype: str """ return self._created_by_user_id @created_by_user_id.setter def created_by_user_id(self, created_by_user_id): - """ - Sets the created_by_user_id of this TabMetadata. - The userId of the DocuSign user who created this object. + """Sets the created_by_user_id of this TabMetadata. + + The userId of the DocuSign user who created this object. # noqa: E501 - :param created_by_user_id: The created_by_user_id of this TabMetadata. + :param created_by_user_id: The created_by_user_id of this TabMetadata. # noqa: E501 :type: str """ @@ -450,22 +573,22 @@ def created_by_user_id(self, created_by_user_id): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this TabMetadata. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this TabMetadata. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this TabMetadata. + :return: The custom_tab_id of this TabMetadata. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this TabMetadata. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this TabMetadata. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this TabMetadata. + :param custom_tab_id: The custom_tab_id of this TabMetadata. # noqa: E501 :type: str """ @@ -473,22 +596,22 @@ def custom_tab_id(self, custom_tab_id): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this TabMetadata. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this TabMetadata. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :return: The disable_auto_size of this TabMetadata. + :return: The disable_auto_size of this TabMetadata. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this TabMetadata. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this TabMetadata. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this TabMetadata. + :param disable_auto_size: The disable_auto_size of this TabMetadata. # noqa: E501 :type: str """ @@ -496,22 +619,22 @@ def disable_auto_size(self, disable_auto_size): @property def editable(self): - """ - Gets the editable of this TabMetadata. - When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified. + """Gets the editable of this TabMetadata. # noqa: E501 + + When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified. # noqa: E501 - :return: The editable of this TabMetadata. + :return: The editable of this TabMetadata. # noqa: E501 :rtype: str """ return self._editable @editable.setter def editable(self, editable): - """ - Sets the editable of this TabMetadata. - When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified. + """Sets the editable of this TabMetadata. + + When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified. # noqa: E501 - :param editable: The editable of this TabMetadata. + :param editable: The editable of this TabMetadata. # noqa: E501 :type: str """ @@ -519,22 +642,22 @@ def editable(self, editable): @property def font(self): - """ - Gets the font of this TabMetadata. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this TabMetadata. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this TabMetadata. + :return: The font of this TabMetadata. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this TabMetadata. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this TabMetadata. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this TabMetadata. + :param font: The font of this TabMetadata. # noqa: E501 :type: str """ @@ -542,22 +665,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this TabMetadata. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this TabMetadata. # noqa: E501 - :return: The font_color of this TabMetadata. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this TabMetadata. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this TabMetadata. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this TabMetadata. - :param font_color: The font_color of this TabMetadata. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this TabMetadata. # noqa: E501 :type: str """ @@ -565,22 +688,22 @@ def font_color(self, font_color): @property def font_size(self): - """ - Gets the font_size of this TabMetadata. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this TabMetadata. # noqa: E501 - :return: The font_size of this TabMetadata. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this TabMetadata. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this TabMetadata. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this TabMetadata. - :param font_size: The font_size of this TabMetadata. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this TabMetadata. # noqa: E501 :type: str """ @@ -588,22 +711,22 @@ def font_size(self, font_size): @property def height(self): - """ - Gets the height of this TabMetadata. - Height of the tab in pixels. + """Gets the height of this TabMetadata. # noqa: E501 - :return: The height of this TabMetadata. + Height of the tab in pixels. # noqa: E501 + + :return: The height of this TabMetadata. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this TabMetadata. - Height of the tab in pixels. + """Sets the height of this TabMetadata. - :param height: The height of this TabMetadata. + Height of the tab in pixels. # noqa: E501 + + :param height: The height of this TabMetadata. # noqa: E501 :type: str """ @@ -611,22 +734,22 @@ def height(self, height): @property def included_in_email(self): - """ - Gets the included_in_email of this TabMetadata. - When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs. + """Gets the included_in_email of this TabMetadata. # noqa: E501 - :return: The included_in_email of this TabMetadata. + When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs. # noqa: E501 + + :return: The included_in_email of this TabMetadata. # noqa: E501 :rtype: str """ return self._included_in_email @included_in_email.setter def included_in_email(self, included_in_email): - """ - Sets the included_in_email of this TabMetadata. - When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs. + """Sets the included_in_email of this TabMetadata. - :param included_in_email: The included_in_email of this TabMetadata. + When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs. # noqa: E501 + + :param included_in_email: The included_in_email of this TabMetadata. # noqa: E501 :type: str """ @@ -634,22 +757,22 @@ def included_in_email(self, included_in_email): @property def initial_value(self): - """ - Gets the initial_value of this TabMetadata. - The original value of the tab. + """Gets the initial_value of this TabMetadata. # noqa: E501 - :return: The initial_value of this TabMetadata. + The original value of the tab. # noqa: E501 + + :return: The initial_value of this TabMetadata. # noqa: E501 :rtype: str """ return self._initial_value @initial_value.setter def initial_value(self, initial_value): - """ - Sets the initial_value of this TabMetadata. - The original value of the tab. + """Sets the initial_value of this TabMetadata. - :param initial_value: The initial_value of this TabMetadata. + The original value of the tab. # noqa: E501 + + :param initial_value: The initial_value of this TabMetadata. # noqa: E501 :type: str """ @@ -657,22 +780,22 @@ def initial_value(self, initial_value): @property def italic(self): - """ - Gets the italic of this TabMetadata. - When set to **true**, the information in the tab is italic. + """Gets the italic of this TabMetadata. # noqa: E501 - :return: The italic of this TabMetadata. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this TabMetadata. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this TabMetadata. - When set to **true**, the information in the tab is italic. + """Sets the italic of this TabMetadata. - :param italic: The italic of this TabMetadata. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this TabMetadata. # noqa: E501 :type: str """ @@ -680,22 +803,22 @@ def italic(self, italic): @property def items(self): - """ - Gets the items of this TabMetadata. - If the tab is a list, this represents the values that are possible for the tab. + """Gets the items of this TabMetadata. # noqa: E501 - :return: The items of this TabMetadata. + If the tab is a list, this represents the values that are possible for the tab. # noqa: E501 + + :return: The items of this TabMetadata. # noqa: E501 :rtype: list[str] """ return self._items @items.setter def items(self, items): - """ - Sets the items of this TabMetadata. - If the tab is a list, this represents the values that are possible for the tab. + """Sets the items of this TabMetadata. - :param items: The items of this TabMetadata. + If the tab is a list, this represents the values that are possible for the tab. # noqa: E501 + + :param items: The items of this TabMetadata. # noqa: E501 :type: list[str] """ @@ -703,22 +826,22 @@ def items(self, items): @property def last_modified(self): - """ - Gets the last_modified of this TabMetadata. - The UTC DateTime this object was last modified. This is in ISO8601 format. + """Gets the last_modified of this TabMetadata. # noqa: E501 - :return: The last_modified of this TabMetadata. + The UTC DateTime this object was last modified. This is in ISO8601 format. # noqa: E501 + + :return: The last_modified of this TabMetadata. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this TabMetadata. - The UTC DateTime this object was last modified. This is in ISO8601 format. + """Sets the last_modified of this TabMetadata. - :param last_modified: The last_modified of this TabMetadata. + The UTC DateTime this object was last modified. This is in ISO8601 format. # noqa: E501 + + :param last_modified: The last_modified of this TabMetadata. # noqa: E501 :type: str """ @@ -726,22 +849,22 @@ def last_modified(self, last_modified): @property def last_modified_by_display_name(self): - """ - Gets the last_modified_by_display_name of this TabMetadata. - The User Name of the DocuSign user who last modified this object. + """Gets the last_modified_by_display_name of this TabMetadata. # noqa: E501 - :return: The last_modified_by_display_name of this TabMetadata. + The User Name of the DocuSign user who last modified this object. # noqa: E501 + + :return: The last_modified_by_display_name of this TabMetadata. # noqa: E501 :rtype: str """ return self._last_modified_by_display_name @last_modified_by_display_name.setter def last_modified_by_display_name(self, last_modified_by_display_name): - """ - Sets the last_modified_by_display_name of this TabMetadata. - The User Name of the DocuSign user who last modified this object. + """Sets the last_modified_by_display_name of this TabMetadata. - :param last_modified_by_display_name: The last_modified_by_display_name of this TabMetadata. + The User Name of the DocuSign user who last modified this object. # noqa: E501 + + :param last_modified_by_display_name: The last_modified_by_display_name of this TabMetadata. # noqa: E501 :type: str """ @@ -749,22 +872,22 @@ def last_modified_by_display_name(self, last_modified_by_display_name): @property def last_modified_by_user_id(self): - """ - Gets the last_modified_by_user_id of this TabMetadata. - The userId of the DocuSign user who last modified this object. + """Gets the last_modified_by_user_id of this TabMetadata. # noqa: E501 - :return: The last_modified_by_user_id of this TabMetadata. + The userId of the DocuSign user who last modified this object. # noqa: E501 + + :return: The last_modified_by_user_id of this TabMetadata. # noqa: E501 :rtype: str """ return self._last_modified_by_user_id @last_modified_by_user_id.setter def last_modified_by_user_id(self, last_modified_by_user_id): - """ - Sets the last_modified_by_user_id of this TabMetadata. - The userId of the DocuSign user who last modified this object. + """Sets the last_modified_by_user_id of this TabMetadata. - :param last_modified_by_user_id: The last_modified_by_user_id of this TabMetadata. + The userId of the DocuSign user who last modified this object. # noqa: E501 + + :param last_modified_by_user_id: The last_modified_by_user_id of this TabMetadata. # noqa: E501 :type: str """ @@ -772,22 +895,22 @@ def last_modified_by_user_id(self, last_modified_by_user_id): @property def locked(self): - """ - Gets the locked of this TabMetadata. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this TabMetadata. # noqa: E501 - :return: The locked of this TabMetadata. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this TabMetadata. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this TabMetadata. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this TabMetadata. - :param locked: The locked of this TabMetadata. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this TabMetadata. # noqa: E501 :type: str """ @@ -795,22 +918,22 @@ def locked(self, locked): @property def maximum_length(self): - """ - Gets the maximum_length of this TabMetadata. - The maximum number of entry characters supported by the custom tab. + """Gets the maximum_length of this TabMetadata. # noqa: E501 - :return: The maximum_length of this TabMetadata. + The maximum number of entry characters supported by the custom tab. # noqa: E501 + + :return: The maximum_length of this TabMetadata. # noqa: E501 :rtype: str """ return self._maximum_length @maximum_length.setter def maximum_length(self, maximum_length): - """ - Sets the maximum_length of this TabMetadata. - The maximum number of entry characters supported by the custom tab. + """Sets the maximum_length of this TabMetadata. - :param maximum_length: The maximum_length of this TabMetadata. + The maximum number of entry characters supported by the custom tab. # noqa: E501 + + :param maximum_length: The maximum_length of this TabMetadata. # noqa: E501 :type: str """ @@ -818,20 +941,20 @@ def maximum_length(self, maximum_length): @property def merge_field(self): - """ - Gets the merge_field of this TabMetadata. + """Gets the merge_field of this TabMetadata. # noqa: E501 - :return: The merge_field of this TabMetadata. + + :return: The merge_field of this TabMetadata. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this TabMetadata. + """Sets the merge_field of this TabMetadata. - :param merge_field: The merge_field of this TabMetadata. + + :param merge_field: The merge_field of this TabMetadata. # noqa: E501 :type: MergeField """ @@ -839,22 +962,22 @@ def merge_field(self, merge_field): @property def name(self): - """ - Gets the name of this TabMetadata. - + """Gets the name of this TabMetadata. # noqa: E501 - :return: The name of this TabMetadata. + # noqa: E501 + + :return: The name of this TabMetadata. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this TabMetadata. - + """Sets the name of this TabMetadata. - :param name: The name of this TabMetadata. + # noqa: E501 + + :param name: The name of this TabMetadata. # noqa: E501 :type: str """ @@ -862,22 +985,22 @@ def name(self, name): @property def payment_item_code(self): - """ - Gets the payment_item_code of this TabMetadata. - + """Gets the payment_item_code of this TabMetadata. # noqa: E501 - :return: The payment_item_code of this TabMetadata. + # noqa: E501 + + :return: The payment_item_code of this TabMetadata. # noqa: E501 :rtype: str """ return self._payment_item_code @payment_item_code.setter def payment_item_code(self, payment_item_code): - """ - Sets the payment_item_code of this TabMetadata. - + """Sets the payment_item_code of this TabMetadata. - :param payment_item_code: The payment_item_code of this TabMetadata. + # noqa: E501 + + :param payment_item_code: The payment_item_code of this TabMetadata. # noqa: E501 :type: str """ @@ -885,22 +1008,22 @@ def payment_item_code(self, payment_item_code): @property def payment_item_description(self): - """ - Gets the payment_item_description of this TabMetadata. - + """Gets the payment_item_description of this TabMetadata. # noqa: E501 - :return: The payment_item_description of this TabMetadata. + # noqa: E501 + + :return: The payment_item_description of this TabMetadata. # noqa: E501 :rtype: str """ return self._payment_item_description @payment_item_description.setter def payment_item_description(self, payment_item_description): - """ - Sets the payment_item_description of this TabMetadata. - + """Sets the payment_item_description of this TabMetadata. + + # noqa: E501 - :param payment_item_description: The payment_item_description of this TabMetadata. + :param payment_item_description: The payment_item_description of this TabMetadata. # noqa: E501 :type: str """ @@ -908,22 +1031,22 @@ def payment_item_description(self, payment_item_description): @property def payment_item_name(self): - """ - Gets the payment_item_name of this TabMetadata. - + """Gets the payment_item_name of this TabMetadata. # noqa: E501 + + # noqa: E501 - :return: The payment_item_name of this TabMetadata. + :return: The payment_item_name of this TabMetadata. # noqa: E501 :rtype: str """ return self._payment_item_name @payment_item_name.setter def payment_item_name(self, payment_item_name): - """ - Sets the payment_item_name of this TabMetadata. - + """Sets the payment_item_name of this TabMetadata. + + # noqa: E501 - :param payment_item_name: The payment_item_name of this TabMetadata. + :param payment_item_name: The payment_item_name of this TabMetadata. # noqa: E501 :type: str """ @@ -931,22 +1054,22 @@ def payment_item_name(self, payment_item_name): @property def required(self): - """ - Gets the required of this TabMetadata. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this TabMetadata. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this TabMetadata. + :return: The required of this TabMetadata. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this TabMetadata. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this TabMetadata. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this TabMetadata. + :param required: The required of this TabMetadata. # noqa: E501 :type: str """ @@ -954,22 +1077,22 @@ def required(self, required): @property def scale_value(self): - """ - Gets the scale_value of this TabMetadata. - + """Gets the scale_value of this TabMetadata. # noqa: E501 + + # noqa: E501 - :return: The scale_value of this TabMetadata. + :return: The scale_value of this TabMetadata. # noqa: E501 :rtype: str """ return self._scale_value @scale_value.setter def scale_value(self, scale_value): - """ - Sets the scale_value of this TabMetadata. - + """Sets the scale_value of this TabMetadata. + + # noqa: E501 - :param scale_value: The scale_value of this TabMetadata. + :param scale_value: The scale_value of this TabMetadata. # noqa: E501 :type: str """ @@ -977,22 +1100,22 @@ def scale_value(self, scale_value): @property def selected(self): - """ - Gets the selected of this TabMetadata. - + """Gets the selected of this TabMetadata. # noqa: E501 + + # noqa: E501 - :return: The selected of this TabMetadata. + :return: The selected of this TabMetadata. # noqa: E501 :rtype: str """ return self._selected @selected.setter def selected(self, selected): - """ - Sets the selected of this TabMetadata. - + """Sets the selected of this TabMetadata. + + # noqa: E501 - :param selected: The selected of this TabMetadata. + :param selected: The selected of this TabMetadata. # noqa: E501 :type: str """ @@ -1000,22 +1123,22 @@ def selected(self, selected): @property def shared(self): - """ - Gets the shared of this TabMetadata. - When set to **true**, this custom tab is shared. + """Gets the shared of this TabMetadata. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this TabMetadata. + :return: The shared of this TabMetadata. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this TabMetadata. - When set to **true**, this custom tab is shared. + """Sets the shared of this TabMetadata. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this TabMetadata. + :param shared: The shared of this TabMetadata. # noqa: E501 :type: str """ @@ -1023,22 +1146,22 @@ def shared(self, shared): @property def stamp_type(self): - """ - Gets the stamp_type of this TabMetadata. - + """Gets the stamp_type of this TabMetadata. # noqa: E501 + + # noqa: E501 - :return: The stamp_type of this TabMetadata. + :return: The stamp_type of this TabMetadata. # noqa: E501 :rtype: str """ return self._stamp_type @stamp_type.setter def stamp_type(self, stamp_type): - """ - Sets the stamp_type of this TabMetadata. - + """Sets the stamp_type of this TabMetadata. + + # noqa: E501 - :param stamp_type: The stamp_type of this TabMetadata. + :param stamp_type: The stamp_type of this TabMetadata. # noqa: E501 :type: str """ @@ -1046,20 +1169,20 @@ def stamp_type(self, stamp_type): @property def stamp_type_metadata(self): - """ - Gets the stamp_type_metadata of this TabMetadata. + """Gets the stamp_type_metadata of this TabMetadata. # noqa: E501 + - :return: The stamp_type_metadata of this TabMetadata. + :return: The stamp_type_metadata of this TabMetadata. # noqa: E501 :rtype: PropertyMetadata """ return self._stamp_type_metadata @stamp_type_metadata.setter def stamp_type_metadata(self, stamp_type_metadata): - """ - Sets the stamp_type_metadata of this TabMetadata. + """Sets the stamp_type_metadata of this TabMetadata. + - :param stamp_type_metadata: The stamp_type_metadata of this TabMetadata. + :param stamp_type_metadata: The stamp_type_metadata of this TabMetadata. # noqa: E501 :type: PropertyMetadata """ @@ -1067,22 +1190,22 @@ def stamp_type_metadata(self, stamp_type_metadata): @property def tab_label(self): - """ - Gets the tab_label of this TabMetadata. - The label string associated with the tab. + """Gets the tab_label of this TabMetadata. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this TabMetadata. + :return: The tab_label of this TabMetadata. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this TabMetadata. - The label string associated with the tab. + """Sets the tab_label of this TabMetadata. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this TabMetadata. + :param tab_label: The tab_label of this TabMetadata. # noqa: E501 :type: str """ @@ -1090,22 +1213,22 @@ def tab_label(self, tab_label): @property def type(self): - """ - Gets the type of this TabMetadata. - The type of this tab. Values are: Approve, CheckBox, Company, Date, DateSigned, Decline, Email, EmailAddress, EnvelopeId, FirstName, Formula, FullName, InitialHere, InitialHereOptional, LastName, List, Note, Number, Radio, SignerAttachment, SignHere, SignHereOptional, Ssn, Text, Title, Zip5, or Zip5Dash4. + """Gets the type of this TabMetadata. # noqa: E501 + + The type of this tab. Values are: Approve, CheckBox, Company, Date, DateSigned, Decline, Email, EmailAddress, EnvelopeId, FirstName, Formula, FullName, InitialHere, InitialHereOptional, LastName, List, Note, Number, Radio, SignerAttachment, SignHere, SignHereOptional, Ssn, Text, Title, Zip5, or Zip5Dash4. # noqa: E501 - :return: The type of this TabMetadata. + :return: The type of this TabMetadata. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this TabMetadata. - The type of this tab. Values are: Approve, CheckBox, Company, Date, DateSigned, Decline, Email, EmailAddress, EnvelopeId, FirstName, Formula, FullName, InitialHere, InitialHereOptional, LastName, List, Note, Number, Radio, SignerAttachment, SignHere, SignHereOptional, Ssn, Text, Title, Zip5, or Zip5Dash4. + """Sets the type of this TabMetadata. + + The type of this tab. Values are: Approve, CheckBox, Company, Date, DateSigned, Decline, Email, EmailAddress, EnvelopeId, FirstName, Formula, FullName, InitialHere, InitialHereOptional, LastName, List, Note, Number, Radio, SignerAttachment, SignHere, SignHereOptional, Ssn, Text, Title, Zip5, or Zip5Dash4. # noqa: E501 - :param type: The type of this TabMetadata. + :param type: The type of this TabMetadata. # noqa: E501 :type: str """ @@ -1113,22 +1236,22 @@ def type(self, type): @property def underline(self): - """ - Gets the underline of this TabMetadata. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this TabMetadata. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this TabMetadata. + :return: The underline of this TabMetadata. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this TabMetadata. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this TabMetadata. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this TabMetadata. + :param underline: The underline of this TabMetadata. # noqa: E501 :type: str """ @@ -1136,22 +1259,22 @@ def underline(self, underline): @property def validation_message(self): - """ - Gets the validation_message of this TabMetadata. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this TabMetadata. # noqa: E501 + + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 - :return: The validation_message of this TabMetadata. + :return: The validation_message of this TabMetadata. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this TabMetadata. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this TabMetadata. + + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 - :param validation_message: The validation_message of this TabMetadata. + :param validation_message: The validation_message of this TabMetadata. # noqa: E501 :type: str """ @@ -1159,22 +1282,22 @@ def validation_message(self, validation_message): @property def validation_pattern(self): - """ - Gets the validation_pattern of this TabMetadata. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this TabMetadata. # noqa: E501 + + A regular expression used to validate input for the tab. # noqa: E501 - :return: The validation_pattern of this TabMetadata. + :return: The validation_pattern of this TabMetadata. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this TabMetadata. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this TabMetadata. + + A regular expression used to validate input for the tab. # noqa: E501 - :param validation_pattern: The validation_pattern of this TabMetadata. + :param validation_pattern: The validation_pattern of this TabMetadata. # noqa: E501 :type: str """ @@ -1182,34 +1305,32 @@ def validation_pattern(self, validation_pattern): @property def width(self): - """ - Gets the width of this TabMetadata. - Width of the tab in pixels. + """Gets the width of this TabMetadata. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this TabMetadata. + :return: The width of this TabMetadata. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this TabMetadata. - Width of the tab in pixels. + """Sets the width of this TabMetadata. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this TabMetadata. + :param width: The width of this TabMetadata. # noqa: E501 :type: str """ self._width = width def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1226,29 +1347,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TabMetadata, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TabMetadata): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/tab_metadata_list.py b/docusign_esign/models/tab_metadata_list.py index f0502441..2727e906 100644 --- a/docusign_esign/models/tab_metadata_list.py +++ b/docusign_esign/models/tab_metadata_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TabMetadataList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, tabs=None): - """ - TabMetadataList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'tabs': 'list[TabMetadata]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'tabs': 'list[TabMetadata]' + } - self.attribute_map = { - 'tabs': 'tabs' - } + attribute_map = { + 'tabs': 'tabs' + } - self._tabs = tabs + def __init__(self, tabs=None): # noqa: E501 + """TabMetadataList - a model defined in Swagger""" # noqa: E501 + + self._tabs = None + self.discriminator = None + + if tabs is not None: + self.tabs = tabs @property def tabs(self): - """ - Gets the tabs of this TabMetadataList. - + """Gets the tabs of this TabMetadataList. # noqa: E501 + + # noqa: E501 - :return: The tabs of this TabMetadataList. + :return: The tabs of this TabMetadataList. # noqa: E501 :rtype: list[TabMetadata] """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this TabMetadataList. - + """Sets the tabs of this TabMetadataList. - :param tabs: The tabs of this TabMetadataList. + # noqa: E501 + + :param tabs: The tabs of this TabMetadataList. # noqa: E501 :type: list[TabMetadata] """ self._tabs = tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TabMetadataList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TabMetadataList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/tabs.py b/docusign_esign/models/tabs.py index e73a5b46..22a7d994 100644 --- a/docusign_esign/models/tabs.py +++ b/docusign_esign/models/tabs.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,143 +11,210 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Tabs(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, approve_tabs=None, checkbox_tabs=None, comment_thread_tabs=None, company_tabs=None, date_signed_tabs=None, date_tabs=None, decline_tabs=None, draw_tabs=None, email_address_tabs=None, email_tabs=None, envelope_id_tabs=None, first_name_tabs=None, formula_tabs=None, full_name_tabs=None, initial_here_tabs=None, last_name_tabs=None, list_tabs=None, notarize_tabs=None, note_tabs=None, number_tabs=None, poly_line_overlay_tabs=None, radio_group_tabs=None, signer_attachment_tabs=None, sign_here_tabs=None, smart_section_tabs=None, ssn_tabs=None, tab_groups=None, text_tabs=None, title_tabs=None, view_tabs=None, zip_tabs=None): - """ - Tabs - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'approve_tabs': 'list[Approve]', - 'checkbox_tabs': 'list[Checkbox]', - 'comment_thread_tabs': 'list[CommentThread]', - 'company_tabs': 'list[Company]', - 'date_signed_tabs': 'list[DateSigned]', - 'date_tabs': 'list[Date]', - 'decline_tabs': 'list[Decline]', - 'draw_tabs': 'list[Draw]', - 'email_address_tabs': 'list[EmailAddress]', - 'email_tabs': 'list[Email]', - 'envelope_id_tabs': 'list[EnvelopeId]', - 'first_name_tabs': 'list[FirstName]', - 'formula_tabs': 'list[FormulaTab]', - 'full_name_tabs': 'list[FullName]', - 'initial_here_tabs': 'list[InitialHere]', - 'last_name_tabs': 'list[LastName]', - 'list_tabs': 'list[List]', - 'notarize_tabs': 'list[Notarize]', - 'note_tabs': 'list[Note]', - 'number_tabs': 'list[Number]', - 'poly_line_overlay_tabs': 'list[PolyLineOverlay]', - 'radio_group_tabs': 'list[RadioGroup]', - 'signer_attachment_tabs': 'list[SignerAttachment]', - 'sign_here_tabs': 'list[SignHere]', - 'smart_section_tabs': 'list[SmartSection]', - 'ssn_tabs': 'list[Ssn]', - 'tab_groups': 'list[TabGroup]', - 'text_tabs': 'list[Text]', - 'title_tabs': 'list[Title]', - 'view_tabs': 'list[View]', - 'zip_tabs': 'list[Zip]' - } - - self.attribute_map = { - 'approve_tabs': 'approveTabs', - 'checkbox_tabs': 'checkboxTabs', - 'comment_thread_tabs': 'commentThreadTabs', - 'company_tabs': 'companyTabs', - 'date_signed_tabs': 'dateSignedTabs', - 'date_tabs': 'dateTabs', - 'decline_tabs': 'declineTabs', - 'draw_tabs': 'drawTabs', - 'email_address_tabs': 'emailAddressTabs', - 'email_tabs': 'emailTabs', - 'envelope_id_tabs': 'envelopeIdTabs', - 'first_name_tabs': 'firstNameTabs', - 'formula_tabs': 'formulaTabs', - 'full_name_tabs': 'fullNameTabs', - 'initial_here_tabs': 'initialHereTabs', - 'last_name_tabs': 'lastNameTabs', - 'list_tabs': 'listTabs', - 'notarize_tabs': 'notarizeTabs', - 'note_tabs': 'noteTabs', - 'number_tabs': 'numberTabs', - 'poly_line_overlay_tabs': 'polyLineOverlayTabs', - 'radio_group_tabs': 'radioGroupTabs', - 'signer_attachment_tabs': 'signerAttachmentTabs', - 'sign_here_tabs': 'signHereTabs', - 'smart_section_tabs': 'smartSectionTabs', - 'ssn_tabs': 'ssnTabs', - 'tab_groups': 'tabGroups', - 'text_tabs': 'textTabs', - 'title_tabs': 'titleTabs', - 'view_tabs': 'viewTabs', - 'zip_tabs': 'zipTabs' - } - self._approve_tabs = approve_tabs - self._checkbox_tabs = checkbox_tabs - self._comment_thread_tabs = comment_thread_tabs - self._company_tabs = company_tabs - self._date_signed_tabs = date_signed_tabs - self._date_tabs = date_tabs - self._decline_tabs = decline_tabs - self._draw_tabs = draw_tabs - self._email_address_tabs = email_address_tabs - self._email_tabs = email_tabs - self._envelope_id_tabs = envelope_id_tabs - self._first_name_tabs = first_name_tabs - self._formula_tabs = formula_tabs - self._full_name_tabs = full_name_tabs - self._initial_here_tabs = initial_here_tabs - self._last_name_tabs = last_name_tabs - self._list_tabs = list_tabs - self._notarize_tabs = notarize_tabs - self._note_tabs = note_tabs - self._number_tabs = number_tabs - self._poly_line_overlay_tabs = poly_line_overlay_tabs - self._radio_group_tabs = radio_group_tabs - self._signer_attachment_tabs = signer_attachment_tabs - self._sign_here_tabs = sign_here_tabs - self._smart_section_tabs = smart_section_tabs - self._ssn_tabs = ssn_tabs - self._tab_groups = tab_groups - self._text_tabs = text_tabs - self._title_tabs = title_tabs - self._view_tabs = view_tabs - self._zip_tabs = zip_tabs + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'approve_tabs': 'list[Approve]', + 'checkbox_tabs': 'list[Checkbox]', + 'comment_thread_tabs': 'list[CommentThread]', + 'company_tabs': 'list[Company]', + 'date_signed_tabs': 'list[DateSigned]', + 'date_tabs': 'list[Date]', + 'decline_tabs': 'list[Decline]', + 'draw_tabs': 'list[Draw]', + 'email_address_tabs': 'list[EmailAddress]', + 'email_tabs': 'list[Email]', + 'envelope_id_tabs': 'list[EnvelopeId]', + 'first_name_tabs': 'list[FirstName]', + 'formula_tabs': 'list[FormulaTab]', + 'full_name_tabs': 'list[FullName]', + 'initial_here_tabs': 'list[InitialHere]', + 'last_name_tabs': 'list[LastName]', + 'list_tabs': 'list[List]', + 'notarize_tabs': 'list[Notarize]', + 'note_tabs': 'list[Note]', + 'number_tabs': 'list[Number]', + 'poly_line_overlay_tabs': 'list[PolyLineOverlay]', + 'radio_group_tabs': 'list[RadioGroup]', + 'signer_attachment_tabs': 'list[SignerAttachment]', + 'sign_here_tabs': 'list[SignHere]', + 'smart_section_tabs': 'list[SmartSection]', + 'ssn_tabs': 'list[Ssn]', + 'tab_groups': 'list[TabGroup]', + 'text_tabs': 'list[Text]', + 'title_tabs': 'list[Title]', + 'view_tabs': 'list[View]', + 'zip_tabs': 'list[Zip]' + } + + attribute_map = { + 'approve_tabs': 'approveTabs', + 'checkbox_tabs': 'checkboxTabs', + 'comment_thread_tabs': 'commentThreadTabs', + 'company_tabs': 'companyTabs', + 'date_signed_tabs': 'dateSignedTabs', + 'date_tabs': 'dateTabs', + 'decline_tabs': 'declineTabs', + 'draw_tabs': 'drawTabs', + 'email_address_tabs': 'emailAddressTabs', + 'email_tabs': 'emailTabs', + 'envelope_id_tabs': 'envelopeIdTabs', + 'first_name_tabs': 'firstNameTabs', + 'formula_tabs': 'formulaTabs', + 'full_name_tabs': 'fullNameTabs', + 'initial_here_tabs': 'initialHereTabs', + 'last_name_tabs': 'lastNameTabs', + 'list_tabs': 'listTabs', + 'notarize_tabs': 'notarizeTabs', + 'note_tabs': 'noteTabs', + 'number_tabs': 'numberTabs', + 'poly_line_overlay_tabs': 'polyLineOverlayTabs', + 'radio_group_tabs': 'radioGroupTabs', + 'signer_attachment_tabs': 'signerAttachmentTabs', + 'sign_here_tabs': 'signHereTabs', + 'smart_section_tabs': 'smartSectionTabs', + 'ssn_tabs': 'ssnTabs', + 'tab_groups': 'tabGroups', + 'text_tabs': 'textTabs', + 'title_tabs': 'titleTabs', + 'view_tabs': 'viewTabs', + 'zip_tabs': 'zipTabs' + } + + def __init__(self, approve_tabs=None, checkbox_tabs=None, comment_thread_tabs=None, company_tabs=None, date_signed_tabs=None, date_tabs=None, decline_tabs=None, draw_tabs=None, email_address_tabs=None, email_tabs=None, envelope_id_tabs=None, first_name_tabs=None, formula_tabs=None, full_name_tabs=None, initial_here_tabs=None, last_name_tabs=None, list_tabs=None, notarize_tabs=None, note_tabs=None, number_tabs=None, poly_line_overlay_tabs=None, radio_group_tabs=None, signer_attachment_tabs=None, sign_here_tabs=None, smart_section_tabs=None, ssn_tabs=None, tab_groups=None, text_tabs=None, title_tabs=None, view_tabs=None, zip_tabs=None): # noqa: E501 + """Tabs - a model defined in Swagger""" # noqa: E501 + + self._approve_tabs = None + self._checkbox_tabs = None + self._comment_thread_tabs = None + self._company_tabs = None + self._date_signed_tabs = None + self._date_tabs = None + self._decline_tabs = None + self._draw_tabs = None + self._email_address_tabs = None + self._email_tabs = None + self._envelope_id_tabs = None + self._first_name_tabs = None + self._formula_tabs = None + self._full_name_tabs = None + self._initial_here_tabs = None + self._last_name_tabs = None + self._list_tabs = None + self._notarize_tabs = None + self._note_tabs = None + self._number_tabs = None + self._poly_line_overlay_tabs = None + self._radio_group_tabs = None + self._signer_attachment_tabs = None + self._sign_here_tabs = None + self._smart_section_tabs = None + self._ssn_tabs = None + self._tab_groups = None + self._text_tabs = None + self._title_tabs = None + self._view_tabs = None + self._zip_tabs = None + self.discriminator = None + + if approve_tabs is not None: + self.approve_tabs = approve_tabs + if checkbox_tabs is not None: + self.checkbox_tabs = checkbox_tabs + if comment_thread_tabs is not None: + self.comment_thread_tabs = comment_thread_tabs + if company_tabs is not None: + self.company_tabs = company_tabs + if date_signed_tabs is not None: + self.date_signed_tabs = date_signed_tabs + if date_tabs is not None: + self.date_tabs = date_tabs + if decline_tabs is not None: + self.decline_tabs = decline_tabs + if draw_tabs is not None: + self.draw_tabs = draw_tabs + if email_address_tabs is not None: + self.email_address_tabs = email_address_tabs + if email_tabs is not None: + self.email_tabs = email_tabs + if envelope_id_tabs is not None: + self.envelope_id_tabs = envelope_id_tabs + if first_name_tabs is not None: + self.first_name_tabs = first_name_tabs + if formula_tabs is not None: + self.formula_tabs = formula_tabs + if full_name_tabs is not None: + self.full_name_tabs = full_name_tabs + if initial_here_tabs is not None: + self.initial_here_tabs = initial_here_tabs + if last_name_tabs is not None: + self.last_name_tabs = last_name_tabs + if list_tabs is not None: + self.list_tabs = list_tabs + if notarize_tabs is not None: + self.notarize_tabs = notarize_tabs + if note_tabs is not None: + self.note_tabs = note_tabs + if number_tabs is not None: + self.number_tabs = number_tabs + if poly_line_overlay_tabs is not None: + self.poly_line_overlay_tabs = poly_line_overlay_tabs + if radio_group_tabs is not None: + self.radio_group_tabs = radio_group_tabs + if signer_attachment_tabs is not None: + self.signer_attachment_tabs = signer_attachment_tabs + if sign_here_tabs is not None: + self.sign_here_tabs = sign_here_tabs + if smart_section_tabs is not None: + self.smart_section_tabs = smart_section_tabs + if ssn_tabs is not None: + self.ssn_tabs = ssn_tabs + if tab_groups is not None: + self.tab_groups = tab_groups + if text_tabs is not None: + self.text_tabs = text_tabs + if title_tabs is not None: + self.title_tabs = title_tabs + if view_tabs is not None: + self.view_tabs = view_tabs + if zip_tabs is not None: + self.zip_tabs = zip_tabs @property def approve_tabs(self): - """ - Gets the approve_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. + """Gets the approve_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. # noqa: E501 - :return: The approve_tabs of this Tabs. + :return: The approve_tabs of this Tabs. # noqa: E501 :rtype: list[Approve] """ return self._approve_tabs @approve_tabs.setter def approve_tabs(self, approve_tabs): - """ - Sets the approve_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. + """Sets the approve_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. # noqa: E501 - :param approve_tabs: The approve_tabs of this Tabs. + :param approve_tabs: The approve_tabs of this Tabs. # noqa: E501 :type: list[Approve] """ @@ -155,22 +222,22 @@ def approve_tabs(self, approve_tabs): @property def checkbox_tabs(self): - """ - Gets the checkbox_tabs of this Tabs. - Specifies a tag on the document in a location where the recipient can select an option. + """Gets the checkbox_tabs of this Tabs. # noqa: E501 - :return: The checkbox_tabs of this Tabs. + Specifies a tag on the document in a location where the recipient can select an option. # noqa: E501 + + :return: The checkbox_tabs of this Tabs. # noqa: E501 :rtype: list[Checkbox] """ return self._checkbox_tabs @checkbox_tabs.setter def checkbox_tabs(self, checkbox_tabs): - """ - Sets the checkbox_tabs of this Tabs. - Specifies a tag on the document in a location where the recipient can select an option. + """Sets the checkbox_tabs of this Tabs. - :param checkbox_tabs: The checkbox_tabs of this Tabs. + Specifies a tag on the document in a location where the recipient can select an option. # noqa: E501 + + :param checkbox_tabs: The checkbox_tabs of this Tabs. # noqa: E501 :type: list[Checkbox] """ @@ -178,22 +245,22 @@ def checkbox_tabs(self, checkbox_tabs): @property def comment_thread_tabs(self): - """ - Gets the comment_thread_tabs of this Tabs. - + """Gets the comment_thread_tabs of this Tabs. # noqa: E501 + + # noqa: E501 - :return: The comment_thread_tabs of this Tabs. + :return: The comment_thread_tabs of this Tabs. # noqa: E501 :rtype: list[CommentThread] """ return self._comment_thread_tabs @comment_thread_tabs.setter def comment_thread_tabs(self, comment_thread_tabs): - """ - Sets the comment_thread_tabs of this Tabs. - + """Sets the comment_thread_tabs of this Tabs. + + # noqa: E501 - :param comment_thread_tabs: The comment_thread_tabs of this Tabs. + :param comment_thread_tabs: The comment_thread_tabs of this Tabs. # noqa: E501 :type: list[CommentThread] """ @@ -201,22 +268,22 @@ def comment_thread_tabs(self, comment_thread_tabs): @property def company_tabs(self): - """ - Gets the company_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the company_tabs of this Tabs. # noqa: E501 - :return: The company_tabs of this Tabs. + Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :return: The company_tabs of this Tabs. # noqa: E501 :rtype: list[Company] """ return self._company_tabs @company_tabs.setter def company_tabs(self, company_tabs): - """ - Sets the company_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the company_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param company_tabs: The company_tabs of this Tabs. + :param company_tabs: The company_tabs of this Tabs. # noqa: E501 :type: list[Company] """ @@ -224,22 +291,22 @@ def company_tabs(self, company_tabs): @property def date_signed_tabs(self): - """ - Gets the date_signed_tabs of this Tabs. - Specifies a tab on the document where the date the document was signed will automatically appear. + """Gets the date_signed_tabs of this Tabs. # noqa: E501 + + Specifies a tab on the document where the date the document was signed will automatically appear. # noqa: E501 - :return: The date_signed_tabs of this Tabs. + :return: The date_signed_tabs of this Tabs. # noqa: E501 :rtype: list[DateSigned] """ return self._date_signed_tabs @date_signed_tabs.setter def date_signed_tabs(self, date_signed_tabs): - """ - Sets the date_signed_tabs of this Tabs. - Specifies a tab on the document where the date the document was signed will automatically appear. + """Sets the date_signed_tabs of this Tabs. + + Specifies a tab on the document where the date the document was signed will automatically appear. # noqa: E501 - :param date_signed_tabs: The date_signed_tabs of this Tabs. + :param date_signed_tabs: The date_signed_tabs of this Tabs. # noqa: E501 :type: list[DateSigned] """ @@ -247,22 +314,22 @@ def date_signed_tabs(self, date_signed_tabs): @property def date_tabs(self): - """ - Gets the date_tabs of this Tabs. - Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. + """Gets the date_tabs of this Tabs. # noqa: E501 - :return: The date_tabs of this Tabs. + Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. # noqa: E501 + + :return: The date_tabs of this Tabs. # noqa: E501 :rtype: list[Date] """ return self._date_tabs @date_tabs.setter def date_tabs(self, date_tabs): - """ - Sets the date_tabs of this Tabs. - Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. + """Sets the date_tabs of this Tabs. + + Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. # noqa: E501 - :param date_tabs: The date_tabs of this Tabs. + :param date_tabs: The date_tabs of this Tabs. # noqa: E501 :type: list[Date] """ @@ -270,22 +337,22 @@ def date_tabs(self, date_tabs): @property def decline_tabs(self): - """ - Gets the decline_tabs of this Tabs. - Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. + """Gets the decline_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. # noqa: E501 - :return: The decline_tabs of this Tabs. + :return: The decline_tabs of this Tabs. # noqa: E501 :rtype: list[Decline] """ return self._decline_tabs @decline_tabs.setter def decline_tabs(self, decline_tabs): - """ - Sets the decline_tabs of this Tabs. - Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. + """Sets the decline_tabs of this Tabs. - :param decline_tabs: The decline_tabs of this Tabs. + Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. # noqa: E501 + + :param decline_tabs: The decline_tabs of this Tabs. # noqa: E501 :type: list[Decline] """ @@ -293,22 +360,22 @@ def decline_tabs(self, decline_tabs): @property def draw_tabs(self): - """ - Gets the draw_tabs of this Tabs. - + """Gets the draw_tabs of this Tabs. # noqa: E501 - :return: The draw_tabs of this Tabs. + # noqa: E501 + + :return: The draw_tabs of this Tabs. # noqa: E501 :rtype: list[Draw] """ return self._draw_tabs @draw_tabs.setter def draw_tabs(self, draw_tabs): - """ - Sets the draw_tabs of this Tabs. - + """Sets the draw_tabs of this Tabs. + + # noqa: E501 - :param draw_tabs: The draw_tabs of this Tabs. + :param draw_tabs: The draw_tabs of this Tabs. # noqa: E501 :type: list[Draw] """ @@ -316,22 +383,22 @@ def draw_tabs(self, draw_tabs): @property def email_address_tabs(self): - """ - Gets the email_address_tabs of this Tabs. - Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. + """Gets the email_address_tabs of this Tabs. # noqa: E501 + + Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. # noqa: E501 - :return: The email_address_tabs of this Tabs. + :return: The email_address_tabs of this Tabs. # noqa: E501 :rtype: list[EmailAddress] """ return self._email_address_tabs @email_address_tabs.setter def email_address_tabs(self, email_address_tabs): - """ - Sets the email_address_tabs of this Tabs. - Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. + """Sets the email_address_tabs of this Tabs. - :param email_address_tabs: The email_address_tabs of this Tabs. + Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. # noqa: E501 + + :param email_address_tabs: The email_address_tabs of this Tabs. # noqa: E501 :type: list[EmailAddress] """ @@ -339,22 +406,22 @@ def email_address_tabs(self, email_address_tabs): @property def email_tabs(self): - """ - Gets the email_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the email_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The email_tabs of this Tabs. + :return: The email_tabs of this Tabs. # noqa: E501 :rtype: list[Email] """ return self._email_tabs @email_tabs.setter def email_tabs(self, email_tabs): - """ - Sets the email_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the email_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param email_tabs: The email_tabs of this Tabs. + :param email_tabs: The email_tabs of this Tabs. # noqa: E501 :type: list[Email] """ @@ -362,22 +429,22 @@ def email_tabs(self, email_tabs): @property def envelope_id_tabs(self): - """ - Gets the envelope_id_tabs of this Tabs. - Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. + """Gets the envelope_id_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. # noqa: E501 - :return: The envelope_id_tabs of this Tabs. + :return: The envelope_id_tabs of this Tabs. # noqa: E501 :rtype: list[EnvelopeId] """ return self._envelope_id_tabs @envelope_id_tabs.setter def envelope_id_tabs(self, envelope_id_tabs): - """ - Sets the envelope_id_tabs of this Tabs. - Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. + """Sets the envelope_id_tabs of this Tabs. - :param envelope_id_tabs: The envelope_id_tabs of this Tabs. + Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. # noqa: E501 + + :param envelope_id_tabs: The envelope_id_tabs of this Tabs. # noqa: E501 :type: list[EnvelopeId] """ @@ -385,22 +452,22 @@ def envelope_id_tabs(self, envelope_id_tabs): @property def first_name_tabs(self): - """ - Gets the first_name_tabs of this Tabs. - Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. + """Gets the first_name_tabs of this Tabs. # noqa: E501 - :return: The first_name_tabs of this Tabs. + Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. # noqa: E501 + + :return: The first_name_tabs of this Tabs. # noqa: E501 :rtype: list[FirstName] """ return self._first_name_tabs @first_name_tabs.setter def first_name_tabs(self, first_name_tabs): - """ - Sets the first_name_tabs of this Tabs. - Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. + """Sets the first_name_tabs of this Tabs. + + Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. # noqa: E501 - :param first_name_tabs: The first_name_tabs of this Tabs. + :param first_name_tabs: The first_name_tabs of this Tabs. # noqa: E501 :type: list[FirstName] """ @@ -408,22 +475,22 @@ def first_name_tabs(self, first_name_tabs): @property def formula_tabs(self): - """ - Gets the formula_tabs of this Tabs. - Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. + """Gets the formula_tabs of this Tabs. # noqa: E501 + + Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. # noqa: E501 - :return: The formula_tabs of this Tabs. + :return: The formula_tabs of this Tabs. # noqa: E501 :rtype: list[FormulaTab] """ return self._formula_tabs @formula_tabs.setter def formula_tabs(self, formula_tabs): - """ - Sets the formula_tabs of this Tabs. - Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. + """Sets the formula_tabs of this Tabs. + + Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. # noqa: E501 - :param formula_tabs: The formula_tabs of this Tabs. + :param formula_tabs: The formula_tabs of this Tabs. # noqa: E501 :type: list[FormulaTab] """ @@ -431,22 +498,22 @@ def formula_tabs(self, formula_tabs): @property def full_name_tabs(self): - """ - Gets the full_name_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's name to appear. + """Gets the full_name_tabs of this Tabs. # noqa: E501 - :return: The full_name_tabs of this Tabs. + Specifies a tag on the document where you want the recipient's name to appear. # noqa: E501 + + :return: The full_name_tabs of this Tabs. # noqa: E501 :rtype: list[FullName] """ return self._full_name_tabs @full_name_tabs.setter def full_name_tabs(self, full_name_tabs): - """ - Sets the full_name_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's name to appear. + """Sets the full_name_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient's name to appear. # noqa: E501 - :param full_name_tabs: The full_name_tabs of this Tabs. + :param full_name_tabs: The full_name_tabs of this Tabs. # noqa: E501 :type: list[FullName] """ @@ -454,22 +521,22 @@ def full_name_tabs(self, full_name_tabs): @property def initial_here_tabs(self): - """ - Gets the initial_here_tabs of this Tabs. - Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. + """Gets the initial_here_tabs of this Tabs. # noqa: E501 + + Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. # noqa: E501 - :return: The initial_here_tabs of this Tabs. + :return: The initial_here_tabs of this Tabs. # noqa: E501 :rtype: list[InitialHere] """ return self._initial_here_tabs @initial_here_tabs.setter def initial_here_tabs(self, initial_here_tabs): - """ - Sets the initial_here_tabs of this Tabs. - Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. + """Sets the initial_here_tabs of this Tabs. - :param initial_here_tabs: The initial_here_tabs of this Tabs. + Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. # noqa: E501 + + :param initial_here_tabs: The initial_here_tabs of this Tabs. # noqa: E501 :type: list[InitialHere] """ @@ -477,22 +544,22 @@ def initial_here_tabs(self, initial_here_tabs): @property def last_name_tabs(self): - """ - Gets the last_name_tabs of this Tabs. - Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. + """Gets the last_name_tabs of this Tabs. # noqa: E501 - :return: The last_name_tabs of this Tabs. + Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. # noqa: E501 + + :return: The last_name_tabs of this Tabs. # noqa: E501 :rtype: list[LastName] """ return self._last_name_tabs @last_name_tabs.setter def last_name_tabs(self, last_name_tabs): - """ - Sets the last_name_tabs of this Tabs. - Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. + """Sets the last_name_tabs of this Tabs. + + Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. # noqa: E501 - :param last_name_tabs: The last_name_tabs of this Tabs. + :param last_name_tabs: The last_name_tabs of this Tabs. # noqa: E501 :type: list[LastName] """ @@ -500,22 +567,22 @@ def last_name_tabs(self, last_name_tabs): @property def list_tabs(self): - """ - Gets the list_tabs of this Tabs. - Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. + """Gets the list_tabs of this Tabs. # noqa: E501 + + Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. # noqa: E501 - :return: The list_tabs of this Tabs. + :return: The list_tabs of this Tabs. # noqa: E501 :rtype: list[List] """ return self._list_tabs @list_tabs.setter def list_tabs(self, list_tabs): - """ - Sets the list_tabs of this Tabs. - Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. + """Sets the list_tabs of this Tabs. - :param list_tabs: The list_tabs of this Tabs. + Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. # noqa: E501 + + :param list_tabs: The list_tabs of this Tabs. # noqa: E501 :type: list[List] """ @@ -523,22 +590,22 @@ def list_tabs(self, list_tabs): @property def notarize_tabs(self): - """ - Gets the notarize_tabs of this Tabs. - + """Gets the notarize_tabs of this Tabs. # noqa: E501 + + # noqa: E501 - :return: The notarize_tabs of this Tabs. + :return: The notarize_tabs of this Tabs. # noqa: E501 :rtype: list[Notarize] """ return self._notarize_tabs @notarize_tabs.setter def notarize_tabs(self, notarize_tabs): - """ - Sets the notarize_tabs of this Tabs. - + """Sets the notarize_tabs of this Tabs. + + # noqa: E501 - :param notarize_tabs: The notarize_tabs of this Tabs. + :param notarize_tabs: The notarize_tabs of this Tabs. # noqa: E501 :type: list[Notarize] """ @@ -546,22 +613,22 @@ def notarize_tabs(self, notarize_tabs): @property def note_tabs(self): - """ - Gets the note_tabs of this Tabs. - Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. + """Gets the note_tabs of this Tabs. # noqa: E501 + + Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. # noqa: E501 - :return: The note_tabs of this Tabs. + :return: The note_tabs of this Tabs. # noqa: E501 :rtype: list[Note] """ return self._note_tabs @note_tabs.setter def note_tabs(self, note_tabs): - """ - Sets the note_tabs of this Tabs. - Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. + """Sets the note_tabs of this Tabs. - :param note_tabs: The note_tabs of this Tabs. + Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. # noqa: E501 + + :param note_tabs: The note_tabs of this Tabs. # noqa: E501 :type: list[Note] """ @@ -569,22 +636,22 @@ def note_tabs(self, note_tabs): @property def number_tabs(self): - """ - Gets the number_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the number_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The number_tabs of this Tabs. + :return: The number_tabs of this Tabs. # noqa: E501 :rtype: list[Number] """ return self._number_tabs @number_tabs.setter def number_tabs(self, number_tabs): - """ - Sets the number_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the number_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param number_tabs: The number_tabs of this Tabs. + :param number_tabs: The number_tabs of this Tabs. # noqa: E501 :type: list[Number] """ @@ -592,22 +659,22 @@ def number_tabs(self, number_tabs): @property def poly_line_overlay_tabs(self): - """ - Gets the poly_line_overlay_tabs of this Tabs. - + """Gets the poly_line_overlay_tabs of this Tabs. # noqa: E501 - :return: The poly_line_overlay_tabs of this Tabs. + # noqa: E501 + + :return: The poly_line_overlay_tabs of this Tabs. # noqa: E501 :rtype: list[PolyLineOverlay] """ return self._poly_line_overlay_tabs @poly_line_overlay_tabs.setter def poly_line_overlay_tabs(self, poly_line_overlay_tabs): - """ - Sets the poly_line_overlay_tabs of this Tabs. - + """Sets the poly_line_overlay_tabs of this Tabs. - :param poly_line_overlay_tabs: The poly_line_overlay_tabs of this Tabs. + # noqa: E501 + + :param poly_line_overlay_tabs: The poly_line_overlay_tabs of this Tabs. # noqa: E501 :type: list[PolyLineOverlay] """ @@ -615,22 +682,22 @@ def poly_line_overlay_tabs(self, poly_line_overlay_tabs): @property def radio_group_tabs(self): - """ - Gets the radio_group_tabs of this Tabs. - Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. + """Gets the radio_group_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. # noqa: E501 - :return: The radio_group_tabs of this Tabs. + :return: The radio_group_tabs of this Tabs. # noqa: E501 :rtype: list[RadioGroup] """ return self._radio_group_tabs @radio_group_tabs.setter def radio_group_tabs(self, radio_group_tabs): - """ - Sets the radio_group_tabs of this Tabs. - Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. + """Sets the radio_group_tabs of this Tabs. + + Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. # noqa: E501 - :param radio_group_tabs: The radio_group_tabs of this Tabs. + :param radio_group_tabs: The radio_group_tabs of this Tabs. # noqa: E501 :type: list[RadioGroup] """ @@ -638,22 +705,22 @@ def radio_group_tabs(self, radio_group_tabs): @property def signer_attachment_tabs(self): - """ - Gets the signer_attachment_tabs of this Tabs. - Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. + """Gets the signer_attachment_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. # noqa: E501 - :return: The signer_attachment_tabs of this Tabs. + :return: The signer_attachment_tabs of this Tabs. # noqa: E501 :rtype: list[SignerAttachment] """ return self._signer_attachment_tabs @signer_attachment_tabs.setter def signer_attachment_tabs(self, signer_attachment_tabs): - """ - Sets the signer_attachment_tabs of this Tabs. - Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. + """Sets the signer_attachment_tabs of this Tabs. - :param signer_attachment_tabs: The signer_attachment_tabs of this Tabs. + Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. # noqa: E501 + + :param signer_attachment_tabs: The signer_attachment_tabs of this Tabs. # noqa: E501 :type: list[SignerAttachment] """ @@ -661,22 +728,22 @@ def signer_attachment_tabs(self, signer_attachment_tabs): @property def sign_here_tabs(self): - """ - Gets the sign_here_tabs of this Tabs. - A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. + """Gets the sign_here_tabs of this Tabs. # noqa: E501 - :return: The sign_here_tabs of this Tabs. + A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. # noqa: E501 + + :return: The sign_here_tabs of this Tabs. # noqa: E501 :rtype: list[SignHere] """ return self._sign_here_tabs @sign_here_tabs.setter def sign_here_tabs(self, sign_here_tabs): - """ - Sets the sign_here_tabs of this Tabs. - A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. + """Sets the sign_here_tabs of this Tabs. + + A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. # noqa: E501 - :param sign_here_tabs: The sign_here_tabs of this Tabs. + :param sign_here_tabs: The sign_here_tabs of this Tabs. # noqa: E501 :type: list[SignHere] """ @@ -684,22 +751,22 @@ def sign_here_tabs(self, sign_here_tabs): @property def smart_section_tabs(self): - """ - Gets the smart_section_tabs of this Tabs. - + """Gets the smart_section_tabs of this Tabs. # noqa: E501 + + # noqa: E501 - :return: The smart_section_tabs of this Tabs. + :return: The smart_section_tabs of this Tabs. # noqa: E501 :rtype: list[SmartSection] """ return self._smart_section_tabs @smart_section_tabs.setter def smart_section_tabs(self, smart_section_tabs): - """ - Sets the smart_section_tabs of this Tabs. - + """Sets the smart_section_tabs of this Tabs. - :param smart_section_tabs: The smart_section_tabs of this Tabs. + # noqa: E501 + + :param smart_section_tabs: The smart_section_tabs of this Tabs. # noqa: E501 :type: list[SmartSection] """ @@ -707,22 +774,22 @@ def smart_section_tabs(self, smart_section_tabs): @property def ssn_tabs(self): - """ - Gets the ssn_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the ssn_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The ssn_tabs of this Tabs. + :return: The ssn_tabs of this Tabs. # noqa: E501 :rtype: list[Ssn] """ return self._ssn_tabs @ssn_tabs.setter def ssn_tabs(self, ssn_tabs): - """ - Sets the ssn_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the ssn_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param ssn_tabs: The ssn_tabs of this Tabs. + :param ssn_tabs: The ssn_tabs of this Tabs. # noqa: E501 :type: list[Ssn] """ @@ -730,22 +797,22 @@ def ssn_tabs(self, ssn_tabs): @property def tab_groups(self): - """ - Gets the tab_groups of this Tabs. - + """Gets the tab_groups of this Tabs. # noqa: E501 + + # noqa: E501 - :return: The tab_groups of this Tabs. + :return: The tab_groups of this Tabs. # noqa: E501 :rtype: list[TabGroup] """ return self._tab_groups @tab_groups.setter def tab_groups(self, tab_groups): - """ - Sets the tab_groups of this Tabs. - + """Sets the tab_groups of this Tabs. - :param tab_groups: The tab_groups of this Tabs. + # noqa: E501 + + :param tab_groups: The tab_groups of this Tabs. # noqa: E501 :type: list[TabGroup] """ @@ -753,22 +820,22 @@ def tab_groups(self, tab_groups): @property def text_tabs(self): - """ - Gets the text_tabs of this Tabs. - Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the text_tabs of this Tabs. # noqa: E501 - :return: The text_tabs of this Tabs. + Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :return: The text_tabs of this Tabs. # noqa: E501 :rtype: list[Text] """ return self._text_tabs @text_tabs.setter def text_tabs(self, text_tabs): - """ - Sets the text_tabs of this Tabs. - Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the text_tabs of this Tabs. + + Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param text_tabs: The text_tabs of this Tabs. + :param text_tabs: The text_tabs of this Tabs. # noqa: E501 :type: list[Text] """ @@ -776,22 +843,22 @@ def text_tabs(self, text_tabs): @property def title_tabs(self): - """ - Gets the title_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the title_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The title_tabs of this Tabs. + :return: The title_tabs of this Tabs. # noqa: E501 :rtype: list[Title] """ return self._title_tabs @title_tabs.setter def title_tabs(self, title_tabs): - """ - Sets the title_tabs of this Tabs. - Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the title_tabs of this Tabs. + + Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param title_tabs: The title_tabs of this Tabs. + :param title_tabs: The title_tabs of this Tabs. # noqa: E501 :type: list[Title] """ @@ -799,22 +866,22 @@ def title_tabs(self, title_tabs): @property def view_tabs(self): - """ - Gets the view_tabs of this Tabs. - + """Gets the view_tabs of this Tabs. # noqa: E501 - :return: The view_tabs of this Tabs. + # noqa: E501 + + :return: The view_tabs of this Tabs. # noqa: E501 :rtype: list[View] """ return self._view_tabs @view_tabs.setter def view_tabs(self, view_tabs): - """ - Sets the view_tabs of this Tabs. - + """Sets the view_tabs of this Tabs. + + # noqa: E501 - :param view_tabs: The view_tabs of this Tabs. + :param view_tabs: The view_tabs of this Tabs. # noqa: E501 :type: list[View] """ @@ -822,34 +889,32 @@ def view_tabs(self, view_tabs): @property def zip_tabs(self): - """ - Gets the zip_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the zip_tabs of this Tabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The zip_tabs of this Tabs. + :return: The zip_tabs of this Tabs. # noqa: E501 :rtype: list[Zip] """ return self._zip_tabs @zip_tabs.setter def zip_tabs(self, zip_tabs): - """ - Sets the zip_tabs of this Tabs. - Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the zip_tabs of this Tabs. - :param zip_tabs: The zip_tabs of this Tabs. + Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :param zip_tabs: The zip_tabs of this Tabs. # noqa: E501 :type: list[Zip] """ self._zip_tabs = zip_tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -866,29 +931,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Tabs, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Tabs): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_custom_fields.py b/docusign_esign/models/template_custom_fields.py index e4c2f3b8..f0b2df70 100644 --- a/docusign_esign/models/template_custom_fields.py +++ b/docusign_esign/models/template_custom_fields.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateCustomFields(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, list_custom_fields=None, text_custom_fields=None): - """ - TemplateCustomFields - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'list_custom_fields': 'list[ListCustomField]', - 'text_custom_fields': 'list[TextCustomField]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'list_custom_fields': 'list[ListCustomField]', + 'text_custom_fields': 'list[TextCustomField]' + } - self.attribute_map = { - 'list_custom_fields': 'listCustomFields', - 'text_custom_fields': 'textCustomFields' - } + attribute_map = { + 'list_custom_fields': 'listCustomFields', + 'text_custom_fields': 'textCustomFields' + } - self._list_custom_fields = list_custom_fields - self._text_custom_fields = text_custom_fields + def __init__(self, list_custom_fields=None, text_custom_fields=None): # noqa: E501 + """TemplateCustomFields - a model defined in Swagger""" # noqa: E501 + + self._list_custom_fields = None + self._text_custom_fields = None + self.discriminator = None + + if list_custom_fields is not None: + self.list_custom_fields = list_custom_fields + if text_custom_fields is not None: + self.text_custom_fields = text_custom_fields @property def list_custom_fields(self): - """ - Gets the list_custom_fields of this TemplateCustomFields. - An array of list custom fields. + """Gets the list_custom_fields of this TemplateCustomFields. # noqa: E501 - :return: The list_custom_fields of this TemplateCustomFields. + An array of list custom fields. # noqa: E501 + + :return: The list_custom_fields of this TemplateCustomFields. # noqa: E501 :rtype: list[ListCustomField] """ return self._list_custom_fields @list_custom_fields.setter def list_custom_fields(self, list_custom_fields): - """ - Sets the list_custom_fields of this TemplateCustomFields. - An array of list custom fields. + """Sets the list_custom_fields of this TemplateCustomFields. + + An array of list custom fields. # noqa: E501 - :param list_custom_fields: The list_custom_fields of this TemplateCustomFields. + :param list_custom_fields: The list_custom_fields of this TemplateCustomFields. # noqa: E501 :type: list[ListCustomField] """ @@ -68,34 +77,32 @@ def list_custom_fields(self, list_custom_fields): @property def text_custom_fields(self): - """ - Gets the text_custom_fields of this TemplateCustomFields. - An array of text custom fields. + """Gets the text_custom_fields of this TemplateCustomFields. # noqa: E501 + + An array of text custom fields. # noqa: E501 - :return: The text_custom_fields of this TemplateCustomFields. + :return: The text_custom_fields of this TemplateCustomFields. # noqa: E501 :rtype: list[TextCustomField] """ return self._text_custom_fields @text_custom_fields.setter def text_custom_fields(self, text_custom_fields): - """ - Sets the text_custom_fields of this TemplateCustomFields. - An array of text custom fields. + """Sets the text_custom_fields of this TemplateCustomFields. + + An array of text custom fields. # noqa: E501 - :param text_custom_fields: The text_custom_fields of this TemplateCustomFields. + :param text_custom_fields: The text_custom_fields of this TemplateCustomFields. # noqa: E501 :type: list[TextCustomField] """ self._text_custom_fields = text_custom_fields def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateCustomFields, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateCustomFields): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_document_visibility_list.py b/docusign_esign/models/template_document_visibility_list.py index 7ce9a97f..56ad9fa1 100644 --- a/docusign_esign/models/template_document_visibility_list.py +++ b/docusign_esign/models/template_document_visibility_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateDocumentVisibilityList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_visibility=None): - """ - TemplateDocumentVisibilityList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_visibility': 'list[DocumentVisibility]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_visibility': 'list[DocumentVisibility]' + } - self.attribute_map = { - 'document_visibility': 'documentVisibility' - } + attribute_map = { + 'document_visibility': 'documentVisibility' + } - self._document_visibility = document_visibility + def __init__(self, document_visibility=None): # noqa: E501 + """TemplateDocumentVisibilityList - a model defined in Swagger""" # noqa: E501 + + self._document_visibility = None + self.discriminator = None + + if document_visibility is not None: + self.document_visibility = document_visibility @property def document_visibility(self): - """ - Gets the document_visibility of this TemplateDocumentVisibilityList. - + """Gets the document_visibility of this TemplateDocumentVisibilityList. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this TemplateDocumentVisibilityList. + :return: The document_visibility of this TemplateDocumentVisibilityList. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this TemplateDocumentVisibilityList. - + """Sets the document_visibility of this TemplateDocumentVisibilityList. - :param document_visibility: The document_visibility of this TemplateDocumentVisibilityList. + # noqa: E501 + + :param document_visibility: The document_visibility of this TemplateDocumentVisibilityList. # noqa: E501 :type: list[DocumentVisibility] """ self._document_visibility = document_visibility def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateDocumentVisibilityList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateDocumentVisibilityList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_documents_result.py b/docusign_esign/models/template_documents_result.py index e262fcf5..61796745 100644 --- a/docusign_esign/models/template_documents_result.py +++ b/docusign_esign/models/template_documents_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateDocumentsResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, template_documents=None, template_id=None): - """ - TemplateDocumentsResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'template_documents': 'list[EnvelopeDocument]', - 'template_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'template_documents': 'list[EnvelopeDocument]', + 'template_id': 'str' + } - self.attribute_map = { - 'template_documents': 'templateDocuments', - 'template_id': 'templateId' - } + attribute_map = { + 'template_documents': 'templateDocuments', + 'template_id': 'templateId' + } - self._template_documents = template_documents - self._template_id = template_id + def __init__(self, template_documents=None, template_id=None): # noqa: E501 + """TemplateDocumentsResult - a model defined in Swagger""" # noqa: E501 + + self._template_documents = None + self._template_id = None + self.discriminator = None + + if template_documents is not None: + self.template_documents = template_documents + if template_id is not None: + self.template_id = template_id @property def template_documents(self): - """ - Gets the template_documents of this TemplateDocumentsResult. - + """Gets the template_documents of this TemplateDocumentsResult. # noqa: E501 - :return: The template_documents of this TemplateDocumentsResult. + # noqa: E501 + + :return: The template_documents of this TemplateDocumentsResult. # noqa: E501 :rtype: list[EnvelopeDocument] """ return self._template_documents @template_documents.setter def template_documents(self, template_documents): - """ - Sets the template_documents of this TemplateDocumentsResult. - + """Sets the template_documents of this TemplateDocumentsResult. + + # noqa: E501 - :param template_documents: The template_documents of this TemplateDocumentsResult. + :param template_documents: The template_documents of this TemplateDocumentsResult. # noqa: E501 :type: list[EnvelopeDocument] """ @@ -68,34 +77,32 @@ def template_documents(self, template_documents): @property def template_id(self): - """ - Gets the template_id of this TemplateDocumentsResult. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this TemplateDocumentsResult. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this TemplateDocumentsResult. + :return: The template_id of this TemplateDocumentsResult. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this TemplateDocumentsResult. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this TemplateDocumentsResult. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this TemplateDocumentsResult. + :param template_id: The template_id of this TemplateDocumentsResult. # noqa: E501 :type: str """ self._template_id = template_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateDocumentsResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateDocumentsResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_information.py b/docusign_esign/models/template_information.py index bfbd7a49..a4ba6d18 100644 --- a/docusign_esign/models/template_information.py +++ b/docusign_esign/models/template_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, templates=None): - """ - TemplateInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'templates': 'list[TemplateSummary]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'templates': 'list[TemplateSummary]' + } - self.attribute_map = { - 'templates': 'templates' - } + attribute_map = { + 'templates': 'templates' + } - self._templates = templates + def __init__(self, templates=None): # noqa: E501 + """TemplateInformation - a model defined in Swagger""" # noqa: E501 + + self._templates = None + self.discriminator = None + + if templates is not None: + self.templates = templates @property def templates(self): - """ - Gets the templates of this TemplateInformation. - + """Gets the templates of this TemplateInformation. # noqa: E501 + + # noqa: E501 - :return: The templates of this TemplateInformation. + :return: The templates of this TemplateInformation. # noqa: E501 :rtype: list[TemplateSummary] """ return self._templates @templates.setter def templates(self, templates): - """ - Sets the templates of this TemplateInformation. - + """Sets the templates of this TemplateInformation. - :param templates: The templates of this TemplateInformation. + # noqa: E501 + + :param templates: The templates of this TemplateInformation. # noqa: E501 :type: list[TemplateSummary] """ self._templates = templates def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_match.py b/docusign_esign/models/template_match.py index 180daa25..8c1f0fc2 100644 --- a/docusign_esign/models/template_match.py +++ b/docusign_esign/models/template_match.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,59 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateMatch(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, document_end_page=None, document_start_page=None, match_percentage=None): - """ - TemplateMatch - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'document_end_page': 'str', - 'document_start_page': 'str', - 'match_percentage': 'str' - } - - self.attribute_map = { - 'document_end_page': 'documentEndPage', - 'document_start_page': 'documentStartPage', - 'match_percentage': 'matchPercentage' - } - - self._document_end_page = document_end_page - self._document_start_page = document_start_page - self._match_percentage = match_percentage + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'document_end_page': 'str', + 'document_start_page': 'str', + 'match_percentage': 'str' + } + + attribute_map = { + 'document_end_page': 'documentEndPage', + 'document_start_page': 'documentStartPage', + 'match_percentage': 'matchPercentage' + } + + def __init__(self, document_end_page=None, document_start_page=None, match_percentage=None): # noqa: E501 + """TemplateMatch - a model defined in Swagger""" # noqa: E501 + + self._document_end_page = None + self._document_start_page = None + self._match_percentage = None + self.discriminator = None + + if document_end_page is not None: + self.document_end_page = document_end_page + if document_start_page is not None: + self.document_start_page = document_start_page + if match_percentage is not None: + self.match_percentage = match_percentage @property def document_end_page(self): - """ - Gets the document_end_page of this TemplateMatch. - + """Gets the document_end_page of this TemplateMatch. # noqa: E501 + + # noqa: E501 - :return: The document_end_page of this TemplateMatch. + :return: The document_end_page of this TemplateMatch. # noqa: E501 :rtype: str """ return self._document_end_page @document_end_page.setter def document_end_page(self, document_end_page): - """ - Sets the document_end_page of this TemplateMatch. - + """Sets the document_end_page of this TemplateMatch. + + # noqa: E501 - :param document_end_page: The document_end_page of this TemplateMatch. + :param document_end_page: The document_end_page of this TemplateMatch. # noqa: E501 :type: str """ @@ -71,22 +82,22 @@ def document_end_page(self, document_end_page): @property def document_start_page(self): - """ - Gets the document_start_page of this TemplateMatch. - + """Gets the document_start_page of this TemplateMatch. # noqa: E501 + + # noqa: E501 - :return: The document_start_page of this TemplateMatch. + :return: The document_start_page of this TemplateMatch. # noqa: E501 :rtype: str """ return self._document_start_page @document_start_page.setter def document_start_page(self, document_start_page): - """ - Sets the document_start_page of this TemplateMatch. - + """Sets the document_start_page of this TemplateMatch. + + # noqa: E501 - :param document_start_page: The document_start_page of this TemplateMatch. + :param document_start_page: The document_start_page of this TemplateMatch. # noqa: E501 :type: str """ @@ -94,34 +105,32 @@ def document_start_page(self, document_start_page): @property def match_percentage(self): - """ - Gets the match_percentage of this TemplateMatch. - + """Gets the match_percentage of this TemplateMatch. # noqa: E501 - :return: The match_percentage of this TemplateMatch. + # noqa: E501 + + :return: The match_percentage of this TemplateMatch. # noqa: E501 :rtype: str """ return self._match_percentage @match_percentage.setter def match_percentage(self, match_percentage): - """ - Sets the match_percentage of this TemplateMatch. - + """Sets the match_percentage of this TemplateMatch. - :param match_percentage: The match_percentage of this TemplateMatch. + # noqa: E501 + + :param match_percentage: The match_percentage of this TemplateMatch. # noqa: E501 :type: str """ self._match_percentage = match_percentage def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -138,29 +147,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateMatch, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateMatch): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_notification_request.py b/docusign_esign/models/template_notification_request.py index 8b54dd3b..c6a55cc9 100644 --- a/docusign_esign/models/template_notification_request.py +++ b/docusign_esign/models/template_notification_request.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,60 +11,73 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateNotificationRequest(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, expirations=None, password=None, reminders=None, use_account_defaults=None): - """ - TemplateNotificationRequest - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'expirations': 'Expirations', - 'password': 'str', - 'reminders': 'Reminders', - 'use_account_defaults': 'str' - } - - self.attribute_map = { - 'expirations': 'expirations', - 'password': 'password', - 'reminders': 'reminders', - 'use_account_defaults': 'useAccountDefaults' - } - self._expirations = expirations - self._password = password - self._reminders = reminders - self._use_account_defaults = use_account_defaults + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'expirations': 'Expirations', + 'password': 'str', + 'reminders': 'Reminders', + 'use_account_defaults': 'str' + } + + attribute_map = { + 'expirations': 'expirations', + 'password': 'password', + 'reminders': 'reminders', + 'use_account_defaults': 'useAccountDefaults' + } + + def __init__(self, expirations=None, password=None, reminders=None, use_account_defaults=None): # noqa: E501 + """TemplateNotificationRequest - a model defined in Swagger""" # noqa: E501 + + self._expirations = None + self._password = None + self._reminders = None + self._use_account_defaults = None + self.discriminator = None + + if expirations is not None: + self.expirations = expirations + if password is not None: + self.password = password + if reminders is not None: + self.reminders = reminders + if use_account_defaults is not None: + self.use_account_defaults = use_account_defaults @property def expirations(self): - """ - Gets the expirations of this TemplateNotificationRequest. + """Gets the expirations of this TemplateNotificationRequest. # noqa: E501 - :return: The expirations of this TemplateNotificationRequest. + + :return: The expirations of this TemplateNotificationRequest. # noqa: E501 :rtype: Expirations """ return self._expirations @expirations.setter def expirations(self, expirations): - """ - Sets the expirations of this TemplateNotificationRequest. + """Sets the expirations of this TemplateNotificationRequest. - :param expirations: The expirations of this TemplateNotificationRequest. + + :param expirations: The expirations of this TemplateNotificationRequest. # noqa: E501 :type: Expirations """ @@ -72,22 +85,22 @@ def expirations(self, expirations): @property def password(self): - """ - Gets the password of this TemplateNotificationRequest. - + """Gets the password of this TemplateNotificationRequest. # noqa: E501 + + # noqa: E501 - :return: The password of this TemplateNotificationRequest. + :return: The password of this TemplateNotificationRequest. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this TemplateNotificationRequest. - + """Sets the password of this TemplateNotificationRequest. + + # noqa: E501 - :param password: The password of this TemplateNotificationRequest. + :param password: The password of this TemplateNotificationRequest. # noqa: E501 :type: str """ @@ -95,20 +108,20 @@ def password(self, password): @property def reminders(self): - """ - Gets the reminders of this TemplateNotificationRequest. + """Gets the reminders of this TemplateNotificationRequest. # noqa: E501 + - :return: The reminders of this TemplateNotificationRequest. + :return: The reminders of this TemplateNotificationRequest. # noqa: E501 :rtype: Reminders """ return self._reminders @reminders.setter def reminders(self, reminders): - """ - Sets the reminders of this TemplateNotificationRequest. + """Sets the reminders of this TemplateNotificationRequest. - :param reminders: The reminders of this TemplateNotificationRequest. + + :param reminders: The reminders of this TemplateNotificationRequest. # noqa: E501 :type: Reminders """ @@ -116,34 +129,32 @@ def reminders(self, reminders): @property def use_account_defaults(self): - """ - Gets the use_account_defaults of this TemplateNotificationRequest. - When set to **true**, the account default notification settings are used for the envelope. + """Gets the use_account_defaults of this TemplateNotificationRequest. # noqa: E501 - :return: The use_account_defaults of this TemplateNotificationRequest. + When set to **true**, the account default notification settings are used for the envelope. # noqa: E501 + + :return: The use_account_defaults of this TemplateNotificationRequest. # noqa: E501 :rtype: str """ return self._use_account_defaults @use_account_defaults.setter def use_account_defaults(self, use_account_defaults): - """ - Sets the use_account_defaults of this TemplateNotificationRequest. - When set to **true**, the account default notification settings are used for the envelope. + """Sets the use_account_defaults of this TemplateNotificationRequest. + + When set to **true**, the account default notification settings are used for the envelope. # noqa: E501 - :param use_account_defaults: The use_account_defaults of this TemplateNotificationRequest. + :param use_account_defaults: The use_account_defaults of this TemplateNotificationRequest. # noqa: E501 :type: str """ self._use_account_defaults = use_account_defaults def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -160,29 +171,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateNotificationRequest, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateNotificationRequest): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_recipients.py b/docusign_esign/models/template_recipients.py index 5d528a69..f1bdf7d0 100644 --- a/docusign_esign/models/template_recipients.py +++ b/docusign_esign/models/template_recipients.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,86 +11,115 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateRecipients(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, agents=None, carbon_copies=None, certified_deliveries=None, current_routing_order=None, editors=None, error_details=None, in_person_signers=None, intermediaries=None, recipient_count=None, seals=None, signers=None, witnesses=None): - """ - TemplateRecipients - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'agents': 'list[Agent]', - 'carbon_copies': 'list[CarbonCopy]', - 'certified_deliveries': 'list[CertifiedDelivery]', - 'current_routing_order': 'str', - 'editors': 'list[Editor]', - 'error_details': 'ErrorDetails', - 'in_person_signers': 'list[InPersonSigner]', - 'intermediaries': 'list[Intermediary]', - 'recipient_count': 'str', - 'seals': 'list[SealSign]', - 'signers': 'list[Signer]', - 'witnesses': 'list[Witness]' - } - - self.attribute_map = { - 'agents': 'agents', - 'carbon_copies': 'carbonCopies', - 'certified_deliveries': 'certifiedDeliveries', - 'current_routing_order': 'currentRoutingOrder', - 'editors': 'editors', - 'error_details': 'errorDetails', - 'in_person_signers': 'inPersonSigners', - 'intermediaries': 'intermediaries', - 'recipient_count': 'recipientCount', - 'seals': 'seals', - 'signers': 'signers', - 'witnesses': 'witnesses' - } - self._agents = agents - self._carbon_copies = carbon_copies - self._certified_deliveries = certified_deliveries - self._current_routing_order = current_routing_order - self._editors = editors - self._error_details = error_details - self._in_person_signers = in_person_signers - self._intermediaries = intermediaries - self._recipient_count = recipient_count - self._seals = seals - self._signers = signers - self._witnesses = witnesses + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'agents': 'list[Agent]', + 'carbon_copies': 'list[CarbonCopy]', + 'certified_deliveries': 'list[CertifiedDelivery]', + 'current_routing_order': 'str', + 'editors': 'list[Editor]', + 'error_details': 'ErrorDetails', + 'in_person_signers': 'list[InPersonSigner]', + 'intermediaries': 'list[Intermediary]', + 'recipient_count': 'str', + 'seals': 'list[SealSign]', + 'signers': 'list[Signer]', + 'witnesses': 'list[Witness]' + } + + attribute_map = { + 'agents': 'agents', + 'carbon_copies': 'carbonCopies', + 'certified_deliveries': 'certifiedDeliveries', + 'current_routing_order': 'currentRoutingOrder', + 'editors': 'editors', + 'error_details': 'errorDetails', + 'in_person_signers': 'inPersonSigners', + 'intermediaries': 'intermediaries', + 'recipient_count': 'recipientCount', + 'seals': 'seals', + 'signers': 'signers', + 'witnesses': 'witnesses' + } + + def __init__(self, agents=None, carbon_copies=None, certified_deliveries=None, current_routing_order=None, editors=None, error_details=None, in_person_signers=None, intermediaries=None, recipient_count=None, seals=None, signers=None, witnesses=None): # noqa: E501 + """TemplateRecipients - a model defined in Swagger""" # noqa: E501 + + self._agents = None + self._carbon_copies = None + self._certified_deliveries = None + self._current_routing_order = None + self._editors = None + self._error_details = None + self._in_person_signers = None + self._intermediaries = None + self._recipient_count = None + self._seals = None + self._signers = None + self._witnesses = None + self.discriminator = None + + if agents is not None: + self.agents = agents + if carbon_copies is not None: + self.carbon_copies = carbon_copies + if certified_deliveries is not None: + self.certified_deliveries = certified_deliveries + if current_routing_order is not None: + self.current_routing_order = current_routing_order + if editors is not None: + self.editors = editors + if error_details is not None: + self.error_details = error_details + if in_person_signers is not None: + self.in_person_signers = in_person_signers + if intermediaries is not None: + self.intermediaries = intermediaries + if recipient_count is not None: + self.recipient_count = recipient_count + if seals is not None: + self.seals = seals + if signers is not None: + self.signers = signers + if witnesses is not None: + self.witnesses = witnesses @property def agents(self): - """ - Gets the agents of this TemplateRecipients. - A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. + """Gets the agents of this TemplateRecipients. # noqa: E501 + + A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. # noqa: E501 - :return: The agents of this TemplateRecipients. + :return: The agents of this TemplateRecipients. # noqa: E501 :rtype: list[Agent] """ return self._agents @agents.setter def agents(self, agents): - """ - Sets the agents of this TemplateRecipients. - A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. + """Sets the agents of this TemplateRecipients. - :param agents: The agents of this TemplateRecipients. + A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document. # noqa: E501 + + :param agents: The agents of this TemplateRecipients. # noqa: E501 :type: list[Agent] """ @@ -98,22 +127,22 @@ def agents(self, agents): @property def carbon_copies(self): - """ - Gets the carbon_copies of this TemplateRecipients. - A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. + """Gets the carbon_copies of this TemplateRecipients. # noqa: E501 - :return: The carbon_copies of this TemplateRecipients. + A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. # noqa: E501 + + :return: The carbon_copies of this TemplateRecipients. # noqa: E501 :rtype: list[CarbonCopy] """ return self._carbon_copies @carbon_copies.setter def carbon_copies(self, carbon_copies): - """ - Sets the carbon_copies of this TemplateRecipients. - A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. + """Sets the carbon_copies of this TemplateRecipients. + + A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it. # noqa: E501 - :param carbon_copies: The carbon_copies of this TemplateRecipients. + :param carbon_copies: The carbon_copies of this TemplateRecipients. # noqa: E501 :type: list[CarbonCopy] """ @@ -121,22 +150,22 @@ def carbon_copies(self, carbon_copies): @property def certified_deliveries(self): - """ - Gets the certified_deliveries of this TemplateRecipients. - A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. + """Gets the certified_deliveries of this TemplateRecipients. # noqa: E501 + + A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. # noqa: E501 - :return: The certified_deliveries of this TemplateRecipients. + :return: The certified_deliveries of this TemplateRecipients. # noqa: E501 :rtype: list[CertifiedDelivery] """ return self._certified_deliveries @certified_deliveries.setter def certified_deliveries(self, certified_deliveries): - """ - Sets the certified_deliveries of this TemplateRecipients. - A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. + """Sets the certified_deliveries of this TemplateRecipients. + + A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents. # noqa: E501 - :param certified_deliveries: The certified_deliveries of this TemplateRecipients. + :param certified_deliveries: The certified_deliveries of this TemplateRecipients. # noqa: E501 :type: list[CertifiedDelivery] """ @@ -144,22 +173,22 @@ def certified_deliveries(self, certified_deliveries): @property def current_routing_order(self): - """ - Gets the current_routing_order of this TemplateRecipients. - + """Gets the current_routing_order of this TemplateRecipients. # noqa: E501 - :return: The current_routing_order of this TemplateRecipients. + # noqa: E501 + + :return: The current_routing_order of this TemplateRecipients. # noqa: E501 :rtype: str """ return self._current_routing_order @current_routing_order.setter def current_routing_order(self, current_routing_order): - """ - Sets the current_routing_order of this TemplateRecipients. - + """Sets the current_routing_order of this TemplateRecipients. - :param current_routing_order: The current_routing_order of this TemplateRecipients. + # noqa: E501 + + :param current_routing_order: The current_routing_order of this TemplateRecipients. # noqa: E501 :type: str """ @@ -167,22 +196,22 @@ def current_routing_order(self, current_routing_order): @property def editors(self): - """ - Gets the editors of this TemplateRecipients. - + """Gets the editors of this TemplateRecipients. # noqa: E501 + + # noqa: E501 - :return: The editors of this TemplateRecipients. + :return: The editors of this TemplateRecipients. # noqa: E501 :rtype: list[Editor] """ return self._editors @editors.setter def editors(self, editors): - """ - Sets the editors of this TemplateRecipients. - + """Sets the editors of this TemplateRecipients. + + # noqa: E501 - :param editors: The editors of this TemplateRecipients. + :param editors: The editors of this TemplateRecipients. # noqa: E501 :type: list[Editor] """ @@ -190,20 +219,20 @@ def editors(self, editors): @property def error_details(self): - """ - Gets the error_details of this TemplateRecipients. + """Gets the error_details of this TemplateRecipients. # noqa: E501 + - :return: The error_details of this TemplateRecipients. + :return: The error_details of this TemplateRecipients. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TemplateRecipients. + """Sets the error_details of this TemplateRecipients. - :param error_details: The error_details of this TemplateRecipients. + + :param error_details: The error_details of this TemplateRecipients. # noqa: E501 :type: ErrorDetails """ @@ -211,22 +240,22 @@ def error_details(self, error_details): @property def in_person_signers(self): - """ - Gets the in_person_signers of this TemplateRecipients. - Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. + """Gets the in_person_signers of this TemplateRecipients. # noqa: E501 - :return: The in_person_signers of this TemplateRecipients. + Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. # noqa: E501 + + :return: The in_person_signers of this TemplateRecipients. # noqa: E501 :rtype: list[InPersonSigner] """ return self._in_person_signers @in_person_signers.setter def in_person_signers(self, in_person_signers): - """ - Sets the in_person_signers of this TemplateRecipients. - Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. + """Sets the in_person_signers of this TemplateRecipients. + + Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected. # noqa: E501 - :param in_person_signers: The in_person_signers of this TemplateRecipients. + :param in_person_signers: The in_person_signers of this TemplateRecipients. # noqa: E501 :type: list[InPersonSigner] """ @@ -234,22 +263,22 @@ def in_person_signers(self, in_person_signers): @property def intermediaries(self): - """ - Gets the intermediaries of this TemplateRecipients. - Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). + """Gets the intermediaries of this TemplateRecipients. # noqa: E501 + + Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). # noqa: E501 - :return: The intermediaries of this TemplateRecipients. + :return: The intermediaries of this TemplateRecipients. # noqa: E501 :rtype: list[Intermediary] """ return self._intermediaries @intermediaries.setter def intermediaries(self, intermediaries): - """ - Sets the intermediaries of this TemplateRecipients. - Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). + """Sets the intermediaries of this TemplateRecipients. + + Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added). # noqa: E501 - :param intermediaries: The intermediaries of this TemplateRecipients. + :param intermediaries: The intermediaries of this TemplateRecipients. # noqa: E501 :type: list[Intermediary] """ @@ -257,22 +286,22 @@ def intermediaries(self, intermediaries): @property def recipient_count(self): - """ - Gets the recipient_count of this TemplateRecipients. - The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: * recipientEventStatusCode - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. * includeDocuments - When set to **true**, the envelope time zone information is included in the message. + """Gets the recipient_count of this TemplateRecipients. # noqa: E501 - :return: The recipient_count of this TemplateRecipients. + The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: * recipientEventStatusCode - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. * includeDocuments - When set to **true**, the envelope time zone information is included in the message. # noqa: E501 + + :return: The recipient_count of this TemplateRecipients. # noqa: E501 :rtype: str """ return self._recipient_count @recipient_count.setter def recipient_count(self, recipient_count): - """ - Sets the recipient_count of this TemplateRecipients. - The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: * recipientEventStatusCode - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. * includeDocuments - When set to **true**, the envelope time zone information is included in the message. + """Sets the recipient_count of this TemplateRecipients. - :param recipient_count: The recipient_count of this TemplateRecipients. + The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: * recipientEventStatusCode - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. * includeDocuments - When set to **true**, the envelope time zone information is included in the message. # noqa: E501 + + :param recipient_count: The recipient_count of this TemplateRecipients. # noqa: E501 :type: str """ @@ -280,22 +309,22 @@ def recipient_count(self, recipient_count): @property def seals(self): - """ - Gets the seals of this TemplateRecipients. - + """Gets the seals of this TemplateRecipients. # noqa: E501 + + # noqa: E501 - :return: The seals of this TemplateRecipients. + :return: The seals of this TemplateRecipients. # noqa: E501 :rtype: list[SealSign] """ return self._seals @seals.setter def seals(self, seals): - """ - Sets the seals of this TemplateRecipients. - + """Sets the seals of this TemplateRecipients. + + # noqa: E501 - :param seals: The seals of this TemplateRecipients. + :param seals: The seals of this TemplateRecipients. # noqa: E501 :type: list[SealSign] """ @@ -303,22 +332,22 @@ def seals(self, seals): @property def signers(self): - """ - Gets the signers of this TemplateRecipients. - A complex type containing information about the Signer recipient. + """Gets the signers of this TemplateRecipients. # noqa: E501 + + A complex type containing information about the Signer recipient. # noqa: E501 - :return: The signers of this TemplateRecipients. + :return: The signers of this TemplateRecipients. # noqa: E501 :rtype: list[Signer] """ return self._signers @signers.setter def signers(self, signers): - """ - Sets the signers of this TemplateRecipients. - A complex type containing information about the Signer recipient. + """Sets the signers of this TemplateRecipients. - :param signers: The signers of this TemplateRecipients. + A complex type containing information about the Signer recipient. # noqa: E501 + + :param signers: The signers of this TemplateRecipients. # noqa: E501 :type: list[Signer] """ @@ -326,34 +355,32 @@ def signers(self, signers): @property def witnesses(self): - """ - Gets the witnesses of this TemplateRecipients. - + """Gets the witnesses of this TemplateRecipients. # noqa: E501 - :return: The witnesses of this TemplateRecipients. + # noqa: E501 + + :return: The witnesses of this TemplateRecipients. # noqa: E501 :rtype: list[Witness] """ return self._witnesses @witnesses.setter def witnesses(self, witnesses): - """ - Sets the witnesses of this TemplateRecipients. - + """Sets the witnesses of this TemplateRecipients. + + # noqa: E501 - :param witnesses: The witnesses of this TemplateRecipients. + :param witnesses: The witnesses of this TemplateRecipients. # noqa: E501 :type: list[Witness] """ self._witnesses = witnesses def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -370,29 +397,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateRecipients, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateRecipients): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_role.py b/docusign_esign/models/template_role.py index 929c2453..fea9119e 100644 --- a/docusign_esign/models/template_role.py +++ b/docusign_esign/models/template_role.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateRole(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, client_user_id=None, default_recipient=None, email=None, email_notification=None, embedded_recipient_start_url=None, in_person_signer_name=None, name=None, recipient_signature_providers=None, role_name=None, routing_order=None, signing_group_id=None, tabs=None): - """ - TemplateRole - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'client_user_id': 'str', - 'default_recipient': 'str', - 'email': 'str', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'in_person_signer_name': 'str', - 'name': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'role_name': 'str', - 'routing_order': 'str', - 'signing_group_id': 'str', - 'tabs': 'Tabs' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'client_user_id': 'clientUserId', - 'default_recipient': 'defaultRecipient', - 'email': 'email', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'in_person_signer_name': 'inPersonSignerName', - 'name': 'name', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'signing_group_id': 'signingGroupId', - 'tabs': 'tabs' - } - self._access_code = access_code - self._client_user_id = client_user_id - self._default_recipient = default_recipient - self._email = email - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._in_person_signer_name = in_person_signer_name - self._name = name - self._recipient_signature_providers = recipient_signature_providers - self._role_name = role_name - self._routing_order = routing_order - self._signing_group_id = signing_group_id - self._tabs = tabs + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'client_user_id': 'str', + 'default_recipient': 'str', + 'email': 'str', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'in_person_signer_name': 'str', + 'name': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'role_name': 'str', + 'routing_order': 'str', + 'signing_group_id': 'str', + 'tabs': 'Tabs' + } + + attribute_map = { + 'access_code': 'accessCode', + 'client_user_id': 'clientUserId', + 'default_recipient': 'defaultRecipient', + 'email': 'email', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'in_person_signer_name': 'inPersonSignerName', + 'name': 'name', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'signing_group_id': 'signingGroupId', + 'tabs': 'tabs' + } + + def __init__(self, access_code=None, client_user_id=None, default_recipient=None, email=None, email_notification=None, embedded_recipient_start_url=None, in_person_signer_name=None, name=None, recipient_signature_providers=None, role_name=None, routing_order=None, signing_group_id=None, tabs=None): # noqa: E501 + """TemplateRole - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._client_user_id = None + self._default_recipient = None + self._email = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._in_person_signer_name = None + self._name = None + self._recipient_signature_providers = None + self._role_name = None + self._routing_order = None + self._signing_group_id = None + self._tabs = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if client_user_id is not None: + self.client_user_id = client_user_id + if default_recipient is not None: + self.default_recipient = default_recipient + if email is not None: + self.email = email + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if in_person_signer_name is not None: + self.in_person_signer_name = in_person_signer_name + if name is not None: + self.name = name + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if tabs is not None: + self.tabs = tabs @property def access_code(self): - """ - Gets the access_code of this TemplateRole. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this TemplateRole. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 - :return: The access_code of this TemplateRole. + :return: The access_code of this TemplateRole. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this TemplateRole. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this TemplateRole. - :param access_code: The access_code of this TemplateRole. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this TemplateRole. # noqa: E501 :type: str """ @@ -101,22 +132,22 @@ def access_code(self, access_code): @property def client_user_id(self): - """ - Gets the client_user_id of this TemplateRole. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this TemplateRole. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this TemplateRole. + :return: The client_user_id of this TemplateRole. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this TemplateRole. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this TemplateRole. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this TemplateRole. + :param client_user_id: The client_user_id of this TemplateRole. # noqa: E501 :type: str """ @@ -124,22 +155,22 @@ def client_user_id(self, client_user_id): @property def default_recipient(self): - """ - Gets the default_recipient of this TemplateRole. - When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. + """Gets the default_recipient of this TemplateRole. # noqa: E501 - :return: The default_recipient of this TemplateRole. + When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. # noqa: E501 + + :return: The default_recipient of this TemplateRole. # noqa: E501 :rtype: str """ return self._default_recipient @default_recipient.setter def default_recipient(self, default_recipient): - """ - Sets the default_recipient of this TemplateRole. - When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. + """Sets the default_recipient of this TemplateRole. - :param default_recipient: The default_recipient of this TemplateRole. + When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient. # noqa: E501 + + :param default_recipient: The default_recipient of this TemplateRole. # noqa: E501 :type: str """ @@ -147,22 +178,22 @@ def default_recipient(self, default_recipient): @property def email(self): - """ - Gets the email of this TemplateRole. - Specifies the email associated with a role name. + """Gets the email of this TemplateRole. # noqa: E501 + + Specifies the email associated with a role name. # noqa: E501 - :return: The email of this TemplateRole. + :return: The email of this TemplateRole. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this TemplateRole. - Specifies the email associated with a role name. + """Sets the email of this TemplateRole. + + Specifies the email associated with a role name. # noqa: E501 - :param email: The email of this TemplateRole. + :param email: The email of this TemplateRole. # noqa: E501 :type: str """ @@ -170,20 +201,20 @@ def email(self, email): @property def email_notification(self): - """ - Gets the email_notification of this TemplateRole. + """Gets the email_notification of this TemplateRole. # noqa: E501 + - :return: The email_notification of this TemplateRole. + :return: The email_notification of this TemplateRole. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this TemplateRole. + """Sets the email_notification of this TemplateRole. - :param email_notification: The email_notification of this TemplateRole. + + :param email_notification: The email_notification of this TemplateRole. # noqa: E501 :type: RecipientEmailNotification """ @@ -191,22 +222,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this TemplateRole. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this TemplateRole. # noqa: E501 - :return: The embedded_recipient_start_url of this TemplateRole. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this TemplateRole. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this TemplateRole. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this TemplateRole. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 - :param embedded_recipient_start_url: The embedded_recipient_start_url of this TemplateRole. + :param embedded_recipient_start_url: The embedded_recipient_start_url of this TemplateRole. # noqa: E501 :type: str """ @@ -214,22 +245,22 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def in_person_signer_name(self): - """ - Gets the in_person_signer_name of this TemplateRole. - Specifies the full legal name of the signer in person signer template roles. Maximum Length: 100 characters. + """Gets the in_person_signer_name of this TemplateRole. # noqa: E501 + + Specifies the full legal name of the signer in person signer template roles. Maximum Length: 100 characters. # noqa: E501 - :return: The in_person_signer_name of this TemplateRole. + :return: The in_person_signer_name of this TemplateRole. # noqa: E501 :rtype: str """ return self._in_person_signer_name @in_person_signer_name.setter def in_person_signer_name(self, in_person_signer_name): - """ - Sets the in_person_signer_name of this TemplateRole. - Specifies the full legal name of the signer in person signer template roles. Maximum Length: 100 characters. + """Sets the in_person_signer_name of this TemplateRole. - :param in_person_signer_name: The in_person_signer_name of this TemplateRole. + Specifies the full legal name of the signer in person signer template roles. Maximum Length: 100 characters. # noqa: E501 + + :param in_person_signer_name: The in_person_signer_name of this TemplateRole. # noqa: E501 :type: str """ @@ -237,22 +268,22 @@ def in_person_signer_name(self, in_person_signer_name): @property def name(self): - """ - Gets the name of this TemplateRole. - Specifies the recipient's name. + """Gets the name of this TemplateRole. # noqa: E501 + + Specifies the recipient's name. # noqa: E501 - :return: The name of this TemplateRole. + :return: The name of this TemplateRole. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this TemplateRole. - Specifies the recipient's name. + """Sets the name of this TemplateRole. + + Specifies the recipient's name. # noqa: E501 - :param name: The name of this TemplateRole. + :param name: The name of this TemplateRole. # noqa: E501 :type: str """ @@ -260,22 +291,22 @@ def name(self, name): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this TemplateRole. - + """Gets the recipient_signature_providers of this TemplateRole. # noqa: E501 + + # noqa: E501 - :return: The recipient_signature_providers of this TemplateRole. + :return: The recipient_signature_providers of this TemplateRole. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this TemplateRole. - + """Sets the recipient_signature_providers of this TemplateRole. - :param recipient_signature_providers: The recipient_signature_providers of this TemplateRole. + # noqa: E501 + + :param recipient_signature_providers: The recipient_signature_providers of this TemplateRole. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -283,22 +314,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def role_name(self): - """ - Gets the role_name of this TemplateRole. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this TemplateRole. # noqa: E501 - :return: The role_name of this TemplateRole. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this TemplateRole. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this TemplateRole. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this TemplateRole. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 - :param role_name: The role_name of this TemplateRole. + :param role_name: The role_name of this TemplateRole. # noqa: E501 :type: str """ @@ -306,22 +337,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this TemplateRole. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this TemplateRole. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :return: The routing_order of this TemplateRole. + :return: The routing_order of this TemplateRole. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this TemplateRole. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this TemplateRole. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 - :param routing_order: The routing_order of this TemplateRole. + :param routing_order: The routing_order of this TemplateRole. # noqa: E501 :type: str """ @@ -329,22 +360,22 @@ def routing_order(self, routing_order): @property def signing_group_id(self): - """ - Gets the signing_group_id of this TemplateRole. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this TemplateRole. # noqa: E501 - :return: The signing_group_id of this TemplateRole. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this TemplateRole. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this TemplateRole. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this TemplateRole. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 - :param signing_group_id: The signing_group_id of this TemplateRole. + :param signing_group_id: The signing_group_id of this TemplateRole. # noqa: E501 :type: str """ @@ -352,32 +383,30 @@ def signing_group_id(self, signing_group_id): @property def tabs(self): - """ - Gets the tabs of this TemplateRole. + """Gets the tabs of this TemplateRole. # noqa: E501 + - :return: The tabs of this TemplateRole. + :return: The tabs of this TemplateRole. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this TemplateRole. + """Sets the tabs of this TemplateRole. - :param tabs: The tabs of this TemplateRole. + + :param tabs: The tabs of this TemplateRole. # noqa: E501 :type: Tabs """ self._tabs = tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -394,29 +423,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateRole, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateRole): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_shared_item.py b/docusign_esign/models/template_shared_item.py index af75b89c..6b4a01ff 100644 --- a/docusign_esign/models/template_shared_item.py +++ b/docusign_esign/models/template_shared_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,72 +11,93 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateSharedItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, owner=None, password=None, shared=None, shared_groups=None, shared_users=None, template_id=None, template_name=None): - """ - TemplateSharedItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'owner': 'UserInfo', - 'password': 'str', - 'shared': 'str', - 'shared_groups': 'list[MemberGroupSharedItem]', - 'shared_users': 'list[UserSharedItem]', - 'template_id': 'str', - 'template_name': 'str' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'owner': 'owner', - 'password': 'password', - 'shared': 'shared', - 'shared_groups': 'sharedGroups', - 'shared_users': 'sharedUsers', - 'template_id': 'templateId', - 'template_name': 'templateName' - } - - self._error_details = error_details - self._owner = owner - self._password = password - self._shared = shared - self._shared_groups = shared_groups - self._shared_users = shared_users - self._template_id = template_id - self._template_name = template_name + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'owner': 'UserInfo', + 'password': 'str', + 'shared': 'str', + 'shared_groups': 'list[MemberGroupSharedItem]', + 'shared_users': 'list[UserSharedItem]', + 'template_id': 'str', + 'template_name': 'str' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'owner': 'owner', + 'password': 'password', + 'shared': 'shared', + 'shared_groups': 'sharedGroups', + 'shared_users': 'sharedUsers', + 'template_id': 'templateId', + 'template_name': 'templateName' + } + + def __init__(self, error_details=None, owner=None, password=None, shared=None, shared_groups=None, shared_users=None, template_id=None, template_name=None): # noqa: E501 + """TemplateSharedItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._owner = None + self._password = None + self._shared = None + self._shared_groups = None + self._shared_users = None + self._template_id = None + self._template_name = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if owner is not None: + self.owner = owner + if password is not None: + self.password = password + if shared is not None: + self.shared = shared + if shared_groups is not None: + self.shared_groups = shared_groups + if shared_users is not None: + self.shared_users = shared_users + if template_id is not None: + self.template_id = template_id + if template_name is not None: + self.template_name = template_name @property def error_details(self): - """ - Gets the error_details of this TemplateSharedItem. + """Gets the error_details of this TemplateSharedItem. # noqa: E501 - :return: The error_details of this TemplateSharedItem. + + :return: The error_details of this TemplateSharedItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TemplateSharedItem. + """Sets the error_details of this TemplateSharedItem. - :param error_details: The error_details of this TemplateSharedItem. + + :param error_details: The error_details of this TemplateSharedItem. # noqa: E501 :type: ErrorDetails """ @@ -84,20 +105,20 @@ def error_details(self, error_details): @property def owner(self): - """ - Gets the owner of this TemplateSharedItem. + """Gets the owner of this TemplateSharedItem. # noqa: E501 - :return: The owner of this TemplateSharedItem. + + :return: The owner of this TemplateSharedItem. # noqa: E501 :rtype: UserInfo """ return self._owner @owner.setter def owner(self, owner): - """ - Sets the owner of this TemplateSharedItem. + """Sets the owner of this TemplateSharedItem. - :param owner: The owner of this TemplateSharedItem. + + :param owner: The owner of this TemplateSharedItem. # noqa: E501 :type: UserInfo """ @@ -105,22 +126,22 @@ def owner(self, owner): @property def password(self): - """ - Gets the password of this TemplateSharedItem. - + """Gets the password of this TemplateSharedItem. # noqa: E501 - :return: The password of this TemplateSharedItem. + # noqa: E501 + + :return: The password of this TemplateSharedItem. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this TemplateSharedItem. - + """Sets the password of this TemplateSharedItem. - :param password: The password of this TemplateSharedItem. + # noqa: E501 + + :param password: The password of this TemplateSharedItem. # noqa: E501 :type: str """ @@ -128,22 +149,22 @@ def password(self, password): @property def shared(self): - """ - Gets the shared of this TemplateSharedItem. - When set to **true**, this custom tab is shared. + """Gets the shared of this TemplateSharedItem. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this TemplateSharedItem. + :return: The shared of this TemplateSharedItem. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this TemplateSharedItem. - When set to **true**, this custom tab is shared. + """Sets the shared of this TemplateSharedItem. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this TemplateSharedItem. + :param shared: The shared of this TemplateSharedItem. # noqa: E501 :type: str """ @@ -151,22 +172,22 @@ def shared(self, shared): @property def shared_groups(self): - """ - Gets the shared_groups of this TemplateSharedItem. - + """Gets the shared_groups of this TemplateSharedItem. # noqa: E501 + + # noqa: E501 - :return: The shared_groups of this TemplateSharedItem. + :return: The shared_groups of this TemplateSharedItem. # noqa: E501 :rtype: list[MemberGroupSharedItem] """ return self._shared_groups @shared_groups.setter def shared_groups(self, shared_groups): - """ - Sets the shared_groups of this TemplateSharedItem. - + """Sets the shared_groups of this TemplateSharedItem. + + # noqa: E501 - :param shared_groups: The shared_groups of this TemplateSharedItem. + :param shared_groups: The shared_groups of this TemplateSharedItem. # noqa: E501 :type: list[MemberGroupSharedItem] """ @@ -174,22 +195,22 @@ def shared_groups(self, shared_groups): @property def shared_users(self): - """ - Gets the shared_users of this TemplateSharedItem. - + """Gets the shared_users of this TemplateSharedItem. # noqa: E501 + + # noqa: E501 - :return: The shared_users of this TemplateSharedItem. + :return: The shared_users of this TemplateSharedItem. # noqa: E501 :rtype: list[UserSharedItem] """ return self._shared_users @shared_users.setter def shared_users(self, shared_users): - """ - Sets the shared_users of this TemplateSharedItem. - + """Sets the shared_users of this TemplateSharedItem. + + # noqa: E501 - :param shared_users: The shared_users of this TemplateSharedItem. + :param shared_users: The shared_users of this TemplateSharedItem. # noqa: E501 :type: list[UserSharedItem] """ @@ -197,22 +218,22 @@ def shared_users(self, shared_users): @property def template_id(self): - """ - Gets the template_id of this TemplateSharedItem. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this TemplateSharedItem. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this TemplateSharedItem. + :return: The template_id of this TemplateSharedItem. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this TemplateSharedItem. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this TemplateSharedItem. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this TemplateSharedItem. + :param template_id: The template_id of this TemplateSharedItem. # noqa: E501 :type: str """ @@ -220,34 +241,32 @@ def template_id(self, template_id): @property def template_name(self): - """ - Gets the template_name of this TemplateSharedItem. - + """Gets the template_name of this TemplateSharedItem. # noqa: E501 - :return: The template_name of this TemplateSharedItem. + # noqa: E501 + + :return: The template_name of this TemplateSharedItem. # noqa: E501 :rtype: str """ return self._template_name @template_name.setter def template_name(self, template_name): - """ - Sets the template_name of this TemplateSharedItem. - + """Sets the template_name of this TemplateSharedItem. - :param template_name: The template_name of this TemplateSharedItem. + # noqa: E501 + + :param template_name: The template_name of this TemplateSharedItem. # noqa: E501 :type: str """ self._template_name = template_name def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -264,29 +283,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateSharedItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateSharedItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_summary.py b/docusign_esign/models/template_summary.py index db950e3f..d7b68cec 100644 --- a/docusign_esign/models/template_summary.py +++ b/docusign_esign/models/template_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, applied=None, document_id=None, document_name=None, error_details=None, name=None, template_id=None, template_match=None, uri=None): - """ - TemplateSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'applied': 'str', - 'document_id': 'str', - 'document_name': 'str', - 'error_details': 'ErrorDetails', - 'name': 'str', - 'template_id': 'str', - 'template_match': 'TemplateMatch', - 'uri': 'str' - } - - self.attribute_map = { - 'applied': 'applied', - 'document_id': 'documentId', - 'document_name': 'documentName', - 'error_details': 'errorDetails', - 'name': 'name', - 'template_id': 'templateId', - 'template_match': 'templateMatch', - 'uri': 'uri' - } - - self._applied = applied - self._document_id = document_id - self._document_name = document_name - self._error_details = error_details - self._name = name - self._template_id = template_id - self._template_match = template_match - self._uri = uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'applied': 'str', + 'document_id': 'str', + 'document_name': 'str', + 'error_details': 'ErrorDetails', + 'name': 'str', + 'template_id': 'str', + 'template_match': 'TemplateMatch', + 'uri': 'str' + } + + attribute_map = { + 'applied': 'applied', + 'document_id': 'documentId', + 'document_name': 'documentName', + 'error_details': 'errorDetails', + 'name': 'name', + 'template_id': 'templateId', + 'template_match': 'templateMatch', + 'uri': 'uri' + } + + def __init__(self, applied=None, document_id=None, document_name=None, error_details=None, name=None, template_id=None, template_match=None, uri=None): # noqa: E501 + """TemplateSummary - a model defined in Swagger""" # noqa: E501 + + self._applied = None + self._document_id = None + self._document_name = None + self._error_details = None + self._name = None + self._template_id = None + self._template_match = None + self._uri = None + self.discriminator = None + + if applied is not None: + self.applied = applied + if document_id is not None: + self.document_id = document_id + if document_name is not None: + self.document_name = document_name + if error_details is not None: + self.error_details = error_details + if name is not None: + self.name = name + if template_id is not None: + self.template_id = template_id + if template_match is not None: + self.template_match = template_match + if uri is not None: + self.uri = uri @property def applied(self): - """ - Gets the applied of this TemplateSummary. - Reserved: TBD + """Gets the applied of this TemplateSummary. # noqa: E501 - :return: The applied of this TemplateSummary. + Reserved: TBD # noqa: E501 + + :return: The applied of this TemplateSummary. # noqa: E501 :rtype: str """ return self._applied @applied.setter def applied(self, applied): - """ - Sets the applied of this TemplateSummary. - Reserved: TBD + """Sets the applied of this TemplateSummary. - :param applied: The applied of this TemplateSummary. + Reserved: TBD # noqa: E501 + + :param applied: The applied of this TemplateSummary. # noqa: E501 :type: str """ @@ -86,22 +107,22 @@ def applied(self, applied): @property def document_id(self): - """ - Gets the document_id of this TemplateSummary. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this TemplateSummary. # noqa: E501 - :return: The document_id of this TemplateSummary. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this TemplateSummary. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this TemplateSummary. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this TemplateSummary. - :param document_id: The document_id of this TemplateSummary. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this TemplateSummary. # noqa: E501 :type: str """ @@ -109,22 +130,22 @@ def document_id(self, document_id): @property def document_name(self): - """ - Gets the document_name of this TemplateSummary. - + """Gets the document_name of this TemplateSummary. # noqa: E501 - :return: The document_name of this TemplateSummary. + # noqa: E501 + + :return: The document_name of this TemplateSummary. # noqa: E501 :rtype: str """ return self._document_name @document_name.setter def document_name(self, document_name): - """ - Sets the document_name of this TemplateSummary. - + """Sets the document_name of this TemplateSummary. - :param document_name: The document_name of this TemplateSummary. + # noqa: E501 + + :param document_name: The document_name of this TemplateSummary. # noqa: E501 :type: str """ @@ -132,20 +153,20 @@ def document_name(self, document_name): @property def error_details(self): - """ - Gets the error_details of this TemplateSummary. + """Gets the error_details of this TemplateSummary. # noqa: E501 + - :return: The error_details of this TemplateSummary. + :return: The error_details of this TemplateSummary. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TemplateSummary. + """Sets the error_details of this TemplateSummary. + - :param error_details: The error_details of this TemplateSummary. + :param error_details: The error_details of this TemplateSummary. # noqa: E501 :type: ErrorDetails """ @@ -153,22 +174,22 @@ def error_details(self, error_details): @property def name(self): - """ - Gets the name of this TemplateSummary. - + """Gets the name of this TemplateSummary. # noqa: E501 + + # noqa: E501 - :return: The name of this TemplateSummary. + :return: The name of this TemplateSummary. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this TemplateSummary. - + """Sets the name of this TemplateSummary. + + # noqa: E501 - :param name: The name of this TemplateSummary. + :param name: The name of this TemplateSummary. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def name(self, name): @property def template_id(self): - """ - Gets the template_id of this TemplateSummary. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Gets the template_id of this TemplateSummary. # noqa: E501 + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :return: The template_id of this TemplateSummary. + :return: The template_id of this TemplateSummary. # noqa: E501 :rtype: str """ return self._template_id @template_id.setter def template_id(self, template_id): - """ - Sets the template_id of this TemplateSummary. - The unique identifier of the template. If this is not provided, DocuSign will generate a value. + """Sets the template_id of this TemplateSummary. + + The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501 - :param template_id: The template_id of this TemplateSummary. + :param template_id: The template_id of this TemplateSummary. # noqa: E501 :type: str """ @@ -199,20 +220,20 @@ def template_id(self, template_id): @property def template_match(self): - """ - Gets the template_match of this TemplateSummary. + """Gets the template_match of this TemplateSummary. # noqa: E501 + - :return: The template_match of this TemplateSummary. + :return: The template_match of this TemplateSummary. # noqa: E501 :rtype: TemplateMatch """ return self._template_match @template_match.setter def template_match(self, template_match): - """ - Sets the template_match of this TemplateSummary. + """Sets the template_match of this TemplateSummary. + - :param template_match: The template_match of this TemplateSummary. + :param template_match: The template_match of this TemplateSummary. # noqa: E501 :type: TemplateMatch """ @@ -220,34 +241,32 @@ def template_match(self, template_match): @property def uri(self): - """ - Gets the uri of this TemplateSummary. - + """Gets the uri of this TemplateSummary. # noqa: E501 - :return: The uri of this TemplateSummary. + # noqa: E501 + + :return: The uri of this TemplateSummary. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this TemplateSummary. - + """Sets the uri of this TemplateSummary. - :param uri: The uri of this TemplateSummary. + # noqa: E501 + + :param uri: The uri of this TemplateSummary. # noqa: E501 :type: str """ self._uri = uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -264,29 +283,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_tabs.py b/docusign_esign/models/template_tabs.py index 972d6423..e7457c51 100644 --- a/docusign_esign/models/template_tabs.py +++ b/docusign_esign/models/template_tabs.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,143 +11,210 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateTabs(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, approve_tabs=None, checkbox_tabs=None, comment_thread_tabs=None, company_tabs=None, date_signed_tabs=None, date_tabs=None, decline_tabs=None, draw_tabs=None, email_address_tabs=None, email_tabs=None, envelope_id_tabs=None, first_name_tabs=None, formula_tabs=None, full_name_tabs=None, initial_here_tabs=None, last_name_tabs=None, list_tabs=None, notarize_tabs=None, note_tabs=None, number_tabs=None, poly_line_overlay_tabs=None, radio_group_tabs=None, signer_attachment_tabs=None, sign_here_tabs=None, smart_section_tabs=None, ssn_tabs=None, tab_groups=None, text_tabs=None, title_tabs=None, view_tabs=None, zip_tabs=None): - """ - TemplateTabs - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'approve_tabs': 'list[Approve]', - 'checkbox_tabs': 'list[Checkbox]', - 'comment_thread_tabs': 'list[CommentThread]', - 'company_tabs': 'list[Company]', - 'date_signed_tabs': 'list[DateSigned]', - 'date_tabs': 'list[Date]', - 'decline_tabs': 'list[Decline]', - 'draw_tabs': 'list[Draw]', - 'email_address_tabs': 'list[EmailAddress]', - 'email_tabs': 'list[Email]', - 'envelope_id_tabs': 'list[EnvelopeId]', - 'first_name_tabs': 'list[FirstName]', - 'formula_tabs': 'list[FormulaTab]', - 'full_name_tabs': 'list[FullName]', - 'initial_here_tabs': 'list[InitialHere]', - 'last_name_tabs': 'list[LastName]', - 'list_tabs': 'list[List]', - 'notarize_tabs': 'list[Notarize]', - 'note_tabs': 'list[Note]', - 'number_tabs': 'list[Number]', - 'poly_line_overlay_tabs': 'list[PolyLineOverlay]', - 'radio_group_tabs': 'list[RadioGroup]', - 'signer_attachment_tabs': 'list[SignerAttachment]', - 'sign_here_tabs': 'list[SignHere]', - 'smart_section_tabs': 'list[SmartSection]', - 'ssn_tabs': 'list[Ssn]', - 'tab_groups': 'list[TabGroup]', - 'text_tabs': 'list[Text]', - 'title_tabs': 'list[Title]', - 'view_tabs': 'list[View]', - 'zip_tabs': 'list[Zip]' - } - - self.attribute_map = { - 'approve_tabs': 'approveTabs', - 'checkbox_tabs': 'checkboxTabs', - 'comment_thread_tabs': 'commentThreadTabs', - 'company_tabs': 'companyTabs', - 'date_signed_tabs': 'dateSignedTabs', - 'date_tabs': 'dateTabs', - 'decline_tabs': 'declineTabs', - 'draw_tabs': 'drawTabs', - 'email_address_tabs': 'emailAddressTabs', - 'email_tabs': 'emailTabs', - 'envelope_id_tabs': 'envelopeIdTabs', - 'first_name_tabs': 'firstNameTabs', - 'formula_tabs': 'formulaTabs', - 'full_name_tabs': 'fullNameTabs', - 'initial_here_tabs': 'initialHereTabs', - 'last_name_tabs': 'lastNameTabs', - 'list_tabs': 'listTabs', - 'notarize_tabs': 'notarizeTabs', - 'note_tabs': 'noteTabs', - 'number_tabs': 'numberTabs', - 'poly_line_overlay_tabs': 'polyLineOverlayTabs', - 'radio_group_tabs': 'radioGroupTabs', - 'signer_attachment_tabs': 'signerAttachmentTabs', - 'sign_here_tabs': 'signHereTabs', - 'smart_section_tabs': 'smartSectionTabs', - 'ssn_tabs': 'ssnTabs', - 'tab_groups': 'tabGroups', - 'text_tabs': 'textTabs', - 'title_tabs': 'titleTabs', - 'view_tabs': 'viewTabs', - 'zip_tabs': 'zipTabs' - } - self._approve_tabs = approve_tabs - self._checkbox_tabs = checkbox_tabs - self._comment_thread_tabs = comment_thread_tabs - self._company_tabs = company_tabs - self._date_signed_tabs = date_signed_tabs - self._date_tabs = date_tabs - self._decline_tabs = decline_tabs - self._draw_tabs = draw_tabs - self._email_address_tabs = email_address_tabs - self._email_tabs = email_tabs - self._envelope_id_tabs = envelope_id_tabs - self._first_name_tabs = first_name_tabs - self._formula_tabs = formula_tabs - self._full_name_tabs = full_name_tabs - self._initial_here_tabs = initial_here_tabs - self._last_name_tabs = last_name_tabs - self._list_tabs = list_tabs - self._notarize_tabs = notarize_tabs - self._note_tabs = note_tabs - self._number_tabs = number_tabs - self._poly_line_overlay_tabs = poly_line_overlay_tabs - self._radio_group_tabs = radio_group_tabs - self._signer_attachment_tabs = signer_attachment_tabs - self._sign_here_tabs = sign_here_tabs - self._smart_section_tabs = smart_section_tabs - self._ssn_tabs = ssn_tabs - self._tab_groups = tab_groups - self._text_tabs = text_tabs - self._title_tabs = title_tabs - self._view_tabs = view_tabs - self._zip_tabs = zip_tabs + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'approve_tabs': 'list[Approve]', + 'checkbox_tabs': 'list[Checkbox]', + 'comment_thread_tabs': 'list[CommentThread]', + 'company_tabs': 'list[Company]', + 'date_signed_tabs': 'list[DateSigned]', + 'date_tabs': 'list[Date]', + 'decline_tabs': 'list[Decline]', + 'draw_tabs': 'list[Draw]', + 'email_address_tabs': 'list[EmailAddress]', + 'email_tabs': 'list[Email]', + 'envelope_id_tabs': 'list[EnvelopeId]', + 'first_name_tabs': 'list[FirstName]', + 'formula_tabs': 'list[FormulaTab]', + 'full_name_tabs': 'list[FullName]', + 'initial_here_tabs': 'list[InitialHere]', + 'last_name_tabs': 'list[LastName]', + 'list_tabs': 'list[List]', + 'notarize_tabs': 'list[Notarize]', + 'note_tabs': 'list[Note]', + 'number_tabs': 'list[Number]', + 'poly_line_overlay_tabs': 'list[PolyLineOverlay]', + 'radio_group_tabs': 'list[RadioGroup]', + 'signer_attachment_tabs': 'list[SignerAttachment]', + 'sign_here_tabs': 'list[SignHere]', + 'smart_section_tabs': 'list[SmartSection]', + 'ssn_tabs': 'list[Ssn]', + 'tab_groups': 'list[TabGroup]', + 'text_tabs': 'list[Text]', + 'title_tabs': 'list[Title]', + 'view_tabs': 'list[View]', + 'zip_tabs': 'list[Zip]' + } + + attribute_map = { + 'approve_tabs': 'approveTabs', + 'checkbox_tabs': 'checkboxTabs', + 'comment_thread_tabs': 'commentThreadTabs', + 'company_tabs': 'companyTabs', + 'date_signed_tabs': 'dateSignedTabs', + 'date_tabs': 'dateTabs', + 'decline_tabs': 'declineTabs', + 'draw_tabs': 'drawTabs', + 'email_address_tabs': 'emailAddressTabs', + 'email_tabs': 'emailTabs', + 'envelope_id_tabs': 'envelopeIdTabs', + 'first_name_tabs': 'firstNameTabs', + 'formula_tabs': 'formulaTabs', + 'full_name_tabs': 'fullNameTabs', + 'initial_here_tabs': 'initialHereTabs', + 'last_name_tabs': 'lastNameTabs', + 'list_tabs': 'listTabs', + 'notarize_tabs': 'notarizeTabs', + 'note_tabs': 'noteTabs', + 'number_tabs': 'numberTabs', + 'poly_line_overlay_tabs': 'polyLineOverlayTabs', + 'radio_group_tabs': 'radioGroupTabs', + 'signer_attachment_tabs': 'signerAttachmentTabs', + 'sign_here_tabs': 'signHereTabs', + 'smart_section_tabs': 'smartSectionTabs', + 'ssn_tabs': 'ssnTabs', + 'tab_groups': 'tabGroups', + 'text_tabs': 'textTabs', + 'title_tabs': 'titleTabs', + 'view_tabs': 'viewTabs', + 'zip_tabs': 'zipTabs' + } + + def __init__(self, approve_tabs=None, checkbox_tabs=None, comment_thread_tabs=None, company_tabs=None, date_signed_tabs=None, date_tabs=None, decline_tabs=None, draw_tabs=None, email_address_tabs=None, email_tabs=None, envelope_id_tabs=None, first_name_tabs=None, formula_tabs=None, full_name_tabs=None, initial_here_tabs=None, last_name_tabs=None, list_tabs=None, notarize_tabs=None, note_tabs=None, number_tabs=None, poly_line_overlay_tabs=None, radio_group_tabs=None, signer_attachment_tabs=None, sign_here_tabs=None, smart_section_tabs=None, ssn_tabs=None, tab_groups=None, text_tabs=None, title_tabs=None, view_tabs=None, zip_tabs=None): # noqa: E501 + """TemplateTabs - a model defined in Swagger""" # noqa: E501 + + self._approve_tabs = None + self._checkbox_tabs = None + self._comment_thread_tabs = None + self._company_tabs = None + self._date_signed_tabs = None + self._date_tabs = None + self._decline_tabs = None + self._draw_tabs = None + self._email_address_tabs = None + self._email_tabs = None + self._envelope_id_tabs = None + self._first_name_tabs = None + self._formula_tabs = None + self._full_name_tabs = None + self._initial_here_tabs = None + self._last_name_tabs = None + self._list_tabs = None + self._notarize_tabs = None + self._note_tabs = None + self._number_tabs = None + self._poly_line_overlay_tabs = None + self._radio_group_tabs = None + self._signer_attachment_tabs = None + self._sign_here_tabs = None + self._smart_section_tabs = None + self._ssn_tabs = None + self._tab_groups = None + self._text_tabs = None + self._title_tabs = None + self._view_tabs = None + self._zip_tabs = None + self.discriminator = None + + if approve_tabs is not None: + self.approve_tabs = approve_tabs + if checkbox_tabs is not None: + self.checkbox_tabs = checkbox_tabs + if comment_thread_tabs is not None: + self.comment_thread_tabs = comment_thread_tabs + if company_tabs is not None: + self.company_tabs = company_tabs + if date_signed_tabs is not None: + self.date_signed_tabs = date_signed_tabs + if date_tabs is not None: + self.date_tabs = date_tabs + if decline_tabs is not None: + self.decline_tabs = decline_tabs + if draw_tabs is not None: + self.draw_tabs = draw_tabs + if email_address_tabs is not None: + self.email_address_tabs = email_address_tabs + if email_tabs is not None: + self.email_tabs = email_tabs + if envelope_id_tabs is not None: + self.envelope_id_tabs = envelope_id_tabs + if first_name_tabs is not None: + self.first_name_tabs = first_name_tabs + if formula_tabs is not None: + self.formula_tabs = formula_tabs + if full_name_tabs is not None: + self.full_name_tabs = full_name_tabs + if initial_here_tabs is not None: + self.initial_here_tabs = initial_here_tabs + if last_name_tabs is not None: + self.last_name_tabs = last_name_tabs + if list_tabs is not None: + self.list_tabs = list_tabs + if notarize_tabs is not None: + self.notarize_tabs = notarize_tabs + if note_tabs is not None: + self.note_tabs = note_tabs + if number_tabs is not None: + self.number_tabs = number_tabs + if poly_line_overlay_tabs is not None: + self.poly_line_overlay_tabs = poly_line_overlay_tabs + if radio_group_tabs is not None: + self.radio_group_tabs = radio_group_tabs + if signer_attachment_tabs is not None: + self.signer_attachment_tabs = signer_attachment_tabs + if sign_here_tabs is not None: + self.sign_here_tabs = sign_here_tabs + if smart_section_tabs is not None: + self.smart_section_tabs = smart_section_tabs + if ssn_tabs is not None: + self.ssn_tabs = ssn_tabs + if tab_groups is not None: + self.tab_groups = tab_groups + if text_tabs is not None: + self.text_tabs = text_tabs + if title_tabs is not None: + self.title_tabs = title_tabs + if view_tabs is not None: + self.view_tabs = view_tabs + if zip_tabs is not None: + self.zip_tabs = zip_tabs @property def approve_tabs(self): - """ - Gets the approve_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. + """Gets the approve_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. # noqa: E501 - :return: The approve_tabs of this TemplateTabs. + :return: The approve_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Approve] """ return self._approve_tabs @approve_tabs.setter def approve_tabs(self, approve_tabs): - """ - Sets the approve_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. + """Sets the approve_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history. # noqa: E501 - :param approve_tabs: The approve_tabs of this TemplateTabs. + :param approve_tabs: The approve_tabs of this TemplateTabs. # noqa: E501 :type: list[Approve] """ @@ -155,22 +222,22 @@ def approve_tabs(self, approve_tabs): @property def checkbox_tabs(self): - """ - Gets the checkbox_tabs of this TemplateTabs. - Specifies a tag on the document in a location where the recipient can select an option. + """Gets the checkbox_tabs of this TemplateTabs. # noqa: E501 - :return: The checkbox_tabs of this TemplateTabs. + Specifies a tag on the document in a location where the recipient can select an option. # noqa: E501 + + :return: The checkbox_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Checkbox] """ return self._checkbox_tabs @checkbox_tabs.setter def checkbox_tabs(self, checkbox_tabs): - """ - Sets the checkbox_tabs of this TemplateTabs. - Specifies a tag on the document in a location where the recipient can select an option. + """Sets the checkbox_tabs of this TemplateTabs. - :param checkbox_tabs: The checkbox_tabs of this TemplateTabs. + Specifies a tag on the document in a location where the recipient can select an option. # noqa: E501 + + :param checkbox_tabs: The checkbox_tabs of this TemplateTabs. # noqa: E501 :type: list[Checkbox] """ @@ -178,22 +245,22 @@ def checkbox_tabs(self, checkbox_tabs): @property def comment_thread_tabs(self): - """ - Gets the comment_thread_tabs of this TemplateTabs. - + """Gets the comment_thread_tabs of this TemplateTabs. # noqa: E501 + + # noqa: E501 - :return: The comment_thread_tabs of this TemplateTabs. + :return: The comment_thread_tabs of this TemplateTabs. # noqa: E501 :rtype: list[CommentThread] """ return self._comment_thread_tabs @comment_thread_tabs.setter def comment_thread_tabs(self, comment_thread_tabs): - """ - Sets the comment_thread_tabs of this TemplateTabs. - + """Sets the comment_thread_tabs of this TemplateTabs. + + # noqa: E501 - :param comment_thread_tabs: The comment_thread_tabs of this TemplateTabs. + :param comment_thread_tabs: The comment_thread_tabs of this TemplateTabs. # noqa: E501 :type: list[CommentThread] """ @@ -201,22 +268,22 @@ def comment_thread_tabs(self, comment_thread_tabs): @property def company_tabs(self): - """ - Gets the company_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the company_tabs of this TemplateTabs. # noqa: E501 - :return: The company_tabs of this TemplateTabs. + Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :return: The company_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Company] """ return self._company_tabs @company_tabs.setter def company_tabs(self, company_tabs): - """ - Sets the company_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the company_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient's company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param company_tabs: The company_tabs of this TemplateTabs. + :param company_tabs: The company_tabs of this TemplateTabs. # noqa: E501 :type: list[Company] """ @@ -224,22 +291,22 @@ def company_tabs(self, company_tabs): @property def date_signed_tabs(self): - """ - Gets the date_signed_tabs of this TemplateTabs. - Specifies a tab on the document where the date the document was signed will automatically appear. + """Gets the date_signed_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tab on the document where the date the document was signed will automatically appear. # noqa: E501 - :return: The date_signed_tabs of this TemplateTabs. + :return: The date_signed_tabs of this TemplateTabs. # noqa: E501 :rtype: list[DateSigned] """ return self._date_signed_tabs @date_signed_tabs.setter def date_signed_tabs(self, date_signed_tabs): - """ - Sets the date_signed_tabs of this TemplateTabs. - Specifies a tab on the document where the date the document was signed will automatically appear. + """Sets the date_signed_tabs of this TemplateTabs. + + Specifies a tab on the document where the date the document was signed will automatically appear. # noqa: E501 - :param date_signed_tabs: The date_signed_tabs of this TemplateTabs. + :param date_signed_tabs: The date_signed_tabs of this TemplateTabs. # noqa: E501 :type: list[DateSigned] """ @@ -247,22 +314,22 @@ def date_signed_tabs(self, date_signed_tabs): @property def date_tabs(self): - """ - Gets the date_tabs of this TemplateTabs. - Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. + """Gets the date_tabs of this TemplateTabs. # noqa: E501 - :return: The date_tabs of this TemplateTabs. + Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. # noqa: E501 + + :return: The date_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Date] """ return self._date_tabs @date_tabs.setter def date_tabs(self, date_tabs): - """ - Sets the date_tabs of this TemplateTabs. - Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. + """Sets the date_tabs of this TemplateTabs. + + Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format. # noqa: E501 - :param date_tabs: The date_tabs of this TemplateTabs. + :param date_tabs: The date_tabs of this TemplateTabs. # noqa: E501 :type: list[Date] """ @@ -270,22 +337,22 @@ def date_tabs(self, date_tabs): @property def decline_tabs(self): - """ - Gets the decline_tabs of this TemplateTabs. - Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. + """Gets the decline_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. # noqa: E501 - :return: The decline_tabs of this TemplateTabs. + :return: The decline_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Decline] """ return self._decline_tabs @decline_tabs.setter def decline_tabs(self, decline_tabs): - """ - Sets the decline_tabs of this TemplateTabs. - Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. + """Sets the decline_tabs of this TemplateTabs. - :param decline_tabs: The decline_tabs of this TemplateTabs. + Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided. # noqa: E501 + + :param decline_tabs: The decline_tabs of this TemplateTabs. # noqa: E501 :type: list[Decline] """ @@ -293,22 +360,22 @@ def decline_tabs(self, decline_tabs): @property def draw_tabs(self): - """ - Gets the draw_tabs of this TemplateTabs. - + """Gets the draw_tabs of this TemplateTabs. # noqa: E501 - :return: The draw_tabs of this TemplateTabs. + # noqa: E501 + + :return: The draw_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Draw] """ return self._draw_tabs @draw_tabs.setter def draw_tabs(self, draw_tabs): - """ - Sets the draw_tabs of this TemplateTabs. - + """Sets the draw_tabs of this TemplateTabs. + + # noqa: E501 - :param draw_tabs: The draw_tabs of this TemplateTabs. + :param draw_tabs: The draw_tabs of this TemplateTabs. # noqa: E501 :type: list[Draw] """ @@ -316,22 +383,22 @@ def draw_tabs(self, draw_tabs): @property def email_address_tabs(self): - """ - Gets the email_address_tabs of this TemplateTabs. - Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. + """Gets the email_address_tabs of this TemplateTabs. # noqa: E501 + + Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. # noqa: E501 - :return: The email_address_tabs of this TemplateTabs. + :return: The email_address_tabs of this TemplateTabs. # noqa: E501 :rtype: list[EmailAddress] """ return self._email_address_tabs @email_address_tabs.setter def email_address_tabs(self, email_address_tabs): - """ - Sets the email_address_tabs of this TemplateTabs. - Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. + """Sets the email_address_tabs of this TemplateTabs. - :param email_address_tabs: The email_address_tabs of this TemplateTabs. + Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display. # noqa: E501 + + :param email_address_tabs: The email_address_tabs of this TemplateTabs. # noqa: E501 :type: list[EmailAddress] """ @@ -339,22 +406,22 @@ def email_address_tabs(self, email_address_tabs): @property def email_tabs(self): - """ - Gets the email_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the email_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The email_tabs of this TemplateTabs. + :return: The email_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Email] """ return self._email_tabs @email_tabs.setter def email_tabs(self, email_tabs): - """ - Sets the email_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the email_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. xxx@yyy.zzz) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param email_tabs: The email_tabs of this TemplateTabs. + :param email_tabs: The email_tabs of this TemplateTabs. # noqa: E501 :type: list[Email] """ @@ -362,22 +429,22 @@ def email_tabs(self, email_tabs): @property def envelope_id_tabs(self): - """ - Gets the envelope_id_tabs of this TemplateTabs. - Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. + """Gets the envelope_id_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. # noqa: E501 - :return: The envelope_id_tabs of this TemplateTabs. + :return: The envelope_id_tabs of this TemplateTabs. # noqa: E501 :rtype: list[EnvelopeId] """ return self._envelope_id_tabs @envelope_id_tabs.setter def envelope_id_tabs(self, envelope_id_tabs): - """ - Sets the envelope_id_tabs of this TemplateTabs. - Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. + """Sets the envelope_id_tabs of this TemplateTabs. - :param envelope_id_tabs: The envelope_id_tabs of this TemplateTabs. + Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only. # noqa: E501 + + :param envelope_id_tabs: The envelope_id_tabs of this TemplateTabs. # noqa: E501 :type: list[EnvelopeId] """ @@ -385,22 +452,22 @@ def envelope_id_tabs(self, envelope_id_tabs): @property def first_name_tabs(self): - """ - Gets the first_name_tabs of this TemplateTabs. - Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. + """Gets the first_name_tabs of this TemplateTabs. # noqa: E501 - :return: The first_name_tabs of this TemplateTabs. + Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. # noqa: E501 + + :return: The first_name_tabs of this TemplateTabs. # noqa: E501 :rtype: list[FirstName] """ return self._first_name_tabs @first_name_tabs.setter def first_name_tabs(self, first_name_tabs): - """ - Sets the first_name_tabs of this TemplateTabs. - Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. + """Sets the first_name_tabs of this TemplateTabs. + + Specifies tag on a document where you want the recipient's first name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name. # noqa: E501 - :param first_name_tabs: The first_name_tabs of this TemplateTabs. + :param first_name_tabs: The first_name_tabs of this TemplateTabs. # noqa: E501 :type: list[FirstName] """ @@ -408,22 +475,22 @@ def first_name_tabs(self, first_name_tabs): @property def formula_tabs(self): - """ - Gets the formula_tabs of this TemplateTabs. - Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. + """Gets the formula_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. # noqa: E501 - :return: The formula_tabs of this TemplateTabs. + :return: The formula_tabs of this TemplateTabs. # noqa: E501 :rtype: list[FormulaTab] """ return self._formula_tabs @formula_tabs.setter def formula_tabs(self, formula_tabs): - """ - Sets the formula_tabs of this TemplateTabs. - Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. + """Sets the formula_tabs of this TemplateTabs. + + Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the \"formula\" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas. # noqa: E501 - :param formula_tabs: The formula_tabs of this TemplateTabs. + :param formula_tabs: The formula_tabs of this TemplateTabs. # noqa: E501 :type: list[FormulaTab] """ @@ -431,22 +498,22 @@ def formula_tabs(self, formula_tabs): @property def full_name_tabs(self): - """ - Gets the full_name_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's name to appear. + """Gets the full_name_tabs of this TemplateTabs. # noqa: E501 - :return: The full_name_tabs of this TemplateTabs. + Specifies a tag on the document where you want the recipient's name to appear. # noqa: E501 + + :return: The full_name_tabs of this TemplateTabs. # noqa: E501 :rtype: list[FullName] """ return self._full_name_tabs @full_name_tabs.setter def full_name_tabs(self, full_name_tabs): - """ - Sets the full_name_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's name to appear. + """Sets the full_name_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient's name to appear. # noqa: E501 - :param full_name_tabs: The full_name_tabs of this TemplateTabs. + :param full_name_tabs: The full_name_tabs of this TemplateTabs. # noqa: E501 :type: list[FullName] """ @@ -454,22 +521,22 @@ def full_name_tabs(self, full_name_tabs): @property def initial_here_tabs(self): - """ - Gets the initial_here_tabs of this TemplateTabs. - Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. + """Gets the initial_here_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. # noqa: E501 - :return: The initial_here_tabs of this TemplateTabs. + :return: The initial_here_tabs of this TemplateTabs. # noqa: E501 :rtype: list[InitialHere] """ return self._initial_here_tabs @initial_here_tabs.setter def initial_here_tabs(self, initial_here_tabs): - """ - Sets the initial_here_tabs of this TemplateTabs. - Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. + """Sets the initial_here_tabs of this TemplateTabs. - :param initial_here_tabs: The initial_here_tabs of this TemplateTabs. + Specifies a tag location in the document at which a recipient will place their initials. The `optional` parameter specifies whether the initials are required or optional. # noqa: E501 + + :param initial_here_tabs: The initial_here_tabs of this TemplateTabs. # noqa: E501 :type: list[InitialHere] """ @@ -477,22 +544,22 @@ def initial_here_tabs(self, initial_here_tabs): @property def last_name_tabs(self): - """ - Gets the last_name_tabs of this TemplateTabs. - Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. + """Gets the last_name_tabs of this TemplateTabs. # noqa: E501 - :return: The last_name_tabs of this TemplateTabs. + Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. # noqa: E501 + + :return: The last_name_tabs of this TemplateTabs. # noqa: E501 :rtype: list[LastName] """ return self._last_name_tabs @last_name_tabs.setter def last_name_tabs(self, last_name_tabs): - """ - Sets the last_name_tabs of this TemplateTabs. - Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. + """Sets the last_name_tabs of this TemplateTabs. + + Specifies a tag on a document where you want the recipient's last name to appear. This tag takes the recipient's name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name. # noqa: E501 - :param last_name_tabs: The last_name_tabs of this TemplateTabs. + :param last_name_tabs: The last_name_tabs of this TemplateTabs. # noqa: E501 :type: list[LastName] """ @@ -500,22 +567,22 @@ def last_name_tabs(self, last_name_tabs): @property def list_tabs(self): - """ - Gets the list_tabs of this TemplateTabs. - Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. + """Gets the list_tabs of this TemplateTabs. # noqa: E501 + + Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. # noqa: E501 - :return: The list_tabs of this TemplateTabs. + :return: The list_tabs of this TemplateTabs. # noqa: E501 :rtype: list[List] """ return self._list_tabs @list_tabs.setter def list_tabs(self, list_tabs): - """ - Sets the list_tabs of this TemplateTabs. - Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. + """Sets the list_tabs of this TemplateTabs. - :param list_tabs: The list_tabs of this TemplateTabs. + Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select. # noqa: E501 + + :param list_tabs: The list_tabs of this TemplateTabs. # noqa: E501 :type: list[List] """ @@ -523,22 +590,22 @@ def list_tabs(self, list_tabs): @property def notarize_tabs(self): - """ - Gets the notarize_tabs of this TemplateTabs. - + """Gets the notarize_tabs of this TemplateTabs. # noqa: E501 + + # noqa: E501 - :return: The notarize_tabs of this TemplateTabs. + :return: The notarize_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Notarize] """ return self._notarize_tabs @notarize_tabs.setter def notarize_tabs(self, notarize_tabs): - """ - Sets the notarize_tabs of this TemplateTabs. - + """Sets the notarize_tabs of this TemplateTabs. + + # noqa: E501 - :param notarize_tabs: The notarize_tabs of this TemplateTabs. + :param notarize_tabs: The notarize_tabs of this TemplateTabs. # noqa: E501 :type: list[Notarize] """ @@ -546,22 +613,22 @@ def notarize_tabs(self, notarize_tabs): @property def note_tabs(self): - """ - Gets the note_tabs of this TemplateTabs. - Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. + """Gets the note_tabs of this TemplateTabs. # noqa: E501 + + Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. # noqa: E501 - :return: The note_tabs of this TemplateTabs. + :return: The note_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Note] """ return self._note_tabs @note_tabs.setter def note_tabs(self, note_tabs): - """ - Sets the note_tabs of this TemplateTabs. - Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. + """Sets the note_tabs of this TemplateTabs. - :param note_tabs: The note_tabs of this TemplateTabs. + Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient. # noqa: E501 + + :param note_tabs: The note_tabs of this TemplateTabs. # noqa: E501 :type: list[Note] """ @@ -569,22 +636,22 @@ def note_tabs(self, note_tabs): @property def number_tabs(self): - """ - Gets the number_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the number_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The number_tabs of this TemplateTabs. + :return: The number_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Number] """ return self._number_tabs @number_tabs.setter def number_tabs(self, number_tabs): - """ - Sets the number_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the number_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param number_tabs: The number_tabs of this TemplateTabs. + :param number_tabs: The number_tabs of this TemplateTabs. # noqa: E501 :type: list[Number] """ @@ -592,22 +659,22 @@ def number_tabs(self, number_tabs): @property def poly_line_overlay_tabs(self): - """ - Gets the poly_line_overlay_tabs of this TemplateTabs. - + """Gets the poly_line_overlay_tabs of this TemplateTabs. # noqa: E501 - :return: The poly_line_overlay_tabs of this TemplateTabs. + # noqa: E501 + + :return: The poly_line_overlay_tabs of this TemplateTabs. # noqa: E501 :rtype: list[PolyLineOverlay] """ return self._poly_line_overlay_tabs @poly_line_overlay_tabs.setter def poly_line_overlay_tabs(self, poly_line_overlay_tabs): - """ - Sets the poly_line_overlay_tabs of this TemplateTabs. - + """Sets the poly_line_overlay_tabs of this TemplateTabs. - :param poly_line_overlay_tabs: The poly_line_overlay_tabs of this TemplateTabs. + # noqa: E501 + + :param poly_line_overlay_tabs: The poly_line_overlay_tabs of this TemplateTabs. # noqa: E501 :type: list[PolyLineOverlay] """ @@ -615,22 +682,22 @@ def poly_line_overlay_tabs(self, poly_line_overlay_tabs): @property def radio_group_tabs(self): - """ - Gets the radio_group_tabs of this TemplateTabs. - Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. + """Gets the radio_group_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. # noqa: E501 - :return: The radio_group_tabs of this TemplateTabs. + :return: The radio_group_tabs of this TemplateTabs. # noqa: E501 :rtype: list[RadioGroup] """ return self._radio_group_tabs @radio_group_tabs.setter def radio_group_tabs(self, radio_group_tabs): - """ - Sets the radio_group_tabs of this TemplateTabs. - Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. + """Sets the radio_group_tabs of this TemplateTabs. + + Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document. # noqa: E501 - :param radio_group_tabs: The radio_group_tabs of this TemplateTabs. + :param radio_group_tabs: The radio_group_tabs of this TemplateTabs. # noqa: E501 :type: list[RadioGroup] """ @@ -638,22 +705,22 @@ def radio_group_tabs(self, radio_group_tabs): @property def signer_attachment_tabs(self): - """ - Gets the signer_attachment_tabs of this TemplateTabs. - Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. + """Gets the signer_attachment_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. # noqa: E501 - :return: The signer_attachment_tabs of this TemplateTabs. + :return: The signer_attachment_tabs of this TemplateTabs. # noqa: E501 :rtype: list[SignerAttachment] """ return self._signer_attachment_tabs @signer_attachment_tabs.setter def signer_attachment_tabs(self, signer_attachment_tabs): - """ - Sets the signer_attachment_tabs of this TemplateTabs. - Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. + """Sets the signer_attachment_tabs of this TemplateTabs. - :param signer_attachment_tabs: The signer_attachment_tabs of this TemplateTabs. + Specifies a tag on the document when you want the recipient to add supporting documents to an envelope. # noqa: E501 + + :param signer_attachment_tabs: The signer_attachment_tabs of this TemplateTabs. # noqa: E501 :type: list[SignerAttachment] """ @@ -661,22 +728,22 @@ def signer_attachment_tabs(self, signer_attachment_tabs): @property def sign_here_tabs(self): - """ - Gets the sign_here_tabs of this TemplateTabs. - A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. + """Gets the sign_here_tabs of this TemplateTabs. # noqa: E501 - :return: The sign_here_tabs of this TemplateTabs. + A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. # noqa: E501 + + :return: The sign_here_tabs of this TemplateTabs. # noqa: E501 :rtype: list[SignHere] """ return self._sign_here_tabs @sign_here_tabs.setter def sign_here_tabs(self, sign_here_tabs): - """ - Sets the sign_here_tabs of this TemplateTabs. - A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. + """Sets the sign_here_tabs of this TemplateTabs. + + A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The \"optional\" parameter sets if the signature is required or optional. # noqa: E501 - :param sign_here_tabs: The sign_here_tabs of this TemplateTabs. + :param sign_here_tabs: The sign_here_tabs of this TemplateTabs. # noqa: E501 :type: list[SignHere] """ @@ -684,22 +751,22 @@ def sign_here_tabs(self, sign_here_tabs): @property def smart_section_tabs(self): - """ - Gets the smart_section_tabs of this TemplateTabs. - + """Gets the smart_section_tabs of this TemplateTabs. # noqa: E501 + + # noqa: E501 - :return: The smart_section_tabs of this TemplateTabs. + :return: The smart_section_tabs of this TemplateTabs. # noqa: E501 :rtype: list[SmartSection] """ return self._smart_section_tabs @smart_section_tabs.setter def smart_section_tabs(self, smart_section_tabs): - """ - Sets the smart_section_tabs of this TemplateTabs. - + """Sets the smart_section_tabs of this TemplateTabs. - :param smart_section_tabs: The smart_section_tabs of this TemplateTabs. + # noqa: E501 + + :param smart_section_tabs: The smart_section_tabs of this TemplateTabs. # noqa: E501 :type: list[SmartSection] """ @@ -707,22 +774,22 @@ def smart_section_tabs(self, smart_section_tabs): @property def ssn_tabs(self): - """ - Gets the ssn_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the ssn_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The ssn_tabs of this TemplateTabs. + :return: The ssn_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Ssn] """ return self._ssn_tabs @ssn_tabs.setter def ssn_tabs(self, ssn_tabs): - """ - Sets the ssn_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the ssn_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param ssn_tabs: The ssn_tabs of this TemplateTabs. + :param ssn_tabs: The ssn_tabs of this TemplateTabs. # noqa: E501 :type: list[Ssn] """ @@ -730,22 +797,22 @@ def ssn_tabs(self, ssn_tabs): @property def tab_groups(self): - """ - Gets the tab_groups of this TemplateTabs. - + """Gets the tab_groups of this TemplateTabs. # noqa: E501 + + # noqa: E501 - :return: The tab_groups of this TemplateTabs. + :return: The tab_groups of this TemplateTabs. # noqa: E501 :rtype: list[TabGroup] """ return self._tab_groups @tab_groups.setter def tab_groups(self, tab_groups): - """ - Sets the tab_groups of this TemplateTabs. - + """Sets the tab_groups of this TemplateTabs. - :param tab_groups: The tab_groups of this TemplateTabs. + # noqa: E501 + + :param tab_groups: The tab_groups of this TemplateTabs. # noqa: E501 :type: list[TabGroup] """ @@ -753,22 +820,22 @@ def tab_groups(self, tab_groups): @property def text_tabs(self): - """ - Gets the text_tabs of this TemplateTabs. - Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the text_tabs of this TemplateTabs. # noqa: E501 - :return: The text_tabs of this TemplateTabs. + Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :return: The text_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Text] """ return self._text_tabs @text_tabs.setter def text_tabs(self, text_tabs): - """ - Sets the text_tabs of this TemplateTabs. - Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the text_tabs of this TemplateTabs. + + Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param text_tabs: The text_tabs of this TemplateTabs. + :param text_tabs: The text_tabs of this TemplateTabs. # noqa: E501 :type: list[Text] """ @@ -776,22 +843,22 @@ def text_tabs(self, text_tabs): @property def title_tabs(self): - """ - Gets the title_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the title_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The title_tabs of this TemplateTabs. + :return: The title_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Title] """ return self._title_tabs @title_tabs.setter def title_tabs(self, title_tabs): - """ - Sets the title_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the title_tabs of this TemplateTabs. + + Specifies a tag on the document where you want the recipient's title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :param title_tabs: The title_tabs of this TemplateTabs. + :param title_tabs: The title_tabs of this TemplateTabs. # noqa: E501 :type: list[Title] """ @@ -799,22 +866,22 @@ def title_tabs(self, title_tabs): @property def view_tabs(self): - """ - Gets the view_tabs of this TemplateTabs. - + """Gets the view_tabs of this TemplateTabs. # noqa: E501 - :return: The view_tabs of this TemplateTabs. + # noqa: E501 + + :return: The view_tabs of this TemplateTabs. # noqa: E501 :rtype: list[View] """ return self._view_tabs @view_tabs.setter def view_tabs(self, view_tabs): - """ - Sets the view_tabs of this TemplateTabs. - + """Sets the view_tabs of this TemplateTabs. + + # noqa: E501 - :param view_tabs: The view_tabs of this TemplateTabs. + :param view_tabs: The view_tabs of this TemplateTabs. # noqa: E501 :type: list[View] """ @@ -822,34 +889,32 @@ def view_tabs(self, view_tabs): @property def zip_tabs(self): - """ - Gets the zip_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Gets the zip_tabs of this TemplateTabs. # noqa: E501 + + Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 - :return: The zip_tabs of this TemplateTabs. + :return: The zip_tabs of this TemplateTabs. # noqa: E501 :rtype: list[Zip] """ return self._zip_tabs @zip_tabs.setter def zip_tabs(self, zip_tabs): - """ - Sets the zip_tabs of this TemplateTabs. - Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. + """Sets the zip_tabs of this TemplateTabs. - :param zip_tabs: The zip_tabs of this TemplateTabs. + Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response. # noqa: E501 + + :param zip_tabs: The zip_tabs of this TemplateTabs. # noqa: E501 :type: list[Zip] """ self._zip_tabs = zip_tabs def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -866,29 +931,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateTabs, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateTabs): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/template_update_summary.py b/docusign_esign/models/template_update_summary.py index 4731ccb6..9fd9e1cf 100644 --- a/docusign_esign/models/template_update_summary.py +++ b/docusign_esign/models/template_update_summary.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,75 +11,98 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TemplateUpdateSummary(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, list_custom_field_update_results=None, lock_information=None, purge_state=None, recipient_update_results=None, tab_update_results=None, text_custom_field_update_results=None): - """ - TemplateUpdateSummary - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'bulk_envelope_status': 'BulkEnvelopeStatus', - 'envelope_id': 'str', - 'error_details': 'ErrorDetails', - 'list_custom_field_update_results': 'list[ListCustomField]', - 'lock_information': 'LockInformation', - 'purge_state': 'str', - 'recipient_update_results': 'list[RecipientUpdateResponse]', - 'tab_update_results': 'Tabs', - 'text_custom_field_update_results': 'list[TextCustomField]' - } - - self.attribute_map = { - 'bulk_envelope_status': 'bulkEnvelopeStatus', - 'envelope_id': 'envelopeId', - 'error_details': 'errorDetails', - 'list_custom_field_update_results': 'listCustomFieldUpdateResults', - 'lock_information': 'lockInformation', - 'purge_state': 'purgeState', - 'recipient_update_results': 'recipientUpdateResults', - 'tab_update_results': 'tabUpdateResults', - 'text_custom_field_update_results': 'textCustomFieldUpdateResults' - } - - self._bulk_envelope_status = bulk_envelope_status - self._envelope_id = envelope_id - self._error_details = error_details - self._list_custom_field_update_results = list_custom_field_update_results - self._lock_information = lock_information - self._purge_state = purge_state - self._recipient_update_results = recipient_update_results - self._tab_update_results = tab_update_results - self._text_custom_field_update_results = text_custom_field_update_results + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'bulk_envelope_status': 'BulkEnvelopeStatus', + 'envelope_id': 'str', + 'error_details': 'ErrorDetails', + 'list_custom_field_update_results': 'list[ListCustomField]', + 'lock_information': 'LockInformation', + 'purge_state': 'str', + 'recipient_update_results': 'list[RecipientUpdateResponse]', + 'tab_update_results': 'Tabs', + 'text_custom_field_update_results': 'list[TextCustomField]' + } + + attribute_map = { + 'bulk_envelope_status': 'bulkEnvelopeStatus', + 'envelope_id': 'envelopeId', + 'error_details': 'errorDetails', + 'list_custom_field_update_results': 'listCustomFieldUpdateResults', + 'lock_information': 'lockInformation', + 'purge_state': 'purgeState', + 'recipient_update_results': 'recipientUpdateResults', + 'tab_update_results': 'tabUpdateResults', + 'text_custom_field_update_results': 'textCustomFieldUpdateResults' + } + + def __init__(self, bulk_envelope_status=None, envelope_id=None, error_details=None, list_custom_field_update_results=None, lock_information=None, purge_state=None, recipient_update_results=None, tab_update_results=None, text_custom_field_update_results=None): # noqa: E501 + """TemplateUpdateSummary - a model defined in Swagger""" # noqa: E501 + + self._bulk_envelope_status = None + self._envelope_id = None + self._error_details = None + self._list_custom_field_update_results = None + self._lock_information = None + self._purge_state = None + self._recipient_update_results = None + self._tab_update_results = None + self._text_custom_field_update_results = None + self.discriminator = None + + if bulk_envelope_status is not None: + self.bulk_envelope_status = bulk_envelope_status + if envelope_id is not None: + self.envelope_id = envelope_id + if error_details is not None: + self.error_details = error_details + if list_custom_field_update_results is not None: + self.list_custom_field_update_results = list_custom_field_update_results + if lock_information is not None: + self.lock_information = lock_information + if purge_state is not None: + self.purge_state = purge_state + if recipient_update_results is not None: + self.recipient_update_results = recipient_update_results + if tab_update_results is not None: + self.tab_update_results = tab_update_results + if text_custom_field_update_results is not None: + self.text_custom_field_update_results = text_custom_field_update_results @property def bulk_envelope_status(self): - """ - Gets the bulk_envelope_status of this TemplateUpdateSummary. + """Gets the bulk_envelope_status of this TemplateUpdateSummary. # noqa: E501 - :return: The bulk_envelope_status of this TemplateUpdateSummary. + + :return: The bulk_envelope_status of this TemplateUpdateSummary. # noqa: E501 :rtype: BulkEnvelopeStatus """ return self._bulk_envelope_status @bulk_envelope_status.setter def bulk_envelope_status(self, bulk_envelope_status): - """ - Sets the bulk_envelope_status of this TemplateUpdateSummary. + """Sets the bulk_envelope_status of this TemplateUpdateSummary. - :param bulk_envelope_status: The bulk_envelope_status of this TemplateUpdateSummary. + + :param bulk_envelope_status: The bulk_envelope_status of this TemplateUpdateSummary. # noqa: E501 :type: BulkEnvelopeStatus """ @@ -87,22 +110,22 @@ def bulk_envelope_status(self, bulk_envelope_status): @property def envelope_id(self): - """ - Gets the envelope_id of this TemplateUpdateSummary. - The envelope ID of the envelope status that failed to post. + """Gets the envelope_id of this TemplateUpdateSummary. # noqa: E501 - :return: The envelope_id of this TemplateUpdateSummary. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this TemplateUpdateSummary. # noqa: E501 :rtype: str """ return self._envelope_id @envelope_id.setter def envelope_id(self, envelope_id): - """ - Sets the envelope_id of this TemplateUpdateSummary. - The envelope ID of the envelope status that failed to post. + """Sets the envelope_id of this TemplateUpdateSummary. - :param envelope_id: The envelope_id of this TemplateUpdateSummary. + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this TemplateUpdateSummary. # noqa: E501 :type: str """ @@ -110,20 +133,20 @@ def envelope_id(self, envelope_id): @property def error_details(self): - """ - Gets the error_details of this TemplateUpdateSummary. + """Gets the error_details of this TemplateUpdateSummary. # noqa: E501 - :return: The error_details of this TemplateUpdateSummary. + + :return: The error_details of this TemplateUpdateSummary. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TemplateUpdateSummary. + """Sets the error_details of this TemplateUpdateSummary. - :param error_details: The error_details of this TemplateUpdateSummary. + + :param error_details: The error_details of this TemplateUpdateSummary. # noqa: E501 :type: ErrorDetails """ @@ -131,22 +154,22 @@ def error_details(self, error_details): @property def list_custom_field_update_results(self): - """ - Gets the list_custom_field_update_results of this TemplateUpdateSummary. - + """Gets the list_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 - :return: The list_custom_field_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :return: The list_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 :rtype: list[ListCustomField] """ return self._list_custom_field_update_results @list_custom_field_update_results.setter def list_custom_field_update_results(self, list_custom_field_update_results): - """ - Sets the list_custom_field_update_results of this TemplateUpdateSummary. - + """Sets the list_custom_field_update_results of this TemplateUpdateSummary. - :param list_custom_field_update_results: The list_custom_field_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :param list_custom_field_update_results: The list_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 :type: list[ListCustomField] """ @@ -154,20 +177,20 @@ def list_custom_field_update_results(self, list_custom_field_update_results): @property def lock_information(self): - """ - Gets the lock_information of this TemplateUpdateSummary. + """Gets the lock_information of this TemplateUpdateSummary. # noqa: E501 - :return: The lock_information of this TemplateUpdateSummary. + + :return: The lock_information of this TemplateUpdateSummary. # noqa: E501 :rtype: LockInformation """ return self._lock_information @lock_information.setter def lock_information(self, lock_information): - """ - Sets the lock_information of this TemplateUpdateSummary. + """Sets the lock_information of this TemplateUpdateSummary. - :param lock_information: The lock_information of this TemplateUpdateSummary. + + :param lock_information: The lock_information of this TemplateUpdateSummary. # noqa: E501 :type: LockInformation """ @@ -175,22 +198,22 @@ def lock_information(self, lock_information): @property def purge_state(self): - """ - Gets the purge_state of this TemplateUpdateSummary. - + """Gets the purge_state of this TemplateUpdateSummary. # noqa: E501 - :return: The purge_state of this TemplateUpdateSummary. + # noqa: E501 + + :return: The purge_state of this TemplateUpdateSummary. # noqa: E501 :rtype: str """ return self._purge_state @purge_state.setter def purge_state(self, purge_state): - """ - Sets the purge_state of this TemplateUpdateSummary. - + """Sets the purge_state of this TemplateUpdateSummary. - :param purge_state: The purge_state of this TemplateUpdateSummary. + # noqa: E501 + + :param purge_state: The purge_state of this TemplateUpdateSummary. # noqa: E501 :type: str """ @@ -198,22 +221,22 @@ def purge_state(self, purge_state): @property def recipient_update_results(self): - """ - Gets the recipient_update_results of this TemplateUpdateSummary. - + """Gets the recipient_update_results of this TemplateUpdateSummary. # noqa: E501 - :return: The recipient_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :return: The recipient_update_results of this TemplateUpdateSummary. # noqa: E501 :rtype: list[RecipientUpdateResponse] """ return self._recipient_update_results @recipient_update_results.setter def recipient_update_results(self, recipient_update_results): - """ - Sets the recipient_update_results of this TemplateUpdateSummary. - + """Sets the recipient_update_results of this TemplateUpdateSummary. - :param recipient_update_results: The recipient_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :param recipient_update_results: The recipient_update_results of this TemplateUpdateSummary. # noqa: E501 :type: list[RecipientUpdateResponse] """ @@ -221,20 +244,20 @@ def recipient_update_results(self, recipient_update_results): @property def tab_update_results(self): - """ - Gets the tab_update_results of this TemplateUpdateSummary. + """Gets the tab_update_results of this TemplateUpdateSummary. # noqa: E501 - :return: The tab_update_results of this TemplateUpdateSummary. + + :return: The tab_update_results of this TemplateUpdateSummary. # noqa: E501 :rtype: Tabs """ return self._tab_update_results @tab_update_results.setter def tab_update_results(self, tab_update_results): - """ - Sets the tab_update_results of this TemplateUpdateSummary. + """Sets the tab_update_results of this TemplateUpdateSummary. - :param tab_update_results: The tab_update_results of this TemplateUpdateSummary. + + :param tab_update_results: The tab_update_results of this TemplateUpdateSummary. # noqa: E501 :type: Tabs """ @@ -242,34 +265,32 @@ def tab_update_results(self, tab_update_results): @property def text_custom_field_update_results(self): - """ - Gets the text_custom_field_update_results of this TemplateUpdateSummary. - + """Gets the text_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 - :return: The text_custom_field_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :return: The text_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 :rtype: list[TextCustomField] """ return self._text_custom_field_update_results @text_custom_field_update_results.setter def text_custom_field_update_results(self, text_custom_field_update_results): - """ - Sets the text_custom_field_update_results of this TemplateUpdateSummary. - + """Sets the text_custom_field_update_results of this TemplateUpdateSummary. - :param text_custom_field_update_results: The text_custom_field_update_results of this TemplateUpdateSummary. + # noqa: E501 + + :param text_custom_field_update_results: The text_custom_field_update_results of this TemplateUpdateSummary. # noqa: E501 :type: list[TextCustomField] """ self._text_custom_field_update_results = text_custom_field_update_results def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -286,29 +307,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TemplateUpdateSummary, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TemplateUpdateSummary): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/text.py b/docusign_esign/models/text.py index c3b35c35..b50ee512 100644 --- a/docusign_esign/models/text.py +++ b/docusign_esign/models/text.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,395 +11,630 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Text(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Text - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'formula': 'str', - 'formula_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'is_payment_amount': 'str', - 'is_payment_amount_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'formula': 'formula', - 'formula_metadata': 'formulaMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'is_payment_amount': 'isPaymentAmount', - 'is_payment_amount_metadata': 'isPaymentAmountMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._formula = formula - self._formula_metadata = formula_metadata - self._height = height - self._height_metadata = height_metadata - self._is_payment_amount = is_payment_amount - self._is_payment_amount_metadata = is_payment_amount_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'formula': 'str', + 'formula_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'is_payment_amount': 'str', + 'is_payment_amount_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'formula': 'formula', + 'formula_metadata': 'formulaMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'is_payment_amount': 'isPaymentAmount', + 'is_payment_amount_metadata': 'isPaymentAmountMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, formula=None, formula_metadata=None, height=None, height_metadata=None, is_payment_amount=None, is_payment_amount_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Text - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._formula = None + self._formula_metadata = None + self._height = None + self._height_metadata = None + self._is_payment_amount = None + self._is_payment_amount_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if formula is not None: + self.formula = formula + if formula_metadata is not None: + self.formula_metadata = formula_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if is_payment_amount is not None: + self.is_payment_amount = is_payment_amount + if is_payment_amount_metadata is not None: + self.is_payment_amount_metadata = is_payment_amount_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Text. - + """Gets the anchor_allow_white_space_in_characters of this Text. # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Text. + # noqa: E501 + + :return: The anchor_allow_white_space_in_characters of this Text. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Text. - + """Sets the anchor_allow_white_space_in_characters of this Text. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Text. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Text. # noqa: E501 :type: str """ @@ -407,20 +642,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Text. + """Gets the anchor_allow_white_space_in_characters_metadata of this Text. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Text. + :return: The anchor_allow_white_space_in_characters_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Text. + """Sets the anchor_allow_white_space_in_characters_metadata of this Text. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Text. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -428,22 +663,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Text. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Text. # noqa: E501 - :return: The anchor_case_sensitive of this Text. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this Text. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Text. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Text. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Text. + :param anchor_case_sensitive: The anchor_case_sensitive of this Text. # noqa: E501 :type: str """ @@ -451,20 +686,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Text. + """Gets the anchor_case_sensitive_metadata of this Text. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Text. + :return: The anchor_case_sensitive_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Text. + """Sets the anchor_case_sensitive_metadata of this Text. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Text. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -472,22 +707,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Text. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Text. # noqa: E501 - :return: The anchor_horizontal_alignment of this Text. + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 + + :return: The anchor_horizontal_alignment of this Text. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Text. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Text. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Text. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Text. # noqa: E501 :type: str """ @@ -495,20 +730,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Text. + """Gets the anchor_horizontal_alignment_metadata of this Text. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Text. + :return: The anchor_horizontal_alignment_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Text. + """Sets the anchor_horizontal_alignment_metadata of this Text. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Text. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -516,22 +751,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Text. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Text. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Text. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Text. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Text. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Text. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Text. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Text. # noqa: E501 :type: str """ @@ -539,20 +774,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Text. + """Gets the anchor_ignore_if_not_present_metadata of this Text. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Text. + :return: The anchor_ignore_if_not_present_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Text. + """Sets the anchor_ignore_if_not_present_metadata of this Text. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Text. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -560,22 +795,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Text. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Text. # noqa: E501 - :return: The anchor_match_whole_word of this Text. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Text. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Text. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Text. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Text. + :param anchor_match_whole_word: The anchor_match_whole_word of this Text. # noqa: E501 :type: str """ @@ -583,20 +818,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Text. + """Gets the anchor_match_whole_word_metadata of this Text. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Text. + :return: The anchor_match_whole_word_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Text. + """Sets the anchor_match_whole_word_metadata of this Text. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Text. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -604,22 +839,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Text. - Anchor text information for a radio button. + """Gets the anchor_string of this Text. # noqa: E501 - :return: The anchor_string of this Text. + Anchor text information for a radio button. # noqa: E501 + + :return: The anchor_string of this Text. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Text. - Anchor text information for a radio button. + """Sets the anchor_string of this Text. - :param anchor_string: The anchor_string of this Text. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this Text. # noqa: E501 :type: str """ @@ -627,20 +862,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Text. + """Gets the anchor_string_metadata of this Text. # noqa: E501 + - :return: The anchor_string_metadata of this Text. + :return: The anchor_string_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Text. + """Sets the anchor_string_metadata of this Text. + - :param anchor_string_metadata: The anchor_string_metadata of this Text. + :param anchor_string_metadata: The anchor_string_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -648,22 +883,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Text. - + """Gets the anchor_tab_processor_version of this Text. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Text. + :return: The anchor_tab_processor_version of this Text. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Text. - + """Sets the anchor_tab_processor_version of this Text. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Text. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Text. # noqa: E501 :type: str """ @@ -671,20 +906,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Text. + """Gets the anchor_tab_processor_version_metadata of this Text. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Text. + :return: The anchor_tab_processor_version_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Text. + """Sets the anchor_tab_processor_version_metadata of this Text. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Text. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -692,22 +927,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Text. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Text. # noqa: E501 - :return: The anchor_units of this Text. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this Text. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Text. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Text. - :param anchor_units: The anchor_units of this Text. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Text. # noqa: E501 :type: str """ @@ -715,20 +950,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Text. + """Gets the anchor_units_metadata of this Text. # noqa: E501 + - :return: The anchor_units_metadata of this Text. + :return: The anchor_units_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Text. + """Sets the anchor_units_metadata of this Text. + - :param anchor_units_metadata: The anchor_units_metadata of this Text. + :param anchor_units_metadata: The anchor_units_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -736,22 +971,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Text. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Text. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Text. + :return: The anchor_x_offset of this Text. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Text. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Text. - :param anchor_x_offset: The anchor_x_offset of this Text. + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_x_offset: The anchor_x_offset of this Text. # noqa: E501 :type: str """ @@ -759,20 +994,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Text. + """Gets the anchor_x_offset_metadata of this Text. # noqa: E501 - :return: The anchor_x_offset_metadata of this Text. + + :return: The anchor_x_offset_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Text. + """Sets the anchor_x_offset_metadata of this Text. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Text. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -780,22 +1015,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Text. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Text. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Text. + :return: The anchor_y_offset of this Text. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Text. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Text. - :param anchor_y_offset: The anchor_y_offset of this Text. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this Text. # noqa: E501 :type: str """ @@ -803,20 +1038,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Text. + """Gets the anchor_y_offset_metadata of this Text. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Text. + :return: The anchor_y_offset_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Text. + """Sets the anchor_y_offset_metadata of this Text. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Text. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -824,22 +1059,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Text. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Text. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Text. + :return: The bold of this Text. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Text. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Text. - :param bold: The bold of this Text. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :param bold: The bold of this Text. # noqa: E501 :type: str """ @@ -847,20 +1082,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Text. + """Gets the bold_metadata of this Text. # noqa: E501 - :return: The bold_metadata of this Text. + + :return: The bold_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Text. + """Sets the bold_metadata of this Text. + - :param bold_metadata: The bold_metadata of this Text. + :param bold_metadata: The bold_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -868,22 +1103,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Text. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Text. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Text. + :return: The conceal_value_on_document of this Text. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Text. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Text. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Text. + :param conceal_value_on_document: The conceal_value_on_document of this Text. # noqa: E501 :type: str """ @@ -891,20 +1126,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Text. + """Gets the conceal_value_on_document_metadata of this Text. # noqa: E501 - :return: The conceal_value_on_document_metadata of this Text. + + :return: The conceal_value_on_document_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Text. + """Sets the conceal_value_on_document_metadata of this Text. + - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Text. + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -912,22 +1147,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Text. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Text. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Text. + :return: The conditional_parent_label of this Text. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Text. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Text. - :param conditional_parent_label: The conditional_parent_label of this Text. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this Text. # noqa: E501 :type: str """ @@ -935,20 +1170,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Text. + """Gets the conditional_parent_label_metadata of this Text. # noqa: E501 - :return: The conditional_parent_label_metadata of this Text. + + :return: The conditional_parent_label_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Text. + """Sets the conditional_parent_label_metadata of this Text. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Text. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -956,22 +1191,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Text. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Text. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Text. + :return: The conditional_parent_value of this Text. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Text. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Text. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Text. + :param conditional_parent_value: The conditional_parent_value of this Text. # noqa: E501 :type: str """ @@ -979,20 +1214,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Text. + """Gets the conditional_parent_value_metadata of this Text. # noqa: E501 - :return: The conditional_parent_value_metadata of this Text. + + :return: The conditional_parent_value_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Text. + """Sets the conditional_parent_value_metadata of this Text. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Text. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1000,22 +1235,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Text. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Text. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Text. + :return: The custom_tab_id of this Text. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Text. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Text. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Text. + :param custom_tab_id: The custom_tab_id of this Text. # noqa: E501 :type: str """ @@ -1023,20 +1258,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Text. + """Gets the custom_tab_id_metadata of this Text. # noqa: E501 - :return: The custom_tab_id_metadata of this Text. + + :return: The custom_tab_id_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Text. + """Sets the custom_tab_id_metadata of this Text. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Text. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1044,22 +1279,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Text. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Text. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :return: The disable_auto_size of this Text. + :return: The disable_auto_size of this Text. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Text. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Text. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Text. + :param disable_auto_size: The disable_auto_size of this Text. # noqa: E501 :type: str """ @@ -1067,20 +1302,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Text. + """Gets the disable_auto_size_metadata of this Text. # noqa: E501 - :return: The disable_auto_size_metadata of this Text. + + :return: The disable_auto_size_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Text. + """Sets the disable_auto_size_metadata of this Text. - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Text. + + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1088,22 +1323,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Text. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Text. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Text. + :return: The document_id of this Text. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Text. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Text. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Text. + :param document_id: The document_id of this Text. # noqa: E501 :type: str """ @@ -1111,20 +1346,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Text. + """Gets the document_id_metadata of this Text. # noqa: E501 + - :return: The document_id_metadata of this Text. + :return: The document_id_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Text. + """Sets the document_id_metadata of this Text. - :param document_id_metadata: The document_id_metadata of this Text. + + :param document_id_metadata: The document_id_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1132,20 +1367,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Text. + """Gets the error_details of this Text. # noqa: E501 + - :return: The error_details of this Text. + :return: The error_details of this Text. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Text. + """Sets the error_details of this Text. + - :param error_details: The error_details of this Text. + :param error_details: The error_details of this Text. # noqa: E501 :type: ErrorDetails """ @@ -1153,22 +1388,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Text. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Text. # noqa: E501 - :return: The font of this Text. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Text. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Text. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Text. - :param font: The font of this Text. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Text. # noqa: E501 :type: str """ @@ -1176,22 +1411,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Text. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Text. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Text. + :return: The font_color of this Text. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Text. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Text. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Text. + :param font_color: The font_color of this Text. # noqa: E501 :type: str """ @@ -1199,20 +1434,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Text. + """Gets the font_color_metadata of this Text. # noqa: E501 + - :return: The font_color_metadata of this Text. + :return: The font_color_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Text. + """Sets the font_color_metadata of this Text. - :param font_color_metadata: The font_color_metadata of this Text. + + :param font_color_metadata: The font_color_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1220,20 +1455,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Text. + """Gets the font_metadata of this Text. # noqa: E501 - :return: The font_metadata of this Text. + + :return: The font_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Text. + """Sets the font_metadata of this Text. + - :param font_metadata: The font_metadata of this Text. + :param font_metadata: The font_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1241,22 +1476,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Text. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Text. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Text. + :return: The font_size of this Text. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Text. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Text. - :param font_size: The font_size of this Text. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this Text. # noqa: E501 :type: str """ @@ -1264,20 +1499,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Text. + """Gets the font_size_metadata of this Text. # noqa: E501 + - :return: The font_size_metadata of this Text. + :return: The font_size_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Text. + """Sets the font_size_metadata of this Text. + - :param font_size_metadata: The font_size_metadata of this Text. + :param font_size_metadata: The font_size_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1285,22 +1520,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Text. - + """Gets the form_order of this Text. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Text. + :return: The form_order of this Text. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Text. - + """Sets the form_order of this Text. - :param form_order: The form_order of this Text. + # noqa: E501 + + :param form_order: The form_order of this Text. # noqa: E501 :type: str """ @@ -1308,20 +1543,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Text. + """Gets the form_order_metadata of this Text. # noqa: E501 - :return: The form_order_metadata of this Text. + + :return: The form_order_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Text. + """Sets the form_order_metadata of this Text. + - :param form_order_metadata: The form_order_metadata of this Text. + :param form_order_metadata: The form_order_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1329,22 +1564,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Text. - + """Gets the form_page_label of this Text. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Text. + :return: The form_page_label of this Text. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Text. - + """Sets the form_page_label of this Text. + + # noqa: E501 - :param form_page_label: The form_page_label of this Text. + :param form_page_label: The form_page_label of this Text. # noqa: E501 :type: str """ @@ -1352,20 +1587,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Text. + """Gets the form_page_label_metadata of this Text. # noqa: E501 - :return: The form_page_label_metadata of this Text. + + :return: The form_page_label_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Text. + """Sets the form_page_label_metadata of this Text. + - :param form_page_label_metadata: The form_page_label_metadata of this Text. + :param form_page_label_metadata: The form_page_label_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1373,22 +1608,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Text. - + """Gets the form_page_number of this Text. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Text. + :return: The form_page_number of this Text. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Text. - + """Sets the form_page_number of this Text. - :param form_page_number: The form_page_number of this Text. + # noqa: E501 + + :param form_page_number: The form_page_number of this Text. # noqa: E501 :type: str """ @@ -1396,20 +1631,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Text. + """Gets the form_page_number_metadata of this Text. # noqa: E501 - :return: The form_page_number_metadata of this Text. + + :return: The form_page_number_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Text. + """Sets the form_page_number_metadata of this Text. + - :param form_page_number_metadata: The form_page_number_metadata of this Text. + :param form_page_number_metadata: The form_page_number_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1417,22 +1652,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def formula(self): - """ - Gets the formula of this Text. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Gets the formula of this Text. # noqa: E501 + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :return: The formula of this Text. + :return: The formula of this Text. # noqa: E501 :rtype: str """ return self._formula @formula.setter def formula(self, formula): - """ - Sets the formula of this Text. - The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] + """Sets the formula of this Text. + + The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. *Example*: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1]+[Line2]+[Tax] # noqa: E501 - :param formula: The formula of this Text. + :param formula: The formula of this Text. # noqa: E501 :type: str """ @@ -1440,20 +1675,20 @@ def formula(self, formula): @property def formula_metadata(self): - """ - Gets the formula_metadata of this Text. + """Gets the formula_metadata of this Text. # noqa: E501 - :return: The formula_metadata of this Text. + + :return: The formula_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._formula_metadata @formula_metadata.setter def formula_metadata(self, formula_metadata): - """ - Sets the formula_metadata of this Text. + """Sets the formula_metadata of this Text. - :param formula_metadata: The formula_metadata of this Text. + + :param formula_metadata: The formula_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1461,22 +1696,22 @@ def formula_metadata(self, formula_metadata): @property def height(self): - """ - Gets the height of this Text. - Height of the tab in pixels. + """Gets the height of this Text. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Text. + :return: The height of this Text. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Text. - Height of the tab in pixels. + """Sets the height of this Text. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Text. + :param height: The height of this Text. # noqa: E501 :type: str """ @@ -1484,20 +1719,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Text. + """Gets the height_metadata of this Text. # noqa: E501 + - :return: The height_metadata of this Text. + :return: The height_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Text. + """Sets the height_metadata of this Text. - :param height_metadata: The height_metadata of this Text. + + :param height_metadata: The height_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1505,22 +1740,22 @@ def height_metadata(self, height_metadata): @property def is_payment_amount(self): - """ - Gets the is_payment_amount of this Text. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Gets the is_payment_amount of this Text. # noqa: E501 - :return: The is_payment_amount of this Text. + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 + + :return: The is_payment_amount of this Text. # noqa: E501 :rtype: str """ return self._is_payment_amount @is_payment_amount.setter def is_payment_amount(self, is_payment_amount): - """ - Sets the is_payment_amount of this Text. - When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. + """Sets the is_payment_amount of this Text. + + When set to **true**, sets this as a payment tab. Can only be used with Text, Number, Formula, or List tabs. The value of the tab must be a number. # noqa: E501 - :param is_payment_amount: The is_payment_amount of this Text. + :param is_payment_amount: The is_payment_amount of this Text. # noqa: E501 :type: str """ @@ -1528,20 +1763,20 @@ def is_payment_amount(self, is_payment_amount): @property def is_payment_amount_metadata(self): - """ - Gets the is_payment_amount_metadata of this Text. + """Gets the is_payment_amount_metadata of this Text. # noqa: E501 + - :return: The is_payment_amount_metadata of this Text. + :return: The is_payment_amount_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._is_payment_amount_metadata @is_payment_amount_metadata.setter def is_payment_amount_metadata(self, is_payment_amount_metadata): - """ - Sets the is_payment_amount_metadata of this Text. + """Sets the is_payment_amount_metadata of this Text. + - :param is_payment_amount_metadata: The is_payment_amount_metadata of this Text. + :param is_payment_amount_metadata: The is_payment_amount_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1549,22 +1784,22 @@ def is_payment_amount_metadata(self, is_payment_amount_metadata): @property def italic(self): - """ - Gets the italic of this Text. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Text. # noqa: E501 - :return: The italic of this Text. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Text. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Text. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Text. - :param italic: The italic of this Text. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :param italic: The italic of this Text. # noqa: E501 :type: str """ @@ -1572,20 +1807,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Text. + """Gets the italic_metadata of this Text. # noqa: E501 - :return: The italic_metadata of this Text. + + :return: The italic_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Text. + """Sets the italic_metadata of this Text. - :param italic_metadata: The italic_metadata of this Text. + + :param italic_metadata: The italic_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1593,20 +1828,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Text. + """Gets the locale_policy of this Text. # noqa: E501 - :return: The locale_policy of this Text. + + :return: The locale_policy of this Text. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Text. + """Sets the locale_policy of this Text. - :param locale_policy: The locale_policy of this Text. + + :param locale_policy: The locale_policy of this Text. # noqa: E501 :type: LocalePolicyTab """ @@ -1614,22 +1849,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Text. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Text. # noqa: E501 - :return: The locked of this Text. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Text. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Text. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Text. - :param locked: The locked of this Text. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Text. # noqa: E501 :type: str """ @@ -1637,20 +1872,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Text. + """Gets the locked_metadata of this Text. # noqa: E501 - :return: The locked_metadata of this Text. + + :return: The locked_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Text. + """Sets the locked_metadata of this Text. - :param locked_metadata: The locked_metadata of this Text. + + :param locked_metadata: The locked_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1658,22 +1893,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Text. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Text. # noqa: E501 - :return: The max_length of this Text. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this Text. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Text. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Text. - :param max_length: The max_length of this Text. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this Text. # noqa: E501 :type: str """ @@ -1681,20 +1916,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Text. + """Gets the max_length_metadata of this Text. # noqa: E501 - :return: The max_length_metadata of this Text. + + :return: The max_length_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Text. + """Sets the max_length_metadata of this Text. - :param max_length_metadata: The max_length_metadata of this Text. + + :param max_length_metadata: The max_length_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1702,20 +1937,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Text. + """Gets the merge_field of this Text. # noqa: E501 - :return: The merge_field of this Text. + + :return: The merge_field of this Text. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Text. + """Sets the merge_field of this Text. - :param merge_field: The merge_field of this Text. + + :param merge_field: The merge_field of this Text. # noqa: E501 :type: MergeField """ @@ -1723,22 +1958,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Text. - + """Gets the merge_field_xml of this Text. # noqa: E501 - :return: The merge_field_xml of this Text. + # noqa: E501 + + :return: The merge_field_xml of this Text. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Text. - + """Sets the merge_field_xml of this Text. - :param merge_field_xml: The merge_field_xml of this Text. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Text. # noqa: E501 :type: str """ @@ -1746,22 +1981,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Text. - Specifies the tool tip text for the tab. + """Gets the name of this Text. # noqa: E501 - :return: The name of this Text. + Specifies the tool tip text for the tab. # noqa: E501 + + :return: The name of this Text. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Text. - Specifies the tool tip text for the tab. + """Sets the name of this Text. - :param name: The name of this Text. + Specifies the tool tip text for the tab. # noqa: E501 + + :param name: The name of this Text. # noqa: E501 :type: str """ @@ -1769,20 +2004,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Text. + """Gets the name_metadata of this Text. # noqa: E501 - :return: The name_metadata of this Text. + + :return: The name_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Text. + """Sets the name_metadata of this Text. - :param name_metadata: The name_metadata of this Text. + + :param name_metadata: The name_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1790,22 +2025,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Text. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Text. # noqa: E501 - :return: The original_value of this Text. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this Text. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Text. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Text. - :param original_value: The original_value of this Text. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this Text. # noqa: E501 :type: str """ @@ -1813,20 +2048,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Text. + """Gets the original_value_metadata of this Text. # noqa: E501 - :return: The original_value_metadata of this Text. + + :return: The original_value_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Text. + """Sets the original_value_metadata of this Text. - :param original_value_metadata: The original_value_metadata of this Text. + + :param original_value_metadata: The original_value_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1834,22 +2069,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Text. - Specifies the page number on which the tab is located. + """Gets the page_number of this Text. # noqa: E501 - :return: The page_number of this Text. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Text. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Text. - Specifies the page number on which the tab is located. + """Sets the page_number of this Text. - :param page_number: The page_number of this Text. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Text. # noqa: E501 :type: str """ @@ -1857,20 +2092,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Text. + """Gets the page_number_metadata of this Text. # noqa: E501 - :return: The page_number_metadata of this Text. + + :return: The page_number_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Text. + """Sets the page_number_metadata of this Text. - :param page_number_metadata: The page_number_metadata of this Text. + + :param page_number_metadata: The page_number_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1878,22 +2113,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Text. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Text. # noqa: E501 - :return: The recipient_id of this Text. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Text. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Text. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Text. - :param recipient_id: The recipient_id of this Text. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Text. # noqa: E501 :type: str """ @@ -1901,22 +2136,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Text. - + """Gets the recipient_id_guid of this Text. # noqa: E501 - :return: The recipient_id_guid of this Text. + # noqa: E501 + + :return: The recipient_id_guid of this Text. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Text. - + """Sets the recipient_id_guid of this Text. - :param recipient_id_guid: The recipient_id_guid of this Text. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Text. # noqa: E501 :type: str """ @@ -1924,20 +2159,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Text. + """Gets the recipient_id_guid_metadata of this Text. # noqa: E501 - :return: The recipient_id_guid_metadata of this Text. + + :return: The recipient_id_guid_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Text. + """Sets the recipient_id_guid_metadata of this Text. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Text. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1945,20 +2180,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Text. + """Gets the recipient_id_metadata of this Text. # noqa: E501 - :return: The recipient_id_metadata of this Text. + + :return: The recipient_id_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Text. + """Sets the recipient_id_metadata of this Text. - :param recipient_id_metadata: The recipient_id_metadata of this Text. + + :param recipient_id_metadata: The recipient_id_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -1966,22 +2201,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this Text. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this Text. # noqa: E501 - :return: The require_all of this Text. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this Text. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this Text. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this Text. - :param require_all: The require_all of this Text. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this Text. # noqa: E501 :type: str """ @@ -1989,20 +2224,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this Text. + """Gets the require_all_metadata of this Text. # noqa: E501 - :return: The require_all_metadata of this Text. + + :return: The require_all_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this Text. + """Sets the require_all_metadata of this Text. - :param require_all_metadata: The require_all_metadata of this Text. + + :param require_all_metadata: The require_all_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2010,22 +2245,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this Text. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Text. # noqa: E501 - :return: The required of this Text. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Text. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Text. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Text. - :param required: The required of this Text. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Text. # noqa: E501 :type: str """ @@ -2033,20 +2268,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Text. + """Gets the required_metadata of this Text. # noqa: E501 - :return: The required_metadata of this Text. + + :return: The required_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Text. + """Sets the required_metadata of this Text. - :param required_metadata: The required_metadata of this Text. + + :param required_metadata: The required_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2054,22 +2289,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Text. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Text. # noqa: E501 - :return: The require_initial_on_shared_change of this Text. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this Text. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Text. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Text. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Text. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Text. # noqa: E501 :type: str """ @@ -2077,20 +2312,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Text. + """Gets the require_initial_on_shared_change_metadata of this Text. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this Text. + + :return: The require_initial_on_shared_change_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Text. + """Sets the require_initial_on_shared_change_metadata of this Text. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Text. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2098,22 +2333,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this Text. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this Text. # noqa: E501 - :return: The sender_required of this Text. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this Text. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this Text. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this Text. - :param sender_required: The sender_required of this Text. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this Text. # noqa: E501 :type: str """ @@ -2121,20 +2356,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this Text. + """Gets the sender_required_metadata of this Text. # noqa: E501 - :return: The sender_required_metadata of this Text. + + :return: The sender_required_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this Text. + """Sets the sender_required_metadata of this Text. - :param sender_required_metadata: The sender_required_metadata of this Text. + + :param sender_required_metadata: The sender_required_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2142,22 +2377,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this Text. - When set to **true**, this custom tab is shared. + """Gets the shared of this Text. # noqa: E501 - :return: The shared of this Text. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Text. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Text. - When set to **true**, this custom tab is shared. + """Sets the shared of this Text. - :param shared: The shared of this Text. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Text. # noqa: E501 :type: str """ @@ -2165,20 +2400,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Text. + """Gets the shared_metadata of this Text. # noqa: E501 - :return: The shared_metadata of this Text. + + :return: The shared_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Text. + """Sets the shared_metadata of this Text. - :param shared_metadata: The shared_metadata of this Text. + + :param shared_metadata: The shared_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2186,20 +2421,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Text. + """Gets the smart_contract_information of this Text. # noqa: E501 - :return: The smart_contract_information of this Text. + + :return: The smart_contract_information of this Text. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Text. + """Sets the smart_contract_information of this Text. - :param smart_contract_information: The smart_contract_information of this Text. + + :param smart_contract_information: The smart_contract_information of this Text. # noqa: E501 :type: SmartContractInformation """ @@ -2207,22 +2442,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Text. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Text. # noqa: E501 - :return: The status of this Text. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Text. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Text. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Text. - :param status: The status of this Text. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Text. # noqa: E501 :type: str """ @@ -2230,20 +2465,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Text. + """Gets the status_metadata of this Text. # noqa: E501 - :return: The status_metadata of this Text. + + :return: The status_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Text. + """Sets the status_metadata of this Text. - :param status_metadata: The status_metadata of this Text. + + :param status_metadata: The status_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2251,22 +2486,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Text. - + """Gets the tab_group_labels of this Text. # noqa: E501 - :return: The tab_group_labels of this Text. + # noqa: E501 + + :return: The tab_group_labels of this Text. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Text. - + """Sets the tab_group_labels of this Text. - :param tab_group_labels: The tab_group_labels of this Text. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Text. # noqa: E501 :type: list[str] """ @@ -2274,20 +2509,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Text. + """Gets the tab_group_labels_metadata of this Text. # noqa: E501 - :return: The tab_group_labels_metadata of this Text. + + :return: The tab_group_labels_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Text. + """Sets the tab_group_labels_metadata of this Text. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Text. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2295,22 +2530,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Text. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Text. # noqa: E501 - :return: The tab_id of this Text. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Text. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Text. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Text. - :param tab_id: The tab_id of this Text. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Text. # noqa: E501 :type: str """ @@ -2318,20 +2553,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Text. + """Gets the tab_id_metadata of this Text. # noqa: E501 - :return: The tab_id_metadata of this Text. + + :return: The tab_id_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Text. + """Sets the tab_id_metadata of this Text. - :param tab_id_metadata: The tab_id_metadata of this Text. + + :param tab_id_metadata: The tab_id_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2339,22 +2574,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Text. - The label string associated with the tab. + """Gets the tab_label of this Text. # noqa: E501 - :return: The tab_label of this Text. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Text. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Text. - The label string associated with the tab. + """Sets the tab_label of this Text. - :param tab_label: The tab_label of this Text. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Text. # noqa: E501 :type: str """ @@ -2362,20 +2597,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Text. + """Gets the tab_label_metadata of this Text. # noqa: E501 - :return: The tab_label_metadata of this Text. + + :return: The tab_label_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Text. + """Sets the tab_label_metadata of this Text. - :param tab_label_metadata: The tab_label_metadata of this Text. + + :param tab_label_metadata: The tab_label_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2383,22 +2618,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Text. - + """Gets the tab_order of this Text. # noqa: E501 - :return: The tab_order of this Text. + # noqa: E501 + + :return: The tab_order of this Text. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Text. - + """Sets the tab_order of this Text. - :param tab_order: The tab_order of this Text. + # noqa: E501 + + :param tab_order: The tab_order of this Text. # noqa: E501 :type: str """ @@ -2406,20 +2641,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Text. + """Gets the tab_order_metadata of this Text. # noqa: E501 - :return: The tab_order_metadata of this Text. + + :return: The tab_order_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Text. + """Sets the tab_order_metadata of this Text. - :param tab_order_metadata: The tab_order_metadata of this Text. + + :param tab_order_metadata: The tab_order_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2427,22 +2662,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Text. - + """Gets the tab_type of this Text. # noqa: E501 - :return: The tab_type of this Text. + # noqa: E501 + + :return: The tab_type of this Text. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Text. - + """Sets the tab_type of this Text. - :param tab_type: The tab_type of this Text. + # noqa: E501 + + :param tab_type: The tab_type of this Text. # noqa: E501 :type: str """ @@ -2450,20 +2685,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Text. + """Gets the tab_type_metadata of this Text. # noqa: E501 - :return: The tab_type_metadata of this Text. + + :return: The tab_type_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Text. + """Sets the tab_type_metadata of this Text. - :param tab_type_metadata: The tab_type_metadata of this Text. + + :param tab_type_metadata: The tab_type_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2471,22 +2706,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Text. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Text. # noqa: E501 - :return: The template_locked of this Text. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Text. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Text. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Text. - :param template_locked: The template_locked of this Text. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Text. # noqa: E501 :type: str """ @@ -2494,20 +2729,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Text. + """Gets the template_locked_metadata of this Text. # noqa: E501 - :return: The template_locked_metadata of this Text. + + :return: The template_locked_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Text. + """Sets the template_locked_metadata of this Text. - :param template_locked_metadata: The template_locked_metadata of this Text. + + :param template_locked_metadata: The template_locked_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2515,22 +2750,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Text. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Text. # noqa: E501 - :return: The template_required of this Text. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Text. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Text. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Text. - :param template_required: The template_required of this Text. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Text. # noqa: E501 :type: str """ @@ -2538,20 +2773,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Text. + """Gets the template_required_metadata of this Text. # noqa: E501 - :return: The template_required_metadata of this Text. + + :return: The template_required_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Text. + """Sets the template_required_metadata of this Text. - :param template_required_metadata: The template_required_metadata of this Text. + + :param template_required_metadata: The template_required_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2559,22 +2794,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Text. - + """Gets the tooltip of this Text. # noqa: E501 - :return: The tooltip of this Text. + # noqa: E501 + + :return: The tooltip of this Text. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Text. - + """Sets the tooltip of this Text. - :param tooltip: The tooltip of this Text. + # noqa: E501 + + :param tooltip: The tooltip of this Text. # noqa: E501 :type: str """ @@ -2582,20 +2817,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Text. + """Gets the tool_tip_metadata of this Text. # noqa: E501 - :return: The tool_tip_metadata of this Text. + + :return: The tool_tip_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Text. + """Sets the tool_tip_metadata of this Text. - :param tool_tip_metadata: The tool_tip_metadata of this Text. + + :param tool_tip_metadata: The tool_tip_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2603,22 +2838,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Text. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Text. # noqa: E501 - :return: The underline of this Text. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Text. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Text. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Text. - :param underline: The underline of this Text. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Text. # noqa: E501 :type: str """ @@ -2626,20 +2861,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Text. + """Gets the underline_metadata of this Text. # noqa: E501 - :return: The underline_metadata of this Text. + + :return: The underline_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Text. + """Sets the underline_metadata of this Text. - :param underline_metadata: The underline_metadata of this Text. + + :param underline_metadata: The underline_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2647,22 +2882,22 @@ def underline_metadata(self, underline_metadata): @property def validation_message(self): - """ - Gets the validation_message of this Text. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this Text. # noqa: E501 - :return: The validation_message of this Text. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this Text. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this Text. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this Text. - :param validation_message: The validation_message of this Text. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this Text. # noqa: E501 :type: str """ @@ -2670,20 +2905,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this Text. + """Gets the validation_message_metadata of this Text. # noqa: E501 - :return: The validation_message_metadata of this Text. + + :return: The validation_message_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this Text. + """Sets the validation_message_metadata of this Text. - :param validation_message_metadata: The validation_message_metadata of this Text. + + :param validation_message_metadata: The validation_message_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2691,22 +2926,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this Text. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this Text. # noqa: E501 - :return: The validation_pattern of this Text. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this Text. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this Text. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this Text. - :param validation_pattern: The validation_pattern of this Text. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this Text. # noqa: E501 :type: str """ @@ -2714,20 +2949,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this Text. + """Gets the validation_pattern_metadata of this Text. # noqa: E501 - :return: The validation_pattern_metadata of this Text. + + :return: The validation_pattern_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this Text. + """Sets the validation_pattern_metadata of this Text. - :param validation_pattern_metadata: The validation_pattern_metadata of this Text. + + :param validation_pattern_metadata: The validation_pattern_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2735,22 +2970,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this Text. - Specifies the value of the tab. + """Gets the value of this Text. # noqa: E501 - :return: The value of this Text. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Text. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Text. - Specifies the value of the tab. + """Sets the value of this Text. - :param value: The value of this Text. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Text. # noqa: E501 :type: str """ @@ -2758,20 +2993,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Text. + """Gets the value_metadata of this Text. # noqa: E501 - :return: The value_metadata of this Text. + + :return: The value_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Text. + """Sets the value_metadata of this Text. - :param value_metadata: The value_metadata of this Text. + + :param value_metadata: The value_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2779,22 +3014,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Text. - Width of the tab in pixels. + """Gets the width of this Text. # noqa: E501 - :return: The width of this Text. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Text. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Text. - Width of the tab in pixels. + """Sets the width of this Text. - :param width: The width of this Text. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Text. # noqa: E501 :type: str """ @@ -2802,20 +3037,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Text. + """Gets the width_metadata of this Text. # noqa: E501 - :return: The width_metadata of this Text. + + :return: The width_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Text. + """Sets the width_metadata of this Text. - :param width_metadata: The width_metadata of this Text. + + :param width_metadata: The width_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2823,22 +3058,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Text. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Text. # noqa: E501 - :return: The x_position of this Text. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Text. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Text. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Text. - :param x_position: The x_position of this Text. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Text. # noqa: E501 :type: str """ @@ -2846,20 +3081,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Text. + """Gets the x_position_metadata of this Text. # noqa: E501 - :return: The x_position_metadata of this Text. + + :return: The x_position_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Text. + """Sets the x_position_metadata of this Text. - :param x_position_metadata: The x_position_metadata of this Text. + + :param x_position_metadata: The x_position_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ @@ -2867,22 +3102,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Text. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Text. # noqa: E501 - :return: The y_position of this Text. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Text. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Text. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Text. - :param y_position: The y_position of this Text. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Text. # noqa: E501 :type: str """ @@ -2890,32 +3125,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Text. + """Gets the y_position_metadata of this Text. # noqa: E501 - :return: The y_position_metadata of this Text. + + :return: The y_position_metadata of this Text. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Text. + """Sets the y_position_metadata of this Text. - :param y_position_metadata: The y_position_metadata of this Text. + + :param y_position_metadata: The y_position_metadata of this Text. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2932,29 +3165,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Text, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Text): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/text_custom_field.py b/docusign_esign/models/text_custom_field.py index 2308dc46..b50e91bf 100644 --- a/docusign_esign/models/text_custom_field.py +++ b/docusign_esign/models/text_custom_field.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class TextCustomField(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, configuration_type=None, error_details=None, field_id=None, name=None, required=None, show=None, value=None): - """ - TextCustomField - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'configuration_type': 'str', - 'error_details': 'ErrorDetails', - 'field_id': 'str', - 'name': 'str', - 'required': 'str', - 'show': 'str', - 'value': 'str' - } - - self.attribute_map = { - 'configuration_type': 'configurationType', - 'error_details': 'errorDetails', - 'field_id': 'fieldId', - 'name': 'name', - 'required': 'required', - 'show': 'show', - 'value': 'value' - } - - self._configuration_type = configuration_type - self._error_details = error_details - self._field_id = field_id - self._name = name - self._required = required - self._show = show - self._value = value + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'configuration_type': 'str', + 'error_details': 'ErrorDetails', + 'field_id': 'str', + 'name': 'str', + 'required': 'str', + 'show': 'str', + 'value': 'str' + } + + attribute_map = { + 'configuration_type': 'configurationType', + 'error_details': 'errorDetails', + 'field_id': 'fieldId', + 'name': 'name', + 'required': 'required', + 'show': 'show', + 'value': 'value' + } + + def __init__(self, configuration_type=None, error_details=None, field_id=None, name=None, required=None, show=None, value=None): # noqa: E501 + """TextCustomField - a model defined in Swagger""" # noqa: E501 + + self._configuration_type = None + self._error_details = None + self._field_id = None + self._name = None + self._required = None + self._show = None + self._value = None + self.discriminator = None + + if configuration_type is not None: + self.configuration_type = configuration_type + if error_details is not None: + self.error_details = error_details + if field_id is not None: + self.field_id = field_id + if name is not None: + self.name = name + if required is not None: + self.required = required + if show is not None: + self.show = show + if value is not None: + self.value = value @property def configuration_type(self): - """ - Gets the configuration_type of this TextCustomField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Gets the configuration_type of this TextCustomField. # noqa: E501 - :return: The configuration_type of this TextCustomField. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :return: The configuration_type of this TextCustomField. # noqa: E501 :rtype: str """ return self._configuration_type @configuration_type.setter def configuration_type(self, configuration_type): - """ - Sets the configuration_type of this TextCustomField. - If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. + """Sets the configuration_type of this TextCustomField. - :param configuration_type: The configuration_type of this TextCustomField. + If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**. # noqa: E501 + + :param configuration_type: The configuration_type of this TextCustomField. # noqa: E501 :type: str """ @@ -83,20 +102,20 @@ def configuration_type(self, configuration_type): @property def error_details(self): - """ - Gets the error_details of this TextCustomField. + """Gets the error_details of this TextCustomField. # noqa: E501 + - :return: The error_details of this TextCustomField. + :return: The error_details of this TextCustomField. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this TextCustomField. + """Sets the error_details of this TextCustomField. + - :param error_details: The error_details of this TextCustomField. + :param error_details: The error_details of this TextCustomField. # noqa: E501 :type: ErrorDetails """ @@ -104,22 +123,22 @@ def error_details(self, error_details): @property def field_id(self): - """ - Gets the field_id of this TextCustomField. - An ID used to specify a custom field. + """Gets the field_id of this TextCustomField. # noqa: E501 - :return: The field_id of this TextCustomField. + An ID used to specify a custom field. # noqa: E501 + + :return: The field_id of this TextCustomField. # noqa: E501 :rtype: str """ return self._field_id @field_id.setter def field_id(self, field_id): - """ - Sets the field_id of this TextCustomField. - An ID used to specify a custom field. + """Sets the field_id of this TextCustomField. + + An ID used to specify a custom field. # noqa: E501 - :param field_id: The field_id of this TextCustomField. + :param field_id: The field_id of this TextCustomField. # noqa: E501 :type: str """ @@ -127,22 +146,22 @@ def field_id(self, field_id): @property def name(self): - """ - Gets the name of this TextCustomField. - The name of the custom field. + """Gets the name of this TextCustomField. # noqa: E501 + + The name of the custom field. # noqa: E501 - :return: The name of this TextCustomField. + :return: The name of this TextCustomField. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this TextCustomField. - The name of the custom field. + """Sets the name of this TextCustomField. + + The name of the custom field. # noqa: E501 - :param name: The name of this TextCustomField. + :param name: The name of this TextCustomField. # noqa: E501 :type: str """ @@ -150,22 +169,22 @@ def name(self, name): @property def required(self): - """ - Gets the required of this TextCustomField. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this TextCustomField. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this TextCustomField. + :return: The required of this TextCustomField. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this TextCustomField. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this TextCustomField. - :param required: The required of this TextCustomField. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this TextCustomField. # noqa: E501 :type: str """ @@ -173,22 +192,22 @@ def required(self, required): @property def show(self): - """ - Gets the show of this TextCustomField. - A boolean indicating if the value should be displayed. + """Gets the show of this TextCustomField. # noqa: E501 - :return: The show of this TextCustomField. + A boolean indicating if the value should be displayed. # noqa: E501 + + :return: The show of this TextCustomField. # noqa: E501 :rtype: str """ return self._show @show.setter def show(self, show): - """ - Sets the show of this TextCustomField. - A boolean indicating if the value should be displayed. + """Sets the show of this TextCustomField. - :param show: The show of this TextCustomField. + A boolean indicating if the value should be displayed. # noqa: E501 + + :param show: The show of this TextCustomField. # noqa: E501 :type: str """ @@ -196,34 +215,32 @@ def show(self, show): @property def value(self): - """ - Gets the value of this TextCustomField. - The value of the custom field. + """Gets the value of this TextCustomField. # noqa: E501 + + The value of the custom field. # noqa: E501 - :return: The value of this TextCustomField. + :return: The value of this TextCustomField. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this TextCustomField. - The value of the custom field. + """Sets the value of this TextCustomField. + + The value of the custom field. # noqa: E501 - :param value: The value of this TextCustomField. + :param value: The value of this TextCustomField. # noqa: E501 :type: str """ self._value = value def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -240,29 +257,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(TextCustomField, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, TextCustomField): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/title.py b/docusign_esign/models/title.py index e6d0b0ac..5ffb417a 100644 --- a/docusign_esign/models/title.py +++ b/docusign_esign/models/title.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,347 +11,550 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Title(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Title - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Title - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Title. - + """Gets the anchor_allow_white_space_in_characters of this Title. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Title. + :return: The anchor_allow_white_space_in_characters of this Title. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Title. - + """Sets the anchor_allow_white_space_in_characters of this Title. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Title. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Title. # noqa: E501 :type: str """ @@ -359,20 +562,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Title. + """Gets the anchor_allow_white_space_in_characters_metadata of this Title. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this Title. + :return: The anchor_allow_white_space_in_characters_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Title. + """Sets the anchor_allow_white_space_in_characters_metadata of this Title. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Title. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -380,22 +583,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Title. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Title. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Title. + :return: The anchor_case_sensitive of this Title. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Title. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Title. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Title. + :param anchor_case_sensitive: The anchor_case_sensitive of this Title. # noqa: E501 :type: str """ @@ -403,20 +606,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Title. + """Gets the anchor_case_sensitive_metadata of this Title. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this Title. + :return: The anchor_case_sensitive_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Title. + """Sets the anchor_case_sensitive_metadata of this Title. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Title. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -424,22 +627,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Title. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Title. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Title. + :return: The anchor_horizontal_alignment of this Title. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Title. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Title. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Title. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Title. # noqa: E501 :type: str """ @@ -447,20 +650,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Title. + """Gets the anchor_horizontal_alignment_metadata of this Title. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Title. + :return: The anchor_horizontal_alignment_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Title. + """Sets the anchor_horizontal_alignment_metadata of this Title. + - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Title. + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -468,22 +671,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Title. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Title. # noqa: E501 + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Title. + :return: The anchor_ignore_if_not_present of this Title. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Title. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Title. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Title. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Title. # noqa: E501 :type: str """ @@ -491,20 +694,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Title. + """Gets the anchor_ignore_if_not_present_metadata of this Title. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Title. + :return: The anchor_ignore_if_not_present_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Title. + """Sets the anchor_ignore_if_not_present_metadata of this Title. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Title. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -512,22 +715,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Title. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Title. # noqa: E501 + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :return: The anchor_match_whole_word of this Title. + :return: The anchor_match_whole_word of this Title. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Title. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Title. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this Title. + :param anchor_match_whole_word: The anchor_match_whole_word of this Title. # noqa: E501 :type: str """ @@ -535,20 +738,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Title. + """Gets the anchor_match_whole_word_metadata of this Title. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Title. + :return: The anchor_match_whole_word_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Title. + """Sets the anchor_match_whole_word_metadata of this Title. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Title. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -556,22 +759,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Title. - Anchor text information for a radio button. + """Gets the anchor_string of this Title. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Title. + :return: The anchor_string of this Title. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Title. - Anchor text information for a radio button. + """Sets the anchor_string of this Title. + + Anchor text information for a radio button. # noqa: E501 - :param anchor_string: The anchor_string of this Title. + :param anchor_string: The anchor_string of this Title. # noqa: E501 :type: str """ @@ -579,20 +782,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Title. + """Gets the anchor_string_metadata of this Title. # noqa: E501 + - :return: The anchor_string_metadata of this Title. + :return: The anchor_string_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Title. + """Sets the anchor_string_metadata of this Title. + - :param anchor_string_metadata: The anchor_string_metadata of this Title. + :param anchor_string_metadata: The anchor_string_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -600,22 +803,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Title. - + """Gets the anchor_tab_processor_version of this Title. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Title. + :return: The anchor_tab_processor_version of this Title. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Title. - + """Sets the anchor_tab_processor_version of this Title. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Title. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Title. # noqa: E501 :type: str """ @@ -623,20 +826,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Title. + """Gets the anchor_tab_processor_version_metadata of this Title. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Title. + :return: The anchor_tab_processor_version_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Title. + """Sets the anchor_tab_processor_version_metadata of this Title. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Title. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -644,22 +847,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Title. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Title. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Title. + :return: The anchor_units of this Title. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Title. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Title. + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :param anchor_units: The anchor_units of this Title. + :param anchor_units: The anchor_units of this Title. # noqa: E501 :type: str """ @@ -667,20 +870,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Title. + """Gets the anchor_units_metadata of this Title. # noqa: E501 + - :return: The anchor_units_metadata of this Title. + :return: The anchor_units_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Title. + """Sets the anchor_units_metadata of this Title. + - :param anchor_units_metadata: The anchor_units_metadata of this Title. + :param anchor_units_metadata: The anchor_units_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -688,22 +891,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Title. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Title. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Title. + :return: The anchor_x_offset of this Title. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Title. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Title. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Title. + :param anchor_x_offset: The anchor_x_offset of this Title. # noqa: E501 :type: str """ @@ -711,20 +914,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Title. + """Gets the anchor_x_offset_metadata of this Title. # noqa: E501 + - :return: The anchor_x_offset_metadata of this Title. + :return: The anchor_x_offset_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Title. + """Sets the anchor_x_offset_metadata of this Title. + - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Title. + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -732,22 +935,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Title. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Title. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Title. + :return: The anchor_y_offset of this Title. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Title. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Title. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this Title. + :param anchor_y_offset: The anchor_y_offset of this Title. # noqa: E501 :type: str """ @@ -755,20 +958,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Title. + """Gets the anchor_y_offset_metadata of this Title. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Title. + :return: The anchor_y_offset_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Title. + """Sets the anchor_y_offset_metadata of this Title. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Title. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -776,22 +979,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Title. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Title. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this Title. + :return: The bold of this Title. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Title. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Title. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Title. + :param bold: The bold of this Title. # noqa: E501 :type: str """ @@ -799,20 +1002,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Title. + """Gets the bold_metadata of this Title. # noqa: E501 + - :return: The bold_metadata of this Title. + :return: The bold_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Title. + """Sets the bold_metadata of this Title. + - :param bold_metadata: The bold_metadata of this Title. + :param bold_metadata: The bold_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -820,22 +1023,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Title. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Title. # noqa: E501 + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :return: The conceal_value_on_document of this Title. + :return: The conceal_value_on_document of this Title. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Title. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Title. + + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 - :param conceal_value_on_document: The conceal_value_on_document of this Title. + :param conceal_value_on_document: The conceal_value_on_document of this Title. # noqa: E501 :type: str """ @@ -843,20 +1046,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Title. + """Gets the conceal_value_on_document_metadata of this Title. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this Title. + :return: The conceal_value_on_document_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Title. + """Sets the conceal_value_on_document_metadata of this Title. + - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Title. + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -864,22 +1067,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Title. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Title. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Title. + :return: The conditional_parent_label of this Title. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Title. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Title. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this Title. + :param conditional_parent_label: The conditional_parent_label of this Title. # noqa: E501 :type: str """ @@ -887,20 +1090,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Title. + """Gets the conditional_parent_label_metadata of this Title. # noqa: E501 + - :return: The conditional_parent_label_metadata of this Title. + :return: The conditional_parent_label_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Title. + """Sets the conditional_parent_label_metadata of this Title. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Title. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -908,22 +1111,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Title. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Title. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Title. + :return: The conditional_parent_value of this Title. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Title. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Title. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Title. + :param conditional_parent_value: The conditional_parent_value of this Title. # noqa: E501 :type: str """ @@ -931,20 +1134,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Title. + """Gets the conditional_parent_value_metadata of this Title. # noqa: E501 + - :return: The conditional_parent_value_metadata of this Title. + :return: The conditional_parent_value_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Title. + """Sets the conditional_parent_value_metadata of this Title. + - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Title. + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -952,22 +1155,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Title. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Title. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Title. + :return: The custom_tab_id of this Title. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Title. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Title. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Title. + :param custom_tab_id: The custom_tab_id of this Title. # noqa: E501 :type: str """ @@ -975,20 +1178,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Title. + """Gets the custom_tab_id_metadata of this Title. # noqa: E501 + - :return: The custom_tab_id_metadata of this Title. + :return: The custom_tab_id_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Title. + """Sets the custom_tab_id_metadata of this Title. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Title. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -996,22 +1199,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Title. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Title. # noqa: E501 + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :return: The disable_auto_size of this Title. + :return: The disable_auto_size of this Title. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Title. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Title. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Title. + :param disable_auto_size: The disable_auto_size of this Title. # noqa: E501 :type: str """ @@ -1019,20 +1222,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Title. + """Gets the disable_auto_size_metadata of this Title. # noqa: E501 + - :return: The disable_auto_size_metadata of this Title. + :return: The disable_auto_size_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Title. + """Sets the disable_auto_size_metadata of this Title. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Title. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1040,22 +1243,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Title. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Title. # noqa: E501 + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :return: The document_id of this Title. + :return: The document_id of this Title. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Title. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Title. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Title. + :param document_id: The document_id of this Title. # noqa: E501 :type: str """ @@ -1063,20 +1266,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Title. + """Gets the document_id_metadata of this Title. # noqa: E501 + - :return: The document_id_metadata of this Title. + :return: The document_id_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Title. + """Sets the document_id_metadata of this Title. + - :param document_id_metadata: The document_id_metadata of this Title. + :param document_id_metadata: The document_id_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1084,20 +1287,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Title. + """Gets the error_details of this Title. # noqa: E501 + - :return: The error_details of this Title. + :return: The error_details of this Title. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Title. + """Sets the error_details of this Title. + - :param error_details: The error_details of this Title. + :param error_details: The error_details of this Title. # noqa: E501 :type: ErrorDetails """ @@ -1105,22 +1308,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Title. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Title. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Title. + :return: The font of this Title. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Title. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Title. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Title. + :param font: The font of this Title. # noqa: E501 :type: str """ @@ -1128,22 +1331,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Title. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Title. # noqa: E501 + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :return: The font_color of this Title. + :return: The font_color of this Title. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Title. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Title. + + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 - :param font_color: The font_color of this Title. + :param font_color: The font_color of this Title. # noqa: E501 :type: str """ @@ -1151,20 +1354,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Title. + """Gets the font_color_metadata of this Title. # noqa: E501 + - :return: The font_color_metadata of this Title. + :return: The font_color_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Title. + """Sets the font_color_metadata of this Title. + - :param font_color_metadata: The font_color_metadata of this Title. + :param font_color_metadata: The font_color_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1172,20 +1375,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Title. + """Gets the font_metadata of this Title. # noqa: E501 + - :return: The font_metadata of this Title. + :return: The font_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Title. + """Sets the font_metadata of this Title. + - :param font_metadata: The font_metadata of this Title. + :param font_metadata: The font_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1193,22 +1396,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Title. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Title. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this Title. + :return: The font_size of this Title. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Title. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Title. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Title. + :param font_size: The font_size of this Title. # noqa: E501 :type: str """ @@ -1216,20 +1419,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Title. + """Gets the font_size_metadata of this Title. # noqa: E501 + - :return: The font_size_metadata of this Title. + :return: The font_size_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Title. + """Sets the font_size_metadata of this Title. + - :param font_size_metadata: The font_size_metadata of this Title. + :param font_size_metadata: The font_size_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1237,22 +1440,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Title. - + """Gets the form_order of this Title. # noqa: E501 + + # noqa: E501 - :return: The form_order of this Title. + :return: The form_order of this Title. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Title. - + """Sets the form_order of this Title. + + # noqa: E501 - :param form_order: The form_order of this Title. + :param form_order: The form_order of this Title. # noqa: E501 :type: str """ @@ -1260,20 +1463,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Title. + """Gets the form_order_metadata of this Title. # noqa: E501 + - :return: The form_order_metadata of this Title. + :return: The form_order_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Title. + """Sets the form_order_metadata of this Title. + - :param form_order_metadata: The form_order_metadata of this Title. + :param form_order_metadata: The form_order_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1281,22 +1484,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Title. - + """Gets the form_page_label of this Title. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Title. + :return: The form_page_label of this Title. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Title. - + """Sets the form_page_label of this Title. + + # noqa: E501 - :param form_page_label: The form_page_label of this Title. + :param form_page_label: The form_page_label of this Title. # noqa: E501 :type: str """ @@ -1304,20 +1507,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Title. + """Gets the form_page_label_metadata of this Title. # noqa: E501 + - :return: The form_page_label_metadata of this Title. + :return: The form_page_label_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Title. + """Sets the form_page_label_metadata of this Title. + - :param form_page_label_metadata: The form_page_label_metadata of this Title. + :param form_page_label_metadata: The form_page_label_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1325,22 +1528,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Title. - + """Gets the form_page_number of this Title. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Title. + :return: The form_page_number of this Title. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Title. - + """Sets the form_page_number of this Title. + + # noqa: E501 - :param form_page_number: The form_page_number of this Title. + :param form_page_number: The form_page_number of this Title. # noqa: E501 :type: str """ @@ -1348,20 +1551,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Title. + """Gets the form_page_number_metadata of this Title. # noqa: E501 + - :return: The form_page_number_metadata of this Title. + :return: The form_page_number_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Title. + """Sets the form_page_number_metadata of this Title. + - :param form_page_number_metadata: The form_page_number_metadata of this Title. + :param form_page_number_metadata: The form_page_number_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1369,22 +1572,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Title. - Height of the tab in pixels. + """Gets the height of this Title. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Title. + :return: The height of this Title. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Title. - Height of the tab in pixels. + """Sets the height of this Title. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Title. + :param height: The height of this Title. # noqa: E501 :type: str """ @@ -1392,20 +1595,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Title. + """Gets the height_metadata of this Title. # noqa: E501 + - :return: The height_metadata of this Title. + :return: The height_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Title. + """Sets the height_metadata of this Title. + - :param height_metadata: The height_metadata of this Title. + :param height_metadata: The height_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1413,22 +1616,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Title. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Title. # noqa: E501 + + When set to **true**, the information in the tab is italic. # noqa: E501 - :return: The italic of this Title. + :return: The italic of this Title. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Title. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Title. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Title. + :param italic: The italic of this Title. # noqa: E501 :type: str """ @@ -1436,20 +1639,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Title. + """Gets the italic_metadata of this Title. # noqa: E501 + - :return: The italic_metadata of this Title. + :return: The italic_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Title. + """Sets the italic_metadata of this Title. + - :param italic_metadata: The italic_metadata of this Title. + :param italic_metadata: The italic_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1457,20 +1660,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Title. + """Gets the locale_policy of this Title. # noqa: E501 + - :return: The locale_policy of this Title. + :return: The locale_policy of this Title. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Title. + """Sets the locale_policy of this Title. + - :param locale_policy: The locale_policy of this Title. + :param locale_policy: The locale_policy of this Title. # noqa: E501 :type: LocalePolicyTab """ @@ -1478,22 +1681,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Title. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Title. # noqa: E501 + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :return: The locked of this Title. + :return: The locked of this Title. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Title. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Title. + + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 - :param locked: The locked of this Title. + :param locked: The locked of this Title. # noqa: E501 :type: str """ @@ -1501,20 +1704,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Title. + """Gets the locked_metadata of this Title. # noqa: E501 + - :return: The locked_metadata of this Title. + :return: The locked_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Title. + """Sets the locked_metadata of this Title. + - :param locked_metadata: The locked_metadata of this Title. + :param locked_metadata: The locked_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1522,22 +1725,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Title. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Title. # noqa: E501 + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 - :return: The max_length of this Title. + :return: The max_length of this Title. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Title. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Title. + + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 - :param max_length: The max_length of this Title. + :param max_length: The max_length of this Title. # noqa: E501 :type: str """ @@ -1545,20 +1748,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Title. + """Gets the max_length_metadata of this Title. # noqa: E501 + - :return: The max_length_metadata of this Title. + :return: The max_length_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Title. + """Sets the max_length_metadata of this Title. + - :param max_length_metadata: The max_length_metadata of this Title. + :param max_length_metadata: The max_length_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1566,20 +1769,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Title. + """Gets the merge_field of this Title. # noqa: E501 + - :return: The merge_field of this Title. + :return: The merge_field of this Title. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Title. + """Sets the merge_field of this Title. + - :param merge_field: The merge_field of this Title. + :param merge_field: The merge_field of this Title. # noqa: E501 :type: MergeField """ @@ -1587,22 +1790,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Title. - + """Gets the merge_field_xml of this Title. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this Title. + :return: The merge_field_xml of this Title. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Title. - + """Sets the merge_field_xml of this Title. + + # noqa: E501 - :param merge_field_xml: The merge_field_xml of this Title. + :param merge_field_xml: The merge_field_xml of this Title. # noqa: E501 :type: str """ @@ -1610,22 +1813,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Title. - + """Gets the name of this Title. # noqa: E501 + + # noqa: E501 - :return: The name of this Title. + :return: The name of this Title. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Title. - + """Sets the name of this Title. + + # noqa: E501 - :param name: The name of this Title. + :param name: The name of this Title. # noqa: E501 :type: str """ @@ -1633,20 +1836,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Title. + """Gets the name_metadata of this Title. # noqa: E501 + - :return: The name_metadata of this Title. + :return: The name_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Title. + """Sets the name_metadata of this Title. + - :param name_metadata: The name_metadata of this Title. + :param name_metadata: The name_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1654,22 +1857,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Title. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Title. # noqa: E501 + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :return: The original_value of this Title. + :return: The original_value of this Title. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Title. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Title. + + The initial value of the tab when it was sent to the recipient. # noqa: E501 - :param original_value: The original_value of this Title. + :param original_value: The original_value of this Title. # noqa: E501 :type: str """ @@ -1677,20 +1880,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Title. + """Gets the original_value_metadata of this Title. # noqa: E501 + - :return: The original_value_metadata of this Title. + :return: The original_value_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Title. + """Sets the original_value_metadata of this Title. + - :param original_value_metadata: The original_value_metadata of this Title. + :param original_value_metadata: The original_value_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1698,22 +1901,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Title. - Specifies the page number on which the tab is located. + """Gets the page_number of this Title. # noqa: E501 + + Specifies the page number on which the tab is located. # noqa: E501 - :return: The page_number of this Title. + :return: The page_number of this Title. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Title. - Specifies the page number on which the tab is located. + """Sets the page_number of this Title. + + Specifies the page number on which the tab is located. # noqa: E501 - :param page_number: The page_number of this Title. + :param page_number: The page_number of this Title. # noqa: E501 :type: str """ @@ -1721,20 +1924,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Title. + """Gets the page_number_metadata of this Title. # noqa: E501 + - :return: The page_number_metadata of this Title. + :return: The page_number_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Title. + """Sets the page_number_metadata of this Title. + - :param page_number_metadata: The page_number_metadata of this Title. + :param page_number_metadata: The page_number_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1742,22 +1945,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Title. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Title. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this Title. + :return: The recipient_id of this Title. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Title. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Title. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this Title. + :param recipient_id: The recipient_id of this Title. # noqa: E501 :type: str """ @@ -1765,22 +1968,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Title. - + """Gets the recipient_id_guid of this Title. # noqa: E501 + + # noqa: E501 - :return: The recipient_id_guid of this Title. + :return: The recipient_id_guid of this Title. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Title. - + """Sets the recipient_id_guid of this Title. + + # noqa: E501 - :param recipient_id_guid: The recipient_id_guid of this Title. + :param recipient_id_guid: The recipient_id_guid of this Title. # noqa: E501 :type: str """ @@ -1788,20 +1991,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Title. + """Gets the recipient_id_guid_metadata of this Title. # noqa: E501 + - :return: The recipient_id_guid_metadata of this Title. + :return: The recipient_id_guid_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Title. + """Sets the recipient_id_guid_metadata of this Title. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Title. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1809,20 +2012,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Title. + """Gets the recipient_id_metadata of this Title. # noqa: E501 + - :return: The recipient_id_metadata of this Title. + :return: The recipient_id_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Title. + """Sets the recipient_id_metadata of this Title. + - :param recipient_id_metadata: The recipient_id_metadata of this Title. + :param recipient_id_metadata: The recipient_id_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1830,22 +2033,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this Title. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Title. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this Title. + :return: The required of this Title. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Title. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Title. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :param required: The required of this Title. + :param required: The required of this Title. # noqa: E501 :type: str """ @@ -1853,20 +2056,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Title. + """Gets the required_metadata of this Title. # noqa: E501 + - :return: The required_metadata of this Title. + :return: The required_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Title. + """Sets the required_metadata of this Title. + - :param required_metadata: The required_metadata of this Title. + :param required_metadata: The required_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1874,20 +2077,20 @@ def required_metadata(self, required_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Title. + """Gets the smart_contract_information of this Title. # noqa: E501 + - :return: The smart_contract_information of this Title. + :return: The smart_contract_information of this Title. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Title. + """Sets the smart_contract_information of this Title. + - :param smart_contract_information: The smart_contract_information of this Title. + :param smart_contract_information: The smart_contract_information of this Title. # noqa: E501 :type: SmartContractInformation """ @@ -1895,22 +2098,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Title. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Title. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Title. + :return: The status of this Title. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Title. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Title. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Title. + :param status: The status of this Title. # noqa: E501 :type: str """ @@ -1918,20 +2121,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Title. + """Gets the status_metadata of this Title. # noqa: E501 + - :return: The status_metadata of this Title. + :return: The status_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Title. + """Sets the status_metadata of this Title. + - :param status_metadata: The status_metadata of this Title. + :param status_metadata: The status_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1939,22 +2142,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Title. - + """Gets the tab_group_labels of this Title. # noqa: E501 + + # noqa: E501 - :return: The tab_group_labels of this Title. + :return: The tab_group_labels of this Title. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Title. - + """Sets the tab_group_labels of this Title. + + # noqa: E501 - :param tab_group_labels: The tab_group_labels of this Title. + :param tab_group_labels: The tab_group_labels of this Title. # noqa: E501 :type: list[str] """ @@ -1962,20 +2165,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Title. + """Gets the tab_group_labels_metadata of this Title. # noqa: E501 + - :return: The tab_group_labels_metadata of this Title. + :return: The tab_group_labels_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Title. + """Sets the tab_group_labels_metadata of this Title. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Title. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -1983,22 +2186,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Title. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Title. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this Title. + :return: The tab_id of this Title. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Title. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Title. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this Title. + :param tab_id: The tab_id of this Title. # noqa: E501 :type: str """ @@ -2006,20 +2209,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Title. + """Gets the tab_id_metadata of this Title. # noqa: E501 + - :return: The tab_id_metadata of this Title. + :return: The tab_id_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Title. + """Sets the tab_id_metadata of this Title. + - :param tab_id_metadata: The tab_id_metadata of this Title. + :param tab_id_metadata: The tab_id_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2027,22 +2230,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Title. - The label string associated with the tab. + """Gets the tab_label of this Title. # noqa: E501 + + The label string associated with the tab. # noqa: E501 - :return: The tab_label of this Title. + :return: The tab_label of this Title. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Title. - The label string associated with the tab. + """Sets the tab_label of this Title. + + The label string associated with the tab. # noqa: E501 - :param tab_label: The tab_label of this Title. + :param tab_label: The tab_label of this Title. # noqa: E501 :type: str """ @@ -2050,20 +2253,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Title. + """Gets the tab_label_metadata of this Title. # noqa: E501 + - :return: The tab_label_metadata of this Title. + :return: The tab_label_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Title. + """Sets the tab_label_metadata of this Title. + - :param tab_label_metadata: The tab_label_metadata of this Title. + :param tab_label_metadata: The tab_label_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2071,22 +2274,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Title. - + """Gets the tab_order of this Title. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this Title. + :return: The tab_order of this Title. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Title. - + """Sets the tab_order of this Title. + + # noqa: E501 - :param tab_order: The tab_order of this Title. + :param tab_order: The tab_order of this Title. # noqa: E501 :type: str """ @@ -2094,20 +2297,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Title. + """Gets the tab_order_metadata of this Title. # noqa: E501 + - :return: The tab_order_metadata of this Title. + :return: The tab_order_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Title. + """Sets the tab_order_metadata of this Title. + - :param tab_order_metadata: The tab_order_metadata of this Title. + :param tab_order_metadata: The tab_order_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2115,22 +2318,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Title. - + """Gets the tab_type of this Title. # noqa: E501 + + # noqa: E501 - :return: The tab_type of this Title. + :return: The tab_type of this Title. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Title. - + """Sets the tab_type of this Title. + + # noqa: E501 - :param tab_type: The tab_type of this Title. + :param tab_type: The tab_type of this Title. # noqa: E501 :type: str """ @@ -2138,20 +2341,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Title. + """Gets the tab_type_metadata of this Title. # noqa: E501 + - :return: The tab_type_metadata of this Title. + :return: The tab_type_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Title. + """Sets the tab_type_metadata of this Title. + - :param tab_type_metadata: The tab_type_metadata of this Title. + :param tab_type_metadata: The tab_type_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2159,22 +2362,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Title. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Title. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Title. + :return: The template_locked of this Title. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Title. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Title. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Title. + :param template_locked: The template_locked of this Title. # noqa: E501 :type: str """ @@ -2182,20 +2385,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Title. + """Gets the template_locked_metadata of this Title. # noqa: E501 + - :return: The template_locked_metadata of this Title. + :return: The template_locked_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Title. + """Sets the template_locked_metadata of this Title. + - :param template_locked_metadata: The template_locked_metadata of this Title. + :param template_locked_metadata: The template_locked_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2203,22 +2406,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Title. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Title. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this Title. + :return: The template_required of this Title. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Title. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Title. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this Title. + :param template_required: The template_required of this Title. # noqa: E501 :type: str """ @@ -2226,20 +2429,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Title. + """Gets the template_required_metadata of this Title. # noqa: E501 + - :return: The template_required_metadata of this Title. + :return: The template_required_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Title. + """Sets the template_required_metadata of this Title. + - :param template_required_metadata: The template_required_metadata of this Title. + :param template_required_metadata: The template_required_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2247,22 +2450,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Title. - + """Gets the tooltip of this Title. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this Title. + :return: The tooltip of this Title. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Title. - + """Sets the tooltip of this Title. + + # noqa: E501 - :param tooltip: The tooltip of this Title. + :param tooltip: The tooltip of this Title. # noqa: E501 :type: str """ @@ -2270,20 +2473,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Title. + """Gets the tool_tip_metadata of this Title. # noqa: E501 + - :return: The tool_tip_metadata of this Title. + :return: The tool_tip_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Title. + """Sets the tool_tip_metadata of this Title. + - :param tool_tip_metadata: The tool_tip_metadata of this Title. + :param tool_tip_metadata: The tool_tip_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2291,22 +2494,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Title. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Title. # noqa: E501 + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :return: The underline of this Title. + :return: The underline of this Title. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Title. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Title. + + When set to **true**, the information in the tab is underlined. # noqa: E501 - :param underline: The underline of this Title. + :param underline: The underline of this Title. # noqa: E501 :type: str """ @@ -2314,20 +2517,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Title. + """Gets the underline_metadata of this Title. # noqa: E501 + - :return: The underline_metadata of this Title. + :return: The underline_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Title. + """Sets the underline_metadata of this Title. + - :param underline_metadata: The underline_metadata of this Title. + :param underline_metadata: The underline_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2335,22 +2538,22 @@ def underline_metadata(self, underline_metadata): @property def value(self): - """ - Gets the value of this Title. - Specifies the value of the tab. + """Gets the value of this Title. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 - :return: The value of this Title. + :return: The value of this Title. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Title. - Specifies the value of the tab. + """Sets the value of this Title. + + Specifies the value of the tab. # noqa: E501 - :param value: The value of this Title. + :param value: The value of this Title. # noqa: E501 :type: str """ @@ -2358,20 +2561,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Title. + """Gets the value_metadata of this Title. # noqa: E501 + - :return: The value_metadata of this Title. + :return: The value_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Title. + """Sets the value_metadata of this Title. + - :param value_metadata: The value_metadata of this Title. + :param value_metadata: The value_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2379,22 +2582,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Title. - Width of the tab in pixels. + """Gets the width of this Title. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this Title. + :return: The width of this Title. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Title. - Width of the tab in pixels. + """Sets the width of this Title. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this Title. + :param width: The width of this Title. # noqa: E501 :type: str """ @@ -2402,20 +2605,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Title. + """Gets the width_metadata of this Title. # noqa: E501 + - :return: The width_metadata of this Title. + :return: The width_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Title. + """Sets the width_metadata of this Title. + - :param width_metadata: The width_metadata of this Title. + :param width_metadata: The width_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2423,22 +2626,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Title. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Title. # noqa: E501 + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The x_position of this Title. + :return: The x_position of this Title. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Title. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Title. + + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param x_position: The x_position of this Title. + :param x_position: The x_position of this Title. # noqa: E501 :type: str """ @@ -2446,20 +2649,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Title. + """Gets the x_position_metadata of this Title. # noqa: E501 + - :return: The x_position_metadata of this Title. + :return: The x_position_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Title. + """Sets the x_position_metadata of this Title. + - :param x_position_metadata: The x_position_metadata of this Title. + :param x_position_metadata: The x_position_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ @@ -2467,22 +2670,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Title. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Title. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this Title. + :return: The y_position of this Title. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Title. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Title. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this Title. + :param y_position: The y_position of this Title. # noqa: E501 :type: str """ @@ -2490,32 +2693,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Title. + """Gets the y_position_metadata of this Title. # noqa: E501 + - :return: The y_position_metadata of this Title. + :return: The y_position_metadata of this Title. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Title. + """Sets the y_position_metadata of this Title. + - :param y_position_metadata: The y_position_metadata of this Title. + :param y_position_metadata: The y_position_metadata of this Title. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2532,29 +2733,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Title, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Title): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/usage_history.py b/docusign_esign/models/usage_history.py index 639968fa..692ad52d 100644 --- a/docusign_esign/models/usage_history.py +++ b/docusign_esign/models/usage_history.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UsageHistory(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, last_sent_date_time=None, last_signed_date_time=None, sent_count=None, signed_count=None): - """ - UsageHistory - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'last_sent_date_time': 'str', - 'last_signed_date_time': 'str', - 'sent_count': 'str', - 'signed_count': 'str' - } - - self.attribute_map = { - 'last_sent_date_time': 'lastSentDateTime', - 'last_signed_date_time': 'lastSignedDateTime', - 'sent_count': 'sentCount', - 'signed_count': 'signedCount' - } - self._last_sent_date_time = last_sent_date_time - self._last_signed_date_time = last_signed_date_time - self._sent_count = sent_count - self._signed_count = signed_count + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'last_sent_date_time': 'str', + 'last_signed_date_time': 'str', + 'sent_count': 'str', + 'signed_count': 'str' + } + + attribute_map = { + 'last_sent_date_time': 'lastSentDateTime', + 'last_signed_date_time': 'lastSignedDateTime', + 'sent_count': 'sentCount', + 'signed_count': 'signedCount' + } + + def __init__(self, last_sent_date_time=None, last_signed_date_time=None, sent_count=None, signed_count=None): # noqa: E501 + """UsageHistory - a model defined in Swagger""" # noqa: E501 + + self._last_sent_date_time = None + self._last_signed_date_time = None + self._sent_count = None + self._signed_count = None + self.discriminator = None + + if last_sent_date_time is not None: + self.last_sent_date_time = last_sent_date_time + if last_signed_date_time is not None: + self.last_signed_date_time = last_signed_date_time + if sent_count is not None: + self.sent_count = sent_count + if signed_count is not None: + self.signed_count = signed_count @property def last_sent_date_time(self): - """ - Gets the last_sent_date_time of this UsageHistory. - The date and time the user last sent an envelope. + """Gets the last_sent_date_time of this UsageHistory. # noqa: E501 - :return: The last_sent_date_time of this UsageHistory. + The date and time the user last sent an envelope. # noqa: E501 + + :return: The last_sent_date_time of this UsageHistory. # noqa: E501 :rtype: str """ return self._last_sent_date_time @last_sent_date_time.setter def last_sent_date_time(self, last_sent_date_time): - """ - Sets the last_sent_date_time of this UsageHistory. - The date and time the user last sent an envelope. + """Sets the last_sent_date_time of this UsageHistory. - :param last_sent_date_time: The last_sent_date_time of this UsageHistory. + The date and time the user last sent an envelope. # noqa: E501 + + :param last_sent_date_time: The last_sent_date_time of this UsageHistory. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def last_sent_date_time(self, last_sent_date_time): @property def last_signed_date_time(self): - """ - Gets the last_signed_date_time of this UsageHistory. - The date and time the user last signed an envelope. + """Gets the last_signed_date_time of this UsageHistory. # noqa: E501 + + The date and time the user last signed an envelope. # noqa: E501 - :return: The last_signed_date_time of this UsageHistory. + :return: The last_signed_date_time of this UsageHistory. # noqa: E501 :rtype: str """ return self._last_signed_date_time @last_signed_date_time.setter def last_signed_date_time(self, last_signed_date_time): - """ - Sets the last_signed_date_time of this UsageHistory. - The date and time the user last signed an envelope. + """Sets the last_signed_date_time of this UsageHistory. + + The date and time the user last signed an envelope. # noqa: E501 - :param last_signed_date_time: The last_signed_date_time of this UsageHistory. + :param last_signed_date_time: The last_signed_date_time of this UsageHistory. # noqa: E501 :type: str """ @@ -97,22 +110,22 @@ def last_signed_date_time(self, last_signed_date_time): @property def sent_count(self): - """ - Gets the sent_count of this UsageHistory. - The number of envelopes the user has sent. + """Gets the sent_count of this UsageHistory. # noqa: E501 + + The number of envelopes the user has sent. # noqa: E501 - :return: The sent_count of this UsageHistory. + :return: The sent_count of this UsageHistory. # noqa: E501 :rtype: str """ return self._sent_count @sent_count.setter def sent_count(self, sent_count): - """ - Sets the sent_count of this UsageHistory. - The number of envelopes the user has sent. + """Sets the sent_count of this UsageHistory. - :param sent_count: The sent_count of this UsageHistory. + The number of envelopes the user has sent. # noqa: E501 + + :param sent_count: The sent_count of this UsageHistory. # noqa: E501 :type: str """ @@ -120,34 +133,32 @@ def sent_count(self, sent_count): @property def signed_count(self): - """ - Gets the signed_count of this UsageHistory. - The number of envelopes the user has signed. + """Gets the signed_count of this UsageHistory. # noqa: E501 - :return: The signed_count of this UsageHistory. + The number of envelopes the user has signed. # noqa: E501 + + :return: The signed_count of this UsageHistory. # noqa: E501 :rtype: str """ return self._signed_count @signed_count.setter def signed_count(self, signed_count): - """ - Sets the signed_count of this UsageHistory. - The number of envelopes the user has signed. + """Sets the signed_count of this UsageHistory. + + The number of envelopes the user has signed. # noqa: E501 - :param signed_count: The signed_count of this UsageHistory. + :param signed_count: The signed_count of this UsageHistory. # noqa: E501 :type: str """ self._signed_count = signed_count def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -164,29 +175,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UsageHistory, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UsageHistory): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_account_management_granular_information.py b/docusign_esign/models/user_account_management_granular_information.py index 46485d88..33cf3bf2 100644 --- a/docusign_esign/models/user_account_management_granular_information.py +++ b/docusign_esign/models/user_account_management_granular_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,92 +11,130 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserAccountManagementGranularInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, can_manage_account_security_settings=None, can_manage_account_security_settings_metadata=None, can_manage_account_settings=None, can_manage_account_settings_metadata=None, can_manage_admins=None, can_manage_admins_metadata=None, can_manage_reporting=None, can_manage_reporting_metadata=None, can_manage_sharing=None, can_manage_sharing_metadata=None, can_manage_signing_groups=None, can_manage_signing_groups_metadata=None, can_manage_users=None, can_manage_users_metadata=None): - """ - UserAccountManagementGranularInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'can_manage_account_security_settings': 'str', - 'can_manage_account_security_settings_metadata': 'SettingsMetadata', - 'can_manage_account_settings': 'str', - 'can_manage_account_settings_metadata': 'SettingsMetadata', - 'can_manage_admins': 'str', - 'can_manage_admins_metadata': 'SettingsMetadata', - 'can_manage_reporting': 'str', - 'can_manage_reporting_metadata': 'SettingsMetadata', - 'can_manage_sharing': 'str', - 'can_manage_sharing_metadata': 'SettingsMetadata', - 'can_manage_signing_groups': 'str', - 'can_manage_signing_groups_metadata': 'SettingsMetadata', - 'can_manage_users': 'str', - 'can_manage_users_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'can_manage_account_security_settings': 'canManageAccountSecuritySettings', - 'can_manage_account_security_settings_metadata': 'canManageAccountSecuritySettingsMetadata', - 'can_manage_account_settings': 'canManageAccountSettings', - 'can_manage_account_settings_metadata': 'canManageAccountSettingsMetadata', - 'can_manage_admins': 'canManageAdmins', - 'can_manage_admins_metadata': 'canManageAdminsMetadata', - 'can_manage_reporting': 'canManageReporting', - 'can_manage_reporting_metadata': 'canManageReportingMetadata', - 'can_manage_sharing': 'canManageSharing', - 'can_manage_sharing_metadata': 'canManageSharingMetadata', - 'can_manage_signing_groups': 'canManageSigningGroups', - 'can_manage_signing_groups_metadata': 'canManageSigningGroupsMetadata', - 'can_manage_users': 'canManageUsers', - 'can_manage_users_metadata': 'canManageUsersMetadata' - } - - self._can_manage_account_security_settings = can_manage_account_security_settings - self._can_manage_account_security_settings_metadata = can_manage_account_security_settings_metadata - self._can_manage_account_settings = can_manage_account_settings - self._can_manage_account_settings_metadata = can_manage_account_settings_metadata - self._can_manage_admins = can_manage_admins - self._can_manage_admins_metadata = can_manage_admins_metadata - self._can_manage_reporting = can_manage_reporting - self._can_manage_reporting_metadata = can_manage_reporting_metadata - self._can_manage_sharing = can_manage_sharing - self._can_manage_sharing_metadata = can_manage_sharing_metadata - self._can_manage_signing_groups = can_manage_signing_groups - self._can_manage_signing_groups_metadata = can_manage_signing_groups_metadata - self._can_manage_users = can_manage_users - self._can_manage_users_metadata = can_manage_users_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'can_manage_account_security_settings': 'str', + 'can_manage_account_security_settings_metadata': 'SettingsMetadata', + 'can_manage_account_settings': 'str', + 'can_manage_account_settings_metadata': 'SettingsMetadata', + 'can_manage_admins': 'str', + 'can_manage_admins_metadata': 'SettingsMetadata', + 'can_manage_reporting': 'str', + 'can_manage_reporting_metadata': 'SettingsMetadata', + 'can_manage_sharing': 'str', + 'can_manage_sharing_metadata': 'SettingsMetadata', + 'can_manage_signing_groups': 'str', + 'can_manage_signing_groups_metadata': 'SettingsMetadata', + 'can_manage_users': 'str', + 'can_manage_users_metadata': 'SettingsMetadata', + 'can_view_users': 'str' + } + + attribute_map = { + 'can_manage_account_security_settings': 'canManageAccountSecuritySettings', + 'can_manage_account_security_settings_metadata': 'canManageAccountSecuritySettingsMetadata', + 'can_manage_account_settings': 'canManageAccountSettings', + 'can_manage_account_settings_metadata': 'canManageAccountSettingsMetadata', + 'can_manage_admins': 'canManageAdmins', + 'can_manage_admins_metadata': 'canManageAdminsMetadata', + 'can_manage_reporting': 'canManageReporting', + 'can_manage_reporting_metadata': 'canManageReportingMetadata', + 'can_manage_sharing': 'canManageSharing', + 'can_manage_sharing_metadata': 'canManageSharingMetadata', + 'can_manage_signing_groups': 'canManageSigningGroups', + 'can_manage_signing_groups_metadata': 'canManageSigningGroupsMetadata', + 'can_manage_users': 'canManageUsers', + 'can_manage_users_metadata': 'canManageUsersMetadata', + 'can_view_users': 'canViewUsers' + } + + def __init__(self, can_manage_account_security_settings=None, can_manage_account_security_settings_metadata=None, can_manage_account_settings=None, can_manage_account_settings_metadata=None, can_manage_admins=None, can_manage_admins_metadata=None, can_manage_reporting=None, can_manage_reporting_metadata=None, can_manage_sharing=None, can_manage_sharing_metadata=None, can_manage_signing_groups=None, can_manage_signing_groups_metadata=None, can_manage_users=None, can_manage_users_metadata=None, can_view_users=None): # noqa: E501 + """UserAccountManagementGranularInformation - a model defined in Swagger""" # noqa: E501 + + self._can_manage_account_security_settings = None + self._can_manage_account_security_settings_metadata = None + self._can_manage_account_settings = None + self._can_manage_account_settings_metadata = None + self._can_manage_admins = None + self._can_manage_admins_metadata = None + self._can_manage_reporting = None + self._can_manage_reporting_metadata = None + self._can_manage_sharing = None + self._can_manage_sharing_metadata = None + self._can_manage_signing_groups = None + self._can_manage_signing_groups_metadata = None + self._can_manage_users = None + self._can_manage_users_metadata = None + self._can_view_users = None + self.discriminator = None + + if can_manage_account_security_settings is not None: + self.can_manage_account_security_settings = can_manage_account_security_settings + if can_manage_account_security_settings_metadata is not None: + self.can_manage_account_security_settings_metadata = can_manage_account_security_settings_metadata + if can_manage_account_settings is not None: + self.can_manage_account_settings = can_manage_account_settings + if can_manage_account_settings_metadata is not None: + self.can_manage_account_settings_metadata = can_manage_account_settings_metadata + if can_manage_admins is not None: + self.can_manage_admins = can_manage_admins + if can_manage_admins_metadata is not None: + self.can_manage_admins_metadata = can_manage_admins_metadata + if can_manage_reporting is not None: + self.can_manage_reporting = can_manage_reporting + if can_manage_reporting_metadata is not None: + self.can_manage_reporting_metadata = can_manage_reporting_metadata + if can_manage_sharing is not None: + self.can_manage_sharing = can_manage_sharing + if can_manage_sharing_metadata is not None: + self.can_manage_sharing_metadata = can_manage_sharing_metadata + if can_manage_signing_groups is not None: + self.can_manage_signing_groups = can_manage_signing_groups + if can_manage_signing_groups_metadata is not None: + self.can_manage_signing_groups_metadata = can_manage_signing_groups_metadata + if can_manage_users is not None: + self.can_manage_users = can_manage_users + if can_manage_users_metadata is not None: + self.can_manage_users_metadata = can_manage_users_metadata + if can_view_users is not None: + self.can_view_users = can_view_users @property def can_manage_account_security_settings(self): - """ - Gets the can_manage_account_security_settings of this UserAccountManagementGranularInformation. - + """Gets the can_manage_account_security_settings of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_account_security_settings of this UserAccountManagementGranularInformation. + :return: The can_manage_account_security_settings of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_account_security_settings @can_manage_account_security_settings.setter def can_manage_account_security_settings(self, can_manage_account_security_settings): - """ - Sets the can_manage_account_security_settings of this UserAccountManagementGranularInformation. - + """Sets the can_manage_account_security_settings of this UserAccountManagementGranularInformation. - :param can_manage_account_security_settings: The can_manage_account_security_settings of this UserAccountManagementGranularInformation. + # noqa: E501 + + :param can_manage_account_security_settings: The can_manage_account_security_settings of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -104,20 +142,20 @@ def can_manage_account_security_settings(self, can_manage_account_security_setti @property def can_manage_account_security_settings_metadata(self): - """ - Gets the can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 - :return: The can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. + + :return: The can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_account_security_settings_metadata @can_manage_account_security_settings_metadata.setter def can_manage_account_security_settings_metadata(self, can_manage_account_security_settings_metadata): - """ - Sets the can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. - :param can_manage_account_security_settings_metadata: The can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. + + :param can_manage_account_security_settings_metadata: The can_manage_account_security_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -125,22 +163,22 @@ def can_manage_account_security_settings_metadata(self, can_manage_account_secur @property def can_manage_account_settings(self): - """ - Gets the can_manage_account_settings of this UserAccountManagementGranularInformation. - + """Gets the can_manage_account_settings of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_account_settings of this UserAccountManagementGranularInformation. + :return: The can_manage_account_settings of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_account_settings @can_manage_account_settings.setter def can_manage_account_settings(self, can_manage_account_settings): - """ - Sets the can_manage_account_settings of this UserAccountManagementGranularInformation. - + """Sets the can_manage_account_settings of this UserAccountManagementGranularInformation. + + # noqa: E501 - :param can_manage_account_settings: The can_manage_account_settings of this UserAccountManagementGranularInformation. + :param can_manage_account_settings: The can_manage_account_settings of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -148,20 +186,20 @@ def can_manage_account_settings(self, can_manage_account_settings): @property def can_manage_account_settings_metadata(self): - """ - Gets the can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 - :return: The can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. + + :return: The can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_account_settings_metadata @can_manage_account_settings_metadata.setter def can_manage_account_settings_metadata(self, can_manage_account_settings_metadata): - """ - Sets the can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. + - :param can_manage_account_settings_metadata: The can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. + :param can_manage_account_settings_metadata: The can_manage_account_settings_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -169,22 +207,22 @@ def can_manage_account_settings_metadata(self, can_manage_account_settings_metad @property def can_manage_admins(self): - """ - Gets the can_manage_admins of this UserAccountManagementGranularInformation. - + """Gets the can_manage_admins of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_admins of this UserAccountManagementGranularInformation. + :return: The can_manage_admins of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_admins @can_manage_admins.setter def can_manage_admins(self, can_manage_admins): - """ - Sets the can_manage_admins of this UserAccountManagementGranularInformation. - + """Sets the can_manage_admins of this UserAccountManagementGranularInformation. - :param can_manage_admins: The can_manage_admins of this UserAccountManagementGranularInformation. + # noqa: E501 + + :param can_manage_admins: The can_manage_admins of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -192,20 +230,20 @@ def can_manage_admins(self, can_manage_admins): @property def can_manage_admins_metadata(self): - """ - Gets the can_manage_admins_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_admins_metadata of this UserAccountManagementGranularInformation. # noqa: E501 + - :return: The can_manage_admins_metadata of this UserAccountManagementGranularInformation. + :return: The can_manage_admins_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_admins_metadata @can_manage_admins_metadata.setter def can_manage_admins_metadata(self, can_manage_admins_metadata): - """ - Sets the can_manage_admins_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_admins_metadata of this UserAccountManagementGranularInformation. + - :param can_manage_admins_metadata: The can_manage_admins_metadata of this UserAccountManagementGranularInformation. + :param can_manage_admins_metadata: The can_manage_admins_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -213,22 +251,22 @@ def can_manage_admins_metadata(self, can_manage_admins_metadata): @property def can_manage_reporting(self): - """ - Gets the can_manage_reporting of this UserAccountManagementGranularInformation. - + """Gets the can_manage_reporting of this UserAccountManagementGranularInformation. # noqa: E501 - :return: The can_manage_reporting of this UserAccountManagementGranularInformation. + # noqa: E501 + + :return: The can_manage_reporting of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_reporting @can_manage_reporting.setter def can_manage_reporting(self, can_manage_reporting): - """ - Sets the can_manage_reporting of this UserAccountManagementGranularInformation. - + """Sets the can_manage_reporting of this UserAccountManagementGranularInformation. + + # noqa: E501 - :param can_manage_reporting: The can_manage_reporting of this UserAccountManagementGranularInformation. + :param can_manage_reporting: The can_manage_reporting of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -236,20 +274,20 @@ def can_manage_reporting(self, can_manage_reporting): @property def can_manage_reporting_metadata(self): - """ - Gets the can_manage_reporting_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_reporting_metadata of this UserAccountManagementGranularInformation. # noqa: E501 + - :return: The can_manage_reporting_metadata of this UserAccountManagementGranularInformation. + :return: The can_manage_reporting_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_reporting_metadata @can_manage_reporting_metadata.setter def can_manage_reporting_metadata(self, can_manage_reporting_metadata): - """ - Sets the can_manage_reporting_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_reporting_metadata of this UserAccountManagementGranularInformation. + - :param can_manage_reporting_metadata: The can_manage_reporting_metadata of this UserAccountManagementGranularInformation. + :param can_manage_reporting_metadata: The can_manage_reporting_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -257,22 +295,22 @@ def can_manage_reporting_metadata(self, can_manage_reporting_metadata): @property def can_manage_sharing(self): - """ - Gets the can_manage_sharing of this UserAccountManagementGranularInformation. - + """Gets the can_manage_sharing of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_sharing of this UserAccountManagementGranularInformation. + :return: The can_manage_sharing of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_sharing @can_manage_sharing.setter def can_manage_sharing(self, can_manage_sharing): - """ - Sets the can_manage_sharing of this UserAccountManagementGranularInformation. - + """Sets the can_manage_sharing of this UserAccountManagementGranularInformation. - :param can_manage_sharing: The can_manage_sharing of this UserAccountManagementGranularInformation. + # noqa: E501 + + :param can_manage_sharing: The can_manage_sharing of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -280,20 +318,20 @@ def can_manage_sharing(self, can_manage_sharing): @property def can_manage_sharing_metadata(self): - """ - Gets the can_manage_sharing_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_sharing_metadata of this UserAccountManagementGranularInformation. # noqa: E501 + - :return: The can_manage_sharing_metadata of this UserAccountManagementGranularInformation. + :return: The can_manage_sharing_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_sharing_metadata @can_manage_sharing_metadata.setter def can_manage_sharing_metadata(self, can_manage_sharing_metadata): - """ - Sets the can_manage_sharing_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_sharing_metadata of this UserAccountManagementGranularInformation. + - :param can_manage_sharing_metadata: The can_manage_sharing_metadata of this UserAccountManagementGranularInformation. + :param can_manage_sharing_metadata: The can_manage_sharing_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -301,22 +339,22 @@ def can_manage_sharing_metadata(self, can_manage_sharing_metadata): @property def can_manage_signing_groups(self): - """ - Gets the can_manage_signing_groups of this UserAccountManagementGranularInformation. - + """Gets the can_manage_signing_groups of this UserAccountManagementGranularInformation. # noqa: E501 - :return: The can_manage_signing_groups of this UserAccountManagementGranularInformation. + # noqa: E501 + + :return: The can_manage_signing_groups of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_signing_groups @can_manage_signing_groups.setter def can_manage_signing_groups(self, can_manage_signing_groups): - """ - Sets the can_manage_signing_groups of this UserAccountManagementGranularInformation. - + """Sets the can_manage_signing_groups of this UserAccountManagementGranularInformation. + + # noqa: E501 - :param can_manage_signing_groups: The can_manage_signing_groups of this UserAccountManagementGranularInformation. + :param can_manage_signing_groups: The can_manage_signing_groups of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -324,20 +362,20 @@ def can_manage_signing_groups(self, can_manage_signing_groups): @property def can_manage_signing_groups_metadata(self): - """ - Gets the can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. # noqa: E501 + - :return: The can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. + :return: The can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_signing_groups_metadata @can_manage_signing_groups_metadata.setter def can_manage_signing_groups_metadata(self, can_manage_signing_groups_metadata): - """ - Sets the can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. - :param can_manage_signing_groups_metadata: The can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. + + :param can_manage_signing_groups_metadata: The can_manage_signing_groups_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ @@ -345,22 +383,22 @@ def can_manage_signing_groups_metadata(self, can_manage_signing_groups_metadata) @property def can_manage_users(self): - """ - Gets the can_manage_users of this UserAccountManagementGranularInformation. - + """Gets the can_manage_users of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_users of this UserAccountManagementGranularInformation. + :return: The can_manage_users of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: str """ return self._can_manage_users @can_manage_users.setter def can_manage_users(self, can_manage_users): - """ - Sets the can_manage_users of this UserAccountManagementGranularInformation. - + """Sets the can_manage_users of this UserAccountManagementGranularInformation. + + # noqa: E501 - :param can_manage_users: The can_manage_users of this UserAccountManagementGranularInformation. + :param can_manage_users: The can_manage_users of this UserAccountManagementGranularInformation. # noqa: E501 :type: str """ @@ -368,32 +406,53 @@ def can_manage_users(self, can_manage_users): @property def can_manage_users_metadata(self): - """ - Gets the can_manage_users_metadata of this UserAccountManagementGranularInformation. + """Gets the can_manage_users_metadata of this UserAccountManagementGranularInformation. # noqa: E501 - :return: The can_manage_users_metadata of this UserAccountManagementGranularInformation. + + :return: The can_manage_users_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_users_metadata @can_manage_users_metadata.setter def can_manage_users_metadata(self, can_manage_users_metadata): - """ - Sets the can_manage_users_metadata of this UserAccountManagementGranularInformation. + """Sets the can_manage_users_metadata of this UserAccountManagementGranularInformation. + - :param can_manage_users_metadata: The can_manage_users_metadata of this UserAccountManagementGranularInformation. + :param can_manage_users_metadata: The can_manage_users_metadata of this UserAccountManagementGranularInformation. # noqa: E501 :type: SettingsMetadata """ self._can_manage_users_metadata = can_manage_users_metadata - def to_dict(self): + @property + def can_view_users(self): + """Gets the can_view_users of this UserAccountManagementGranularInformation. # noqa: E501 + + # noqa: E501 + + :return: The can_view_users of this UserAccountManagementGranularInformation. # noqa: E501 + :rtype: str """ - Returns the model properties as a dict + return self._can_view_users + + @can_view_users.setter + def can_view_users(self, can_view_users): + """Sets the can_view_users of this UserAccountManagementGranularInformation. + + # noqa: E501 + + :param can_view_users: The can_view_users of this UserAccountManagementGranularInformation. # noqa: E501 + :type: str """ + + self._can_view_users = can_view_users + + def to_dict(self): + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -410,29 +469,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserAccountManagementGranularInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserAccountManagementGranularInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_info.py b/docusign_esign/models/user_info.py index 43d02ae3..048347c8 100644 --- a/docusign_esign/models/user_info.py +++ b/docusign_esign/models/user_info.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserInfo(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, account_name=None, activation_access_code=None, email=None, error_details=None, login_status=None, membership_id=None, send_activation_email=None, uri=None, user_id=None, user_name=None, user_status=None, user_type=None): - """ - UserInfo - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'account_name': 'str', - 'activation_access_code': 'str', - 'email': 'str', - 'error_details': 'ErrorDetails', - 'login_status': 'str', - 'membership_id': 'str', - 'send_activation_email': 'str', - 'uri': 'str', - 'user_id': 'str', - 'user_name': 'str', - 'user_status': 'str', - 'user_type': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'account_name': 'accountName', - 'activation_access_code': 'activationAccessCode', - 'email': 'email', - 'error_details': 'errorDetails', - 'login_status': 'loginStatus', - 'membership_id': 'membershipId', - 'send_activation_email': 'sendActivationEmail', - 'uri': 'uri', - 'user_id': 'userId', - 'user_name': 'userName', - 'user_status': 'userStatus', - 'user_type': 'userType' - } - self._account_id = account_id - self._account_name = account_name - self._activation_access_code = activation_access_code - self._email = email - self._error_details = error_details - self._login_status = login_status - self._membership_id = membership_id - self._send_activation_email = send_activation_email - self._uri = uri - self._user_id = user_id - self._user_name = user_name - self._user_status = user_status - self._user_type = user_type + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'account_name': 'str', + 'activation_access_code': 'str', + 'email': 'str', + 'error_details': 'ErrorDetails', + 'login_status': 'str', + 'membership_id': 'str', + 'send_activation_email': 'str', + 'uri': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'user_status': 'str', + 'user_type': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'account_name': 'accountName', + 'activation_access_code': 'activationAccessCode', + 'email': 'email', + 'error_details': 'errorDetails', + 'login_status': 'loginStatus', + 'membership_id': 'membershipId', + 'send_activation_email': 'sendActivationEmail', + 'uri': 'uri', + 'user_id': 'userId', + 'user_name': 'userName', + 'user_status': 'userStatus', + 'user_type': 'userType' + } + + def __init__(self, account_id=None, account_name=None, activation_access_code=None, email=None, error_details=None, login_status=None, membership_id=None, send_activation_email=None, uri=None, user_id=None, user_name=None, user_status=None, user_type=None): # noqa: E501 + """UserInfo - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._account_name = None + self._activation_access_code = None + self._email = None + self._error_details = None + self._login_status = None + self._membership_id = None + self._send_activation_email = None + self._uri = None + self._user_id = None + self._user_name = None + self._user_status = None + self._user_type = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if account_name is not None: + self.account_name = account_name + if activation_access_code is not None: + self.activation_access_code = activation_access_code + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if login_status is not None: + self.login_status = login_status + if membership_id is not None: + self.membership_id = membership_id + if send_activation_email is not None: + self.send_activation_email = send_activation_email + if uri is not None: + self.uri = uri + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name + if user_status is not None: + self.user_status = user_status + if user_type is not None: + self.user_type = user_type @property def account_id(self): - """ - Gets the account_id of this UserInfo. - The account ID associated with the envelope. + """Gets the account_id of this UserInfo. # noqa: E501 + + The account ID associated with the envelope. # noqa: E501 - :return: The account_id of this UserInfo. + :return: The account_id of this UserInfo. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this UserInfo. - The account ID associated with the envelope. + """Sets the account_id of this UserInfo. - :param account_id: The account_id of this UserInfo. + The account ID associated with the envelope. # noqa: E501 + + :param account_id: The account_id of this UserInfo. # noqa: E501 :type: str """ @@ -101,22 +132,22 @@ def account_id(self, account_id): @property def account_name(self): - """ - Gets the account_name of this UserInfo. - + """Gets the account_name of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The account_name of this UserInfo. + :return: The account_name of this UserInfo. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this UserInfo. - + """Sets the account_name of this UserInfo. + + # noqa: E501 - :param account_name: The account_name of this UserInfo. + :param account_name: The account_name of this UserInfo. # noqa: E501 :type: str """ @@ -124,22 +155,22 @@ def account_name(self, account_name): @property def activation_access_code(self): - """ - Gets the activation_access_code of this UserInfo. - + """Gets the activation_access_code of this UserInfo. # noqa: E501 - :return: The activation_access_code of this UserInfo. + # noqa: E501 + + :return: The activation_access_code of this UserInfo. # noqa: E501 :rtype: str """ return self._activation_access_code @activation_access_code.setter def activation_access_code(self, activation_access_code): - """ - Sets the activation_access_code of this UserInfo. - + """Sets the activation_access_code of this UserInfo. - :param activation_access_code: The activation_access_code of this UserInfo. + # noqa: E501 + + :param activation_access_code: The activation_access_code of this UserInfo. # noqa: E501 :type: str """ @@ -147,22 +178,22 @@ def activation_access_code(self, activation_access_code): @property def email(self): - """ - Gets the email of this UserInfo. - + """Gets the email of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The email of this UserInfo. + :return: The email of this UserInfo. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this UserInfo. - + """Sets the email of this UserInfo. + + # noqa: E501 - :param email: The email of this UserInfo. + :param email: The email of this UserInfo. # noqa: E501 :type: str """ @@ -170,20 +201,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this UserInfo. + """Gets the error_details of this UserInfo. # noqa: E501 + - :return: The error_details of this UserInfo. + :return: The error_details of this UserInfo. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this UserInfo. + """Sets the error_details of this UserInfo. - :param error_details: The error_details of this UserInfo. + + :param error_details: The error_details of this UserInfo. # noqa: E501 :type: ErrorDetails """ @@ -191,22 +222,22 @@ def error_details(self, error_details): @property def login_status(self): - """ - Gets the login_status of this UserInfo. - + """Gets the login_status of this UserInfo. # noqa: E501 - :return: The login_status of this UserInfo. + # noqa: E501 + + :return: The login_status of this UserInfo. # noqa: E501 :rtype: str """ return self._login_status @login_status.setter def login_status(self, login_status): - """ - Sets the login_status of this UserInfo. - + """Sets the login_status of this UserInfo. + + # noqa: E501 - :param login_status: The login_status of this UserInfo. + :param login_status: The login_status of this UserInfo. # noqa: E501 :type: str """ @@ -214,22 +245,22 @@ def login_status(self, login_status): @property def membership_id(self): - """ - Gets the membership_id of this UserInfo. - + """Gets the membership_id of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The membership_id of this UserInfo. + :return: The membership_id of this UserInfo. # noqa: E501 :rtype: str """ return self._membership_id @membership_id.setter def membership_id(self, membership_id): - """ - Sets the membership_id of this UserInfo. - + """Sets the membership_id of this UserInfo. - :param membership_id: The membership_id of this UserInfo. + # noqa: E501 + + :param membership_id: The membership_id of this UserInfo. # noqa: E501 :type: str """ @@ -237,22 +268,22 @@ def membership_id(self, membership_id): @property def send_activation_email(self): - """ - Gets the send_activation_email of this UserInfo. - + """Gets the send_activation_email of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The send_activation_email of this UserInfo. + :return: The send_activation_email of this UserInfo. # noqa: E501 :rtype: str """ return self._send_activation_email @send_activation_email.setter def send_activation_email(self, send_activation_email): - """ - Sets the send_activation_email of this UserInfo. - + """Sets the send_activation_email of this UserInfo. + + # noqa: E501 - :param send_activation_email: The send_activation_email of this UserInfo. + :param send_activation_email: The send_activation_email of this UserInfo. # noqa: E501 :type: str """ @@ -260,22 +291,22 @@ def send_activation_email(self, send_activation_email): @property def uri(self): - """ - Gets the uri of this UserInfo. - + """Gets the uri of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The uri of this UserInfo. + :return: The uri of this UserInfo. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this UserInfo. - + """Sets the uri of this UserInfo. - :param uri: The uri of this UserInfo. + # noqa: E501 + + :param uri: The uri of this UserInfo. # noqa: E501 :type: str """ @@ -283,22 +314,22 @@ def uri(self, uri): @property def user_id(self): - """ - Gets the user_id of this UserInfo. - + """Gets the user_id of this UserInfo. # noqa: E501 - :return: The user_id of this UserInfo. + # noqa: E501 + + :return: The user_id of this UserInfo. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this UserInfo. - + """Sets the user_id of this UserInfo. + + # noqa: E501 - :param user_id: The user_id of this UserInfo. + :param user_id: The user_id of this UserInfo. # noqa: E501 :type: str """ @@ -306,22 +337,22 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this UserInfo. - + """Gets the user_name of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The user_name of this UserInfo. + :return: The user_name of this UserInfo. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this UserInfo. - + """Sets the user_name of this UserInfo. + + # noqa: E501 - :param user_name: The user_name of this UserInfo. + :param user_name: The user_name of this UserInfo. # noqa: E501 :type: str """ @@ -329,22 +360,22 @@ def user_name(self, user_name): @property def user_status(self): - """ - Gets the user_status of this UserInfo. - + """Gets the user_status of this UserInfo. # noqa: E501 - :return: The user_status of this UserInfo. + # noqa: E501 + + :return: The user_status of this UserInfo. # noqa: E501 :rtype: str """ return self._user_status @user_status.setter def user_status(self, user_status): - """ - Sets the user_status of this UserInfo. - + """Sets the user_status of this UserInfo. + + # noqa: E501 - :param user_status: The user_status of this UserInfo. + :param user_status: The user_status of this UserInfo. # noqa: E501 :type: str """ @@ -352,34 +383,32 @@ def user_status(self, user_status): @property def user_type(self): - """ - Gets the user_type of this UserInfo. - + """Gets the user_type of this UserInfo. # noqa: E501 + + # noqa: E501 - :return: The user_type of this UserInfo. + :return: The user_type of this UserInfo. # noqa: E501 :rtype: str """ return self._user_type @user_type.setter def user_type(self, user_type): - """ - Sets the user_type of this UserInfo. - + """Sets the user_type of this UserInfo. - :param user_type: The user_type of this UserInfo. + # noqa: E501 + + :param user_type: The user_type of this UserInfo. # noqa: E501 :type: str """ self._user_type = user_type def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -396,29 +425,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserInfo, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserInfo): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_info_list.py b/docusign_esign/models/user_info_list.py index f1e7684c..c7cdc6a7 100644 --- a/docusign_esign/models/user_info_list.py +++ b/docusign_esign/models/user_info_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserInfoList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, users=None): - """ - UserInfoList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'users': 'list[UserInfo]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'users': 'list[UserInfo]' + } - self.attribute_map = { - 'users': 'users' - } + attribute_map = { + 'users': 'users' + } - self._users = users + def __init__(self, users=None): # noqa: E501 + """UserInfoList - a model defined in Swagger""" # noqa: E501 + + self._users = None + self.discriminator = None + + if users is not None: + self.users = users @property def users(self): - """ - Gets the users of this UserInfoList. - + """Gets the users of this UserInfoList. # noqa: E501 + + # noqa: E501 - :return: The users of this UserInfoList. + :return: The users of this UserInfoList. # noqa: E501 :rtype: list[UserInfo] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this UserInfoList. - + """Sets the users of this UserInfoList. - :param users: The users of this UserInfoList. + # noqa: E501 + + :param users: The users of this UserInfoList. # noqa: E501 :type: list[UserInfo] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserInfoList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserInfoList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_information.py b/docusign_esign/models/user_information.py index 4f582085..03fdf48f 100644 --- a/docusign_esign/models/user_information.py +++ b/docusign_esign/models/user_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,176 +11,265 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, activation_access_code=None, company=None, connect_configurations=None, country_code=None, created_date_time=None, custom_settings=None, default_account_id=None, email=None, enable_connect_for_user=None, error_details=None, first_name=None, forgotten_password_info=None, group_list=None, home_address=None, initials_image_uri=None, is_admin=None, is_nar_enabled=None, job_title=None, last_login=None, last_name=None, login_status=None, middle_name=None, password=None, password_expiration=None, permission_profile_id=None, permission_profile_name=None, profile_image_uri=None, send_activation_email=None, send_activation_on_invalid_login=None, signature_image_uri=None, subscribe=None, suffix_name=None, title=None, uri=None, user_added_to_account_date_time=None, user_id=None, user_name=None, user_profile_last_modified_date=None, user_settings=None, user_status=None, user_type=None, work_address=None): - """ - UserInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'activation_access_code': 'str', - 'company': 'str', - 'connect_configurations': 'list[ConnectUserObject]', - 'country_code': 'str', - 'created_date_time': 'str', - 'custom_settings': 'list[NameValue]', - 'default_account_id': 'str', - 'email': 'str', - 'enable_connect_for_user': 'str', - 'error_details': 'ErrorDetails', - 'first_name': 'str', - 'forgotten_password_info': 'ForgottenPasswordInformation', - 'group_list': 'list[Group]', - 'home_address': 'AddressInformation', - 'initials_image_uri': 'str', - 'is_admin': 'str', - 'is_nar_enabled': 'str', - 'job_title': 'str', - 'last_login': 'str', - 'last_name': 'str', - 'login_status': 'str', - 'middle_name': 'str', - 'password': 'str', - 'password_expiration': 'str', - 'permission_profile_id': 'str', - 'permission_profile_name': 'str', - 'profile_image_uri': 'str', - 'send_activation_email': 'str', - 'send_activation_on_invalid_login': 'str', - 'signature_image_uri': 'str', - 'subscribe': 'str', - 'suffix_name': 'str', - 'title': 'str', - 'uri': 'str', - 'user_added_to_account_date_time': 'str', - 'user_id': 'str', - 'user_name': 'str', - 'user_profile_last_modified_date': 'str', - 'user_settings': 'UserSettingsInformation', - 'user_status': 'str', - 'user_type': 'str', - 'work_address': 'AddressInformation' - } - - self.attribute_map = { - 'activation_access_code': 'activationAccessCode', - 'company': 'company', - 'connect_configurations': 'connectConfigurations', - 'country_code': 'countryCode', - 'created_date_time': 'createdDateTime', - 'custom_settings': 'customSettings', - 'default_account_id': 'defaultAccountId', - 'email': 'email', - 'enable_connect_for_user': 'enableConnectForUser', - 'error_details': 'errorDetails', - 'first_name': 'firstName', - 'forgotten_password_info': 'forgottenPasswordInfo', - 'group_list': 'groupList', - 'home_address': 'homeAddress', - 'initials_image_uri': 'initialsImageUri', - 'is_admin': 'isAdmin', - 'is_nar_enabled': 'isNAREnabled', - 'job_title': 'jobTitle', - 'last_login': 'lastLogin', - 'last_name': 'lastName', - 'login_status': 'loginStatus', - 'middle_name': 'middleName', - 'password': 'password', - 'password_expiration': 'passwordExpiration', - 'permission_profile_id': 'permissionProfileId', - 'permission_profile_name': 'permissionProfileName', - 'profile_image_uri': 'profileImageUri', - 'send_activation_email': 'sendActivationEmail', - 'send_activation_on_invalid_login': 'sendActivationOnInvalidLogin', - 'signature_image_uri': 'signatureImageUri', - 'subscribe': 'subscribe', - 'suffix_name': 'suffixName', - 'title': 'title', - 'uri': 'uri', - 'user_added_to_account_date_time': 'userAddedToAccountDateTime', - 'user_id': 'userId', - 'user_name': 'userName', - 'user_profile_last_modified_date': 'userProfileLastModifiedDate', - 'user_settings': 'userSettings', - 'user_status': 'userStatus', - 'user_type': 'userType', - 'work_address': 'workAddress' - } - self._activation_access_code = activation_access_code - self._company = company - self._connect_configurations = connect_configurations - self._country_code = country_code - self._created_date_time = created_date_time - self._custom_settings = custom_settings - self._default_account_id = default_account_id - self._email = email - self._enable_connect_for_user = enable_connect_for_user - self._error_details = error_details - self._first_name = first_name - self._forgotten_password_info = forgotten_password_info - self._group_list = group_list - self._home_address = home_address - self._initials_image_uri = initials_image_uri - self._is_admin = is_admin - self._is_nar_enabled = is_nar_enabled - self._job_title = job_title - self._last_login = last_login - self._last_name = last_name - self._login_status = login_status - self._middle_name = middle_name - self._password = password - self._password_expiration = password_expiration - self._permission_profile_id = permission_profile_id - self._permission_profile_name = permission_profile_name - self._profile_image_uri = profile_image_uri - self._send_activation_email = send_activation_email - self._send_activation_on_invalid_login = send_activation_on_invalid_login - self._signature_image_uri = signature_image_uri - self._subscribe = subscribe - self._suffix_name = suffix_name - self._title = title - self._uri = uri - self._user_added_to_account_date_time = user_added_to_account_date_time - self._user_id = user_id - self._user_name = user_name - self._user_profile_last_modified_date = user_profile_last_modified_date - self._user_settings = user_settings - self._user_status = user_status - self._user_type = user_type - self._work_address = work_address + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'activation_access_code': 'str', + 'company': 'str', + 'connect_configurations': 'list[ConnectUserObject]', + 'country_code': 'str', + 'created_date_time': 'str', + 'custom_settings': 'list[NameValue]', + 'default_account_id': 'str', + 'email': 'str', + 'enable_connect_for_user': 'str', + 'error_details': 'ErrorDetails', + 'first_name': 'str', + 'forgotten_password_info': 'ForgottenPasswordInformation', + 'group_list': 'list[Group]', + 'home_address': 'AddressInformation', + 'initials_image_uri': 'str', + 'is_admin': 'str', + 'is_nar_enabled': 'str', + 'job_title': 'str', + 'last_login': 'str', + 'last_name': 'str', + 'login_status': 'str', + 'middle_name': 'str', + 'password': 'str', + 'password_expiration': 'str', + 'permission_profile_id': 'str', + 'permission_profile_name': 'str', + 'profile_image_uri': 'str', + 'send_activation_email': 'str', + 'send_activation_on_invalid_login': 'str', + 'signature_image_uri': 'str', + 'subscribe': 'str', + 'suffix_name': 'str', + 'title': 'str', + 'uri': 'str', + 'user_added_to_account_date_time': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'user_profile_last_modified_date': 'str', + 'user_settings': 'UserSettingsInformation', + 'user_status': 'str', + 'user_type': 'str', + 'work_address': 'AddressInformation' + } + + attribute_map = { + 'activation_access_code': 'activationAccessCode', + 'company': 'company', + 'connect_configurations': 'connectConfigurations', + 'country_code': 'countryCode', + 'created_date_time': 'createdDateTime', + 'custom_settings': 'customSettings', + 'default_account_id': 'defaultAccountId', + 'email': 'email', + 'enable_connect_for_user': 'enableConnectForUser', + 'error_details': 'errorDetails', + 'first_name': 'firstName', + 'forgotten_password_info': 'forgottenPasswordInfo', + 'group_list': 'groupList', + 'home_address': 'homeAddress', + 'initials_image_uri': 'initialsImageUri', + 'is_admin': 'isAdmin', + 'is_nar_enabled': 'isNAREnabled', + 'job_title': 'jobTitle', + 'last_login': 'lastLogin', + 'last_name': 'lastName', + 'login_status': 'loginStatus', + 'middle_name': 'middleName', + 'password': 'password', + 'password_expiration': 'passwordExpiration', + 'permission_profile_id': 'permissionProfileId', + 'permission_profile_name': 'permissionProfileName', + 'profile_image_uri': 'profileImageUri', + 'send_activation_email': 'sendActivationEmail', + 'send_activation_on_invalid_login': 'sendActivationOnInvalidLogin', + 'signature_image_uri': 'signatureImageUri', + 'subscribe': 'subscribe', + 'suffix_name': 'suffixName', + 'title': 'title', + 'uri': 'uri', + 'user_added_to_account_date_time': 'userAddedToAccountDateTime', + 'user_id': 'userId', + 'user_name': 'userName', + 'user_profile_last_modified_date': 'userProfileLastModifiedDate', + 'user_settings': 'userSettings', + 'user_status': 'userStatus', + 'user_type': 'userType', + 'work_address': 'workAddress' + } + + def __init__(self, activation_access_code=None, company=None, connect_configurations=None, country_code=None, created_date_time=None, custom_settings=None, default_account_id=None, email=None, enable_connect_for_user=None, error_details=None, first_name=None, forgotten_password_info=None, group_list=None, home_address=None, initials_image_uri=None, is_admin=None, is_nar_enabled=None, job_title=None, last_login=None, last_name=None, login_status=None, middle_name=None, password=None, password_expiration=None, permission_profile_id=None, permission_profile_name=None, profile_image_uri=None, send_activation_email=None, send_activation_on_invalid_login=None, signature_image_uri=None, subscribe=None, suffix_name=None, title=None, uri=None, user_added_to_account_date_time=None, user_id=None, user_name=None, user_profile_last_modified_date=None, user_settings=None, user_status=None, user_type=None, work_address=None): # noqa: E501 + """UserInformation - a model defined in Swagger""" # noqa: E501 + + self._activation_access_code = None + self._company = None + self._connect_configurations = None + self._country_code = None + self._created_date_time = None + self._custom_settings = None + self._default_account_id = None + self._email = None + self._enable_connect_for_user = None + self._error_details = None + self._first_name = None + self._forgotten_password_info = None + self._group_list = None + self._home_address = None + self._initials_image_uri = None + self._is_admin = None + self._is_nar_enabled = None + self._job_title = None + self._last_login = None + self._last_name = None + self._login_status = None + self._middle_name = None + self._password = None + self._password_expiration = None + self._permission_profile_id = None + self._permission_profile_name = None + self._profile_image_uri = None + self._send_activation_email = None + self._send_activation_on_invalid_login = None + self._signature_image_uri = None + self._subscribe = None + self._suffix_name = None + self._title = None + self._uri = None + self._user_added_to_account_date_time = None + self._user_id = None + self._user_name = None + self._user_profile_last_modified_date = None + self._user_settings = None + self._user_status = None + self._user_type = None + self._work_address = None + self.discriminator = None + + if activation_access_code is not None: + self.activation_access_code = activation_access_code + if company is not None: + self.company = company + if connect_configurations is not None: + self.connect_configurations = connect_configurations + if country_code is not None: + self.country_code = country_code + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_settings is not None: + self.custom_settings = custom_settings + if default_account_id is not None: + self.default_account_id = default_account_id + if email is not None: + self.email = email + if enable_connect_for_user is not None: + self.enable_connect_for_user = enable_connect_for_user + if error_details is not None: + self.error_details = error_details + if first_name is not None: + self.first_name = first_name + if forgotten_password_info is not None: + self.forgotten_password_info = forgotten_password_info + if group_list is not None: + self.group_list = group_list + if home_address is not None: + self.home_address = home_address + if initials_image_uri is not None: + self.initials_image_uri = initials_image_uri + if is_admin is not None: + self.is_admin = is_admin + if is_nar_enabled is not None: + self.is_nar_enabled = is_nar_enabled + if job_title is not None: + self.job_title = job_title + if last_login is not None: + self.last_login = last_login + if last_name is not None: + self.last_name = last_name + if login_status is not None: + self.login_status = login_status + if middle_name is not None: + self.middle_name = middle_name + if password is not None: + self.password = password + if password_expiration is not None: + self.password_expiration = password_expiration + if permission_profile_id is not None: + self.permission_profile_id = permission_profile_id + if permission_profile_name is not None: + self.permission_profile_name = permission_profile_name + if profile_image_uri is not None: + self.profile_image_uri = profile_image_uri + if send_activation_email is not None: + self.send_activation_email = send_activation_email + if send_activation_on_invalid_login is not None: + self.send_activation_on_invalid_login = send_activation_on_invalid_login + if signature_image_uri is not None: + self.signature_image_uri = signature_image_uri + if subscribe is not None: + self.subscribe = subscribe + if suffix_name is not None: + self.suffix_name = suffix_name + if title is not None: + self.title = title + if uri is not None: + self.uri = uri + if user_added_to_account_date_time is not None: + self.user_added_to_account_date_time = user_added_to_account_date_time + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name + if user_profile_last_modified_date is not None: + self.user_profile_last_modified_date = user_profile_last_modified_date + if user_settings is not None: + self.user_settings = user_settings + if user_status is not None: + self.user_status = user_status + if user_type is not None: + self.user_type = user_type + if work_address is not None: + self.work_address = work_address @property def activation_access_code(self): - """ - Gets the activation_access_code of this UserInformation. - The activation code the new user must enter when activating their account. + """Gets the activation_access_code of this UserInformation. # noqa: E501 + + The activation code the new user must enter when activating their account. # noqa: E501 - :return: The activation_access_code of this UserInformation. + :return: The activation_access_code of this UserInformation. # noqa: E501 :rtype: str """ return self._activation_access_code @activation_access_code.setter def activation_access_code(self, activation_access_code): - """ - Sets the activation_access_code of this UserInformation. - The activation code the new user must enter when activating their account. + """Sets the activation_access_code of this UserInformation. - :param activation_access_code: The activation_access_code of this UserInformation. + The activation code the new user must enter when activating their account. # noqa: E501 + + :param activation_access_code: The activation_access_code of this UserInformation. # noqa: E501 :type: str """ @@ -188,22 +277,22 @@ def activation_access_code(self, activation_access_code): @property def company(self): - """ - Gets the company of this UserInformation. - + """Gets the company of this UserInformation. # noqa: E501 - :return: The company of this UserInformation. + # noqa: E501 + + :return: The company of this UserInformation. # noqa: E501 :rtype: str """ return self._company @company.setter def company(self, company): - """ - Sets the company of this UserInformation. - + """Sets the company of this UserInformation. - :param company: The company of this UserInformation. + # noqa: E501 + + :param company: The company of this UserInformation. # noqa: E501 :type: str """ @@ -211,22 +300,22 @@ def company(self, company): @property def connect_configurations(self): - """ - Gets the connect_configurations of this UserInformation. - + """Gets the connect_configurations of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The connect_configurations of this UserInformation. + :return: The connect_configurations of this UserInformation. # noqa: E501 :rtype: list[ConnectUserObject] """ return self._connect_configurations @connect_configurations.setter def connect_configurations(self, connect_configurations): - """ - Sets the connect_configurations of this UserInformation. - + """Sets the connect_configurations of this UserInformation. + + # noqa: E501 - :param connect_configurations: The connect_configurations of this UserInformation. + :param connect_configurations: The connect_configurations of this UserInformation. # noqa: E501 :type: list[ConnectUserObject] """ @@ -234,22 +323,22 @@ def connect_configurations(self, connect_configurations): @property def country_code(self): - """ - Gets the country_code of this UserInformation. - + """Gets the country_code of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The country_code of this UserInformation. + :return: The country_code of this UserInformation. # noqa: E501 :rtype: str """ return self._country_code @country_code.setter def country_code(self, country_code): - """ - Sets the country_code of this UserInformation. - + """Sets the country_code of this UserInformation. + + # noqa: E501 - :param country_code: The country_code of this UserInformation. + :param country_code: The country_code of this UserInformation. # noqa: E501 :type: str """ @@ -257,22 +346,22 @@ def country_code(self, country_code): @property def created_date_time(self): - """ - Gets the created_date_time of this UserInformation. - Indicates the date and time the item was created. + """Gets the created_date_time of this UserInformation. # noqa: E501 - :return: The created_date_time of this UserInformation. + Indicates the date and time the item was created. # noqa: E501 + + :return: The created_date_time of this UserInformation. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this UserInformation. - Indicates the date and time the item was created. + """Sets the created_date_time of this UserInformation. - :param created_date_time: The created_date_time of this UserInformation. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this UserInformation. # noqa: E501 :type: str """ @@ -280,22 +369,22 @@ def created_date_time(self, created_date_time): @property def custom_settings(self): - """ - Gets the custom_settings of this UserInformation. - The name/value pair information for the user custom setting. + """Gets the custom_settings of this UserInformation. # noqa: E501 - :return: The custom_settings of this UserInformation. + The name/value pair information for the user custom setting. # noqa: E501 + + :return: The custom_settings of this UserInformation. # noqa: E501 :rtype: list[NameValue] """ return self._custom_settings @custom_settings.setter def custom_settings(self, custom_settings): - """ - Sets the custom_settings of this UserInformation. - The name/value pair information for the user custom setting. + """Sets the custom_settings of this UserInformation. + + The name/value pair information for the user custom setting. # noqa: E501 - :param custom_settings: The custom_settings of this UserInformation. + :param custom_settings: The custom_settings of this UserInformation. # noqa: E501 :type: list[NameValue] """ @@ -303,22 +392,22 @@ def custom_settings(self, custom_settings): @property def default_account_id(self): - """ - Gets the default_account_id of this UserInformation. - + """Gets the default_account_id of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The default_account_id of this UserInformation. + :return: The default_account_id of this UserInformation. # noqa: E501 :rtype: str """ return self._default_account_id @default_account_id.setter def default_account_id(self, default_account_id): - """ - Sets the default_account_id of this UserInformation. - + """Sets the default_account_id of this UserInformation. + + # noqa: E501 - :param default_account_id: The default_account_id of this UserInformation. + :param default_account_id: The default_account_id of this UserInformation. # noqa: E501 :type: str """ @@ -326,22 +415,22 @@ def default_account_id(self, default_account_id): @property def email(self): - """ - Gets the email of this UserInformation. - + """Gets the email of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The email of this UserInformation. + :return: The email of this UserInformation. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this UserInformation. - + """Sets the email of this UserInformation. - :param email: The email of this UserInformation. + # noqa: E501 + + :param email: The email of this UserInformation. # noqa: E501 :type: str """ @@ -349,22 +438,22 @@ def email(self, email): @property def enable_connect_for_user(self): - """ - Gets the enable_connect_for_user of this UserInformation. - Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false. + """Gets the enable_connect_for_user of this UserInformation. # noqa: E501 - :return: The enable_connect_for_user of this UserInformation. + Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false. # noqa: E501 + + :return: The enable_connect_for_user of this UserInformation. # noqa: E501 :rtype: str """ return self._enable_connect_for_user @enable_connect_for_user.setter def enable_connect_for_user(self, enable_connect_for_user): - """ - Sets the enable_connect_for_user of this UserInformation. - Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false. + """Sets the enable_connect_for_user of this UserInformation. - :param enable_connect_for_user: The enable_connect_for_user of this UserInformation. + Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false. # noqa: E501 + + :param enable_connect_for_user: The enable_connect_for_user of this UserInformation. # noqa: E501 :type: str """ @@ -372,20 +461,20 @@ def enable_connect_for_user(self, enable_connect_for_user): @property def error_details(self): - """ - Gets the error_details of this UserInformation. + """Gets the error_details of this UserInformation. # noqa: E501 + - :return: The error_details of this UserInformation. + :return: The error_details of this UserInformation. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this UserInformation. + """Sets the error_details of this UserInformation. + - :param error_details: The error_details of this UserInformation. + :param error_details: The error_details of this UserInformation. # noqa: E501 :type: ErrorDetails """ @@ -393,22 +482,22 @@ def error_details(self, error_details): @property def first_name(self): - """ - Gets the first_name of this UserInformation. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this UserInformation. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this UserInformation. + :return: The first_name of this UserInformation. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this UserInformation. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this UserInformation. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this UserInformation. + :param first_name: The first_name of this UserInformation. # noqa: E501 :type: str """ @@ -416,20 +505,20 @@ def first_name(self, first_name): @property def forgotten_password_info(self): - """ - Gets the forgotten_password_info of this UserInformation. + """Gets the forgotten_password_info of this UserInformation. # noqa: E501 - :return: The forgotten_password_info of this UserInformation. + + :return: The forgotten_password_info of this UserInformation. # noqa: E501 :rtype: ForgottenPasswordInformation """ return self._forgotten_password_info @forgotten_password_info.setter def forgotten_password_info(self, forgotten_password_info): - """ - Sets the forgotten_password_info of this UserInformation. + """Sets the forgotten_password_info of this UserInformation. - :param forgotten_password_info: The forgotten_password_info of this UserInformation. + + :param forgotten_password_info: The forgotten_password_info of this UserInformation. # noqa: E501 :type: ForgottenPasswordInformation """ @@ -437,22 +526,22 @@ def forgotten_password_info(self, forgotten_password_info): @property def group_list(self): - """ - Gets the group_list of this UserInformation. - A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. The parameters are: * groupId - The DocuSign group ID for the group. * groupName - The name of the group * permissionProfileId - The ID of the permission profile associated with the group. * groupType - The group type. + """Gets the group_list of this UserInformation. # noqa: E501 - :return: The group_list of this UserInformation. + A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. The parameters are: * groupId - The DocuSign group ID for the group. * groupName - The name of the group * permissionProfileId - The ID of the permission profile associated with the group. * groupType - The group type. # noqa: E501 + + :return: The group_list of this UserInformation. # noqa: E501 :rtype: list[Group] """ return self._group_list @group_list.setter def group_list(self, group_list): - """ - Sets the group_list of this UserInformation. - A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. The parameters are: * groupId - The DocuSign group ID for the group. * groupName - The name of the group * permissionProfileId - The ID of the permission profile associated with the group. * groupType - The group type. + """Sets the group_list of this UserInformation. + + A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. The parameters are: * groupId - The DocuSign group ID for the group. * groupName - The name of the group * permissionProfileId - The ID of the permission profile associated with the group. * groupType - The group type. # noqa: E501 - :param group_list: The group_list of this UserInformation. + :param group_list: The group_list of this UserInformation. # noqa: E501 :type: list[Group] """ @@ -460,20 +549,20 @@ def group_list(self, group_list): @property def home_address(self): - """ - Gets the home_address of this UserInformation. + """Gets the home_address of this UserInformation. # noqa: E501 + - :return: The home_address of this UserInformation. + :return: The home_address of this UserInformation. # noqa: E501 :rtype: AddressInformation """ return self._home_address @home_address.setter def home_address(self, home_address): - """ - Sets the home_address of this UserInformation. + """Sets the home_address of this UserInformation. + - :param home_address: The home_address of this UserInformation. + :param home_address: The home_address of this UserInformation. # noqa: E501 :type: AddressInformation """ @@ -481,22 +570,22 @@ def home_address(self, home_address): @property def initials_image_uri(self): - """ - Gets the initials_image_uri of this UserInformation. - Contains the URI for an endpoint that you can use to retrieve the initials image. + """Gets the initials_image_uri of this UserInformation. # noqa: E501 + + Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 - :return: The initials_image_uri of this UserInformation. + :return: The initials_image_uri of this UserInformation. # noqa: E501 :rtype: str """ return self._initials_image_uri @initials_image_uri.setter def initials_image_uri(self, initials_image_uri): - """ - Sets the initials_image_uri of this UserInformation. - Contains the URI for an endpoint that you can use to retrieve the initials image. + """Sets the initials_image_uri of this UserInformation. - :param initials_image_uri: The initials_image_uri of this UserInformation. + Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 + + :param initials_image_uri: The initials_image_uri of this UserInformation. # noqa: E501 :type: str """ @@ -504,22 +593,22 @@ def initials_image_uri(self, initials_image_uri): @property def is_admin(self): - """ - Gets the is_admin of this UserInformation. - Determines if the feature set is actively set as part of the plan. + """Gets the is_admin of this UserInformation. # noqa: E501 - :return: The is_admin of this UserInformation. + Determines if the feature set is actively set as part of the plan. # noqa: E501 + + :return: The is_admin of this UserInformation. # noqa: E501 :rtype: str """ return self._is_admin @is_admin.setter def is_admin(self, is_admin): - """ - Sets the is_admin of this UserInformation. - Determines if the feature set is actively set as part of the plan. + """Sets the is_admin of this UserInformation. - :param is_admin: The is_admin of this UserInformation. + Determines if the feature set is actively set as part of the plan. # noqa: E501 + + :param is_admin: The is_admin of this UserInformation. # noqa: E501 :type: str """ @@ -527,22 +616,22 @@ def is_admin(self, is_admin): @property def is_nar_enabled(self): - """ - Gets the is_nar_enabled of this UserInformation. - + """Gets the is_nar_enabled of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The is_nar_enabled of this UserInformation. + :return: The is_nar_enabled of this UserInformation. # noqa: E501 :rtype: str """ return self._is_nar_enabled @is_nar_enabled.setter def is_nar_enabled(self, is_nar_enabled): - """ - Sets the is_nar_enabled of this UserInformation. - + """Sets the is_nar_enabled of this UserInformation. + + # noqa: E501 - :param is_nar_enabled: The is_nar_enabled of this UserInformation. + :param is_nar_enabled: The is_nar_enabled of this UserInformation. # noqa: E501 :type: str """ @@ -550,22 +639,22 @@ def is_nar_enabled(self, is_nar_enabled): @property def job_title(self): - """ - Gets the job_title of this UserInformation. - + """Gets the job_title of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The job_title of this UserInformation. + :return: The job_title of this UserInformation. # noqa: E501 :rtype: str """ return self._job_title @job_title.setter def job_title(self, job_title): - """ - Sets the job_title of this UserInformation. - + """Sets the job_title of this UserInformation. + + # noqa: E501 - :param job_title: The job_title of this UserInformation. + :param job_title: The job_title of this UserInformation. # noqa: E501 :type: str """ @@ -573,22 +662,22 @@ def job_title(self, job_title): @property def last_login(self): - """ - Gets the last_login of this UserInformation. - Shows the date-time when the user last logged on to the system. + """Gets the last_login of this UserInformation. # noqa: E501 + + Shows the date-time when the user last logged on to the system. # noqa: E501 - :return: The last_login of this UserInformation. + :return: The last_login of this UserInformation. # noqa: E501 :rtype: str """ return self._last_login @last_login.setter def last_login(self, last_login): - """ - Sets the last_login of this UserInformation. - Shows the date-time when the user last logged on to the system. + """Sets the last_login of this UserInformation. + + Shows the date-time when the user last logged on to the system. # noqa: E501 - :param last_login: The last_login of this UserInformation. + :param last_login: The last_login of this UserInformation. # noqa: E501 :type: str """ @@ -596,22 +685,22 @@ def last_login(self, last_login): @property def last_name(self): - """ - Gets the last_name of this UserInformation. - The user's last name. Maximum Length: 50 characters. + """Gets the last_name of this UserInformation. # noqa: E501 + + The user's last name. Maximum Length: 50 characters. # noqa: E501 - :return: The last_name of this UserInformation. + :return: The last_name of this UserInformation. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this UserInformation. - The user's last name. Maximum Length: 50 characters. + """Sets the last_name of this UserInformation. + + The user's last name. Maximum Length: 50 characters. # noqa: E501 - :param last_name: The last_name of this UserInformation. + :param last_name: The last_name of this UserInformation. # noqa: E501 :type: str """ @@ -619,22 +708,22 @@ def last_name(self, last_name): @property def login_status(self): - """ - Gets the login_status of this UserInformation. - Shows the current status of the user's password. Possible values are: * password_reset * password_active * password_expired * password_locked * password_reset_failed + """Gets the login_status of this UserInformation. # noqa: E501 - :return: The login_status of this UserInformation. + Shows the current status of the user's password. Possible values are: * password_reset * password_active * password_expired * password_locked * password_reset_failed # noqa: E501 + + :return: The login_status of this UserInformation. # noqa: E501 :rtype: str """ return self._login_status @login_status.setter def login_status(self, login_status): - """ - Sets the login_status of this UserInformation. - Shows the current status of the user's password. Possible values are: * password_reset * password_active * password_expired * password_locked * password_reset_failed + """Sets the login_status of this UserInformation. - :param login_status: The login_status of this UserInformation. + Shows the current status of the user's password. Possible values are: * password_reset * password_active * password_expired * password_locked * password_reset_failed # noqa: E501 + + :param login_status: The login_status of this UserInformation. # noqa: E501 :type: str """ @@ -642,22 +731,22 @@ def login_status(self, login_status): @property def middle_name(self): - """ - Gets the middle_name of this UserInformation. - The user's middle name. Maximum Length: 50 characters. + """Gets the middle_name of this UserInformation. # noqa: E501 - :return: The middle_name of this UserInformation. + The user's middle name. Maximum Length: 50 characters. # noqa: E501 + + :return: The middle_name of this UserInformation. # noqa: E501 :rtype: str """ return self._middle_name @middle_name.setter def middle_name(self, middle_name): - """ - Sets the middle_name of this UserInformation. - The user's middle name. Maximum Length: 50 characters. + """Sets the middle_name of this UserInformation. + + The user's middle name. Maximum Length: 50 characters. # noqa: E501 - :param middle_name: The middle_name of this UserInformation. + :param middle_name: The middle_name of this UserInformation. # noqa: E501 :type: str """ @@ -665,22 +754,22 @@ def middle_name(self, middle_name): @property def password(self): - """ - Gets the password of this UserInformation. - + """Gets the password of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The password of this UserInformation. + :return: The password of this UserInformation. # noqa: E501 :rtype: str """ return self._password @password.setter def password(self, password): - """ - Sets the password of this UserInformation. - + """Sets the password of this UserInformation. + + # noqa: E501 - :param password: The password of this UserInformation. + :param password: The password of this UserInformation. # noqa: E501 :type: str """ @@ -688,22 +777,22 @@ def password(self, password): @property def password_expiration(self): - """ - Gets the password_expiration of this UserInformation. - + """Gets the password_expiration of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The password_expiration of this UserInformation. + :return: The password_expiration of this UserInformation. # noqa: E501 :rtype: str """ return self._password_expiration @password_expiration.setter def password_expiration(self, password_expiration): - """ - Sets the password_expiration of this UserInformation. - + """Sets the password_expiration of this UserInformation. - :param password_expiration: The password_expiration of this UserInformation. + # noqa: E501 + + :param password_expiration: The password_expiration of this UserInformation. # noqa: E501 :type: str """ @@ -711,22 +800,22 @@ def password_expiration(self, password_expiration): @property def permission_profile_id(self): - """ - Gets the permission_profile_id of this UserInformation. - + """Gets the permission_profile_id of this UserInformation. # noqa: E501 - :return: The permission_profile_id of this UserInformation. + # noqa: E501 + + :return: The permission_profile_id of this UserInformation. # noqa: E501 :rtype: str """ return self._permission_profile_id @permission_profile_id.setter def permission_profile_id(self, permission_profile_id): - """ - Sets the permission_profile_id of this UserInformation. - + """Sets the permission_profile_id of this UserInformation. - :param permission_profile_id: The permission_profile_id of this UserInformation. + # noqa: E501 + + :param permission_profile_id: The permission_profile_id of this UserInformation. # noqa: E501 :type: str """ @@ -734,22 +823,22 @@ def permission_profile_id(self, permission_profile_id): @property def permission_profile_name(self): - """ - Gets the permission_profile_name of this UserInformation. - + """Gets the permission_profile_name of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The permission_profile_name of this UserInformation. + :return: The permission_profile_name of this UserInformation. # noqa: E501 :rtype: str """ return self._permission_profile_name @permission_profile_name.setter def permission_profile_name(self, permission_profile_name): - """ - Sets the permission_profile_name of this UserInformation. - + """Sets the permission_profile_name of this UserInformation. + + # noqa: E501 - :param permission_profile_name: The permission_profile_name of this UserInformation. + :param permission_profile_name: The permission_profile_name of this UserInformation. # noqa: E501 :type: str """ @@ -757,22 +846,22 @@ def permission_profile_name(self, permission_profile_name): @property def profile_image_uri(self): - """ - Gets the profile_image_uri of this UserInformation. - + """Gets the profile_image_uri of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The profile_image_uri of this UserInformation. + :return: The profile_image_uri of this UserInformation. # noqa: E501 :rtype: str """ return self._profile_image_uri @profile_image_uri.setter def profile_image_uri(self, profile_image_uri): - """ - Sets the profile_image_uri of this UserInformation. - + """Sets the profile_image_uri of this UserInformation. + + # noqa: E501 - :param profile_image_uri: The profile_image_uri of this UserInformation. + :param profile_image_uri: The profile_image_uri of this UserInformation. # noqa: E501 :type: str """ @@ -780,22 +869,22 @@ def profile_image_uri(self, profile_image_uri): @property def send_activation_email(self): - """ - Gets the send_activation_email of this UserInformation. - + """Gets the send_activation_email of this UserInformation. # noqa: E501 - :return: The send_activation_email of this UserInformation. + # noqa: E501 + + :return: The send_activation_email of this UserInformation. # noqa: E501 :rtype: str """ return self._send_activation_email @send_activation_email.setter def send_activation_email(self, send_activation_email): - """ - Sets the send_activation_email of this UserInformation. - + """Sets the send_activation_email of this UserInformation. - :param send_activation_email: The send_activation_email of this UserInformation. + # noqa: E501 + + :param send_activation_email: The send_activation_email of this UserInformation. # noqa: E501 :type: str """ @@ -803,22 +892,22 @@ def send_activation_email(self, send_activation_email): @property def send_activation_on_invalid_login(self): - """ - Gets the send_activation_on_invalid_login of this UserInformation. - When set to **true**, specifies that an additional activation email is sent to the user if they fail a log on before activating their account. + """Gets the send_activation_on_invalid_login of this UserInformation. # noqa: E501 - :return: The send_activation_on_invalid_login of this UserInformation. + When set to **true**, specifies that an additional activation email is sent to the user if they fail a log on before activating their account. # noqa: E501 + + :return: The send_activation_on_invalid_login of this UserInformation. # noqa: E501 :rtype: str """ return self._send_activation_on_invalid_login @send_activation_on_invalid_login.setter def send_activation_on_invalid_login(self, send_activation_on_invalid_login): - """ - Sets the send_activation_on_invalid_login of this UserInformation. - When set to **true**, specifies that an additional activation email is sent to the user if they fail a log on before activating their account. + """Sets the send_activation_on_invalid_login of this UserInformation. + + When set to **true**, specifies that an additional activation email is sent to the user if they fail a log on before activating their account. # noqa: E501 - :param send_activation_on_invalid_login: The send_activation_on_invalid_login of this UserInformation. + :param send_activation_on_invalid_login: The send_activation_on_invalid_login of this UserInformation. # noqa: E501 :type: str """ @@ -826,22 +915,22 @@ def send_activation_on_invalid_login(self, send_activation_on_invalid_login): @property def signature_image_uri(self): - """ - Gets the signature_image_uri of this UserInformation. - Contains the URI for an endpoint that you can use to retrieve the signature image. + """Gets the signature_image_uri of this UserInformation. # noqa: E501 + + Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 - :return: The signature_image_uri of this UserInformation. + :return: The signature_image_uri of this UserInformation. # noqa: E501 :rtype: str """ return self._signature_image_uri @signature_image_uri.setter def signature_image_uri(self, signature_image_uri): - """ - Sets the signature_image_uri of this UserInformation. - Contains the URI for an endpoint that you can use to retrieve the signature image. + """Sets the signature_image_uri of this UserInformation. + + Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 - :param signature_image_uri: The signature_image_uri of this UserInformation. + :param signature_image_uri: The signature_image_uri of this UserInformation. # noqa: E501 :type: str """ @@ -849,22 +938,22 @@ def signature_image_uri(self, signature_image_uri): @property def subscribe(self): - """ - Gets the subscribe of this UserInformation. - + """Gets the subscribe of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The subscribe of this UserInformation. + :return: The subscribe of this UserInformation. # noqa: E501 :rtype: str """ return self._subscribe @subscribe.setter def subscribe(self, subscribe): - """ - Sets the subscribe of this UserInformation. - + """Sets the subscribe of this UserInformation. - :param subscribe: The subscribe of this UserInformation. + # noqa: E501 + + :param subscribe: The subscribe of this UserInformation. # noqa: E501 :type: str """ @@ -872,22 +961,22 @@ def subscribe(self, subscribe): @property def suffix_name(self): - """ - Gets the suffix_name of this UserInformation. - The suffix for the user's name. Maximum Length: 50 characters. + """Gets the suffix_name of this UserInformation. # noqa: E501 - :return: The suffix_name of this UserInformation. + The suffix for the user's name. Maximum Length: 50 characters. # noqa: E501 + + :return: The suffix_name of this UserInformation. # noqa: E501 :rtype: str """ return self._suffix_name @suffix_name.setter def suffix_name(self, suffix_name): - """ - Sets the suffix_name of this UserInformation. - The suffix for the user's name. Maximum Length: 50 characters. + """Sets the suffix_name of this UserInformation. - :param suffix_name: The suffix_name of this UserInformation. + The suffix for the user's name. Maximum Length: 50 characters. # noqa: E501 + + :param suffix_name: The suffix_name of this UserInformation. # noqa: E501 :type: str """ @@ -895,22 +984,22 @@ def suffix_name(self, suffix_name): @property def title(self): - """ - Gets the title of this UserInformation. - The title of the user. + """Gets the title of this UserInformation. # noqa: E501 + + The title of the user. # noqa: E501 - :return: The title of this UserInformation. + :return: The title of this UserInformation. # noqa: E501 :rtype: str """ return self._title @title.setter def title(self, title): - """ - Sets the title of this UserInformation. - The title of the user. + """Sets the title of this UserInformation. + + The title of the user. # noqa: E501 - :param title: The title of this UserInformation. + :param title: The title of this UserInformation. # noqa: E501 :type: str """ @@ -918,22 +1007,22 @@ def title(self, title): @property def uri(self): - """ - Gets the uri of this UserInformation. - + """Gets the uri of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The uri of this UserInformation. + :return: The uri of this UserInformation. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this UserInformation. - + """Sets the uri of this UserInformation. + + # noqa: E501 - :param uri: The uri of this UserInformation. + :param uri: The uri of this UserInformation. # noqa: E501 :type: str """ @@ -941,22 +1030,22 @@ def uri(self, uri): @property def user_added_to_account_date_time(self): - """ - Gets the user_added_to_account_date_time of this UserInformation. - + """Gets the user_added_to_account_date_time of this UserInformation. # noqa: E501 - :return: The user_added_to_account_date_time of this UserInformation. + # noqa: E501 + + :return: The user_added_to_account_date_time of this UserInformation. # noqa: E501 :rtype: str """ return self._user_added_to_account_date_time @user_added_to_account_date_time.setter def user_added_to_account_date_time(self, user_added_to_account_date_time): - """ - Sets the user_added_to_account_date_time of this UserInformation. - + """Sets the user_added_to_account_date_time of this UserInformation. - :param user_added_to_account_date_time: The user_added_to_account_date_time of this UserInformation. + # noqa: E501 + + :param user_added_to_account_date_time: The user_added_to_account_date_time of this UserInformation. # noqa: E501 :type: str """ @@ -964,22 +1053,22 @@ def user_added_to_account_date_time(self, user_added_to_account_date_time): @property def user_id(self): - """ - Gets the user_id of this UserInformation. - + """Gets the user_id of this UserInformation. # noqa: E501 - :return: The user_id of this UserInformation. + # noqa: E501 + + :return: The user_id of this UserInformation. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this UserInformation. - + """Sets the user_id of this UserInformation. + + # noqa: E501 - :param user_id: The user_id of this UserInformation. + :param user_id: The user_id of this UserInformation. # noqa: E501 :type: str """ @@ -987,22 +1076,22 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this UserInformation. - + """Gets the user_name of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The user_name of this UserInformation. + :return: The user_name of this UserInformation. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this UserInformation. - + """Sets the user_name of this UserInformation. + + # noqa: E501 - :param user_name: The user_name of this UserInformation. + :param user_name: The user_name of this UserInformation. # noqa: E501 :type: str """ @@ -1010,22 +1099,22 @@ def user_name(self, user_name): @property def user_profile_last_modified_date(self): - """ - Gets the user_profile_last_modified_date of this UserInformation. - + """Gets the user_profile_last_modified_date of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The user_profile_last_modified_date of this UserInformation. + :return: The user_profile_last_modified_date of this UserInformation. # noqa: E501 :rtype: str """ return self._user_profile_last_modified_date @user_profile_last_modified_date.setter def user_profile_last_modified_date(self, user_profile_last_modified_date): - """ - Sets the user_profile_last_modified_date of this UserInformation. - + """Sets the user_profile_last_modified_date of this UserInformation. - :param user_profile_last_modified_date: The user_profile_last_modified_date of this UserInformation. + # noqa: E501 + + :param user_profile_last_modified_date: The user_profile_last_modified_date of this UserInformation. # noqa: E501 :type: str """ @@ -1033,20 +1122,20 @@ def user_profile_last_modified_date(self, user_profile_last_modified_date): @property def user_settings(self): - """ - Gets the user_settings of this UserInformation. + """Gets the user_settings of this UserInformation. # noqa: E501 - :return: The user_settings of this UserInformation. + + :return: The user_settings of this UserInformation. # noqa: E501 :rtype: UserSettingsInformation """ return self._user_settings @user_settings.setter def user_settings(self, user_settings): - """ - Sets the user_settings of this UserInformation. + """Sets the user_settings of this UserInformation. - :param user_settings: The user_settings of this UserInformation. + + :param user_settings: The user_settings of this UserInformation. # noqa: E501 :type: UserSettingsInformation """ @@ -1054,22 +1143,22 @@ def user_settings(self, user_settings): @property def user_status(self): - """ - Gets the user_status of this UserInformation. - + """Gets the user_status of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The user_status of this UserInformation. + :return: The user_status of this UserInformation. # noqa: E501 :rtype: str """ return self._user_status @user_status.setter def user_status(self, user_status): - """ - Sets the user_status of this UserInformation. - + """Sets the user_status of this UserInformation. + + # noqa: E501 - :param user_status: The user_status of this UserInformation. + :param user_status: The user_status of this UserInformation. # noqa: E501 :type: str """ @@ -1077,22 +1166,22 @@ def user_status(self, user_status): @property def user_type(self): - """ - Gets the user_type of this UserInformation. - + """Gets the user_type of this UserInformation. # noqa: E501 + + # noqa: E501 - :return: The user_type of this UserInformation. + :return: The user_type of this UserInformation. # noqa: E501 :rtype: str """ return self._user_type @user_type.setter def user_type(self, user_type): - """ - Sets the user_type of this UserInformation. - + """Sets the user_type of this UserInformation. + + # noqa: E501 - :param user_type: The user_type of this UserInformation. + :param user_type: The user_type of this UserInformation. # noqa: E501 :type: str """ @@ -1100,32 +1189,30 @@ def user_type(self, user_type): @property def work_address(self): - """ - Gets the work_address of this UserInformation. + """Gets the work_address of this UserInformation. # noqa: E501 - :return: The work_address of this UserInformation. + + :return: The work_address of this UserInformation. # noqa: E501 :rtype: AddressInformation """ return self._work_address @work_address.setter def work_address(self, work_address): - """ - Sets the work_address of this UserInformation. + """Sets the work_address of this UserInformation. - :param work_address: The work_address of this UserInformation. + + :param work_address: The work_address of this UserInformation. # noqa: E501 :type: AddressInformation """ self._work_address = work_address def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -1142,29 +1229,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_information_list.py b/docusign_esign/models/user_information_list.py index 1ccf2336..4dc12462 100644 --- a/docusign_esign/models/user_information_list.py +++ b/docusign_esign/models/user_information_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserInformationList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): - """ - UserInformationList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str', - 'users': 'list[UserInformation]' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize', - 'users': 'users' - } - - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size - self._users = users + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'users': 'list[UserInformation]' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'users': 'users' + } + + def __init__(self, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): # noqa: E501 + """UserInformationList - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._users = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size + if users is not None: + self.users = users @property def end_position(self): - """ - Gets the end_position of this UserInformationList. - The last position in the result set. + """Gets the end_position of this UserInformationList. # noqa: E501 - :return: The end_position of this UserInformationList. + The last position in the result set. # noqa: E501 + + :return: The end_position of this UserInformationList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this UserInformationList. - The last position in the result set. + """Sets the end_position of this UserInformationList. - :param end_position: The end_position of this UserInformationList. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this UserInformationList. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this UserInformationList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this UserInformationList. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this UserInformationList. + :return: The next_uri of this UserInformationList. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this UserInformationList. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this UserInformationList. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this UserInformationList. + :param next_uri: The next_uri of this UserInformationList. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this UserInformationList. - The postal code for the billing address. + """Gets the previous_uri of this UserInformationList. # noqa: E501 - :return: The previous_uri of this UserInformationList. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this UserInformationList. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this UserInformationList. - The postal code for the billing address. + """Sets the previous_uri of this UserInformationList. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this UserInformationList. + :param previous_uri: The previous_uri of this UserInformationList. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this UserInformationList. - The number of results returned in this response. + """Gets the result_set_size of this UserInformationList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this UserInformationList. + :return: The result_set_size of this UserInformationList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this UserInformationList. - The number of results returned in this response. + """Sets the result_set_size of this UserInformationList. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this UserInformationList. + :param result_set_size: The result_set_size of this UserInformationList. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this UserInformationList. - Starting position of the current result set. + """Gets the start_position of this UserInformationList. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this UserInformationList. + :return: The start_position of this UserInformationList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this UserInformationList. - Starting position of the current result set. + """Sets the start_position of this UserInformationList. - :param start_position: The start_position of this UserInformationList. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this UserInformationList. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this UserInformationList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this UserInformationList. # noqa: E501 - :return: The total_set_size of this UserInformationList. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this UserInformationList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this UserInformationList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this UserInformationList. - :param total_set_size: The total_set_size of this UserInformationList. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this UserInformationList. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def total_set_size(self, total_set_size): @property def users(self): - """ - Gets the users of this UserInformationList. - + """Gets the users of this UserInformationList. # noqa: E501 + + # noqa: E501 - :return: The users of this UserInformationList. + :return: The users of this UserInformationList. # noqa: E501 :rtype: list[UserInformation] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this UserInformationList. - + """Sets the users of this UserInformationList. + + # noqa: E501 - :param users: The users of this UserInformationList. + :param users: The users of this UserInformationList. # noqa: E501 :type: list[UserInformation] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserInformationList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserInformationList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_password_information.py b/docusign_esign/models/user_password_information.py index ccce3070..df44d092 100644 --- a/docusign_esign/models/user_password_information.py +++ b/docusign_esign/models/user_password_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,62 +11,75 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserPasswordInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, current_password=None, email=None, forgotten_password_info=None, new_password=None): - """ - UserPasswordInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'current_password': 'str', - 'email': 'str', - 'forgotten_password_info': 'ForgottenPasswordInformation', - 'new_password': 'str' - } - - self.attribute_map = { - 'current_password': 'currentPassword', - 'email': 'email', - 'forgotten_password_info': 'forgottenPasswordInfo', - 'new_password': 'newPassword' - } - self._current_password = current_password - self._email = email - self._forgotten_password_info = forgotten_password_info - self._new_password = new_password + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'current_password': 'str', + 'email': 'str', + 'forgotten_password_info': 'ForgottenPasswordInformation', + 'new_password': 'str' + } + + attribute_map = { + 'current_password': 'currentPassword', + 'email': 'email', + 'forgotten_password_info': 'forgottenPasswordInfo', + 'new_password': 'newPassword' + } + + def __init__(self, current_password=None, email=None, forgotten_password_info=None, new_password=None): # noqa: E501 + """UserPasswordInformation - a model defined in Swagger""" # noqa: E501 + + self._current_password = None + self._email = None + self._forgotten_password_info = None + self._new_password = None + self.discriminator = None + + if current_password is not None: + self.current_password = current_password + if email is not None: + self.email = email + if forgotten_password_info is not None: + self.forgotten_password_info = forgotten_password_info + if new_password is not None: + self.new_password = new_password @property def current_password(self): - """ - Gets the current_password of this UserPasswordInformation. - The user's current password to be changed. + """Gets the current_password of this UserPasswordInformation. # noqa: E501 - :return: The current_password of this UserPasswordInformation. + The user's current password to be changed. # noqa: E501 + + :return: The current_password of this UserPasswordInformation. # noqa: E501 :rtype: str """ return self._current_password @current_password.setter def current_password(self, current_password): - """ - Sets the current_password of this UserPasswordInformation. - The user's current password to be changed. + """Sets the current_password of this UserPasswordInformation. - :param current_password: The current_password of this UserPasswordInformation. + The user's current password to be changed. # noqa: E501 + + :param current_password: The current_password of this UserPasswordInformation. # noqa: E501 :type: str """ @@ -74,22 +87,22 @@ def current_password(self, current_password): @property def email(self): - """ - Gets the email of this UserPasswordInformation. - The user's email address for the associated account. + """Gets the email of this UserPasswordInformation. # noqa: E501 + + The user's email address for the associated account. # noqa: E501 - :return: The email of this UserPasswordInformation. + :return: The email of this UserPasswordInformation. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this UserPasswordInformation. - The user's email address for the associated account. + """Sets the email of this UserPasswordInformation. + + The user's email address for the associated account. # noqa: E501 - :param email: The email of this UserPasswordInformation. + :param email: The email of this UserPasswordInformation. # noqa: E501 :type: str """ @@ -97,20 +110,20 @@ def email(self, email): @property def forgotten_password_info(self): - """ - Gets the forgotten_password_info of this UserPasswordInformation. + """Gets the forgotten_password_info of this UserPasswordInformation. # noqa: E501 + - :return: The forgotten_password_info of this UserPasswordInformation. + :return: The forgotten_password_info of this UserPasswordInformation. # noqa: E501 :rtype: ForgottenPasswordInformation """ return self._forgotten_password_info @forgotten_password_info.setter def forgotten_password_info(self, forgotten_password_info): - """ - Sets the forgotten_password_info of this UserPasswordInformation. + """Sets the forgotten_password_info of this UserPasswordInformation. - :param forgotten_password_info: The forgotten_password_info of this UserPasswordInformation. + + :param forgotten_password_info: The forgotten_password_info of this UserPasswordInformation. # noqa: E501 :type: ForgottenPasswordInformation """ @@ -118,34 +131,32 @@ def forgotten_password_info(self, forgotten_password_info): @property def new_password(self): - """ - Gets the new_password of this UserPasswordInformation. - The user's new password. + """Gets the new_password of this UserPasswordInformation. # noqa: E501 - :return: The new_password of this UserPasswordInformation. + The user's new password. # noqa: E501 + + :return: The new_password of this UserPasswordInformation. # noqa: E501 :rtype: str """ return self._new_password @new_password.setter def new_password(self, new_password): - """ - Sets the new_password of this UserPasswordInformation. - The user's new password. + """Sets the new_password of this UserPasswordInformation. + + The user's new password. # noqa: E501 - :param new_password: The new_password of this UserPasswordInformation. + :param new_password: The new_password of this UserPasswordInformation. # noqa: E501 :type: str """ self._new_password = new_password def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -162,29 +173,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserPasswordInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserPasswordInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_password_rules.py b/docusign_esign/models/user_password_rules.py index c336bd20..b0037a24 100644 --- a/docusign_esign/models/user_password_rules.py +++ b/docusign_esign/models/user_password_rules.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,54 +11,63 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserPasswordRules(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, password_rules=None, user_id=None): - """ - UserPasswordRules - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'password_rules': 'AccountPasswordRules', - 'user_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'password_rules': 'AccountPasswordRules', + 'user_id': 'str' + } - self.attribute_map = { - 'password_rules': 'passwordRules', - 'user_id': 'userId' - } + attribute_map = { + 'password_rules': 'passwordRules', + 'user_id': 'userId' + } - self._password_rules = password_rules - self._user_id = user_id + def __init__(self, password_rules=None, user_id=None): # noqa: E501 + """UserPasswordRules - a model defined in Swagger""" # noqa: E501 + + self._password_rules = None + self._user_id = None + self.discriminator = None + + if password_rules is not None: + self.password_rules = password_rules + if user_id is not None: + self.user_id = user_id @property def password_rules(self): - """ - Gets the password_rules of this UserPasswordRules. + """Gets the password_rules of this UserPasswordRules. # noqa: E501 - :return: The password_rules of this UserPasswordRules. + + :return: The password_rules of this UserPasswordRules. # noqa: E501 :rtype: AccountPasswordRules """ return self._password_rules @password_rules.setter def password_rules(self, password_rules): - """ - Sets the password_rules of this UserPasswordRules. + """Sets the password_rules of this UserPasswordRules. + - :param password_rules: The password_rules of this UserPasswordRules. + :param password_rules: The password_rules of this UserPasswordRules. # noqa: E501 :type: AccountPasswordRules """ @@ -66,34 +75,32 @@ def password_rules(self, password_rules): @property def user_id(self): - """ - Gets the user_id of this UserPasswordRules. - + """Gets the user_id of this UserPasswordRules. # noqa: E501 + + # noqa: E501 - :return: The user_id of this UserPasswordRules. + :return: The user_id of this UserPasswordRules. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this UserPasswordRules. - + """Sets the user_id of this UserPasswordRules. + + # noqa: E501 - :param user_id: The user_id of this UserPasswordRules. + :param user_id: The user_id of this UserPasswordRules. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -110,29 +117,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserPasswordRules, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserPasswordRules): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_profile.py b/docusign_esign/models/user_profile.py index 3cd07b8b..71046597 100644 --- a/docusign_esign/models/user_profile.py +++ b/docusign_esign/models/user_profile.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,84 +11,113 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserProfile(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, address=None, authentication_methods=None, company_name=None, display_organization_info=None, display_personal_info=None, display_profile=None, display_usage_history=None, profile_image_uri=None, title=None, usage_history=None, user_details=None, user_profile_last_modified_date=None): - """ - UserProfile - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'address': 'AddressInformation', - 'authentication_methods': 'list[AuthenticationMethod]', - 'company_name': 'str', - 'display_organization_info': 'str', - 'display_personal_info': 'str', - 'display_profile': 'str', - 'display_usage_history': 'str', - 'profile_image_uri': 'str', - 'title': 'str', - 'usage_history': 'UsageHistory', - 'user_details': 'UserInformation', - 'user_profile_last_modified_date': 'str' - } - - self.attribute_map = { - 'address': 'address', - 'authentication_methods': 'authenticationMethods', - 'company_name': 'companyName', - 'display_organization_info': 'displayOrganizationInfo', - 'display_personal_info': 'displayPersonalInfo', - 'display_profile': 'displayProfile', - 'display_usage_history': 'displayUsageHistory', - 'profile_image_uri': 'profileImageUri', - 'title': 'title', - 'usage_history': 'usageHistory', - 'user_details': 'userDetails', - 'user_profile_last_modified_date': 'userProfileLastModifiedDate' - } - self._address = address - self._authentication_methods = authentication_methods - self._company_name = company_name - self._display_organization_info = display_organization_info - self._display_personal_info = display_personal_info - self._display_profile = display_profile - self._display_usage_history = display_usage_history - self._profile_image_uri = profile_image_uri - self._title = title - self._usage_history = usage_history - self._user_details = user_details - self._user_profile_last_modified_date = user_profile_last_modified_date + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'address': 'AddressInformation', + 'authentication_methods': 'list[AuthenticationMethod]', + 'company_name': 'str', + 'display_organization_info': 'str', + 'display_personal_info': 'str', + 'display_profile': 'str', + 'display_usage_history': 'str', + 'profile_image_uri': 'str', + 'title': 'str', + 'usage_history': 'UsageHistory', + 'user_details': 'UserInformation', + 'user_profile_last_modified_date': 'str' + } + + attribute_map = { + 'address': 'address', + 'authentication_methods': 'authenticationMethods', + 'company_name': 'companyName', + 'display_organization_info': 'displayOrganizationInfo', + 'display_personal_info': 'displayPersonalInfo', + 'display_profile': 'displayProfile', + 'display_usage_history': 'displayUsageHistory', + 'profile_image_uri': 'profileImageUri', + 'title': 'title', + 'usage_history': 'usageHistory', + 'user_details': 'userDetails', + 'user_profile_last_modified_date': 'userProfileLastModifiedDate' + } + + def __init__(self, address=None, authentication_methods=None, company_name=None, display_organization_info=None, display_personal_info=None, display_profile=None, display_usage_history=None, profile_image_uri=None, title=None, usage_history=None, user_details=None, user_profile_last_modified_date=None): # noqa: E501 + """UserProfile - a model defined in Swagger""" # noqa: E501 + + self._address = None + self._authentication_methods = None + self._company_name = None + self._display_organization_info = None + self._display_personal_info = None + self._display_profile = None + self._display_usage_history = None + self._profile_image_uri = None + self._title = None + self._usage_history = None + self._user_details = None + self._user_profile_last_modified_date = None + self.discriminator = None + + if address is not None: + self.address = address + if authentication_methods is not None: + self.authentication_methods = authentication_methods + if company_name is not None: + self.company_name = company_name + if display_organization_info is not None: + self.display_organization_info = display_organization_info + if display_personal_info is not None: + self.display_personal_info = display_personal_info + if display_profile is not None: + self.display_profile = display_profile + if display_usage_history is not None: + self.display_usage_history = display_usage_history + if profile_image_uri is not None: + self.profile_image_uri = profile_image_uri + if title is not None: + self.title = title + if usage_history is not None: + self.usage_history = usage_history + if user_details is not None: + self.user_details = user_details + if user_profile_last_modified_date is not None: + self.user_profile_last_modified_date = user_profile_last_modified_date @property def address(self): - """ - Gets the address of this UserProfile. + """Gets the address of this UserProfile. # noqa: E501 + - :return: The address of this UserProfile. + :return: The address of this UserProfile. # noqa: E501 :rtype: AddressInformation """ return self._address @address.setter def address(self, address): - """ - Sets the address of this UserProfile. + """Sets the address of this UserProfile. - :param address: The address of this UserProfile. + + :param address: The address of this UserProfile. # noqa: E501 :type: AddressInformation """ @@ -96,22 +125,22 @@ def address(self, address): @property def authentication_methods(self): - """ - Gets the authentication_methods of this UserProfile. - These properties cannot be modified in the PUT. Indicates the authentication methods used by the user. + """Gets the authentication_methods of this UserProfile. # noqa: E501 - :return: The authentication_methods of this UserProfile. + These properties cannot be modified in the PUT. Indicates the authentication methods used by the user. # noqa: E501 + + :return: The authentication_methods of this UserProfile. # noqa: E501 :rtype: list[AuthenticationMethod] """ return self._authentication_methods @authentication_methods.setter def authentication_methods(self, authentication_methods): - """ - Sets the authentication_methods of this UserProfile. - These properties cannot be modified in the PUT. Indicates the authentication methods used by the user. + """Sets the authentication_methods of this UserProfile. + + These properties cannot be modified in the PUT. Indicates the authentication methods used by the user. # noqa: E501 - :param authentication_methods: The authentication_methods of this UserProfile. + :param authentication_methods: The authentication_methods of this UserProfile. # noqa: E501 :type: list[AuthenticationMethod] """ @@ -119,22 +148,22 @@ def authentication_methods(self, authentication_methods): @property def company_name(self): - """ - Gets the company_name of this UserProfile. - The name of the user's Company. + """Gets the company_name of this UserProfile. # noqa: E501 + + The name of the user's Company. # noqa: E501 - :return: The company_name of this UserProfile. + :return: The company_name of this UserProfile. # noqa: E501 :rtype: str """ return self._company_name @company_name.setter def company_name(self, company_name): - """ - Sets the company_name of this UserProfile. - The name of the user's Company. + """Sets the company_name of this UserProfile. + + The name of the user's Company. # noqa: E501 - :param company_name: The company_name of this UserProfile. + :param company_name: The company_name of this UserProfile. # noqa: E501 :type: str """ @@ -142,22 +171,22 @@ def company_name(self, company_name): @property def display_organization_info(self): - """ - Gets the display_organization_info of this UserProfile. - When set to **true**, the user's company and title information are shown on the ID card. + """Gets the display_organization_info of this UserProfile. # noqa: E501 - :return: The display_organization_info of this UserProfile. + When set to **true**, the user's company and title information are shown on the ID card. # noqa: E501 + + :return: The display_organization_info of this UserProfile. # noqa: E501 :rtype: str """ return self._display_organization_info @display_organization_info.setter def display_organization_info(self, display_organization_info): - """ - Sets the display_organization_info of this UserProfile. - When set to **true**, the user's company and title information are shown on the ID card. + """Sets the display_organization_info of this UserProfile. - :param display_organization_info: The display_organization_info of this UserProfile. + When set to **true**, the user's company and title information are shown on the ID card. # noqa: E501 + + :param display_organization_info: The display_organization_info of this UserProfile. # noqa: E501 :type: str """ @@ -165,22 +194,22 @@ def display_organization_info(self, display_organization_info): @property def display_personal_info(self): - """ - Gets the display_personal_info of this UserProfile. - When set to **true**, the user's Address and Phone number are shown on the ID card. + """Gets the display_personal_info of this UserProfile. # noqa: E501 + + When set to **true**, the user's Address and Phone number are shown on the ID card. # noqa: E501 - :return: The display_personal_info of this UserProfile. + :return: The display_personal_info of this UserProfile. # noqa: E501 :rtype: str """ return self._display_personal_info @display_personal_info.setter def display_personal_info(self, display_personal_info): - """ - Sets the display_personal_info of this UserProfile. - When set to **true**, the user's Address and Phone number are shown on the ID card. + """Sets the display_personal_info of this UserProfile. + + When set to **true**, the user's Address and Phone number are shown on the ID card. # noqa: E501 - :param display_personal_info: The display_personal_info of this UserProfile. + :param display_personal_info: The display_personal_info of this UserProfile. # noqa: E501 :type: str """ @@ -188,22 +217,22 @@ def display_personal_info(self, display_personal_info): @property def display_profile(self): - """ - Gets the display_profile of this UserProfile. - When set to **true**, the user's ID card can be viewed from signed documents and envelope history. + """Gets the display_profile of this UserProfile. # noqa: E501 + + When set to **true**, the user's ID card can be viewed from signed documents and envelope history. # noqa: E501 - :return: The display_profile of this UserProfile. + :return: The display_profile of this UserProfile. # noqa: E501 :rtype: str """ return self._display_profile @display_profile.setter def display_profile(self, display_profile): - """ - Sets the display_profile of this UserProfile. - When set to **true**, the user's ID card can be viewed from signed documents and envelope history. + """Sets the display_profile of this UserProfile. - :param display_profile: The display_profile of this UserProfile. + When set to **true**, the user's ID card can be viewed from signed documents and envelope history. # noqa: E501 + + :param display_profile: The display_profile of this UserProfile. # noqa: E501 :type: str """ @@ -211,22 +240,22 @@ def display_profile(self, display_profile): @property def display_usage_history(self): - """ - Gets the display_usage_history of this UserProfile. - When set to **true**, the user's usage information is shown on the ID card. + """Gets the display_usage_history of this UserProfile. # noqa: E501 - :return: The display_usage_history of this UserProfile. + When set to **true**, the user's usage information is shown on the ID card. # noqa: E501 + + :return: The display_usage_history of this UserProfile. # noqa: E501 :rtype: str """ return self._display_usage_history @display_usage_history.setter def display_usage_history(self, display_usage_history): - """ - Sets the display_usage_history of this UserProfile. - When set to **true**, the user's usage information is shown on the ID card. + """Sets the display_usage_history of this UserProfile. + + When set to **true**, the user's usage information is shown on the ID card. # noqa: E501 - :param display_usage_history: The display_usage_history of this UserProfile. + :param display_usage_history: The display_usage_history of this UserProfile. # noqa: E501 :type: str """ @@ -234,22 +263,22 @@ def display_usage_history(self, display_usage_history): @property def profile_image_uri(self): - """ - Gets the profile_image_uri of this UserProfile. - + """Gets the profile_image_uri of this UserProfile. # noqa: E501 + + # noqa: E501 - :return: The profile_image_uri of this UserProfile. + :return: The profile_image_uri of this UserProfile. # noqa: E501 :rtype: str """ return self._profile_image_uri @profile_image_uri.setter def profile_image_uri(self, profile_image_uri): - """ - Sets the profile_image_uri of this UserProfile. - + """Sets the profile_image_uri of this UserProfile. + + # noqa: E501 - :param profile_image_uri: The profile_image_uri of this UserProfile. + :param profile_image_uri: The profile_image_uri of this UserProfile. # noqa: E501 :type: str """ @@ -257,22 +286,22 @@ def profile_image_uri(self, profile_image_uri): @property def title(self): - """ - Gets the title of this UserProfile. - + """Gets the title of this UserProfile. # noqa: E501 - :return: The title of this UserProfile. + # noqa: E501 + + :return: The title of this UserProfile. # noqa: E501 :rtype: str """ return self._title @title.setter def title(self, title): - """ - Sets the title of this UserProfile. - + """Sets the title of this UserProfile. - :param title: The title of this UserProfile. + # noqa: E501 + + :param title: The title of this UserProfile. # noqa: E501 :type: str """ @@ -280,20 +309,20 @@ def title(self, title): @property def usage_history(self): - """ - Gets the usage_history of this UserProfile. + """Gets the usage_history of this UserProfile. # noqa: E501 + - :return: The usage_history of this UserProfile. + :return: The usage_history of this UserProfile. # noqa: E501 :rtype: UsageHistory """ return self._usage_history @usage_history.setter def usage_history(self, usage_history): - """ - Sets the usage_history of this UserProfile. + """Sets the usage_history of this UserProfile. + - :param usage_history: The usage_history of this UserProfile. + :param usage_history: The usage_history of this UserProfile. # noqa: E501 :type: UsageHistory """ @@ -301,20 +330,20 @@ def usage_history(self, usage_history): @property def user_details(self): - """ - Gets the user_details of this UserProfile. + """Gets the user_details of this UserProfile. # noqa: E501 + - :return: The user_details of this UserProfile. + :return: The user_details of this UserProfile. # noqa: E501 :rtype: UserInformation """ return self._user_details @user_details.setter def user_details(self, user_details): - """ - Sets the user_details of this UserProfile. + """Sets the user_details of this UserProfile. - :param user_details: The user_details of this UserProfile. + + :param user_details: The user_details of this UserProfile. # noqa: E501 :type: UserInformation """ @@ -322,34 +351,32 @@ def user_details(self, user_details): @property def user_profile_last_modified_date(self): - """ - Gets the user_profile_last_modified_date of this UserProfile. - + """Gets the user_profile_last_modified_date of this UserProfile. # noqa: E501 - :return: The user_profile_last_modified_date of this UserProfile. + # noqa: E501 + + :return: The user_profile_last_modified_date of this UserProfile. # noqa: E501 :rtype: str """ return self._user_profile_last_modified_date @user_profile_last_modified_date.setter def user_profile_last_modified_date(self, user_profile_last_modified_date): - """ - Sets the user_profile_last_modified_date of this UserProfile. - + """Sets the user_profile_last_modified_date of this UserProfile. + + # noqa: E501 - :param user_profile_last_modified_date: The user_profile_last_modified_date of this UserProfile. + :param user_profile_last_modified_date: The user_profile_last_modified_date of this UserProfile. # noqa: E501 :type: str """ self._user_profile_last_modified_date = user_profile_last_modified_date def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -366,29 +393,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserProfile, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserProfile): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_settings_information.py b/docusign_esign/models/user_settings_information.py index 388d01c4..a1bd5fd2 100644 --- a/docusign_esign/models/user_settings_information.py +++ b/docusign_esign/models/user_settings_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,405 +11,648 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSettingsInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_management_granular=None, admin_only=None, admin_only_metadata=None, allow_auto_tagging=None, allow_envelope_transfer_to=None, allow_envelope_transfer_to_metadata=None, allow_eseal_recipients=None, allow_eseal_recipients_metadata=None, allow_power_forms_admin_to_access_all_power_form_envelope=None, allow_power_forms_admin_to_access_all_power_form_envelope_metadata=None, allow_recipient_language_selection=None, allow_recipient_language_selection_metadata=None, allow_send_on_behalf_of=None, allow_send_on_behalf_of_metadata=None, allow_supplemental_documents=None, allow_supplemental_documents_metadata=None, anchor_tag_versioned_placement_enabled=None, api_account_wide_access=None, api_account_wide_access_metadata=None, api_can_export_ac=None, api_can_export_ac_metadata=None, bulk_send=None, bulk_send_metadata=None, can_charge_account=None, can_charge_account_metadata=None, can_edit_shared_addressbook=None, can_edit_shared_addressbook_metadata=None, can_lock_envelopes=None, can_lock_envelopes_metadata=None, can_manage_account=None, can_manage_account_metadata=None, can_manage_distributor=None, can_manage_distributor_metadata=None, can_manage_templates=None, can_manage_templates_metadata=None, can_send_api_requests=None, can_send_api_requests_metadata=None, can_send_envelope=None, can_send_envelope_metadata=None, can_sign_envelope=None, can_sign_envelope_metadata=None, can_use_scratchpad=None, can_use_scratchpad_metadata=None, can_use_smart_contracts=None, can_use_smart_contracts_metadata=None, disable_document_upload=None, disable_document_upload_metadata=None, disable_other_actions=None, disable_other_actions_metadata=None, enable_ds_pro=None, enable_ds_pro_metadata=None, enable_sequential_signing_api=None, enable_sequential_signing_api_metadata=None, enable_sequential_signing_ui=None, enable_sequential_signing_ui_metadata=None, enable_signer_attachments=None, enable_signer_attachments_metadata=None, enable_sign_on_paper_override=None, enable_sign_on_paper_override_metadata=None, enable_transaction_point=None, enable_transaction_point_metadata=None, enable_vaulting=None, enable_vaulting_metadata=None, express_send_only=None, locale=None, locale_metadata=None, locale_policy=None, manage_clickwraps_mode=None, manage_clickwraps_mode_metadata=None, modified_by=None, modified_by_metadata=None, modified_date=None, modified_date_metadata=None, modified_page=None, modified_page_metadata=None, new_send_ui=None, new_send_ui_metadata=None, power_form_mode=None, power_form_mode_metadata=None, recipient_viewed_notification=None, recipient_viewed_notification_metadata=None, seal_identifiers=None, self_signed_recipient_email_document=None, self_signed_recipient_email_document_metadata=None, sender_email_notifications=None, signer_email_notifications=None, supplemental_document_include_in_download=None, supplemental_documents_must_accept=None, supplemental_documents_must_accept_metadata=None, supplemental_documents_must_read=None, supplemental_documents_must_read_metadata=None, supplemental_documents_must_view=None, supplemental_documents_must_view_metadata=None, template_active_creation=None, template_active_creation_metadata=None, template_apply_notify=None, template_apply_notify_metadata=None, template_auto_matching=None, template_auto_matching_metadata=None, template_matching_sensitivity=None, template_matching_sensitivity_metadata=None, template_page_level_matching=None, template_page_level_matching_metadata=None, timezone_dst=None, timezone_dst_metadata=None, timezone_mask=None, timezone_mask_metadata=None, timezone_offset=None, timezone_offset_metadata=None, timezone_sending_pref=None, timezone_sending_pref_metadata=None, timezone_signing_pref=None, timezone_signing_pref_metadata=None, transaction_point_site_name_url=None, transaction_point_site_name_url_metadata=None, transaction_point_user_name=None, transaction_point_user_name_metadata=None, vaulting_mode=None, vaulting_mode_metadata=None): - """ - UserSettingsInformation - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_management_granular': 'UserAccountManagementGranularInformation', - 'admin_only': 'str', - 'admin_only_metadata': 'SettingsMetadata', - 'allow_auto_tagging': 'str', - 'allow_envelope_transfer_to': 'str', - 'allow_envelope_transfer_to_metadata': 'SettingsMetadata', - 'allow_eseal_recipients': 'str', - 'allow_eseal_recipients_metadata': 'SettingsMetadata', - 'allow_power_forms_admin_to_access_all_power_form_envelope': 'str', - 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata', - 'allow_recipient_language_selection': 'str', - 'allow_recipient_language_selection_metadata': 'SettingsMetadata', - 'allow_send_on_behalf_of': 'str', - 'allow_send_on_behalf_of_metadata': 'SettingsMetadata', - 'allow_supplemental_documents': 'str', - 'allow_supplemental_documents_metadata': 'SettingsMetadata', - 'anchor_tag_versioned_placement_enabled': 'str', - 'api_account_wide_access': 'str', - 'api_account_wide_access_metadata': 'SettingsMetadata', - 'api_can_export_ac': 'str', - 'api_can_export_ac_metadata': 'SettingsMetadata', - 'bulk_send': 'str', - 'bulk_send_metadata': 'SettingsMetadata', - 'can_charge_account': 'str', - 'can_charge_account_metadata': 'SettingsMetadata', - 'can_edit_shared_addressbook': 'str', - 'can_edit_shared_addressbook_metadata': 'SettingsMetadata', - 'can_lock_envelopes': 'str', - 'can_lock_envelopes_metadata': 'SettingsMetadata', - 'can_manage_account': 'str', - 'can_manage_account_metadata': 'SettingsMetadata', - 'can_manage_distributor': 'str', - 'can_manage_distributor_metadata': 'SettingsMetadata', - 'can_manage_templates': 'str', - 'can_manage_templates_metadata': 'SettingsMetadata', - 'can_send_api_requests': 'str', - 'can_send_api_requests_metadata': 'SettingsMetadata', - 'can_send_envelope': 'str', - 'can_send_envelope_metadata': 'SettingsMetadata', - 'can_sign_envelope': 'str', - 'can_sign_envelope_metadata': 'SettingsMetadata', - 'can_use_scratchpad': 'str', - 'can_use_scratchpad_metadata': 'SettingsMetadata', - 'can_use_smart_contracts': 'str', - 'can_use_smart_contracts_metadata': 'SettingsMetadata', - 'disable_document_upload': 'str', - 'disable_document_upload_metadata': 'SettingsMetadata', - 'disable_other_actions': 'str', - 'disable_other_actions_metadata': 'SettingsMetadata', - 'enable_ds_pro': 'str', - 'enable_ds_pro_metadata': 'SettingsMetadata', - 'enable_sequential_signing_api': 'str', - 'enable_sequential_signing_api_metadata': 'SettingsMetadata', - 'enable_sequential_signing_ui': 'str', - 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', - 'enable_signer_attachments': 'str', - 'enable_signer_attachments_metadata': 'SettingsMetadata', - 'enable_sign_on_paper_override': 'str', - 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', - 'enable_transaction_point': 'str', - 'enable_transaction_point_metadata': 'SettingsMetadata', - 'enable_vaulting': 'str', - 'enable_vaulting_metadata': 'SettingsMetadata', - 'express_send_only': 'str', - 'locale': 'str', - 'locale_metadata': 'SettingsMetadata', - 'locale_policy': 'LocalePolicy', - 'manage_clickwraps_mode': 'str', - 'manage_clickwraps_mode_metadata': 'SettingsMetadata', - 'modified_by': 'str', - 'modified_by_metadata': 'SettingsMetadata', - 'modified_date': 'str', - 'modified_date_metadata': 'SettingsMetadata', - 'modified_page': 'str', - 'modified_page_metadata': 'SettingsMetadata', - 'new_send_ui': 'str', - 'new_send_ui_metadata': 'SettingsMetadata', - 'power_form_mode': 'str', - 'power_form_mode_metadata': 'SettingsMetadata', - 'recipient_viewed_notification': 'str', - 'recipient_viewed_notification_metadata': 'SettingsMetadata', - 'seal_identifiers': 'list[SealIdentifier]', - 'self_signed_recipient_email_document': 'str', - 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', - 'sender_email_notifications': 'SenderEmailNotifications', - 'signer_email_notifications': 'SignerEmailNotifications', - 'supplemental_document_include_in_download': 'str', - 'supplemental_documents_must_accept': 'str', - 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', - 'supplemental_documents_must_read': 'str', - 'supplemental_documents_must_read_metadata': 'SettingsMetadata', - 'supplemental_documents_must_view': 'str', - 'supplemental_documents_must_view_metadata': 'SettingsMetadata', - 'template_active_creation': 'str', - 'template_active_creation_metadata': 'SettingsMetadata', - 'template_apply_notify': 'str', - 'template_apply_notify_metadata': 'SettingsMetadata', - 'template_auto_matching': 'str', - 'template_auto_matching_metadata': 'SettingsMetadata', - 'template_matching_sensitivity': 'str', - 'template_matching_sensitivity_metadata': 'SettingsMetadata', - 'template_page_level_matching': 'str', - 'template_page_level_matching_metadata': 'SettingsMetadata', - 'timezone_dst': 'str', - 'timezone_dst_metadata': 'SettingsMetadata', - 'timezone_mask': 'str', - 'timezone_mask_metadata': 'SettingsMetadata', - 'timezone_offset': 'str', - 'timezone_offset_metadata': 'SettingsMetadata', - 'timezone_sending_pref': 'str', - 'timezone_sending_pref_metadata': 'SettingsMetadata', - 'timezone_signing_pref': 'str', - 'timezone_signing_pref_metadata': 'SettingsMetadata', - 'transaction_point_site_name_url': 'str', - 'transaction_point_site_name_url_metadata': 'SettingsMetadata', - 'transaction_point_user_name': 'str', - 'transaction_point_user_name_metadata': 'SettingsMetadata', - 'vaulting_mode': 'str', - 'vaulting_mode_metadata': 'SettingsMetadata' - } - - self.attribute_map = { - 'account_management_granular': 'accountManagementGranular', - 'admin_only': 'adminOnly', - 'admin_only_metadata': 'adminOnlyMetadata', - 'allow_auto_tagging': 'allowAutoTagging', - 'allow_envelope_transfer_to': 'allowEnvelopeTransferTo', - 'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata', - 'allow_eseal_recipients': 'allowEsealRecipients', - 'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata', - 'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope', - 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata', - 'allow_recipient_language_selection': 'allowRecipientLanguageSelection', - 'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata', - 'allow_send_on_behalf_of': 'allowSendOnBehalfOf', - 'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata', - 'allow_supplemental_documents': 'allowSupplementalDocuments', - 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', - 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', - 'api_account_wide_access': 'apiAccountWideAccess', - 'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata', - 'api_can_export_ac': 'apiCanExportAC', - 'api_can_export_ac_metadata': 'apiCanExportACMetadata', - 'bulk_send': 'bulkSend', - 'bulk_send_metadata': 'bulkSendMetadata', - 'can_charge_account': 'canChargeAccount', - 'can_charge_account_metadata': 'canChargeAccountMetadata', - 'can_edit_shared_addressbook': 'canEditSharedAddressbook', - 'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata', - 'can_lock_envelopes': 'canLockEnvelopes', - 'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata', - 'can_manage_account': 'canManageAccount', - 'can_manage_account_metadata': 'canManageAccountMetadata', - 'can_manage_distributor': 'canManageDistributor', - 'can_manage_distributor_metadata': 'canManageDistributorMetadata', - 'can_manage_templates': 'canManageTemplates', - 'can_manage_templates_metadata': 'canManageTemplatesMetadata', - 'can_send_api_requests': 'canSendAPIRequests', - 'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata', - 'can_send_envelope': 'canSendEnvelope', - 'can_send_envelope_metadata': 'canSendEnvelopeMetadata', - 'can_sign_envelope': 'canSignEnvelope', - 'can_sign_envelope_metadata': 'canSignEnvelopeMetadata', - 'can_use_scratchpad': 'canUseScratchpad', - 'can_use_scratchpad_metadata': 'canUseScratchpadMetadata', - 'can_use_smart_contracts': 'canUseSmartContracts', - 'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata', - 'disable_document_upload': 'disableDocumentUpload', - 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', - 'disable_other_actions': 'disableOtherActions', - 'disable_other_actions_metadata': 'disableOtherActionsMetadata', - 'enable_ds_pro': 'enableDSPro', - 'enable_ds_pro_metadata': 'enableDSProMetadata', - 'enable_sequential_signing_api': 'enableSequentialSigningAPI', - 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', - 'enable_sequential_signing_ui': 'enableSequentialSigningUI', - 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', - 'enable_signer_attachments': 'enableSignerAttachments', - 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', - 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', - 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', - 'enable_transaction_point': 'enableTransactionPoint', - 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', - 'enable_vaulting': 'enableVaulting', - 'enable_vaulting_metadata': 'enableVaultingMetadata', - 'express_send_only': 'expressSendOnly', - 'locale': 'locale', - 'locale_metadata': 'localeMetadata', - 'locale_policy': 'localePolicy', - 'manage_clickwraps_mode': 'manageClickwrapsMode', - 'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata', - 'modified_by': 'modifiedBy', - 'modified_by_metadata': 'modifiedByMetadata', - 'modified_date': 'modifiedDate', - 'modified_date_metadata': 'modifiedDateMetadata', - 'modified_page': 'modifiedPage', - 'modified_page_metadata': 'modifiedPageMetadata', - 'new_send_ui': 'newSendUI', - 'new_send_ui_metadata': 'newSendUIMetadata', - 'power_form_mode': 'powerFormMode', - 'power_form_mode_metadata': 'powerFormModeMetadata', - 'recipient_viewed_notification': 'recipientViewedNotification', - 'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata', - 'seal_identifiers': 'sealIdentifiers', - 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', - 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', - 'sender_email_notifications': 'senderEmailNotifications', - 'signer_email_notifications': 'signerEmailNotifications', - 'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload', - 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', - 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', - 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', - 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', - 'supplemental_documents_must_view': 'supplementalDocumentsMustView', - 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', - 'template_active_creation': 'templateActiveCreation', - 'template_active_creation_metadata': 'templateActiveCreationMetadata', - 'template_apply_notify': 'templateApplyNotify', - 'template_apply_notify_metadata': 'templateApplyNotifyMetadata', - 'template_auto_matching': 'templateAutoMatching', - 'template_auto_matching_metadata': 'templateAutoMatchingMetadata', - 'template_matching_sensitivity': 'templateMatchingSensitivity', - 'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata', - 'template_page_level_matching': 'templatePageLevelMatching', - 'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata', - 'timezone_dst': 'timezoneDST', - 'timezone_dst_metadata': 'timezoneDSTMetadata', - 'timezone_mask': 'timezoneMask', - 'timezone_mask_metadata': 'timezoneMaskMetadata', - 'timezone_offset': 'timezoneOffset', - 'timezone_offset_metadata': 'timezoneOffsetMetadata', - 'timezone_sending_pref': 'timezoneSendingPref', - 'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata', - 'timezone_signing_pref': 'timezoneSigningPref', - 'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata', - 'transaction_point_site_name_url': 'transactionPointSiteNameURL', - 'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata', - 'transaction_point_user_name': 'transactionPointUserName', - 'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata', - 'vaulting_mode': 'vaultingMode', - 'vaulting_mode_metadata': 'vaultingModeMetadata' - } - self._account_management_granular = account_management_granular - self._admin_only = admin_only - self._admin_only_metadata = admin_only_metadata - self._allow_auto_tagging = allow_auto_tagging - self._allow_envelope_transfer_to = allow_envelope_transfer_to - self._allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata - self._allow_eseal_recipients = allow_eseal_recipients - self._allow_eseal_recipients_metadata = allow_eseal_recipients_metadata - self._allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope - self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata - self._allow_recipient_language_selection = allow_recipient_language_selection - self._allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata - self._allow_send_on_behalf_of = allow_send_on_behalf_of - self._allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata - self._allow_supplemental_documents = allow_supplemental_documents - self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata - self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled - self._api_account_wide_access = api_account_wide_access - self._api_account_wide_access_metadata = api_account_wide_access_metadata - self._api_can_export_ac = api_can_export_ac - self._api_can_export_ac_metadata = api_can_export_ac_metadata - self._bulk_send = bulk_send - self._bulk_send_metadata = bulk_send_metadata - self._can_charge_account = can_charge_account - self._can_charge_account_metadata = can_charge_account_metadata - self._can_edit_shared_addressbook = can_edit_shared_addressbook - self._can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata - self._can_lock_envelopes = can_lock_envelopes - self._can_lock_envelopes_metadata = can_lock_envelopes_metadata - self._can_manage_account = can_manage_account - self._can_manage_account_metadata = can_manage_account_metadata - self._can_manage_distributor = can_manage_distributor - self._can_manage_distributor_metadata = can_manage_distributor_metadata - self._can_manage_templates = can_manage_templates - self._can_manage_templates_metadata = can_manage_templates_metadata - self._can_send_api_requests = can_send_api_requests - self._can_send_api_requests_metadata = can_send_api_requests_metadata - self._can_send_envelope = can_send_envelope - self._can_send_envelope_metadata = can_send_envelope_metadata - self._can_sign_envelope = can_sign_envelope - self._can_sign_envelope_metadata = can_sign_envelope_metadata - self._can_use_scratchpad = can_use_scratchpad - self._can_use_scratchpad_metadata = can_use_scratchpad_metadata - self._can_use_smart_contracts = can_use_smart_contracts - self._can_use_smart_contracts_metadata = can_use_smart_contracts_metadata - self._disable_document_upload = disable_document_upload - self._disable_document_upload_metadata = disable_document_upload_metadata - self._disable_other_actions = disable_other_actions - self._disable_other_actions_metadata = disable_other_actions_metadata - self._enable_ds_pro = enable_ds_pro - self._enable_ds_pro_metadata = enable_ds_pro_metadata - self._enable_sequential_signing_api = enable_sequential_signing_api - self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata - self._enable_sequential_signing_ui = enable_sequential_signing_ui - self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata - self._enable_signer_attachments = enable_signer_attachments - self._enable_signer_attachments_metadata = enable_signer_attachments_metadata - self._enable_sign_on_paper_override = enable_sign_on_paper_override - self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata - self._enable_transaction_point = enable_transaction_point - self._enable_transaction_point_metadata = enable_transaction_point_metadata - self._enable_vaulting = enable_vaulting - self._enable_vaulting_metadata = enable_vaulting_metadata - self._express_send_only = express_send_only - self._locale = locale - self._locale_metadata = locale_metadata - self._locale_policy = locale_policy - self._manage_clickwraps_mode = manage_clickwraps_mode - self._manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata - self._modified_by = modified_by - self._modified_by_metadata = modified_by_metadata - self._modified_date = modified_date - self._modified_date_metadata = modified_date_metadata - self._modified_page = modified_page - self._modified_page_metadata = modified_page_metadata - self._new_send_ui = new_send_ui - self._new_send_ui_metadata = new_send_ui_metadata - self._power_form_mode = power_form_mode - self._power_form_mode_metadata = power_form_mode_metadata - self._recipient_viewed_notification = recipient_viewed_notification - self._recipient_viewed_notification_metadata = recipient_viewed_notification_metadata - self._seal_identifiers = seal_identifiers - self._self_signed_recipient_email_document = self_signed_recipient_email_document - self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata - self._sender_email_notifications = sender_email_notifications - self._signer_email_notifications = signer_email_notifications - self._supplemental_document_include_in_download = supplemental_document_include_in_download - self._supplemental_documents_must_accept = supplemental_documents_must_accept - self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata - self._supplemental_documents_must_read = supplemental_documents_must_read - self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata - self._supplemental_documents_must_view = supplemental_documents_must_view - self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata - self._template_active_creation = template_active_creation - self._template_active_creation_metadata = template_active_creation_metadata - self._template_apply_notify = template_apply_notify - self._template_apply_notify_metadata = template_apply_notify_metadata - self._template_auto_matching = template_auto_matching - self._template_auto_matching_metadata = template_auto_matching_metadata - self._template_matching_sensitivity = template_matching_sensitivity - self._template_matching_sensitivity_metadata = template_matching_sensitivity_metadata - self._template_page_level_matching = template_page_level_matching - self._template_page_level_matching_metadata = template_page_level_matching_metadata - self._timezone_dst = timezone_dst - self._timezone_dst_metadata = timezone_dst_metadata - self._timezone_mask = timezone_mask - self._timezone_mask_metadata = timezone_mask_metadata - self._timezone_offset = timezone_offset - self._timezone_offset_metadata = timezone_offset_metadata - self._timezone_sending_pref = timezone_sending_pref - self._timezone_sending_pref_metadata = timezone_sending_pref_metadata - self._timezone_signing_pref = timezone_signing_pref - self._timezone_signing_pref_metadata = timezone_signing_pref_metadata - self._transaction_point_site_name_url = transaction_point_site_name_url - self._transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata - self._transaction_point_user_name = transaction_point_user_name - self._transaction_point_user_name_metadata = transaction_point_user_name_metadata - self._vaulting_mode = vaulting_mode - self._vaulting_mode_metadata = vaulting_mode_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_management_granular': 'UserAccountManagementGranularInformation', + 'admin_only': 'str', + 'admin_only_metadata': 'SettingsMetadata', + 'allow_auto_tagging': 'str', + 'allow_envelope_transfer_to': 'str', + 'allow_envelope_transfer_to_metadata': 'SettingsMetadata', + 'allow_eseal_recipients': 'str', + 'allow_eseal_recipients_metadata': 'SettingsMetadata', + 'allow_power_forms_admin_to_access_all_power_form_envelope': 'str', + 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'SettingsMetadata', + 'allow_recipient_language_selection': 'str', + 'allow_recipient_language_selection_metadata': 'SettingsMetadata', + 'allow_send_on_behalf_of': 'str', + 'allow_send_on_behalf_of_metadata': 'SettingsMetadata', + 'allow_supplemental_documents': 'str', + 'allow_supplemental_documents_metadata': 'SettingsMetadata', + 'anchor_tag_versioned_placement_enabled': 'str', + 'api_account_wide_access': 'str', + 'api_account_wide_access_metadata': 'SettingsMetadata', + 'api_can_export_ac': 'str', + 'api_can_export_ac_metadata': 'SettingsMetadata', + 'bulk_send': 'str', + 'bulk_send_metadata': 'SettingsMetadata', + 'can_charge_account': 'str', + 'can_charge_account_metadata': 'SettingsMetadata', + 'can_edit_shared_addressbook': 'str', + 'can_edit_shared_addressbook_metadata': 'SettingsMetadata', + 'can_lock_envelopes': 'str', + 'can_lock_envelopes_metadata': 'SettingsMetadata', + 'can_manage_account': 'str', + 'can_manage_account_metadata': 'SettingsMetadata', + 'can_manage_distributor': 'str', + 'can_manage_distributor_metadata': 'SettingsMetadata', + 'can_manage_templates': 'str', + 'can_manage_templates_metadata': 'SettingsMetadata', + 'can_send_api_requests': 'str', + 'can_send_api_requests_metadata': 'SettingsMetadata', + 'can_send_envelope': 'str', + 'can_send_envelope_metadata': 'SettingsMetadata', + 'can_sign_envelope': 'str', + 'can_sign_envelope_metadata': 'SettingsMetadata', + 'can_use_scratchpad': 'str', + 'can_use_scratchpad_metadata': 'SettingsMetadata', + 'can_use_smart_contracts': 'str', + 'can_use_smart_contracts_metadata': 'SettingsMetadata', + 'disable_document_upload': 'str', + 'disable_document_upload_metadata': 'SettingsMetadata', + 'disable_other_actions': 'str', + 'disable_other_actions_metadata': 'SettingsMetadata', + 'enable_ds_pro': 'str', + 'enable_ds_pro_metadata': 'SettingsMetadata', + 'enable_sequential_signing_api': 'str', + 'enable_sequential_signing_api_metadata': 'SettingsMetadata', + 'enable_sequential_signing_ui': 'str', + 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', + 'enable_signer_attachments': 'str', + 'enable_signer_attachments_metadata': 'SettingsMetadata', + 'enable_sign_on_paper_override': 'str', + 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', + 'enable_transaction_point': 'str', + 'enable_transaction_point_metadata': 'SettingsMetadata', + 'enable_vaulting': 'str', + 'enable_vaulting_metadata': 'SettingsMetadata', + 'express_send_only': 'str', + 'locale': 'str', + 'locale_metadata': 'SettingsMetadata', + 'locale_policy': 'LocalePolicy', + 'manage_clickwraps_mode': 'str', + 'manage_clickwraps_mode_metadata': 'SettingsMetadata', + 'modified_by': 'str', + 'modified_by_metadata': 'SettingsMetadata', + 'modified_date': 'str', + 'modified_date_metadata': 'SettingsMetadata', + 'modified_page': 'str', + 'modified_page_metadata': 'SettingsMetadata', + 'new_send_ui': 'str', + 'new_send_ui_metadata': 'SettingsMetadata', + 'power_form_mode': 'str', + 'power_form_mode_metadata': 'SettingsMetadata', + 'recipient_viewed_notification': 'str', + 'recipient_viewed_notification_metadata': 'SettingsMetadata', + 'seal_identifiers': 'list[SealIdentifier]', + 'self_signed_recipient_email_document': 'str', + 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', + 'sender_email_notifications': 'SenderEmailNotifications', + 'signer_email_notifications': 'SignerEmailNotifications', + 'supplemental_document_include_in_download': 'str', + 'supplemental_documents_must_accept': 'str', + 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', + 'supplemental_documents_must_read': 'str', + 'supplemental_documents_must_read_metadata': 'SettingsMetadata', + 'supplemental_documents_must_view': 'str', + 'supplemental_documents_must_view_metadata': 'SettingsMetadata', + 'template_active_creation': 'str', + 'template_active_creation_metadata': 'SettingsMetadata', + 'template_apply_notify': 'str', + 'template_apply_notify_metadata': 'SettingsMetadata', + 'template_auto_matching': 'str', + 'template_auto_matching_metadata': 'SettingsMetadata', + 'template_matching_sensitivity': 'str', + 'template_matching_sensitivity_metadata': 'SettingsMetadata', + 'template_page_level_matching': 'str', + 'template_page_level_matching_metadata': 'SettingsMetadata', + 'timezone_dst': 'str', + 'timezone_dst_metadata': 'SettingsMetadata', + 'timezone_mask': 'str', + 'timezone_mask_metadata': 'SettingsMetadata', + 'timezone_offset': 'str', + 'timezone_offset_metadata': 'SettingsMetadata', + 'timezone_sending_pref': 'str', + 'timezone_sending_pref_metadata': 'SettingsMetadata', + 'timezone_signing_pref': 'str', + 'timezone_signing_pref_metadata': 'SettingsMetadata', + 'transaction_point_site_name_url': 'str', + 'transaction_point_site_name_url_metadata': 'SettingsMetadata', + 'transaction_point_user_name': 'str', + 'transaction_point_user_name_metadata': 'SettingsMetadata', + 'vaulting_mode': 'str', + 'vaulting_mode_metadata': 'SettingsMetadata' + } + + attribute_map = { + 'account_management_granular': 'accountManagementGranular', + 'admin_only': 'adminOnly', + 'admin_only_metadata': 'adminOnlyMetadata', + 'allow_auto_tagging': 'allowAutoTagging', + 'allow_envelope_transfer_to': 'allowEnvelopeTransferTo', + 'allow_envelope_transfer_to_metadata': 'allowEnvelopeTransferToMetadata', + 'allow_eseal_recipients': 'allowEsealRecipients', + 'allow_eseal_recipients_metadata': 'allowEsealRecipientsMetadata', + 'allow_power_forms_admin_to_access_all_power_form_envelope': 'allowPowerFormsAdminToAccessAllPowerFormEnvelope', + 'allow_power_forms_admin_to_access_all_power_form_envelope_metadata': 'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata', + 'allow_recipient_language_selection': 'allowRecipientLanguageSelection', + 'allow_recipient_language_selection_metadata': 'allowRecipientLanguageSelectionMetadata', + 'allow_send_on_behalf_of': 'allowSendOnBehalfOf', + 'allow_send_on_behalf_of_metadata': 'allowSendOnBehalfOfMetadata', + 'allow_supplemental_documents': 'allowSupplementalDocuments', + 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', + 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', + 'api_account_wide_access': 'apiAccountWideAccess', + 'api_account_wide_access_metadata': 'apiAccountWideAccessMetadata', + 'api_can_export_ac': 'apiCanExportAC', + 'api_can_export_ac_metadata': 'apiCanExportACMetadata', + 'bulk_send': 'bulkSend', + 'bulk_send_metadata': 'bulkSendMetadata', + 'can_charge_account': 'canChargeAccount', + 'can_charge_account_metadata': 'canChargeAccountMetadata', + 'can_edit_shared_addressbook': 'canEditSharedAddressbook', + 'can_edit_shared_addressbook_metadata': 'canEditSharedAddressbookMetadata', + 'can_lock_envelopes': 'canLockEnvelopes', + 'can_lock_envelopes_metadata': 'canLockEnvelopesMetadata', + 'can_manage_account': 'canManageAccount', + 'can_manage_account_metadata': 'canManageAccountMetadata', + 'can_manage_distributor': 'canManageDistributor', + 'can_manage_distributor_metadata': 'canManageDistributorMetadata', + 'can_manage_templates': 'canManageTemplates', + 'can_manage_templates_metadata': 'canManageTemplatesMetadata', + 'can_send_api_requests': 'canSendAPIRequests', + 'can_send_api_requests_metadata': 'canSendAPIRequestsMetadata', + 'can_send_envelope': 'canSendEnvelope', + 'can_send_envelope_metadata': 'canSendEnvelopeMetadata', + 'can_sign_envelope': 'canSignEnvelope', + 'can_sign_envelope_metadata': 'canSignEnvelopeMetadata', + 'can_use_scratchpad': 'canUseScratchpad', + 'can_use_scratchpad_metadata': 'canUseScratchpadMetadata', + 'can_use_smart_contracts': 'canUseSmartContracts', + 'can_use_smart_contracts_metadata': 'canUseSmartContractsMetadata', + 'disable_document_upload': 'disableDocumentUpload', + 'disable_document_upload_metadata': 'disableDocumentUploadMetadata', + 'disable_other_actions': 'disableOtherActions', + 'disable_other_actions_metadata': 'disableOtherActionsMetadata', + 'enable_ds_pro': 'enableDSPro', + 'enable_ds_pro_metadata': 'enableDSProMetadata', + 'enable_sequential_signing_api': 'enableSequentialSigningAPI', + 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', + 'enable_sequential_signing_ui': 'enableSequentialSigningUI', + 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', + 'enable_signer_attachments': 'enableSignerAttachments', + 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', + 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', + 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', + 'enable_transaction_point': 'enableTransactionPoint', + 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', + 'enable_vaulting': 'enableVaulting', + 'enable_vaulting_metadata': 'enableVaultingMetadata', + 'express_send_only': 'expressSendOnly', + 'locale': 'locale', + 'locale_metadata': 'localeMetadata', + 'locale_policy': 'localePolicy', + 'manage_clickwraps_mode': 'manageClickwrapsMode', + 'manage_clickwraps_mode_metadata': 'manageClickwrapsModeMetadata', + 'modified_by': 'modifiedBy', + 'modified_by_metadata': 'modifiedByMetadata', + 'modified_date': 'modifiedDate', + 'modified_date_metadata': 'modifiedDateMetadata', + 'modified_page': 'modifiedPage', + 'modified_page_metadata': 'modifiedPageMetadata', + 'new_send_ui': 'newSendUI', + 'new_send_ui_metadata': 'newSendUIMetadata', + 'power_form_mode': 'powerFormMode', + 'power_form_mode_metadata': 'powerFormModeMetadata', + 'recipient_viewed_notification': 'recipientViewedNotification', + 'recipient_viewed_notification_metadata': 'recipientViewedNotificationMetadata', + 'seal_identifiers': 'sealIdentifiers', + 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', + 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', + 'sender_email_notifications': 'senderEmailNotifications', + 'signer_email_notifications': 'signerEmailNotifications', + 'supplemental_document_include_in_download': 'supplementalDocumentIncludeInDownload', + 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', + 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', + 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', + 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', + 'supplemental_documents_must_view': 'supplementalDocumentsMustView', + 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', + 'template_active_creation': 'templateActiveCreation', + 'template_active_creation_metadata': 'templateActiveCreationMetadata', + 'template_apply_notify': 'templateApplyNotify', + 'template_apply_notify_metadata': 'templateApplyNotifyMetadata', + 'template_auto_matching': 'templateAutoMatching', + 'template_auto_matching_metadata': 'templateAutoMatchingMetadata', + 'template_matching_sensitivity': 'templateMatchingSensitivity', + 'template_matching_sensitivity_metadata': 'templateMatchingSensitivityMetadata', + 'template_page_level_matching': 'templatePageLevelMatching', + 'template_page_level_matching_metadata': 'templatePageLevelMatchingMetadata', + 'timezone_dst': 'timezoneDST', + 'timezone_dst_metadata': 'timezoneDSTMetadata', + 'timezone_mask': 'timezoneMask', + 'timezone_mask_metadata': 'timezoneMaskMetadata', + 'timezone_offset': 'timezoneOffset', + 'timezone_offset_metadata': 'timezoneOffsetMetadata', + 'timezone_sending_pref': 'timezoneSendingPref', + 'timezone_sending_pref_metadata': 'timezoneSendingPrefMetadata', + 'timezone_signing_pref': 'timezoneSigningPref', + 'timezone_signing_pref_metadata': 'timezoneSigningPrefMetadata', + 'transaction_point_site_name_url': 'transactionPointSiteNameURL', + 'transaction_point_site_name_url_metadata': 'transactionPointSiteNameURLMetadata', + 'transaction_point_user_name': 'transactionPointUserName', + 'transaction_point_user_name_metadata': 'transactionPointUserNameMetadata', + 'vaulting_mode': 'vaultingMode', + 'vaulting_mode_metadata': 'vaultingModeMetadata' + } + + def __init__(self, account_management_granular=None, admin_only=None, admin_only_metadata=None, allow_auto_tagging=None, allow_envelope_transfer_to=None, allow_envelope_transfer_to_metadata=None, allow_eseal_recipients=None, allow_eseal_recipients_metadata=None, allow_power_forms_admin_to_access_all_power_form_envelope=None, allow_power_forms_admin_to_access_all_power_form_envelope_metadata=None, allow_recipient_language_selection=None, allow_recipient_language_selection_metadata=None, allow_send_on_behalf_of=None, allow_send_on_behalf_of_metadata=None, allow_supplemental_documents=None, allow_supplemental_documents_metadata=None, anchor_tag_versioned_placement_enabled=None, api_account_wide_access=None, api_account_wide_access_metadata=None, api_can_export_ac=None, api_can_export_ac_metadata=None, bulk_send=None, bulk_send_metadata=None, can_charge_account=None, can_charge_account_metadata=None, can_edit_shared_addressbook=None, can_edit_shared_addressbook_metadata=None, can_lock_envelopes=None, can_lock_envelopes_metadata=None, can_manage_account=None, can_manage_account_metadata=None, can_manage_distributor=None, can_manage_distributor_metadata=None, can_manage_templates=None, can_manage_templates_metadata=None, can_send_api_requests=None, can_send_api_requests_metadata=None, can_send_envelope=None, can_send_envelope_metadata=None, can_sign_envelope=None, can_sign_envelope_metadata=None, can_use_scratchpad=None, can_use_scratchpad_metadata=None, can_use_smart_contracts=None, can_use_smart_contracts_metadata=None, disable_document_upload=None, disable_document_upload_metadata=None, disable_other_actions=None, disable_other_actions_metadata=None, enable_ds_pro=None, enable_ds_pro_metadata=None, enable_sequential_signing_api=None, enable_sequential_signing_api_metadata=None, enable_sequential_signing_ui=None, enable_sequential_signing_ui_metadata=None, enable_signer_attachments=None, enable_signer_attachments_metadata=None, enable_sign_on_paper_override=None, enable_sign_on_paper_override_metadata=None, enable_transaction_point=None, enable_transaction_point_metadata=None, enable_vaulting=None, enable_vaulting_metadata=None, express_send_only=None, locale=None, locale_metadata=None, locale_policy=None, manage_clickwraps_mode=None, manage_clickwraps_mode_metadata=None, modified_by=None, modified_by_metadata=None, modified_date=None, modified_date_metadata=None, modified_page=None, modified_page_metadata=None, new_send_ui=None, new_send_ui_metadata=None, power_form_mode=None, power_form_mode_metadata=None, recipient_viewed_notification=None, recipient_viewed_notification_metadata=None, seal_identifiers=None, self_signed_recipient_email_document=None, self_signed_recipient_email_document_metadata=None, sender_email_notifications=None, signer_email_notifications=None, supplemental_document_include_in_download=None, supplemental_documents_must_accept=None, supplemental_documents_must_accept_metadata=None, supplemental_documents_must_read=None, supplemental_documents_must_read_metadata=None, supplemental_documents_must_view=None, supplemental_documents_must_view_metadata=None, template_active_creation=None, template_active_creation_metadata=None, template_apply_notify=None, template_apply_notify_metadata=None, template_auto_matching=None, template_auto_matching_metadata=None, template_matching_sensitivity=None, template_matching_sensitivity_metadata=None, template_page_level_matching=None, template_page_level_matching_metadata=None, timezone_dst=None, timezone_dst_metadata=None, timezone_mask=None, timezone_mask_metadata=None, timezone_offset=None, timezone_offset_metadata=None, timezone_sending_pref=None, timezone_sending_pref_metadata=None, timezone_signing_pref=None, timezone_signing_pref_metadata=None, transaction_point_site_name_url=None, transaction_point_site_name_url_metadata=None, transaction_point_user_name=None, transaction_point_user_name_metadata=None, vaulting_mode=None, vaulting_mode_metadata=None): # noqa: E501 + """UserSettingsInformation - a model defined in Swagger""" # noqa: E501 + + self._account_management_granular = None + self._admin_only = None + self._admin_only_metadata = None + self._allow_auto_tagging = None + self._allow_envelope_transfer_to = None + self._allow_envelope_transfer_to_metadata = None + self._allow_eseal_recipients = None + self._allow_eseal_recipients_metadata = None + self._allow_power_forms_admin_to_access_all_power_form_envelope = None + self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata = None + self._allow_recipient_language_selection = None + self._allow_recipient_language_selection_metadata = None + self._allow_send_on_behalf_of = None + self._allow_send_on_behalf_of_metadata = None + self._allow_supplemental_documents = None + self._allow_supplemental_documents_metadata = None + self._anchor_tag_versioned_placement_enabled = None + self._api_account_wide_access = None + self._api_account_wide_access_metadata = None + self._api_can_export_ac = None + self._api_can_export_ac_metadata = None + self._bulk_send = None + self._bulk_send_metadata = None + self._can_charge_account = None + self._can_charge_account_metadata = None + self._can_edit_shared_addressbook = None + self._can_edit_shared_addressbook_metadata = None + self._can_lock_envelopes = None + self._can_lock_envelopes_metadata = None + self._can_manage_account = None + self._can_manage_account_metadata = None + self._can_manage_distributor = None + self._can_manage_distributor_metadata = None + self._can_manage_templates = None + self._can_manage_templates_metadata = None + self._can_send_api_requests = None + self._can_send_api_requests_metadata = None + self._can_send_envelope = None + self._can_send_envelope_metadata = None + self._can_sign_envelope = None + self._can_sign_envelope_metadata = None + self._can_use_scratchpad = None + self._can_use_scratchpad_metadata = None + self._can_use_smart_contracts = None + self._can_use_smart_contracts_metadata = None + self._disable_document_upload = None + self._disable_document_upload_metadata = None + self._disable_other_actions = None + self._disable_other_actions_metadata = None + self._enable_ds_pro = None + self._enable_ds_pro_metadata = None + self._enable_sequential_signing_api = None + self._enable_sequential_signing_api_metadata = None + self._enable_sequential_signing_ui = None + self._enable_sequential_signing_ui_metadata = None + self._enable_signer_attachments = None + self._enable_signer_attachments_metadata = None + self._enable_sign_on_paper_override = None + self._enable_sign_on_paper_override_metadata = None + self._enable_transaction_point = None + self._enable_transaction_point_metadata = None + self._enable_vaulting = None + self._enable_vaulting_metadata = None + self._express_send_only = None + self._locale = None + self._locale_metadata = None + self._locale_policy = None + self._manage_clickwraps_mode = None + self._manage_clickwraps_mode_metadata = None + self._modified_by = None + self._modified_by_metadata = None + self._modified_date = None + self._modified_date_metadata = None + self._modified_page = None + self._modified_page_metadata = None + self._new_send_ui = None + self._new_send_ui_metadata = None + self._power_form_mode = None + self._power_form_mode_metadata = None + self._recipient_viewed_notification = None + self._recipient_viewed_notification_metadata = None + self._seal_identifiers = None + self._self_signed_recipient_email_document = None + self._self_signed_recipient_email_document_metadata = None + self._sender_email_notifications = None + self._signer_email_notifications = None + self._supplemental_document_include_in_download = None + self._supplemental_documents_must_accept = None + self._supplemental_documents_must_accept_metadata = None + self._supplemental_documents_must_read = None + self._supplemental_documents_must_read_metadata = None + self._supplemental_documents_must_view = None + self._supplemental_documents_must_view_metadata = None + self._template_active_creation = None + self._template_active_creation_metadata = None + self._template_apply_notify = None + self._template_apply_notify_metadata = None + self._template_auto_matching = None + self._template_auto_matching_metadata = None + self._template_matching_sensitivity = None + self._template_matching_sensitivity_metadata = None + self._template_page_level_matching = None + self._template_page_level_matching_metadata = None + self._timezone_dst = None + self._timezone_dst_metadata = None + self._timezone_mask = None + self._timezone_mask_metadata = None + self._timezone_offset = None + self._timezone_offset_metadata = None + self._timezone_sending_pref = None + self._timezone_sending_pref_metadata = None + self._timezone_signing_pref = None + self._timezone_signing_pref_metadata = None + self._transaction_point_site_name_url = None + self._transaction_point_site_name_url_metadata = None + self._transaction_point_user_name = None + self._transaction_point_user_name_metadata = None + self._vaulting_mode = None + self._vaulting_mode_metadata = None + self.discriminator = None + + if account_management_granular is not None: + self.account_management_granular = account_management_granular + if admin_only is not None: + self.admin_only = admin_only + if admin_only_metadata is not None: + self.admin_only_metadata = admin_only_metadata + if allow_auto_tagging is not None: + self.allow_auto_tagging = allow_auto_tagging + if allow_envelope_transfer_to is not None: + self.allow_envelope_transfer_to = allow_envelope_transfer_to + if allow_envelope_transfer_to_metadata is not None: + self.allow_envelope_transfer_to_metadata = allow_envelope_transfer_to_metadata + if allow_eseal_recipients is not None: + self.allow_eseal_recipients = allow_eseal_recipients + if allow_eseal_recipients_metadata is not None: + self.allow_eseal_recipients_metadata = allow_eseal_recipients_metadata + if allow_power_forms_admin_to_access_all_power_form_envelope is not None: + self.allow_power_forms_admin_to_access_all_power_form_envelope = allow_power_forms_admin_to_access_all_power_form_envelope + if allow_power_forms_admin_to_access_all_power_form_envelope_metadata is not None: + self.allow_power_forms_admin_to_access_all_power_form_envelope_metadata = allow_power_forms_admin_to_access_all_power_form_envelope_metadata + if allow_recipient_language_selection is not None: + self.allow_recipient_language_selection = allow_recipient_language_selection + if allow_recipient_language_selection_metadata is not None: + self.allow_recipient_language_selection_metadata = allow_recipient_language_selection_metadata + if allow_send_on_behalf_of is not None: + self.allow_send_on_behalf_of = allow_send_on_behalf_of + if allow_send_on_behalf_of_metadata is not None: + self.allow_send_on_behalf_of_metadata = allow_send_on_behalf_of_metadata + if allow_supplemental_documents is not None: + self.allow_supplemental_documents = allow_supplemental_documents + if allow_supplemental_documents_metadata is not None: + self.allow_supplemental_documents_metadata = allow_supplemental_documents_metadata + if anchor_tag_versioned_placement_enabled is not None: + self.anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled + if api_account_wide_access is not None: + self.api_account_wide_access = api_account_wide_access + if api_account_wide_access_metadata is not None: + self.api_account_wide_access_metadata = api_account_wide_access_metadata + if api_can_export_ac is not None: + self.api_can_export_ac = api_can_export_ac + if api_can_export_ac_metadata is not None: + self.api_can_export_ac_metadata = api_can_export_ac_metadata + if bulk_send is not None: + self.bulk_send = bulk_send + if bulk_send_metadata is not None: + self.bulk_send_metadata = bulk_send_metadata + if can_charge_account is not None: + self.can_charge_account = can_charge_account + if can_charge_account_metadata is not None: + self.can_charge_account_metadata = can_charge_account_metadata + if can_edit_shared_addressbook is not None: + self.can_edit_shared_addressbook = can_edit_shared_addressbook + if can_edit_shared_addressbook_metadata is not None: + self.can_edit_shared_addressbook_metadata = can_edit_shared_addressbook_metadata + if can_lock_envelopes is not None: + self.can_lock_envelopes = can_lock_envelopes + if can_lock_envelopes_metadata is not None: + self.can_lock_envelopes_metadata = can_lock_envelopes_metadata + if can_manage_account is not None: + self.can_manage_account = can_manage_account + if can_manage_account_metadata is not None: + self.can_manage_account_metadata = can_manage_account_metadata + if can_manage_distributor is not None: + self.can_manage_distributor = can_manage_distributor + if can_manage_distributor_metadata is not None: + self.can_manage_distributor_metadata = can_manage_distributor_metadata + if can_manage_templates is not None: + self.can_manage_templates = can_manage_templates + if can_manage_templates_metadata is not None: + self.can_manage_templates_metadata = can_manage_templates_metadata + if can_send_api_requests is not None: + self.can_send_api_requests = can_send_api_requests + if can_send_api_requests_metadata is not None: + self.can_send_api_requests_metadata = can_send_api_requests_metadata + if can_send_envelope is not None: + self.can_send_envelope = can_send_envelope + if can_send_envelope_metadata is not None: + self.can_send_envelope_metadata = can_send_envelope_metadata + if can_sign_envelope is not None: + self.can_sign_envelope = can_sign_envelope + if can_sign_envelope_metadata is not None: + self.can_sign_envelope_metadata = can_sign_envelope_metadata + if can_use_scratchpad is not None: + self.can_use_scratchpad = can_use_scratchpad + if can_use_scratchpad_metadata is not None: + self.can_use_scratchpad_metadata = can_use_scratchpad_metadata + if can_use_smart_contracts is not None: + self.can_use_smart_contracts = can_use_smart_contracts + if can_use_smart_contracts_metadata is not None: + self.can_use_smart_contracts_metadata = can_use_smart_contracts_metadata + if disable_document_upload is not None: + self.disable_document_upload = disable_document_upload + if disable_document_upload_metadata is not None: + self.disable_document_upload_metadata = disable_document_upload_metadata + if disable_other_actions is not None: + self.disable_other_actions = disable_other_actions + if disable_other_actions_metadata is not None: + self.disable_other_actions_metadata = disable_other_actions_metadata + if enable_ds_pro is not None: + self.enable_ds_pro = enable_ds_pro + if enable_ds_pro_metadata is not None: + self.enable_ds_pro_metadata = enable_ds_pro_metadata + if enable_sequential_signing_api is not None: + self.enable_sequential_signing_api = enable_sequential_signing_api + if enable_sequential_signing_api_metadata is not None: + self.enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata + if enable_sequential_signing_ui is not None: + self.enable_sequential_signing_ui = enable_sequential_signing_ui + if enable_sequential_signing_ui_metadata is not None: + self.enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata + if enable_signer_attachments is not None: + self.enable_signer_attachments = enable_signer_attachments + if enable_signer_attachments_metadata is not None: + self.enable_signer_attachments_metadata = enable_signer_attachments_metadata + if enable_sign_on_paper_override is not None: + self.enable_sign_on_paper_override = enable_sign_on_paper_override + if enable_sign_on_paper_override_metadata is not None: + self.enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata + if enable_transaction_point is not None: + self.enable_transaction_point = enable_transaction_point + if enable_transaction_point_metadata is not None: + self.enable_transaction_point_metadata = enable_transaction_point_metadata + if enable_vaulting is not None: + self.enable_vaulting = enable_vaulting + if enable_vaulting_metadata is not None: + self.enable_vaulting_metadata = enable_vaulting_metadata + if express_send_only is not None: + self.express_send_only = express_send_only + if locale is not None: + self.locale = locale + if locale_metadata is not None: + self.locale_metadata = locale_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if manage_clickwraps_mode is not None: + self.manage_clickwraps_mode = manage_clickwraps_mode + if manage_clickwraps_mode_metadata is not None: + self.manage_clickwraps_mode_metadata = manage_clickwraps_mode_metadata + if modified_by is not None: + self.modified_by = modified_by + if modified_by_metadata is not None: + self.modified_by_metadata = modified_by_metadata + if modified_date is not None: + self.modified_date = modified_date + if modified_date_metadata is not None: + self.modified_date_metadata = modified_date_metadata + if modified_page is not None: + self.modified_page = modified_page + if modified_page_metadata is not None: + self.modified_page_metadata = modified_page_metadata + if new_send_ui is not None: + self.new_send_ui = new_send_ui + if new_send_ui_metadata is not None: + self.new_send_ui_metadata = new_send_ui_metadata + if power_form_mode is not None: + self.power_form_mode = power_form_mode + if power_form_mode_metadata is not None: + self.power_form_mode_metadata = power_form_mode_metadata + if recipient_viewed_notification is not None: + self.recipient_viewed_notification = recipient_viewed_notification + if recipient_viewed_notification_metadata is not None: + self.recipient_viewed_notification_metadata = recipient_viewed_notification_metadata + if seal_identifiers is not None: + self.seal_identifiers = seal_identifiers + if self_signed_recipient_email_document is not None: + self.self_signed_recipient_email_document = self_signed_recipient_email_document + if self_signed_recipient_email_document_metadata is not None: + self.self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata + if sender_email_notifications is not None: + self.sender_email_notifications = sender_email_notifications + if signer_email_notifications is not None: + self.signer_email_notifications = signer_email_notifications + if supplemental_document_include_in_download is not None: + self.supplemental_document_include_in_download = supplemental_document_include_in_download + if supplemental_documents_must_accept is not None: + self.supplemental_documents_must_accept = supplemental_documents_must_accept + if supplemental_documents_must_accept_metadata is not None: + self.supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata + if supplemental_documents_must_read is not None: + self.supplemental_documents_must_read = supplemental_documents_must_read + if supplemental_documents_must_read_metadata is not None: + self.supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata + if supplemental_documents_must_view is not None: + self.supplemental_documents_must_view = supplemental_documents_must_view + if supplemental_documents_must_view_metadata is not None: + self.supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata + if template_active_creation is not None: + self.template_active_creation = template_active_creation + if template_active_creation_metadata is not None: + self.template_active_creation_metadata = template_active_creation_metadata + if template_apply_notify is not None: + self.template_apply_notify = template_apply_notify + if template_apply_notify_metadata is not None: + self.template_apply_notify_metadata = template_apply_notify_metadata + if template_auto_matching is not None: + self.template_auto_matching = template_auto_matching + if template_auto_matching_metadata is not None: + self.template_auto_matching_metadata = template_auto_matching_metadata + if template_matching_sensitivity is not None: + self.template_matching_sensitivity = template_matching_sensitivity + if template_matching_sensitivity_metadata is not None: + self.template_matching_sensitivity_metadata = template_matching_sensitivity_metadata + if template_page_level_matching is not None: + self.template_page_level_matching = template_page_level_matching + if template_page_level_matching_metadata is not None: + self.template_page_level_matching_metadata = template_page_level_matching_metadata + if timezone_dst is not None: + self.timezone_dst = timezone_dst + if timezone_dst_metadata is not None: + self.timezone_dst_metadata = timezone_dst_metadata + if timezone_mask is not None: + self.timezone_mask = timezone_mask + if timezone_mask_metadata is not None: + self.timezone_mask_metadata = timezone_mask_metadata + if timezone_offset is not None: + self.timezone_offset = timezone_offset + if timezone_offset_metadata is not None: + self.timezone_offset_metadata = timezone_offset_metadata + if timezone_sending_pref is not None: + self.timezone_sending_pref = timezone_sending_pref + if timezone_sending_pref_metadata is not None: + self.timezone_sending_pref_metadata = timezone_sending_pref_metadata + if timezone_signing_pref is not None: + self.timezone_signing_pref = timezone_signing_pref + if timezone_signing_pref_metadata is not None: + self.timezone_signing_pref_metadata = timezone_signing_pref_metadata + if transaction_point_site_name_url is not None: + self.transaction_point_site_name_url = transaction_point_site_name_url + if transaction_point_site_name_url_metadata is not None: + self.transaction_point_site_name_url_metadata = transaction_point_site_name_url_metadata + if transaction_point_user_name is not None: + self.transaction_point_user_name = transaction_point_user_name + if transaction_point_user_name_metadata is not None: + self.transaction_point_user_name_metadata = transaction_point_user_name_metadata + if vaulting_mode is not None: + self.vaulting_mode = vaulting_mode + if vaulting_mode_metadata is not None: + self.vaulting_mode_metadata = vaulting_mode_metadata @property def account_management_granular(self): - """ - Gets the account_management_granular of this UserSettingsInformation. + """Gets the account_management_granular of this UserSettingsInformation. # noqa: E501 + - :return: The account_management_granular of this UserSettingsInformation. + :return: The account_management_granular of this UserSettingsInformation. # noqa: E501 :rtype: UserAccountManagementGranularInformation """ return self._account_management_granular @account_management_granular.setter def account_management_granular(self, account_management_granular): - """ - Sets the account_management_granular of this UserSettingsInformation. + """Sets the account_management_granular of this UserSettingsInformation. + - :param account_management_granular: The account_management_granular of this UserSettingsInformation. + :param account_management_granular: The account_management_granular of this UserSettingsInformation. # noqa: E501 :type: UserAccountManagementGranularInformation """ @@ -417,22 +660,22 @@ def account_management_granular(self, account_management_granular): @property def admin_only(self): - """ - Gets the admin_only of this UserSettingsInformation. - + """Gets the admin_only of this UserSettingsInformation. # noqa: E501 - :return: The admin_only of this UserSettingsInformation. + # noqa: E501 + + :return: The admin_only of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._admin_only @admin_only.setter def admin_only(self, admin_only): - """ - Sets the admin_only of this UserSettingsInformation. - + """Sets the admin_only of this UserSettingsInformation. + + # noqa: E501 - :param admin_only: The admin_only of this UserSettingsInformation. + :param admin_only: The admin_only of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -440,20 +683,20 @@ def admin_only(self, admin_only): @property def admin_only_metadata(self): - """ - Gets the admin_only_metadata of this UserSettingsInformation. + """Gets the admin_only_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The admin_only_metadata of this UserSettingsInformation. + :return: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._admin_only_metadata @admin_only_metadata.setter def admin_only_metadata(self, admin_only_metadata): - """ - Sets the admin_only_metadata of this UserSettingsInformation. + """Sets the admin_only_metadata of this UserSettingsInformation. + - :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation. + :param admin_only_metadata: The admin_only_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -461,22 +704,22 @@ def admin_only_metadata(self, admin_only_metadata): @property def allow_auto_tagging(self): - """ - Gets the allow_auto_tagging of this UserSettingsInformation. - + """Gets the allow_auto_tagging of this UserSettingsInformation. # noqa: E501 - :return: The allow_auto_tagging of this UserSettingsInformation. + # noqa: E501 + + :return: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_auto_tagging @allow_auto_tagging.setter def allow_auto_tagging(self, allow_auto_tagging): - """ - Sets the allow_auto_tagging of this UserSettingsInformation. - + """Sets the allow_auto_tagging of this UserSettingsInformation. + + # noqa: E501 - :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation. + :param allow_auto_tagging: The allow_auto_tagging of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -484,22 +727,22 @@ def allow_auto_tagging(self, allow_auto_tagging): @property def allow_envelope_transfer_to(self): - """ - Gets the allow_envelope_transfer_to of this UserSettingsInformation. - + """Gets the allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The allow_envelope_transfer_to of this UserSettingsInformation. + :return: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_envelope_transfer_to @allow_envelope_transfer_to.setter def allow_envelope_transfer_to(self, allow_envelope_transfer_to): - """ - Sets the allow_envelope_transfer_to of this UserSettingsInformation. - + """Sets the allow_envelope_transfer_to of this UserSettingsInformation. - :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation. + # noqa: E501 + + :param allow_envelope_transfer_to: The allow_envelope_transfer_to of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -507,20 +750,20 @@ def allow_envelope_transfer_to(self, allow_envelope_transfer_to): @property def allow_envelope_transfer_to_metadata(self): - """ - Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. + """Gets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 - :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. + + :return: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_envelope_transfer_to_metadata @allow_envelope_transfer_to_metadata.setter def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadata): - """ - Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. + """Sets the allow_envelope_transfer_to_metadata of this UserSettingsInformation. + - :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. + :param allow_envelope_transfer_to_metadata: The allow_envelope_transfer_to_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -528,22 +771,22 @@ def allow_envelope_transfer_to_metadata(self, allow_envelope_transfer_to_metadat @property def allow_eseal_recipients(self): - """ - Gets the allow_eseal_recipients of this UserSettingsInformation. - + """Gets the allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The allow_eseal_recipients of this UserSettingsInformation. + :return: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_eseal_recipients @allow_eseal_recipients.setter def allow_eseal_recipients(self, allow_eseal_recipients): - """ - Sets the allow_eseal_recipients of this UserSettingsInformation. - + """Sets the allow_eseal_recipients of this UserSettingsInformation. - :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation. + # noqa: E501 + + :param allow_eseal_recipients: The allow_eseal_recipients of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -551,20 +794,20 @@ def allow_eseal_recipients(self, allow_eseal_recipients): @property def allow_eseal_recipients_metadata(self): - """ - Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. + """Gets the allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The allow_eseal_recipients_metadata of this UserSettingsInformation. + :return: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_eseal_recipients_metadata @allow_eseal_recipients_metadata.setter def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata): - """ - Sets the allow_eseal_recipients_metadata of this UserSettingsInformation. + """Sets the allow_eseal_recipients_metadata of this UserSettingsInformation. + - :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation. + :param allow_eseal_recipients_metadata: The allow_eseal_recipients_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -572,22 +815,22 @@ def allow_eseal_recipients_metadata(self, allow_eseal_recipients_metadata): @property def allow_power_forms_admin_to_access_all_power_form_envelope(self): - """ - Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. - + """Gets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. + :return: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_power_forms_admin_to_access_all_power_form_envelope @allow_power_forms_admin_to_access_all_power_form_envelope.setter def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_forms_admin_to_access_all_power_form_envelope): - """ - Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. - + """Sets the allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. - :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. + # noqa: E501 + + :param allow_power_forms_admin_to_access_all_power_form_envelope: The allow_power_forms_admin_to_access_all_power_form_envelope of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -595,20 +838,20 @@ def allow_power_forms_admin_to_access_all_power_form_envelope(self, allow_power_ @property def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self): - """ - Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. + """Gets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. + :return: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_power_forms_admin_to_access_all_power_form_envelope_metadata @allow_power_forms_admin_to_access_all_power_form_envelope_metadata.setter def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, allow_power_forms_admin_to_access_all_power_form_envelope_metadata): - """ - Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. + """Sets the allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. + - :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. + :param allow_power_forms_admin_to_access_all_power_form_envelope_metadata: The allow_power_forms_admin_to_access_all_power_form_envelope_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -616,22 +859,22 @@ def allow_power_forms_admin_to_access_all_power_form_envelope_metadata(self, all @property def allow_recipient_language_selection(self): - """ - Gets the allow_recipient_language_selection of this UserSettingsInformation. - + """Gets the allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 - :return: The allow_recipient_language_selection of this UserSettingsInformation. + # noqa: E501 + + :return: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_recipient_language_selection @allow_recipient_language_selection.setter def allow_recipient_language_selection(self, allow_recipient_language_selection): - """ - Sets the allow_recipient_language_selection of this UserSettingsInformation. - + """Sets the allow_recipient_language_selection of this UserSettingsInformation. - :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation. + # noqa: E501 + + :param allow_recipient_language_selection: The allow_recipient_language_selection of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -639,20 +882,20 @@ def allow_recipient_language_selection(self, allow_recipient_language_selection) @property def allow_recipient_language_selection_metadata(self): - """ - Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. + """Gets the allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation. + :return: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_recipient_language_selection_metadata @allow_recipient_language_selection_metadata.setter def allow_recipient_language_selection_metadata(self, allow_recipient_language_selection_metadata): - """ - Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation. + """Sets the allow_recipient_language_selection_metadata of this UserSettingsInformation. + - :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation. + :param allow_recipient_language_selection_metadata: The allow_recipient_language_selection_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -660,22 +903,22 @@ def allow_recipient_language_selection_metadata(self, allow_recipient_language_s @property def allow_send_on_behalf_of(self): - """ - Gets the allow_send_on_behalf_of of this UserSettingsInformation. - + """Gets the allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 - :return: The allow_send_on_behalf_of of this UserSettingsInformation. + # noqa: E501 + + :return: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_send_on_behalf_of @allow_send_on_behalf_of.setter def allow_send_on_behalf_of(self, allow_send_on_behalf_of): - """ - Sets the allow_send_on_behalf_of of this UserSettingsInformation. - + """Sets the allow_send_on_behalf_of of this UserSettingsInformation. + + # noqa: E501 - :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation. + :param allow_send_on_behalf_of: The allow_send_on_behalf_of of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -683,20 +926,20 @@ def allow_send_on_behalf_of(self, allow_send_on_behalf_of): @property def allow_send_on_behalf_of_metadata(self): - """ - Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. + """Gets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. + :return: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_send_on_behalf_of_metadata @allow_send_on_behalf_of_metadata.setter def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata): - """ - Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. + """Sets the allow_send_on_behalf_of_metadata of this UserSettingsInformation. + - :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. + :param allow_send_on_behalf_of_metadata: The allow_send_on_behalf_of_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -704,22 +947,22 @@ def allow_send_on_behalf_of_metadata(self, allow_send_on_behalf_of_metadata): @property def allow_supplemental_documents(self): - """ - Gets the allow_supplemental_documents of this UserSettingsInformation. - + """Gets the allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 - :return: The allow_supplemental_documents of this UserSettingsInformation. + # noqa: E501 + + :return: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._allow_supplemental_documents @allow_supplemental_documents.setter def allow_supplemental_documents(self, allow_supplemental_documents): - """ - Sets the allow_supplemental_documents of this UserSettingsInformation. - + """Sets the allow_supplemental_documents of this UserSettingsInformation. + + # noqa: E501 - :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation. + :param allow_supplemental_documents: The allow_supplemental_documents of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -727,20 +970,20 @@ def allow_supplemental_documents(self, allow_supplemental_documents): @property def allow_supplemental_documents_metadata(self): - """ - Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. + """Gets the allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The allow_supplemental_documents_metadata of this UserSettingsInformation. + :return: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._allow_supplemental_documents_metadata @allow_supplemental_documents_metadata.setter def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): - """ - Sets the allow_supplemental_documents_metadata of this UserSettingsInformation. + """Sets the allow_supplemental_documents_metadata of this UserSettingsInformation. - :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation. + + :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -748,22 +991,22 @@ def allow_supplemental_documents_metadata(self, allow_supplemental_documents_met @property def anchor_tag_versioned_placement_enabled(self): - """ - Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. - + """Gets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. + :return: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._anchor_tag_versioned_placement_enabled @anchor_tag_versioned_placement_enabled.setter def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): - """ - Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. - + """Sets the anchor_tag_versioned_placement_enabled of this UserSettingsInformation. + + # noqa: E501 - :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. + :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -771,22 +1014,22 @@ def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_ @property def api_account_wide_access(self): - """ - Gets the api_account_wide_access of this UserSettingsInformation. - + """Gets the api_account_wide_access of this UserSettingsInformation. # noqa: E501 - :return: The api_account_wide_access of this UserSettingsInformation. + # noqa: E501 + + :return: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._api_account_wide_access @api_account_wide_access.setter def api_account_wide_access(self, api_account_wide_access): - """ - Sets the api_account_wide_access of this UserSettingsInformation. - + """Sets the api_account_wide_access of this UserSettingsInformation. + + # noqa: E501 - :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation. + :param api_account_wide_access: The api_account_wide_access of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -794,20 +1037,20 @@ def api_account_wide_access(self, api_account_wide_access): @property def api_account_wide_access_metadata(self): - """ - Gets the api_account_wide_access_metadata of this UserSettingsInformation. + """Gets the api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The api_account_wide_access_metadata of this UserSettingsInformation. + :return: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._api_account_wide_access_metadata @api_account_wide_access_metadata.setter def api_account_wide_access_metadata(self, api_account_wide_access_metadata): - """ - Sets the api_account_wide_access_metadata of this UserSettingsInformation. + """Sets the api_account_wide_access_metadata of this UserSettingsInformation. - :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation. + + :param api_account_wide_access_metadata: The api_account_wide_access_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -815,22 +1058,22 @@ def api_account_wide_access_metadata(self, api_account_wide_access_metadata): @property def api_can_export_ac(self): - """ - Gets the api_can_export_ac of this UserSettingsInformation. - + """Gets the api_can_export_ac of this UserSettingsInformation. # noqa: E501 - :return: The api_can_export_ac of this UserSettingsInformation. + # noqa: E501 + + :return: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._api_can_export_ac @api_can_export_ac.setter def api_can_export_ac(self, api_can_export_ac): - """ - Sets the api_can_export_ac of this UserSettingsInformation. - + """Sets the api_can_export_ac of this UserSettingsInformation. + + # noqa: E501 - :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation. + :param api_can_export_ac: The api_can_export_ac of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -838,20 +1081,20 @@ def api_can_export_ac(self, api_can_export_ac): @property def api_can_export_ac_metadata(self): - """ - Gets the api_can_export_ac_metadata of this UserSettingsInformation. + """Gets the api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The api_can_export_ac_metadata of this UserSettingsInformation. + :return: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._api_can_export_ac_metadata @api_can_export_ac_metadata.setter def api_can_export_ac_metadata(self, api_can_export_ac_metadata): - """ - Sets the api_can_export_ac_metadata of this UserSettingsInformation. + """Sets the api_can_export_ac_metadata of this UserSettingsInformation. - :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation. + + :param api_can_export_ac_metadata: The api_can_export_ac_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -859,22 +1102,22 @@ def api_can_export_ac_metadata(self, api_can_export_ac_metadata): @property def bulk_send(self): - """ - Gets the bulk_send of this UserSettingsInformation. - + """Gets the bulk_send of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The bulk_send of this UserSettingsInformation. + :return: The bulk_send of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._bulk_send @bulk_send.setter def bulk_send(self, bulk_send): - """ - Sets the bulk_send of this UserSettingsInformation. - + """Sets the bulk_send of this UserSettingsInformation. + + # noqa: E501 - :param bulk_send: The bulk_send of this UserSettingsInformation. + :param bulk_send: The bulk_send of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -882,20 +1125,20 @@ def bulk_send(self, bulk_send): @property def bulk_send_metadata(self): - """ - Gets the bulk_send_metadata of this UserSettingsInformation. + """Gets the bulk_send_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The bulk_send_metadata of this UserSettingsInformation. + :return: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._bulk_send_metadata @bulk_send_metadata.setter def bulk_send_metadata(self, bulk_send_metadata): - """ - Sets the bulk_send_metadata of this UserSettingsInformation. + """Sets the bulk_send_metadata of this UserSettingsInformation. - :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation. + + :param bulk_send_metadata: The bulk_send_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -903,22 +1146,22 @@ def bulk_send_metadata(self, bulk_send_metadata): @property def can_charge_account(self): - """ - Gets the can_charge_account of this UserSettingsInformation. - + """Gets the can_charge_account of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_charge_account of this UserSettingsInformation. + :return: The can_charge_account of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_charge_account @can_charge_account.setter def can_charge_account(self, can_charge_account): - """ - Sets the can_charge_account of this UserSettingsInformation. - + """Sets the can_charge_account of this UserSettingsInformation. + + # noqa: E501 - :param can_charge_account: The can_charge_account of this UserSettingsInformation. + :param can_charge_account: The can_charge_account of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -926,20 +1169,20 @@ def can_charge_account(self, can_charge_account): @property def can_charge_account_metadata(self): - """ - Gets the can_charge_account_metadata of this UserSettingsInformation. + """Gets the can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 - :return: The can_charge_account_metadata of this UserSettingsInformation. + + :return: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_charge_account_metadata @can_charge_account_metadata.setter def can_charge_account_metadata(self, can_charge_account_metadata): - """ - Sets the can_charge_account_metadata of this UserSettingsInformation. + """Sets the can_charge_account_metadata of this UserSettingsInformation. - :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation. + + :param can_charge_account_metadata: The can_charge_account_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -947,22 +1190,22 @@ def can_charge_account_metadata(self, can_charge_account_metadata): @property def can_edit_shared_addressbook(self): - """ - Gets the can_edit_shared_addressbook of this UserSettingsInformation. - + """Gets the can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_edit_shared_addressbook of this UserSettingsInformation. + :return: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_edit_shared_addressbook @can_edit_shared_addressbook.setter def can_edit_shared_addressbook(self, can_edit_shared_addressbook): - """ - Sets the can_edit_shared_addressbook of this UserSettingsInformation. - + """Sets the can_edit_shared_addressbook of this UserSettingsInformation. + + # noqa: E501 - :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation. + :param can_edit_shared_addressbook: The can_edit_shared_addressbook of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -970,20 +1213,20 @@ def can_edit_shared_addressbook(self, can_edit_shared_addressbook): @property def can_edit_shared_addressbook_metadata(self): - """ - Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. + """Gets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 - :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. + + :return: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_edit_shared_addressbook_metadata @can_edit_shared_addressbook_metadata.setter def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metadata): - """ - Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. + """Sets the can_edit_shared_addressbook_metadata of this UserSettingsInformation. + - :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. + :param can_edit_shared_addressbook_metadata: The can_edit_shared_addressbook_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -991,22 +1234,22 @@ def can_edit_shared_addressbook_metadata(self, can_edit_shared_addressbook_metad @property def can_lock_envelopes(self): - """ - Gets the can_lock_envelopes of this UserSettingsInformation. - + """Gets the can_lock_envelopes of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_lock_envelopes of this UserSettingsInformation. + :return: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_lock_envelopes @can_lock_envelopes.setter def can_lock_envelopes(self, can_lock_envelopes): - """ - Sets the can_lock_envelopes of this UserSettingsInformation. - + """Sets the can_lock_envelopes of this UserSettingsInformation. + + # noqa: E501 - :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation. + :param can_lock_envelopes: The can_lock_envelopes of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1014,20 +1257,20 @@ def can_lock_envelopes(self, can_lock_envelopes): @property def can_lock_envelopes_metadata(self): - """ - Gets the can_lock_envelopes_metadata of this UserSettingsInformation. + """Gets the can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 - :return: The can_lock_envelopes_metadata of this UserSettingsInformation. + + :return: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_lock_envelopes_metadata @can_lock_envelopes_metadata.setter def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata): - """ - Sets the can_lock_envelopes_metadata of this UserSettingsInformation. + """Sets the can_lock_envelopes_metadata of this UserSettingsInformation. + - :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation. + :param can_lock_envelopes_metadata: The can_lock_envelopes_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1035,22 +1278,22 @@ def can_lock_envelopes_metadata(self, can_lock_envelopes_metadata): @property def can_manage_account(self): - """ - Gets the can_manage_account of this UserSettingsInformation. - + """Gets the can_manage_account of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_account of this UserSettingsInformation. + :return: The can_manage_account of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_manage_account @can_manage_account.setter def can_manage_account(self, can_manage_account): - """ - Sets the can_manage_account of this UserSettingsInformation. - + """Sets the can_manage_account of this UserSettingsInformation. - :param can_manage_account: The can_manage_account of this UserSettingsInformation. + # noqa: E501 + + :param can_manage_account: The can_manage_account of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1058,20 +1301,20 @@ def can_manage_account(self, can_manage_account): @property def can_manage_account_metadata(self): - """ - Gets the can_manage_account_metadata of this UserSettingsInformation. + """Gets the can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 - :return: The can_manage_account_metadata of this UserSettingsInformation. + + :return: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_account_metadata @can_manage_account_metadata.setter def can_manage_account_metadata(self, can_manage_account_metadata): - """ - Sets the can_manage_account_metadata of this UserSettingsInformation. + """Sets the can_manage_account_metadata of this UserSettingsInformation. + - :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation. + :param can_manage_account_metadata: The can_manage_account_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1079,22 +1322,22 @@ def can_manage_account_metadata(self, can_manage_account_metadata): @property def can_manage_distributor(self): - """ - Gets the can_manage_distributor of this UserSettingsInformation. - + """Gets the can_manage_distributor of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_distributor of this UserSettingsInformation. + :return: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_manage_distributor @can_manage_distributor.setter def can_manage_distributor(self, can_manage_distributor): - """ - Sets the can_manage_distributor of this UserSettingsInformation. - + """Sets the can_manage_distributor of this UserSettingsInformation. - :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation. + # noqa: E501 + + :param can_manage_distributor: The can_manage_distributor of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1102,20 +1345,20 @@ def can_manage_distributor(self, can_manage_distributor): @property def can_manage_distributor_metadata(self): - """ - Gets the can_manage_distributor_metadata of this UserSettingsInformation. + """Gets the can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_manage_distributor_metadata of this UserSettingsInformation. + :return: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_distributor_metadata @can_manage_distributor_metadata.setter def can_manage_distributor_metadata(self, can_manage_distributor_metadata): - """ - Sets the can_manage_distributor_metadata of this UserSettingsInformation. + """Sets the can_manage_distributor_metadata of this UserSettingsInformation. + - :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation. + :param can_manage_distributor_metadata: The can_manage_distributor_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1123,22 +1366,22 @@ def can_manage_distributor_metadata(self, can_manage_distributor_metadata): @property def can_manage_templates(self): - """ - Gets the can_manage_templates of this UserSettingsInformation. - + """Gets the can_manage_templates of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_manage_templates of this UserSettingsInformation. + :return: The can_manage_templates of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_manage_templates @can_manage_templates.setter def can_manage_templates(self, can_manage_templates): - """ - Sets the can_manage_templates of this UserSettingsInformation. - + """Sets the can_manage_templates of this UserSettingsInformation. - :param can_manage_templates: The can_manage_templates of this UserSettingsInformation. + # noqa: E501 + + :param can_manage_templates: The can_manage_templates of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1146,20 +1389,20 @@ def can_manage_templates(self, can_manage_templates): @property def can_manage_templates_metadata(self): - """ - Gets the can_manage_templates_metadata of this UserSettingsInformation. + """Gets the can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_manage_templates_metadata of this UserSettingsInformation. + :return: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_manage_templates_metadata @can_manage_templates_metadata.setter def can_manage_templates_metadata(self, can_manage_templates_metadata): - """ - Sets the can_manage_templates_metadata of this UserSettingsInformation. + """Sets the can_manage_templates_metadata of this UserSettingsInformation. + - :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation. + :param can_manage_templates_metadata: The can_manage_templates_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1167,22 +1410,22 @@ def can_manage_templates_metadata(self, can_manage_templates_metadata): @property def can_send_api_requests(self): - """ - Gets the can_send_api_requests of this UserSettingsInformation. - + """Gets the can_send_api_requests of this UserSettingsInformation. # noqa: E501 - :return: The can_send_api_requests of this UserSettingsInformation. + # noqa: E501 + + :return: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_send_api_requests @can_send_api_requests.setter def can_send_api_requests(self, can_send_api_requests): - """ - Sets the can_send_api_requests of this UserSettingsInformation. - + """Sets the can_send_api_requests of this UserSettingsInformation. - :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation. + # noqa: E501 + + :param can_send_api_requests: The can_send_api_requests of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1190,20 +1433,20 @@ def can_send_api_requests(self, can_send_api_requests): @property def can_send_api_requests_metadata(self): - """ - Gets the can_send_api_requests_metadata of this UserSettingsInformation. + """Gets the can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_send_api_requests_metadata of this UserSettingsInformation. + :return: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_send_api_requests_metadata @can_send_api_requests_metadata.setter def can_send_api_requests_metadata(self, can_send_api_requests_metadata): - """ - Sets the can_send_api_requests_metadata of this UserSettingsInformation. + """Sets the can_send_api_requests_metadata of this UserSettingsInformation. + - :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation. + :param can_send_api_requests_metadata: The can_send_api_requests_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1211,22 +1454,22 @@ def can_send_api_requests_metadata(self, can_send_api_requests_metadata): @property def can_send_envelope(self): - """ - Gets the can_send_envelope of this UserSettingsInformation. - + """Gets the can_send_envelope of this UserSettingsInformation. # noqa: E501 - :return: The can_send_envelope of this UserSettingsInformation. + # noqa: E501 + + :return: The can_send_envelope of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_send_envelope @can_send_envelope.setter def can_send_envelope(self, can_send_envelope): - """ - Sets the can_send_envelope of this UserSettingsInformation. - + """Sets the can_send_envelope of this UserSettingsInformation. + + # noqa: E501 - :param can_send_envelope: The can_send_envelope of this UserSettingsInformation. + :param can_send_envelope: The can_send_envelope of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1234,20 +1477,20 @@ def can_send_envelope(self, can_send_envelope): @property def can_send_envelope_metadata(self): - """ - Gets the can_send_envelope_metadata of this UserSettingsInformation. + """Gets the can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_send_envelope_metadata of this UserSettingsInformation. + :return: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_send_envelope_metadata @can_send_envelope_metadata.setter def can_send_envelope_metadata(self, can_send_envelope_metadata): - """ - Sets the can_send_envelope_metadata of this UserSettingsInformation. + """Sets the can_send_envelope_metadata of this UserSettingsInformation. + - :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation. + :param can_send_envelope_metadata: The can_send_envelope_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1255,22 +1498,22 @@ def can_send_envelope_metadata(self, can_send_envelope_metadata): @property def can_sign_envelope(self): - """ - Gets the can_sign_envelope of this UserSettingsInformation. - + """Gets the can_sign_envelope of this UserSettingsInformation. # noqa: E501 - :return: The can_sign_envelope of this UserSettingsInformation. + # noqa: E501 + + :return: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_sign_envelope @can_sign_envelope.setter def can_sign_envelope(self, can_sign_envelope): - """ - Sets the can_sign_envelope of this UserSettingsInformation. - + """Sets the can_sign_envelope of this UserSettingsInformation. + + # noqa: E501 - :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation. + :param can_sign_envelope: The can_sign_envelope of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1278,20 +1521,20 @@ def can_sign_envelope(self, can_sign_envelope): @property def can_sign_envelope_metadata(self): - """ - Gets the can_sign_envelope_metadata of this UserSettingsInformation. + """Gets the can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_sign_envelope_metadata of this UserSettingsInformation. + :return: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_sign_envelope_metadata @can_sign_envelope_metadata.setter def can_sign_envelope_metadata(self, can_sign_envelope_metadata): - """ - Sets the can_sign_envelope_metadata of this UserSettingsInformation. + """Sets the can_sign_envelope_metadata of this UserSettingsInformation. - :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation. + + :param can_sign_envelope_metadata: The can_sign_envelope_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1299,22 +1542,22 @@ def can_sign_envelope_metadata(self, can_sign_envelope_metadata): @property def can_use_scratchpad(self): - """ - Gets the can_use_scratchpad of this UserSettingsInformation. - + """Gets the can_use_scratchpad of this UserSettingsInformation. # noqa: E501 - :return: The can_use_scratchpad of this UserSettingsInformation. + # noqa: E501 + + :return: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_use_scratchpad @can_use_scratchpad.setter def can_use_scratchpad(self, can_use_scratchpad): - """ - Sets the can_use_scratchpad of this UserSettingsInformation. - + """Sets the can_use_scratchpad of this UserSettingsInformation. + + # noqa: E501 - :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation. + :param can_use_scratchpad: The can_use_scratchpad of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1322,20 +1565,20 @@ def can_use_scratchpad(self, can_use_scratchpad): @property def can_use_scratchpad_metadata(self): - """ - Gets the can_use_scratchpad_metadata of this UserSettingsInformation. + """Gets the can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_use_scratchpad_metadata of this UserSettingsInformation. + :return: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_use_scratchpad_metadata @can_use_scratchpad_metadata.setter def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata): - """ - Sets the can_use_scratchpad_metadata of this UserSettingsInformation. + """Sets the can_use_scratchpad_metadata of this UserSettingsInformation. - :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation. + + :param can_use_scratchpad_metadata: The can_use_scratchpad_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1343,22 +1586,22 @@ def can_use_scratchpad_metadata(self, can_use_scratchpad_metadata): @property def can_use_smart_contracts(self): - """ - Gets the can_use_smart_contracts of this UserSettingsInformation. - + """Gets the can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The can_use_smart_contracts of this UserSettingsInformation. + :return: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._can_use_smart_contracts @can_use_smart_contracts.setter def can_use_smart_contracts(self, can_use_smart_contracts): - """ - Sets the can_use_smart_contracts of this UserSettingsInformation. - + """Sets the can_use_smart_contracts of this UserSettingsInformation. + + # noqa: E501 - :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation. + :param can_use_smart_contracts: The can_use_smart_contracts of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1366,20 +1609,20 @@ def can_use_smart_contracts(self, can_use_smart_contracts): @property def can_use_smart_contracts_metadata(self): - """ - Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. + """Gets the can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The can_use_smart_contracts_metadata of this UserSettingsInformation. + :return: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._can_use_smart_contracts_metadata @can_use_smart_contracts_metadata.setter def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata): - """ - Sets the can_use_smart_contracts_metadata of this UserSettingsInformation. + """Sets the can_use_smart_contracts_metadata of this UserSettingsInformation. - :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation. + + :param can_use_smart_contracts_metadata: The can_use_smart_contracts_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1387,22 +1630,22 @@ def can_use_smart_contracts_metadata(self, can_use_smart_contracts_metadata): @property def disable_document_upload(self): - """ - Gets the disable_document_upload of this UserSettingsInformation. - + """Gets the disable_document_upload of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The disable_document_upload of this UserSettingsInformation. + :return: The disable_document_upload of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_document_upload @disable_document_upload.setter def disable_document_upload(self, disable_document_upload): - """ - Sets the disable_document_upload of this UserSettingsInformation. - + """Sets the disable_document_upload of this UserSettingsInformation. + + # noqa: E501 - :param disable_document_upload: The disable_document_upload of this UserSettingsInformation. + :param disable_document_upload: The disable_document_upload of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1410,20 +1653,20 @@ def disable_document_upload(self, disable_document_upload): @property def disable_document_upload_metadata(self): - """ - Gets the disable_document_upload_metadata of this UserSettingsInformation. + """Gets the disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 - :return: The disable_document_upload_metadata of this UserSettingsInformation. + + :return: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_document_upload_metadata @disable_document_upload_metadata.setter def disable_document_upload_metadata(self, disable_document_upload_metadata): - """ - Sets the disable_document_upload_metadata of this UserSettingsInformation. + """Sets the disable_document_upload_metadata of this UserSettingsInformation. - :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation. + + :param disable_document_upload_metadata: The disable_document_upload_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1431,22 +1674,22 @@ def disable_document_upload_metadata(self, disable_document_upload_metadata): @property def disable_other_actions(self): - """ - Gets the disable_other_actions of this UserSettingsInformation. - + """Gets the disable_other_actions of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The disable_other_actions of this UserSettingsInformation. + :return: The disable_other_actions of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._disable_other_actions @disable_other_actions.setter def disable_other_actions(self, disable_other_actions): - """ - Sets the disable_other_actions of this UserSettingsInformation. - + """Sets the disable_other_actions of this UserSettingsInformation. + + # noqa: E501 - :param disable_other_actions: The disable_other_actions of this UserSettingsInformation. + :param disable_other_actions: The disable_other_actions of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1454,20 +1697,20 @@ def disable_other_actions(self, disable_other_actions): @property def disable_other_actions_metadata(self): - """ - Gets the disable_other_actions_metadata of this UserSettingsInformation. + """Gets the disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 - :return: The disable_other_actions_metadata of this UserSettingsInformation. + + :return: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._disable_other_actions_metadata @disable_other_actions_metadata.setter def disable_other_actions_metadata(self, disable_other_actions_metadata): - """ - Sets the disable_other_actions_metadata of this UserSettingsInformation. + """Sets the disable_other_actions_metadata of this UserSettingsInformation. + - :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation. + :param disable_other_actions_metadata: The disable_other_actions_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1475,22 +1718,22 @@ def disable_other_actions_metadata(self, disable_other_actions_metadata): @property def enable_ds_pro(self): - """ - Gets the enable_ds_pro of this UserSettingsInformation. - + """Gets the enable_ds_pro of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The enable_ds_pro of this UserSettingsInformation. + :return: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_ds_pro @enable_ds_pro.setter def enable_ds_pro(self, enable_ds_pro): - """ - Sets the enable_ds_pro of this UserSettingsInformation. - + """Sets the enable_ds_pro of this UserSettingsInformation. + + # noqa: E501 - :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation. + :param enable_ds_pro: The enable_ds_pro of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1498,20 +1741,20 @@ def enable_ds_pro(self, enable_ds_pro): @property def enable_ds_pro_metadata(self): - """ - Gets the enable_ds_pro_metadata of this UserSettingsInformation. + """Gets the enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 - :return: The enable_ds_pro_metadata of this UserSettingsInformation. + + :return: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_ds_pro_metadata @enable_ds_pro_metadata.setter def enable_ds_pro_metadata(self, enable_ds_pro_metadata): - """ - Sets the enable_ds_pro_metadata of this UserSettingsInformation. + """Sets the enable_ds_pro_metadata of this UserSettingsInformation. + - :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation. + :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1519,22 +1762,22 @@ def enable_ds_pro_metadata(self, enable_ds_pro_metadata): @property def enable_sequential_signing_api(self): - """ - Gets the enable_sequential_signing_api of this UserSettingsInformation. - + """Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The enable_sequential_signing_api of this UserSettingsInformation. + :return: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sequential_signing_api @enable_sequential_signing_api.setter def enable_sequential_signing_api(self, enable_sequential_signing_api): - """ - Sets the enable_sequential_signing_api of this UserSettingsInformation. - + """Sets the enable_sequential_signing_api of this UserSettingsInformation. - :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation. + # noqa: E501 + + :param enable_sequential_signing_api: The enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1542,20 +1785,20 @@ def enable_sequential_signing_api(self, enable_sequential_signing_api): @property def enable_sequential_signing_api_metadata(self): - """ - Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. + """Gets the enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 - :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation. + + :return: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sequential_signing_api_metadata @enable_sequential_signing_api_metadata.setter def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): - """ - Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation. + """Sets the enable_sequential_signing_api_metadata of this UserSettingsInformation. + - :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation. + :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1563,22 +1806,22 @@ def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_m @property def enable_sequential_signing_ui(self): - """ - Gets the enable_sequential_signing_ui of this UserSettingsInformation. - + """Gets the enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The enable_sequential_signing_ui of this UserSettingsInformation. + :return: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sequential_signing_ui @enable_sequential_signing_ui.setter def enable_sequential_signing_ui(self, enable_sequential_signing_ui): - """ - Sets the enable_sequential_signing_ui of this UserSettingsInformation. - + """Sets the enable_sequential_signing_ui of this UserSettingsInformation. - :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation. + # noqa: E501 + + :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1586,20 +1829,20 @@ def enable_sequential_signing_ui(self, enable_sequential_signing_ui): @property def enable_sequential_signing_ui_metadata(self): - """ - Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. + """Gets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. + :return: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sequential_signing_ui_metadata @enable_sequential_signing_ui_metadata.setter def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): - """ - Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. + """Sets the enable_sequential_signing_ui_metadata of this UserSettingsInformation. + - :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. + :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1607,22 +1850,22 @@ def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_met @property def enable_signer_attachments(self): - """ - Gets the enable_signer_attachments of this UserSettingsInformation. - + """Gets the enable_signer_attachments of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 - :return: The enable_signer_attachments of this UserSettingsInformation. + :return: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_signer_attachments @enable_signer_attachments.setter def enable_signer_attachments(self, enable_signer_attachments): - """ - Sets the enable_signer_attachments of this UserSettingsInformation. - + """Sets the enable_signer_attachments of this UserSettingsInformation. - :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation. + # noqa: E501 + + :param enable_signer_attachments: The enable_signer_attachments of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1630,20 +1873,20 @@ def enable_signer_attachments(self, enable_signer_attachments): @property def enable_signer_attachments_metadata(self): - """ - Gets the enable_signer_attachments_metadata of this UserSettingsInformation. + """Gets the enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 + - :return: The enable_signer_attachments_metadata of this UserSettingsInformation. + :return: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_signer_attachments_metadata @enable_signer_attachments_metadata.setter def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): - """ - Sets the enable_signer_attachments_metadata of this UserSettingsInformation. + """Sets the enable_signer_attachments_metadata of this UserSettingsInformation. + - :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation. + :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1651,22 +1894,22 @@ def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata) @property def enable_sign_on_paper_override(self): - """ - Gets the enable_sign_on_paper_override of this UserSettingsInformation. - + """Gets the enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper_override of this UserSettingsInformation. + # noqa: E501 + + :return: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_sign_on_paper_override @enable_sign_on_paper_override.setter def enable_sign_on_paper_override(self, enable_sign_on_paper_override): - """ - Sets the enable_sign_on_paper_override of this UserSettingsInformation. - + """Sets the enable_sign_on_paper_override of this UserSettingsInformation. - :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation. + # noqa: E501 + + :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1674,20 +1917,20 @@ def enable_sign_on_paper_override(self, enable_sign_on_paper_override): @property def enable_sign_on_paper_override_metadata(self): - """ - Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. + """Gets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 - :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. + + :return: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_sign_on_paper_override_metadata @enable_sign_on_paper_override_metadata.setter def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): - """ - Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. + """Sets the enable_sign_on_paper_override_metadata of this UserSettingsInformation. - :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. + + :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1695,22 +1938,22 @@ def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_m @property def enable_transaction_point(self): - """ - Gets the enable_transaction_point of this UserSettingsInformation. - + """Gets the enable_transaction_point of this UserSettingsInformation. # noqa: E501 - :return: The enable_transaction_point of this UserSettingsInformation. + # noqa: E501 + + :return: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_transaction_point @enable_transaction_point.setter def enable_transaction_point(self, enable_transaction_point): - """ - Sets the enable_transaction_point of this UserSettingsInformation. - + """Sets the enable_transaction_point of this UserSettingsInformation. - :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation. + # noqa: E501 + + :param enable_transaction_point: The enable_transaction_point of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1718,20 +1961,20 @@ def enable_transaction_point(self, enable_transaction_point): @property def enable_transaction_point_metadata(self): - """ - Gets the enable_transaction_point_metadata of this UserSettingsInformation. + """Gets the enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 - :return: The enable_transaction_point_metadata of this UserSettingsInformation. + + :return: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_transaction_point_metadata @enable_transaction_point_metadata.setter def enable_transaction_point_metadata(self, enable_transaction_point_metadata): - """ - Sets the enable_transaction_point_metadata of this UserSettingsInformation. + """Sets the enable_transaction_point_metadata of this UserSettingsInformation. - :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation. + + :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1739,22 +1982,22 @@ def enable_transaction_point_metadata(self, enable_transaction_point_metadata): @property def enable_vaulting(self): - """ - Gets the enable_vaulting of this UserSettingsInformation. - + """Gets the enable_vaulting of this UserSettingsInformation. # noqa: E501 - :return: The enable_vaulting of this UserSettingsInformation. + # noqa: E501 + + :return: The enable_vaulting of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._enable_vaulting @enable_vaulting.setter def enable_vaulting(self, enable_vaulting): - """ - Sets the enable_vaulting of this UserSettingsInformation. - + """Sets the enable_vaulting of this UserSettingsInformation. - :param enable_vaulting: The enable_vaulting of this UserSettingsInformation. + # noqa: E501 + + :param enable_vaulting: The enable_vaulting of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1762,20 +2005,20 @@ def enable_vaulting(self, enable_vaulting): @property def enable_vaulting_metadata(self): - """ - Gets the enable_vaulting_metadata of this UserSettingsInformation. + """Gets the enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 - :return: The enable_vaulting_metadata of this UserSettingsInformation. + + :return: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._enable_vaulting_metadata @enable_vaulting_metadata.setter def enable_vaulting_metadata(self, enable_vaulting_metadata): - """ - Sets the enable_vaulting_metadata of this UserSettingsInformation. + """Sets the enable_vaulting_metadata of this UserSettingsInformation. - :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation. + + :param enable_vaulting_metadata: The enable_vaulting_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1783,22 +2026,22 @@ def enable_vaulting_metadata(self, enable_vaulting_metadata): @property def express_send_only(self): - """ - Gets the express_send_only of this UserSettingsInformation. - + """Gets the express_send_only of this UserSettingsInformation. # noqa: E501 - :return: The express_send_only of this UserSettingsInformation. + # noqa: E501 + + :return: The express_send_only of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._express_send_only @express_send_only.setter def express_send_only(self, express_send_only): - """ - Sets the express_send_only of this UserSettingsInformation. - + """Sets the express_send_only of this UserSettingsInformation. - :param express_send_only: The express_send_only of this UserSettingsInformation. + # noqa: E501 + + :param express_send_only: The express_send_only of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1806,22 +2049,22 @@ def express_send_only(self, express_send_only): @property def locale(self): - """ - Gets the locale of this UserSettingsInformation. - + """Gets the locale of this UserSettingsInformation. # noqa: E501 - :return: The locale of this UserSettingsInformation. + # noqa: E501 + + :return: The locale of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._locale @locale.setter def locale(self, locale): - """ - Sets the locale of this UserSettingsInformation. - + """Sets the locale of this UserSettingsInformation. - :param locale: The locale of this UserSettingsInformation. + # noqa: E501 + + :param locale: The locale of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1829,20 +2072,20 @@ def locale(self, locale): @property def locale_metadata(self): - """ - Gets the locale_metadata of this UserSettingsInformation. + """Gets the locale_metadata of this UserSettingsInformation. # noqa: E501 - :return: The locale_metadata of this UserSettingsInformation. + + :return: The locale_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._locale_metadata @locale_metadata.setter def locale_metadata(self, locale_metadata): - """ - Sets the locale_metadata of this UserSettingsInformation. + """Sets the locale_metadata of this UserSettingsInformation. - :param locale_metadata: The locale_metadata of this UserSettingsInformation. + + :param locale_metadata: The locale_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1850,20 +2093,20 @@ def locale_metadata(self, locale_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this UserSettingsInformation. + """Gets the locale_policy of this UserSettingsInformation. # noqa: E501 - :return: The locale_policy of this UserSettingsInformation. + + :return: The locale_policy of this UserSettingsInformation. # noqa: E501 :rtype: LocalePolicy """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this UserSettingsInformation. + """Sets the locale_policy of this UserSettingsInformation. - :param locale_policy: The locale_policy of this UserSettingsInformation. + + :param locale_policy: The locale_policy of this UserSettingsInformation. # noqa: E501 :type: LocalePolicy """ @@ -1871,22 +2114,22 @@ def locale_policy(self, locale_policy): @property def manage_clickwraps_mode(self): - """ - Gets the manage_clickwraps_mode of this UserSettingsInformation. - + """Gets the manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 - :return: The manage_clickwraps_mode of this UserSettingsInformation. + # noqa: E501 + + :return: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._manage_clickwraps_mode @manage_clickwraps_mode.setter def manage_clickwraps_mode(self, manage_clickwraps_mode): - """ - Sets the manage_clickwraps_mode of this UserSettingsInformation. - + """Sets the manage_clickwraps_mode of this UserSettingsInformation. - :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation. + # noqa: E501 + + :param manage_clickwraps_mode: The manage_clickwraps_mode of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1894,20 +2137,20 @@ def manage_clickwraps_mode(self, manage_clickwraps_mode): @property def manage_clickwraps_mode_metadata(self): - """ - Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. + """Gets the manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 - :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation. + + :return: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._manage_clickwraps_mode_metadata @manage_clickwraps_mode_metadata.setter def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata): - """ - Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation. + """Sets the manage_clickwraps_mode_metadata of this UserSettingsInformation. - :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation. + + :param manage_clickwraps_mode_metadata: The manage_clickwraps_mode_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1915,22 +2158,22 @@ def manage_clickwraps_mode_metadata(self, manage_clickwraps_mode_metadata): @property def modified_by(self): - """ - Gets the modified_by of this UserSettingsInformation. - + """Gets the modified_by of this UserSettingsInformation. # noqa: E501 - :return: The modified_by of this UserSettingsInformation. + # noqa: E501 + + :return: The modified_by of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._modified_by @modified_by.setter def modified_by(self, modified_by): - """ - Sets the modified_by of this UserSettingsInformation. - + """Sets the modified_by of this UserSettingsInformation. - :param modified_by: The modified_by of this UserSettingsInformation. + # noqa: E501 + + :param modified_by: The modified_by of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1938,20 +2181,20 @@ def modified_by(self, modified_by): @property def modified_by_metadata(self): - """ - Gets the modified_by_metadata of this UserSettingsInformation. + """Gets the modified_by_metadata of this UserSettingsInformation. # noqa: E501 - :return: The modified_by_metadata of this UserSettingsInformation. + + :return: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._modified_by_metadata @modified_by_metadata.setter def modified_by_metadata(self, modified_by_metadata): - """ - Sets the modified_by_metadata of this UserSettingsInformation. + """Sets the modified_by_metadata of this UserSettingsInformation. - :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation. + + :param modified_by_metadata: The modified_by_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -1959,22 +2202,22 @@ def modified_by_metadata(self, modified_by_metadata): @property def modified_date(self): - """ - Gets the modified_date of this UserSettingsInformation. - + """Gets the modified_date of this UserSettingsInformation. # noqa: E501 - :return: The modified_date of this UserSettingsInformation. + # noqa: E501 + + :return: The modified_date of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._modified_date @modified_date.setter def modified_date(self, modified_date): - """ - Sets the modified_date of this UserSettingsInformation. - + """Sets the modified_date of this UserSettingsInformation. - :param modified_date: The modified_date of this UserSettingsInformation. + # noqa: E501 + + :param modified_date: The modified_date of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -1982,20 +2225,20 @@ def modified_date(self, modified_date): @property def modified_date_metadata(self): - """ - Gets the modified_date_metadata of this UserSettingsInformation. + """Gets the modified_date_metadata of this UserSettingsInformation. # noqa: E501 - :return: The modified_date_metadata of this UserSettingsInformation. + + :return: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._modified_date_metadata @modified_date_metadata.setter def modified_date_metadata(self, modified_date_metadata): - """ - Sets the modified_date_metadata of this UserSettingsInformation. + """Sets the modified_date_metadata of this UserSettingsInformation. - :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation. + + :param modified_date_metadata: The modified_date_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2003,22 +2246,22 @@ def modified_date_metadata(self, modified_date_metadata): @property def modified_page(self): - """ - Gets the modified_page of this UserSettingsInformation. - + """Gets the modified_page of this UserSettingsInformation. # noqa: E501 - :return: The modified_page of this UserSettingsInformation. + # noqa: E501 + + :return: The modified_page of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._modified_page @modified_page.setter def modified_page(self, modified_page): - """ - Sets the modified_page of this UserSettingsInformation. - + """Sets the modified_page of this UserSettingsInformation. - :param modified_page: The modified_page of this UserSettingsInformation. + # noqa: E501 + + :param modified_page: The modified_page of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2026,20 +2269,20 @@ def modified_page(self, modified_page): @property def modified_page_metadata(self): - """ - Gets the modified_page_metadata of this UserSettingsInformation. + """Gets the modified_page_metadata of this UserSettingsInformation. # noqa: E501 - :return: The modified_page_metadata of this UserSettingsInformation. + + :return: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._modified_page_metadata @modified_page_metadata.setter def modified_page_metadata(self, modified_page_metadata): - """ - Sets the modified_page_metadata of this UserSettingsInformation. + """Sets the modified_page_metadata of this UserSettingsInformation. - :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation. + + :param modified_page_metadata: The modified_page_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2047,22 +2290,22 @@ def modified_page_metadata(self, modified_page_metadata): @property def new_send_ui(self): - """ - Gets the new_send_ui of this UserSettingsInformation. - + """Gets the new_send_ui of this UserSettingsInformation. # noqa: E501 - :return: The new_send_ui of this UserSettingsInformation. + # noqa: E501 + + :return: The new_send_ui of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._new_send_ui @new_send_ui.setter def new_send_ui(self, new_send_ui): - """ - Sets the new_send_ui of this UserSettingsInformation. - + """Sets the new_send_ui of this UserSettingsInformation. - :param new_send_ui: The new_send_ui of this UserSettingsInformation. + # noqa: E501 + + :param new_send_ui: The new_send_ui of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2070,20 +2313,20 @@ def new_send_ui(self, new_send_ui): @property def new_send_ui_metadata(self): - """ - Gets the new_send_ui_metadata of this UserSettingsInformation. + """Gets the new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 - :return: The new_send_ui_metadata of this UserSettingsInformation. + + :return: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._new_send_ui_metadata @new_send_ui_metadata.setter def new_send_ui_metadata(self, new_send_ui_metadata): - """ - Sets the new_send_ui_metadata of this UserSettingsInformation. + """Sets the new_send_ui_metadata of this UserSettingsInformation. - :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation. + + :param new_send_ui_metadata: The new_send_ui_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2091,22 +2334,22 @@ def new_send_ui_metadata(self, new_send_ui_metadata): @property def power_form_mode(self): - """ - Gets the power_form_mode of this UserSettingsInformation. - + """Gets the power_form_mode of this UserSettingsInformation. # noqa: E501 - :return: The power_form_mode of this UserSettingsInformation. + # noqa: E501 + + :return: The power_form_mode of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._power_form_mode @power_form_mode.setter def power_form_mode(self, power_form_mode): - """ - Sets the power_form_mode of this UserSettingsInformation. - + """Sets the power_form_mode of this UserSettingsInformation. - :param power_form_mode: The power_form_mode of this UserSettingsInformation. + # noqa: E501 + + :param power_form_mode: The power_form_mode of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2114,20 +2357,20 @@ def power_form_mode(self, power_form_mode): @property def power_form_mode_metadata(self): - """ - Gets the power_form_mode_metadata of this UserSettingsInformation. + """Gets the power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 - :return: The power_form_mode_metadata of this UserSettingsInformation. + + :return: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._power_form_mode_metadata @power_form_mode_metadata.setter def power_form_mode_metadata(self, power_form_mode_metadata): - """ - Sets the power_form_mode_metadata of this UserSettingsInformation. + """Sets the power_form_mode_metadata of this UserSettingsInformation. - :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation. + + :param power_form_mode_metadata: The power_form_mode_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2135,22 +2378,22 @@ def power_form_mode_metadata(self, power_form_mode_metadata): @property def recipient_viewed_notification(self): - """ - Gets the recipient_viewed_notification of this UserSettingsInformation. - + """Gets the recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 - :return: The recipient_viewed_notification of this UserSettingsInformation. + # noqa: E501 + + :return: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._recipient_viewed_notification @recipient_viewed_notification.setter def recipient_viewed_notification(self, recipient_viewed_notification): - """ - Sets the recipient_viewed_notification of this UserSettingsInformation. - + """Sets the recipient_viewed_notification of this UserSettingsInformation. - :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation. + # noqa: E501 + + :param recipient_viewed_notification: The recipient_viewed_notification of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2158,20 +2401,20 @@ def recipient_viewed_notification(self, recipient_viewed_notification): @property def recipient_viewed_notification_metadata(self): - """ - Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. + """Gets the recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 - :return: The recipient_viewed_notification_metadata of this UserSettingsInformation. + + :return: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._recipient_viewed_notification_metadata @recipient_viewed_notification_metadata.setter def recipient_viewed_notification_metadata(self, recipient_viewed_notification_metadata): - """ - Sets the recipient_viewed_notification_metadata of this UserSettingsInformation. + """Sets the recipient_viewed_notification_metadata of this UserSettingsInformation. - :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation. + + :param recipient_viewed_notification_metadata: The recipient_viewed_notification_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2179,22 +2422,22 @@ def recipient_viewed_notification_metadata(self, recipient_viewed_notification_m @property def seal_identifiers(self): - """ - Gets the seal_identifiers of this UserSettingsInformation. - + """Gets the seal_identifiers of this UserSettingsInformation. # noqa: E501 - :return: The seal_identifiers of this UserSettingsInformation. + # noqa: E501 + + :return: The seal_identifiers of this UserSettingsInformation. # noqa: E501 :rtype: list[SealIdentifier] """ return self._seal_identifiers @seal_identifiers.setter def seal_identifiers(self, seal_identifiers): - """ - Sets the seal_identifiers of this UserSettingsInformation. - + """Sets the seal_identifiers of this UserSettingsInformation. - :param seal_identifiers: The seal_identifiers of this UserSettingsInformation. + # noqa: E501 + + :param seal_identifiers: The seal_identifiers of this UserSettingsInformation. # noqa: E501 :type: list[SealIdentifier] """ @@ -2202,22 +2445,22 @@ def seal_identifiers(self, seal_identifiers): @property def self_signed_recipient_email_document(self): - """ - Gets the self_signed_recipient_email_document of this UserSettingsInformation. - + """Gets the self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document of this UserSettingsInformation. + # noqa: E501 + + :return: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._self_signed_recipient_email_document @self_signed_recipient_email_document.setter def self_signed_recipient_email_document(self, self_signed_recipient_email_document): - """ - Sets the self_signed_recipient_email_document of this UserSettingsInformation. - + """Sets the self_signed_recipient_email_document of this UserSettingsInformation. - :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation. + # noqa: E501 + + :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2225,20 +2468,20 @@ def self_signed_recipient_email_document(self, self_signed_recipient_email_docum @property def self_signed_recipient_email_document_metadata(self): - """ - Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. + """Gets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 - :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. + + :return: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._self_signed_recipient_email_document_metadata @self_signed_recipient_email_document_metadata.setter def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): - """ - Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. + """Sets the self_signed_recipient_email_document_metadata of this UserSettingsInformation. - :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. + + :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2246,20 +2489,20 @@ def self_signed_recipient_email_document_metadata(self, self_signed_recipient_em @property def sender_email_notifications(self): - """ - Gets the sender_email_notifications of this UserSettingsInformation. + """Gets the sender_email_notifications of this UserSettingsInformation. # noqa: E501 - :return: The sender_email_notifications of this UserSettingsInformation. + + :return: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 :rtype: SenderEmailNotifications """ return self._sender_email_notifications @sender_email_notifications.setter def sender_email_notifications(self, sender_email_notifications): - """ - Sets the sender_email_notifications of this UserSettingsInformation. + """Sets the sender_email_notifications of this UserSettingsInformation. - :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation. + + :param sender_email_notifications: The sender_email_notifications of this UserSettingsInformation. # noqa: E501 :type: SenderEmailNotifications """ @@ -2267,20 +2510,20 @@ def sender_email_notifications(self, sender_email_notifications): @property def signer_email_notifications(self): - """ - Gets the signer_email_notifications of this UserSettingsInformation. + """Gets the signer_email_notifications of this UserSettingsInformation. # noqa: E501 - :return: The signer_email_notifications of this UserSettingsInformation. + + :return: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 :rtype: SignerEmailNotifications """ return self._signer_email_notifications @signer_email_notifications.setter def signer_email_notifications(self, signer_email_notifications): - """ - Sets the signer_email_notifications of this UserSettingsInformation. + """Sets the signer_email_notifications of this UserSettingsInformation. - :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation. + + :param signer_email_notifications: The signer_email_notifications of this UserSettingsInformation. # noqa: E501 :type: SignerEmailNotifications """ @@ -2288,22 +2531,22 @@ def signer_email_notifications(self, signer_email_notifications): @property def supplemental_document_include_in_download(self): - """ - Gets the supplemental_document_include_in_download of this UserSettingsInformation. - + """Gets the supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_document_include_in_download of this UserSettingsInformation. + # noqa: E501 + + :return: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_document_include_in_download @supplemental_document_include_in_download.setter def supplemental_document_include_in_download(self, supplemental_document_include_in_download): - """ - Sets the supplemental_document_include_in_download of this UserSettingsInformation. - + """Sets the supplemental_document_include_in_download of this UserSettingsInformation. - :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation. + # noqa: E501 + + :param supplemental_document_include_in_download: The supplemental_document_include_in_download of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2311,22 +2554,22 @@ def supplemental_document_include_in_download(self, supplemental_document_includ @property def supplemental_documents_must_accept(self): - """ - Gets the supplemental_documents_must_accept of this UserSettingsInformation. - + """Gets the supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_accept of this UserSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_accept @supplemental_documents_must_accept.setter def supplemental_documents_must_accept(self, supplemental_documents_must_accept): - """ - Sets the supplemental_documents_must_accept of this UserSettingsInformation. - + """Sets the supplemental_documents_must_accept of this UserSettingsInformation. - :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2334,20 +2577,20 @@ def supplemental_documents_must_accept(self, supplemental_documents_must_accept) @property def supplemental_documents_must_accept_metadata(self): - """ - Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. + """Gets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. + + :return: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_accept_metadata @supplemental_documents_must_accept_metadata.setter def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): - """ - Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. + """Sets the supplemental_documents_must_accept_metadata of this UserSettingsInformation. - :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. + + :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2355,22 +2598,22 @@ def supplemental_documents_must_accept_metadata(self, supplemental_documents_mus @property def supplemental_documents_must_read(self): - """ - Gets the supplemental_documents_must_read of this UserSettingsInformation. - + """Gets the supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_read of this UserSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_read @supplemental_documents_must_read.setter def supplemental_documents_must_read(self, supplemental_documents_must_read): - """ - Sets the supplemental_documents_must_read of this UserSettingsInformation. - + """Sets the supplemental_documents_must_read of this UserSettingsInformation. - :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_read: The supplemental_documents_must_read of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2378,20 +2621,20 @@ def supplemental_documents_must_read(self, supplemental_documents_must_read): @property def supplemental_documents_must_read_metadata(self): - """ - Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. + """Gets the supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation. + + :return: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_read_metadata @supplemental_documents_must_read_metadata.setter def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): - """ - Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation. + """Sets the supplemental_documents_must_read_metadata of this UserSettingsInformation. - :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation. + + :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2399,22 +2642,22 @@ def supplemental_documents_must_read_metadata(self, supplemental_documents_must_ @property def supplemental_documents_must_view(self): - """ - Gets the supplemental_documents_must_view of this UserSettingsInformation. - + """Gets the supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_view of this UserSettingsInformation. + # noqa: E501 + + :return: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._supplemental_documents_must_view @supplemental_documents_must_view.setter def supplemental_documents_must_view(self, supplemental_documents_must_view): - """ - Sets the supplemental_documents_must_view of this UserSettingsInformation. - + """Sets the supplemental_documents_must_view of this UserSettingsInformation. - :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation. + # noqa: E501 + + :param supplemental_documents_must_view: The supplemental_documents_must_view of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2422,20 +2665,20 @@ def supplemental_documents_must_view(self, supplemental_documents_must_view): @property def supplemental_documents_must_view_metadata(self): - """ - Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. + """Gets the supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 - :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation. + + :return: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._supplemental_documents_must_view_metadata @supplemental_documents_must_view_metadata.setter def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): - """ - Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation. + """Sets the supplemental_documents_must_view_metadata of this UserSettingsInformation. - :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation. + + :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2443,22 +2686,22 @@ def supplemental_documents_must_view_metadata(self, supplemental_documents_must_ @property def template_active_creation(self): - """ - Gets the template_active_creation of this UserSettingsInformation. - + """Gets the template_active_creation of this UserSettingsInformation. # noqa: E501 - :return: The template_active_creation of this UserSettingsInformation. + # noqa: E501 + + :return: The template_active_creation of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._template_active_creation @template_active_creation.setter def template_active_creation(self, template_active_creation): - """ - Sets the template_active_creation of this UserSettingsInformation. - + """Sets the template_active_creation of this UserSettingsInformation. - :param template_active_creation: The template_active_creation of this UserSettingsInformation. + # noqa: E501 + + :param template_active_creation: The template_active_creation of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2466,20 +2709,20 @@ def template_active_creation(self, template_active_creation): @property def template_active_creation_metadata(self): - """ - Gets the template_active_creation_metadata of this UserSettingsInformation. + """Gets the template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 - :return: The template_active_creation_metadata of this UserSettingsInformation. + + :return: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._template_active_creation_metadata @template_active_creation_metadata.setter def template_active_creation_metadata(self, template_active_creation_metadata): - """ - Sets the template_active_creation_metadata of this UserSettingsInformation. + """Sets the template_active_creation_metadata of this UserSettingsInformation. - :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation. + + :param template_active_creation_metadata: The template_active_creation_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2487,22 +2730,22 @@ def template_active_creation_metadata(self, template_active_creation_metadata): @property def template_apply_notify(self): - """ - Gets the template_apply_notify of this UserSettingsInformation. - + """Gets the template_apply_notify of this UserSettingsInformation. # noqa: E501 - :return: The template_apply_notify of this UserSettingsInformation. + # noqa: E501 + + :return: The template_apply_notify of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._template_apply_notify @template_apply_notify.setter def template_apply_notify(self, template_apply_notify): - """ - Sets the template_apply_notify of this UserSettingsInformation. - + """Sets the template_apply_notify of this UserSettingsInformation. - :param template_apply_notify: The template_apply_notify of this UserSettingsInformation. + # noqa: E501 + + :param template_apply_notify: The template_apply_notify of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2510,20 +2753,20 @@ def template_apply_notify(self, template_apply_notify): @property def template_apply_notify_metadata(self): - """ - Gets the template_apply_notify_metadata of this UserSettingsInformation. + """Gets the template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 - :return: The template_apply_notify_metadata of this UserSettingsInformation. + + :return: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._template_apply_notify_metadata @template_apply_notify_metadata.setter def template_apply_notify_metadata(self, template_apply_notify_metadata): - """ - Sets the template_apply_notify_metadata of this UserSettingsInformation. + """Sets the template_apply_notify_metadata of this UserSettingsInformation. - :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation. + + :param template_apply_notify_metadata: The template_apply_notify_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2531,22 +2774,22 @@ def template_apply_notify_metadata(self, template_apply_notify_metadata): @property def template_auto_matching(self): - """ - Gets the template_auto_matching of this UserSettingsInformation. - + """Gets the template_auto_matching of this UserSettingsInformation. # noqa: E501 - :return: The template_auto_matching of this UserSettingsInformation. + # noqa: E501 + + :return: The template_auto_matching of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._template_auto_matching @template_auto_matching.setter def template_auto_matching(self, template_auto_matching): - """ - Sets the template_auto_matching of this UserSettingsInformation. - + """Sets the template_auto_matching of this UserSettingsInformation. - :param template_auto_matching: The template_auto_matching of this UserSettingsInformation. + # noqa: E501 + + :param template_auto_matching: The template_auto_matching of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2554,20 +2797,20 @@ def template_auto_matching(self, template_auto_matching): @property def template_auto_matching_metadata(self): - """ - Gets the template_auto_matching_metadata of this UserSettingsInformation. + """Gets the template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 - :return: The template_auto_matching_metadata of this UserSettingsInformation. + + :return: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._template_auto_matching_metadata @template_auto_matching_metadata.setter def template_auto_matching_metadata(self, template_auto_matching_metadata): - """ - Sets the template_auto_matching_metadata of this UserSettingsInformation. + """Sets the template_auto_matching_metadata of this UserSettingsInformation. - :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation. + + :param template_auto_matching_metadata: The template_auto_matching_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2575,22 +2818,22 @@ def template_auto_matching_metadata(self, template_auto_matching_metadata): @property def template_matching_sensitivity(self): - """ - Gets the template_matching_sensitivity of this UserSettingsInformation. - + """Gets the template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 - :return: The template_matching_sensitivity of this UserSettingsInformation. + # noqa: E501 + + :return: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._template_matching_sensitivity @template_matching_sensitivity.setter def template_matching_sensitivity(self, template_matching_sensitivity): - """ - Sets the template_matching_sensitivity of this UserSettingsInformation. - + """Sets the template_matching_sensitivity of this UserSettingsInformation. - :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation. + # noqa: E501 + + :param template_matching_sensitivity: The template_matching_sensitivity of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2598,20 +2841,20 @@ def template_matching_sensitivity(self, template_matching_sensitivity): @property def template_matching_sensitivity_metadata(self): - """ - Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. + """Gets the template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 - :return: The template_matching_sensitivity_metadata of this UserSettingsInformation. + + :return: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._template_matching_sensitivity_metadata @template_matching_sensitivity_metadata.setter def template_matching_sensitivity_metadata(self, template_matching_sensitivity_metadata): - """ - Sets the template_matching_sensitivity_metadata of this UserSettingsInformation. + """Sets the template_matching_sensitivity_metadata of this UserSettingsInformation. - :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation. + + :param template_matching_sensitivity_metadata: The template_matching_sensitivity_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2619,22 +2862,22 @@ def template_matching_sensitivity_metadata(self, template_matching_sensitivity_m @property def template_page_level_matching(self): - """ - Gets the template_page_level_matching of this UserSettingsInformation. - + """Gets the template_page_level_matching of this UserSettingsInformation. # noqa: E501 - :return: The template_page_level_matching of this UserSettingsInformation. + # noqa: E501 + + :return: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._template_page_level_matching @template_page_level_matching.setter def template_page_level_matching(self, template_page_level_matching): - """ - Sets the template_page_level_matching of this UserSettingsInformation. - + """Sets the template_page_level_matching of this UserSettingsInformation. - :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation. + # noqa: E501 + + :param template_page_level_matching: The template_page_level_matching of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2642,20 +2885,20 @@ def template_page_level_matching(self, template_page_level_matching): @property def template_page_level_matching_metadata(self): - """ - Gets the template_page_level_matching_metadata of this UserSettingsInformation. + """Gets the template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 - :return: The template_page_level_matching_metadata of this UserSettingsInformation. + + :return: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._template_page_level_matching_metadata @template_page_level_matching_metadata.setter def template_page_level_matching_metadata(self, template_page_level_matching_metadata): - """ - Sets the template_page_level_matching_metadata of this UserSettingsInformation. + """Sets the template_page_level_matching_metadata of this UserSettingsInformation. - :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation. + + :param template_page_level_matching_metadata: The template_page_level_matching_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2663,22 +2906,22 @@ def template_page_level_matching_metadata(self, template_page_level_matching_met @property def timezone_dst(self): - """ - Gets the timezone_dst of this UserSettingsInformation. - + """Gets the timezone_dst of this UserSettingsInformation. # noqa: E501 - :return: The timezone_dst of this UserSettingsInformation. + # noqa: E501 + + :return: The timezone_dst of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_dst @timezone_dst.setter def timezone_dst(self, timezone_dst): - """ - Sets the timezone_dst of this UserSettingsInformation. - + """Sets the timezone_dst of this UserSettingsInformation. - :param timezone_dst: The timezone_dst of this UserSettingsInformation. + # noqa: E501 + + :param timezone_dst: The timezone_dst of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2686,20 +2929,20 @@ def timezone_dst(self, timezone_dst): @property def timezone_dst_metadata(self): - """ - Gets the timezone_dst_metadata of this UserSettingsInformation. + """Gets the timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 - :return: The timezone_dst_metadata of this UserSettingsInformation. + + :return: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_dst_metadata @timezone_dst_metadata.setter def timezone_dst_metadata(self, timezone_dst_metadata): - """ - Sets the timezone_dst_metadata of this UserSettingsInformation. + """Sets the timezone_dst_metadata of this UserSettingsInformation. - :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation. + + :param timezone_dst_metadata: The timezone_dst_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2707,22 +2950,22 @@ def timezone_dst_metadata(self, timezone_dst_metadata): @property def timezone_mask(self): - """ - Gets the timezone_mask of this UserSettingsInformation. - + """Gets the timezone_mask of this UserSettingsInformation. # noqa: E501 - :return: The timezone_mask of this UserSettingsInformation. + # noqa: E501 + + :return: The timezone_mask of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_mask @timezone_mask.setter def timezone_mask(self, timezone_mask): - """ - Sets the timezone_mask of this UserSettingsInformation. - + """Sets the timezone_mask of this UserSettingsInformation. - :param timezone_mask: The timezone_mask of this UserSettingsInformation. + # noqa: E501 + + :param timezone_mask: The timezone_mask of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2730,20 +2973,20 @@ def timezone_mask(self, timezone_mask): @property def timezone_mask_metadata(self): - """ - Gets the timezone_mask_metadata of this UserSettingsInformation. + """Gets the timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 - :return: The timezone_mask_metadata of this UserSettingsInformation. + + :return: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_mask_metadata @timezone_mask_metadata.setter def timezone_mask_metadata(self, timezone_mask_metadata): - """ - Sets the timezone_mask_metadata of this UserSettingsInformation. + """Sets the timezone_mask_metadata of this UserSettingsInformation. - :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation. + + :param timezone_mask_metadata: The timezone_mask_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2751,22 +2994,22 @@ def timezone_mask_metadata(self, timezone_mask_metadata): @property def timezone_offset(self): - """ - Gets the timezone_offset of this UserSettingsInformation. - + """Gets the timezone_offset of this UserSettingsInformation. # noqa: E501 - :return: The timezone_offset of this UserSettingsInformation. + # noqa: E501 + + :return: The timezone_offset of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_offset @timezone_offset.setter def timezone_offset(self, timezone_offset): - """ - Sets the timezone_offset of this UserSettingsInformation. - + """Sets the timezone_offset of this UserSettingsInformation. - :param timezone_offset: The timezone_offset of this UserSettingsInformation. + # noqa: E501 + + :param timezone_offset: The timezone_offset of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2774,20 +3017,20 @@ def timezone_offset(self, timezone_offset): @property def timezone_offset_metadata(self): - """ - Gets the timezone_offset_metadata of this UserSettingsInformation. + """Gets the timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 - :return: The timezone_offset_metadata of this UserSettingsInformation. + + :return: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_offset_metadata @timezone_offset_metadata.setter def timezone_offset_metadata(self, timezone_offset_metadata): - """ - Sets the timezone_offset_metadata of this UserSettingsInformation. + """Sets the timezone_offset_metadata of this UserSettingsInformation. - :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation. + + :param timezone_offset_metadata: The timezone_offset_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2795,22 +3038,22 @@ def timezone_offset_metadata(self, timezone_offset_metadata): @property def timezone_sending_pref(self): - """ - Gets the timezone_sending_pref of this UserSettingsInformation. - + """Gets the timezone_sending_pref of this UserSettingsInformation. # noqa: E501 - :return: The timezone_sending_pref of this UserSettingsInformation. + # noqa: E501 + + :return: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_sending_pref @timezone_sending_pref.setter def timezone_sending_pref(self, timezone_sending_pref): - """ - Sets the timezone_sending_pref of this UserSettingsInformation. - + """Sets the timezone_sending_pref of this UserSettingsInformation. - :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation. + # noqa: E501 + + :param timezone_sending_pref: The timezone_sending_pref of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2818,20 +3061,20 @@ def timezone_sending_pref(self, timezone_sending_pref): @property def timezone_sending_pref_metadata(self): - """ - Gets the timezone_sending_pref_metadata of this UserSettingsInformation. + """Gets the timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 - :return: The timezone_sending_pref_metadata of this UserSettingsInformation. + + :return: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_sending_pref_metadata @timezone_sending_pref_metadata.setter def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata): - """ - Sets the timezone_sending_pref_metadata of this UserSettingsInformation. + """Sets the timezone_sending_pref_metadata of this UserSettingsInformation. - :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation. + + :param timezone_sending_pref_metadata: The timezone_sending_pref_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2839,22 +3082,22 @@ def timezone_sending_pref_metadata(self, timezone_sending_pref_metadata): @property def timezone_signing_pref(self): - """ - Gets the timezone_signing_pref of this UserSettingsInformation. - + """Gets the timezone_signing_pref of this UserSettingsInformation. # noqa: E501 - :return: The timezone_signing_pref of this UserSettingsInformation. + # noqa: E501 + + :return: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._timezone_signing_pref @timezone_signing_pref.setter def timezone_signing_pref(self, timezone_signing_pref): - """ - Sets the timezone_signing_pref of this UserSettingsInformation. - + """Sets the timezone_signing_pref of this UserSettingsInformation. - :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation. + # noqa: E501 + + :param timezone_signing_pref: The timezone_signing_pref of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2862,20 +3105,20 @@ def timezone_signing_pref(self, timezone_signing_pref): @property def timezone_signing_pref_metadata(self): - """ - Gets the timezone_signing_pref_metadata of this UserSettingsInformation. + """Gets the timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 - :return: The timezone_signing_pref_metadata of this UserSettingsInformation. + + :return: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._timezone_signing_pref_metadata @timezone_signing_pref_metadata.setter def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata): - """ - Sets the timezone_signing_pref_metadata of this UserSettingsInformation. + """Sets the timezone_signing_pref_metadata of this UserSettingsInformation. - :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation. + + :param timezone_signing_pref_metadata: The timezone_signing_pref_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2883,22 +3126,22 @@ def timezone_signing_pref_metadata(self, timezone_signing_pref_metadata): @property def transaction_point_site_name_url(self): - """ - Gets the transaction_point_site_name_url of this UserSettingsInformation. - + """Gets the transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 - :return: The transaction_point_site_name_url of this UserSettingsInformation. + # noqa: E501 + + :return: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._transaction_point_site_name_url @transaction_point_site_name_url.setter def transaction_point_site_name_url(self, transaction_point_site_name_url): - """ - Sets the transaction_point_site_name_url of this UserSettingsInformation. - + """Sets the transaction_point_site_name_url of this UserSettingsInformation. - :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation. + # noqa: E501 + + :param transaction_point_site_name_url: The transaction_point_site_name_url of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2906,20 +3149,20 @@ def transaction_point_site_name_url(self, transaction_point_site_name_url): @property def transaction_point_site_name_url_metadata(self): - """ - Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. + """Gets the transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 - :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation. + + :return: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._transaction_point_site_name_url_metadata @transaction_point_site_name_url_metadata.setter def transaction_point_site_name_url_metadata(self, transaction_point_site_name_url_metadata): - """ - Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation. + """Sets the transaction_point_site_name_url_metadata of this UserSettingsInformation. - :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation. + + :param transaction_point_site_name_url_metadata: The transaction_point_site_name_url_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2927,22 +3170,22 @@ def transaction_point_site_name_url_metadata(self, transaction_point_site_name_u @property def transaction_point_user_name(self): - """ - Gets the transaction_point_user_name of this UserSettingsInformation. - + """Gets the transaction_point_user_name of this UserSettingsInformation. # noqa: E501 - :return: The transaction_point_user_name of this UserSettingsInformation. + # noqa: E501 + + :return: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._transaction_point_user_name @transaction_point_user_name.setter def transaction_point_user_name(self, transaction_point_user_name): - """ - Sets the transaction_point_user_name of this UserSettingsInformation. - + """Sets the transaction_point_user_name of this UserSettingsInformation. - :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation. + # noqa: E501 + + :param transaction_point_user_name: The transaction_point_user_name of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2950,20 +3193,20 @@ def transaction_point_user_name(self, transaction_point_user_name): @property def transaction_point_user_name_metadata(self): - """ - Gets the transaction_point_user_name_metadata of this UserSettingsInformation. + """Gets the transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 - :return: The transaction_point_user_name_metadata of this UserSettingsInformation. + + :return: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._transaction_point_user_name_metadata @transaction_point_user_name_metadata.setter def transaction_point_user_name_metadata(self, transaction_point_user_name_metadata): - """ - Sets the transaction_point_user_name_metadata of this UserSettingsInformation. + """Sets the transaction_point_user_name_metadata of this UserSettingsInformation. - :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation. + + :param transaction_point_user_name_metadata: The transaction_point_user_name_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ @@ -2971,22 +3214,22 @@ def transaction_point_user_name_metadata(self, transaction_point_user_name_metad @property def vaulting_mode(self): - """ - Gets the vaulting_mode of this UserSettingsInformation. - + """Gets the vaulting_mode of this UserSettingsInformation. # noqa: E501 - :return: The vaulting_mode of this UserSettingsInformation. + # noqa: E501 + + :return: The vaulting_mode of this UserSettingsInformation. # noqa: E501 :rtype: str """ return self._vaulting_mode @vaulting_mode.setter def vaulting_mode(self, vaulting_mode): - """ - Sets the vaulting_mode of this UserSettingsInformation. - + """Sets the vaulting_mode of this UserSettingsInformation. - :param vaulting_mode: The vaulting_mode of this UserSettingsInformation. + # noqa: E501 + + :param vaulting_mode: The vaulting_mode of this UserSettingsInformation. # noqa: E501 :type: str """ @@ -2994,32 +3237,30 @@ def vaulting_mode(self, vaulting_mode): @property def vaulting_mode_metadata(self): - """ - Gets the vaulting_mode_metadata of this UserSettingsInformation. + """Gets the vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 - :return: The vaulting_mode_metadata of this UserSettingsInformation. + + :return: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 :rtype: SettingsMetadata """ return self._vaulting_mode_metadata @vaulting_mode_metadata.setter def vaulting_mode_metadata(self, vaulting_mode_metadata): - """ - Sets the vaulting_mode_metadata of this UserSettingsInformation. + """Sets the vaulting_mode_metadata of this UserSettingsInformation. - :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation. + + :param vaulting_mode_metadata: The vaulting_mode_metadata of this UserSettingsInformation. # noqa: E501 :type: SettingsMetadata """ self._vaulting_mode_metadata = vaulting_mode_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -3036,29 +3277,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSettingsInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSettingsInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_shared_item.py b/docusign_esign/models/user_shared_item.py index 185d2537..f6cfe0ae 100644 --- a/docusign_esign/models/user_shared_item.py +++ b/docusign_esign/models/user_shared_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,57 +11,68 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSharedItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, error_details=None, shared=None, user=None): - """ - UserSharedItem - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'error_details': 'ErrorDetails', - 'shared': 'str', - 'user': 'UserInfo' - } - - self.attribute_map = { - 'error_details': 'errorDetails', - 'shared': 'shared', - 'user': 'user' - } - - self._error_details = error_details - self._shared = shared - self._user = user + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_details': 'ErrorDetails', + 'shared': 'str', + 'user': 'UserInfo' + } + + attribute_map = { + 'error_details': 'errorDetails', + 'shared': 'shared', + 'user': 'user' + } + + def __init__(self, error_details=None, shared=None, user=None): # noqa: E501 + """UserSharedItem - a model defined in Swagger""" # noqa: E501 + + self._error_details = None + self._shared = None + self._user = None + self.discriminator = None + + if error_details is not None: + self.error_details = error_details + if shared is not None: + self.shared = shared + if user is not None: + self.user = user @property def error_details(self): - """ - Gets the error_details of this UserSharedItem. + """Gets the error_details of this UserSharedItem. # noqa: E501 + - :return: The error_details of this UserSharedItem. + :return: The error_details of this UserSharedItem. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this UserSharedItem. + """Sets the error_details of this UserSharedItem. + - :param error_details: The error_details of this UserSharedItem. + :param error_details: The error_details of this UserSharedItem. # noqa: E501 :type: ErrorDetails """ @@ -69,22 +80,22 @@ def error_details(self, error_details): @property def shared(self): - """ - Gets the shared of this UserSharedItem. - When set to **true**, this custom tab is shared. + """Gets the shared of this UserSharedItem. # noqa: E501 + + When set to **true**, this custom tab is shared. # noqa: E501 - :return: The shared of this UserSharedItem. + :return: The shared of this UserSharedItem. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this UserSharedItem. - When set to **true**, this custom tab is shared. + """Sets the shared of this UserSharedItem. + + When set to **true**, this custom tab is shared. # noqa: E501 - :param shared: The shared of this UserSharedItem. + :param shared: The shared of this UserSharedItem. # noqa: E501 :type: str """ @@ -92,32 +103,30 @@ def shared(self, shared): @property def user(self): - """ - Gets the user of this UserSharedItem. + """Gets the user of this UserSharedItem. # noqa: E501 - :return: The user of this UserSharedItem. + + :return: The user of this UserSharedItem. # noqa: E501 :rtype: UserInfo """ return self._user @user.setter def user(self, user): - """ - Sets the user of this UserSharedItem. + """Sets the user of this UserSharedItem. - :param user: The user of this UserSharedItem. + + :param user: The user of this UserSharedItem. # noqa: E501 :type: UserInfo """ self._user = user def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -134,29 +143,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSharedItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSharedItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_signature.py b/docusign_esign/models/user_signature.py index bf3cc16a..73e83b41 100644 --- a/docusign_esign/models/user_signature.py +++ b/docusign_esign/models/user_signature.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,140 +11,205 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSignature(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, adopted_date_time=None, created_date_time=None, custom_field=None, date_stamp_properties=None, disallow_user_resize_stamp=None, error_details=None, external_id=None, image_base64=None, image_type=None, initials150_image_id=None, initials_image_uri=None, is_default=None, last_modified_date_time=None, nrds_id=None, nrds_last_name=None, nrds_status=None, phonetic_name=None, signature150_image_id=None, signature_font=None, signature_id=None, signature_image_uri=None, signature_initials=None, signature_name=None, signature_rights=None, signature_type=None, stamp_format=None, stamp_image_uri=None, stamp_size_mm=None, stamp_type=None, status=None): - """ - UserSignature - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'adopted_date_time': 'str', - 'created_date_time': 'str', - 'custom_field': 'str', - 'date_stamp_properties': 'DateStampProperties', - 'disallow_user_resize_stamp': 'str', - 'error_details': 'ErrorDetails', - 'external_id': 'str', - 'image_base64': 'str', - 'image_type': 'str', - 'initials150_image_id': 'str', - 'initials_image_uri': 'str', - 'is_default': 'str', - 'last_modified_date_time': 'str', - 'nrds_id': 'str', - 'nrds_last_name': 'str', - 'nrds_status': 'str', - 'phonetic_name': 'str', - 'signature150_image_id': 'str', - 'signature_font': 'str', - 'signature_id': 'str', - 'signature_image_uri': 'str', - 'signature_initials': 'str', - 'signature_name': 'str', - 'signature_rights': 'str', - 'signature_type': 'str', - 'stamp_format': 'str', - 'stamp_image_uri': 'str', - 'stamp_size_mm': 'str', - 'stamp_type': 'str', - 'status': 'str' - } - - self.attribute_map = { - 'adopted_date_time': 'adoptedDateTime', - 'created_date_time': 'createdDateTime', - 'custom_field': 'customField', - 'date_stamp_properties': 'dateStampProperties', - 'disallow_user_resize_stamp': 'disallowUserResizeStamp', - 'error_details': 'errorDetails', - 'external_id': 'externalID', - 'image_base64': 'imageBase64', - 'image_type': 'imageType', - 'initials150_image_id': 'initials150ImageId', - 'initials_image_uri': 'initialsImageUri', - 'is_default': 'isDefault', - 'last_modified_date_time': 'lastModifiedDateTime', - 'nrds_id': 'nrdsId', - 'nrds_last_name': 'nrdsLastName', - 'nrds_status': 'nrdsStatus', - 'phonetic_name': 'phoneticName', - 'signature150_image_id': 'signature150ImageId', - 'signature_font': 'signatureFont', - 'signature_id': 'signatureId', - 'signature_image_uri': 'signatureImageUri', - 'signature_initials': 'signatureInitials', - 'signature_name': 'signatureName', - 'signature_rights': 'signatureRights', - 'signature_type': 'signatureType', - 'stamp_format': 'stampFormat', - 'stamp_image_uri': 'stampImageUri', - 'stamp_size_mm': 'stampSizeMM', - 'stamp_type': 'stampType', - 'status': 'status' - } - self._adopted_date_time = adopted_date_time - self._created_date_time = created_date_time - self._custom_field = custom_field - self._date_stamp_properties = date_stamp_properties - self._disallow_user_resize_stamp = disallow_user_resize_stamp - self._error_details = error_details - self._external_id = external_id - self._image_base64 = image_base64 - self._image_type = image_type - self._initials150_image_id = initials150_image_id - self._initials_image_uri = initials_image_uri - self._is_default = is_default - self._last_modified_date_time = last_modified_date_time - self._nrds_id = nrds_id - self._nrds_last_name = nrds_last_name - self._nrds_status = nrds_status - self._phonetic_name = phonetic_name - self._signature150_image_id = signature150_image_id - self._signature_font = signature_font - self._signature_id = signature_id - self._signature_image_uri = signature_image_uri - self._signature_initials = signature_initials - self._signature_name = signature_name - self._signature_rights = signature_rights - self._signature_type = signature_type - self._stamp_format = stamp_format - self._stamp_image_uri = stamp_image_uri - self._stamp_size_mm = stamp_size_mm - self._stamp_type = stamp_type - self._status = status + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'adopted_date_time': 'str', + 'created_date_time': 'str', + 'custom_field': 'str', + 'date_stamp_properties': 'DateStampProperties', + 'disallow_user_resize_stamp': 'str', + 'error_details': 'ErrorDetails', + 'external_id': 'str', + 'image_base64': 'str', + 'image_type': 'str', + 'initials150_image_id': 'str', + 'initials_image_uri': 'str', + 'is_default': 'str', + 'last_modified_date_time': 'str', + 'nrds_id': 'str', + 'nrds_last_name': 'str', + 'nrds_status': 'str', + 'phonetic_name': 'str', + 'signature150_image_id': 'str', + 'signature_font': 'str', + 'signature_id': 'str', + 'signature_image_uri': 'str', + 'signature_initials': 'str', + 'signature_name': 'str', + 'signature_rights': 'str', + 'signature_type': 'str', + 'stamp_format': 'str', + 'stamp_image_uri': 'str', + 'stamp_size_mm': 'str', + 'stamp_type': 'str', + 'status': 'str' + } + + attribute_map = { + 'adopted_date_time': 'adoptedDateTime', + 'created_date_time': 'createdDateTime', + 'custom_field': 'customField', + 'date_stamp_properties': 'dateStampProperties', + 'disallow_user_resize_stamp': 'disallowUserResizeStamp', + 'error_details': 'errorDetails', + 'external_id': 'externalID', + 'image_base64': 'imageBase64', + 'image_type': 'imageType', + 'initials150_image_id': 'initials150ImageId', + 'initials_image_uri': 'initialsImageUri', + 'is_default': 'isDefault', + 'last_modified_date_time': 'lastModifiedDateTime', + 'nrds_id': 'nrdsId', + 'nrds_last_name': 'nrdsLastName', + 'nrds_status': 'nrdsStatus', + 'phonetic_name': 'phoneticName', + 'signature150_image_id': 'signature150ImageId', + 'signature_font': 'signatureFont', + 'signature_id': 'signatureId', + 'signature_image_uri': 'signatureImageUri', + 'signature_initials': 'signatureInitials', + 'signature_name': 'signatureName', + 'signature_rights': 'signatureRights', + 'signature_type': 'signatureType', + 'stamp_format': 'stampFormat', + 'stamp_image_uri': 'stampImageUri', + 'stamp_size_mm': 'stampSizeMM', + 'stamp_type': 'stampType', + 'status': 'status' + } + + def __init__(self, adopted_date_time=None, created_date_time=None, custom_field=None, date_stamp_properties=None, disallow_user_resize_stamp=None, error_details=None, external_id=None, image_base64=None, image_type=None, initials150_image_id=None, initials_image_uri=None, is_default=None, last_modified_date_time=None, nrds_id=None, nrds_last_name=None, nrds_status=None, phonetic_name=None, signature150_image_id=None, signature_font=None, signature_id=None, signature_image_uri=None, signature_initials=None, signature_name=None, signature_rights=None, signature_type=None, stamp_format=None, stamp_image_uri=None, stamp_size_mm=None, stamp_type=None, status=None): # noqa: E501 + """UserSignature - a model defined in Swagger""" # noqa: E501 + + self._adopted_date_time = None + self._created_date_time = None + self._custom_field = None + self._date_stamp_properties = None + self._disallow_user_resize_stamp = None + self._error_details = None + self._external_id = None + self._image_base64 = None + self._image_type = None + self._initials150_image_id = None + self._initials_image_uri = None + self._is_default = None + self._last_modified_date_time = None + self._nrds_id = None + self._nrds_last_name = None + self._nrds_status = None + self._phonetic_name = None + self._signature150_image_id = None + self._signature_font = None + self._signature_id = None + self._signature_image_uri = None + self._signature_initials = None + self._signature_name = None + self._signature_rights = None + self._signature_type = None + self._stamp_format = None + self._stamp_image_uri = None + self._stamp_size_mm = None + self._stamp_type = None + self._status = None + self.discriminator = None + + if adopted_date_time is not None: + self.adopted_date_time = adopted_date_time + if created_date_time is not None: + self.created_date_time = created_date_time + if custom_field is not None: + self.custom_field = custom_field + if date_stamp_properties is not None: + self.date_stamp_properties = date_stamp_properties + if disallow_user_resize_stamp is not None: + self.disallow_user_resize_stamp = disallow_user_resize_stamp + if error_details is not None: + self.error_details = error_details + if external_id is not None: + self.external_id = external_id + if image_base64 is not None: + self.image_base64 = image_base64 + if image_type is not None: + self.image_type = image_type + if initials150_image_id is not None: + self.initials150_image_id = initials150_image_id + if initials_image_uri is not None: + self.initials_image_uri = initials_image_uri + if is_default is not None: + self.is_default = is_default + if last_modified_date_time is not None: + self.last_modified_date_time = last_modified_date_time + if nrds_id is not None: + self.nrds_id = nrds_id + if nrds_last_name is not None: + self.nrds_last_name = nrds_last_name + if nrds_status is not None: + self.nrds_status = nrds_status + if phonetic_name is not None: + self.phonetic_name = phonetic_name + if signature150_image_id is not None: + self.signature150_image_id = signature150_image_id + if signature_font is not None: + self.signature_font = signature_font + if signature_id is not None: + self.signature_id = signature_id + if signature_image_uri is not None: + self.signature_image_uri = signature_image_uri + if signature_initials is not None: + self.signature_initials = signature_initials + if signature_name is not None: + self.signature_name = signature_name + if signature_rights is not None: + self.signature_rights = signature_rights + if signature_type is not None: + self.signature_type = signature_type + if stamp_format is not None: + self.stamp_format = stamp_format + if stamp_image_uri is not None: + self.stamp_image_uri = stamp_image_uri + if stamp_size_mm is not None: + self.stamp_size_mm = stamp_size_mm + if stamp_type is not None: + self.stamp_type = stamp_type + if status is not None: + self.status = status @property def adopted_date_time(self): - """ - Gets the adopted_date_time of this UserSignature. - The date and time the user adopted their signature. + """Gets the adopted_date_time of this UserSignature. # noqa: E501 + + The date and time the user adopted their signature. # noqa: E501 - :return: The adopted_date_time of this UserSignature. + :return: The adopted_date_time of this UserSignature. # noqa: E501 :rtype: str """ return self._adopted_date_time @adopted_date_time.setter def adopted_date_time(self, adopted_date_time): - """ - Sets the adopted_date_time of this UserSignature. - The date and time the user adopted their signature. + """Sets the adopted_date_time of this UserSignature. + + The date and time the user adopted their signature. # noqa: E501 - :param adopted_date_time: The adopted_date_time of this UserSignature. + :param adopted_date_time: The adopted_date_time of this UserSignature. # noqa: E501 :type: str """ @@ -152,22 +217,22 @@ def adopted_date_time(self, adopted_date_time): @property def created_date_time(self): - """ - Gets the created_date_time of this UserSignature. - Indicates the date and time the item was created. + """Gets the created_date_time of this UserSignature. # noqa: E501 - :return: The created_date_time of this UserSignature. + Indicates the date and time the item was created. # noqa: E501 + + :return: The created_date_time of this UserSignature. # noqa: E501 :rtype: str """ return self._created_date_time @created_date_time.setter def created_date_time(self, created_date_time): - """ - Sets the created_date_time of this UserSignature. - Indicates the date and time the item was created. + """Sets the created_date_time of this UserSignature. - :param created_date_time: The created_date_time of this UserSignature. + Indicates the date and time the item was created. # noqa: E501 + + :param created_date_time: The created_date_time of this UserSignature. # noqa: E501 :type: str """ @@ -175,22 +240,22 @@ def created_date_time(self, created_date_time): @property def custom_field(self): - """ - Gets the custom_field of this UserSignature. - + """Gets the custom_field of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The custom_field of this UserSignature. + :return: The custom_field of this UserSignature. # noqa: E501 :rtype: str """ return self._custom_field @custom_field.setter def custom_field(self, custom_field): - """ - Sets the custom_field of this UserSignature. - + """Sets the custom_field of this UserSignature. + + # noqa: E501 - :param custom_field: The custom_field of this UserSignature. + :param custom_field: The custom_field of this UserSignature. # noqa: E501 :type: str """ @@ -198,20 +263,20 @@ def custom_field(self, custom_field): @property def date_stamp_properties(self): - """ - Gets the date_stamp_properties of this UserSignature. + """Gets the date_stamp_properties of this UserSignature. # noqa: E501 - :return: The date_stamp_properties of this UserSignature. + + :return: The date_stamp_properties of this UserSignature. # noqa: E501 :rtype: DateStampProperties """ return self._date_stamp_properties @date_stamp_properties.setter def date_stamp_properties(self, date_stamp_properties): - """ - Sets the date_stamp_properties of this UserSignature. + """Sets the date_stamp_properties of this UserSignature. + - :param date_stamp_properties: The date_stamp_properties of this UserSignature. + :param date_stamp_properties: The date_stamp_properties of this UserSignature. # noqa: E501 :type: DateStampProperties """ @@ -219,22 +284,22 @@ def date_stamp_properties(self, date_stamp_properties): @property def disallow_user_resize_stamp(self): - """ - Gets the disallow_user_resize_stamp of this UserSignature. - + """Gets the disallow_user_resize_stamp of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The disallow_user_resize_stamp of this UserSignature. + :return: The disallow_user_resize_stamp of this UserSignature. # noqa: E501 :rtype: str """ return self._disallow_user_resize_stamp @disallow_user_resize_stamp.setter def disallow_user_resize_stamp(self, disallow_user_resize_stamp): - """ - Sets the disallow_user_resize_stamp of this UserSignature. - + """Sets the disallow_user_resize_stamp of this UserSignature. + + # noqa: E501 - :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this UserSignature. + :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this UserSignature. # noqa: E501 :type: str """ @@ -242,20 +307,20 @@ def disallow_user_resize_stamp(self, disallow_user_resize_stamp): @property def error_details(self): - """ - Gets the error_details of this UserSignature. + """Gets the error_details of this UserSignature. # noqa: E501 - :return: The error_details of this UserSignature. + + :return: The error_details of this UserSignature. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this UserSignature. + """Sets the error_details of this UserSignature. - :param error_details: The error_details of this UserSignature. + + :param error_details: The error_details of this UserSignature. # noqa: E501 :type: ErrorDetails """ @@ -263,22 +328,22 @@ def error_details(self, error_details): @property def external_id(self): - """ - Gets the external_id of this UserSignature. - + """Gets the external_id of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The external_id of this UserSignature. + :return: The external_id of this UserSignature. # noqa: E501 :rtype: str """ return self._external_id @external_id.setter def external_id(self, external_id): - """ - Sets the external_id of this UserSignature. - + """Sets the external_id of this UserSignature. + + # noqa: E501 - :param external_id: The external_id of this UserSignature. + :param external_id: The external_id of this UserSignature. # noqa: E501 :type: str """ @@ -286,22 +351,22 @@ def external_id(self, external_id): @property def image_base64(self): - """ - Gets the image_base64 of this UserSignature. - + """Gets the image_base64 of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The image_base64 of this UserSignature. + :return: The image_base64 of this UserSignature. # noqa: E501 :rtype: str """ return self._image_base64 @image_base64.setter def image_base64(self, image_base64): - """ - Sets the image_base64 of this UserSignature. - + """Sets the image_base64 of this UserSignature. - :param image_base64: The image_base64 of this UserSignature. + # noqa: E501 + + :param image_base64: The image_base64 of this UserSignature. # noqa: E501 :type: str """ @@ -309,22 +374,22 @@ def image_base64(self, image_base64): @property def image_type(self): - """ - Gets the image_type of this UserSignature. - + """Gets the image_type of this UserSignature. # noqa: E501 - :return: The image_type of this UserSignature. + # noqa: E501 + + :return: The image_type of this UserSignature. # noqa: E501 :rtype: str """ return self._image_type @image_type.setter def image_type(self, image_type): - """ - Sets the image_type of this UserSignature. - + """Sets the image_type of this UserSignature. + + # noqa: E501 - :param image_type: The image_type of this UserSignature. + :param image_type: The image_type of this UserSignature. # noqa: E501 :type: str """ @@ -332,22 +397,22 @@ def image_type(self, image_type): @property def initials150_image_id(self): - """ - Gets the initials150_image_id of this UserSignature. - + """Gets the initials150_image_id of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The initials150_image_id of this UserSignature. + :return: The initials150_image_id of this UserSignature. # noqa: E501 :rtype: str """ return self._initials150_image_id @initials150_image_id.setter def initials150_image_id(self, initials150_image_id): - """ - Sets the initials150_image_id of this UserSignature. - + """Sets the initials150_image_id of this UserSignature. + + # noqa: E501 - :param initials150_image_id: The initials150_image_id of this UserSignature. + :param initials150_image_id: The initials150_image_id of this UserSignature. # noqa: E501 :type: str """ @@ -355,22 +420,22 @@ def initials150_image_id(self, initials150_image_id): @property def initials_image_uri(self): - """ - Gets the initials_image_uri of this UserSignature. - Contains the URI for an endpoint that you can use to retrieve the initials image. + """Gets the initials_image_uri of this UserSignature. # noqa: E501 - :return: The initials_image_uri of this UserSignature. + Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 + + :return: The initials_image_uri of this UserSignature. # noqa: E501 :rtype: str """ return self._initials_image_uri @initials_image_uri.setter def initials_image_uri(self, initials_image_uri): - """ - Sets the initials_image_uri of this UserSignature. - Contains the URI for an endpoint that you can use to retrieve the initials image. + """Sets the initials_image_uri of this UserSignature. - :param initials_image_uri: The initials_image_uri of this UserSignature. + Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 + + :param initials_image_uri: The initials_image_uri of this UserSignature. # noqa: E501 :type: str """ @@ -378,22 +443,22 @@ def initials_image_uri(self, initials_image_uri): @property def is_default(self): - """ - Gets the is_default of this UserSignature. - + """Gets the is_default of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The is_default of this UserSignature. + :return: The is_default of this UserSignature. # noqa: E501 :rtype: str """ return self._is_default @is_default.setter def is_default(self, is_default): - """ - Sets the is_default of this UserSignature. - + """Sets the is_default of this UserSignature. + + # noqa: E501 - :param is_default: The is_default of this UserSignature. + :param is_default: The is_default of this UserSignature. # noqa: E501 :type: str """ @@ -401,22 +466,22 @@ def is_default(self, is_default): @property def last_modified_date_time(self): - """ - Gets the last_modified_date_time of this UserSignature. - The date and time the item was last modified. + """Gets the last_modified_date_time of this UserSignature. # noqa: E501 + + The date and time the item was last modified. # noqa: E501 - :return: The last_modified_date_time of this UserSignature. + :return: The last_modified_date_time of this UserSignature. # noqa: E501 :rtype: str """ return self._last_modified_date_time @last_modified_date_time.setter def last_modified_date_time(self, last_modified_date_time): - """ - Sets the last_modified_date_time of this UserSignature. - The date and time the item was last modified. + """Sets the last_modified_date_time of this UserSignature. - :param last_modified_date_time: The last_modified_date_time of this UserSignature. + The date and time the item was last modified. # noqa: E501 + + :param last_modified_date_time: The last_modified_date_time of this UserSignature. # noqa: E501 :type: str """ @@ -424,22 +489,22 @@ def last_modified_date_time(self, last_modified_date_time): @property def nrds_id(self): - """ - Gets the nrds_id of this UserSignature. - + """Gets the nrds_id of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The nrds_id of this UserSignature. + :return: The nrds_id of this UserSignature. # noqa: E501 :rtype: str """ return self._nrds_id @nrds_id.setter def nrds_id(self, nrds_id): - """ - Sets the nrds_id of this UserSignature. - + """Sets the nrds_id of this UserSignature. + + # noqa: E501 - :param nrds_id: The nrds_id of this UserSignature. + :param nrds_id: The nrds_id of this UserSignature. # noqa: E501 :type: str """ @@ -447,22 +512,22 @@ def nrds_id(self, nrds_id): @property def nrds_last_name(self): - """ - Gets the nrds_last_name of this UserSignature. - + """Gets the nrds_last_name of this UserSignature. # noqa: E501 - :return: The nrds_last_name of this UserSignature. + # noqa: E501 + + :return: The nrds_last_name of this UserSignature. # noqa: E501 :rtype: str """ return self._nrds_last_name @nrds_last_name.setter def nrds_last_name(self, nrds_last_name): - """ - Sets the nrds_last_name of this UserSignature. - + """Sets the nrds_last_name of this UserSignature. - :param nrds_last_name: The nrds_last_name of this UserSignature. + # noqa: E501 + + :param nrds_last_name: The nrds_last_name of this UserSignature. # noqa: E501 :type: str """ @@ -470,22 +535,22 @@ def nrds_last_name(self, nrds_last_name): @property def nrds_status(self): - """ - Gets the nrds_status of this UserSignature. - + """Gets the nrds_status of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The nrds_status of this UserSignature. + :return: The nrds_status of this UserSignature. # noqa: E501 :rtype: str """ return self._nrds_status @nrds_status.setter def nrds_status(self, nrds_status): - """ - Sets the nrds_status of this UserSignature. - + """Sets the nrds_status of this UserSignature. + + # noqa: E501 - :param nrds_status: The nrds_status of this UserSignature. + :param nrds_status: The nrds_status of this UserSignature. # noqa: E501 :type: str """ @@ -493,22 +558,22 @@ def nrds_status(self, nrds_status): @property def phonetic_name(self): - """ - Gets the phonetic_name of this UserSignature. - + """Gets the phonetic_name of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The phonetic_name of this UserSignature. + :return: The phonetic_name of this UserSignature. # noqa: E501 :rtype: str """ return self._phonetic_name @phonetic_name.setter def phonetic_name(self, phonetic_name): - """ - Sets the phonetic_name of this UserSignature. - + """Sets the phonetic_name of this UserSignature. - :param phonetic_name: The phonetic_name of this UserSignature. + # noqa: E501 + + :param phonetic_name: The phonetic_name of this UserSignature. # noqa: E501 :type: str """ @@ -516,22 +581,22 @@ def phonetic_name(self, phonetic_name): @property def signature150_image_id(self): - """ - Gets the signature150_image_id of this UserSignature. - + """Gets the signature150_image_id of this UserSignature. # noqa: E501 - :return: The signature150_image_id of this UserSignature. + # noqa: E501 + + :return: The signature150_image_id of this UserSignature. # noqa: E501 :rtype: str """ return self._signature150_image_id @signature150_image_id.setter def signature150_image_id(self, signature150_image_id): - """ - Sets the signature150_image_id of this UserSignature. - + """Sets the signature150_image_id of this UserSignature. + + # noqa: E501 - :param signature150_image_id: The signature150_image_id of this UserSignature. + :param signature150_image_id: The signature150_image_id of this UserSignature. # noqa: E501 :type: str """ @@ -539,22 +604,22 @@ def signature150_image_id(self, signature150_image_id): @property def signature_font(self): - """ - Gets the signature_font of this UserSignature. - The font type for the signature, if the signature is not drawn. The supported font types are: \"7_DocuSign\", \"1_DocuSign\", \"6_DocuSign\", \"8_DocuSign\", \"3_DocuSign\", \"Mistral\", \"4_DocuSign\", \"2_DocuSign\", \"5_DocuSign\", \"Rage Italic\" + """Gets the signature_font of this UserSignature. # noqa: E501 + + The font type for the signature, if the signature is not drawn. The supported font types are: \"7_DocuSign\", \"1_DocuSign\", \"6_DocuSign\", \"8_DocuSign\", \"3_DocuSign\", \"Mistral\", \"4_DocuSign\", \"2_DocuSign\", \"5_DocuSign\", \"Rage Italic\" # noqa: E501 - :return: The signature_font of this UserSignature. + :return: The signature_font of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_font @signature_font.setter def signature_font(self, signature_font): - """ - Sets the signature_font of this UserSignature. - The font type for the signature, if the signature is not drawn. The supported font types are: \"7_DocuSign\", \"1_DocuSign\", \"6_DocuSign\", \"8_DocuSign\", \"3_DocuSign\", \"Mistral\", \"4_DocuSign\", \"2_DocuSign\", \"5_DocuSign\", \"Rage Italic\" + """Sets the signature_font of this UserSignature. - :param signature_font: The signature_font of this UserSignature. + The font type for the signature, if the signature is not drawn. The supported font types are: \"7_DocuSign\", \"1_DocuSign\", \"6_DocuSign\", \"8_DocuSign\", \"3_DocuSign\", \"Mistral\", \"4_DocuSign\", \"2_DocuSign\", \"5_DocuSign\", \"Rage Italic\" # noqa: E501 + + :param signature_font: The signature_font of this UserSignature. # noqa: E501 :type: str """ @@ -562,22 +627,22 @@ def signature_font(self, signature_font): @property def signature_id(self): - """ - Gets the signature_id of this UserSignature. - Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. + """Gets the signature_id of this UserSignature. # noqa: E501 + + Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 - :return: The signature_id of this UserSignature. + :return: The signature_id of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_id @signature_id.setter def signature_id(self, signature_id): - """ - Sets the signature_id of this UserSignature. - Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. + """Sets the signature_id of this UserSignature. + + Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 - :param signature_id: The signature_id of this UserSignature. + :param signature_id: The signature_id of this UserSignature. # noqa: E501 :type: str """ @@ -585,22 +650,22 @@ def signature_id(self, signature_id): @property def signature_image_uri(self): - """ - Gets the signature_image_uri of this UserSignature. - Contains the URI for an endpoint that you can use to retrieve the signature image. + """Gets the signature_image_uri of this UserSignature. # noqa: E501 + + Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 - :return: The signature_image_uri of this UserSignature. + :return: The signature_image_uri of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_image_uri @signature_image_uri.setter def signature_image_uri(self, signature_image_uri): - """ - Sets the signature_image_uri of this UserSignature. - Contains the URI for an endpoint that you can use to retrieve the signature image. + """Sets the signature_image_uri of this UserSignature. - :param signature_image_uri: The signature_image_uri of this UserSignature. + Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 + + :param signature_image_uri: The signature_image_uri of this UserSignature. # noqa: E501 :type: str """ @@ -608,22 +673,22 @@ def signature_image_uri(self, signature_image_uri): @property def signature_initials(self): - """ - Gets the signature_initials of this UserSignature. - The initials associated with the signature. + """Gets the signature_initials of this UserSignature. # noqa: E501 - :return: The signature_initials of this UserSignature. + The initials associated with the signature. # noqa: E501 + + :return: The signature_initials of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_initials @signature_initials.setter def signature_initials(self, signature_initials): - """ - Sets the signature_initials of this UserSignature. - The initials associated with the signature. + """Sets the signature_initials of this UserSignature. + + The initials associated with the signature. # noqa: E501 - :param signature_initials: The signature_initials of this UserSignature. + :param signature_initials: The signature_initials of this UserSignature. # noqa: E501 :type: str """ @@ -631,22 +696,22 @@ def signature_initials(self, signature_initials): @property def signature_name(self): - """ - Gets the signature_name of this UserSignature. - Specifies the user signature name. + """Gets the signature_name of this UserSignature. # noqa: E501 + + Specifies the user signature name. # noqa: E501 - :return: The signature_name of this UserSignature. + :return: The signature_name of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_name @signature_name.setter def signature_name(self, signature_name): - """ - Sets the signature_name of this UserSignature. - Specifies the user signature name. + """Sets the signature_name of this UserSignature. + + Specifies the user signature name. # noqa: E501 - :param signature_name: The signature_name of this UserSignature. + :param signature_name: The signature_name of this UserSignature. # noqa: E501 :type: str """ @@ -654,22 +719,22 @@ def signature_name(self, signature_name): @property def signature_rights(self): - """ - Gets the signature_rights of this UserSignature. - + """Gets the signature_rights of this UserSignature. # noqa: E501 - :return: The signature_rights of this UserSignature. + # noqa: E501 + + :return: The signature_rights of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_rights @signature_rights.setter def signature_rights(self, signature_rights): - """ - Sets the signature_rights of this UserSignature. - + """Sets the signature_rights of this UserSignature. + + # noqa: E501 - :param signature_rights: The signature_rights of this UserSignature. + :param signature_rights: The signature_rights of this UserSignature. # noqa: E501 :type: str """ @@ -677,22 +742,22 @@ def signature_rights(self, signature_rights): @property def signature_type(self): - """ - Gets the signature_type of this UserSignature. - + """Gets the signature_type of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The signature_type of this UserSignature. + :return: The signature_type of this UserSignature. # noqa: E501 :rtype: str """ return self._signature_type @signature_type.setter def signature_type(self, signature_type): - """ - Sets the signature_type of this UserSignature. - + """Sets the signature_type of this UserSignature. - :param signature_type: The signature_type of this UserSignature. + # noqa: E501 + + :param signature_type: The signature_type of this UserSignature. # noqa: E501 :type: str """ @@ -700,22 +765,22 @@ def signature_type(self, signature_type): @property def stamp_format(self): - """ - Gets the stamp_format of this UserSignature. - + """Gets the stamp_format of this UserSignature. # noqa: E501 - :return: The stamp_format of this UserSignature. + # noqa: E501 + + :return: The stamp_format of this UserSignature. # noqa: E501 :rtype: str """ return self._stamp_format @stamp_format.setter def stamp_format(self, stamp_format): - """ - Sets the stamp_format of this UserSignature. - + """Sets the stamp_format of this UserSignature. + + # noqa: E501 - :param stamp_format: The stamp_format of this UserSignature. + :param stamp_format: The stamp_format of this UserSignature. # noqa: E501 :type: str """ @@ -723,22 +788,22 @@ def stamp_format(self, stamp_format): @property def stamp_image_uri(self): - """ - Gets the stamp_image_uri of this UserSignature. - + """Gets the stamp_image_uri of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The stamp_image_uri of this UserSignature. + :return: The stamp_image_uri of this UserSignature. # noqa: E501 :rtype: str """ return self._stamp_image_uri @stamp_image_uri.setter def stamp_image_uri(self, stamp_image_uri): - """ - Sets the stamp_image_uri of this UserSignature. - + """Sets the stamp_image_uri of this UserSignature. + + # noqa: E501 - :param stamp_image_uri: The stamp_image_uri of this UserSignature. + :param stamp_image_uri: The stamp_image_uri of this UserSignature. # noqa: E501 :type: str """ @@ -746,22 +811,22 @@ def stamp_image_uri(self, stamp_image_uri): @property def stamp_size_mm(self): - """ - Gets the stamp_size_mm of this UserSignature. - + """Gets the stamp_size_mm of this UserSignature. # noqa: E501 - :return: The stamp_size_mm of this UserSignature. + # noqa: E501 + + :return: The stamp_size_mm of this UserSignature. # noqa: E501 :rtype: str """ return self._stamp_size_mm @stamp_size_mm.setter def stamp_size_mm(self, stamp_size_mm): - """ - Sets the stamp_size_mm of this UserSignature. - + """Sets the stamp_size_mm of this UserSignature. - :param stamp_size_mm: The stamp_size_mm of this UserSignature. + # noqa: E501 + + :param stamp_size_mm: The stamp_size_mm of this UserSignature. # noqa: E501 :type: str """ @@ -769,22 +834,22 @@ def stamp_size_mm(self, stamp_size_mm): @property def stamp_type(self): - """ - Gets the stamp_type of this UserSignature. - + """Gets the stamp_type of this UserSignature. # noqa: E501 + + # noqa: E501 - :return: The stamp_type of this UserSignature. + :return: The stamp_type of this UserSignature. # noqa: E501 :rtype: str """ return self._stamp_type @stamp_type.setter def stamp_type(self, stamp_type): - """ - Sets the stamp_type of this UserSignature. - + """Sets the stamp_type of this UserSignature. + + # noqa: E501 - :param stamp_type: The stamp_type of this UserSignature. + :param stamp_type: The stamp_type of this UserSignature. # noqa: E501 :type: str """ @@ -792,34 +857,32 @@ def stamp_type(self, stamp_type): @property def status(self): - """ - Gets the status of this UserSignature. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this UserSignature. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this UserSignature. + :return: The status of this UserSignature. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this UserSignature. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this UserSignature. - :param status: The status of this UserSignature. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this UserSignature. # noqa: E501 :type: str """ self._status = status def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -836,29 +899,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSignature, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSignature): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_signature_definition.py b/docusign_esign/models/user_signature_definition.py index e2da41d4..0dbe6536 100644 --- a/docusign_esign/models/user_signature_definition.py +++ b/docusign_esign/models/user_signature_definition.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,90 +11,123 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSignatureDefinition(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, date_stamp_properties=None, disallow_user_resize_stamp=None, external_id=None, image_type=None, is_default=None, nrds_id=None, nrds_last_name=None, phonetic_name=None, signature_font=None, signature_id=None, signature_initials=None, signature_name=None, stamp_format=None, stamp_size_mm=None): - """ - UserSignatureDefinition - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'date_stamp_properties': 'DateStampProperties', - 'disallow_user_resize_stamp': 'str', - 'external_id': 'str', - 'image_type': 'str', - 'is_default': 'str', - 'nrds_id': 'str', - 'nrds_last_name': 'str', - 'phonetic_name': 'str', - 'signature_font': 'str', - 'signature_id': 'str', - 'signature_initials': 'str', - 'signature_name': 'str', - 'stamp_format': 'str', - 'stamp_size_mm': 'str' - } - - self.attribute_map = { - 'date_stamp_properties': 'dateStampProperties', - 'disallow_user_resize_stamp': 'disallowUserResizeStamp', - 'external_id': 'externalID', - 'image_type': 'imageType', - 'is_default': 'isDefault', - 'nrds_id': 'nrdsId', - 'nrds_last_name': 'nrdsLastName', - 'phonetic_name': 'phoneticName', - 'signature_font': 'signatureFont', - 'signature_id': 'signatureId', - 'signature_initials': 'signatureInitials', - 'signature_name': 'signatureName', - 'stamp_format': 'stampFormat', - 'stamp_size_mm': 'stampSizeMM' - } - self._date_stamp_properties = date_stamp_properties - self._disallow_user_resize_stamp = disallow_user_resize_stamp - self._external_id = external_id - self._image_type = image_type - self._is_default = is_default - self._nrds_id = nrds_id - self._nrds_last_name = nrds_last_name - self._phonetic_name = phonetic_name - self._signature_font = signature_font - self._signature_id = signature_id - self._signature_initials = signature_initials - self._signature_name = signature_name - self._stamp_format = stamp_format - self._stamp_size_mm = stamp_size_mm + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'date_stamp_properties': 'DateStampProperties', + 'disallow_user_resize_stamp': 'str', + 'external_id': 'str', + 'image_type': 'str', + 'is_default': 'str', + 'nrds_id': 'str', + 'nrds_last_name': 'str', + 'phonetic_name': 'str', + 'signature_font': 'str', + 'signature_id': 'str', + 'signature_initials': 'str', + 'signature_name': 'str', + 'stamp_format': 'str', + 'stamp_size_mm': 'str' + } + + attribute_map = { + 'date_stamp_properties': 'dateStampProperties', + 'disallow_user_resize_stamp': 'disallowUserResizeStamp', + 'external_id': 'externalID', + 'image_type': 'imageType', + 'is_default': 'isDefault', + 'nrds_id': 'nrdsId', + 'nrds_last_name': 'nrdsLastName', + 'phonetic_name': 'phoneticName', + 'signature_font': 'signatureFont', + 'signature_id': 'signatureId', + 'signature_initials': 'signatureInitials', + 'signature_name': 'signatureName', + 'stamp_format': 'stampFormat', + 'stamp_size_mm': 'stampSizeMM' + } + + def __init__(self, date_stamp_properties=None, disallow_user_resize_stamp=None, external_id=None, image_type=None, is_default=None, nrds_id=None, nrds_last_name=None, phonetic_name=None, signature_font=None, signature_id=None, signature_initials=None, signature_name=None, stamp_format=None, stamp_size_mm=None): # noqa: E501 + """UserSignatureDefinition - a model defined in Swagger""" # noqa: E501 + + self._date_stamp_properties = None + self._disallow_user_resize_stamp = None + self._external_id = None + self._image_type = None + self._is_default = None + self._nrds_id = None + self._nrds_last_name = None + self._phonetic_name = None + self._signature_font = None + self._signature_id = None + self._signature_initials = None + self._signature_name = None + self._stamp_format = None + self._stamp_size_mm = None + self.discriminator = None + + if date_stamp_properties is not None: + self.date_stamp_properties = date_stamp_properties + if disallow_user_resize_stamp is not None: + self.disallow_user_resize_stamp = disallow_user_resize_stamp + if external_id is not None: + self.external_id = external_id + if image_type is not None: + self.image_type = image_type + if is_default is not None: + self.is_default = is_default + if nrds_id is not None: + self.nrds_id = nrds_id + if nrds_last_name is not None: + self.nrds_last_name = nrds_last_name + if phonetic_name is not None: + self.phonetic_name = phonetic_name + if signature_font is not None: + self.signature_font = signature_font + if signature_id is not None: + self.signature_id = signature_id + if signature_initials is not None: + self.signature_initials = signature_initials + if signature_name is not None: + self.signature_name = signature_name + if stamp_format is not None: + self.stamp_format = stamp_format + if stamp_size_mm is not None: + self.stamp_size_mm = stamp_size_mm @property def date_stamp_properties(self): - """ - Gets the date_stamp_properties of this UserSignatureDefinition. + """Gets the date_stamp_properties of this UserSignatureDefinition. # noqa: E501 - :return: The date_stamp_properties of this UserSignatureDefinition. + + :return: The date_stamp_properties of this UserSignatureDefinition. # noqa: E501 :rtype: DateStampProperties """ return self._date_stamp_properties @date_stamp_properties.setter def date_stamp_properties(self, date_stamp_properties): - """ - Sets the date_stamp_properties of this UserSignatureDefinition. + """Sets the date_stamp_properties of this UserSignatureDefinition. + - :param date_stamp_properties: The date_stamp_properties of this UserSignatureDefinition. + :param date_stamp_properties: The date_stamp_properties of this UserSignatureDefinition. # noqa: E501 :type: DateStampProperties """ @@ -102,22 +135,22 @@ def date_stamp_properties(self, date_stamp_properties): @property def disallow_user_resize_stamp(self): - """ - Gets the disallow_user_resize_stamp of this UserSignatureDefinition. - + """Gets the disallow_user_resize_stamp of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The disallow_user_resize_stamp of this UserSignatureDefinition. + :return: The disallow_user_resize_stamp of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._disallow_user_resize_stamp @disallow_user_resize_stamp.setter def disallow_user_resize_stamp(self, disallow_user_resize_stamp): - """ - Sets the disallow_user_resize_stamp of this UserSignatureDefinition. - + """Sets the disallow_user_resize_stamp of this UserSignatureDefinition. - :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this UserSignatureDefinition. + # noqa: E501 + + :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -125,22 +158,22 @@ def disallow_user_resize_stamp(self, disallow_user_resize_stamp): @property def external_id(self): - """ - Gets the external_id of this UserSignatureDefinition. - + """Gets the external_id of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The external_id of this UserSignatureDefinition. + :return: The external_id of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._external_id @external_id.setter def external_id(self, external_id): - """ - Sets the external_id of this UserSignatureDefinition. - + """Sets the external_id of this UserSignatureDefinition. + + # noqa: E501 - :param external_id: The external_id of this UserSignatureDefinition. + :param external_id: The external_id of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -148,22 +181,22 @@ def external_id(self, external_id): @property def image_type(self): - """ - Gets the image_type of this UserSignatureDefinition. - + """Gets the image_type of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The image_type of this UserSignatureDefinition. + :return: The image_type of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._image_type @image_type.setter def image_type(self, image_type): - """ - Sets the image_type of this UserSignatureDefinition. - + """Sets the image_type of this UserSignatureDefinition. - :param image_type: The image_type of this UserSignatureDefinition. + # noqa: E501 + + :param image_type: The image_type of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -171,22 +204,22 @@ def image_type(self, image_type): @property def is_default(self): - """ - Gets the is_default of this UserSignatureDefinition. - + """Gets the is_default of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The is_default of this UserSignatureDefinition. + :return: The is_default of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._is_default @is_default.setter def is_default(self, is_default): - """ - Sets the is_default of this UserSignatureDefinition. - + """Sets the is_default of this UserSignatureDefinition. + + # noqa: E501 - :param is_default: The is_default of this UserSignatureDefinition. + :param is_default: The is_default of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -194,22 +227,22 @@ def is_default(self, is_default): @property def nrds_id(self): - """ - Gets the nrds_id of this UserSignatureDefinition. - + """Gets the nrds_id of this UserSignatureDefinition. # noqa: E501 - :return: The nrds_id of this UserSignatureDefinition. + # noqa: E501 + + :return: The nrds_id of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._nrds_id @nrds_id.setter def nrds_id(self, nrds_id): - """ - Sets the nrds_id of this UserSignatureDefinition. - + """Sets the nrds_id of this UserSignatureDefinition. - :param nrds_id: The nrds_id of this UserSignatureDefinition. + # noqa: E501 + + :param nrds_id: The nrds_id of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -217,22 +250,22 @@ def nrds_id(self, nrds_id): @property def nrds_last_name(self): - """ - Gets the nrds_last_name of this UserSignatureDefinition. - + """Gets the nrds_last_name of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The nrds_last_name of this UserSignatureDefinition. + :return: The nrds_last_name of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._nrds_last_name @nrds_last_name.setter def nrds_last_name(self, nrds_last_name): - """ - Sets the nrds_last_name of this UserSignatureDefinition. - + """Sets the nrds_last_name of this UserSignatureDefinition. + + # noqa: E501 - :param nrds_last_name: The nrds_last_name of this UserSignatureDefinition. + :param nrds_last_name: The nrds_last_name of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -240,22 +273,22 @@ def nrds_last_name(self, nrds_last_name): @property def phonetic_name(self): - """ - Gets the phonetic_name of this UserSignatureDefinition. - + """Gets the phonetic_name of this UserSignatureDefinition. # noqa: E501 - :return: The phonetic_name of this UserSignatureDefinition. + # noqa: E501 + + :return: The phonetic_name of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._phonetic_name @phonetic_name.setter def phonetic_name(self, phonetic_name): - """ - Sets the phonetic_name of this UserSignatureDefinition. - + """Sets the phonetic_name of this UserSignatureDefinition. + + # noqa: E501 - :param phonetic_name: The phonetic_name of this UserSignatureDefinition. + :param phonetic_name: The phonetic_name of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -263,22 +296,22 @@ def phonetic_name(self, phonetic_name): @property def signature_font(self): - """ - Gets the signature_font of this UserSignatureDefinition. - + """Gets the signature_font of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The signature_font of this UserSignatureDefinition. + :return: The signature_font of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._signature_font @signature_font.setter def signature_font(self, signature_font): - """ - Sets the signature_font of this UserSignatureDefinition. - + """Sets the signature_font of this UserSignatureDefinition. + + # noqa: E501 - :param signature_font: The signature_font of this UserSignatureDefinition. + :param signature_font: The signature_font of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -286,22 +319,22 @@ def signature_font(self, signature_font): @property def signature_id(self): - """ - Gets the signature_id of this UserSignatureDefinition. - Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. + """Gets the signature_id of this UserSignatureDefinition. # noqa: E501 - :return: The signature_id of this UserSignatureDefinition. + Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 + + :return: The signature_id of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._signature_id @signature_id.setter def signature_id(self, signature_id): - """ - Sets the signature_id of this UserSignatureDefinition. - Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. + """Sets the signature_id of this UserSignatureDefinition. + + Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 - :param signature_id: The signature_id of this UserSignatureDefinition. + :param signature_id: The signature_id of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -309,22 +342,22 @@ def signature_id(self, signature_id): @property def signature_initials(self): - """ - Gets the signature_initials of this UserSignatureDefinition. - + """Gets the signature_initials of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The signature_initials of this UserSignatureDefinition. + :return: The signature_initials of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._signature_initials @signature_initials.setter def signature_initials(self, signature_initials): - """ - Sets the signature_initials of this UserSignatureDefinition. - + """Sets the signature_initials of this UserSignatureDefinition. - :param signature_initials: The signature_initials of this UserSignatureDefinition. + # noqa: E501 + + :param signature_initials: The signature_initials of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -332,22 +365,22 @@ def signature_initials(self, signature_initials): @property def signature_name(self): - """ - Gets the signature_name of this UserSignatureDefinition. - Specifies the user signature name. + """Gets the signature_name of this UserSignatureDefinition. # noqa: E501 - :return: The signature_name of this UserSignatureDefinition. + Specifies the user signature name. # noqa: E501 + + :return: The signature_name of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._signature_name @signature_name.setter def signature_name(self, signature_name): - """ - Sets the signature_name of this UserSignatureDefinition. - Specifies the user signature name. + """Sets the signature_name of this UserSignatureDefinition. + + Specifies the user signature name. # noqa: E501 - :param signature_name: The signature_name of this UserSignatureDefinition. + :param signature_name: The signature_name of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -355,22 +388,22 @@ def signature_name(self, signature_name): @property def stamp_format(self): - """ - Gets the stamp_format of this UserSignatureDefinition. - + """Gets the stamp_format of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The stamp_format of this UserSignatureDefinition. + :return: The stamp_format of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._stamp_format @stamp_format.setter def stamp_format(self, stamp_format): - """ - Sets the stamp_format of this UserSignatureDefinition. - + """Sets the stamp_format of this UserSignatureDefinition. - :param stamp_format: The stamp_format of this UserSignatureDefinition. + # noqa: E501 + + :param stamp_format: The stamp_format of this UserSignatureDefinition. # noqa: E501 :type: str """ @@ -378,34 +411,32 @@ def stamp_format(self, stamp_format): @property def stamp_size_mm(self): - """ - Gets the stamp_size_mm of this UserSignatureDefinition. - + """Gets the stamp_size_mm of this UserSignatureDefinition. # noqa: E501 + + # noqa: E501 - :return: The stamp_size_mm of this UserSignatureDefinition. + :return: The stamp_size_mm of this UserSignatureDefinition. # noqa: E501 :rtype: str """ return self._stamp_size_mm @stamp_size_mm.setter def stamp_size_mm(self, stamp_size_mm): - """ - Sets the stamp_size_mm of this UserSignatureDefinition. - + """Sets the stamp_size_mm of this UserSignatureDefinition. + + # noqa: E501 - :param stamp_size_mm: The stamp_size_mm of this UserSignatureDefinition. + :param stamp_size_mm: The stamp_size_mm of this UserSignatureDefinition. # noqa: E501 :type: str """ self._stamp_size_mm = stamp_size_mm def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -422,29 +453,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSignatureDefinition, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSignatureDefinition): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_signatures_information.py b/docusign_esign/models/user_signatures_information.py index 6e250704..6df1f17e 100644 --- a/docusign_esign/models/user_signatures_information.py +++ b/docusign_esign/models/user_signatures_information.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSignaturesInformation(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, user_signatures=None): - """ - UserSignaturesInformation - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'user_signatures': 'list[UserSignature]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'user_signatures': 'list[UserSignature]' + } - self.attribute_map = { - 'user_signatures': 'userSignatures' - } + attribute_map = { + 'user_signatures': 'userSignatures' + } - self._user_signatures = user_signatures + def __init__(self, user_signatures=None): # noqa: E501 + """UserSignaturesInformation - a model defined in Swagger""" # noqa: E501 + + self._user_signatures = None + self.discriminator = None + + if user_signatures is not None: + self.user_signatures = user_signatures @property def user_signatures(self): - """ - Gets the user_signatures of this UserSignaturesInformation. - + """Gets the user_signatures of this UserSignaturesInformation. # noqa: E501 + + # noqa: E501 - :return: The user_signatures of this UserSignaturesInformation. + :return: The user_signatures of this UserSignaturesInformation. # noqa: E501 :rtype: list[UserSignature] """ return self._user_signatures @user_signatures.setter def user_signatures(self, user_signatures): - """ - Sets the user_signatures of this UserSignaturesInformation. - + """Sets the user_signatures of this UserSignaturesInformation. - :param user_signatures: The user_signatures of this UserSignaturesInformation. + # noqa: E501 + + :param user_signatures: The user_signatures of this UserSignaturesInformation. # noqa: E501 :type: list[UserSignature] """ self._user_signatures = user_signatures def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSignaturesInformation, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSignaturesInformation): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/user_social_id_result.py b/docusign_esign/models/user_social_id_result.py index 53c68845..eef48bc0 100644 --- a/docusign_esign/models/user_social_id_result.py +++ b/docusign_esign/models/user_social_id_result.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,56 +11,65 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UserSocialIdResult(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, social_account_information=None, user_id=None): - """ - UserSocialIdResult - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'social_account_information': 'list[SocialAccountInformation]', - 'user_id': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'social_account_information': 'list[SocialAccountInformation]', + 'user_id': 'str' + } - self.attribute_map = { - 'social_account_information': 'socialAccountInformation', - 'user_id': 'userId' - } + attribute_map = { + 'social_account_information': 'socialAccountInformation', + 'user_id': 'userId' + } - self._social_account_information = social_account_information - self._user_id = user_id + def __init__(self, social_account_information=None, user_id=None): # noqa: E501 + """UserSocialIdResult - a model defined in Swagger""" # noqa: E501 + + self._social_account_information = None + self._user_id = None + self.discriminator = None + + if social_account_information is not None: + self.social_account_information = social_account_information + if user_id is not None: + self.user_id = user_id @property def social_account_information(self): - """ - Gets the social_account_information of this UserSocialIdResult. - Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.) + """Gets the social_account_information of this UserSocialIdResult. # noqa: E501 - :return: The social_account_information of this UserSocialIdResult. + Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.) # noqa: E501 + + :return: The social_account_information of this UserSocialIdResult. # noqa: E501 :rtype: list[SocialAccountInformation] """ return self._social_account_information @social_account_information.setter def social_account_information(self, social_account_information): - """ - Sets the social_account_information of this UserSocialIdResult. - Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.) + """Sets the social_account_information of this UserSocialIdResult. + + Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.) # noqa: E501 - :param social_account_information: The social_account_information of this UserSocialIdResult. + :param social_account_information: The social_account_information of this UserSocialIdResult. # noqa: E501 :type: list[SocialAccountInformation] """ @@ -68,34 +77,32 @@ def social_account_information(self, social_account_information): @property def user_id(self): - """ - Gets the user_id of this UserSocialIdResult. - + """Gets the user_id of this UserSocialIdResult. # noqa: E501 + + # noqa: E501 - :return: The user_id of this UserSocialIdResult. + :return: The user_id of this UserSocialIdResult. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this UserSocialIdResult. - + """Sets the user_id of this UserSocialIdResult. + + # noqa: E501 - :param user_id: The user_id of this UserSocialIdResult. + :param user_id: The user_id of this UserSocialIdResult. # noqa: E501 :type: str """ self._user_id = user_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -112,29 +119,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UserSocialIdResult, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UserSocialIdResult): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/users_response.py b/docusign_esign/models/users_response.py index d087dbb7..d6b8660f 100644 --- a/docusign_esign/models/users_response.py +++ b/docusign_esign/models/users_response.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,71 +11,90 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class UsersResponse(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): - """ - UsersResponse - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'next_uri': 'str', - 'previous_uri': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str', - 'users': 'list[UserInfo]' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'next_uri': 'nextUri', - 'previous_uri': 'previousUri', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize', - 'users': 'users' - } - - self._end_position = end_position - self._next_uri = next_uri - self._previous_uri = previous_uri - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size - self._users = users + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'users': 'list[UserInfo]' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'users': 'users' + } + + def __init__(self, end_position=None, next_uri=None, previous_uri=None, result_set_size=None, start_position=None, total_set_size=None, users=None): # noqa: E501 + """UsersResponse - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._users = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if next_uri is not None: + self.next_uri = next_uri + if previous_uri is not None: + self.previous_uri = previous_uri + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size + if users is not None: + self.users = users @property def end_position(self): - """ - Gets the end_position of this UsersResponse. - The last position in the result set. + """Gets the end_position of this UsersResponse. # noqa: E501 - :return: The end_position of this UsersResponse. + The last position in the result set. # noqa: E501 + + :return: The end_position of this UsersResponse. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this UsersResponse. - The last position in the result set. + """Sets the end_position of this UsersResponse. - :param end_position: The end_position of this UsersResponse. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this UsersResponse. # noqa: E501 :type: str """ @@ -83,22 +102,22 @@ def end_position(self, end_position): @property def next_uri(self): - """ - Gets the next_uri of this UsersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Gets the next_uri of this UsersResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :return: The next_uri of this UsersResponse. + :return: The next_uri of this UsersResponse. # noqa: E501 :rtype: str """ return self._next_uri @next_uri.setter def next_uri(self, next_uri): - """ - Sets the next_uri of this UsersResponse. - The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. + """Sets the next_uri of this UsersResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 - :param next_uri: The next_uri of this UsersResponse. + :param next_uri: The next_uri of this UsersResponse. # noqa: E501 :type: str """ @@ -106,22 +125,22 @@ def next_uri(self, next_uri): @property def previous_uri(self): - """ - Gets the previous_uri of this UsersResponse. - The postal code for the billing address. + """Gets the previous_uri of this UsersResponse. # noqa: E501 - :return: The previous_uri of this UsersResponse. + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this UsersResponse. # noqa: E501 :rtype: str """ return self._previous_uri @previous_uri.setter def previous_uri(self, previous_uri): - """ - Sets the previous_uri of this UsersResponse. - The postal code for the billing address. + """Sets the previous_uri of this UsersResponse. + + The postal code for the billing address. # noqa: E501 - :param previous_uri: The previous_uri of this UsersResponse. + :param previous_uri: The previous_uri of this UsersResponse. # noqa: E501 :type: str """ @@ -129,22 +148,22 @@ def previous_uri(self, previous_uri): @property def result_set_size(self): - """ - Gets the result_set_size of this UsersResponse. - The number of results returned in this response. + """Gets the result_set_size of this UsersResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this UsersResponse. + :return: The result_set_size of this UsersResponse. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this UsersResponse. - The number of results returned in this response. + """Sets the result_set_size of this UsersResponse. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this UsersResponse. + :param result_set_size: The result_set_size of this UsersResponse. # noqa: E501 :type: str """ @@ -152,22 +171,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this UsersResponse. - Starting position of the current result set. + """Gets the start_position of this UsersResponse. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this UsersResponse. + :return: The start_position of this UsersResponse. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this UsersResponse. - Starting position of the current result set. + """Sets the start_position of this UsersResponse. - :param start_position: The start_position of this UsersResponse. + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this UsersResponse. # noqa: E501 :type: str """ @@ -175,22 +194,22 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this UsersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this UsersResponse. # noqa: E501 - :return: The total_set_size of this UsersResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this UsersResponse. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this UsersResponse. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this UsersResponse. - :param total_set_size: The total_set_size of this UsersResponse. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this UsersResponse. # noqa: E501 :type: str """ @@ -198,34 +217,32 @@ def total_set_size(self, total_set_size): @property def users(self): - """ - Gets the users of this UsersResponse. - + """Gets the users of this UsersResponse. # noqa: E501 + + # noqa: E501 - :return: The users of this UsersResponse. + :return: The users of this UsersResponse. # noqa: E501 :rtype: list[UserInfo] """ return self._users @users.setter def users(self, users): - """ - Sets the users of this UsersResponse. - + """Sets the users of this UsersResponse. + + # noqa: E501 - :param users: The users of this UsersResponse. + :param users: The users of this UsersResponse. # noqa: E501 :type: list[UserInfo] """ self._users = users def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -242,29 +259,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(UsersResponse, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, UsersResponse): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/view.py b/docusign_esign/models/view.py index 930252c6..18157304 100644 --- a/docusign_esign/models/view.py +++ b/docusign_esign/models/view.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,314 +11,495 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class View(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, required_read=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - View - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'button_text': 'str', - 'button_text_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'required_read': 'str', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'button_text': 'buttonText', - 'button_text_metadata': 'buttonTextMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'required_read': 'requiredRead', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._button_text = button_text - self._button_text_metadata = button_text_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._required = required - self._required_metadata = required_metadata - self._required_read = required_read - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'button_text': 'str', + 'button_text_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'required_read': 'str', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'button_text': 'buttonText', + 'button_text_metadata': 'buttonTextMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'required_read': 'requiredRead', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, button_text=None, button_text_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, merge_field=None, merge_field_xml=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, required=None, required_metadata=None, required_read=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """View - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._button_text = None + self._button_text_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._merge_field = None + self._merge_field_xml = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._required = None + self._required_metadata = None + self._required_read = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if button_text is not None: + self.button_text = button_text + if button_text_metadata is not None: + self.button_text_metadata = button_text_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if required_read is not None: + self.required_read = required_read + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this View. - + """Gets the anchor_allow_white_space_in_characters of this View. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this View. + :return: The anchor_allow_white_space_in_characters of this View. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this View. - + """Sets the anchor_allow_white_space_in_characters of this View. + + # noqa: E501 - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this View. + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this View. # noqa: E501 :type: str """ @@ -326,20 +507,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this View. + """Gets the anchor_allow_white_space_in_characters_metadata of this View. # noqa: E501 + - :return: The anchor_allow_white_space_in_characters_metadata of this View. + :return: The anchor_allow_white_space_in_characters_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this View. + """Sets the anchor_allow_white_space_in_characters_metadata of this View. - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this View. + + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -347,22 +528,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this View. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this View. # noqa: E501 - :return: The anchor_case_sensitive of this View. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :return: The anchor_case_sensitive of this View. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this View. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this View. - :param anchor_case_sensitive: The anchor_case_sensitive of this View. + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 + + :param anchor_case_sensitive: The anchor_case_sensitive of this View. # noqa: E501 :type: str """ @@ -370,20 +551,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this View. + """Gets the anchor_case_sensitive_metadata of this View. # noqa: E501 + - :return: The anchor_case_sensitive_metadata of this View. + :return: The anchor_case_sensitive_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this View. + """Sets the anchor_case_sensitive_metadata of this View. + - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this View. + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -391,22 +572,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this View. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this View. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this View. + :return: The anchor_horizontal_alignment of this View. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this View. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this View. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this View. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this View. # noqa: E501 :type: str """ @@ -414,20 +595,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this View. + """Gets the anchor_horizontal_alignment_metadata of this View. # noqa: E501 - :return: The anchor_horizontal_alignment_metadata of this View. + + :return: The anchor_horizontal_alignment_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this View. + """Sets the anchor_horizontal_alignment_metadata of this View. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this View. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -435,22 +616,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this View. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this View. # noqa: E501 - :return: The anchor_ignore_if_not_present of this View. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this View. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this View. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this View. - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this View. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this View. # noqa: E501 :type: str """ @@ -458,20 +639,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this View. + """Gets the anchor_ignore_if_not_present_metadata of this View. # noqa: E501 - :return: The anchor_ignore_if_not_present_metadata of this View. + + :return: The anchor_ignore_if_not_present_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this View. + """Sets the anchor_ignore_if_not_present_metadata of this View. - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this View. + + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -479,22 +660,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this View. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this View. # noqa: E501 - :return: The anchor_match_whole_word of this View. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this View. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this View. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this View. + + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 - :param anchor_match_whole_word: The anchor_match_whole_word of this View. + :param anchor_match_whole_word: The anchor_match_whole_word of this View. # noqa: E501 :type: str """ @@ -502,20 +683,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this View. + """Gets the anchor_match_whole_word_metadata of this View. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this View. + :return: The anchor_match_whole_word_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this View. + """Sets the anchor_match_whole_word_metadata of this View. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this View. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -523,22 +704,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this View. - Anchor text information for a radio button. + """Gets the anchor_string of this View. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this View. + :return: The anchor_string of this View. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this View. - Anchor text information for a radio button. + """Sets the anchor_string of this View. - :param anchor_string: The anchor_string of this View. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this View. # noqa: E501 :type: str """ @@ -546,20 +727,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this View. + """Gets the anchor_string_metadata of this View. # noqa: E501 - :return: The anchor_string_metadata of this View. + + :return: The anchor_string_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this View. + """Sets the anchor_string_metadata of this View. - :param anchor_string_metadata: The anchor_string_metadata of this View. + + :param anchor_string_metadata: The anchor_string_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -567,22 +748,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this View. - + """Gets the anchor_tab_processor_version of this View. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this View. + :return: The anchor_tab_processor_version of this View. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this View. - + """Sets the anchor_tab_processor_version of this View. + + # noqa: E501 - :param anchor_tab_processor_version: The anchor_tab_processor_version of this View. + :param anchor_tab_processor_version: The anchor_tab_processor_version of this View. # noqa: E501 :type: str """ @@ -590,20 +771,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this View. + """Gets the anchor_tab_processor_version_metadata of this View. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this View. + :return: The anchor_tab_processor_version_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this View. + """Sets the anchor_tab_processor_version_metadata of this View. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this View. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -611,22 +792,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this View. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this View. # noqa: E501 - :return: The anchor_units of this View. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :return: The anchor_units of this View. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this View. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this View. - :param anchor_units: The anchor_units of this View. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this View. # noqa: E501 :type: str """ @@ -634,20 +815,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this View. + """Gets the anchor_units_metadata of this View. # noqa: E501 - :return: The anchor_units_metadata of this View. + + :return: The anchor_units_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this View. + """Sets the anchor_units_metadata of this View. + - :param anchor_units_metadata: The anchor_units_metadata of this View. + :param anchor_units_metadata: The anchor_units_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -655,22 +836,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this View. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this View. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this View. + :return: The anchor_x_offset of this View. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this View. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this View. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this View. + :param anchor_x_offset: The anchor_x_offset of this View. # noqa: E501 :type: str """ @@ -678,20 +859,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this View. + """Gets the anchor_x_offset_metadata of this View. # noqa: E501 + - :return: The anchor_x_offset_metadata of this View. + :return: The anchor_x_offset_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this View. + """Sets the anchor_x_offset_metadata of this View. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this View. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -699,22 +880,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this View. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this View. # noqa: E501 - :return: The anchor_y_offset of this View. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :return: The anchor_y_offset of this View. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this View. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this View. - :param anchor_y_offset: The anchor_y_offset of this View. + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 + + :param anchor_y_offset: The anchor_y_offset of this View. # noqa: E501 :type: str """ @@ -722,20 +903,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this View. + """Gets the anchor_y_offset_metadata of this View. # noqa: E501 + - :return: The anchor_y_offset_metadata of this View. + :return: The anchor_y_offset_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this View. + """Sets the anchor_y_offset_metadata of this View. + - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this View. + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -743,22 +924,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this View. - When set to **true**, the information in the tab is bold. + """Gets the bold of this View. # noqa: E501 + + When set to **true**, the information in the tab is bold. # noqa: E501 - :return: The bold of this View. + :return: The bold of this View. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this View. - When set to **true**, the information in the tab is bold. + """Sets the bold of this View. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this View. + :param bold: The bold of this View. # noqa: E501 :type: str """ @@ -766,20 +947,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this View. + """Gets the bold_metadata of this View. # noqa: E501 + - :return: The bold_metadata of this View. + :return: The bold_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this View. + """Sets the bold_metadata of this View. + - :param bold_metadata: The bold_metadata of this View. + :param bold_metadata: The bold_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -787,22 +968,22 @@ def bold_metadata(self, bold_metadata): @property def button_text(self): - """ - Gets the button_text of this View. - + """Gets the button_text of this View. # noqa: E501 + + # noqa: E501 - :return: The button_text of this View. + :return: The button_text of this View. # noqa: E501 :rtype: str """ return self._button_text @button_text.setter def button_text(self, button_text): - """ - Sets the button_text of this View. - + """Sets the button_text of this View. + + # noqa: E501 - :param button_text: The button_text of this View. + :param button_text: The button_text of this View. # noqa: E501 :type: str """ @@ -810,20 +991,20 @@ def button_text(self, button_text): @property def button_text_metadata(self): - """ - Gets the button_text_metadata of this View. + """Gets the button_text_metadata of this View. # noqa: E501 - :return: The button_text_metadata of this View. + + :return: The button_text_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._button_text_metadata @button_text_metadata.setter def button_text_metadata(self, button_text_metadata): - """ - Sets the button_text_metadata of this View. + """Sets the button_text_metadata of this View. - :param button_text_metadata: The button_text_metadata of this View. + + :param button_text_metadata: The button_text_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -831,22 +1012,22 @@ def button_text_metadata(self, button_text_metadata): @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this View. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this View. # noqa: E501 - :return: The conditional_parent_label of this View. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :return: The conditional_parent_label of this View. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this View. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this View. + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :param conditional_parent_label: The conditional_parent_label of this View. + :param conditional_parent_label: The conditional_parent_label of this View. # noqa: E501 :type: str """ @@ -854,20 +1035,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this View. + """Gets the conditional_parent_label_metadata of this View. # noqa: E501 + - :return: The conditional_parent_label_metadata of this View. + :return: The conditional_parent_label_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this View. + """Sets the conditional_parent_label_metadata of this View. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this View. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -875,22 +1056,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this View. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this View. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this View. + :return: The conditional_parent_value of this View. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this View. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this View. - :param conditional_parent_value: The conditional_parent_value of this View. + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 + + :param conditional_parent_value: The conditional_parent_value of this View. # noqa: E501 :type: str """ @@ -898,20 +1079,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this View. + """Gets the conditional_parent_value_metadata of this View. # noqa: E501 - :return: The conditional_parent_value_metadata of this View. + + :return: The conditional_parent_value_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this View. + """Sets the conditional_parent_value_metadata of this View. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this View. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -919,22 +1100,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this View. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this View. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this View. + :return: The custom_tab_id of this View. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this View. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this View. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this View. + :param custom_tab_id: The custom_tab_id of this View. # noqa: E501 :type: str """ @@ -942,20 +1123,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this View. + """Gets the custom_tab_id_metadata of this View. # noqa: E501 + - :return: The custom_tab_id_metadata of this View. + :return: The custom_tab_id_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this View. + """Sets the custom_tab_id_metadata of this View. + - :param custom_tab_id_metadata: The custom_tab_id_metadata of this View. + :param custom_tab_id_metadata: The custom_tab_id_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -963,22 +1144,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def document_id(self): - """ - Gets the document_id of this View. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this View. # noqa: E501 - :return: The document_id of this View. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this View. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this View. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this View. - :param document_id: The document_id of this View. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :param document_id: The document_id of this View. # noqa: E501 :type: str """ @@ -986,20 +1167,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this View. + """Gets the document_id_metadata of this View. # noqa: E501 - :return: The document_id_metadata of this View. + + :return: The document_id_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this View. + """Sets the document_id_metadata of this View. + - :param document_id_metadata: The document_id_metadata of this View. + :param document_id_metadata: The document_id_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1007,20 +1188,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this View. + """Gets the error_details of this View. # noqa: E501 + - :return: The error_details of this View. + :return: The error_details of this View. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this View. + """Sets the error_details of this View. + - :param error_details: The error_details of this View. + :param error_details: The error_details of this View. # noqa: E501 :type: ErrorDetails """ @@ -1028,22 +1209,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this View. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this View. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this View. + :return: The font of this View. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this View. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this View. - :param font: The font of this View. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this View. # noqa: E501 :type: str """ @@ -1051,22 +1232,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this View. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this View. # noqa: E501 - :return: The font_color of this View. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this View. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this View. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this View. - :param font_color: The font_color of this View. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this View. # noqa: E501 :type: str """ @@ -1074,20 +1255,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this View. + """Gets the font_color_metadata of this View. # noqa: E501 - :return: The font_color_metadata of this View. + + :return: The font_color_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this View. + """Sets the font_color_metadata of this View. - :param font_color_metadata: The font_color_metadata of this View. + + :param font_color_metadata: The font_color_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1095,20 +1276,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this View. + """Gets the font_metadata of this View. # noqa: E501 - :return: The font_metadata of this View. + + :return: The font_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this View. + """Sets the font_metadata of this View. - :param font_metadata: The font_metadata of this View. + + :param font_metadata: The font_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1116,22 +1297,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this View. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this View. # noqa: E501 + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :return: The font_size of this View. + :return: The font_size of this View. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this View. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this View. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this View. + :param font_size: The font_size of this View. # noqa: E501 :type: str """ @@ -1139,20 +1320,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this View. + """Gets the font_size_metadata of this View. # noqa: E501 + - :return: The font_size_metadata of this View. + :return: The font_size_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this View. + """Sets the font_size_metadata of this View. + - :param font_size_metadata: The font_size_metadata of this View. + :param font_size_metadata: The font_size_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1160,22 +1341,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this View. - + """Gets the form_order of this View. # noqa: E501 - :return: The form_order of this View. + # noqa: E501 + + :return: The form_order of this View. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this View. - + """Sets the form_order of this View. - :param form_order: The form_order of this View. + # noqa: E501 + + :param form_order: The form_order of this View. # noqa: E501 :type: str """ @@ -1183,20 +1364,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this View. + """Gets the form_order_metadata of this View. # noqa: E501 - :return: The form_order_metadata of this View. + + :return: The form_order_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this View. + """Sets the form_order_metadata of this View. + - :param form_order_metadata: The form_order_metadata of this View. + :param form_order_metadata: The form_order_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1204,22 +1385,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this View. - + """Gets the form_page_label of this View. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this View. + :return: The form_page_label of this View. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this View. - + """Sets the form_page_label of this View. + + # noqa: E501 - :param form_page_label: The form_page_label of this View. + :param form_page_label: The form_page_label of this View. # noqa: E501 :type: str """ @@ -1227,20 +1408,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this View. + """Gets the form_page_label_metadata of this View. # noqa: E501 + - :return: The form_page_label_metadata of this View. + :return: The form_page_label_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this View. + """Sets the form_page_label_metadata of this View. - :param form_page_label_metadata: The form_page_label_metadata of this View. + + :param form_page_label_metadata: The form_page_label_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1248,22 +1429,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this View. - + """Gets the form_page_number of this View. # noqa: E501 - :return: The form_page_number of this View. + # noqa: E501 + + :return: The form_page_number of this View. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this View. - + """Sets the form_page_number of this View. - :param form_page_number: The form_page_number of this View. + # noqa: E501 + + :param form_page_number: The form_page_number of this View. # noqa: E501 :type: str """ @@ -1271,20 +1452,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this View. + """Gets the form_page_number_metadata of this View. # noqa: E501 + - :return: The form_page_number_metadata of this View. + :return: The form_page_number_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this View. + """Sets the form_page_number_metadata of this View. + - :param form_page_number_metadata: The form_page_number_metadata of this View. + :param form_page_number_metadata: The form_page_number_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1292,22 +1473,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this View. - Height of the tab in pixels. + """Gets the height of this View. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this View. + :return: The height of this View. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this View. - Height of the tab in pixels. + """Sets the height of this View. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this View. + :param height: The height of this View. # noqa: E501 :type: str """ @@ -1315,20 +1496,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this View. + """Gets the height_metadata of this View. # noqa: E501 - :return: The height_metadata of this View. + + :return: The height_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this View. + """Sets the height_metadata of this View. - :param height_metadata: The height_metadata of this View. + + :param height_metadata: The height_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1336,22 +1517,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this View. - When set to **true**, the information in the tab is italic. + """Gets the italic of this View. # noqa: E501 - :return: The italic of this View. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this View. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this View. - When set to **true**, the information in the tab is italic. + """Sets the italic of this View. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this View. + :param italic: The italic of this View. # noqa: E501 :type: str """ @@ -1359,20 +1540,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this View. + """Gets the italic_metadata of this View. # noqa: E501 + - :return: The italic_metadata of this View. + :return: The italic_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this View. + """Sets the italic_metadata of this View. + - :param italic_metadata: The italic_metadata of this View. + :param italic_metadata: The italic_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1380,20 +1561,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this View. + """Gets the locale_policy of this View. # noqa: E501 + - :return: The locale_policy of this View. + :return: The locale_policy of this View. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this View. + """Sets the locale_policy of this View. + - :param locale_policy: The locale_policy of this View. + :param locale_policy: The locale_policy of this View. # noqa: E501 :type: LocalePolicyTab """ @@ -1401,20 +1582,20 @@ def locale_policy(self, locale_policy): @property def merge_field(self): - """ - Gets the merge_field of this View. + """Gets the merge_field of this View. # noqa: E501 + - :return: The merge_field of this View. + :return: The merge_field of this View. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this View. + """Sets the merge_field of this View. + - :param merge_field: The merge_field of this View. + :param merge_field: The merge_field of this View. # noqa: E501 :type: MergeField """ @@ -1422,22 +1603,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this View. - + """Gets the merge_field_xml of this View. # noqa: E501 + + # noqa: E501 - :return: The merge_field_xml of this View. + :return: The merge_field_xml of this View. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this View. - + """Sets the merge_field_xml of this View. - :param merge_field_xml: The merge_field_xml of this View. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this View. # noqa: E501 :type: str """ @@ -1445,22 +1626,22 @@ def merge_field_xml(self, merge_field_xml): @property def page_number(self): - """ - Gets the page_number of this View. - Specifies the page number on which the tab is located. + """Gets the page_number of this View. # noqa: E501 - :return: The page_number of this View. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this View. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this View. - Specifies the page number on which the tab is located. + """Sets the page_number of this View. - :param page_number: The page_number of this View. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this View. # noqa: E501 :type: str """ @@ -1468,20 +1649,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this View. + """Gets the page_number_metadata of this View. # noqa: E501 + - :return: The page_number_metadata of this View. + :return: The page_number_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this View. + """Sets the page_number_metadata of this View. + - :param page_number_metadata: The page_number_metadata of this View. + :param page_number_metadata: The page_number_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1489,22 +1670,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this View. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this View. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :return: The recipient_id of this View. + :return: The recipient_id of this View. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this View. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this View. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 - :param recipient_id: The recipient_id of this View. + :param recipient_id: The recipient_id of this View. # noqa: E501 :type: str """ @@ -1512,22 +1693,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this View. - + """Gets the recipient_id_guid of this View. # noqa: E501 - :return: The recipient_id_guid of this View. + # noqa: E501 + + :return: The recipient_id_guid of this View. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this View. - + """Sets the recipient_id_guid of this View. - :param recipient_id_guid: The recipient_id_guid of this View. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this View. # noqa: E501 :type: str """ @@ -1535,20 +1716,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this View. + """Gets the recipient_id_guid_metadata of this View. # noqa: E501 - :return: The recipient_id_guid_metadata of this View. + + :return: The recipient_id_guid_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this View. + """Sets the recipient_id_guid_metadata of this View. + - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this View. + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1556,20 +1737,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this View. + """Gets the recipient_id_metadata of this View. # noqa: E501 + - :return: The recipient_id_metadata of this View. + :return: The recipient_id_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this View. + """Sets the recipient_id_metadata of this View. + - :param recipient_id_metadata: The recipient_id_metadata of this View. + :param recipient_id_metadata: The recipient_id_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1577,22 +1758,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def required(self): - """ - Gets the required of this View. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this View. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 - :return: The required of this View. + :return: The required of this View. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this View. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this View. - :param required: The required of this View. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this View. # noqa: E501 :type: str """ @@ -1600,20 +1781,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this View. + """Gets the required_metadata of this View. # noqa: E501 - :return: The required_metadata of this View. + + :return: The required_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this View. + """Sets the required_metadata of this View. - :param required_metadata: The required_metadata of this View. + + :param required_metadata: The required_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1621,22 +1802,22 @@ def required_metadata(self, required_metadata): @property def required_read(self): - """ - Gets the required_read of this View. - + """Gets the required_read of this View. # noqa: E501 + + # noqa: E501 - :return: The required_read of this View. + :return: The required_read of this View. # noqa: E501 :rtype: str """ return self._required_read @required_read.setter def required_read(self, required_read): - """ - Sets the required_read of this View. - + """Sets the required_read of this View. + + # noqa: E501 - :param required_read: The required_read of this View. + :param required_read: The required_read of this View. # noqa: E501 :type: str """ @@ -1644,20 +1825,20 @@ def required_read(self, required_read): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this View. + """Gets the smart_contract_information of this View. # noqa: E501 + - :return: The smart_contract_information of this View. + :return: The smart_contract_information of this View. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this View. + """Sets the smart_contract_information of this View. + - :param smart_contract_information: The smart_contract_information of this View. + :param smart_contract_information: The smart_contract_information of this View. # noqa: E501 :type: SmartContractInformation """ @@ -1665,22 +1846,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this View. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this View. # noqa: E501 - :return: The status of this View. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this View. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this View. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this View. - :param status: The status of this View. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this View. # noqa: E501 :type: str """ @@ -1688,20 +1869,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this View. + """Gets the status_metadata of this View. # noqa: E501 - :return: The status_metadata of this View. + + :return: The status_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this View. + """Sets the status_metadata of this View. - :param status_metadata: The status_metadata of this View. + + :param status_metadata: The status_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1709,22 +1890,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this View. - + """Gets the tab_group_labels of this View. # noqa: E501 - :return: The tab_group_labels of this View. + # noqa: E501 + + :return: The tab_group_labels of this View. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this View. - + """Sets the tab_group_labels of this View. - :param tab_group_labels: The tab_group_labels of this View. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this View. # noqa: E501 :type: list[str] """ @@ -1732,20 +1913,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this View. + """Gets the tab_group_labels_metadata of this View. # noqa: E501 - :return: The tab_group_labels_metadata of this View. + + :return: The tab_group_labels_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this View. + """Sets the tab_group_labels_metadata of this View. + - :param tab_group_labels_metadata: The tab_group_labels_metadata of this View. + :param tab_group_labels_metadata: The tab_group_labels_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1753,22 +1934,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this View. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this View. # noqa: E501 + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :return: The tab_id of this View. + :return: The tab_id of this View. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this View. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this View. + + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 - :param tab_id: The tab_id of this View. + :param tab_id: The tab_id of this View. # noqa: E501 :type: str """ @@ -1776,20 +1957,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this View. + """Gets the tab_id_metadata of this View. # noqa: E501 + - :return: The tab_id_metadata of this View. + :return: The tab_id_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this View. + """Sets the tab_id_metadata of this View. - :param tab_id_metadata: The tab_id_metadata of this View. + + :param tab_id_metadata: The tab_id_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1797,22 +1978,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this View. - The label string associated with the tab. + """Gets the tab_label of this View. # noqa: E501 - :return: The tab_label of this View. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this View. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this View. - The label string associated with the tab. + """Sets the tab_label of this View. - :param tab_label: The tab_label of this View. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this View. # noqa: E501 :type: str """ @@ -1820,20 +2001,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this View. + """Gets the tab_label_metadata of this View. # noqa: E501 + - :return: The tab_label_metadata of this View. + :return: The tab_label_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this View. + """Sets the tab_label_metadata of this View. + - :param tab_label_metadata: The tab_label_metadata of this View. + :param tab_label_metadata: The tab_label_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1841,22 +2022,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this View. - + """Gets the tab_order of this View. # noqa: E501 + + # noqa: E501 - :return: The tab_order of this View. + :return: The tab_order of this View. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this View. - + """Sets the tab_order of this View. + + # noqa: E501 - :param tab_order: The tab_order of this View. + :param tab_order: The tab_order of this View. # noqa: E501 :type: str """ @@ -1864,20 +2045,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this View. + """Gets the tab_order_metadata of this View. # noqa: E501 - :return: The tab_order_metadata of this View. + + :return: The tab_order_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this View. + """Sets the tab_order_metadata of this View. - :param tab_order_metadata: The tab_order_metadata of this View. + + :param tab_order_metadata: The tab_order_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1885,22 +2066,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this View. - + """Gets the tab_type of this View. # noqa: E501 - :return: The tab_type of this View. + # noqa: E501 + + :return: The tab_type of this View. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this View. - + """Sets the tab_type of this View. + + # noqa: E501 - :param tab_type: The tab_type of this View. + :param tab_type: The tab_type of this View. # noqa: E501 :type: str """ @@ -1908,20 +2089,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this View. + """Gets the tab_type_metadata of this View. # noqa: E501 + - :return: The tab_type_metadata of this View. + :return: The tab_type_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this View. + """Sets the tab_type_metadata of this View. + - :param tab_type_metadata: The tab_type_metadata of this View. + :param tab_type_metadata: The tab_type_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1929,22 +2110,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this View. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this View. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this View. + :return: The template_locked of this View. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this View. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this View. - :param template_locked: The template_locked of this View. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this View. # noqa: E501 :type: str """ @@ -1952,20 +2133,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this View. + """Gets the template_locked_metadata of this View. # noqa: E501 - :return: The template_locked_metadata of this View. + + :return: The template_locked_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this View. + """Sets the template_locked_metadata of this View. - :param template_locked_metadata: The template_locked_metadata of this View. + + :param template_locked_metadata: The template_locked_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -1973,22 +2154,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this View. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this View. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_required of this View. + :return: The template_required of this View. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this View. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this View. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 - :param template_required: The template_required of this View. + :param template_required: The template_required of this View. # noqa: E501 :type: str """ @@ -1996,20 +2177,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this View. + """Gets the template_required_metadata of this View. # noqa: E501 + - :return: The template_required_metadata of this View. + :return: The template_required_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this View. + """Sets the template_required_metadata of this View. + - :param template_required_metadata: The template_required_metadata of this View. + :param template_required_metadata: The template_required_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -2017,22 +2198,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this View. - + """Gets the tooltip of this View. # noqa: E501 + + # noqa: E501 - :return: The tooltip of this View. + :return: The tooltip of this View. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this View. - + """Sets the tooltip of this View. + + # noqa: E501 - :param tooltip: The tooltip of this View. + :param tooltip: The tooltip of this View. # noqa: E501 :type: str """ @@ -2040,20 +2221,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this View. + """Gets the tool_tip_metadata of this View. # noqa: E501 + - :return: The tool_tip_metadata of this View. + :return: The tool_tip_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this View. + """Sets the tool_tip_metadata of this View. + - :param tool_tip_metadata: The tool_tip_metadata of this View. + :param tool_tip_metadata: The tool_tip_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -2061,22 +2242,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this View. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this View. # noqa: E501 - :return: The underline of this View. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this View. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this View. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this View. - :param underline: The underline of this View. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this View. # noqa: E501 :type: str """ @@ -2084,20 +2265,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this View. + """Gets the underline_metadata of this View. # noqa: E501 - :return: The underline_metadata of this View. + + :return: The underline_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this View. + """Sets the underline_metadata of this View. + - :param underline_metadata: The underline_metadata of this View. + :param underline_metadata: The underline_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -2105,22 +2286,22 @@ def underline_metadata(self, underline_metadata): @property def width(self): - """ - Gets the width of this View. - Width of the tab in pixels. + """Gets the width of this View. # noqa: E501 + + Width of the tab in pixels. # noqa: E501 - :return: The width of this View. + :return: The width of this View. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this View. - Width of the tab in pixels. + """Sets the width of this View. + + Width of the tab in pixels. # noqa: E501 - :param width: The width of this View. + :param width: The width of this View. # noqa: E501 :type: str """ @@ -2128,20 +2309,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this View. + """Gets the width_metadata of this View. # noqa: E501 + - :return: The width_metadata of this View. + :return: The width_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this View. + """Sets the width_metadata of this View. - :param width_metadata: The width_metadata of this View. + + :param width_metadata: The width_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -2149,22 +2330,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this View. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this View. # noqa: E501 - :return: The x_position of this View. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this View. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this View. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this View. - :param x_position: The x_position of this View. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this View. # noqa: E501 :type: str """ @@ -2172,20 +2353,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this View. + """Gets the x_position_metadata of this View. # noqa: E501 + - :return: The x_position_metadata of this View. + :return: The x_position_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this View. + """Sets the x_position_metadata of this View. + - :param x_position_metadata: The x_position_metadata of this View. + :param x_position_metadata: The x_position_metadata of this View. # noqa: E501 :type: PropertyMetadata """ @@ -2193,22 +2374,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this View. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this View. # noqa: E501 + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :return: The y_position of this View. + :return: The y_position of this View. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this View. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this View. + + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 - :param y_position: The y_position of this View. + :param y_position: The y_position of this View. # noqa: E501 :type: str """ @@ -2216,32 +2397,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this View. + """Gets the y_position_metadata of this View. # noqa: E501 - :return: The y_position_metadata of this View. + + :return: The y_position_metadata of this View. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this View. + """Sets the y_position_metadata of this View. - :param y_position_metadata: The y_position_metadata of this View. + + :param y_position_metadata: The y_position_metadata of this View. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2258,29 +2437,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(View, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, View): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/view_url.py b/docusign_esign/models/view_url.py index c7f25358..19ba461b 100644 --- a/docusign_esign/models/view_url.py +++ b/docusign_esign/models/view_url.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class ViewUrl(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, url=None): - """ - ViewUrl - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'url': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'url': 'str' + } - self.attribute_map = { - 'url': 'url' - } + attribute_map = { + 'url': 'url' + } - self._url = url + def __init__(self, url=None): # noqa: E501 + """ViewUrl - a model defined in Swagger""" # noqa: E501 + + self._url = None + self.discriminator = None + + if url is not None: + self.url = url @property def url(self): - """ - Gets the url of this ViewUrl. - The view URL to be navigated to. + """Gets the url of this ViewUrl. # noqa: E501 + + The view URL to be navigated to. # noqa: E501 - :return: The url of this ViewUrl. + :return: The url of this ViewUrl. # noqa: E501 :rtype: str """ return self._url @url.setter def url(self, url): - """ - Sets the url of this ViewUrl. - The view URL to be navigated to. + """Sets the url of this ViewUrl. - :param url: The url of this ViewUrl. + The view URL to be navigated to. # noqa: E501 + + :param url: The url of this ViewUrl. # noqa: E501 :type: str """ self._url = url def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(ViewUrl, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, ViewUrl): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/watermark.py b/docusign_esign/models/watermark.py index 00fd5179..a8bd78cb 100644 --- a/docusign_esign/models/watermark.py +++ b/docusign_esign/models/watermark.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,77 +11,100 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Watermark(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, display_angle=None, enabled=None, font=None, font_color=None, font_size=None, id=None, image_base64=None, transparency=None, watermark_text=None): - """ - Watermark - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'display_angle': 'str', - 'enabled': 'str', - 'font': 'str', - 'font_color': 'str', - 'font_size': 'str', - 'id': 'str', - 'image_base64': 'str', - 'transparency': 'str', - 'watermark_text': 'str' - } - - self.attribute_map = { - 'display_angle': 'displayAngle', - 'enabled': 'enabled', - 'font': 'font', - 'font_color': 'fontColor', - 'font_size': 'fontSize', - 'id': 'id', - 'image_base64': 'imageBase64', - 'transparency': 'transparency', - 'watermark_text': 'watermarkText' - } - - self._display_angle = display_angle - self._enabled = enabled - self._font = font - self._font_color = font_color - self._font_size = font_size - self._id = id - self._image_base64 = image_base64 - self._transparency = transparency - self._watermark_text = watermark_text + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'display_angle': 'str', + 'enabled': 'str', + 'font': 'str', + 'font_color': 'str', + 'font_size': 'str', + 'id': 'str', + 'image_base64': 'str', + 'transparency': 'str', + 'watermark_text': 'str' + } + + attribute_map = { + 'display_angle': 'displayAngle', + 'enabled': 'enabled', + 'font': 'font', + 'font_color': 'fontColor', + 'font_size': 'fontSize', + 'id': 'id', + 'image_base64': 'imageBase64', + 'transparency': 'transparency', + 'watermark_text': 'watermarkText' + } + + def __init__(self, display_angle=None, enabled=None, font=None, font_color=None, font_size=None, id=None, image_base64=None, transparency=None, watermark_text=None): # noqa: E501 + """Watermark - a model defined in Swagger""" # noqa: E501 + + self._display_angle = None + self._enabled = None + self._font = None + self._font_color = None + self._font_size = None + self._id = None + self._image_base64 = None + self._transparency = None + self._watermark_text = None + self.discriminator = None + + if display_angle is not None: + self.display_angle = display_angle + if enabled is not None: + self.enabled = enabled + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_size is not None: + self.font_size = font_size + if id is not None: + self.id = id + if image_base64 is not None: + self.image_base64 = image_base64 + if transparency is not None: + self.transparency = transparency + if watermark_text is not None: + self.watermark_text = watermark_text @property def display_angle(self): - """ - Gets the display_angle of this Watermark. - + """Gets the display_angle of this Watermark. # noqa: E501 - :return: The display_angle of this Watermark. + # noqa: E501 + + :return: The display_angle of this Watermark. # noqa: E501 :rtype: str """ return self._display_angle @display_angle.setter def display_angle(self, display_angle): - """ - Sets the display_angle of this Watermark. - + """Sets the display_angle of this Watermark. - :param display_angle: The display_angle of this Watermark. + # noqa: E501 + + :param display_angle: The display_angle of this Watermark. # noqa: E501 :type: str """ @@ -89,22 +112,22 @@ def display_angle(self, display_angle): @property def enabled(self): - """ - Gets the enabled of this Watermark. - + """Gets the enabled of this Watermark. # noqa: E501 - :return: The enabled of this Watermark. + # noqa: E501 + + :return: The enabled of this Watermark. # noqa: E501 :rtype: str """ return self._enabled @enabled.setter def enabled(self, enabled): - """ - Sets the enabled of this Watermark. - + """Sets the enabled of this Watermark. - :param enabled: The enabled of this Watermark. + # noqa: E501 + + :param enabled: The enabled of this Watermark. # noqa: E501 :type: str """ @@ -112,22 +135,22 @@ def enabled(self, enabled): @property def font(self): - """ - Gets the font of this Watermark. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Watermark. # noqa: E501 - :return: The font of this Watermark. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :return: The font of this Watermark. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Watermark. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Watermark. - :param font: The font of this Watermark. + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 + + :param font: The font of this Watermark. # noqa: E501 :type: str """ @@ -135,22 +158,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Watermark. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Watermark. # noqa: E501 - :return: The font_color of this Watermark. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this Watermark. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Watermark. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Watermark. - :param font_color: The font_color of this Watermark. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this Watermark. # noqa: E501 :type: str """ @@ -158,22 +181,22 @@ def font_color(self, font_color): @property def font_size(self): - """ - Gets the font_size of this Watermark. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Watermark. # noqa: E501 - :return: The font_size of this Watermark. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this Watermark. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Watermark. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Watermark. - :param font_size: The font_size of this Watermark. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :param font_size: The font_size of this Watermark. # noqa: E501 :type: str """ @@ -181,22 +204,22 @@ def font_size(self, font_size): @property def id(self): - """ - Gets the id of this Watermark. - + """Gets the id of this Watermark. # noqa: E501 - :return: The id of this Watermark. + # noqa: E501 + + :return: The id of this Watermark. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this Watermark. - + """Sets the id of this Watermark. - :param id: The id of this Watermark. + # noqa: E501 + + :param id: The id of this Watermark. # noqa: E501 :type: str """ @@ -204,22 +227,22 @@ def id(self, id): @property def image_base64(self): - """ - Gets the image_base64 of this Watermark. - + """Gets the image_base64 of this Watermark. # noqa: E501 - :return: The image_base64 of this Watermark. + # noqa: E501 + + :return: The image_base64 of this Watermark. # noqa: E501 :rtype: str """ return self._image_base64 @image_base64.setter def image_base64(self, image_base64): - """ - Sets the image_base64 of this Watermark. - + """Sets the image_base64 of this Watermark. - :param image_base64: The image_base64 of this Watermark. + # noqa: E501 + + :param image_base64: The image_base64 of this Watermark. # noqa: E501 :type: str """ @@ -227,22 +250,22 @@ def image_base64(self, image_base64): @property def transparency(self): - """ - Gets the transparency of this Watermark. - + """Gets the transparency of this Watermark. # noqa: E501 - :return: The transparency of this Watermark. + # noqa: E501 + + :return: The transparency of this Watermark. # noqa: E501 :rtype: str """ return self._transparency @transparency.setter def transparency(self, transparency): - """ - Sets the transparency of this Watermark. - + """Sets the transparency of this Watermark. - :param transparency: The transparency of this Watermark. + # noqa: E501 + + :param transparency: The transparency of this Watermark. # noqa: E501 :type: str """ @@ -250,34 +273,32 @@ def transparency(self, transparency): @property def watermark_text(self): - """ - Gets the watermark_text of this Watermark. - + """Gets the watermark_text of this Watermark. # noqa: E501 - :return: The watermark_text of this Watermark. + # noqa: E501 + + :return: The watermark_text of this Watermark. # noqa: E501 :rtype: str """ return self._watermark_text @watermark_text.setter def watermark_text(self, watermark_text): - """ - Sets the watermark_text of this Watermark. - + """Sets the watermark_text of this Watermark. - :param watermark_text: The watermark_text of this Watermark. + # noqa: E501 + + :param watermark_text: The watermark_text of this Watermark. # noqa: E501 :type: str """ self._watermark_text = watermark_text def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -294,29 +315,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Watermark, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Watermark): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/witness.py b/docusign_esign/models/witness.py index 0bd05c40..b104db52 100644 --- a/docusign_esign/models/witness.py +++ b/docusign_esign/models/witness.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,320 +11,515 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Witness(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, bulk_recipients_uri=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, is_bulk_recipient=None, is_bulk_recipient_metadata=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None, witness_for=None, witness_for_guid=None): - """ - Witness - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'access_code': 'str', - 'access_code_metadata': 'PropertyMetadata', - 'add_access_code_to_email': 'str', - 'agent_can_edit_email': 'str', - 'agent_can_edit_name': 'str', - 'allow_system_override_for_locked_recipient': 'str', - 'auto_navigation': 'str', - 'bulk_recipients_uri': 'str', - 'can_sign_offline': 'str', - 'client_user_id': 'str', - 'completed_count': 'str', - 'creation_reason': 'str', - 'custom_fields': 'list[str]', - 'declined_date_time': 'str', - 'declined_reason': 'str', - 'default_recipient': 'str', - 'delivered_date_time': 'str', - 'delivery_method': 'str', - 'delivery_method_metadata': 'PropertyMetadata', - 'designator_id': 'str', - 'designator_id_guid': 'str', - 'document_visibility': 'list[DocumentVisibility]', - 'email': 'str', - 'email_metadata': 'PropertyMetadata', - 'email_notification': 'RecipientEmailNotification', - 'embedded_recipient_start_url': 'str', - 'error_details': 'ErrorDetails', - 'excluded_documents': 'list[str]', - 'fax_number': 'str', - 'fax_number_metadata': 'PropertyMetadata', - 'first_name': 'str', - 'first_name_metadata': 'PropertyMetadata', - 'full_name': 'str', - 'full_name_metadata': 'PropertyMetadata', - 'id_check_configuration_name': 'str', - 'id_check_configuration_name_metadata': 'PropertyMetadata', - 'id_check_information_input': 'IdCheckInformationInput', - 'identity_verification': 'RecipientIdentityVerification', - 'inherit_email_notification_configuration': 'str', - 'is_bulk_recipient': 'str', - 'is_bulk_recipient_metadata': 'PropertyMetadata', - 'last_name': 'str', - 'last_name_metadata': 'PropertyMetadata', - 'locked_recipient_phone_auth_editable': 'str', - 'locked_recipient_sms_editable': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'note': 'str', - 'note_metadata': 'PropertyMetadata', - 'offline_attributes': 'OfflineAttributes', - 'phone_authentication': 'RecipientPhoneAuthentication', - 'proof_file': 'RecipientProofFile', - 'recipient_attachments': 'list[RecipientAttachment]', - 'recipient_authentication_status': 'AuthenticationStatus', - 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_signature_providers': 'list[RecipientSignatureProvider]', - 'recipient_supplies_tabs': 'str', - 'recipient_type': 'str', - 'recipient_type_metadata': 'PropertyMetadata', - 'require_id_lookup': 'str', - 'require_id_lookup_metadata': 'PropertyMetadata', - 'require_signer_certificate': 'str', - 'require_sign_on_paper': 'str', - 'require_upload_signature': 'str', - 'role_name': 'str', - 'routing_order': 'str', - 'routing_order_metadata': 'PropertyMetadata', - 'sent_date_time': 'str', - 'signature_info': 'RecipientSignatureInformation', - 'signed_date_time': 'str', - 'sign_in_each_location': 'str', - 'sign_in_each_location_metadata': 'PropertyMetadata', - 'signing_group_id': 'str', - 'signing_group_id_metadata': 'PropertyMetadata', - 'signing_group_name': 'str', - 'signing_group_users': 'list[UserInfo]', - 'sms_authentication': 'RecipientSMSAuthentication', - 'social_authentications': 'list[SocialAuthentication]', - 'status': 'str', - 'status_code': 'str', - 'suppress_emails': 'str', - 'tabs': 'Tabs', - 'template_locked': 'str', - 'template_required': 'str', - 'total_tab_count': 'str', - 'user_id': 'str', - 'witness_for': 'str', - 'witness_for_guid': 'str' - } - - self.attribute_map = { - 'access_code': 'accessCode', - 'access_code_metadata': 'accessCodeMetadata', - 'add_access_code_to_email': 'addAccessCodeToEmail', - 'agent_can_edit_email': 'agentCanEditEmail', - 'agent_can_edit_name': 'agentCanEditName', - 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', - 'auto_navigation': 'autoNavigation', - 'bulk_recipients_uri': 'bulkRecipientsUri', - 'can_sign_offline': 'canSignOffline', - 'client_user_id': 'clientUserId', - 'completed_count': 'completedCount', - 'creation_reason': 'creationReason', - 'custom_fields': 'customFields', - 'declined_date_time': 'declinedDateTime', - 'declined_reason': 'declinedReason', - 'default_recipient': 'defaultRecipient', - 'delivered_date_time': 'deliveredDateTime', - 'delivery_method': 'deliveryMethod', - 'delivery_method_metadata': 'deliveryMethodMetadata', - 'designator_id': 'designatorId', - 'designator_id_guid': 'designatorIdGuid', - 'document_visibility': 'documentVisibility', - 'email': 'email', - 'email_metadata': 'emailMetadata', - 'email_notification': 'emailNotification', - 'embedded_recipient_start_url': 'embeddedRecipientStartURL', - 'error_details': 'errorDetails', - 'excluded_documents': 'excludedDocuments', - 'fax_number': 'faxNumber', - 'fax_number_metadata': 'faxNumberMetadata', - 'first_name': 'firstName', - 'first_name_metadata': 'firstNameMetadata', - 'full_name': 'fullName', - 'full_name_metadata': 'fullNameMetadata', - 'id_check_configuration_name': 'idCheckConfigurationName', - 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', - 'id_check_information_input': 'idCheckInformationInput', - 'identity_verification': 'identityVerification', - 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', - 'is_bulk_recipient': 'isBulkRecipient', - 'is_bulk_recipient_metadata': 'isBulkRecipientMetadata', - 'last_name': 'lastName', - 'last_name_metadata': 'lastNameMetadata', - 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', - 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'note': 'note', - 'note_metadata': 'noteMetadata', - 'offline_attributes': 'offlineAttributes', - 'phone_authentication': 'phoneAuthentication', - 'proof_file': 'proofFile', - 'recipient_attachments': 'recipientAttachments', - 'recipient_authentication_status': 'recipientAuthenticationStatus', - 'recipient_feature_metadata': 'recipientFeatureMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_signature_providers': 'recipientSignatureProviders', - 'recipient_supplies_tabs': 'recipientSuppliesTabs', - 'recipient_type': 'recipientType', - 'recipient_type_metadata': 'recipientTypeMetadata', - 'require_id_lookup': 'requireIdLookup', - 'require_id_lookup_metadata': 'requireIdLookupMetadata', - 'require_signer_certificate': 'requireSignerCertificate', - 'require_sign_on_paper': 'requireSignOnPaper', - 'require_upload_signature': 'requireUploadSignature', - 'role_name': 'roleName', - 'routing_order': 'routingOrder', - 'routing_order_metadata': 'routingOrderMetadata', - 'sent_date_time': 'sentDateTime', - 'signature_info': 'signatureInfo', - 'signed_date_time': 'signedDateTime', - 'sign_in_each_location': 'signInEachLocation', - 'sign_in_each_location_metadata': 'signInEachLocationMetadata', - 'signing_group_id': 'signingGroupId', - 'signing_group_id_metadata': 'signingGroupIdMetadata', - 'signing_group_name': 'signingGroupName', - 'signing_group_users': 'signingGroupUsers', - 'sms_authentication': 'smsAuthentication', - 'social_authentications': 'socialAuthentications', - 'status': 'status', - 'status_code': 'statusCode', - 'suppress_emails': 'suppressEmails', - 'tabs': 'tabs', - 'template_locked': 'templateLocked', - 'template_required': 'templateRequired', - 'total_tab_count': 'totalTabCount', - 'user_id': 'userId', - 'witness_for': 'witnessFor', - 'witness_for_guid': 'witnessForGuid' - } - self._access_code = access_code - self._access_code_metadata = access_code_metadata - self._add_access_code_to_email = add_access_code_to_email - self._agent_can_edit_email = agent_can_edit_email - self._agent_can_edit_name = agent_can_edit_name - self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient - self._auto_navigation = auto_navigation - self._bulk_recipients_uri = bulk_recipients_uri - self._can_sign_offline = can_sign_offline - self._client_user_id = client_user_id - self._completed_count = completed_count - self._creation_reason = creation_reason - self._custom_fields = custom_fields - self._declined_date_time = declined_date_time - self._declined_reason = declined_reason - self._default_recipient = default_recipient - self._delivered_date_time = delivered_date_time - self._delivery_method = delivery_method - self._delivery_method_metadata = delivery_method_metadata - self._designator_id = designator_id - self._designator_id_guid = designator_id_guid - self._document_visibility = document_visibility - self._email = email - self._email_metadata = email_metadata - self._email_notification = email_notification - self._embedded_recipient_start_url = embedded_recipient_start_url - self._error_details = error_details - self._excluded_documents = excluded_documents - self._fax_number = fax_number - self._fax_number_metadata = fax_number_metadata - self._first_name = first_name - self._first_name_metadata = first_name_metadata - self._full_name = full_name - self._full_name_metadata = full_name_metadata - self._id_check_configuration_name = id_check_configuration_name - self._id_check_configuration_name_metadata = id_check_configuration_name_metadata - self._id_check_information_input = id_check_information_input - self._identity_verification = identity_verification - self._inherit_email_notification_configuration = inherit_email_notification_configuration - self._is_bulk_recipient = is_bulk_recipient - self._is_bulk_recipient_metadata = is_bulk_recipient_metadata - self._last_name = last_name - self._last_name_metadata = last_name_metadata - self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable - self._locked_recipient_sms_editable = locked_recipient_sms_editable - self._name = name - self._name_metadata = name_metadata - self._note = note - self._note_metadata = note_metadata - self._offline_attributes = offline_attributes - self._phone_authentication = phone_authentication - self._proof_file = proof_file - self._recipient_attachments = recipient_attachments - self._recipient_authentication_status = recipient_authentication_status - self._recipient_feature_metadata = recipient_feature_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_signature_providers = recipient_signature_providers - self._recipient_supplies_tabs = recipient_supplies_tabs - self._recipient_type = recipient_type - self._recipient_type_metadata = recipient_type_metadata - self._require_id_lookup = require_id_lookup - self._require_id_lookup_metadata = require_id_lookup_metadata - self._require_signer_certificate = require_signer_certificate - self._require_sign_on_paper = require_sign_on_paper - self._require_upload_signature = require_upload_signature - self._role_name = role_name - self._routing_order = routing_order - self._routing_order_metadata = routing_order_metadata - self._sent_date_time = sent_date_time - self._signature_info = signature_info - self._signed_date_time = signed_date_time - self._sign_in_each_location = sign_in_each_location - self._sign_in_each_location_metadata = sign_in_each_location_metadata - self._signing_group_id = signing_group_id - self._signing_group_id_metadata = signing_group_id_metadata - self._signing_group_name = signing_group_name - self._signing_group_users = signing_group_users - self._sms_authentication = sms_authentication - self._social_authentications = social_authentications - self._status = status - self._status_code = status_code - self._suppress_emails = suppress_emails - self._tabs = tabs - self._template_locked = template_locked - self._template_required = template_required - self._total_tab_count = total_tab_count - self._user_id = user_id - self._witness_for = witness_for - self._witness_for_guid = witness_for_guid + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'additional_notifications_metadata': 'PropertyMetadata', + 'agent_can_edit_email': 'str', + 'agent_can_edit_name': 'str', + 'allow_system_override_for_locked_recipient': 'str', + 'auto_navigation': 'str', + 'bulk_recipients_uri': 'str', + 'can_sign_offline': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'creation_reason': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'default_recipient': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'excluded_documents': 'list[str]', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'is_bulk_recipient': 'str', + 'is_bulk_recipient_metadata': 'PropertyMetadata', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'offline_attributes': 'OfflineAttributes', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'proof_file': 'RecipientProofFile', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_signature_providers': 'list[RecipientSignatureProvider]', + 'recipient_supplies_tabs': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'require_signer_certificate': 'str', + 'require_sign_on_paper': 'str', + 'require_upload_signature': 'str', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signature_info': 'RecipientSignatureInformation', + 'signed_date_time': 'str', + 'sign_in_each_location': 'str', + 'sign_in_each_location_metadata': 'PropertyMetadata', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'tabs': 'Tabs', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str', + 'witness_for': 'str', + 'witness_for_guid': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'additional_notifications_metadata': 'additionalNotificationsMetadata', + 'agent_can_edit_email': 'agentCanEditEmail', + 'agent_can_edit_name': 'agentCanEditName', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'auto_navigation': 'autoNavigation', + 'bulk_recipients_uri': 'bulkRecipientsUri', + 'can_sign_offline': 'canSignOffline', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'creation_reason': 'creationReason', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'default_recipient': 'defaultRecipient', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'excluded_documents': 'excludedDocuments', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'is_bulk_recipient': 'isBulkRecipient', + 'is_bulk_recipient_metadata': 'isBulkRecipientMetadata', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'offline_attributes': 'offlineAttributes', + 'phone_authentication': 'phoneAuthentication', + 'proof_file': 'proofFile', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_signature_providers': 'recipientSignatureProviders', + 'recipient_supplies_tabs': 'recipientSuppliesTabs', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'require_signer_certificate': 'requireSignerCertificate', + 'require_sign_on_paper': 'requireSignOnPaper', + 'require_upload_signature': 'requireUploadSignature', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signature_info': 'signatureInfo', + 'signed_date_time': 'signedDateTime', + 'sign_in_each_location': 'signInEachLocation', + 'sign_in_each_location_metadata': 'signInEachLocationMetadata', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'tabs': 'tabs', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId', + 'witness_for': 'witnessFor', + 'witness_for_guid': 'witnessForGuid' + } + + def __init__(self, access_code=None, access_code_metadata=None, add_access_code_to_email=None, additional_notifications=None, additional_notifications_metadata=None, agent_can_edit_email=None, agent_can_edit_name=None, allow_system_override_for_locked_recipient=None, auto_navigation=None, bulk_recipients_uri=None, can_sign_offline=None, client_user_id=None, completed_count=None, creation_reason=None, custom_fields=None, declined_date_time=None, declined_reason=None, default_recipient=None, delivered_date_time=None, delivery_method=None, delivery_method_metadata=None, designator_id=None, designator_id_guid=None, document_visibility=None, email=None, email_metadata=None, email_notification=None, embedded_recipient_start_url=None, error_details=None, excluded_documents=None, fax_number=None, fax_number_metadata=None, first_name=None, first_name_metadata=None, full_name=None, full_name_metadata=None, id_check_configuration_name=None, id_check_configuration_name_metadata=None, id_check_information_input=None, identity_verification=None, inherit_email_notification_configuration=None, is_bulk_recipient=None, is_bulk_recipient_metadata=None, last_name=None, last_name_metadata=None, locked_recipient_phone_auth_editable=None, locked_recipient_sms_editable=None, name=None, name_metadata=None, note=None, note_metadata=None, offline_attributes=None, phone_authentication=None, proof_file=None, recipient_attachments=None, recipient_authentication_status=None, recipient_feature_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_signature_providers=None, recipient_supplies_tabs=None, recipient_type=None, recipient_type_metadata=None, require_id_lookup=None, require_id_lookup_metadata=None, require_signer_certificate=None, require_sign_on_paper=None, require_upload_signature=None, role_name=None, routing_order=None, routing_order_metadata=None, sent_date_time=None, signature_info=None, signed_date_time=None, sign_in_each_location=None, sign_in_each_location_metadata=None, signing_group_id=None, signing_group_id_metadata=None, signing_group_name=None, signing_group_users=None, sms_authentication=None, social_authentications=None, status=None, status_code=None, suppress_emails=None, tabs=None, template_locked=None, template_required=None, total_tab_count=None, user_id=None, witness_for=None, witness_for_guid=None): # noqa: E501 + """Witness - a model defined in Swagger""" # noqa: E501 + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._additional_notifications_metadata = None + self._agent_can_edit_email = None + self._agent_can_edit_name = None + self._allow_system_override_for_locked_recipient = None + self._auto_navigation = None + self._bulk_recipients_uri = None + self._can_sign_offline = None + self._client_user_id = None + self._completed_count = None + self._creation_reason = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._default_recipient = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._embedded_recipient_start_url = None + self._error_details = None + self._excluded_documents = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._is_bulk_recipient = None + self._is_bulk_recipient_metadata = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._offline_attributes = None + self._phone_authentication = None + self._proof_file = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_signature_providers = None + self._recipient_supplies_tabs = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._require_signer_certificate = None + self._require_sign_on_paper = None + self._require_upload_signature = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signature_info = None + self._signed_date_time = None + self._sign_in_each_location = None + self._sign_in_each_location_metadata = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._tabs = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self._witness_for = None + self._witness_for_guid = None + self.discriminator = None + + if access_code is not None: + self.access_code = access_code + if access_code_metadata is not None: + self.access_code_metadata = access_code_metadata + if add_access_code_to_email is not None: + self.add_access_code_to_email = add_access_code_to_email + if additional_notifications is not None: + self.additional_notifications = additional_notifications + if additional_notifications_metadata is not None: + self.additional_notifications_metadata = additional_notifications_metadata + if agent_can_edit_email is not None: + self.agent_can_edit_email = agent_can_edit_email + if agent_can_edit_name is not None: + self.agent_can_edit_name = agent_can_edit_name + if allow_system_override_for_locked_recipient is not None: + self.allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + if auto_navigation is not None: + self.auto_navigation = auto_navigation + if bulk_recipients_uri is not None: + self.bulk_recipients_uri = bulk_recipients_uri + if can_sign_offline is not None: + self.can_sign_offline = can_sign_offline + if client_user_id is not None: + self.client_user_id = client_user_id + if completed_count is not None: + self.completed_count = completed_count + if creation_reason is not None: + self.creation_reason = creation_reason + if custom_fields is not None: + self.custom_fields = custom_fields + if declined_date_time is not None: + self.declined_date_time = declined_date_time + if declined_reason is not None: + self.declined_reason = declined_reason + if default_recipient is not None: + self.default_recipient = default_recipient + if delivered_date_time is not None: + self.delivered_date_time = delivered_date_time + if delivery_method is not None: + self.delivery_method = delivery_method + if delivery_method_metadata is not None: + self.delivery_method_metadata = delivery_method_metadata + if designator_id is not None: + self.designator_id = designator_id + if designator_id_guid is not None: + self.designator_id_guid = designator_id_guid + if document_visibility is not None: + self.document_visibility = document_visibility + if email is not None: + self.email = email + if email_metadata is not None: + self.email_metadata = email_metadata + if email_notification is not None: + self.email_notification = email_notification + if embedded_recipient_start_url is not None: + self.embedded_recipient_start_url = embedded_recipient_start_url + if error_details is not None: + self.error_details = error_details + if excluded_documents is not None: + self.excluded_documents = excluded_documents + if fax_number is not None: + self.fax_number = fax_number + if fax_number_metadata is not None: + self.fax_number_metadata = fax_number_metadata + if first_name is not None: + self.first_name = first_name + if first_name_metadata is not None: + self.first_name_metadata = first_name_metadata + if full_name is not None: + self.full_name = full_name + if full_name_metadata is not None: + self.full_name_metadata = full_name_metadata + if id_check_configuration_name is not None: + self.id_check_configuration_name = id_check_configuration_name + if id_check_configuration_name_metadata is not None: + self.id_check_configuration_name_metadata = id_check_configuration_name_metadata + if id_check_information_input is not None: + self.id_check_information_input = id_check_information_input + if identity_verification is not None: + self.identity_verification = identity_verification + if inherit_email_notification_configuration is not None: + self.inherit_email_notification_configuration = inherit_email_notification_configuration + if is_bulk_recipient is not None: + self.is_bulk_recipient = is_bulk_recipient + if is_bulk_recipient_metadata is not None: + self.is_bulk_recipient_metadata = is_bulk_recipient_metadata + if last_name is not None: + self.last_name = last_name + if last_name_metadata is not None: + self.last_name_metadata = last_name_metadata + if locked_recipient_phone_auth_editable is not None: + self.locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + if locked_recipient_sms_editable is not None: + self.locked_recipient_sms_editable = locked_recipient_sms_editable + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if note is not None: + self.note = note + if note_metadata is not None: + self.note_metadata = note_metadata + if offline_attributes is not None: + self.offline_attributes = offline_attributes + if phone_authentication is not None: + self.phone_authentication = phone_authentication + if proof_file is not None: + self.proof_file = proof_file + if recipient_attachments is not None: + self.recipient_attachments = recipient_attachments + if recipient_authentication_status is not None: + self.recipient_authentication_status = recipient_authentication_status + if recipient_feature_metadata is not None: + self.recipient_feature_metadata = recipient_feature_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_signature_providers is not None: + self.recipient_signature_providers = recipient_signature_providers + if recipient_supplies_tabs is not None: + self.recipient_supplies_tabs = recipient_supplies_tabs + if recipient_type is not None: + self.recipient_type = recipient_type + if recipient_type_metadata is not None: + self.recipient_type_metadata = recipient_type_metadata + if require_id_lookup is not None: + self.require_id_lookup = require_id_lookup + if require_id_lookup_metadata is not None: + self.require_id_lookup_metadata = require_id_lookup_metadata + if require_signer_certificate is not None: + self.require_signer_certificate = require_signer_certificate + if require_sign_on_paper is not None: + self.require_sign_on_paper = require_sign_on_paper + if require_upload_signature is not None: + self.require_upload_signature = require_upload_signature + if role_name is not None: + self.role_name = role_name + if routing_order is not None: + self.routing_order = routing_order + if routing_order_metadata is not None: + self.routing_order_metadata = routing_order_metadata + if sent_date_time is not None: + self.sent_date_time = sent_date_time + if signature_info is not None: + self.signature_info = signature_info + if signed_date_time is not None: + self.signed_date_time = signed_date_time + if sign_in_each_location is not None: + self.sign_in_each_location = sign_in_each_location + if sign_in_each_location_metadata is not None: + self.sign_in_each_location_metadata = sign_in_each_location_metadata + if signing_group_id is not None: + self.signing_group_id = signing_group_id + if signing_group_id_metadata is not None: + self.signing_group_id_metadata = signing_group_id_metadata + if signing_group_name is not None: + self.signing_group_name = signing_group_name + if signing_group_users is not None: + self.signing_group_users = signing_group_users + if sms_authentication is not None: + self.sms_authentication = sms_authentication + if social_authentications is not None: + self.social_authentications = social_authentications + if status is not None: + self.status = status + if status_code is not None: + self.status_code = status_code + if suppress_emails is not None: + self.suppress_emails = suppress_emails + if tabs is not None: + self.tabs = tabs + if template_locked is not None: + self.template_locked = template_locked + if template_required is not None: + self.template_required = template_required + if total_tab_count is not None: + self.total_tab_count = total_tab_count + if user_id is not None: + self.user_id = user_id + if witness_for is not None: + self.witness_for = witness_for + if witness_for_guid is not None: + self.witness_for_guid = witness_for_guid @property def access_code(self): - """ - Gets the access_code of this Witness. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Gets the access_code of this Witness. # noqa: E501 - :return: The access_code of this Witness. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this Witness. # noqa: E501 :rtype: str """ return self._access_code @access_code.setter def access_code(self, access_code): - """ - Sets the access_code of this Witness. - If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. + """Sets the access_code of this Witness. - :param access_code: The access_code of this Witness. + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this Witness. # noqa: E501 :type: str """ @@ -332,20 +527,20 @@ def access_code(self, access_code): @property def access_code_metadata(self): - """ - Gets the access_code_metadata of this Witness. + """Gets the access_code_metadata of this Witness. # noqa: E501 - :return: The access_code_metadata of this Witness. + + :return: The access_code_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._access_code_metadata @access_code_metadata.setter def access_code_metadata(self, access_code_metadata): - """ - Sets the access_code_metadata of this Witness. + """Sets the access_code_metadata of this Witness. - :param access_code_metadata: The access_code_metadata of this Witness. + + :param access_code_metadata: The access_code_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -353,45 +548,89 @@ def access_code_metadata(self, access_code_metadata): @property def add_access_code_to_email(self): - """ - Gets the add_access_code_to_email of this Witness. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Gets the add_access_code_to_email of this Witness. # noqa: E501 - :return: The add_access_code_to_email of this Witness. + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :return: The add_access_code_to_email of this Witness. # noqa: E501 :rtype: str """ return self._add_access_code_to_email @add_access_code_to_email.setter def add_access_code_to_email(self, add_access_code_to_email): - """ - Sets the add_access_code_to_email of this Witness. - This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. + """Sets the add_access_code_to_email of this Witness. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 - :param add_access_code_to_email: The add_access_code_to_email of this Witness. + :param add_access_code_to_email: The add_access_code_to_email of this Witness. # noqa: E501 :type: str """ self._add_access_code_to_email = add_access_code_to_email @property - def agent_can_edit_email(self): + def additional_notifications(self): + """Gets the additional_notifications of this Witness. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Witness. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Witness. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Witness. # noqa: E501 + :type: list[RecipientAdditionalNotification] + """ + + self._additional_notifications = additional_notifications + + @property + def additional_notifications_metadata(self): + """Gets the additional_notifications_metadata of this Witness. # noqa: E501 + + + :return: The additional_notifications_metadata of this Witness. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._additional_notifications_metadata + + @additional_notifications_metadata.setter + def additional_notifications_metadata(self, additional_notifications_metadata): + """Sets the additional_notifications_metadata of this Witness. + + + :param additional_notifications_metadata: The additional_notifications_metadata of this Witness. # noqa: E501 + :type: PropertyMetadata """ - Gets the agent_can_edit_email of this Witness. - - :return: The agent_can_edit_email of this Witness. + self._additional_notifications_metadata = additional_notifications_metadata + + @property + def agent_can_edit_email(self): + """Gets the agent_can_edit_email of this Witness. # noqa: E501 + + # noqa: E501 + + :return: The agent_can_edit_email of this Witness. # noqa: E501 :rtype: str """ return self._agent_can_edit_email @agent_can_edit_email.setter def agent_can_edit_email(self, agent_can_edit_email): - """ - Sets the agent_can_edit_email of this Witness. - + """Sets the agent_can_edit_email of this Witness. - :param agent_can_edit_email: The agent_can_edit_email of this Witness. + # noqa: E501 + + :param agent_can_edit_email: The agent_can_edit_email of this Witness. # noqa: E501 :type: str """ @@ -399,22 +638,22 @@ def agent_can_edit_email(self, agent_can_edit_email): @property def agent_can_edit_name(self): - """ - Gets the agent_can_edit_name of this Witness. - + """Gets the agent_can_edit_name of this Witness. # noqa: E501 - :return: The agent_can_edit_name of this Witness. + # noqa: E501 + + :return: The agent_can_edit_name of this Witness. # noqa: E501 :rtype: str """ return self._agent_can_edit_name @agent_can_edit_name.setter def agent_can_edit_name(self, agent_can_edit_name): - """ - Sets the agent_can_edit_name of this Witness. - + """Sets the agent_can_edit_name of this Witness. - :param agent_can_edit_name: The agent_can_edit_name of this Witness. + # noqa: E501 + + :param agent_can_edit_name: The agent_can_edit_name of this Witness. # noqa: E501 :type: str """ @@ -422,22 +661,22 @@ def agent_can_edit_name(self, agent_can_edit_name): @property def allow_system_override_for_locked_recipient(self): - """ - Gets the allow_system_override_for_locked_recipient of this Witness. - + """Gets the allow_system_override_for_locked_recipient of this Witness. # noqa: E501 - :return: The allow_system_override_for_locked_recipient of this Witness. + # noqa: E501 + + :return: The allow_system_override_for_locked_recipient of this Witness. # noqa: E501 :rtype: str """ return self._allow_system_override_for_locked_recipient @allow_system_override_for_locked_recipient.setter def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): - """ - Sets the allow_system_override_for_locked_recipient of this Witness. - + """Sets the allow_system_override_for_locked_recipient of this Witness. - :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Witness. + # noqa: E501 + + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Witness. # noqa: E501 :type: str """ @@ -445,22 +684,22 @@ def allow_system_override_for_locked_recipient(self, allow_system_override_for_l @property def auto_navigation(self): - """ - Gets the auto_navigation of this Witness. - + """Gets the auto_navigation of this Witness. # noqa: E501 - :return: The auto_navigation of this Witness. + # noqa: E501 + + :return: The auto_navigation of this Witness. # noqa: E501 :rtype: str """ return self._auto_navigation @auto_navigation.setter def auto_navigation(self, auto_navigation): - """ - Sets the auto_navigation of this Witness. - + """Sets the auto_navigation of this Witness. - :param auto_navigation: The auto_navigation of this Witness. + # noqa: E501 + + :param auto_navigation: The auto_navigation of this Witness. # noqa: E501 :type: str """ @@ -468,22 +707,22 @@ def auto_navigation(self, auto_navigation): @property def bulk_recipients_uri(self): - """ - Gets the bulk_recipients_uri of this Witness. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Gets the bulk_recipients_uri of this Witness. # noqa: E501 - :return: The bulk_recipients_uri of this Witness. + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 + + :return: The bulk_recipients_uri of this Witness. # noqa: E501 :rtype: str """ return self._bulk_recipients_uri @bulk_recipients_uri.setter def bulk_recipients_uri(self, bulk_recipients_uri): - """ - Sets the bulk_recipients_uri of this Witness. - Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. + """Sets the bulk_recipients_uri of this Witness. - :param bulk_recipients_uri: The bulk_recipients_uri of this Witness. + Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. # noqa: E501 + + :param bulk_recipients_uri: The bulk_recipients_uri of this Witness. # noqa: E501 :type: str """ @@ -491,22 +730,22 @@ def bulk_recipients_uri(self, bulk_recipients_uri): @property def can_sign_offline(self): - """ - Gets the can_sign_offline of this Witness. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Gets the can_sign_offline of this Witness. # noqa: E501 - :return: The can_sign_offline of this Witness. + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 + + :return: The can_sign_offline of this Witness. # noqa: E501 :rtype: str """ return self._can_sign_offline @can_sign_offline.setter def can_sign_offline(self, can_sign_offline): - """ - Sets the can_sign_offline of this Witness. - When set to **true**, specifies that the signer can perform the signing ceremony offline. + """Sets the can_sign_offline of this Witness. + + When set to **true**, specifies that the signer can perform the signing ceremony offline. # noqa: E501 - :param can_sign_offline: The can_sign_offline of this Witness. + :param can_sign_offline: The can_sign_offline of this Witness. # noqa: E501 :type: str """ @@ -514,22 +753,22 @@ def can_sign_offline(self, can_sign_offline): @property def client_user_id(self): - """ - Gets the client_user_id of this Witness. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Gets the client_user_id of this Witness. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :return: The client_user_id of this Witness. + :return: The client_user_id of this Witness. # noqa: E501 :rtype: str """ return self._client_user_id @client_user_id.setter def client_user_id(self, client_user_id): - """ - Sets the client_user_id of this Witness. - Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. + """Sets the client_user_id of this Witness. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 - :param client_user_id: The client_user_id of this Witness. + :param client_user_id: The client_user_id of this Witness. # noqa: E501 :type: str """ @@ -537,22 +776,22 @@ def client_user_id(self, client_user_id): @property def completed_count(self): - """ - Gets the completed_count of this Witness. - + """Gets the completed_count of this Witness. # noqa: E501 + + # noqa: E501 - :return: The completed_count of this Witness. + :return: The completed_count of this Witness. # noqa: E501 :rtype: str """ return self._completed_count @completed_count.setter def completed_count(self, completed_count): - """ - Sets the completed_count of this Witness. - + """Sets the completed_count of this Witness. + + # noqa: E501 - :param completed_count: The completed_count of this Witness. + :param completed_count: The completed_count of this Witness. # noqa: E501 :type: str """ @@ -560,22 +799,22 @@ def completed_count(self, completed_count): @property def creation_reason(self): - """ - Gets the creation_reason of this Witness. - + """Gets the creation_reason of this Witness. # noqa: E501 + + # noqa: E501 - :return: The creation_reason of this Witness. + :return: The creation_reason of this Witness. # noqa: E501 :rtype: str """ return self._creation_reason @creation_reason.setter def creation_reason(self, creation_reason): - """ - Sets the creation_reason of this Witness. - + """Sets the creation_reason of this Witness. + + # noqa: E501 - :param creation_reason: The creation_reason of this Witness. + :param creation_reason: The creation_reason of this Witness. # noqa: E501 :type: str """ @@ -583,22 +822,22 @@ def creation_reason(self, creation_reason): @property def custom_fields(self): - """ - Gets the custom_fields of this Witness. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Gets the custom_fields of this Witness. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 - :return: The custom_fields of this Witness. + :return: The custom_fields of this Witness. # noqa: E501 :rtype: list[str] """ return self._custom_fields @custom_fields.setter def custom_fields(self, custom_fields): - """ - Sets the custom_fields of this Witness. - An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. + """Sets the custom_fields of this Witness. - :param custom_fields: The custom_fields of this Witness. + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :param custom_fields: The custom_fields of this Witness. # noqa: E501 :type: list[str] """ @@ -606,22 +845,22 @@ def custom_fields(self, custom_fields): @property def declined_date_time(self): - """ - Gets the declined_date_time of this Witness. - The date and time the recipient declined the document. + """Gets the declined_date_time of this Witness. # noqa: E501 - :return: The declined_date_time of this Witness. + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Witness. # noqa: E501 :rtype: str """ return self._declined_date_time @declined_date_time.setter def declined_date_time(self, declined_date_time): - """ - Sets the declined_date_time of this Witness. - The date and time the recipient declined the document. + """Sets the declined_date_time of this Witness. - :param declined_date_time: The declined_date_time of this Witness. + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this Witness. # noqa: E501 :type: str """ @@ -629,22 +868,22 @@ def declined_date_time(self, declined_date_time): @property def declined_reason(self): - """ - Gets the declined_reason of this Witness. - The reason the recipient declined the document. + """Gets the declined_reason of this Witness. # noqa: E501 - :return: The declined_reason of this Witness. + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this Witness. # noqa: E501 :rtype: str """ return self._declined_reason @declined_reason.setter def declined_reason(self, declined_reason): - """ - Sets the declined_reason of this Witness. - The reason the recipient declined the document. + """Sets the declined_reason of this Witness. - :param declined_reason: The declined_reason of this Witness. + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this Witness. # noqa: E501 :type: str """ @@ -652,22 +891,22 @@ def declined_reason(self, declined_reason): @property def default_recipient(self): - """ - Gets the default_recipient of this Witness. - + """Gets the default_recipient of this Witness. # noqa: E501 - :return: The default_recipient of this Witness. + # noqa: E501 + + :return: The default_recipient of this Witness. # noqa: E501 :rtype: str """ return self._default_recipient @default_recipient.setter def default_recipient(self, default_recipient): - """ - Sets the default_recipient of this Witness. - + """Sets the default_recipient of this Witness. - :param default_recipient: The default_recipient of this Witness. + # noqa: E501 + + :param default_recipient: The default_recipient of this Witness. # noqa: E501 :type: str """ @@ -675,22 +914,22 @@ def default_recipient(self, default_recipient): @property def delivered_date_time(self): - """ - Gets the delivered_date_time of this Witness. - Reserved: For DocuSign use only. + """Gets the delivered_date_time of this Witness. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivered_date_time of this Witness. + :return: The delivered_date_time of this Witness. # noqa: E501 :rtype: str """ return self._delivered_date_time @delivered_date_time.setter def delivered_date_time(self, delivered_date_time): - """ - Sets the delivered_date_time of this Witness. - Reserved: For DocuSign use only. + """Sets the delivered_date_time of this Witness. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivered_date_time: The delivered_date_time of this Witness. + :param delivered_date_time: The delivered_date_time of this Witness. # noqa: E501 :type: str """ @@ -698,22 +937,22 @@ def delivered_date_time(self, delivered_date_time): @property def delivery_method(self): - """ - Gets the delivery_method of this Witness. - Reserved: For DocuSign use only. + """Gets the delivery_method of this Witness. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The delivery_method of this Witness. + :return: The delivery_method of this Witness. # noqa: E501 :rtype: str """ return self._delivery_method @delivery_method.setter def delivery_method(self, delivery_method): - """ - Sets the delivery_method of this Witness. - Reserved: For DocuSign use only. + """Sets the delivery_method of this Witness. + + Reserved: For DocuSign use only. # noqa: E501 - :param delivery_method: The delivery_method of this Witness. + :param delivery_method: The delivery_method of this Witness. # noqa: E501 :type: str """ @@ -721,20 +960,20 @@ def delivery_method(self, delivery_method): @property def delivery_method_metadata(self): - """ - Gets the delivery_method_metadata of this Witness. + """Gets the delivery_method_metadata of this Witness. # noqa: E501 + - :return: The delivery_method_metadata of this Witness. + :return: The delivery_method_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._delivery_method_metadata @delivery_method_metadata.setter def delivery_method_metadata(self, delivery_method_metadata): - """ - Sets the delivery_method_metadata of this Witness. + """Sets the delivery_method_metadata of this Witness. + - :param delivery_method_metadata: The delivery_method_metadata of this Witness. + :param delivery_method_metadata: The delivery_method_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -742,22 +981,22 @@ def delivery_method_metadata(self, delivery_method_metadata): @property def designator_id(self): - """ - Gets the designator_id of this Witness. - + """Gets the designator_id of this Witness. # noqa: E501 + + # noqa: E501 - :return: The designator_id of this Witness. + :return: The designator_id of this Witness. # noqa: E501 :rtype: str """ return self._designator_id @designator_id.setter def designator_id(self, designator_id): - """ - Sets the designator_id of this Witness. - + """Sets the designator_id of this Witness. + + # noqa: E501 - :param designator_id: The designator_id of this Witness. + :param designator_id: The designator_id of this Witness. # noqa: E501 :type: str """ @@ -765,22 +1004,22 @@ def designator_id(self, designator_id): @property def designator_id_guid(self): - """ - Gets the designator_id_guid of this Witness. - + """Gets the designator_id_guid of this Witness. # noqa: E501 + + # noqa: E501 - :return: The designator_id_guid of this Witness. + :return: The designator_id_guid of this Witness. # noqa: E501 :rtype: str """ return self._designator_id_guid @designator_id_guid.setter def designator_id_guid(self, designator_id_guid): - """ - Sets the designator_id_guid of this Witness. - + """Sets the designator_id_guid of this Witness. + + # noqa: E501 - :param designator_id_guid: The designator_id_guid of this Witness. + :param designator_id_guid: The designator_id_guid of this Witness. # noqa: E501 :type: str """ @@ -788,22 +1027,22 @@ def designator_id_guid(self, designator_id_guid): @property def document_visibility(self): - """ - Gets the document_visibility of this Witness. - + """Gets the document_visibility of this Witness. # noqa: E501 + + # noqa: E501 - :return: The document_visibility of this Witness. + :return: The document_visibility of this Witness. # noqa: E501 :rtype: list[DocumentVisibility] """ return self._document_visibility @document_visibility.setter def document_visibility(self, document_visibility): - """ - Sets the document_visibility of this Witness. - + """Sets the document_visibility of this Witness. + + # noqa: E501 - :param document_visibility: The document_visibility of this Witness. + :param document_visibility: The document_visibility of this Witness. # noqa: E501 :type: list[DocumentVisibility] """ @@ -811,22 +1050,22 @@ def document_visibility(self, document_visibility): @property def email(self): - """ - Gets the email of this Witness. - + """Gets the email of this Witness. # noqa: E501 + + # noqa: E501 - :return: The email of this Witness. + :return: The email of this Witness. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this Witness. - + """Sets the email of this Witness. + + # noqa: E501 - :param email: The email of this Witness. + :param email: The email of this Witness. # noqa: E501 :type: str """ @@ -834,20 +1073,20 @@ def email(self, email): @property def email_metadata(self): - """ - Gets the email_metadata of this Witness. + """Gets the email_metadata of this Witness. # noqa: E501 + - :return: The email_metadata of this Witness. + :return: The email_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._email_metadata @email_metadata.setter def email_metadata(self, email_metadata): - """ - Sets the email_metadata of this Witness. + """Sets the email_metadata of this Witness. + - :param email_metadata: The email_metadata of this Witness. + :param email_metadata: The email_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -855,20 +1094,20 @@ def email_metadata(self, email_metadata): @property def email_notification(self): - """ - Gets the email_notification of this Witness. + """Gets the email_notification of this Witness. # noqa: E501 - :return: The email_notification of this Witness. + + :return: The email_notification of this Witness. # noqa: E501 :rtype: RecipientEmailNotification """ return self._email_notification @email_notification.setter def email_notification(self, email_notification): - """ - Sets the email_notification of this Witness. + """Sets the email_notification of this Witness. - :param email_notification: The email_notification of this Witness. + + :param email_notification: The email_notification of this Witness. # noqa: E501 :type: RecipientEmailNotification """ @@ -876,22 +1115,22 @@ def email_notification(self, email_notification): @property def embedded_recipient_start_url(self): - """ - Gets the embedded_recipient_start_url of this Witness. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Gets the embedded_recipient_start_url of this Witness. # noqa: E501 - :return: The embedded_recipient_start_url of this Witness. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this Witness. # noqa: E501 :rtype: str """ return self._embedded_recipient_start_url @embedded_recipient_start_url.setter def embedded_recipient_start_url(self, embedded_recipient_start_url): - """ - Sets the embedded_recipient_start_url of this Witness. - Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` + """Sets the embedded_recipient_start_url of this Witness. - :param embedded_recipient_start_url: The embedded_recipient_start_url of this Witness. + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Witness. # noqa: E501 :type: str """ @@ -899,20 +1138,20 @@ def embedded_recipient_start_url(self, embedded_recipient_start_url): @property def error_details(self): - """ - Gets the error_details of this Witness. + """Gets the error_details of this Witness. # noqa: E501 - :return: The error_details of this Witness. + + :return: The error_details of this Witness. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Witness. + """Sets the error_details of this Witness. - :param error_details: The error_details of this Witness. + + :param error_details: The error_details of this Witness. # noqa: E501 :type: ErrorDetails """ @@ -920,22 +1159,22 @@ def error_details(self, error_details): @property def excluded_documents(self): - """ - Gets the excluded_documents of this Witness. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Gets the excluded_documents of this Witness. # noqa: E501 - :return: The excluded_documents of this Witness. + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 + + :return: The excluded_documents of this Witness. # noqa: E501 :rtype: list[str] """ return self._excluded_documents @excluded_documents.setter def excluded_documents(self, excluded_documents): - """ - Sets the excluded_documents of this Witness. - Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. + """Sets the excluded_documents of this Witness. + + Specifies the documents that are not visible to this recipient. Document Visibility must be enabled for the account and the `enforceSignerVisibility` property must be set to **true** for the envelope to use this. When enforce signer visibility is enabled, documents with tabs can only be viewed by signers that have a tab on that document. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have tabs are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. # noqa: E501 - :param excluded_documents: The excluded_documents of this Witness. + :param excluded_documents: The excluded_documents of this Witness. # noqa: E501 :type: list[str] """ @@ -943,22 +1182,22 @@ def excluded_documents(self, excluded_documents): @property def fax_number(self): - """ - Gets the fax_number of this Witness. - Reserved: + """Gets the fax_number of this Witness. # noqa: E501 + + Reserved: # noqa: E501 - :return: The fax_number of this Witness. + :return: The fax_number of this Witness. # noqa: E501 :rtype: str """ return self._fax_number @fax_number.setter def fax_number(self, fax_number): - """ - Sets the fax_number of this Witness. - Reserved: + """Sets the fax_number of this Witness. + + Reserved: # noqa: E501 - :param fax_number: The fax_number of this Witness. + :param fax_number: The fax_number of this Witness. # noqa: E501 :type: str """ @@ -966,20 +1205,20 @@ def fax_number(self, fax_number): @property def fax_number_metadata(self): - """ - Gets the fax_number_metadata of this Witness. + """Gets the fax_number_metadata of this Witness. # noqa: E501 + - :return: The fax_number_metadata of this Witness. + :return: The fax_number_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._fax_number_metadata @fax_number_metadata.setter def fax_number_metadata(self, fax_number_metadata): - """ - Sets the fax_number_metadata of this Witness. + """Sets the fax_number_metadata of this Witness. + - :param fax_number_metadata: The fax_number_metadata of this Witness. + :param fax_number_metadata: The fax_number_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -987,22 +1226,22 @@ def fax_number_metadata(self, fax_number_metadata): @property def first_name(self): - """ - Gets the first_name of this Witness. - The user's first name. Maximum Length: 50 characters. + """Gets the first_name of this Witness. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :return: The first_name of this Witness. + :return: The first_name of this Witness. # noqa: E501 :rtype: str """ return self._first_name @first_name.setter def first_name(self, first_name): - """ - Sets the first_name of this Witness. - The user's first name. Maximum Length: 50 characters. + """Sets the first_name of this Witness. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 - :param first_name: The first_name of this Witness. + :param first_name: The first_name of this Witness. # noqa: E501 :type: str """ @@ -1010,20 +1249,20 @@ def first_name(self, first_name): @property def first_name_metadata(self): - """ - Gets the first_name_metadata of this Witness. + """Gets the first_name_metadata of this Witness. # noqa: E501 + - :return: The first_name_metadata of this Witness. + :return: The first_name_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._first_name_metadata @first_name_metadata.setter def first_name_metadata(self, first_name_metadata): - """ - Sets the first_name_metadata of this Witness. + """Sets the first_name_metadata of this Witness. - :param first_name_metadata: The first_name_metadata of this Witness. + + :param first_name_metadata: The first_name_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1031,22 +1270,22 @@ def first_name_metadata(self, first_name_metadata): @property def full_name(self): - """ - Gets the full_name of this Witness. - + """Gets the full_name of this Witness. # noqa: E501 - :return: The full_name of this Witness. + # noqa: E501 + + :return: The full_name of this Witness. # noqa: E501 :rtype: str """ return self._full_name @full_name.setter def full_name(self, full_name): - """ - Sets the full_name of this Witness. - + """Sets the full_name of this Witness. - :param full_name: The full_name of this Witness. + # noqa: E501 + + :param full_name: The full_name of this Witness. # noqa: E501 :type: str """ @@ -1054,20 +1293,20 @@ def full_name(self, full_name): @property def full_name_metadata(self): - """ - Gets the full_name_metadata of this Witness. + """Gets the full_name_metadata of this Witness. # noqa: E501 - :return: The full_name_metadata of this Witness. + + :return: The full_name_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._full_name_metadata @full_name_metadata.setter def full_name_metadata(self, full_name_metadata): - """ - Sets the full_name_metadata of this Witness. + """Sets the full_name_metadata of this Witness. - :param full_name_metadata: The full_name_metadata of this Witness. + + :param full_name_metadata: The full_name_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1075,22 +1314,22 @@ def full_name_metadata(self, full_name_metadata): @property def id_check_configuration_name(self): - """ - Gets the id_check_configuration_name of this Witness. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Gets the id_check_configuration_name of this Witness. # noqa: E501 - :return: The id_check_configuration_name of this Witness. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :return: The id_check_configuration_name of this Witness. # noqa: E501 :rtype: str """ return self._id_check_configuration_name @id_check_configuration_name.setter def id_check_configuration_name(self, id_check_configuration_name): - """ - Sets the id_check_configuration_name of this Witness. - Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. + """Sets the id_check_configuration_name of this Witness. - :param id_check_configuration_name: The id_check_configuration_name of this Witness. + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :param id_check_configuration_name: The id_check_configuration_name of this Witness. # noqa: E501 :type: str """ @@ -1098,20 +1337,20 @@ def id_check_configuration_name(self, id_check_configuration_name): @property def id_check_configuration_name_metadata(self): - """ - Gets the id_check_configuration_name_metadata of this Witness. + """Gets the id_check_configuration_name_metadata of this Witness. # noqa: E501 - :return: The id_check_configuration_name_metadata of this Witness. + + :return: The id_check_configuration_name_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._id_check_configuration_name_metadata @id_check_configuration_name_metadata.setter def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): - """ - Sets the id_check_configuration_name_metadata of this Witness. + """Sets the id_check_configuration_name_metadata of this Witness. - :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Witness. + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1119,20 +1358,20 @@ def id_check_configuration_name_metadata(self, id_check_configuration_name_metad @property def id_check_information_input(self): - """ - Gets the id_check_information_input of this Witness. + """Gets the id_check_information_input of this Witness. # noqa: E501 - :return: The id_check_information_input of this Witness. + + :return: The id_check_information_input of this Witness. # noqa: E501 :rtype: IdCheckInformationInput """ return self._id_check_information_input @id_check_information_input.setter def id_check_information_input(self, id_check_information_input): - """ - Sets the id_check_information_input of this Witness. + """Sets the id_check_information_input of this Witness. - :param id_check_information_input: The id_check_information_input of this Witness. + + :param id_check_information_input: The id_check_information_input of this Witness. # noqa: E501 :type: IdCheckInformationInput """ @@ -1140,20 +1379,20 @@ def id_check_information_input(self, id_check_information_input): @property def identity_verification(self): - """ - Gets the identity_verification of this Witness. + """Gets the identity_verification of this Witness. # noqa: E501 - :return: The identity_verification of this Witness. + + :return: The identity_verification of this Witness. # noqa: E501 :rtype: RecipientIdentityVerification """ return self._identity_verification @identity_verification.setter def identity_verification(self, identity_verification): - """ - Sets the identity_verification of this Witness. + """Sets the identity_verification of this Witness. - :param identity_verification: The identity_verification of this Witness. + + :param identity_verification: The identity_verification of this Witness. # noqa: E501 :type: RecipientIdentityVerification """ @@ -1161,22 +1400,22 @@ def identity_verification(self, identity_verification): @property def inherit_email_notification_configuration(self): - """ - Gets the inherit_email_notification_configuration of this Witness. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Gets the inherit_email_notification_configuration of this Witness. # noqa: E501 - :return: The inherit_email_notification_configuration of this Witness. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this Witness. # noqa: E501 :rtype: str """ return self._inherit_email_notification_configuration @inherit_email_notification_configuration.setter def inherit_email_notification_configuration(self, inherit_email_notification_configuration): - """ - Sets the inherit_email_notification_configuration of this Witness. - When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. + """Sets the inherit_email_notification_configuration of this Witness. - :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Witness. + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Witness. # noqa: E501 :type: str """ @@ -1184,22 +1423,22 @@ def inherit_email_notification_configuration(self, inherit_email_notification_co @property def is_bulk_recipient(self): - """ - Gets the is_bulk_recipient of this Witness. - + """Gets the is_bulk_recipient of this Witness. # noqa: E501 + + # noqa: E501 - :return: The is_bulk_recipient of this Witness. + :return: The is_bulk_recipient of this Witness. # noqa: E501 :rtype: str """ return self._is_bulk_recipient @is_bulk_recipient.setter def is_bulk_recipient(self, is_bulk_recipient): - """ - Sets the is_bulk_recipient of this Witness. - + """Sets the is_bulk_recipient of this Witness. + + # noqa: E501 - :param is_bulk_recipient: The is_bulk_recipient of this Witness. + :param is_bulk_recipient: The is_bulk_recipient of this Witness. # noqa: E501 :type: str """ @@ -1207,20 +1446,20 @@ def is_bulk_recipient(self, is_bulk_recipient): @property def is_bulk_recipient_metadata(self): - """ - Gets the is_bulk_recipient_metadata of this Witness. + """Gets the is_bulk_recipient_metadata of this Witness. # noqa: E501 + - :return: The is_bulk_recipient_metadata of this Witness. + :return: The is_bulk_recipient_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._is_bulk_recipient_metadata @is_bulk_recipient_metadata.setter def is_bulk_recipient_metadata(self, is_bulk_recipient_metadata): - """ - Sets the is_bulk_recipient_metadata of this Witness. + """Sets the is_bulk_recipient_metadata of this Witness. + - :param is_bulk_recipient_metadata: The is_bulk_recipient_metadata of this Witness. + :param is_bulk_recipient_metadata: The is_bulk_recipient_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1228,22 +1467,22 @@ def is_bulk_recipient_metadata(self, is_bulk_recipient_metadata): @property def last_name(self): - """ - Gets the last_name of this Witness. - + """Gets the last_name of this Witness. # noqa: E501 + + # noqa: E501 - :return: The last_name of this Witness. + :return: The last_name of this Witness. # noqa: E501 :rtype: str """ return self._last_name @last_name.setter def last_name(self, last_name): - """ - Sets the last_name of this Witness. - + """Sets the last_name of this Witness. + + # noqa: E501 - :param last_name: The last_name of this Witness. + :param last_name: The last_name of this Witness. # noqa: E501 :type: str """ @@ -1251,20 +1490,20 @@ def last_name(self, last_name): @property def last_name_metadata(self): - """ - Gets the last_name_metadata of this Witness. + """Gets the last_name_metadata of this Witness. # noqa: E501 + - :return: The last_name_metadata of this Witness. + :return: The last_name_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._last_name_metadata @last_name_metadata.setter def last_name_metadata(self, last_name_metadata): - """ - Sets the last_name_metadata of this Witness. + """Sets the last_name_metadata of this Witness. + - :param last_name_metadata: The last_name_metadata of this Witness. + :param last_name_metadata: The last_name_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1272,22 +1511,22 @@ def last_name_metadata(self, last_name_metadata): @property def locked_recipient_phone_auth_editable(self): - """ - Gets the locked_recipient_phone_auth_editable of this Witness. - + """Gets the locked_recipient_phone_auth_editable of this Witness. # noqa: E501 - :return: The locked_recipient_phone_auth_editable of this Witness. + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this Witness. # noqa: E501 :rtype: str """ return self._locked_recipient_phone_auth_editable @locked_recipient_phone_auth_editable.setter def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): - """ - Sets the locked_recipient_phone_auth_editable of this Witness. - + """Sets the locked_recipient_phone_auth_editable of this Witness. - :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Witness. + # noqa: E501 + + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Witness. # noqa: E501 :type: str """ @@ -1295,22 +1534,22 @@ def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_edita @property def locked_recipient_sms_editable(self): - """ - Gets the locked_recipient_sms_editable of this Witness. - + """Gets the locked_recipient_sms_editable of this Witness. # noqa: E501 - :return: The locked_recipient_sms_editable of this Witness. + # noqa: E501 + + :return: The locked_recipient_sms_editable of this Witness. # noqa: E501 :rtype: str """ return self._locked_recipient_sms_editable @locked_recipient_sms_editable.setter def locked_recipient_sms_editable(self, locked_recipient_sms_editable): - """ - Sets the locked_recipient_sms_editable of this Witness. - + """Sets the locked_recipient_sms_editable of this Witness. - :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Witness. + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Witness. # noqa: E501 :type: str """ @@ -1318,22 +1557,22 @@ def locked_recipient_sms_editable(self, locked_recipient_sms_editable): @property def name(self): - """ - Gets the name of this Witness. - + """Gets the name of this Witness. # noqa: E501 - :return: The name of this Witness. + # noqa: E501 + + :return: The name of this Witness. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Witness. - + """Sets the name of this Witness. - :param name: The name of this Witness. + # noqa: E501 + + :param name: The name of this Witness. # noqa: E501 :type: str """ @@ -1341,20 +1580,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Witness. + """Gets the name_metadata of this Witness. # noqa: E501 - :return: The name_metadata of this Witness. + + :return: The name_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Witness. + """Sets the name_metadata of this Witness. + - :param name_metadata: The name_metadata of this Witness. + :param name_metadata: The name_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1362,22 +1601,22 @@ def name_metadata(self, name_metadata): @property def note(self): - """ - Gets the note of this Witness. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Gets the note of this Witness. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :return: The note of this Witness. + :return: The note of this Witness. # noqa: E501 :rtype: str """ return self._note @note.setter def note(self, note): - """ - Sets the note of this Witness. - Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. + """Sets the note of this Witness. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 - :param note: The note of this Witness. + :param note: The note of this Witness. # noqa: E501 :type: str """ @@ -1385,20 +1624,20 @@ def note(self, note): @property def note_metadata(self): - """ - Gets the note_metadata of this Witness. + """Gets the note_metadata of this Witness. # noqa: E501 + - :return: The note_metadata of this Witness. + :return: The note_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._note_metadata @note_metadata.setter def note_metadata(self, note_metadata): - """ - Sets the note_metadata of this Witness. + """Sets the note_metadata of this Witness. + - :param note_metadata: The note_metadata of this Witness. + :param note_metadata: The note_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1406,20 +1645,20 @@ def note_metadata(self, note_metadata): @property def offline_attributes(self): - """ - Gets the offline_attributes of this Witness. + """Gets the offline_attributes of this Witness. # noqa: E501 + - :return: The offline_attributes of this Witness. + :return: The offline_attributes of this Witness. # noqa: E501 :rtype: OfflineAttributes """ return self._offline_attributes @offline_attributes.setter def offline_attributes(self, offline_attributes): - """ - Sets the offline_attributes of this Witness. + """Sets the offline_attributes of this Witness. + - :param offline_attributes: The offline_attributes of this Witness. + :param offline_attributes: The offline_attributes of this Witness. # noqa: E501 :type: OfflineAttributes """ @@ -1427,20 +1666,20 @@ def offline_attributes(self, offline_attributes): @property def phone_authentication(self): - """ - Gets the phone_authentication of this Witness. + """Gets the phone_authentication of this Witness. # noqa: E501 + - :return: The phone_authentication of this Witness. + :return: The phone_authentication of this Witness. # noqa: E501 :rtype: RecipientPhoneAuthentication """ return self._phone_authentication @phone_authentication.setter def phone_authentication(self, phone_authentication): - """ - Sets the phone_authentication of this Witness. + """Sets the phone_authentication of this Witness. + - :param phone_authentication: The phone_authentication of this Witness. + :param phone_authentication: The phone_authentication of this Witness. # noqa: E501 :type: RecipientPhoneAuthentication """ @@ -1448,20 +1687,20 @@ def phone_authentication(self, phone_authentication): @property def proof_file(self): - """ - Gets the proof_file of this Witness. + """Gets the proof_file of this Witness. # noqa: E501 + - :return: The proof_file of this Witness. + :return: The proof_file of this Witness. # noqa: E501 :rtype: RecipientProofFile """ return self._proof_file @proof_file.setter def proof_file(self, proof_file): - """ - Sets the proof_file of this Witness. + """Sets the proof_file of this Witness. + - :param proof_file: The proof_file of this Witness. + :param proof_file: The proof_file of this Witness. # noqa: E501 :type: RecipientProofFile """ @@ -1469,22 +1708,22 @@ def proof_file(self, proof_file): @property def recipient_attachments(self): - """ - Gets the recipient_attachments of this Witness. - Reserved: + """Gets the recipient_attachments of this Witness. # noqa: E501 + + Reserved: # noqa: E501 - :return: The recipient_attachments of this Witness. + :return: The recipient_attachments of this Witness. # noqa: E501 :rtype: list[RecipientAttachment] """ return self._recipient_attachments @recipient_attachments.setter def recipient_attachments(self, recipient_attachments): - """ - Sets the recipient_attachments of this Witness. - Reserved: + """Sets the recipient_attachments of this Witness. + + Reserved: # noqa: E501 - :param recipient_attachments: The recipient_attachments of this Witness. + :param recipient_attachments: The recipient_attachments of this Witness. # noqa: E501 :type: list[RecipientAttachment] """ @@ -1492,20 +1731,20 @@ def recipient_attachments(self, recipient_attachments): @property def recipient_authentication_status(self): - """ - Gets the recipient_authentication_status of this Witness. + """Gets the recipient_authentication_status of this Witness. # noqa: E501 + - :return: The recipient_authentication_status of this Witness. + :return: The recipient_authentication_status of this Witness. # noqa: E501 :rtype: AuthenticationStatus """ return self._recipient_authentication_status @recipient_authentication_status.setter def recipient_authentication_status(self, recipient_authentication_status): - """ - Sets the recipient_authentication_status of this Witness. + """Sets the recipient_authentication_status of this Witness. + - :param recipient_authentication_status: The recipient_authentication_status of this Witness. + :param recipient_authentication_status: The recipient_authentication_status of this Witness. # noqa: E501 :type: AuthenticationStatus """ @@ -1513,22 +1752,22 @@ def recipient_authentication_status(self, recipient_authentication_status): @property def recipient_feature_metadata(self): - """ - Gets the recipient_feature_metadata of this Witness. - + """Gets the recipient_feature_metadata of this Witness. # noqa: E501 + + # noqa: E501 - :return: The recipient_feature_metadata of this Witness. + :return: The recipient_feature_metadata of this Witness. # noqa: E501 :rtype: list[FeatureAvailableMetadata] """ return self._recipient_feature_metadata @recipient_feature_metadata.setter def recipient_feature_metadata(self, recipient_feature_metadata): - """ - Sets the recipient_feature_metadata of this Witness. - + """Sets the recipient_feature_metadata of this Witness. - :param recipient_feature_metadata: The recipient_feature_metadata of this Witness. + # noqa: E501 + + :param recipient_feature_metadata: The recipient_feature_metadata of this Witness. # noqa: E501 :type: list[FeatureAvailableMetadata] """ @@ -1536,22 +1775,22 @@ def recipient_feature_metadata(self, recipient_feature_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Witness. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Witness. # noqa: E501 - :return: The recipient_id of this Witness. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Witness. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Witness. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Witness. - :param recipient_id: The recipient_id of this Witness. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Witness. # noqa: E501 :type: str """ @@ -1559,22 +1798,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Witness. - + """Gets the recipient_id_guid of this Witness. # noqa: E501 - :return: The recipient_id_guid of this Witness. + # noqa: E501 + + :return: The recipient_id_guid of this Witness. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Witness. - + """Sets the recipient_id_guid of this Witness. - :param recipient_id_guid: The recipient_id_guid of this Witness. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Witness. # noqa: E501 :type: str """ @@ -1582,22 +1821,22 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_signature_providers(self): - """ - Gets the recipient_signature_providers of this Witness. - + """Gets the recipient_signature_providers of this Witness. # noqa: E501 - :return: The recipient_signature_providers of this Witness. + # noqa: E501 + + :return: The recipient_signature_providers of this Witness. # noqa: E501 :rtype: list[RecipientSignatureProvider] """ return self._recipient_signature_providers @recipient_signature_providers.setter def recipient_signature_providers(self, recipient_signature_providers): - """ - Sets the recipient_signature_providers of this Witness. - + """Sets the recipient_signature_providers of this Witness. - :param recipient_signature_providers: The recipient_signature_providers of this Witness. + # noqa: E501 + + :param recipient_signature_providers: The recipient_signature_providers of this Witness. # noqa: E501 :type: list[RecipientSignatureProvider] """ @@ -1605,22 +1844,22 @@ def recipient_signature_providers(self, recipient_signature_providers): @property def recipient_supplies_tabs(self): - """ - Gets the recipient_supplies_tabs of this Witness. - + """Gets the recipient_supplies_tabs of this Witness. # noqa: E501 + + # noqa: E501 - :return: The recipient_supplies_tabs of this Witness. + :return: The recipient_supplies_tabs of this Witness. # noqa: E501 :rtype: str """ return self._recipient_supplies_tabs @recipient_supplies_tabs.setter def recipient_supplies_tabs(self, recipient_supplies_tabs): - """ - Sets the recipient_supplies_tabs of this Witness. - + """Sets the recipient_supplies_tabs of this Witness. + + # noqa: E501 - :param recipient_supplies_tabs: The recipient_supplies_tabs of this Witness. + :param recipient_supplies_tabs: The recipient_supplies_tabs of this Witness. # noqa: E501 :type: str """ @@ -1628,22 +1867,22 @@ def recipient_supplies_tabs(self, recipient_supplies_tabs): @property def recipient_type(self): - """ - Gets the recipient_type of this Witness. - + """Gets the recipient_type of this Witness. # noqa: E501 + + # noqa: E501 - :return: The recipient_type of this Witness. + :return: The recipient_type of this Witness. # noqa: E501 :rtype: str """ return self._recipient_type @recipient_type.setter def recipient_type(self, recipient_type): - """ - Sets the recipient_type of this Witness. - + """Sets the recipient_type of this Witness. + + # noqa: E501 - :param recipient_type: The recipient_type of this Witness. + :param recipient_type: The recipient_type of this Witness. # noqa: E501 :type: str """ @@ -1651,20 +1890,20 @@ def recipient_type(self, recipient_type): @property def recipient_type_metadata(self): - """ - Gets the recipient_type_metadata of this Witness. + """Gets the recipient_type_metadata of this Witness. # noqa: E501 + - :return: The recipient_type_metadata of this Witness. + :return: The recipient_type_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_type_metadata @recipient_type_metadata.setter def recipient_type_metadata(self, recipient_type_metadata): - """ - Sets the recipient_type_metadata of this Witness. + """Sets the recipient_type_metadata of this Witness. + - :param recipient_type_metadata: The recipient_type_metadata of this Witness. + :param recipient_type_metadata: The recipient_type_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1672,22 +1911,22 @@ def recipient_type_metadata(self, recipient_type_metadata): @property def require_id_lookup(self): - """ - Gets the require_id_lookup of this Witness. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Gets the require_id_lookup of this Witness. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :return: The require_id_lookup of this Witness. + :return: The require_id_lookup of this Witness. # noqa: E501 :rtype: str """ return self._require_id_lookup @require_id_lookup.setter def require_id_lookup(self, require_id_lookup): - """ - Sets the require_id_lookup of this Witness. - When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. + """Sets the require_id_lookup of this Witness. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 - :param require_id_lookup: The require_id_lookup of this Witness. + :param require_id_lookup: The require_id_lookup of this Witness. # noqa: E501 :type: str """ @@ -1695,20 +1934,20 @@ def require_id_lookup(self, require_id_lookup): @property def require_id_lookup_metadata(self): - """ - Gets the require_id_lookup_metadata of this Witness. + """Gets the require_id_lookup_metadata of this Witness. # noqa: E501 - :return: The require_id_lookup_metadata of this Witness. + + :return: The require_id_lookup_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._require_id_lookup_metadata @require_id_lookup_metadata.setter def require_id_lookup_metadata(self, require_id_lookup_metadata): - """ - Sets the require_id_lookup_metadata of this Witness. + """Sets the require_id_lookup_metadata of this Witness. - :param require_id_lookup_metadata: The require_id_lookup_metadata of this Witness. + + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1716,22 +1955,22 @@ def require_id_lookup_metadata(self, require_id_lookup_metadata): @property def require_signer_certificate(self): - """ - Gets the require_signer_certificate of this Witness. - + """Gets the require_signer_certificate of this Witness. # noqa: E501 - :return: The require_signer_certificate of this Witness. + # noqa: E501 + + :return: The require_signer_certificate of this Witness. # noqa: E501 :rtype: str """ return self._require_signer_certificate @require_signer_certificate.setter def require_signer_certificate(self, require_signer_certificate): - """ - Sets the require_signer_certificate of this Witness. - + """Sets the require_signer_certificate of this Witness. - :param require_signer_certificate: The require_signer_certificate of this Witness. + # noqa: E501 + + :param require_signer_certificate: The require_signer_certificate of this Witness. # noqa: E501 :type: str """ @@ -1739,22 +1978,22 @@ def require_signer_certificate(self, require_signer_certificate): @property def require_sign_on_paper(self): - """ - Gets the require_sign_on_paper of this Witness. - + """Gets the require_sign_on_paper of this Witness. # noqa: E501 - :return: The require_sign_on_paper of this Witness. + # noqa: E501 + + :return: The require_sign_on_paper of this Witness. # noqa: E501 :rtype: str """ return self._require_sign_on_paper @require_sign_on_paper.setter def require_sign_on_paper(self, require_sign_on_paper): - """ - Sets the require_sign_on_paper of this Witness. - + """Sets the require_sign_on_paper of this Witness. - :param require_sign_on_paper: The require_sign_on_paper of this Witness. + # noqa: E501 + + :param require_sign_on_paper: The require_sign_on_paper of this Witness. # noqa: E501 :type: str """ @@ -1762,22 +2001,22 @@ def require_sign_on_paper(self, require_sign_on_paper): @property def require_upload_signature(self): - """ - Gets the require_upload_signature of this Witness. - + """Gets the require_upload_signature of this Witness. # noqa: E501 - :return: The require_upload_signature of this Witness. + # noqa: E501 + + :return: The require_upload_signature of this Witness. # noqa: E501 :rtype: str """ return self._require_upload_signature @require_upload_signature.setter def require_upload_signature(self, require_upload_signature): - """ - Sets the require_upload_signature of this Witness. - + """Sets the require_upload_signature of this Witness. - :param require_upload_signature: The require_upload_signature of this Witness. + # noqa: E501 + + :param require_upload_signature: The require_upload_signature of this Witness. # noqa: E501 :type: str """ @@ -1785,22 +2024,22 @@ def require_upload_signature(self, require_upload_signature): @property def role_name(self): - """ - Gets the role_name of this Witness. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Gets the role_name of this Witness. # noqa: E501 - :return: The role_name of this Witness. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this Witness. # noqa: E501 :rtype: str """ return self._role_name @role_name.setter def role_name(self, role_name): - """ - Sets the role_name of this Witness. - Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. + """Sets the role_name of this Witness. - :param role_name: The role_name of this Witness. + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this Witness. # noqa: E501 :type: str """ @@ -1808,22 +2047,22 @@ def role_name(self, role_name): @property def routing_order(self): - """ - Gets the routing_order of this Witness. - Specifies the routing order of the recipient in the envelope. + """Gets the routing_order of this Witness. # noqa: E501 - :return: The routing_order of this Witness. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :return: The routing_order of this Witness. # noqa: E501 :rtype: str """ return self._routing_order @routing_order.setter def routing_order(self, routing_order): - """ - Sets the routing_order of this Witness. - Specifies the routing order of the recipient in the envelope. + """Sets the routing_order of this Witness. - :param routing_order: The routing_order of this Witness. + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this Witness. # noqa: E501 :type: str """ @@ -1831,20 +2070,20 @@ def routing_order(self, routing_order): @property def routing_order_metadata(self): - """ - Gets the routing_order_metadata of this Witness. + """Gets the routing_order_metadata of this Witness. # noqa: E501 - :return: The routing_order_metadata of this Witness. + + :return: The routing_order_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._routing_order_metadata @routing_order_metadata.setter def routing_order_metadata(self, routing_order_metadata): - """ - Sets the routing_order_metadata of this Witness. + """Sets the routing_order_metadata of this Witness. - :param routing_order_metadata: The routing_order_metadata of this Witness. + + :param routing_order_metadata: The routing_order_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1852,22 +2091,22 @@ def routing_order_metadata(self, routing_order_metadata): @property def sent_date_time(self): - """ - Gets the sent_date_time of this Witness. - The date and time the envelope was sent. + """Gets the sent_date_time of this Witness. # noqa: E501 - :return: The sent_date_time of this Witness. + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this Witness. # noqa: E501 :rtype: str """ return self._sent_date_time @sent_date_time.setter def sent_date_time(self, sent_date_time): - """ - Sets the sent_date_time of this Witness. - The date and time the envelope was sent. + """Sets the sent_date_time of this Witness. + + The date and time the envelope was sent. # noqa: E501 - :param sent_date_time: The sent_date_time of this Witness. + :param sent_date_time: The sent_date_time of this Witness. # noqa: E501 :type: str """ @@ -1875,20 +2114,20 @@ def sent_date_time(self, sent_date_time): @property def signature_info(self): - """ - Gets the signature_info of this Witness. + """Gets the signature_info of this Witness. # noqa: E501 + - :return: The signature_info of this Witness. + :return: The signature_info of this Witness. # noqa: E501 :rtype: RecipientSignatureInformation """ return self._signature_info @signature_info.setter def signature_info(self, signature_info): - """ - Sets the signature_info of this Witness. + """Sets the signature_info of this Witness. + - :param signature_info: The signature_info of this Witness. + :param signature_info: The signature_info of this Witness. # noqa: E501 :type: RecipientSignatureInformation """ @@ -1896,22 +2135,22 @@ def signature_info(self, signature_info): @property def signed_date_time(self): - """ - Gets the signed_date_time of this Witness. - Reserved: For DocuSign use only. + """Gets the signed_date_time of this Witness. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 - :return: The signed_date_time of this Witness. + :return: The signed_date_time of this Witness. # noqa: E501 :rtype: str """ return self._signed_date_time @signed_date_time.setter def signed_date_time(self, signed_date_time): - """ - Sets the signed_date_time of this Witness. - Reserved: For DocuSign use only. + """Sets the signed_date_time of this Witness. + + Reserved: For DocuSign use only. # noqa: E501 - :param signed_date_time: The signed_date_time of this Witness. + :param signed_date_time: The signed_date_time of this Witness. # noqa: E501 :type: str """ @@ -1919,22 +2158,22 @@ def signed_date_time(self, signed_date_time): @property def sign_in_each_location(self): - """ - Gets the sign_in_each_location of this Witness. - When set to **true**, specifies that the signer must sign in all locations. + """Gets the sign_in_each_location of this Witness. # noqa: E501 + + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 - :return: The sign_in_each_location of this Witness. + :return: The sign_in_each_location of this Witness. # noqa: E501 :rtype: str """ return self._sign_in_each_location @sign_in_each_location.setter def sign_in_each_location(self, sign_in_each_location): - """ - Sets the sign_in_each_location of this Witness. - When set to **true**, specifies that the signer must sign in all locations. + """Sets the sign_in_each_location of this Witness. + + When set to **true**, specifies that the signer must sign in all locations. # noqa: E501 - :param sign_in_each_location: The sign_in_each_location of this Witness. + :param sign_in_each_location: The sign_in_each_location of this Witness. # noqa: E501 :type: str """ @@ -1942,20 +2181,20 @@ def sign_in_each_location(self, sign_in_each_location): @property def sign_in_each_location_metadata(self): - """ - Gets the sign_in_each_location_metadata of this Witness. + """Gets the sign_in_each_location_metadata of this Witness. # noqa: E501 + - :return: The sign_in_each_location_metadata of this Witness. + :return: The sign_in_each_location_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._sign_in_each_location_metadata @sign_in_each_location_metadata.setter def sign_in_each_location_metadata(self, sign_in_each_location_metadata): - """ - Sets the sign_in_each_location_metadata of this Witness. + """Sets the sign_in_each_location_metadata of this Witness. - :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this Witness. + + :param sign_in_each_location_metadata: The sign_in_each_location_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -1963,22 +2202,22 @@ def sign_in_each_location_metadata(self, sign_in_each_location_metadata): @property def signing_group_id(self): - """ - Gets the signing_group_id of this Witness. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Gets the signing_group_id of this Witness. # noqa: E501 - :return: The signing_group_id of this Witness. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Witness. # noqa: E501 :rtype: str """ return self._signing_group_id @signing_group_id.setter def signing_group_id(self, signing_group_id): - """ - Sets the signing_group_id of this Witness. - When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). + """Sets the signing_group_id of this Witness. - :param signing_group_id: The signing_group_id of this Witness. + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this Witness. # noqa: E501 :type: str """ @@ -1986,20 +2225,20 @@ def signing_group_id(self, signing_group_id): @property def signing_group_id_metadata(self): - """ - Gets the signing_group_id_metadata of this Witness. + """Gets the signing_group_id_metadata of this Witness. # noqa: E501 - :return: The signing_group_id_metadata of this Witness. + + :return: The signing_group_id_metadata of this Witness. # noqa: E501 :rtype: PropertyMetadata """ return self._signing_group_id_metadata @signing_group_id_metadata.setter def signing_group_id_metadata(self, signing_group_id_metadata): - """ - Sets the signing_group_id_metadata of this Witness. + """Sets the signing_group_id_metadata of this Witness. - :param signing_group_id_metadata: The signing_group_id_metadata of this Witness. + + :param signing_group_id_metadata: The signing_group_id_metadata of this Witness. # noqa: E501 :type: PropertyMetadata """ @@ -2007,22 +2246,22 @@ def signing_group_id_metadata(self, signing_group_id_metadata): @property def signing_group_name(self): - """ - Gets the signing_group_name of this Witness. - The display name for the signing group. Maximum Length: 100 characters. + """Gets the signing_group_name of this Witness. # noqa: E501 - :return: The signing_group_name of this Witness. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :return: The signing_group_name of this Witness. # noqa: E501 :rtype: str """ return self._signing_group_name @signing_group_name.setter def signing_group_name(self, signing_group_name): - """ - Sets the signing_group_name of this Witness. - The display name for the signing group. Maximum Length: 100 characters. + """Sets the signing_group_name of this Witness. - :param signing_group_name: The signing_group_name of this Witness. + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :param signing_group_name: The signing_group_name of this Witness. # noqa: E501 :type: str """ @@ -2030,22 +2269,22 @@ def signing_group_name(self, signing_group_name): @property def signing_group_users(self): - """ - Gets the signing_group_users of this Witness. - A complex type that contains information about users in the signing group. + """Gets the signing_group_users of this Witness. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 - :return: The signing_group_users of this Witness. + :return: The signing_group_users of this Witness. # noqa: E501 :rtype: list[UserInfo] """ return self._signing_group_users @signing_group_users.setter def signing_group_users(self, signing_group_users): - """ - Sets the signing_group_users of this Witness. - A complex type that contains information about users in the signing group. + """Sets the signing_group_users of this Witness. + + A complex type that contains information about users in the signing group. # noqa: E501 - :param signing_group_users: The signing_group_users of this Witness. + :param signing_group_users: The signing_group_users of this Witness. # noqa: E501 :type: list[UserInfo] """ @@ -2053,20 +2292,20 @@ def signing_group_users(self, signing_group_users): @property def sms_authentication(self): - """ - Gets the sms_authentication of this Witness. + """Gets the sms_authentication of this Witness. # noqa: E501 + - :return: The sms_authentication of this Witness. + :return: The sms_authentication of this Witness. # noqa: E501 :rtype: RecipientSMSAuthentication """ return self._sms_authentication @sms_authentication.setter def sms_authentication(self, sms_authentication): - """ - Sets the sms_authentication of this Witness. + """Sets the sms_authentication of this Witness. + - :param sms_authentication: The sms_authentication of this Witness. + :param sms_authentication: The sms_authentication of this Witness. # noqa: E501 :type: RecipientSMSAuthentication """ @@ -2074,22 +2313,22 @@ def sms_authentication(self, sms_authentication): @property def social_authentications(self): - """ - Gets the social_authentications of this Witness. - Lists the social ID type that can be used for recipient authentication. + """Gets the social_authentications of this Witness. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :return: The social_authentications of this Witness. + :return: The social_authentications of this Witness. # noqa: E501 :rtype: list[SocialAuthentication] """ return self._social_authentications @social_authentications.setter def social_authentications(self, social_authentications): - """ - Sets the social_authentications of this Witness. - Lists the social ID type that can be used for recipient authentication. + """Sets the social_authentications of this Witness. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 - :param social_authentications: The social_authentications of this Witness. + :param social_authentications: The social_authentications of this Witness. # noqa: E501 :type: list[SocialAuthentication] """ @@ -2097,22 +2336,22 @@ def social_authentications(self, social_authentications): @property def status(self): - """ - Gets the status of this Witness. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Witness. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Witness. + :return: The status of this Witness. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Witness. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Witness. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Witness. + :param status: The status of this Witness. # noqa: E501 :type: str """ @@ -2120,22 +2359,22 @@ def status(self, status): @property def status_code(self): - """ - Gets the status_code of this Witness. - + """Gets the status_code of this Witness. # noqa: E501 + + # noqa: E501 - :return: The status_code of this Witness. + :return: The status_code of this Witness. # noqa: E501 :rtype: str """ return self._status_code @status_code.setter def status_code(self, status_code): - """ - Sets the status_code of this Witness. - + """Sets the status_code of this Witness. + + # noqa: E501 - :param status_code: The status_code of this Witness. + :param status_code: The status_code of this Witness. # noqa: E501 :type: str """ @@ -2143,22 +2382,22 @@ def status_code(self, status_code): @property def suppress_emails(self): - """ - Gets the suppress_emails of this Witness. - + """Gets the suppress_emails of this Witness. # noqa: E501 + + # noqa: E501 - :return: The suppress_emails of this Witness. + :return: The suppress_emails of this Witness. # noqa: E501 :rtype: str """ return self._suppress_emails @suppress_emails.setter def suppress_emails(self, suppress_emails): - """ - Sets the suppress_emails of this Witness. - + """Sets the suppress_emails of this Witness. + + # noqa: E501 - :param suppress_emails: The suppress_emails of this Witness. + :param suppress_emails: The suppress_emails of this Witness. # noqa: E501 :type: str """ @@ -2166,20 +2405,20 @@ def suppress_emails(self, suppress_emails): @property def tabs(self): - """ - Gets the tabs of this Witness. + """Gets the tabs of this Witness. # noqa: E501 + - :return: The tabs of this Witness. + :return: The tabs of this Witness. # noqa: E501 :rtype: Tabs """ return self._tabs @tabs.setter def tabs(self, tabs): - """ - Sets the tabs of this Witness. + """Sets the tabs of this Witness. + - :param tabs: The tabs of this Witness. + :param tabs: The tabs of this Witness. # noqa: E501 :type: Tabs """ @@ -2187,22 +2426,22 @@ def tabs(self, tabs): @property def template_locked(self): - """ - Gets the template_locked of this Witness. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Witness. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :return: The template_locked of this Witness. + :return: The template_locked of this Witness. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Witness. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Witness. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 - :param template_locked: The template_locked of this Witness. + :param template_locked: The template_locked of this Witness. # noqa: E501 :type: str """ @@ -2210,22 +2449,22 @@ def template_locked(self, template_locked): @property def template_required(self): - """ - Gets the template_required of this Witness. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Witness. # noqa: E501 - :return: The template_required of this Witness. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Witness. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Witness. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Witness. - :param template_required: The template_required of this Witness. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Witness. # noqa: E501 :type: str """ @@ -2233,22 +2472,22 @@ def template_required(self, template_required): @property def total_tab_count(self): - """ - Gets the total_tab_count of this Witness. - + """Gets the total_tab_count of this Witness. # noqa: E501 - :return: The total_tab_count of this Witness. + # noqa: E501 + + :return: The total_tab_count of this Witness. # noqa: E501 :rtype: str """ return self._total_tab_count @total_tab_count.setter def total_tab_count(self, total_tab_count): - """ - Sets the total_tab_count of this Witness. - + """Sets the total_tab_count of this Witness. - :param total_tab_count: The total_tab_count of this Witness. + # noqa: E501 + + :param total_tab_count: The total_tab_count of this Witness. # noqa: E501 :type: str """ @@ -2256,22 +2495,22 @@ def total_tab_count(self, total_tab_count): @property def user_id(self): - """ - Gets the user_id of this Witness. - + """Gets the user_id of this Witness. # noqa: E501 - :return: The user_id of this Witness. + # noqa: E501 + + :return: The user_id of this Witness. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this Witness. - + """Sets the user_id of this Witness. - :param user_id: The user_id of this Witness. + # noqa: E501 + + :param user_id: The user_id of this Witness. # noqa: E501 :type: str """ @@ -2279,22 +2518,22 @@ def user_id(self, user_id): @property def witness_for(self): - """ - Gets the witness_for of this Witness. - + """Gets the witness_for of this Witness. # noqa: E501 - :return: The witness_for of this Witness. + # noqa: E501 + + :return: The witness_for of this Witness. # noqa: E501 :rtype: str """ return self._witness_for @witness_for.setter def witness_for(self, witness_for): - """ - Sets the witness_for of this Witness. - + """Sets the witness_for of this Witness. + + # noqa: E501 - :param witness_for: The witness_for of this Witness. + :param witness_for: The witness_for of this Witness. # noqa: E501 :type: str """ @@ -2302,34 +2541,32 @@ def witness_for(self, witness_for): @property def witness_for_guid(self): - """ - Gets the witness_for_guid of this Witness. - + """Gets the witness_for_guid of this Witness. # noqa: E501 + + # noqa: E501 - :return: The witness_for_guid of this Witness. + :return: The witness_for_guid of this Witness. # noqa: E501 :rtype: str """ return self._witness_for_guid @witness_for_guid.setter def witness_for_guid(self, witness_for_guid): - """ - Sets the witness_for_guid of this Witness. - + """Sets the witness_for_guid of this Witness. + + # noqa: E501 - :param witness_for_guid: The witness_for_guid of this Witness. + :param witness_for_guid: The witness_for_guid of this Witness. # noqa: E501 :type: str """ self._witness_for_guid = witness_for_guid def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2346,29 +2583,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Witness, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Witness): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace.py b/docusign_esign/models/workspace.py index 5e97831e..068ac449 100644 --- a/docusign_esign/models/workspace.py +++ b/docusign_esign/models/workspace.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,89 +11,120 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Workspace(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, billable_account_id=None, caller_information=None, created=None, created_by_information=None, last_modified=None, last_modified_by_information=None, settings=None, status=None, workspace_base_url=None, workspace_description=None, workspace_id=None, workspace_name=None, workspace_uri=None): - """ - Workspace - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'billable_account_id': 'str', - 'caller_information': 'WorkspaceUser', - 'created': 'str', - 'created_by_information': 'WorkspaceUser', - 'last_modified': 'str', - 'last_modified_by_information': 'WorkspaceUser', - 'settings': 'WorkspaceSettings', - 'status': 'str', - 'workspace_base_url': 'str', - 'workspace_description': 'str', - 'workspace_id': 'str', - 'workspace_name': 'str', - 'workspace_uri': 'str' - } - - self.attribute_map = { - 'billable_account_id': 'billableAccountId', - 'caller_information': 'callerInformation', - 'created': 'created', - 'created_by_information': 'createdByInformation', - 'last_modified': 'lastModified', - 'last_modified_by_information': 'lastModifiedByInformation', - 'settings': 'settings', - 'status': 'status', - 'workspace_base_url': 'workspaceBaseUrl', - 'workspace_description': 'workspaceDescription', - 'workspace_id': 'workspaceId', - 'workspace_name': 'workspaceName', - 'workspace_uri': 'workspaceUri' - } - self._billable_account_id = billable_account_id - self._caller_information = caller_information - self._created = created - self._created_by_information = created_by_information - self._last_modified = last_modified - self._last_modified_by_information = last_modified_by_information - self._settings = settings - self._status = status - self._workspace_base_url = workspace_base_url - self._workspace_description = workspace_description - self._workspace_id = workspace_id - self._workspace_name = workspace_name - self._workspace_uri = workspace_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'billable_account_id': 'str', + 'caller_information': 'WorkspaceUser', + 'created': 'str', + 'created_by_information': 'WorkspaceUser', + 'last_modified': 'str', + 'last_modified_by_information': 'WorkspaceUser', + 'settings': 'WorkspaceSettings', + 'status': 'str', + 'workspace_base_url': 'str', + 'workspace_description': 'str', + 'workspace_id': 'str', + 'workspace_name': 'str', + 'workspace_uri': 'str' + } + + attribute_map = { + 'billable_account_id': 'billableAccountId', + 'caller_information': 'callerInformation', + 'created': 'created', + 'created_by_information': 'createdByInformation', + 'last_modified': 'lastModified', + 'last_modified_by_information': 'lastModifiedByInformation', + 'settings': 'settings', + 'status': 'status', + 'workspace_base_url': 'workspaceBaseUrl', + 'workspace_description': 'workspaceDescription', + 'workspace_id': 'workspaceId', + 'workspace_name': 'workspaceName', + 'workspace_uri': 'workspaceUri' + } + + def __init__(self, billable_account_id=None, caller_information=None, created=None, created_by_information=None, last_modified=None, last_modified_by_information=None, settings=None, status=None, workspace_base_url=None, workspace_description=None, workspace_id=None, workspace_name=None, workspace_uri=None): # noqa: E501 + """Workspace - a model defined in Swagger""" # noqa: E501 + + self._billable_account_id = None + self._caller_information = None + self._created = None + self._created_by_information = None + self._last_modified = None + self._last_modified_by_information = None + self._settings = None + self._status = None + self._workspace_base_url = None + self._workspace_description = None + self._workspace_id = None + self._workspace_name = None + self._workspace_uri = None + self.discriminator = None + + if billable_account_id is not None: + self.billable_account_id = billable_account_id + if caller_information is not None: + self.caller_information = caller_information + if created is not None: + self.created = created + if created_by_information is not None: + self.created_by_information = created_by_information + if last_modified is not None: + self.last_modified = last_modified + if last_modified_by_information is not None: + self.last_modified_by_information = last_modified_by_information + if settings is not None: + self.settings = settings + if status is not None: + self.status = status + if workspace_base_url is not None: + self.workspace_base_url = workspace_base_url + if workspace_description is not None: + self.workspace_description = workspace_description + if workspace_id is not None: + self.workspace_id = workspace_id + if workspace_name is not None: + self.workspace_name = workspace_name + if workspace_uri is not None: + self.workspace_uri = workspace_uri @property def billable_account_id(self): - """ - Gets the billable_account_id of this Workspace. - + """Gets the billable_account_id of this Workspace. # noqa: E501 + + # noqa: E501 - :return: The billable_account_id of this Workspace. + :return: The billable_account_id of this Workspace. # noqa: E501 :rtype: str """ return self._billable_account_id @billable_account_id.setter def billable_account_id(self, billable_account_id): - """ - Sets the billable_account_id of this Workspace. - + """Sets the billable_account_id of this Workspace. - :param billable_account_id: The billable_account_id of this Workspace. + # noqa: E501 + + :param billable_account_id: The billable_account_id of this Workspace. # noqa: E501 :type: str """ @@ -101,20 +132,20 @@ def billable_account_id(self, billable_account_id): @property def caller_information(self): - """ - Gets the caller_information of this Workspace. + """Gets the caller_information of this Workspace. # noqa: E501 + - :return: The caller_information of this Workspace. + :return: The caller_information of this Workspace. # noqa: E501 :rtype: WorkspaceUser """ return self._caller_information @caller_information.setter def caller_information(self, caller_information): - """ - Sets the caller_information of this Workspace. + """Sets the caller_information of this Workspace. + - :param caller_information: The caller_information of this Workspace. + :param caller_information: The caller_information of this Workspace. # noqa: E501 :type: WorkspaceUser """ @@ -122,22 +153,22 @@ def caller_information(self, caller_information): @property def created(self): - """ - Gets the created of this Workspace. - + """Gets the created of this Workspace. # noqa: E501 - :return: The created of this Workspace. + # noqa: E501 + + :return: The created of this Workspace. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this Workspace. - + """Sets the created of this Workspace. - :param created: The created of this Workspace. + # noqa: E501 + + :param created: The created of this Workspace. # noqa: E501 :type: str """ @@ -145,20 +176,20 @@ def created(self, created): @property def created_by_information(self): - """ - Gets the created_by_information of this Workspace. + """Gets the created_by_information of this Workspace. # noqa: E501 + - :return: The created_by_information of this Workspace. + :return: The created_by_information of this Workspace. # noqa: E501 :rtype: WorkspaceUser """ return self._created_by_information @created_by_information.setter def created_by_information(self, created_by_information): - """ - Sets the created_by_information of this Workspace. + """Sets the created_by_information of this Workspace. + - :param created_by_information: The created_by_information of this Workspace. + :param created_by_information: The created_by_information of this Workspace. # noqa: E501 :type: WorkspaceUser """ @@ -166,22 +197,22 @@ def created_by_information(self, created_by_information): @property def last_modified(self): - """ - Gets the last_modified of this Workspace. - Utc date and time the comment was last updated (can only be done by creator.) + """Gets the last_modified of this Workspace. # noqa: E501 + + Utc date and time the comment was last updated (can only be done by creator.) # noqa: E501 - :return: The last_modified of this Workspace. + :return: The last_modified of this Workspace. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this Workspace. - Utc date and time the comment was last updated (can only be done by creator.) + """Sets the last_modified of this Workspace. - :param last_modified: The last_modified of this Workspace. + Utc date and time the comment was last updated (can only be done by creator.) # noqa: E501 + + :param last_modified: The last_modified of this Workspace. # noqa: E501 :type: str """ @@ -189,20 +220,20 @@ def last_modified(self, last_modified): @property def last_modified_by_information(self): - """ - Gets the last_modified_by_information of this Workspace. + """Gets the last_modified_by_information of this Workspace. # noqa: E501 - :return: The last_modified_by_information of this Workspace. + + :return: The last_modified_by_information of this Workspace. # noqa: E501 :rtype: WorkspaceUser """ return self._last_modified_by_information @last_modified_by_information.setter def last_modified_by_information(self, last_modified_by_information): - """ - Sets the last_modified_by_information of this Workspace. + """Sets the last_modified_by_information of this Workspace. + - :param last_modified_by_information: The last_modified_by_information of this Workspace. + :param last_modified_by_information: The last_modified_by_information of this Workspace. # noqa: E501 :type: WorkspaceUser """ @@ -210,20 +241,20 @@ def last_modified_by_information(self, last_modified_by_information): @property def settings(self): - """ - Gets the settings of this Workspace. + """Gets the settings of this Workspace. # noqa: E501 + - :return: The settings of this Workspace. + :return: The settings of this Workspace. # noqa: E501 :rtype: WorkspaceSettings """ return self._settings @settings.setter def settings(self, settings): - """ - Sets the settings of this Workspace. + """Sets the settings of this Workspace. - :param settings: The settings of this Workspace. + + :param settings: The settings of this Workspace. # noqa: E501 :type: WorkspaceSettings """ @@ -231,22 +262,22 @@ def settings(self, settings): @property def status(self): - """ - Gets the status of this Workspace. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Workspace. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this Workspace. + :return: The status of this Workspace. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Workspace. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Workspace. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this Workspace. + :param status: The status of this Workspace. # noqa: E501 :type: str """ @@ -254,22 +285,22 @@ def status(self, status): @property def workspace_base_url(self): - """ - Gets the workspace_base_url of this Workspace. - The relative URL that may be used to access the workspace. + """Gets the workspace_base_url of this Workspace. # noqa: E501 + + The relative URL that may be used to access the workspace. # noqa: E501 - :return: The workspace_base_url of this Workspace. + :return: The workspace_base_url of this Workspace. # noqa: E501 :rtype: str """ return self._workspace_base_url @workspace_base_url.setter def workspace_base_url(self, workspace_base_url): - """ - Sets the workspace_base_url of this Workspace. - The relative URL that may be used to access the workspace. + """Sets the workspace_base_url of this Workspace. - :param workspace_base_url: The workspace_base_url of this Workspace. + The relative URL that may be used to access the workspace. # noqa: E501 + + :param workspace_base_url: The workspace_base_url of this Workspace. # noqa: E501 :type: str """ @@ -277,22 +308,22 @@ def workspace_base_url(self, workspace_base_url): @property def workspace_description(self): - """ - Gets the workspace_description of this Workspace. - Text describing the purpose of the workspace. + """Gets the workspace_description of this Workspace. # noqa: E501 - :return: The workspace_description of this Workspace. + Text describing the purpose of the workspace. # noqa: E501 + + :return: The workspace_description of this Workspace. # noqa: E501 :rtype: str """ return self._workspace_description @workspace_description.setter def workspace_description(self, workspace_description): - """ - Sets the workspace_description of this Workspace. - Text describing the purpose of the workspace. + """Sets the workspace_description of this Workspace. + + Text describing the purpose of the workspace. # noqa: E501 - :param workspace_description: The workspace_description of this Workspace. + :param workspace_description: The workspace_description of this Workspace. # noqa: E501 :type: str """ @@ -300,22 +331,22 @@ def workspace_description(self, workspace_description): @property def workspace_id(self): - """ - Gets the workspace_id of this Workspace. - The id of the workspace, always populated. + """Gets the workspace_id of this Workspace. # noqa: E501 + + The id of the workspace, always populated. # noqa: E501 - :return: The workspace_id of this Workspace. + :return: The workspace_id of this Workspace. # noqa: E501 :rtype: str """ return self._workspace_id @workspace_id.setter def workspace_id(self, workspace_id): - """ - Sets the workspace_id of this Workspace. - The id of the workspace, always populated. + """Sets the workspace_id of this Workspace. + + The id of the workspace, always populated. # noqa: E501 - :param workspace_id: The workspace_id of this Workspace. + :param workspace_id: The workspace_id of this Workspace. # noqa: E501 :type: str """ @@ -323,22 +354,22 @@ def workspace_id(self, workspace_id): @property def workspace_name(self): - """ - Gets the workspace_name of this Workspace. - The name of the workspace. + """Gets the workspace_name of this Workspace. # noqa: E501 - :return: The workspace_name of this Workspace. + The name of the workspace. # noqa: E501 + + :return: The workspace_name of this Workspace. # noqa: E501 :rtype: str """ return self._workspace_name @workspace_name.setter def workspace_name(self, workspace_name): - """ - Sets the workspace_name of this Workspace. - The name of the workspace. + """Sets the workspace_name of this Workspace. + + The name of the workspace. # noqa: E501 - :param workspace_name: The workspace_name of this Workspace. + :param workspace_name: The workspace_name of this Workspace. # noqa: E501 :type: str """ @@ -346,34 +377,32 @@ def workspace_name(self, workspace_name): @property def workspace_uri(self): - """ - Gets the workspace_uri of this Workspace. - The relative URI that may be used to access the workspace. + """Gets the workspace_uri of this Workspace. # noqa: E501 + + The relative URI that may be used to access the workspace. # noqa: E501 - :return: The workspace_uri of this Workspace. + :return: The workspace_uri of this Workspace. # noqa: E501 :rtype: str """ return self._workspace_uri @workspace_uri.setter def workspace_uri(self, workspace_uri): - """ - Sets the workspace_uri of this Workspace. - The relative URI that may be used to access the workspace. + """Sets the workspace_uri of this Workspace. - :param workspace_uri: The workspace_uri of this Workspace. + The relative URI that may be used to access the workspace. # noqa: E501 + + :param workspace_uri: The workspace_uri of this Workspace. # noqa: E501 :type: str """ self._workspace_uri = workspace_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -390,29 +419,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Workspace, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Workspace): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_folder_contents.py b/docusign_esign/models/workspace_folder_contents.py index fc6bdf29..7824d31c 100644 --- a/docusign_esign/models/workspace_folder_contents.py +++ b/docusign_esign/models/workspace_folder_contents.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,74 +11,95 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceFolderContents(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, folder=None, items=None, parent_folders=None, result_set_size=None, start_position=None, total_set_size=None, workspace_id=None): - """ - WorkspaceFolderContents - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'folder': 'WorkspaceItem', - 'items': 'list[WorkspaceItem]', - 'parent_folders': 'list[WorkspaceItem]', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str', - 'workspace_id': 'str' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'folder': 'folder', - 'items': 'items', - 'parent_folders': 'parentFolders', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize', - 'workspace_id': 'workspaceId' - } - - self._end_position = end_position - self._folder = folder - self._items = items - self._parent_folders = parent_folders - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size - self._workspace_id = workspace_id + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'folder': 'WorkspaceItem', + 'items': 'list[WorkspaceItem]', + 'parent_folders': 'list[WorkspaceItem]', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'workspace_id': 'str' + } + + attribute_map = { + 'end_position': 'endPosition', + 'folder': 'folder', + 'items': 'items', + 'parent_folders': 'parentFolders', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'workspace_id': 'workspaceId' + } + + def __init__(self, end_position=None, folder=None, items=None, parent_folders=None, result_set_size=None, start_position=None, total_set_size=None, workspace_id=None): # noqa: E501 + """WorkspaceFolderContents - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._folder = None + self._items = None + self._parent_folders = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._workspace_id = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if folder is not None: + self.folder = folder + if items is not None: + self.items = items + if parent_folders is not None: + self.parent_folders = parent_folders + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size + if workspace_id is not None: + self.workspace_id = workspace_id @property def end_position(self): - """ - Gets the end_position of this WorkspaceFolderContents. - The last position in the result set. + """Gets the end_position of this WorkspaceFolderContents. # noqa: E501 - :return: The end_position of this WorkspaceFolderContents. + The last position in the result set. # noqa: E501 + + :return: The end_position of this WorkspaceFolderContents. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this WorkspaceFolderContents. - The last position in the result set. + """Sets the end_position of this WorkspaceFolderContents. - :param end_position: The end_position of this WorkspaceFolderContents. + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this WorkspaceFolderContents. # noqa: E501 :type: str """ @@ -86,20 +107,20 @@ def end_position(self, end_position): @property def folder(self): - """ - Gets the folder of this WorkspaceFolderContents. + """Gets the folder of this WorkspaceFolderContents. # noqa: E501 - :return: The folder of this WorkspaceFolderContents. + + :return: The folder of this WorkspaceFolderContents. # noqa: E501 :rtype: WorkspaceItem """ return self._folder @folder.setter def folder(self, folder): - """ - Sets the folder of this WorkspaceFolderContents. + """Sets the folder of this WorkspaceFolderContents. - :param folder: The folder of this WorkspaceFolderContents. + + :param folder: The folder of this WorkspaceFolderContents. # noqa: E501 :type: WorkspaceItem """ @@ -107,22 +128,22 @@ def folder(self, folder): @property def items(self): - """ - Gets the items of this WorkspaceFolderContents. - + """Gets the items of this WorkspaceFolderContents. # noqa: E501 - :return: The items of this WorkspaceFolderContents. + # noqa: E501 + + :return: The items of this WorkspaceFolderContents. # noqa: E501 :rtype: list[WorkspaceItem] """ return self._items @items.setter def items(self, items): - """ - Sets the items of this WorkspaceFolderContents. - + """Sets the items of this WorkspaceFolderContents. - :param items: The items of this WorkspaceFolderContents. + # noqa: E501 + + :param items: The items of this WorkspaceFolderContents. # noqa: E501 :type: list[WorkspaceItem] """ @@ -130,22 +151,22 @@ def items(self, items): @property def parent_folders(self): - """ - Gets the parent_folders of this WorkspaceFolderContents. - + """Gets the parent_folders of this WorkspaceFolderContents. # noqa: E501 + + # noqa: E501 - :return: The parent_folders of this WorkspaceFolderContents. + :return: The parent_folders of this WorkspaceFolderContents. # noqa: E501 :rtype: list[WorkspaceItem] """ return self._parent_folders @parent_folders.setter def parent_folders(self, parent_folders): - """ - Sets the parent_folders of this WorkspaceFolderContents. - + """Sets the parent_folders of this WorkspaceFolderContents. + + # noqa: E501 - :param parent_folders: The parent_folders of this WorkspaceFolderContents. + :param parent_folders: The parent_folders of this WorkspaceFolderContents. # noqa: E501 :type: list[WorkspaceItem] """ @@ -153,22 +174,22 @@ def parent_folders(self, parent_folders): @property def result_set_size(self): - """ - Gets the result_set_size of this WorkspaceFolderContents. - The number of results returned in this response. + """Gets the result_set_size of this WorkspaceFolderContents. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this WorkspaceFolderContents. + :return: The result_set_size of this WorkspaceFolderContents. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this WorkspaceFolderContents. - The number of results returned in this response. + """Sets the result_set_size of this WorkspaceFolderContents. + + The number of results returned in this response. # noqa: E501 - :param result_set_size: The result_set_size of this WorkspaceFolderContents. + :param result_set_size: The result_set_size of this WorkspaceFolderContents. # noqa: E501 :type: str """ @@ -176,22 +197,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this WorkspaceFolderContents. - Starting position of the current result set. + """Gets the start_position of this WorkspaceFolderContents. # noqa: E501 + + Starting position of the current result set. # noqa: E501 - :return: The start_position of this WorkspaceFolderContents. + :return: The start_position of this WorkspaceFolderContents. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this WorkspaceFolderContents. - Starting position of the current result set. + """Sets the start_position of this WorkspaceFolderContents. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this WorkspaceFolderContents. + :param start_position: The start_position of this WorkspaceFolderContents. # noqa: E501 :type: str """ @@ -199,22 +220,22 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this WorkspaceFolderContents. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this WorkspaceFolderContents. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this WorkspaceFolderContents. + :return: The total_set_size of this WorkspaceFolderContents. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this WorkspaceFolderContents. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this WorkspaceFolderContents. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :param total_set_size: The total_set_size of this WorkspaceFolderContents. + :param total_set_size: The total_set_size of this WorkspaceFolderContents. # noqa: E501 :type: str """ @@ -222,34 +243,32 @@ def total_set_size(self, total_set_size): @property def workspace_id(self): - """ - Gets the workspace_id of this WorkspaceFolderContents. - The id of the workspace, always populated. + """Gets the workspace_id of this WorkspaceFolderContents. # noqa: E501 - :return: The workspace_id of this WorkspaceFolderContents. + The id of the workspace, always populated. # noqa: E501 + + :return: The workspace_id of this WorkspaceFolderContents. # noqa: E501 :rtype: str """ return self._workspace_id @workspace_id.setter def workspace_id(self, workspace_id): - """ - Sets the workspace_id of this WorkspaceFolderContents. - The id of the workspace, always populated. + """Sets the workspace_id of this WorkspaceFolderContents. - :param workspace_id: The workspace_id of this WorkspaceFolderContents. + The id of the workspace, always populated. # noqa: E501 + + :param workspace_id: The workspace_id of this WorkspaceFolderContents. # noqa: E501 :type: str """ self._workspace_id = workspace_id def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -266,29 +285,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceFolderContents, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceFolderContents): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_item.py b/docusign_esign/models/workspace_item.py index 1ca9e735..e63afc8d 100644 --- a/docusign_esign/models/workspace_item.py +++ b/docusign_esign/models/workspace_item.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,120 +11,173 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceItem(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, caller_authorization=None, content_type=None, created=None, created_by_id=None, created_by_information=None, extension=None, file_size=None, file_uri=None, id=None, is_public=None, last_modified=None, last_modified_by_id=None, last_modified_by_information=None, name=None, page_count=None, parent_folder_id=None, parent_folder_uri=None, sha256=None, thumb_height=None, thumbnail=None, thumb_width=None, type=None, uri=None, user_authorization=None): - """ - WorkspaceItem - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'caller_authorization': 'WorkspaceUserAuthorization', - 'content_type': 'str', - 'created': 'str', - 'created_by_id': 'str', - 'created_by_information': 'WorkspaceUser', - 'extension': 'str', - 'file_size': 'str', - 'file_uri': 'str', - 'id': 'str', - 'is_public': 'str', - 'last_modified': 'str', - 'last_modified_by_id': 'str', - 'last_modified_by_information': 'WorkspaceUser', - 'name': 'str', - 'page_count': 'str', - 'parent_folder_id': 'str', - 'parent_folder_uri': 'str', - 'sha256': 'str', - 'thumb_height': 'str', - 'thumbnail': 'Page', - 'thumb_width': 'str', - 'type': 'str', - 'uri': 'str', - 'user_authorization': 'WorkspaceUserAuthorization' - } - - self.attribute_map = { - 'caller_authorization': 'callerAuthorization', - 'content_type': 'contentType', - 'created': 'created', - 'created_by_id': 'createdById', - 'created_by_information': 'createdByInformation', - 'extension': 'extension', - 'file_size': 'fileSize', - 'file_uri': 'fileUri', - 'id': 'id', - 'is_public': 'isPublic', - 'last_modified': 'lastModified', - 'last_modified_by_id': 'lastModifiedById', - 'last_modified_by_information': 'lastModifiedByInformation', - 'name': 'name', - 'page_count': 'pageCount', - 'parent_folder_id': 'parentFolderId', - 'parent_folder_uri': 'parentFolderUri', - 'sha256': 'sha256', - 'thumb_height': 'thumbHeight', - 'thumbnail': 'thumbnail', - 'thumb_width': 'thumbWidth', - 'type': 'type', - 'uri': 'uri', - 'user_authorization': 'userAuthorization' - } - self._caller_authorization = caller_authorization - self._content_type = content_type - self._created = created - self._created_by_id = created_by_id - self._created_by_information = created_by_information - self._extension = extension - self._file_size = file_size - self._file_uri = file_uri - self._id = id - self._is_public = is_public - self._last_modified = last_modified - self._last_modified_by_id = last_modified_by_id - self._last_modified_by_information = last_modified_by_information - self._name = name - self._page_count = page_count - self._parent_folder_id = parent_folder_id - self._parent_folder_uri = parent_folder_uri - self._sha256 = sha256 - self._thumb_height = thumb_height - self._thumbnail = thumbnail - self._thumb_width = thumb_width - self._type = type - self._uri = uri - self._user_authorization = user_authorization + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'caller_authorization': 'WorkspaceUserAuthorization', + 'content_type': 'str', + 'created': 'str', + 'created_by_id': 'str', + 'created_by_information': 'WorkspaceUser', + 'extension': 'str', + 'file_size': 'str', + 'file_uri': 'str', + 'id': 'str', + 'is_public': 'str', + 'last_modified': 'str', + 'last_modified_by_id': 'str', + 'last_modified_by_information': 'WorkspaceUser', + 'name': 'str', + 'page_count': 'str', + 'parent_folder_id': 'str', + 'parent_folder_uri': 'str', + 'sha256': 'str', + 'thumb_height': 'str', + 'thumbnail': 'Page', + 'thumb_width': 'str', + 'type': 'str', + 'uri': 'str', + 'user_authorization': 'WorkspaceUserAuthorization' + } + + attribute_map = { + 'caller_authorization': 'callerAuthorization', + 'content_type': 'contentType', + 'created': 'created', + 'created_by_id': 'createdById', + 'created_by_information': 'createdByInformation', + 'extension': 'extension', + 'file_size': 'fileSize', + 'file_uri': 'fileUri', + 'id': 'id', + 'is_public': 'isPublic', + 'last_modified': 'lastModified', + 'last_modified_by_id': 'lastModifiedById', + 'last_modified_by_information': 'lastModifiedByInformation', + 'name': 'name', + 'page_count': 'pageCount', + 'parent_folder_id': 'parentFolderId', + 'parent_folder_uri': 'parentFolderUri', + 'sha256': 'sha256', + 'thumb_height': 'thumbHeight', + 'thumbnail': 'thumbnail', + 'thumb_width': 'thumbWidth', + 'type': 'type', + 'uri': 'uri', + 'user_authorization': 'userAuthorization' + } + + def __init__(self, caller_authorization=None, content_type=None, created=None, created_by_id=None, created_by_information=None, extension=None, file_size=None, file_uri=None, id=None, is_public=None, last_modified=None, last_modified_by_id=None, last_modified_by_information=None, name=None, page_count=None, parent_folder_id=None, parent_folder_uri=None, sha256=None, thumb_height=None, thumbnail=None, thumb_width=None, type=None, uri=None, user_authorization=None): # noqa: E501 + """WorkspaceItem - a model defined in Swagger""" # noqa: E501 + + self._caller_authorization = None + self._content_type = None + self._created = None + self._created_by_id = None + self._created_by_information = None + self._extension = None + self._file_size = None + self._file_uri = None + self._id = None + self._is_public = None + self._last_modified = None + self._last_modified_by_id = None + self._last_modified_by_information = None + self._name = None + self._page_count = None + self._parent_folder_id = None + self._parent_folder_uri = None + self._sha256 = None + self._thumb_height = None + self._thumbnail = None + self._thumb_width = None + self._type = None + self._uri = None + self._user_authorization = None + self.discriminator = None + + if caller_authorization is not None: + self.caller_authorization = caller_authorization + if content_type is not None: + self.content_type = content_type + if created is not None: + self.created = created + if created_by_id is not None: + self.created_by_id = created_by_id + if created_by_information is not None: + self.created_by_information = created_by_information + if extension is not None: + self.extension = extension + if file_size is not None: + self.file_size = file_size + if file_uri is not None: + self.file_uri = file_uri + if id is not None: + self.id = id + if is_public is not None: + self.is_public = is_public + if last_modified is not None: + self.last_modified = last_modified + if last_modified_by_id is not None: + self.last_modified_by_id = last_modified_by_id + if last_modified_by_information is not None: + self.last_modified_by_information = last_modified_by_information + if name is not None: + self.name = name + if page_count is not None: + self.page_count = page_count + if parent_folder_id is not None: + self.parent_folder_id = parent_folder_id + if parent_folder_uri is not None: + self.parent_folder_uri = parent_folder_uri + if sha256 is not None: + self.sha256 = sha256 + if thumb_height is not None: + self.thumb_height = thumb_height + if thumbnail is not None: + self.thumbnail = thumbnail + if thumb_width is not None: + self.thumb_width = thumb_width + if type is not None: + self.type = type + if uri is not None: + self.uri = uri + if user_authorization is not None: + self.user_authorization = user_authorization @property def caller_authorization(self): - """ - Gets the caller_authorization of this WorkspaceItem. + """Gets the caller_authorization of this WorkspaceItem. # noqa: E501 - :return: The caller_authorization of this WorkspaceItem. + + :return: The caller_authorization of this WorkspaceItem. # noqa: E501 :rtype: WorkspaceUserAuthorization """ return self._caller_authorization @caller_authorization.setter def caller_authorization(self, caller_authorization): - """ - Sets the caller_authorization of this WorkspaceItem. + """Sets the caller_authorization of this WorkspaceItem. - :param caller_authorization: The caller_authorization of this WorkspaceItem. + + :param caller_authorization: The caller_authorization of this WorkspaceItem. # noqa: E501 :type: WorkspaceUserAuthorization """ @@ -132,22 +185,22 @@ def caller_authorization(self, caller_authorization): @property def content_type(self): - """ - Gets the content_type of this WorkspaceItem. - + """Gets the content_type of this WorkspaceItem. # noqa: E501 - :return: The content_type of this WorkspaceItem. + # noqa: E501 + + :return: The content_type of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._content_type @content_type.setter def content_type(self, content_type): - """ - Sets the content_type of this WorkspaceItem. - + """Sets the content_type of this WorkspaceItem. + + # noqa: E501 - :param content_type: The content_type of this WorkspaceItem. + :param content_type: The content_type of this WorkspaceItem. # noqa: E501 :type: str """ @@ -155,22 +208,22 @@ def content_type(self, content_type): @property def created(self): - """ - Gets the created of this WorkspaceItem. - The UTC DateTime when the workspace item was created. + """Gets the created of this WorkspaceItem. # noqa: E501 + + The UTC DateTime when the workspace item was created. # noqa: E501 - :return: The created of this WorkspaceItem. + :return: The created of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this WorkspaceItem. - The UTC DateTime when the workspace item was created. + """Sets the created of this WorkspaceItem. + + The UTC DateTime when the workspace item was created. # noqa: E501 - :param created: The created of this WorkspaceItem. + :param created: The created of this WorkspaceItem. # noqa: E501 :type: str """ @@ -178,22 +231,22 @@ def created(self, created): @property def created_by_id(self): - """ - Gets the created_by_id of this WorkspaceItem. - + """Gets the created_by_id of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The created_by_id of this WorkspaceItem. + :return: The created_by_id of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._created_by_id @created_by_id.setter def created_by_id(self, created_by_id): - """ - Sets the created_by_id of this WorkspaceItem. - + """Sets the created_by_id of this WorkspaceItem. + + # noqa: E501 - :param created_by_id: The created_by_id of this WorkspaceItem. + :param created_by_id: The created_by_id of this WorkspaceItem. # noqa: E501 :type: str """ @@ -201,20 +254,20 @@ def created_by_id(self, created_by_id): @property def created_by_information(self): - """ - Gets the created_by_information of this WorkspaceItem. + """Gets the created_by_information of this WorkspaceItem. # noqa: E501 + - :return: The created_by_information of this WorkspaceItem. + :return: The created_by_information of this WorkspaceItem. # noqa: E501 :rtype: WorkspaceUser """ return self._created_by_information @created_by_information.setter def created_by_information(self, created_by_information): - """ - Sets the created_by_information of this WorkspaceItem. + """Sets the created_by_information of this WorkspaceItem. + - :param created_by_information: The created_by_information of this WorkspaceItem. + :param created_by_information: The created_by_information of this WorkspaceItem. # noqa: E501 :type: WorkspaceUser """ @@ -222,22 +275,22 @@ def created_by_information(self, created_by_information): @property def extension(self): - """ - Gets the extension of this WorkspaceItem. - + """Gets the extension of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The extension of this WorkspaceItem. + :return: The extension of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._extension @extension.setter def extension(self, extension): - """ - Sets the extension of this WorkspaceItem. - + """Sets the extension of this WorkspaceItem. + + # noqa: E501 - :param extension: The extension of this WorkspaceItem. + :param extension: The extension of this WorkspaceItem. # noqa: E501 :type: str """ @@ -245,22 +298,22 @@ def extension(self, extension): @property def file_size(self): - """ - Gets the file_size of this WorkspaceItem. - + """Gets the file_size of this WorkspaceItem. # noqa: E501 - :return: The file_size of this WorkspaceItem. + # noqa: E501 + + :return: The file_size of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._file_size @file_size.setter def file_size(self, file_size): - """ - Sets the file_size of this WorkspaceItem. - + """Sets the file_size of this WorkspaceItem. - :param file_size: The file_size of this WorkspaceItem. + # noqa: E501 + + :param file_size: The file_size of this WorkspaceItem. # noqa: E501 :type: str """ @@ -268,22 +321,22 @@ def file_size(self, file_size): @property def file_uri(self): - """ - Gets the file_uri of this WorkspaceItem. - + """Gets the file_uri of this WorkspaceItem. # noqa: E501 - :return: The file_uri of this WorkspaceItem. + # noqa: E501 + + :return: The file_uri of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._file_uri @file_uri.setter def file_uri(self, file_uri): - """ - Sets the file_uri of this WorkspaceItem. - + """Sets the file_uri of this WorkspaceItem. - :param file_uri: The file_uri of this WorkspaceItem. + # noqa: E501 + + :param file_uri: The file_uri of this WorkspaceItem. # noqa: E501 :type: str """ @@ -291,22 +344,22 @@ def file_uri(self, file_uri): @property def id(self): - """ - Gets the id of this WorkspaceItem. - + """Gets the id of this WorkspaceItem. # noqa: E501 - :return: The id of this WorkspaceItem. + # noqa: E501 + + :return: The id of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._id @id.setter def id(self, id): - """ - Sets the id of this WorkspaceItem. - + """Sets the id of this WorkspaceItem. - :param id: The id of this WorkspaceItem. + # noqa: E501 + + :param id: The id of this WorkspaceItem. # noqa: E501 :type: str """ @@ -314,22 +367,22 @@ def id(self, id): @property def is_public(self): - """ - Gets the is_public of this WorkspaceItem. - If true, this supersedes need for bit mask permission with workspaceUserAuthorization + """Gets the is_public of this WorkspaceItem. # noqa: E501 - :return: The is_public of this WorkspaceItem. + If true, this supersedes need for bit mask permission with workspaceUserAuthorization # noqa: E501 + + :return: The is_public of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._is_public @is_public.setter def is_public(self, is_public): - """ - Sets the is_public of this WorkspaceItem. - If true, this supersedes need for bit mask permission with workspaceUserAuthorization + """Sets the is_public of this WorkspaceItem. - :param is_public: The is_public of this WorkspaceItem. + If true, this supersedes need for bit mask permission with workspaceUserAuthorization # noqa: E501 + + :param is_public: The is_public of this WorkspaceItem. # noqa: E501 :type: str """ @@ -337,22 +390,22 @@ def is_public(self, is_public): @property def last_modified(self): - """ - Gets the last_modified of this WorkspaceItem. - + """Gets the last_modified of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The last_modified of this WorkspaceItem. + :return: The last_modified of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this WorkspaceItem. - + """Sets the last_modified of this WorkspaceItem. + + # noqa: E501 - :param last_modified: The last_modified of this WorkspaceItem. + :param last_modified: The last_modified of this WorkspaceItem. # noqa: E501 :type: str """ @@ -360,22 +413,22 @@ def last_modified(self, last_modified): @property def last_modified_by_id(self): - """ - Gets the last_modified_by_id of this WorkspaceItem. - Utc date and time the comment was last updated (can only be done by creator) + """Gets the last_modified_by_id of this WorkspaceItem. # noqa: E501 + + Utc date and time the comment was last updated (can only be done by creator) # noqa: E501 - :return: The last_modified_by_id of this WorkspaceItem. + :return: The last_modified_by_id of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._last_modified_by_id @last_modified_by_id.setter def last_modified_by_id(self, last_modified_by_id): - """ - Sets the last_modified_by_id of this WorkspaceItem. - Utc date and time the comment was last updated (can only be done by creator) + """Sets the last_modified_by_id of this WorkspaceItem. + + Utc date and time the comment was last updated (can only be done by creator) # noqa: E501 - :param last_modified_by_id: The last_modified_by_id of this WorkspaceItem. + :param last_modified_by_id: The last_modified_by_id of this WorkspaceItem. # noqa: E501 :type: str """ @@ -383,20 +436,20 @@ def last_modified_by_id(self, last_modified_by_id): @property def last_modified_by_information(self): - """ - Gets the last_modified_by_information of this WorkspaceItem. + """Gets the last_modified_by_information of this WorkspaceItem. # noqa: E501 + - :return: The last_modified_by_information of this WorkspaceItem. + :return: The last_modified_by_information of this WorkspaceItem. # noqa: E501 :rtype: WorkspaceUser """ return self._last_modified_by_information @last_modified_by_information.setter def last_modified_by_information(self, last_modified_by_information): - """ - Sets the last_modified_by_information of this WorkspaceItem. + """Sets the last_modified_by_information of this WorkspaceItem. + - :param last_modified_by_information: The last_modified_by_information of this WorkspaceItem. + :param last_modified_by_information: The last_modified_by_information of this WorkspaceItem. # noqa: E501 :type: WorkspaceUser """ @@ -404,22 +457,22 @@ def last_modified_by_information(self, last_modified_by_information): @property def name(self): - """ - Gets the name of this WorkspaceItem. - A simple string description of the item, such as a file name or a folder name. + """Gets the name of this WorkspaceItem. # noqa: E501 + + A simple string description of the item, such as a file name or a folder name. # noqa: E501 - :return: The name of this WorkspaceItem. + :return: The name of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this WorkspaceItem. - A simple string description of the item, such as a file name or a folder name. + """Sets the name of this WorkspaceItem. + + A simple string description of the item, such as a file name or a folder name. # noqa: E501 - :param name: The name of this WorkspaceItem. + :param name: The name of this WorkspaceItem. # noqa: E501 :type: str """ @@ -427,22 +480,22 @@ def name(self, name): @property def page_count(self): - """ - Gets the page_count of this WorkspaceItem. - + """Gets the page_count of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The page_count of this WorkspaceItem. + :return: The page_count of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._page_count @page_count.setter def page_count(self, page_count): - """ - Sets the page_count of this WorkspaceItem. - + """Sets the page_count of this WorkspaceItem. - :param page_count: The page_count of this WorkspaceItem. + # noqa: E501 + + :param page_count: The page_count of this WorkspaceItem. # noqa: E501 :type: str """ @@ -450,22 +503,22 @@ def page_count(self, page_count): @property def parent_folder_id(self): - """ - Gets the parent_folder_id of this WorkspaceItem. - The ID of the parent folder. This is the GUID of the parent folder, or the special value 'root' for the root folder. + """Gets the parent_folder_id of this WorkspaceItem. # noqa: E501 - :return: The parent_folder_id of this WorkspaceItem. + The ID of the parent folder. This is the GUID of the parent folder, or the special value 'root' for the root folder. # noqa: E501 + + :return: The parent_folder_id of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._parent_folder_id @parent_folder_id.setter def parent_folder_id(self, parent_folder_id): - """ - Sets the parent_folder_id of this WorkspaceItem. - The ID of the parent folder. This is the GUID of the parent folder, or the special value 'root' for the root folder. + """Sets the parent_folder_id of this WorkspaceItem. - :param parent_folder_id: The parent_folder_id of this WorkspaceItem. + The ID of the parent folder. This is the GUID of the parent folder, or the special value 'root' for the root folder. # noqa: E501 + + :param parent_folder_id: The parent_folder_id of this WorkspaceItem. # noqa: E501 :type: str """ @@ -473,22 +526,22 @@ def parent_folder_id(self, parent_folder_id): @property def parent_folder_uri(self): - """ - Gets the parent_folder_uri of this WorkspaceItem. - + """Gets the parent_folder_uri of this WorkspaceItem. # noqa: E501 - :return: The parent_folder_uri of this WorkspaceItem. + # noqa: E501 + + :return: The parent_folder_uri of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._parent_folder_uri @parent_folder_uri.setter def parent_folder_uri(self, parent_folder_uri): - """ - Sets the parent_folder_uri of this WorkspaceItem. - + """Sets the parent_folder_uri of this WorkspaceItem. - :param parent_folder_uri: The parent_folder_uri of this WorkspaceItem. + # noqa: E501 + + :param parent_folder_uri: The parent_folder_uri of this WorkspaceItem. # noqa: E501 :type: str """ @@ -496,22 +549,22 @@ def parent_folder_uri(self, parent_folder_uri): @property def sha256(self): - """ - Gets the sha256 of this WorkspaceItem. - + """Gets the sha256 of this WorkspaceItem. # noqa: E501 - :return: The sha256 of this WorkspaceItem. + # noqa: E501 + + :return: The sha256 of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._sha256 @sha256.setter def sha256(self, sha256): - """ - Sets the sha256 of this WorkspaceItem. - + """Sets the sha256 of this WorkspaceItem. - :param sha256: The sha256 of this WorkspaceItem. + # noqa: E501 + + :param sha256: The sha256 of this WorkspaceItem. # noqa: E501 :type: str """ @@ -519,22 +572,22 @@ def sha256(self, sha256): @property def thumb_height(self): - """ - Gets the thumb_height of this WorkspaceItem. - + """Gets the thumb_height of this WorkspaceItem. # noqa: E501 - :return: The thumb_height of this WorkspaceItem. + # noqa: E501 + + :return: The thumb_height of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._thumb_height @thumb_height.setter def thumb_height(self, thumb_height): - """ - Sets the thumb_height of this WorkspaceItem. - + """Sets the thumb_height of this WorkspaceItem. + + # noqa: E501 - :param thumb_height: The thumb_height of this WorkspaceItem. + :param thumb_height: The thumb_height of this WorkspaceItem. # noqa: E501 :type: str """ @@ -542,20 +595,20 @@ def thumb_height(self, thumb_height): @property def thumbnail(self): - """ - Gets the thumbnail of this WorkspaceItem. + """Gets the thumbnail of this WorkspaceItem. # noqa: E501 + - :return: The thumbnail of this WorkspaceItem. + :return: The thumbnail of this WorkspaceItem. # noqa: E501 :rtype: Page """ return self._thumbnail @thumbnail.setter def thumbnail(self, thumbnail): - """ - Sets the thumbnail of this WorkspaceItem. + """Sets the thumbnail of this WorkspaceItem. + - :param thumbnail: The thumbnail of this WorkspaceItem. + :param thumbnail: The thumbnail of this WorkspaceItem. # noqa: E501 :type: Page """ @@ -563,22 +616,22 @@ def thumbnail(self, thumbnail): @property def thumb_width(self): - """ - Gets the thumb_width of this WorkspaceItem. - + """Gets the thumb_width of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The thumb_width of this WorkspaceItem. + :return: The thumb_width of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._thumb_width @thumb_width.setter def thumb_width(self, thumb_width): - """ - Sets the thumb_width of this WorkspaceItem. - + """Sets the thumb_width of this WorkspaceItem. + + # noqa: E501 - :param thumb_width: The thumb_width of this WorkspaceItem. + :param thumb_width: The thumb_width of this WorkspaceItem. # noqa: E501 :type: str """ @@ -586,22 +639,22 @@ def thumb_width(self, thumb_width): @property def type(self): - """ - Gets the type of this WorkspaceItem. - The type of the workspace item. Valid values are file, folder. + """Gets the type of this WorkspaceItem. # noqa: E501 + + The type of the workspace item. Valid values are file, folder. # noqa: E501 - :return: The type of this WorkspaceItem. + :return: The type of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this WorkspaceItem. - The type of the workspace item. Valid values are file, folder. + """Sets the type of this WorkspaceItem. + + The type of the workspace item. Valid values are file, folder. # noqa: E501 - :param type: The type of this WorkspaceItem. + :param type: The type of this WorkspaceItem. # noqa: E501 :type: str """ @@ -609,22 +662,22 @@ def type(self, type): @property def uri(self): - """ - Gets the uri of this WorkspaceItem. - + """Gets the uri of this WorkspaceItem. # noqa: E501 + + # noqa: E501 - :return: The uri of this WorkspaceItem. + :return: The uri of this WorkspaceItem. # noqa: E501 :rtype: str """ return self._uri @uri.setter def uri(self, uri): - """ - Sets the uri of this WorkspaceItem. - + """Sets the uri of this WorkspaceItem. + + # noqa: E501 - :param uri: The uri of this WorkspaceItem. + :param uri: The uri of this WorkspaceItem. # noqa: E501 :type: str """ @@ -632,32 +685,30 @@ def uri(self, uri): @property def user_authorization(self): - """ - Gets the user_authorization of this WorkspaceItem. + """Gets the user_authorization of this WorkspaceItem. # noqa: E501 - :return: The user_authorization of this WorkspaceItem. + + :return: The user_authorization of this WorkspaceItem. # noqa: E501 :rtype: WorkspaceUserAuthorization """ return self._user_authorization @user_authorization.setter def user_authorization(self, user_authorization): - """ - Sets the user_authorization of this WorkspaceItem. + """Sets the user_authorization of this WorkspaceItem. - :param user_authorization: The user_authorization of this WorkspaceItem. + + :param user_authorization: The user_authorization of this WorkspaceItem. # noqa: E501 :type: WorkspaceUserAuthorization """ self._user_authorization = user_authorization def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -674,29 +725,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceItem, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceItem): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_item_list.py b/docusign_esign/models/workspace_item_list.py index 3f9beb46..1df3cb42 100644 --- a/docusign_esign/models/workspace_item_list.py +++ b/docusign_esign/models/workspace_item_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceItemList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, items=None): - """ - WorkspaceItemList - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'items': 'list[WorkspaceItem]' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'items': 'list[WorkspaceItem]' + } - self.attribute_map = { - 'items': 'items' - } + attribute_map = { + 'items': 'items' + } - self._items = items + def __init__(self, items=None): # noqa: E501 + """WorkspaceItemList - a model defined in Swagger""" # noqa: E501 + + self._items = None + self.discriminator = None + + if items is not None: + self.items = items @property def items(self): - """ - Gets the items of this WorkspaceItemList. - + """Gets the items of this WorkspaceItemList. # noqa: E501 + + # noqa: E501 - :return: The items of this WorkspaceItemList. + :return: The items of this WorkspaceItemList. # noqa: E501 :rtype: list[WorkspaceItem] """ return self._items @items.setter def items(self, items): - """ - Sets the items of this WorkspaceItemList. - + """Sets the items of this WorkspaceItemList. - :param items: The items of this WorkspaceItemList. + # noqa: E501 + + :param items: The items of this WorkspaceItemList. # noqa: E501 :type: list[WorkspaceItem] """ self._items = items def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceItemList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceItemList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_list.py b/docusign_esign/models/workspace_list.py index 4a01fb27..f3152e28 100644 --- a/docusign_esign/models/workspace_list.py +++ b/docusign_esign/models/workspace_list.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,80 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceList(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, end_position=None, result_set_size=None, start_position=None, total_set_size=None, workspaces=None): - """ - WorkspaceList - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'end_position': 'str', - 'result_set_size': 'str', - 'start_position': 'str', - 'total_set_size': 'str', - 'workspaces': 'list[Workspace]' - } - - self.attribute_map = { - 'end_position': 'endPosition', - 'result_set_size': 'resultSetSize', - 'start_position': 'startPosition', - 'total_set_size': 'totalSetSize', - 'workspaces': 'workspaces' - } - self._end_position = end_position - self._result_set_size = result_set_size - self._start_position = start_position - self._total_set_size = total_set_size - self._workspaces = workspaces + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'end_position': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'workspaces': 'list[Workspace]' + } + + attribute_map = { + 'end_position': 'endPosition', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'workspaces': 'workspaces' + } + + def __init__(self, end_position=None, result_set_size=None, start_position=None, total_set_size=None, workspaces=None): # noqa: E501 + """WorkspaceList - a model defined in Swagger""" # noqa: E501 + + self._end_position = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._workspaces = None + self.discriminator = None + + if end_position is not None: + self.end_position = end_position + if result_set_size is not None: + self.result_set_size = result_set_size + if start_position is not None: + self.start_position = start_position + if total_set_size is not None: + self.total_set_size = total_set_size + if workspaces is not None: + self.workspaces = workspaces @property def end_position(self): - """ - Gets the end_position of this WorkspaceList. - The last position in the result set. + """Gets the end_position of this WorkspaceList. # noqa: E501 - :return: The end_position of this WorkspaceList. + The last position in the result set. # noqa: E501 + + :return: The end_position of this WorkspaceList. # noqa: E501 :rtype: str """ return self._end_position @end_position.setter def end_position(self, end_position): - """ - Sets the end_position of this WorkspaceList. - The last position in the result set. + """Sets the end_position of this WorkspaceList. + + The last position in the result set. # noqa: E501 - :param end_position: The end_position of this WorkspaceList. + :param end_position: The end_position of this WorkspaceList. # noqa: E501 :type: str """ @@ -77,22 +92,22 @@ def end_position(self, end_position): @property def result_set_size(self): - """ - Gets the result_set_size of this WorkspaceList. - The number of results returned in this response. + """Gets the result_set_size of this WorkspaceList. # noqa: E501 + + The number of results returned in this response. # noqa: E501 - :return: The result_set_size of this WorkspaceList. + :return: The result_set_size of this WorkspaceList. # noqa: E501 :rtype: str """ return self._result_set_size @result_set_size.setter def result_set_size(self, result_set_size): - """ - Sets the result_set_size of this WorkspaceList. - The number of results returned in this response. + """Sets the result_set_size of this WorkspaceList. - :param result_set_size: The result_set_size of this WorkspaceList. + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this WorkspaceList. # noqa: E501 :type: str """ @@ -100,22 +115,22 @@ def result_set_size(self, result_set_size): @property def start_position(self): - """ - Gets the start_position of this WorkspaceList. - Starting position of the current result set. + """Gets the start_position of this WorkspaceList. # noqa: E501 - :return: The start_position of this WorkspaceList. + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this WorkspaceList. # noqa: E501 :rtype: str """ return self._start_position @start_position.setter def start_position(self, start_position): - """ - Sets the start_position of this WorkspaceList. - Starting position of the current result set. + """Sets the start_position of this WorkspaceList. + + Starting position of the current result set. # noqa: E501 - :param start_position: The start_position of this WorkspaceList. + :param start_position: The start_position of this WorkspaceList. # noqa: E501 :type: str """ @@ -123,22 +138,22 @@ def start_position(self, start_position): @property def total_set_size(self): - """ - Gets the total_set_size of this WorkspaceList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Gets the total_set_size of this WorkspaceList. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 - :return: The total_set_size of this WorkspaceList. + :return: The total_set_size of this WorkspaceList. # noqa: E501 :rtype: str """ return self._total_set_size @total_set_size.setter def total_set_size(self, total_set_size): - """ - Sets the total_set_size of this WorkspaceList. - The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. + """Sets the total_set_size of this WorkspaceList. - :param total_set_size: The total_set_size of this WorkspaceList. + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this WorkspaceList. # noqa: E501 :type: str """ @@ -146,34 +161,32 @@ def total_set_size(self, total_set_size): @property def workspaces(self): - """ - Gets the workspaces of this WorkspaceList. - A list of workspaces. + """Gets the workspaces of this WorkspaceList. # noqa: E501 + + A list of workspaces. # noqa: E501 - :return: The workspaces of this WorkspaceList. + :return: The workspaces of this WorkspaceList. # noqa: E501 :rtype: list[Workspace] """ return self._workspaces @workspaces.setter def workspaces(self, workspaces): - """ - Sets the workspaces of this WorkspaceList. - A list of workspaces. + """Sets the workspaces of this WorkspaceList. + + A list of workspaces. # noqa: E501 - :param workspaces: The workspaces of this WorkspaceList. + :param workspaces: The workspaces of this WorkspaceList. # noqa: E501 :type: list[Workspace] """ self._workspaces = workspaces def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -190,29 +203,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceList, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceList): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_settings.py b/docusign_esign/models/workspace_settings.py index 5259d076..8c1741ed 100644 --- a/docusign_esign/models/workspace_settings.py +++ b/docusign_esign/models/workspace_settings.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,65 +11,70 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceSettings(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, comments_allowed=None): - """ - WorkspaceSettings - a model defined in Swagger - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'comments_allowed': 'str' - } + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'comments_allowed': 'str' + } - self.attribute_map = { - 'comments_allowed': 'commentsAllowed' - } + attribute_map = { + 'comments_allowed': 'commentsAllowed' + } - self._comments_allowed = comments_allowed + def __init__(self, comments_allowed=None): # noqa: E501 + """WorkspaceSettings - a model defined in Swagger""" # noqa: E501 + + self._comments_allowed = None + self.discriminator = None + + if comments_allowed is not None: + self.comments_allowed = comments_allowed @property def comments_allowed(self): - """ - Gets the comments_allowed of this WorkspaceSettings. - + """Gets the comments_allowed of this WorkspaceSettings. # noqa: E501 + + # noqa: E501 - :return: The comments_allowed of this WorkspaceSettings. + :return: The comments_allowed of this WorkspaceSettings. # noqa: E501 :rtype: str """ return self._comments_allowed @comments_allowed.setter def comments_allowed(self, comments_allowed): - """ - Sets the comments_allowed of this WorkspaceSettings. - + """Sets the comments_allowed of this WorkspaceSettings. - :param comments_allowed: The comments_allowed of this WorkspaceSettings. + # noqa: E501 + + :param comments_allowed: The comments_allowed of this WorkspaceSettings. # noqa: E501 :type: str """ self._comments_allowed = comments_allowed def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -86,29 +91,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceSettings, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceSettings): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_user.py b/docusign_esign/models/workspace_user.py index fbe87d92..3a59f440 100644 --- a/docusign_esign/models/workspace_user.py +++ b/docusign_esign/models/workspace_user.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,107 +11,150 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceUser(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, account_id=None, account_name=None, active_since=None, created=None, created_by_id=None, email=None, error_details=None, invitation_email_blurb=None, invitation_email_subject=None, last_modified=None, last_modified_by_id=None, status=None, type=None, user_id=None, user_name=None, workspace_id=None, workspace_user_base_url=None, workspace_user_id=None, workspace_user_uri=None): - """ - WorkspaceUser - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'account_id': 'str', - 'account_name': 'str', - 'active_since': 'str', - 'created': 'str', - 'created_by_id': 'str', - 'email': 'str', - 'error_details': 'ErrorDetails', - 'invitation_email_blurb': 'str', - 'invitation_email_subject': 'str', - 'last_modified': 'str', - 'last_modified_by_id': 'str', - 'status': 'str', - 'type': 'str', - 'user_id': 'str', - 'user_name': 'str', - 'workspace_id': 'str', - 'workspace_user_base_url': 'str', - 'workspace_user_id': 'str', - 'workspace_user_uri': 'str' - } - - self.attribute_map = { - 'account_id': 'accountId', - 'account_name': 'accountName', - 'active_since': 'activeSince', - 'created': 'created', - 'created_by_id': 'createdById', - 'email': 'email', - 'error_details': 'errorDetails', - 'invitation_email_blurb': 'invitationEmailBlurb', - 'invitation_email_subject': 'invitationEmailSubject', - 'last_modified': 'lastModified', - 'last_modified_by_id': 'lastModifiedById', - 'status': 'status', - 'type': 'type', - 'user_id': 'userId', - 'user_name': 'userName', - 'workspace_id': 'workspaceId', - 'workspace_user_base_url': 'workspaceUserBaseUrl', - 'workspace_user_id': 'workspaceUserId', - 'workspace_user_uri': 'workspaceUserUri' - } - self._account_id = account_id - self._account_name = account_name - self._active_since = active_since - self._created = created - self._created_by_id = created_by_id - self._email = email - self._error_details = error_details - self._invitation_email_blurb = invitation_email_blurb - self._invitation_email_subject = invitation_email_subject - self._last_modified = last_modified - self._last_modified_by_id = last_modified_by_id - self._status = status - self._type = type - self._user_id = user_id - self._user_name = user_name - self._workspace_id = workspace_id - self._workspace_user_base_url = workspace_user_base_url - self._workspace_user_id = workspace_user_id - self._workspace_user_uri = workspace_user_uri + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'account_id': 'str', + 'account_name': 'str', + 'active_since': 'str', + 'created': 'str', + 'created_by_id': 'str', + 'email': 'str', + 'error_details': 'ErrorDetails', + 'invitation_email_blurb': 'str', + 'invitation_email_subject': 'str', + 'last_modified': 'str', + 'last_modified_by_id': 'str', + 'status': 'str', + 'type': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'workspace_id': 'str', + 'workspace_user_base_url': 'str', + 'workspace_user_id': 'str', + 'workspace_user_uri': 'str' + } + + attribute_map = { + 'account_id': 'accountId', + 'account_name': 'accountName', + 'active_since': 'activeSince', + 'created': 'created', + 'created_by_id': 'createdById', + 'email': 'email', + 'error_details': 'errorDetails', + 'invitation_email_blurb': 'invitationEmailBlurb', + 'invitation_email_subject': 'invitationEmailSubject', + 'last_modified': 'lastModified', + 'last_modified_by_id': 'lastModifiedById', + 'status': 'status', + 'type': 'type', + 'user_id': 'userId', + 'user_name': 'userName', + 'workspace_id': 'workspaceId', + 'workspace_user_base_url': 'workspaceUserBaseUrl', + 'workspace_user_id': 'workspaceUserId', + 'workspace_user_uri': 'workspaceUserUri' + } + + def __init__(self, account_id=None, account_name=None, active_since=None, created=None, created_by_id=None, email=None, error_details=None, invitation_email_blurb=None, invitation_email_subject=None, last_modified=None, last_modified_by_id=None, status=None, type=None, user_id=None, user_name=None, workspace_id=None, workspace_user_base_url=None, workspace_user_id=None, workspace_user_uri=None): # noqa: E501 + """WorkspaceUser - a model defined in Swagger""" # noqa: E501 + + self._account_id = None + self._account_name = None + self._active_since = None + self._created = None + self._created_by_id = None + self._email = None + self._error_details = None + self._invitation_email_blurb = None + self._invitation_email_subject = None + self._last_modified = None + self._last_modified_by_id = None + self._status = None + self._type = None + self._user_id = None + self._user_name = None + self._workspace_id = None + self._workspace_user_base_url = None + self._workspace_user_id = None + self._workspace_user_uri = None + self.discriminator = None + + if account_id is not None: + self.account_id = account_id + if account_name is not None: + self.account_name = account_name + if active_since is not None: + self.active_since = active_since + if created is not None: + self.created = created + if created_by_id is not None: + self.created_by_id = created_by_id + if email is not None: + self.email = email + if error_details is not None: + self.error_details = error_details + if invitation_email_blurb is not None: + self.invitation_email_blurb = invitation_email_blurb + if invitation_email_subject is not None: + self.invitation_email_subject = invitation_email_subject + if last_modified is not None: + self.last_modified = last_modified + if last_modified_by_id is not None: + self.last_modified_by_id = last_modified_by_id + if status is not None: + self.status = status + if type is not None: + self.type = type + if user_id is not None: + self.user_id = user_id + if user_name is not None: + self.user_name = user_name + if workspace_id is not None: + self.workspace_id = workspace_id + if workspace_user_base_url is not None: + self.workspace_user_base_url = workspace_user_base_url + if workspace_user_id is not None: + self.workspace_user_id = workspace_user_id + if workspace_user_uri is not None: + self.workspace_user_uri = workspace_user_uri @property def account_id(self): - """ - Gets the account_id of this WorkspaceUser. - The account ID associated with the envelope. + """Gets the account_id of this WorkspaceUser. # noqa: E501 - :return: The account_id of this WorkspaceUser. + The account ID associated with the envelope. # noqa: E501 + + :return: The account_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._account_id @account_id.setter def account_id(self, account_id): - """ - Sets the account_id of this WorkspaceUser. - The account ID associated with the envelope. + """Sets the account_id of this WorkspaceUser. + + The account ID associated with the envelope. # noqa: E501 - :param account_id: The account_id of this WorkspaceUser. + :param account_id: The account_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -119,22 +162,22 @@ def account_id(self, account_id): @property def account_name(self): - """ - Gets the account_name of this WorkspaceUser. - The name of the account that the workspace user belongs to. + """Gets the account_name of this WorkspaceUser. # noqa: E501 + + The name of the account that the workspace user belongs to. # noqa: E501 - :return: The account_name of this WorkspaceUser. + :return: The account_name of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._account_name @account_name.setter def account_name(self, account_name): - """ - Sets the account_name of this WorkspaceUser. - The name of the account that the workspace user belongs to. + """Sets the account_name of this WorkspaceUser. + + The name of the account that the workspace user belongs to. # noqa: E501 - :param account_name: The account_name of this WorkspaceUser. + :param account_name: The account_name of this WorkspaceUser. # noqa: E501 :type: str """ @@ -142,22 +185,22 @@ def account_name(self, account_name): @property def active_since(self): - """ - Gets the active_since of this WorkspaceUser. - + """Gets the active_since of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The active_since of this WorkspaceUser. + :return: The active_since of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._active_since @active_since.setter def active_since(self, active_since): - """ - Sets the active_since of this WorkspaceUser. - + """Sets the active_since of this WorkspaceUser. - :param active_since: The active_since of this WorkspaceUser. + # noqa: E501 + + :param active_since: The active_since of this WorkspaceUser. # noqa: E501 :type: str """ @@ -165,22 +208,22 @@ def active_since(self, active_since): @property def created(self): - """ - Gets the created of this WorkspaceUser. - The UTC DateTime when the workspace user was created. + """Gets the created of this WorkspaceUser. # noqa: E501 - :return: The created of this WorkspaceUser. + The UTC DateTime when the workspace user was created. # noqa: E501 + + :return: The created of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this WorkspaceUser. - The UTC DateTime when the workspace user was created. + """Sets the created of this WorkspaceUser. - :param created: The created of this WorkspaceUser. + The UTC DateTime when the workspace user was created. # noqa: E501 + + :param created: The created of this WorkspaceUser. # noqa: E501 :type: str """ @@ -188,22 +231,22 @@ def created(self, created): @property def created_by_id(self): - """ - Gets the created_by_id of this WorkspaceUser. - + """Gets the created_by_id of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The created_by_id of this WorkspaceUser. + :return: The created_by_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._created_by_id @created_by_id.setter def created_by_id(self, created_by_id): - """ - Sets the created_by_id of this WorkspaceUser. - + """Sets the created_by_id of this WorkspaceUser. + + # noqa: E501 - :param created_by_id: The created_by_id of this WorkspaceUser. + :param created_by_id: The created_by_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -211,22 +254,22 @@ def created_by_id(self, created_by_id): @property def email(self): - """ - Gets the email of this WorkspaceUser. - + """Gets the email of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The email of this WorkspaceUser. + :return: The email of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._email @email.setter def email(self, email): - """ - Sets the email of this WorkspaceUser. - + """Sets the email of this WorkspaceUser. + + # noqa: E501 - :param email: The email of this WorkspaceUser. + :param email: The email of this WorkspaceUser. # noqa: E501 :type: str """ @@ -234,20 +277,20 @@ def email(self, email): @property def error_details(self): - """ - Gets the error_details of this WorkspaceUser. + """Gets the error_details of this WorkspaceUser. # noqa: E501 - :return: The error_details of this WorkspaceUser. + + :return: The error_details of this WorkspaceUser. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this WorkspaceUser. + """Sets the error_details of this WorkspaceUser. - :param error_details: The error_details of this WorkspaceUser. + + :param error_details: The error_details of this WorkspaceUser. # noqa: E501 :type: ErrorDetails """ @@ -255,22 +298,22 @@ def error_details(self, error_details): @property def invitation_email_blurb(self): - """ - Gets the invitation_email_blurb of this WorkspaceUser. - + """Gets the invitation_email_blurb of this WorkspaceUser. # noqa: E501 - :return: The invitation_email_blurb of this WorkspaceUser. + # noqa: E501 + + :return: The invitation_email_blurb of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._invitation_email_blurb @invitation_email_blurb.setter def invitation_email_blurb(self, invitation_email_blurb): - """ - Sets the invitation_email_blurb of this WorkspaceUser. - + """Sets the invitation_email_blurb of this WorkspaceUser. + + # noqa: E501 - :param invitation_email_blurb: The invitation_email_blurb of this WorkspaceUser. + :param invitation_email_blurb: The invitation_email_blurb of this WorkspaceUser. # noqa: E501 :type: str """ @@ -278,22 +321,22 @@ def invitation_email_blurb(self, invitation_email_blurb): @property def invitation_email_subject(self): - """ - Gets the invitation_email_subject of this WorkspaceUser. - + """Gets the invitation_email_subject of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The invitation_email_subject of this WorkspaceUser. + :return: The invitation_email_subject of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._invitation_email_subject @invitation_email_subject.setter def invitation_email_subject(self, invitation_email_subject): - """ - Sets the invitation_email_subject of this WorkspaceUser. - + """Sets the invitation_email_subject of this WorkspaceUser. + + # noqa: E501 - :param invitation_email_subject: The invitation_email_subject of this WorkspaceUser. + :param invitation_email_subject: The invitation_email_subject of this WorkspaceUser. # noqa: E501 :type: str """ @@ -301,22 +344,22 @@ def invitation_email_subject(self, invitation_email_subject): @property def last_modified(self): - """ - Gets the last_modified of this WorkspaceUser. - Utc date and time the comment was last updated (can only be done by creator.) + """Gets the last_modified of this WorkspaceUser. # noqa: E501 + + Utc date and time the comment was last updated (can only be done by creator.) # noqa: E501 - :return: The last_modified of this WorkspaceUser. + :return: The last_modified of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._last_modified @last_modified.setter def last_modified(self, last_modified): - """ - Sets the last_modified of this WorkspaceUser. - Utc date and time the comment was last updated (can only be done by creator.) + """Sets the last_modified of this WorkspaceUser. - :param last_modified: The last_modified of this WorkspaceUser. + Utc date and time the comment was last updated (can only be done by creator.) # noqa: E501 + + :param last_modified: The last_modified of this WorkspaceUser. # noqa: E501 :type: str """ @@ -324,22 +367,22 @@ def last_modified(self, last_modified): @property def last_modified_by_id(self): - """ - Gets the last_modified_by_id of this WorkspaceUser. - + """Gets the last_modified_by_id of this WorkspaceUser. # noqa: E501 - :return: The last_modified_by_id of this WorkspaceUser. + # noqa: E501 + + :return: The last_modified_by_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._last_modified_by_id @last_modified_by_id.setter def last_modified_by_id(self, last_modified_by_id): - """ - Sets the last_modified_by_id of this WorkspaceUser. - + """Sets the last_modified_by_id of this WorkspaceUser. - :param last_modified_by_id: The last_modified_by_id of this WorkspaceUser. + # noqa: E501 + + :param last_modified_by_id: The last_modified_by_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -347,22 +390,22 @@ def last_modified_by_id(self, last_modified_by_id): @property def status(self): - """ - Gets the status of this WorkspaceUser. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this WorkspaceUser. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :return: The status of this WorkspaceUser. + :return: The status of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this WorkspaceUser. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this WorkspaceUser. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 - :param status: The status of this WorkspaceUser. + :param status: The status of this WorkspaceUser. # noqa: E501 :type: str """ @@ -370,22 +413,22 @@ def status(self, status): @property def type(self): - """ - Gets the type of this WorkspaceUser. - Type of the user. Valid values: type_owner, type_participant. + """Gets the type of this WorkspaceUser. # noqa: E501 + + Type of the user. Valid values: type_owner, type_participant. # noqa: E501 - :return: The type of this WorkspaceUser. + :return: The type of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._type @type.setter def type(self, type): - """ - Sets the type of this WorkspaceUser. - Type of the user. Valid values: type_owner, type_participant. + """Sets the type of this WorkspaceUser. + + Type of the user. Valid values: type_owner, type_participant. # noqa: E501 - :param type: The type of this WorkspaceUser. + :param type: The type of this WorkspaceUser. # noqa: E501 :type: str """ @@ -393,22 +436,22 @@ def type(self, type): @property def user_id(self): - """ - Gets the user_id of this WorkspaceUser. - + """Gets the user_id of this WorkspaceUser. # noqa: E501 - :return: The user_id of this WorkspaceUser. + # noqa: E501 + + :return: The user_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._user_id @user_id.setter def user_id(self, user_id): - """ - Sets the user_id of this WorkspaceUser. - + """Sets the user_id of this WorkspaceUser. - :param user_id: The user_id of this WorkspaceUser. + # noqa: E501 + + :param user_id: The user_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -416,22 +459,22 @@ def user_id(self, user_id): @property def user_name(self): - """ - Gets the user_name of this WorkspaceUser. - + """Gets the user_name of this WorkspaceUser. # noqa: E501 - :return: The user_name of this WorkspaceUser. + # noqa: E501 + + :return: The user_name of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._user_name @user_name.setter def user_name(self, user_name): - """ - Sets the user_name of this WorkspaceUser. - + """Sets the user_name of this WorkspaceUser. + + # noqa: E501 - :param user_name: The user_name of this WorkspaceUser. + :param user_name: The user_name of this WorkspaceUser. # noqa: E501 :type: str """ @@ -439,22 +482,22 @@ def user_name(self, user_name): @property def workspace_id(self): - """ - Gets the workspace_id of this WorkspaceUser. - + """Gets the workspace_id of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The workspace_id of this WorkspaceUser. + :return: The workspace_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._workspace_id @workspace_id.setter def workspace_id(self, workspace_id): - """ - Sets the workspace_id of this WorkspaceUser. - + """Sets the workspace_id of this WorkspaceUser. + + # noqa: E501 - :param workspace_id: The workspace_id of this WorkspaceUser. + :param workspace_id: The workspace_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -462,22 +505,22 @@ def workspace_id(self, workspace_id): @property def workspace_user_base_url(self): - """ - Gets the workspace_user_base_url of this WorkspaceUser. - The relative URI that may be used to access a workspace user. + """Gets the workspace_user_base_url of this WorkspaceUser. # noqa: E501 + + The relative URI that may be used to access a workspace user. # noqa: E501 - :return: The workspace_user_base_url of this WorkspaceUser. + :return: The workspace_user_base_url of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._workspace_user_base_url @workspace_user_base_url.setter def workspace_user_base_url(self, workspace_user_base_url): - """ - Sets the workspace_user_base_url of this WorkspaceUser. - The relative URI that may be used to access a workspace user. + """Sets the workspace_user_base_url of this WorkspaceUser. - :param workspace_user_base_url: The workspace_user_base_url of this WorkspaceUser. + The relative URI that may be used to access a workspace user. # noqa: E501 + + :param workspace_user_base_url: The workspace_user_base_url of this WorkspaceUser. # noqa: E501 :type: str """ @@ -485,22 +528,22 @@ def workspace_user_base_url(self, workspace_user_base_url): @property def workspace_user_id(self): - """ - Gets the workspace_user_id of this WorkspaceUser. - + """Gets the workspace_user_id of this WorkspaceUser. # noqa: E501 - :return: The workspace_user_id of this WorkspaceUser. + # noqa: E501 + + :return: The workspace_user_id of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._workspace_user_id @workspace_user_id.setter def workspace_user_id(self, workspace_user_id): - """ - Sets the workspace_user_id of this WorkspaceUser. - + """Sets the workspace_user_id of this WorkspaceUser. - :param workspace_user_id: The workspace_user_id of this WorkspaceUser. + # noqa: E501 + + :param workspace_user_id: The workspace_user_id of this WorkspaceUser. # noqa: E501 :type: str """ @@ -508,34 +551,32 @@ def workspace_user_id(self, workspace_user_id): @property def workspace_user_uri(self): - """ - Gets the workspace_user_uri of this WorkspaceUser. - + """Gets the workspace_user_uri of this WorkspaceUser. # noqa: E501 + + # noqa: E501 - :return: The workspace_user_uri of this WorkspaceUser. + :return: The workspace_user_uri of this WorkspaceUser. # noqa: E501 :rtype: str """ return self._workspace_user_uri @workspace_user_uri.setter def workspace_user_uri(self, workspace_user_uri): - """ - Sets the workspace_user_uri of this WorkspaceUser. - + """Sets the workspace_user_uri of this WorkspaceUser. + + # noqa: E501 - :param workspace_user_uri: The workspace_user_uri of this WorkspaceUser. + :param workspace_user_uri: The workspace_user_uri of this WorkspaceUser. # noqa: E501 :type: str """ self._workspace_user_uri = workspace_user_uri def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -552,29 +593,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceUser, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceUser): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/workspace_user_authorization.py b/docusign_esign/models/workspace_user_authorization.py index 8eea85f8..01f8f044 100644 --- a/docusign_esign/models/workspace_user_authorization.py +++ b/docusign_esign/models/workspace_user_authorization.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,83 +11,110 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class WorkspaceUserAuthorization(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, can_delete=None, can_move=None, can_transact=None, can_view=None, created=None, created_by_id=None, error_details=None, modified=None, modified_by_id=None, workspace_user_id=None, workspace_user_information=None): - """ - WorkspaceUserAuthorization - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'can_delete': 'str', - 'can_move': 'str', - 'can_transact': 'str', - 'can_view': 'str', - 'created': 'str', - 'created_by_id': 'str', - 'error_details': 'ErrorDetails', - 'modified': 'str', - 'modified_by_id': 'str', - 'workspace_user_id': 'str', - 'workspace_user_information': 'WorkspaceUser' - } - - self.attribute_map = { - 'can_delete': 'canDelete', - 'can_move': 'canMove', - 'can_transact': 'canTransact', - 'can_view': 'canView', - 'created': 'created', - 'created_by_id': 'createdById', - 'error_details': 'errorDetails', - 'modified': 'modified', - 'modified_by_id': 'modifiedById', - 'workspace_user_id': 'workspaceUserId', - 'workspace_user_information': 'workspaceUserInformation' - } - self._can_delete = can_delete - self._can_move = can_move - self._can_transact = can_transact - self._can_view = can_view - self._created = created - self._created_by_id = created_by_id - self._error_details = error_details - self._modified = modified - self._modified_by_id = modified_by_id - self._workspace_user_id = workspace_user_id - self._workspace_user_information = workspace_user_information + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'can_delete': 'str', + 'can_move': 'str', + 'can_transact': 'str', + 'can_view': 'str', + 'created': 'str', + 'created_by_id': 'str', + 'error_details': 'ErrorDetails', + 'modified': 'str', + 'modified_by_id': 'str', + 'workspace_user_id': 'str', + 'workspace_user_information': 'WorkspaceUser' + } + + attribute_map = { + 'can_delete': 'canDelete', + 'can_move': 'canMove', + 'can_transact': 'canTransact', + 'can_view': 'canView', + 'created': 'created', + 'created_by_id': 'createdById', + 'error_details': 'errorDetails', + 'modified': 'modified', + 'modified_by_id': 'modifiedById', + 'workspace_user_id': 'workspaceUserId', + 'workspace_user_information': 'workspaceUserInformation' + } + + def __init__(self, can_delete=None, can_move=None, can_transact=None, can_view=None, created=None, created_by_id=None, error_details=None, modified=None, modified_by_id=None, workspace_user_id=None, workspace_user_information=None): # noqa: E501 + """WorkspaceUserAuthorization - a model defined in Swagger""" # noqa: E501 + + self._can_delete = None + self._can_move = None + self._can_transact = None + self._can_view = None + self._created = None + self._created_by_id = None + self._error_details = None + self._modified = None + self._modified_by_id = None + self._workspace_user_id = None + self._workspace_user_information = None + self.discriminator = None + + if can_delete is not None: + self.can_delete = can_delete + if can_move is not None: + self.can_move = can_move + if can_transact is not None: + self.can_transact = can_transact + if can_view is not None: + self.can_view = can_view + if created is not None: + self.created = created + if created_by_id is not None: + self.created_by_id = created_by_id + if error_details is not None: + self.error_details = error_details + if modified is not None: + self.modified = modified + if modified_by_id is not None: + self.modified_by_id = modified_by_id + if workspace_user_id is not None: + self.workspace_user_id = workspace_user_id + if workspace_user_information is not None: + self.workspace_user_information = workspace_user_information @property def can_delete(self): - """ - Gets the can_delete of this WorkspaceUserAuthorization. - + """Gets the can_delete of this WorkspaceUserAuthorization. # noqa: E501 + + # noqa: E501 - :return: The can_delete of this WorkspaceUserAuthorization. + :return: The can_delete of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._can_delete @can_delete.setter def can_delete(self, can_delete): - """ - Sets the can_delete of this WorkspaceUserAuthorization. - + """Sets the can_delete of this WorkspaceUserAuthorization. - :param can_delete: The can_delete of this WorkspaceUserAuthorization. + # noqa: E501 + + :param can_delete: The can_delete of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -95,22 +122,22 @@ def can_delete(self, can_delete): @property def can_move(self): - """ - Gets the can_move of this WorkspaceUserAuthorization. - + """Gets the can_move of this WorkspaceUserAuthorization. # noqa: E501 - :return: The can_move of this WorkspaceUserAuthorization. + # noqa: E501 + + :return: The can_move of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._can_move @can_move.setter def can_move(self, can_move): - """ - Sets the can_move of this WorkspaceUserAuthorization. - + """Sets the can_move of this WorkspaceUserAuthorization. - :param can_move: The can_move of this WorkspaceUserAuthorization. + # noqa: E501 + + :param can_move: The can_move of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -118,22 +145,22 @@ def can_move(self, can_move): @property def can_transact(self): - """ - Gets the can_transact of this WorkspaceUserAuthorization. - + """Gets the can_transact of this WorkspaceUserAuthorization. # noqa: E501 - :return: The can_transact of this WorkspaceUserAuthorization. + # noqa: E501 + + :return: The can_transact of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._can_transact @can_transact.setter def can_transact(self, can_transact): - """ - Sets the can_transact of this WorkspaceUserAuthorization. - + """Sets the can_transact of this WorkspaceUserAuthorization. + + # noqa: E501 - :param can_transact: The can_transact of this WorkspaceUserAuthorization. + :param can_transact: The can_transact of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -141,22 +168,22 @@ def can_transact(self, can_transact): @property def can_view(self): - """ - Gets the can_view of this WorkspaceUserAuthorization. - + """Gets the can_view of this WorkspaceUserAuthorization. # noqa: E501 + + # noqa: E501 - :return: The can_view of this WorkspaceUserAuthorization. + :return: The can_view of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._can_view @can_view.setter def can_view(self, can_view): - """ - Sets the can_view of this WorkspaceUserAuthorization. - + """Sets the can_view of this WorkspaceUserAuthorization. + + # noqa: E501 - :param can_view: The can_view of this WorkspaceUserAuthorization. + :param can_view: The can_view of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -164,22 +191,22 @@ def can_view(self, can_view): @property def created(self): - """ - Gets the created of this WorkspaceUserAuthorization. - The UTC DateTime when the workspace user authorization was created. + """Gets the created of this WorkspaceUserAuthorization. # noqa: E501 + + The UTC DateTime when the workspace user authorization was created. # noqa: E501 - :return: The created of this WorkspaceUserAuthorization. + :return: The created of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._created @created.setter def created(self, created): - """ - Sets the created of this WorkspaceUserAuthorization. - The UTC DateTime when the workspace user authorization was created. + """Sets the created of this WorkspaceUserAuthorization. + + The UTC DateTime when the workspace user authorization was created. # noqa: E501 - :param created: The created of this WorkspaceUserAuthorization. + :param created: The created of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -187,22 +214,22 @@ def created(self, created): @property def created_by_id(self): - """ - Gets the created_by_id of this WorkspaceUserAuthorization. - + """Gets the created_by_id of this WorkspaceUserAuthorization. # noqa: E501 - :return: The created_by_id of this WorkspaceUserAuthorization. + # noqa: E501 + + :return: The created_by_id of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._created_by_id @created_by_id.setter def created_by_id(self, created_by_id): - """ - Sets the created_by_id of this WorkspaceUserAuthorization. - + """Sets the created_by_id of this WorkspaceUserAuthorization. - :param created_by_id: The created_by_id of this WorkspaceUserAuthorization. + # noqa: E501 + + :param created_by_id: The created_by_id of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -210,20 +237,20 @@ def created_by_id(self, created_by_id): @property def error_details(self): - """ - Gets the error_details of this WorkspaceUserAuthorization. + """Gets the error_details of this WorkspaceUserAuthorization. # noqa: E501 + - :return: The error_details of this WorkspaceUserAuthorization. + :return: The error_details of this WorkspaceUserAuthorization. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this WorkspaceUserAuthorization. + """Sets the error_details of this WorkspaceUserAuthorization. + - :param error_details: The error_details of this WorkspaceUserAuthorization. + :param error_details: The error_details of this WorkspaceUserAuthorization. # noqa: E501 :type: ErrorDetails """ @@ -231,22 +258,22 @@ def error_details(self, error_details): @property def modified(self): - """ - Gets the modified of this WorkspaceUserAuthorization. - + """Gets the modified of this WorkspaceUserAuthorization. # noqa: E501 + + # noqa: E501 - :return: The modified of this WorkspaceUserAuthorization. + :return: The modified of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._modified @modified.setter def modified(self, modified): - """ - Sets the modified of this WorkspaceUserAuthorization. - + """Sets the modified of this WorkspaceUserAuthorization. - :param modified: The modified of this WorkspaceUserAuthorization. + # noqa: E501 + + :param modified: The modified of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -254,22 +281,22 @@ def modified(self, modified): @property def modified_by_id(self): - """ - Gets the modified_by_id of this WorkspaceUserAuthorization. - + """Gets the modified_by_id of this WorkspaceUserAuthorization. # noqa: E501 - :return: The modified_by_id of this WorkspaceUserAuthorization. + # noqa: E501 + + :return: The modified_by_id of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._modified_by_id @modified_by_id.setter def modified_by_id(self, modified_by_id): - """ - Sets the modified_by_id of this WorkspaceUserAuthorization. - + """Sets the modified_by_id of this WorkspaceUserAuthorization. - :param modified_by_id: The modified_by_id of this WorkspaceUserAuthorization. + # noqa: E501 + + :param modified_by_id: The modified_by_id of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -277,22 +304,22 @@ def modified_by_id(self, modified_by_id): @property def workspace_user_id(self): - """ - Gets the workspace_user_id of this WorkspaceUserAuthorization. - + """Gets the workspace_user_id of this WorkspaceUserAuthorization. # noqa: E501 - :return: The workspace_user_id of this WorkspaceUserAuthorization. + # noqa: E501 + + :return: The workspace_user_id of this WorkspaceUserAuthorization. # noqa: E501 :rtype: str """ return self._workspace_user_id @workspace_user_id.setter def workspace_user_id(self, workspace_user_id): - """ - Sets the workspace_user_id of this WorkspaceUserAuthorization. - + """Sets the workspace_user_id of this WorkspaceUserAuthorization. + + # noqa: E501 - :param workspace_user_id: The workspace_user_id of this WorkspaceUserAuthorization. + :param workspace_user_id: The workspace_user_id of this WorkspaceUserAuthorization. # noqa: E501 :type: str """ @@ -300,32 +327,30 @@ def workspace_user_id(self, workspace_user_id): @property def workspace_user_information(self): - """ - Gets the workspace_user_information of this WorkspaceUserAuthorization. + """Gets the workspace_user_information of this WorkspaceUserAuthorization. # noqa: E501 + - :return: The workspace_user_information of this WorkspaceUserAuthorization. + :return: The workspace_user_information of this WorkspaceUserAuthorization. # noqa: E501 :rtype: WorkspaceUser """ return self._workspace_user_information @workspace_user_information.setter def workspace_user_information(self, workspace_user_information): - """ - Sets the workspace_user_information of this WorkspaceUserAuthorization. + """Sets the workspace_user_information of this WorkspaceUserAuthorization. + - :param workspace_user_information: The workspace_user_information of this WorkspaceUserAuthorization. + :param workspace_user_information: The workspace_user_information of this WorkspaceUserAuthorization. # noqa: E501 :type: WorkspaceUser """ self._workspace_user_information = workspace_user_information def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -342,29 +367,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(WorkspaceUserAuthorization, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, WorkspaceUserAuthorization): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/docusign_esign/models/zip.py b/docusign_esign/models/zip.py index 38bb6c61..8fb304eb 100644 --- a/docusign_esign/models/zip.py +++ b/docusign_esign/models/zip.py @@ -3,7 +3,7 @@ """ DocuSign REST API - The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 OpenAPI spec version: v2.1 Contact: devcenter@docusign.com @@ -11,389 +11,620 @@ """ -from pprint import pformat -from six import iteritems -import re +import pprint +import re # noqa: F401 + +import six class Zip(object): - """ - NOTE: This class is auto generated by the swagger code generator program. + """NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. """ - def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, use_dash4=None, use_dash4_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): - """ - Zip - a model defined in Swagger - - :param dict swaggerTypes: The key is attribute name - and the value is attribute type. - :param dict attributeMap: The key is attribute name - and the value is json key in definition. - """ - self.swagger_types = { - 'anchor_allow_white_space_in_characters': 'str', - 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', - 'anchor_case_sensitive': 'str', - 'anchor_case_sensitive_metadata': 'PropertyMetadata', - 'anchor_horizontal_alignment': 'str', - 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', - 'anchor_ignore_if_not_present': 'str', - 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', - 'anchor_match_whole_word': 'str', - 'anchor_match_whole_word_metadata': 'PropertyMetadata', - 'anchor_string': 'str', - 'anchor_string_metadata': 'PropertyMetadata', - 'anchor_tab_processor_version': 'str', - 'anchor_tab_processor_version_metadata': 'PropertyMetadata', - 'anchor_units': 'str', - 'anchor_units_metadata': 'PropertyMetadata', - 'anchor_x_offset': 'str', - 'anchor_x_offset_metadata': 'PropertyMetadata', - 'anchor_y_offset': 'str', - 'anchor_y_offset_metadata': 'PropertyMetadata', - 'bold': 'str', - 'bold_metadata': 'PropertyMetadata', - 'conceal_value_on_document': 'str', - 'conceal_value_on_document_metadata': 'PropertyMetadata', - 'conditional_parent_label': 'str', - 'conditional_parent_label_metadata': 'PropertyMetadata', - 'conditional_parent_value': 'str', - 'conditional_parent_value_metadata': 'PropertyMetadata', - 'custom_tab_id': 'str', - 'custom_tab_id_metadata': 'PropertyMetadata', - 'disable_auto_size': 'str', - 'disable_auto_size_metadata': 'PropertyMetadata', - 'document_id': 'str', - 'document_id_metadata': 'PropertyMetadata', - 'error_details': 'ErrorDetails', - 'font': 'str', - 'font_color': 'str', - 'font_color_metadata': 'PropertyMetadata', - 'font_metadata': 'PropertyMetadata', - 'font_size': 'str', - 'font_size_metadata': 'PropertyMetadata', - 'form_order': 'str', - 'form_order_metadata': 'PropertyMetadata', - 'form_page_label': 'str', - 'form_page_label_metadata': 'PropertyMetadata', - 'form_page_number': 'str', - 'form_page_number_metadata': 'PropertyMetadata', - 'height': 'str', - 'height_metadata': 'PropertyMetadata', - 'italic': 'str', - 'italic_metadata': 'PropertyMetadata', - 'locale_policy': 'LocalePolicyTab', - 'locked': 'str', - 'locked_metadata': 'PropertyMetadata', - 'max_length': 'str', - 'max_length_metadata': 'PropertyMetadata', - 'merge_field': 'MergeField', - 'merge_field_xml': 'str', - 'name': 'str', - 'name_metadata': 'PropertyMetadata', - 'original_value': 'str', - 'original_value_metadata': 'PropertyMetadata', - 'page_number': 'str', - 'page_number_metadata': 'PropertyMetadata', - 'recipient_id': 'str', - 'recipient_id_guid': 'str', - 'recipient_id_guid_metadata': 'PropertyMetadata', - 'recipient_id_metadata': 'PropertyMetadata', - 'require_all': 'str', - 'require_all_metadata': 'PropertyMetadata', - 'required': 'str', - 'required_metadata': 'PropertyMetadata', - 'require_initial_on_shared_change': 'str', - 'require_initial_on_shared_change_metadata': 'PropertyMetadata', - 'sender_required': 'str', - 'sender_required_metadata': 'PropertyMetadata', - 'shared': 'str', - 'shared_metadata': 'PropertyMetadata', - 'smart_contract_information': 'SmartContractInformation', - 'status': 'str', - 'status_metadata': 'PropertyMetadata', - 'tab_group_labels': 'list[str]', - 'tab_group_labels_metadata': 'PropertyMetadata', - 'tab_id': 'str', - 'tab_id_metadata': 'PropertyMetadata', - 'tab_label': 'str', - 'tab_label_metadata': 'PropertyMetadata', - 'tab_order': 'str', - 'tab_order_metadata': 'PropertyMetadata', - 'tab_type': 'str', - 'tab_type_metadata': 'PropertyMetadata', - 'template_locked': 'str', - 'template_locked_metadata': 'PropertyMetadata', - 'template_required': 'str', - 'template_required_metadata': 'PropertyMetadata', - 'tooltip': 'str', - 'tool_tip_metadata': 'PropertyMetadata', - 'underline': 'str', - 'underline_metadata': 'PropertyMetadata', - 'use_dash4': 'str', - 'use_dash4_metadata': 'PropertyMetadata', - 'validation_message': 'str', - 'validation_message_metadata': 'PropertyMetadata', - 'validation_pattern': 'str', - 'validation_pattern_metadata': 'PropertyMetadata', - 'value': 'str', - 'value_metadata': 'PropertyMetadata', - 'width': 'str', - 'width_metadata': 'PropertyMetadata', - 'x_position': 'str', - 'x_position_metadata': 'PropertyMetadata', - 'y_position': 'str', - 'y_position_metadata': 'PropertyMetadata' - } - - self.attribute_map = { - 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', - 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', - 'anchor_case_sensitive': 'anchorCaseSensitive', - 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', - 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', - 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', - 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', - 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', - 'anchor_match_whole_word': 'anchorMatchWholeWord', - 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', - 'anchor_string': 'anchorString', - 'anchor_string_metadata': 'anchorStringMetadata', - 'anchor_tab_processor_version': 'anchorTabProcessorVersion', - 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', - 'anchor_units': 'anchorUnits', - 'anchor_units_metadata': 'anchorUnitsMetadata', - 'anchor_x_offset': 'anchorXOffset', - 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', - 'anchor_y_offset': 'anchorYOffset', - 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', - 'bold': 'bold', - 'bold_metadata': 'boldMetadata', - 'conceal_value_on_document': 'concealValueOnDocument', - 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', - 'conditional_parent_label': 'conditionalParentLabel', - 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', - 'conditional_parent_value': 'conditionalParentValue', - 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', - 'custom_tab_id': 'customTabId', - 'custom_tab_id_metadata': 'customTabIdMetadata', - 'disable_auto_size': 'disableAutoSize', - 'disable_auto_size_metadata': 'disableAutoSizeMetadata', - 'document_id': 'documentId', - 'document_id_metadata': 'documentIdMetadata', - 'error_details': 'errorDetails', - 'font': 'font', - 'font_color': 'fontColor', - 'font_color_metadata': 'fontColorMetadata', - 'font_metadata': 'fontMetadata', - 'font_size': 'fontSize', - 'font_size_metadata': 'fontSizeMetadata', - 'form_order': 'formOrder', - 'form_order_metadata': 'formOrderMetadata', - 'form_page_label': 'formPageLabel', - 'form_page_label_metadata': 'formPageLabelMetadata', - 'form_page_number': 'formPageNumber', - 'form_page_number_metadata': 'formPageNumberMetadata', - 'height': 'height', - 'height_metadata': 'heightMetadata', - 'italic': 'italic', - 'italic_metadata': 'italicMetadata', - 'locale_policy': 'localePolicy', - 'locked': 'locked', - 'locked_metadata': 'lockedMetadata', - 'max_length': 'maxLength', - 'max_length_metadata': 'maxLengthMetadata', - 'merge_field': 'mergeField', - 'merge_field_xml': 'mergeFieldXml', - 'name': 'name', - 'name_metadata': 'nameMetadata', - 'original_value': 'originalValue', - 'original_value_metadata': 'originalValueMetadata', - 'page_number': 'pageNumber', - 'page_number_metadata': 'pageNumberMetadata', - 'recipient_id': 'recipientId', - 'recipient_id_guid': 'recipientIdGuid', - 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', - 'recipient_id_metadata': 'recipientIdMetadata', - 'require_all': 'requireAll', - 'require_all_metadata': 'requireAllMetadata', - 'required': 'required', - 'required_metadata': 'requiredMetadata', - 'require_initial_on_shared_change': 'requireInitialOnSharedChange', - 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', - 'sender_required': 'senderRequired', - 'sender_required_metadata': 'senderRequiredMetadata', - 'shared': 'shared', - 'shared_metadata': 'sharedMetadata', - 'smart_contract_information': 'smartContractInformation', - 'status': 'status', - 'status_metadata': 'statusMetadata', - 'tab_group_labels': 'tabGroupLabels', - 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', - 'tab_id': 'tabId', - 'tab_id_metadata': 'tabIdMetadata', - 'tab_label': 'tabLabel', - 'tab_label_metadata': 'tabLabelMetadata', - 'tab_order': 'tabOrder', - 'tab_order_metadata': 'tabOrderMetadata', - 'tab_type': 'tabType', - 'tab_type_metadata': 'tabTypeMetadata', - 'template_locked': 'templateLocked', - 'template_locked_metadata': 'templateLockedMetadata', - 'template_required': 'templateRequired', - 'template_required_metadata': 'templateRequiredMetadata', - 'tooltip': 'tooltip', - 'tool_tip_metadata': 'toolTipMetadata', - 'underline': 'underline', - 'underline_metadata': 'underlineMetadata', - 'use_dash4': 'useDash4', - 'use_dash4_metadata': 'useDash4Metadata', - 'validation_message': 'validationMessage', - 'validation_message_metadata': 'validationMessageMetadata', - 'validation_pattern': 'validationPattern', - 'validation_pattern_metadata': 'validationPatternMetadata', - 'value': 'value', - 'value_metadata': 'valueMetadata', - 'width': 'width', - 'width_metadata': 'widthMetadata', - 'x_position': 'xPosition', - 'x_position_metadata': 'xPositionMetadata', - 'y_position': 'yPosition', - 'y_position_metadata': 'yPositionMetadata' - } - self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters - self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata - self._anchor_case_sensitive = anchor_case_sensitive - self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata - self._anchor_horizontal_alignment = anchor_horizontal_alignment - self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata - self._anchor_ignore_if_not_present = anchor_ignore_if_not_present - self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata - self._anchor_match_whole_word = anchor_match_whole_word - self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata - self._anchor_string = anchor_string - self._anchor_string_metadata = anchor_string_metadata - self._anchor_tab_processor_version = anchor_tab_processor_version - self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata - self._anchor_units = anchor_units - self._anchor_units_metadata = anchor_units_metadata - self._anchor_x_offset = anchor_x_offset - self._anchor_x_offset_metadata = anchor_x_offset_metadata - self._anchor_y_offset = anchor_y_offset - self._anchor_y_offset_metadata = anchor_y_offset_metadata - self._bold = bold - self._bold_metadata = bold_metadata - self._conceal_value_on_document = conceal_value_on_document - self._conceal_value_on_document_metadata = conceal_value_on_document_metadata - self._conditional_parent_label = conditional_parent_label - self._conditional_parent_label_metadata = conditional_parent_label_metadata - self._conditional_parent_value = conditional_parent_value - self._conditional_parent_value_metadata = conditional_parent_value_metadata - self._custom_tab_id = custom_tab_id - self._custom_tab_id_metadata = custom_tab_id_metadata - self._disable_auto_size = disable_auto_size - self._disable_auto_size_metadata = disable_auto_size_metadata - self._document_id = document_id - self._document_id_metadata = document_id_metadata - self._error_details = error_details - self._font = font - self._font_color = font_color - self._font_color_metadata = font_color_metadata - self._font_metadata = font_metadata - self._font_size = font_size - self._font_size_metadata = font_size_metadata - self._form_order = form_order - self._form_order_metadata = form_order_metadata - self._form_page_label = form_page_label - self._form_page_label_metadata = form_page_label_metadata - self._form_page_number = form_page_number - self._form_page_number_metadata = form_page_number_metadata - self._height = height - self._height_metadata = height_metadata - self._italic = italic - self._italic_metadata = italic_metadata - self._locale_policy = locale_policy - self._locked = locked - self._locked_metadata = locked_metadata - self._max_length = max_length - self._max_length_metadata = max_length_metadata - self._merge_field = merge_field - self._merge_field_xml = merge_field_xml - self._name = name - self._name_metadata = name_metadata - self._original_value = original_value - self._original_value_metadata = original_value_metadata - self._page_number = page_number - self._page_number_metadata = page_number_metadata - self._recipient_id = recipient_id - self._recipient_id_guid = recipient_id_guid - self._recipient_id_guid_metadata = recipient_id_guid_metadata - self._recipient_id_metadata = recipient_id_metadata - self._require_all = require_all - self._require_all_metadata = require_all_metadata - self._required = required - self._required_metadata = required_metadata - self._require_initial_on_shared_change = require_initial_on_shared_change - self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata - self._sender_required = sender_required - self._sender_required_metadata = sender_required_metadata - self._shared = shared - self._shared_metadata = shared_metadata - self._smart_contract_information = smart_contract_information - self._status = status - self._status_metadata = status_metadata - self._tab_group_labels = tab_group_labels - self._tab_group_labels_metadata = tab_group_labels_metadata - self._tab_id = tab_id - self._tab_id_metadata = tab_id_metadata - self._tab_label = tab_label - self._tab_label_metadata = tab_label_metadata - self._tab_order = tab_order - self._tab_order_metadata = tab_order_metadata - self._tab_type = tab_type - self._tab_type_metadata = tab_type_metadata - self._template_locked = template_locked - self._template_locked_metadata = template_locked_metadata - self._template_required = template_required - self._template_required_metadata = template_required_metadata - self._tooltip = tooltip - self._tool_tip_metadata = tool_tip_metadata - self._underline = underline - self._underline_metadata = underline_metadata - self._use_dash4 = use_dash4 - self._use_dash4_metadata = use_dash4_metadata - self._validation_message = validation_message - self._validation_message_metadata = validation_message_metadata - self._validation_pattern = validation_pattern - self._validation_pattern_metadata = validation_pattern_metadata - self._value = value - self._value_metadata = value_metadata - self._width = width - self._width_metadata = width_metadata - self._x_position = x_position - self._x_position_metadata = x_position_metadata - self._y_position = y_position - self._y_position_metadata = y_position_metadata + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'anchor_allow_white_space_in_characters': 'str', + 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', + 'anchor_case_sensitive': 'str', + 'anchor_case_sensitive_metadata': 'PropertyMetadata', + 'anchor_horizontal_alignment': 'str', + 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', + 'anchor_ignore_if_not_present': 'str', + 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', + 'anchor_match_whole_word': 'str', + 'anchor_match_whole_word_metadata': 'PropertyMetadata', + 'anchor_string': 'str', + 'anchor_string_metadata': 'PropertyMetadata', + 'anchor_tab_processor_version': 'str', + 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_units': 'str', + 'anchor_units_metadata': 'PropertyMetadata', + 'anchor_x_offset': 'str', + 'anchor_x_offset_metadata': 'PropertyMetadata', + 'anchor_y_offset': 'str', + 'anchor_y_offset_metadata': 'PropertyMetadata', + 'bold': 'str', + 'bold_metadata': 'PropertyMetadata', + 'conceal_value_on_document': 'str', + 'conceal_value_on_document_metadata': 'PropertyMetadata', + 'conditional_parent_label': 'str', + 'conditional_parent_label_metadata': 'PropertyMetadata', + 'conditional_parent_value': 'str', + 'conditional_parent_value_metadata': 'PropertyMetadata', + 'custom_tab_id': 'str', + 'custom_tab_id_metadata': 'PropertyMetadata', + 'disable_auto_size': 'str', + 'disable_auto_size_metadata': 'PropertyMetadata', + 'document_id': 'str', + 'document_id_metadata': 'PropertyMetadata', + 'error_details': 'ErrorDetails', + 'font': 'str', + 'font_color': 'str', + 'font_color_metadata': 'PropertyMetadata', + 'font_metadata': 'PropertyMetadata', + 'font_size': 'str', + 'font_size_metadata': 'PropertyMetadata', + 'form_order': 'str', + 'form_order_metadata': 'PropertyMetadata', + 'form_page_label': 'str', + 'form_page_label_metadata': 'PropertyMetadata', + 'form_page_number': 'str', + 'form_page_number_metadata': 'PropertyMetadata', + 'height': 'str', + 'height_metadata': 'PropertyMetadata', + 'italic': 'str', + 'italic_metadata': 'PropertyMetadata', + 'locale_policy': 'LocalePolicyTab', + 'locked': 'str', + 'locked_metadata': 'PropertyMetadata', + 'max_length': 'str', + 'max_length_metadata': 'PropertyMetadata', + 'merge_field': 'MergeField', + 'merge_field_xml': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'original_value': 'str', + 'original_value_metadata': 'PropertyMetadata', + 'page_number': 'str', + 'page_number_metadata': 'PropertyMetadata', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_id_guid_metadata': 'PropertyMetadata', + 'recipient_id_metadata': 'PropertyMetadata', + 'require_all': 'str', + 'require_all_metadata': 'PropertyMetadata', + 'required': 'str', + 'required_metadata': 'PropertyMetadata', + 'require_initial_on_shared_change': 'str', + 'require_initial_on_shared_change_metadata': 'PropertyMetadata', + 'sender_required': 'str', + 'sender_required_metadata': 'PropertyMetadata', + 'shared': 'str', + 'shared_metadata': 'PropertyMetadata', + 'smart_contract_information': 'SmartContractInformation', + 'status': 'str', + 'status_metadata': 'PropertyMetadata', + 'tab_group_labels': 'list[str]', + 'tab_group_labels_metadata': 'PropertyMetadata', + 'tab_id': 'str', + 'tab_id_metadata': 'PropertyMetadata', + 'tab_label': 'str', + 'tab_label_metadata': 'PropertyMetadata', + 'tab_order': 'str', + 'tab_order_metadata': 'PropertyMetadata', + 'tab_type': 'str', + 'tab_type_metadata': 'PropertyMetadata', + 'template_locked': 'str', + 'template_locked_metadata': 'PropertyMetadata', + 'template_required': 'str', + 'template_required_metadata': 'PropertyMetadata', + 'tooltip': 'str', + 'tool_tip_metadata': 'PropertyMetadata', + 'underline': 'str', + 'underline_metadata': 'PropertyMetadata', + 'use_dash4': 'str', + 'use_dash4_metadata': 'PropertyMetadata', + 'validation_message': 'str', + 'validation_message_metadata': 'PropertyMetadata', + 'validation_pattern': 'str', + 'validation_pattern_metadata': 'PropertyMetadata', + 'value': 'str', + 'value_metadata': 'PropertyMetadata', + 'width': 'str', + 'width_metadata': 'PropertyMetadata', + 'x_position': 'str', + 'x_position_metadata': 'PropertyMetadata', + 'y_position': 'str', + 'y_position_metadata': 'PropertyMetadata' + } + + attribute_map = { + 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', + 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', + 'anchor_case_sensitive': 'anchorCaseSensitive', + 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', + 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', + 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', + 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', + 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', + 'anchor_match_whole_word': 'anchorMatchWholeWord', + 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', + 'anchor_string': 'anchorString', + 'anchor_string_metadata': 'anchorStringMetadata', + 'anchor_tab_processor_version': 'anchorTabProcessorVersion', + 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_units': 'anchorUnits', + 'anchor_units_metadata': 'anchorUnitsMetadata', + 'anchor_x_offset': 'anchorXOffset', + 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', + 'anchor_y_offset': 'anchorYOffset', + 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'bold': 'bold', + 'bold_metadata': 'boldMetadata', + 'conceal_value_on_document': 'concealValueOnDocument', + 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', + 'conditional_parent_label': 'conditionalParentLabel', + 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', + 'conditional_parent_value': 'conditionalParentValue', + 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', + 'custom_tab_id': 'customTabId', + 'custom_tab_id_metadata': 'customTabIdMetadata', + 'disable_auto_size': 'disableAutoSize', + 'disable_auto_size_metadata': 'disableAutoSizeMetadata', + 'document_id': 'documentId', + 'document_id_metadata': 'documentIdMetadata', + 'error_details': 'errorDetails', + 'font': 'font', + 'font_color': 'fontColor', + 'font_color_metadata': 'fontColorMetadata', + 'font_metadata': 'fontMetadata', + 'font_size': 'fontSize', + 'font_size_metadata': 'fontSizeMetadata', + 'form_order': 'formOrder', + 'form_order_metadata': 'formOrderMetadata', + 'form_page_label': 'formPageLabel', + 'form_page_label_metadata': 'formPageLabelMetadata', + 'form_page_number': 'formPageNumber', + 'form_page_number_metadata': 'formPageNumberMetadata', + 'height': 'height', + 'height_metadata': 'heightMetadata', + 'italic': 'italic', + 'italic_metadata': 'italicMetadata', + 'locale_policy': 'localePolicy', + 'locked': 'locked', + 'locked_metadata': 'lockedMetadata', + 'max_length': 'maxLength', + 'max_length_metadata': 'maxLengthMetadata', + 'merge_field': 'mergeField', + 'merge_field_xml': 'mergeFieldXml', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'original_value': 'originalValue', + 'original_value_metadata': 'originalValueMetadata', + 'page_number': 'pageNumber', + 'page_number_metadata': 'pageNumberMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', + 'recipient_id_metadata': 'recipientIdMetadata', + 'require_all': 'requireAll', + 'require_all_metadata': 'requireAllMetadata', + 'required': 'required', + 'required_metadata': 'requiredMetadata', + 'require_initial_on_shared_change': 'requireInitialOnSharedChange', + 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', + 'sender_required': 'senderRequired', + 'sender_required_metadata': 'senderRequiredMetadata', + 'shared': 'shared', + 'shared_metadata': 'sharedMetadata', + 'smart_contract_information': 'smartContractInformation', + 'status': 'status', + 'status_metadata': 'statusMetadata', + 'tab_group_labels': 'tabGroupLabels', + 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', + 'tab_id': 'tabId', + 'tab_id_metadata': 'tabIdMetadata', + 'tab_label': 'tabLabel', + 'tab_label_metadata': 'tabLabelMetadata', + 'tab_order': 'tabOrder', + 'tab_order_metadata': 'tabOrderMetadata', + 'tab_type': 'tabType', + 'tab_type_metadata': 'tabTypeMetadata', + 'template_locked': 'templateLocked', + 'template_locked_metadata': 'templateLockedMetadata', + 'template_required': 'templateRequired', + 'template_required_metadata': 'templateRequiredMetadata', + 'tooltip': 'tooltip', + 'tool_tip_metadata': 'toolTipMetadata', + 'underline': 'underline', + 'underline_metadata': 'underlineMetadata', + 'use_dash4': 'useDash4', + 'use_dash4_metadata': 'useDash4Metadata', + 'validation_message': 'validationMessage', + 'validation_message_metadata': 'validationMessageMetadata', + 'validation_pattern': 'validationPattern', + 'validation_pattern_metadata': 'validationPatternMetadata', + 'value': 'value', + 'value_metadata': 'valueMetadata', + 'width': 'width', + 'width_metadata': 'widthMetadata', + 'x_position': 'xPosition', + 'x_position_metadata': 'xPositionMetadata', + 'y_position': 'yPosition', + 'y_position_metadata': 'yPositionMetadata' + } + + def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_white_space_in_characters_metadata=None, anchor_case_sensitive=None, anchor_case_sensitive_metadata=None, anchor_horizontal_alignment=None, anchor_horizontal_alignment_metadata=None, anchor_ignore_if_not_present=None, anchor_ignore_if_not_present_metadata=None, anchor_match_whole_word=None, anchor_match_whole_word_metadata=None, anchor_string=None, anchor_string_metadata=None, anchor_tab_processor_version=None, anchor_tab_processor_version_metadata=None, anchor_units=None, anchor_units_metadata=None, anchor_x_offset=None, anchor_x_offset_metadata=None, anchor_y_offset=None, anchor_y_offset_metadata=None, bold=None, bold_metadata=None, conceal_value_on_document=None, conceal_value_on_document_metadata=None, conditional_parent_label=None, conditional_parent_label_metadata=None, conditional_parent_value=None, conditional_parent_value_metadata=None, custom_tab_id=None, custom_tab_id_metadata=None, disable_auto_size=None, disable_auto_size_metadata=None, document_id=None, document_id_metadata=None, error_details=None, font=None, font_color=None, font_color_metadata=None, font_metadata=None, font_size=None, font_size_metadata=None, form_order=None, form_order_metadata=None, form_page_label=None, form_page_label_metadata=None, form_page_number=None, form_page_number_metadata=None, height=None, height_metadata=None, italic=None, italic_metadata=None, locale_policy=None, locked=None, locked_metadata=None, max_length=None, max_length_metadata=None, merge_field=None, merge_field_xml=None, name=None, name_metadata=None, original_value=None, original_value_metadata=None, page_number=None, page_number_metadata=None, recipient_id=None, recipient_id_guid=None, recipient_id_guid_metadata=None, recipient_id_metadata=None, require_all=None, require_all_metadata=None, required=None, required_metadata=None, require_initial_on_shared_change=None, require_initial_on_shared_change_metadata=None, sender_required=None, sender_required_metadata=None, shared=None, shared_metadata=None, smart_contract_information=None, status=None, status_metadata=None, tab_group_labels=None, tab_group_labels_metadata=None, tab_id=None, tab_id_metadata=None, tab_label=None, tab_label_metadata=None, tab_order=None, tab_order_metadata=None, tab_type=None, tab_type_metadata=None, template_locked=None, template_locked_metadata=None, template_required=None, template_required_metadata=None, tooltip=None, tool_tip_metadata=None, underline=None, underline_metadata=None, use_dash4=None, use_dash4_metadata=None, validation_message=None, validation_message_metadata=None, validation_pattern=None, validation_pattern_metadata=None, value=None, value_metadata=None, width=None, width_metadata=None, x_position=None, x_position_metadata=None, y_position=None, y_position_metadata=None): # noqa: E501 + """Zip - a model defined in Swagger""" # noqa: E501 + + self._anchor_allow_white_space_in_characters = None + self._anchor_allow_white_space_in_characters_metadata = None + self._anchor_case_sensitive = None + self._anchor_case_sensitive_metadata = None + self._anchor_horizontal_alignment = None + self._anchor_horizontal_alignment_metadata = None + self._anchor_ignore_if_not_present = None + self._anchor_ignore_if_not_present_metadata = None + self._anchor_match_whole_word = None + self._anchor_match_whole_word_metadata = None + self._anchor_string = None + self._anchor_string_metadata = None + self._anchor_tab_processor_version = None + self._anchor_tab_processor_version_metadata = None + self._anchor_units = None + self._anchor_units_metadata = None + self._anchor_x_offset = None + self._anchor_x_offset_metadata = None + self._anchor_y_offset = None + self._anchor_y_offset_metadata = None + self._bold = None + self._bold_metadata = None + self._conceal_value_on_document = None + self._conceal_value_on_document_metadata = None + self._conditional_parent_label = None + self._conditional_parent_label_metadata = None + self._conditional_parent_value = None + self._conditional_parent_value_metadata = None + self._custom_tab_id = None + self._custom_tab_id_metadata = None + self._disable_auto_size = None + self._disable_auto_size_metadata = None + self._document_id = None + self._document_id_metadata = None + self._error_details = None + self._font = None + self._font_color = None + self._font_color_metadata = None + self._font_metadata = None + self._font_size = None + self._font_size_metadata = None + self._form_order = None + self._form_order_metadata = None + self._form_page_label = None + self._form_page_label_metadata = None + self._form_page_number = None + self._form_page_number_metadata = None + self._height = None + self._height_metadata = None + self._italic = None + self._italic_metadata = None + self._locale_policy = None + self._locked = None + self._locked_metadata = None + self._max_length = None + self._max_length_metadata = None + self._merge_field = None + self._merge_field_xml = None + self._name = None + self._name_metadata = None + self._original_value = None + self._original_value_metadata = None + self._page_number = None + self._page_number_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_id_guid_metadata = None + self._recipient_id_metadata = None + self._require_all = None + self._require_all_metadata = None + self._required = None + self._required_metadata = None + self._require_initial_on_shared_change = None + self._require_initial_on_shared_change_metadata = None + self._sender_required = None + self._sender_required_metadata = None + self._shared = None + self._shared_metadata = None + self._smart_contract_information = None + self._status = None + self._status_metadata = None + self._tab_group_labels = None + self._tab_group_labels_metadata = None + self._tab_id = None + self._tab_id_metadata = None + self._tab_label = None + self._tab_label_metadata = None + self._tab_order = None + self._tab_order_metadata = None + self._tab_type = None + self._tab_type_metadata = None + self._template_locked = None + self._template_locked_metadata = None + self._template_required = None + self._template_required_metadata = None + self._tooltip = None + self._tool_tip_metadata = None + self._underline = None + self._underline_metadata = None + self._use_dash4 = None + self._use_dash4_metadata = None + self._validation_message = None + self._validation_message_metadata = None + self._validation_pattern = None + self._validation_pattern_metadata = None + self._value = None + self._value_metadata = None + self._width = None + self._width_metadata = None + self._x_position = None + self._x_position_metadata = None + self._y_position = None + self._y_position_metadata = None + self.discriminator = None + + if anchor_allow_white_space_in_characters is not None: + self.anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters + if anchor_allow_white_space_in_characters_metadata is not None: + self.anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata + if anchor_case_sensitive is not None: + self.anchor_case_sensitive = anchor_case_sensitive + if anchor_case_sensitive_metadata is not None: + self.anchor_case_sensitive_metadata = anchor_case_sensitive_metadata + if anchor_horizontal_alignment is not None: + self.anchor_horizontal_alignment = anchor_horizontal_alignment + if anchor_horizontal_alignment_metadata is not None: + self.anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata + if anchor_ignore_if_not_present is not None: + self.anchor_ignore_if_not_present = anchor_ignore_if_not_present + if anchor_ignore_if_not_present_metadata is not None: + self.anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata + if anchor_match_whole_word is not None: + self.anchor_match_whole_word = anchor_match_whole_word + if anchor_match_whole_word_metadata is not None: + self.anchor_match_whole_word_metadata = anchor_match_whole_word_metadata + if anchor_string is not None: + self.anchor_string = anchor_string + if anchor_string_metadata is not None: + self.anchor_string_metadata = anchor_string_metadata + if anchor_tab_processor_version is not None: + self.anchor_tab_processor_version = anchor_tab_processor_version + if anchor_tab_processor_version_metadata is not None: + self.anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + if anchor_units is not None: + self.anchor_units = anchor_units + if anchor_units_metadata is not None: + self.anchor_units_metadata = anchor_units_metadata + if anchor_x_offset is not None: + self.anchor_x_offset = anchor_x_offset + if anchor_x_offset_metadata is not None: + self.anchor_x_offset_metadata = anchor_x_offset_metadata + if anchor_y_offset is not None: + self.anchor_y_offset = anchor_y_offset + if anchor_y_offset_metadata is not None: + self.anchor_y_offset_metadata = anchor_y_offset_metadata + if bold is not None: + self.bold = bold + if bold_metadata is not None: + self.bold_metadata = bold_metadata + if conceal_value_on_document is not None: + self.conceal_value_on_document = conceal_value_on_document + if conceal_value_on_document_metadata is not None: + self.conceal_value_on_document_metadata = conceal_value_on_document_metadata + if conditional_parent_label is not None: + self.conditional_parent_label = conditional_parent_label + if conditional_parent_label_metadata is not None: + self.conditional_parent_label_metadata = conditional_parent_label_metadata + if conditional_parent_value is not None: + self.conditional_parent_value = conditional_parent_value + if conditional_parent_value_metadata is not None: + self.conditional_parent_value_metadata = conditional_parent_value_metadata + if custom_tab_id is not None: + self.custom_tab_id = custom_tab_id + if custom_tab_id_metadata is not None: + self.custom_tab_id_metadata = custom_tab_id_metadata + if disable_auto_size is not None: + self.disable_auto_size = disable_auto_size + if disable_auto_size_metadata is not None: + self.disable_auto_size_metadata = disable_auto_size_metadata + if document_id is not None: + self.document_id = document_id + if document_id_metadata is not None: + self.document_id_metadata = document_id_metadata + if error_details is not None: + self.error_details = error_details + if font is not None: + self.font = font + if font_color is not None: + self.font_color = font_color + if font_color_metadata is not None: + self.font_color_metadata = font_color_metadata + if font_metadata is not None: + self.font_metadata = font_metadata + if font_size is not None: + self.font_size = font_size + if font_size_metadata is not None: + self.font_size_metadata = font_size_metadata + if form_order is not None: + self.form_order = form_order + if form_order_metadata is not None: + self.form_order_metadata = form_order_metadata + if form_page_label is not None: + self.form_page_label = form_page_label + if form_page_label_metadata is not None: + self.form_page_label_metadata = form_page_label_metadata + if form_page_number is not None: + self.form_page_number = form_page_number + if form_page_number_metadata is not None: + self.form_page_number_metadata = form_page_number_metadata + if height is not None: + self.height = height + if height_metadata is not None: + self.height_metadata = height_metadata + if italic is not None: + self.italic = italic + if italic_metadata is not None: + self.italic_metadata = italic_metadata + if locale_policy is not None: + self.locale_policy = locale_policy + if locked is not None: + self.locked = locked + if locked_metadata is not None: + self.locked_metadata = locked_metadata + if max_length is not None: + self.max_length = max_length + if max_length_metadata is not None: + self.max_length_metadata = max_length_metadata + if merge_field is not None: + self.merge_field = merge_field + if merge_field_xml is not None: + self.merge_field_xml = merge_field_xml + if name is not None: + self.name = name + if name_metadata is not None: + self.name_metadata = name_metadata + if original_value is not None: + self.original_value = original_value + if original_value_metadata is not None: + self.original_value_metadata = original_value_metadata + if page_number is not None: + self.page_number = page_number + if page_number_metadata is not None: + self.page_number_metadata = page_number_metadata + if recipient_id is not None: + self.recipient_id = recipient_id + if recipient_id_guid is not None: + self.recipient_id_guid = recipient_id_guid + if recipient_id_guid_metadata is not None: + self.recipient_id_guid_metadata = recipient_id_guid_metadata + if recipient_id_metadata is not None: + self.recipient_id_metadata = recipient_id_metadata + if require_all is not None: + self.require_all = require_all + if require_all_metadata is not None: + self.require_all_metadata = require_all_metadata + if required is not None: + self.required = required + if required_metadata is not None: + self.required_metadata = required_metadata + if require_initial_on_shared_change is not None: + self.require_initial_on_shared_change = require_initial_on_shared_change + if require_initial_on_shared_change_metadata is not None: + self.require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata + if sender_required is not None: + self.sender_required = sender_required + if sender_required_metadata is not None: + self.sender_required_metadata = sender_required_metadata + if shared is not None: + self.shared = shared + if shared_metadata is not None: + self.shared_metadata = shared_metadata + if smart_contract_information is not None: + self.smart_contract_information = smart_contract_information + if status is not None: + self.status = status + if status_metadata is not None: + self.status_metadata = status_metadata + if tab_group_labels is not None: + self.tab_group_labels = tab_group_labels + if tab_group_labels_metadata is not None: + self.tab_group_labels_metadata = tab_group_labels_metadata + if tab_id is not None: + self.tab_id = tab_id + if tab_id_metadata is not None: + self.tab_id_metadata = tab_id_metadata + if tab_label is not None: + self.tab_label = tab_label + if tab_label_metadata is not None: + self.tab_label_metadata = tab_label_metadata + if tab_order is not None: + self.tab_order = tab_order + if tab_order_metadata is not None: + self.tab_order_metadata = tab_order_metadata + if tab_type is not None: + self.tab_type = tab_type + if tab_type_metadata is not None: + self.tab_type_metadata = tab_type_metadata + if template_locked is not None: + self.template_locked = template_locked + if template_locked_metadata is not None: + self.template_locked_metadata = template_locked_metadata + if template_required is not None: + self.template_required = template_required + if template_required_metadata is not None: + self.template_required_metadata = template_required_metadata + if tooltip is not None: + self.tooltip = tooltip + if tool_tip_metadata is not None: + self.tool_tip_metadata = tool_tip_metadata + if underline is not None: + self.underline = underline + if underline_metadata is not None: + self.underline_metadata = underline_metadata + if use_dash4 is not None: + self.use_dash4 = use_dash4 + if use_dash4_metadata is not None: + self.use_dash4_metadata = use_dash4_metadata + if validation_message is not None: + self.validation_message = validation_message + if validation_message_metadata is not None: + self.validation_message_metadata = validation_message_metadata + if validation_pattern is not None: + self.validation_pattern = validation_pattern + if validation_pattern_metadata is not None: + self.validation_pattern_metadata = validation_pattern_metadata + if value is not None: + self.value = value + if value_metadata is not None: + self.value_metadata = value_metadata + if width is not None: + self.width = width + if width_metadata is not None: + self.width_metadata = width_metadata + if x_position is not None: + self.x_position = x_position + if x_position_metadata is not None: + self.x_position_metadata = x_position_metadata + if y_position is not None: + self.y_position = y_position + if y_position_metadata is not None: + self.y_position_metadata = y_position_metadata @property def anchor_allow_white_space_in_characters(self): - """ - Gets the anchor_allow_white_space_in_characters of this Zip. - + """Gets the anchor_allow_white_space_in_characters of this Zip. # noqa: E501 + + # noqa: E501 - :return: The anchor_allow_white_space_in_characters of this Zip. + :return: The anchor_allow_white_space_in_characters of this Zip. # noqa: E501 :rtype: str """ return self._anchor_allow_white_space_in_characters @anchor_allow_white_space_in_characters.setter def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): - """ - Sets the anchor_allow_white_space_in_characters of this Zip. - + """Sets the anchor_allow_white_space_in_characters of this Zip. - :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Zip. + # noqa: E501 + + :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Zip. # noqa: E501 :type: str """ @@ -401,20 +632,20 @@ def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_cha @property def anchor_allow_white_space_in_characters_metadata(self): - """ - Gets the anchor_allow_white_space_in_characters_metadata of this Zip. + """Gets the anchor_allow_white_space_in_characters_metadata of this Zip. # noqa: E501 - :return: The anchor_allow_white_space_in_characters_metadata of this Zip. + + :return: The anchor_allow_white_space_in_characters_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_allow_white_space_in_characters_metadata @anchor_allow_white_space_in_characters_metadata.setter def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): - """ - Sets the anchor_allow_white_space_in_characters_metadata of this Zip. + """Sets the anchor_allow_white_space_in_characters_metadata of this Zip. + - :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Zip. + :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -422,22 +653,22 @@ def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_spa @property def anchor_case_sensitive(self): - """ - Gets the anchor_case_sensitive of this Zip. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Gets the anchor_case_sensitive of this Zip. # noqa: E501 + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :return: The anchor_case_sensitive of this Zip. + :return: The anchor_case_sensitive of this Zip. # noqa: E501 :rtype: str """ return self._anchor_case_sensitive @anchor_case_sensitive.setter def anchor_case_sensitive(self, anchor_case_sensitive): - """ - Sets the anchor_case_sensitive of this Zip. - When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. + """Sets the anchor_case_sensitive of this Zip. + + When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 - :param anchor_case_sensitive: The anchor_case_sensitive of this Zip. + :param anchor_case_sensitive: The anchor_case_sensitive of this Zip. # noqa: E501 :type: str """ @@ -445,20 +676,20 @@ def anchor_case_sensitive(self, anchor_case_sensitive): @property def anchor_case_sensitive_metadata(self): - """ - Gets the anchor_case_sensitive_metadata of this Zip. + """Gets the anchor_case_sensitive_metadata of this Zip. # noqa: E501 - :return: The anchor_case_sensitive_metadata of this Zip. + + :return: The anchor_case_sensitive_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_case_sensitive_metadata @anchor_case_sensitive_metadata.setter def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): - """ - Sets the anchor_case_sensitive_metadata of this Zip. + """Sets the anchor_case_sensitive_metadata of this Zip. - :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Zip. + + :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -466,22 +697,22 @@ def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): @property def anchor_horizontal_alignment(self): - """ - Gets the anchor_horizontal_alignment of this Zip. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Gets the anchor_horizontal_alignment of this Zip. # noqa: E501 + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :return: The anchor_horizontal_alignment of this Zip. + :return: The anchor_horizontal_alignment of this Zip. # noqa: E501 :rtype: str """ return self._anchor_horizontal_alignment @anchor_horizontal_alignment.setter def anchor_horizontal_alignment(self, anchor_horizontal_alignment): - """ - Sets the anchor_horizontal_alignment of this Zip. - Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. + """Sets the anchor_horizontal_alignment of this Zip. + + Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 - :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Zip. + :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Zip. # noqa: E501 :type: str """ @@ -489,20 +720,20 @@ def anchor_horizontal_alignment(self, anchor_horizontal_alignment): @property def anchor_horizontal_alignment_metadata(self): - """ - Gets the anchor_horizontal_alignment_metadata of this Zip. + """Gets the anchor_horizontal_alignment_metadata of this Zip. # noqa: E501 + - :return: The anchor_horizontal_alignment_metadata of this Zip. + :return: The anchor_horizontal_alignment_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_horizontal_alignment_metadata @anchor_horizontal_alignment_metadata.setter def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): - """ - Sets the anchor_horizontal_alignment_metadata of this Zip. + """Sets the anchor_horizontal_alignment_metadata of this Zip. - :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Zip. + + :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -510,22 +741,22 @@ def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metad @property def anchor_ignore_if_not_present(self): - """ - Gets the anchor_ignore_if_not_present of this Zip. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Gets the anchor_ignore_if_not_present of this Zip. # noqa: E501 - :return: The anchor_ignore_if_not_present of this Zip. + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 + + :return: The anchor_ignore_if_not_present of this Zip. # noqa: E501 :rtype: str """ return self._anchor_ignore_if_not_present @anchor_ignore_if_not_present.setter def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): - """ - Sets the anchor_ignore_if_not_present of this Zip. - When set to **true**, this tab is ignored if anchorString is not found in the document. + """Sets the anchor_ignore_if_not_present of this Zip. + + When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 - :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Zip. + :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Zip. # noqa: E501 :type: str """ @@ -533,20 +764,20 @@ def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): @property def anchor_ignore_if_not_present_metadata(self): - """ - Gets the anchor_ignore_if_not_present_metadata of this Zip. + """Gets the anchor_ignore_if_not_present_metadata of this Zip. # noqa: E501 + - :return: The anchor_ignore_if_not_present_metadata of this Zip. + :return: The anchor_ignore_if_not_present_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_ignore_if_not_present_metadata @anchor_ignore_if_not_present_metadata.setter def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): - """ - Sets the anchor_ignore_if_not_present_metadata of this Zip. + """Sets the anchor_ignore_if_not_present_metadata of this Zip. + - :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Zip. + :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -554,22 +785,22 @@ def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_met @property def anchor_match_whole_word(self): - """ - Gets the anchor_match_whole_word of this Zip. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Gets the anchor_match_whole_word of this Zip. # noqa: E501 - :return: The anchor_match_whole_word of this Zip. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :return: The anchor_match_whole_word of this Zip. # noqa: E501 :rtype: str """ return self._anchor_match_whole_word @anchor_match_whole_word.setter def anchor_match_whole_word(self, anchor_match_whole_word): - """ - Sets the anchor_match_whole_word of this Zip. - When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. + """Sets the anchor_match_whole_word of this Zip. - :param anchor_match_whole_word: The anchor_match_whole_word of this Zip. + When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 + + :param anchor_match_whole_word: The anchor_match_whole_word of this Zip. # noqa: E501 :type: str """ @@ -577,20 +808,20 @@ def anchor_match_whole_word(self, anchor_match_whole_word): @property def anchor_match_whole_word_metadata(self): - """ - Gets the anchor_match_whole_word_metadata of this Zip. + """Gets the anchor_match_whole_word_metadata of this Zip. # noqa: E501 + - :return: The anchor_match_whole_word_metadata of this Zip. + :return: The anchor_match_whole_word_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_match_whole_word_metadata @anchor_match_whole_word_metadata.setter def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): - """ - Sets the anchor_match_whole_word_metadata of this Zip. + """Sets the anchor_match_whole_word_metadata of this Zip. + - :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Zip. + :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -598,22 +829,22 @@ def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): @property def anchor_string(self): - """ - Gets the anchor_string of this Zip. - Anchor text information for a radio button. + """Gets the anchor_string of this Zip. # noqa: E501 + + Anchor text information for a radio button. # noqa: E501 - :return: The anchor_string of this Zip. + :return: The anchor_string of this Zip. # noqa: E501 :rtype: str """ return self._anchor_string @anchor_string.setter def anchor_string(self, anchor_string): - """ - Sets the anchor_string of this Zip. - Anchor text information for a radio button. + """Sets the anchor_string of this Zip. - :param anchor_string: The anchor_string of this Zip. + Anchor text information for a radio button. # noqa: E501 + + :param anchor_string: The anchor_string of this Zip. # noqa: E501 :type: str """ @@ -621,20 +852,20 @@ def anchor_string(self, anchor_string): @property def anchor_string_metadata(self): - """ - Gets the anchor_string_metadata of this Zip. + """Gets the anchor_string_metadata of this Zip. # noqa: E501 - :return: The anchor_string_metadata of this Zip. + + :return: The anchor_string_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_string_metadata @anchor_string_metadata.setter def anchor_string_metadata(self, anchor_string_metadata): - """ - Sets the anchor_string_metadata of this Zip. + """Sets the anchor_string_metadata of this Zip. + - :param anchor_string_metadata: The anchor_string_metadata of this Zip. + :param anchor_string_metadata: The anchor_string_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -642,22 +873,22 @@ def anchor_string_metadata(self, anchor_string_metadata): @property def anchor_tab_processor_version(self): - """ - Gets the anchor_tab_processor_version of this Zip. - + """Gets the anchor_tab_processor_version of this Zip. # noqa: E501 + + # noqa: E501 - :return: The anchor_tab_processor_version of this Zip. + :return: The anchor_tab_processor_version of this Zip. # noqa: E501 :rtype: str """ return self._anchor_tab_processor_version @anchor_tab_processor_version.setter def anchor_tab_processor_version(self, anchor_tab_processor_version): - """ - Sets the anchor_tab_processor_version of this Zip. - + """Sets the anchor_tab_processor_version of this Zip. - :param anchor_tab_processor_version: The anchor_tab_processor_version of this Zip. + # noqa: E501 + + :param anchor_tab_processor_version: The anchor_tab_processor_version of this Zip. # noqa: E501 :type: str """ @@ -665,20 +896,20 @@ def anchor_tab_processor_version(self, anchor_tab_processor_version): @property def anchor_tab_processor_version_metadata(self): - """ - Gets the anchor_tab_processor_version_metadata of this Zip. + """Gets the anchor_tab_processor_version_metadata of this Zip. # noqa: E501 + - :return: The anchor_tab_processor_version_metadata of this Zip. + :return: The anchor_tab_processor_version_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_tab_processor_version_metadata @anchor_tab_processor_version_metadata.setter def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): - """ - Sets the anchor_tab_processor_version_metadata of this Zip. + """Sets the anchor_tab_processor_version_metadata of this Zip. + - :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Zip. + :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -686,22 +917,22 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met @property def anchor_units(self): - """ - Gets the anchor_units of this Zip. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Gets the anchor_units of this Zip. # noqa: E501 + + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 - :return: The anchor_units of this Zip. + :return: The anchor_units of this Zip. # noqa: E501 :rtype: str """ return self._anchor_units @anchor_units.setter def anchor_units(self, anchor_units): - """ - Sets the anchor_units of this Zip. - Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. + """Sets the anchor_units of this Zip. - :param anchor_units: The anchor_units of this Zip. + Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 + + :param anchor_units: The anchor_units of this Zip. # noqa: E501 :type: str """ @@ -709,20 +940,20 @@ def anchor_units(self, anchor_units): @property def anchor_units_metadata(self): - """ - Gets the anchor_units_metadata of this Zip. + """Gets the anchor_units_metadata of this Zip. # noqa: E501 - :return: The anchor_units_metadata of this Zip. + + :return: The anchor_units_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_units_metadata @anchor_units_metadata.setter def anchor_units_metadata(self, anchor_units_metadata): - """ - Sets the anchor_units_metadata of this Zip. + """Sets the anchor_units_metadata of this Zip. + - :param anchor_units_metadata: The anchor_units_metadata of this Zip. + :param anchor_units_metadata: The anchor_units_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -730,22 +961,22 @@ def anchor_units_metadata(self, anchor_units_metadata): @property def anchor_x_offset(self): - """ - Gets the anchor_x_offset of this Zip. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_x_offset of this Zip. # noqa: E501 + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_x_offset of this Zip. + :return: The anchor_x_offset of this Zip. # noqa: E501 :rtype: str """ return self._anchor_x_offset @anchor_x_offset.setter def anchor_x_offset(self, anchor_x_offset): - """ - Sets the anchor_x_offset of this Zip. - Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_x_offset of this Zip. + + Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_x_offset: The anchor_x_offset of this Zip. + :param anchor_x_offset: The anchor_x_offset of this Zip. # noqa: E501 :type: str """ @@ -753,20 +984,20 @@ def anchor_x_offset(self, anchor_x_offset): @property def anchor_x_offset_metadata(self): - """ - Gets the anchor_x_offset_metadata of this Zip. + """Gets the anchor_x_offset_metadata of this Zip. # noqa: E501 - :return: The anchor_x_offset_metadata of this Zip. + + :return: The anchor_x_offset_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_x_offset_metadata @anchor_x_offset_metadata.setter def anchor_x_offset_metadata(self, anchor_x_offset_metadata): - """ - Sets the anchor_x_offset_metadata of this Zip. + """Sets the anchor_x_offset_metadata of this Zip. - :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Zip. + + :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -774,22 +1005,22 @@ def anchor_x_offset_metadata(self, anchor_x_offset_metadata): @property def anchor_y_offset(self): - """ - Gets the anchor_y_offset of this Zip. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Gets the anchor_y_offset of this Zip. # noqa: E501 + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :return: The anchor_y_offset of this Zip. + :return: The anchor_y_offset of this Zip. # noqa: E501 :rtype: str """ return self._anchor_y_offset @anchor_y_offset.setter def anchor_y_offset(self, anchor_y_offset): - """ - Sets the anchor_y_offset of this Zip. - Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. + """Sets the anchor_y_offset of this Zip. + + Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 - :param anchor_y_offset: The anchor_y_offset of this Zip. + :param anchor_y_offset: The anchor_y_offset of this Zip. # noqa: E501 :type: str """ @@ -797,20 +1028,20 @@ def anchor_y_offset(self, anchor_y_offset): @property def anchor_y_offset_metadata(self): - """ - Gets the anchor_y_offset_metadata of this Zip. + """Gets the anchor_y_offset_metadata of this Zip. # noqa: E501 + - :return: The anchor_y_offset_metadata of this Zip. + :return: The anchor_y_offset_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._anchor_y_offset_metadata @anchor_y_offset_metadata.setter def anchor_y_offset_metadata(self, anchor_y_offset_metadata): - """ - Sets the anchor_y_offset_metadata of this Zip. + """Sets the anchor_y_offset_metadata of this Zip. - :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Zip. + + :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -818,22 +1049,22 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): @property def bold(self): - """ - Gets the bold of this Zip. - When set to **true**, the information in the tab is bold. + """Gets the bold of this Zip. # noqa: E501 - :return: The bold of this Zip. + When set to **true**, the information in the tab is bold. # noqa: E501 + + :return: The bold of this Zip. # noqa: E501 :rtype: str """ return self._bold @bold.setter def bold(self, bold): - """ - Sets the bold of this Zip. - When set to **true**, the information in the tab is bold. + """Sets the bold of this Zip. + + When set to **true**, the information in the tab is bold. # noqa: E501 - :param bold: The bold of this Zip. + :param bold: The bold of this Zip. # noqa: E501 :type: str """ @@ -841,20 +1072,20 @@ def bold(self, bold): @property def bold_metadata(self): - """ - Gets the bold_metadata of this Zip. + """Gets the bold_metadata of this Zip. # noqa: E501 + - :return: The bold_metadata of this Zip. + :return: The bold_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._bold_metadata @bold_metadata.setter def bold_metadata(self, bold_metadata): - """ - Sets the bold_metadata of this Zip. + """Sets the bold_metadata of this Zip. + - :param bold_metadata: The bold_metadata of this Zip. + :param bold_metadata: The bold_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -862,22 +1093,22 @@ def bold_metadata(self, bold_metadata): @property def conceal_value_on_document(self): - """ - Gets the conceal_value_on_document of this Zip. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Gets the conceal_value_on_document of this Zip. # noqa: E501 - :return: The conceal_value_on_document of this Zip. + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :return: The conceal_value_on_document of this Zip. # noqa: E501 :rtype: str """ return self._conceal_value_on_document @conceal_value_on_document.setter def conceal_value_on_document(self, conceal_value_on_document): - """ - Sets the conceal_value_on_document of this Zip. - When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. + """Sets the conceal_value_on_document of this Zip. - :param conceal_value_on_document: The conceal_value_on_document of this Zip. + When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 + + :param conceal_value_on_document: The conceal_value_on_document of this Zip. # noqa: E501 :type: str """ @@ -885,20 +1116,20 @@ def conceal_value_on_document(self, conceal_value_on_document): @property def conceal_value_on_document_metadata(self): - """ - Gets the conceal_value_on_document_metadata of this Zip. + """Gets the conceal_value_on_document_metadata of this Zip. # noqa: E501 + - :return: The conceal_value_on_document_metadata of this Zip. + :return: The conceal_value_on_document_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._conceal_value_on_document_metadata @conceal_value_on_document_metadata.setter def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): - """ - Sets the conceal_value_on_document_metadata of this Zip. + """Sets the conceal_value_on_document_metadata of this Zip. + - :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Zip. + :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -906,22 +1137,22 @@ def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata) @property def conditional_parent_label(self): - """ - Gets the conditional_parent_label of this Zip. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Gets the conditional_parent_label of this Zip. # noqa: E501 + + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 - :return: The conditional_parent_label of this Zip. + :return: The conditional_parent_label of this Zip. # noqa: E501 :rtype: str """ return self._conditional_parent_label @conditional_parent_label.setter def conditional_parent_label(self, conditional_parent_label): - """ - Sets the conditional_parent_label of this Zip. - For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. + """Sets the conditional_parent_label of this Zip. - :param conditional_parent_label: The conditional_parent_label of this Zip. + For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 + + :param conditional_parent_label: The conditional_parent_label of this Zip. # noqa: E501 :type: str """ @@ -929,20 +1160,20 @@ def conditional_parent_label(self, conditional_parent_label): @property def conditional_parent_label_metadata(self): - """ - Gets the conditional_parent_label_metadata of this Zip. + """Gets the conditional_parent_label_metadata of this Zip. # noqa: E501 - :return: The conditional_parent_label_metadata of this Zip. + + :return: The conditional_parent_label_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_label_metadata @conditional_parent_label_metadata.setter def conditional_parent_label_metadata(self, conditional_parent_label_metadata): - """ - Sets the conditional_parent_label_metadata of this Zip. + """Sets the conditional_parent_label_metadata of this Zip. + - :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Zip. + :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -950,22 +1181,22 @@ def conditional_parent_label_metadata(self, conditional_parent_label_metadata): @property def conditional_parent_value(self): - """ - Gets the conditional_parent_value of this Zip. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Gets the conditional_parent_value of this Zip. # noqa: E501 + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :return: The conditional_parent_value of this Zip. + :return: The conditional_parent_value of this Zip. # noqa: E501 :rtype: str """ return self._conditional_parent_value @conditional_parent_value.setter def conditional_parent_value(self, conditional_parent_value): - """ - Sets the conditional_parent_value of this Zip. - For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. + """Sets the conditional_parent_value of this Zip. + + For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 - :param conditional_parent_value: The conditional_parent_value of this Zip. + :param conditional_parent_value: The conditional_parent_value of this Zip. # noqa: E501 :type: str """ @@ -973,20 +1204,20 @@ def conditional_parent_value(self, conditional_parent_value): @property def conditional_parent_value_metadata(self): - """ - Gets the conditional_parent_value_metadata of this Zip. + """Gets the conditional_parent_value_metadata of this Zip. # noqa: E501 - :return: The conditional_parent_value_metadata of this Zip. + + :return: The conditional_parent_value_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._conditional_parent_value_metadata @conditional_parent_value_metadata.setter def conditional_parent_value_metadata(self, conditional_parent_value_metadata): - """ - Sets the conditional_parent_value_metadata of this Zip. + """Sets the conditional_parent_value_metadata of this Zip. - :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Zip. + + :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -994,22 +1225,22 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata): @property def custom_tab_id(self): - """ - Gets the custom_tab_id of this Zip. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Gets the custom_tab_id of this Zip. # noqa: E501 + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :return: The custom_tab_id of this Zip. + :return: The custom_tab_id of this Zip. # noqa: E501 :rtype: str """ return self._custom_tab_id @custom_tab_id.setter def custom_tab_id(self, custom_tab_id): - """ - Sets the custom_tab_id of this Zip. - The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. + """Sets the custom_tab_id of this Zip. + + The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 - :param custom_tab_id: The custom_tab_id of this Zip. + :param custom_tab_id: The custom_tab_id of this Zip. # noqa: E501 :type: str """ @@ -1017,20 +1248,20 @@ def custom_tab_id(self, custom_tab_id): @property def custom_tab_id_metadata(self): - """ - Gets the custom_tab_id_metadata of this Zip. + """Gets the custom_tab_id_metadata of this Zip. # noqa: E501 + - :return: The custom_tab_id_metadata of this Zip. + :return: The custom_tab_id_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._custom_tab_id_metadata @custom_tab_id_metadata.setter def custom_tab_id_metadata(self, custom_tab_id_metadata): - """ - Sets the custom_tab_id_metadata of this Zip. + """Sets the custom_tab_id_metadata of this Zip. - :param custom_tab_id_metadata: The custom_tab_id_metadata of this Zip. + + :param custom_tab_id_metadata: The custom_tab_id_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1038,22 +1269,22 @@ def custom_tab_id_metadata(self, custom_tab_id_metadata): @property def disable_auto_size(self): - """ - Gets the disable_auto_size of this Zip. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Gets the disable_auto_size of this Zip. # noqa: E501 - :return: The disable_auto_size of this Zip. + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 + + :return: The disable_auto_size of this Zip. # noqa: E501 :rtype: str """ return self._disable_auto_size @disable_auto_size.setter def disable_auto_size(self, disable_auto_size): - """ - Sets the disable_auto_size of this Zip. - When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. + """Sets the disable_auto_size of this Zip. + + When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 - :param disable_auto_size: The disable_auto_size of this Zip. + :param disable_auto_size: The disable_auto_size of this Zip. # noqa: E501 :type: str """ @@ -1061,20 +1292,20 @@ def disable_auto_size(self, disable_auto_size): @property def disable_auto_size_metadata(self): - """ - Gets the disable_auto_size_metadata of this Zip. + """Gets the disable_auto_size_metadata of this Zip. # noqa: E501 + - :return: The disable_auto_size_metadata of this Zip. + :return: The disable_auto_size_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._disable_auto_size_metadata @disable_auto_size_metadata.setter def disable_auto_size_metadata(self, disable_auto_size_metadata): - """ - Sets the disable_auto_size_metadata of this Zip. + """Sets the disable_auto_size_metadata of this Zip. + - :param disable_auto_size_metadata: The disable_auto_size_metadata of this Zip. + :param disable_auto_size_metadata: The disable_auto_size_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1082,22 +1313,22 @@ def disable_auto_size_metadata(self, disable_auto_size_metadata): @property def document_id(self): - """ - Gets the document_id of this Zip. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Gets the document_id of this Zip. # noqa: E501 - :return: The document_id of this Zip. + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 + + :return: The document_id of this Zip. # noqa: E501 :rtype: str """ return self._document_id @document_id.setter def document_id(self, document_id): - """ - Sets the document_id of this Zip. - Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. + """Sets the document_id of this Zip. + + Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 - :param document_id: The document_id of this Zip. + :param document_id: The document_id of this Zip. # noqa: E501 :type: str """ @@ -1105,20 +1336,20 @@ def document_id(self, document_id): @property def document_id_metadata(self): - """ - Gets the document_id_metadata of this Zip. + """Gets the document_id_metadata of this Zip. # noqa: E501 + - :return: The document_id_metadata of this Zip. + :return: The document_id_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._document_id_metadata @document_id_metadata.setter def document_id_metadata(self, document_id_metadata): - """ - Sets the document_id_metadata of this Zip. + """Sets the document_id_metadata of this Zip. - :param document_id_metadata: The document_id_metadata of this Zip. + + :param document_id_metadata: The document_id_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1126,20 +1357,20 @@ def document_id_metadata(self, document_id_metadata): @property def error_details(self): - """ - Gets the error_details of this Zip. + """Gets the error_details of this Zip. # noqa: E501 - :return: The error_details of this Zip. + + :return: The error_details of this Zip. # noqa: E501 :rtype: ErrorDetails """ return self._error_details @error_details.setter def error_details(self, error_details): - """ - Sets the error_details of this Zip. + """Sets the error_details of this Zip. + - :param error_details: The error_details of this Zip. + :param error_details: The error_details of this Zip. # noqa: E501 :type: ErrorDetails """ @@ -1147,22 +1378,22 @@ def error_details(self, error_details): @property def font(self): - """ - Gets the font of this Zip. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Gets the font of this Zip. # noqa: E501 + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :return: The font of this Zip. + :return: The font of this Zip. # noqa: E501 :rtype: str """ return self._font @font.setter def font(self, font): - """ - Sets the font of this Zip. - The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. + """Sets the font of this Zip. + + The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 - :param font: The font of this Zip. + :param font: The font of this Zip. # noqa: E501 :type: str """ @@ -1170,22 +1401,22 @@ def font(self, font): @property def font_color(self): - """ - Gets the font_color of this Zip. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Gets the font_color of this Zip. # noqa: E501 - :return: The font_color of this Zip. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :return: The font_color of this Zip. # noqa: E501 :rtype: str """ return self._font_color @font_color.setter def font_color(self, font_color): - """ - Sets the font_color of this Zip. - The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. + """Sets the font_color of this Zip. - :param font_color: The font_color of this Zip. + The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 + + :param font_color: The font_color of this Zip. # noqa: E501 :type: str """ @@ -1193,20 +1424,20 @@ def font_color(self, font_color): @property def font_color_metadata(self): - """ - Gets the font_color_metadata of this Zip. + """Gets the font_color_metadata of this Zip. # noqa: E501 + - :return: The font_color_metadata of this Zip. + :return: The font_color_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._font_color_metadata @font_color_metadata.setter def font_color_metadata(self, font_color_metadata): - """ - Sets the font_color_metadata of this Zip. + """Sets the font_color_metadata of this Zip. + - :param font_color_metadata: The font_color_metadata of this Zip. + :param font_color_metadata: The font_color_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1214,20 +1445,20 @@ def font_color_metadata(self, font_color_metadata): @property def font_metadata(self): - """ - Gets the font_metadata of this Zip. + """Gets the font_metadata of this Zip. # noqa: E501 + - :return: The font_metadata of this Zip. + :return: The font_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._font_metadata @font_metadata.setter def font_metadata(self, font_metadata): - """ - Sets the font_metadata of this Zip. + """Sets the font_metadata of this Zip. - :param font_metadata: The font_metadata of this Zip. + + :param font_metadata: The font_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1235,22 +1466,22 @@ def font_metadata(self, font_metadata): @property def font_size(self): - """ - Gets the font_size of this Zip. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Gets the font_size of this Zip. # noqa: E501 - :return: The font_size of this Zip. + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 + + :return: The font_size of this Zip. # noqa: E501 :rtype: str """ return self._font_size @font_size.setter def font_size(self, font_size): - """ - Sets the font_size of this Zip. - The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. + """Sets the font_size of this Zip. + + The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 - :param font_size: The font_size of this Zip. + :param font_size: The font_size of this Zip. # noqa: E501 :type: str """ @@ -1258,20 +1489,20 @@ def font_size(self, font_size): @property def font_size_metadata(self): - """ - Gets the font_size_metadata of this Zip. + """Gets the font_size_metadata of this Zip. # noqa: E501 + - :return: The font_size_metadata of this Zip. + :return: The font_size_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._font_size_metadata @font_size_metadata.setter def font_size_metadata(self, font_size_metadata): - """ - Sets the font_size_metadata of this Zip. + """Sets the font_size_metadata of this Zip. + - :param font_size_metadata: The font_size_metadata of this Zip. + :param font_size_metadata: The font_size_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1279,22 +1510,22 @@ def font_size_metadata(self, font_size_metadata): @property def form_order(self): - """ - Gets the form_order of this Zip. - + """Gets the form_order of this Zip. # noqa: E501 - :return: The form_order of this Zip. + # noqa: E501 + + :return: The form_order of this Zip. # noqa: E501 :rtype: str """ return self._form_order @form_order.setter def form_order(self, form_order): - """ - Sets the form_order of this Zip. - + """Sets the form_order of this Zip. - :param form_order: The form_order of this Zip. + # noqa: E501 + + :param form_order: The form_order of this Zip. # noqa: E501 :type: str """ @@ -1302,20 +1533,20 @@ def form_order(self, form_order): @property def form_order_metadata(self): - """ - Gets the form_order_metadata of this Zip. + """Gets the form_order_metadata of this Zip. # noqa: E501 + - :return: The form_order_metadata of this Zip. + :return: The form_order_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._form_order_metadata @form_order_metadata.setter def form_order_metadata(self, form_order_metadata): - """ - Sets the form_order_metadata of this Zip. + """Sets the form_order_metadata of this Zip. + - :param form_order_metadata: The form_order_metadata of this Zip. + :param form_order_metadata: The form_order_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1323,22 +1554,22 @@ def form_order_metadata(self, form_order_metadata): @property def form_page_label(self): - """ - Gets the form_page_label of this Zip. - + """Gets the form_page_label of this Zip. # noqa: E501 + + # noqa: E501 - :return: The form_page_label of this Zip. + :return: The form_page_label of this Zip. # noqa: E501 :rtype: str """ return self._form_page_label @form_page_label.setter def form_page_label(self, form_page_label): - """ - Sets the form_page_label of this Zip. - + """Sets the form_page_label of this Zip. - :param form_page_label: The form_page_label of this Zip. + # noqa: E501 + + :param form_page_label: The form_page_label of this Zip. # noqa: E501 :type: str """ @@ -1346,20 +1577,20 @@ def form_page_label(self, form_page_label): @property def form_page_label_metadata(self): - """ - Gets the form_page_label_metadata of this Zip. + """Gets the form_page_label_metadata of this Zip. # noqa: E501 - :return: The form_page_label_metadata of this Zip. + + :return: The form_page_label_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_label_metadata @form_page_label_metadata.setter def form_page_label_metadata(self, form_page_label_metadata): - """ - Sets the form_page_label_metadata of this Zip. + """Sets the form_page_label_metadata of this Zip. + - :param form_page_label_metadata: The form_page_label_metadata of this Zip. + :param form_page_label_metadata: The form_page_label_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1367,22 +1598,22 @@ def form_page_label_metadata(self, form_page_label_metadata): @property def form_page_number(self): - """ - Gets the form_page_number of this Zip. - + """Gets the form_page_number of this Zip. # noqa: E501 + + # noqa: E501 - :return: The form_page_number of this Zip. + :return: The form_page_number of this Zip. # noqa: E501 :rtype: str """ return self._form_page_number @form_page_number.setter def form_page_number(self, form_page_number): - """ - Sets the form_page_number of this Zip. - + """Sets the form_page_number of this Zip. + + # noqa: E501 - :param form_page_number: The form_page_number of this Zip. + :param form_page_number: The form_page_number of this Zip. # noqa: E501 :type: str """ @@ -1390,20 +1621,20 @@ def form_page_number(self, form_page_number): @property def form_page_number_metadata(self): - """ - Gets the form_page_number_metadata of this Zip. + """Gets the form_page_number_metadata of this Zip. # noqa: E501 - :return: The form_page_number_metadata of this Zip. + + :return: The form_page_number_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._form_page_number_metadata @form_page_number_metadata.setter def form_page_number_metadata(self, form_page_number_metadata): - """ - Sets the form_page_number_metadata of this Zip. + """Sets the form_page_number_metadata of this Zip. - :param form_page_number_metadata: The form_page_number_metadata of this Zip. + + :param form_page_number_metadata: The form_page_number_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1411,22 +1642,22 @@ def form_page_number_metadata(self, form_page_number_metadata): @property def height(self): - """ - Gets the height of this Zip. - Height of the tab in pixels. + """Gets the height of this Zip. # noqa: E501 + + Height of the tab in pixels. # noqa: E501 - :return: The height of this Zip. + :return: The height of this Zip. # noqa: E501 :rtype: str """ return self._height @height.setter def height(self, height): - """ - Sets the height of this Zip. - Height of the tab in pixels. + """Sets the height of this Zip. + + Height of the tab in pixels. # noqa: E501 - :param height: The height of this Zip. + :param height: The height of this Zip. # noqa: E501 :type: str """ @@ -1434,20 +1665,20 @@ def height(self, height): @property def height_metadata(self): - """ - Gets the height_metadata of this Zip. + """Gets the height_metadata of this Zip. # noqa: E501 + - :return: The height_metadata of this Zip. + :return: The height_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._height_metadata @height_metadata.setter def height_metadata(self, height_metadata): - """ - Sets the height_metadata of this Zip. + """Sets the height_metadata of this Zip. - :param height_metadata: The height_metadata of this Zip. + + :param height_metadata: The height_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1455,22 +1686,22 @@ def height_metadata(self, height_metadata): @property def italic(self): - """ - Gets the italic of this Zip. - When set to **true**, the information in the tab is italic. + """Gets the italic of this Zip. # noqa: E501 - :return: The italic of this Zip. + When set to **true**, the information in the tab is italic. # noqa: E501 + + :return: The italic of this Zip. # noqa: E501 :rtype: str """ return self._italic @italic.setter def italic(self, italic): - """ - Sets the italic of this Zip. - When set to **true**, the information in the tab is italic. + """Sets the italic of this Zip. + + When set to **true**, the information in the tab is italic. # noqa: E501 - :param italic: The italic of this Zip. + :param italic: The italic of this Zip. # noqa: E501 :type: str """ @@ -1478,20 +1709,20 @@ def italic(self, italic): @property def italic_metadata(self): - """ - Gets the italic_metadata of this Zip. + """Gets the italic_metadata of this Zip. # noqa: E501 + - :return: The italic_metadata of this Zip. + :return: The italic_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._italic_metadata @italic_metadata.setter def italic_metadata(self, italic_metadata): - """ - Sets the italic_metadata of this Zip. + """Sets the italic_metadata of this Zip. + - :param italic_metadata: The italic_metadata of this Zip. + :param italic_metadata: The italic_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1499,20 +1730,20 @@ def italic_metadata(self, italic_metadata): @property def locale_policy(self): - """ - Gets the locale_policy of this Zip. + """Gets the locale_policy of this Zip. # noqa: E501 - :return: The locale_policy of this Zip. + + :return: The locale_policy of this Zip. # noqa: E501 :rtype: LocalePolicyTab """ return self._locale_policy @locale_policy.setter def locale_policy(self, locale_policy): - """ - Sets the locale_policy of this Zip. + """Sets the locale_policy of this Zip. - :param locale_policy: The locale_policy of this Zip. + + :param locale_policy: The locale_policy of this Zip. # noqa: E501 :type: LocalePolicyTab """ @@ -1520,22 +1751,22 @@ def locale_policy(self, locale_policy): @property def locked(self): - """ - Gets the locked of this Zip. - When set to **true**, the signer cannot change the data of the custom tab. + """Gets the locked of this Zip. # noqa: E501 - :return: The locked of this Zip. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :return: The locked of this Zip. # noqa: E501 :rtype: str """ return self._locked @locked.setter def locked(self, locked): - """ - Sets the locked of this Zip. - When set to **true**, the signer cannot change the data of the custom tab. + """Sets the locked of this Zip. - :param locked: The locked of this Zip. + When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 + + :param locked: The locked of this Zip. # noqa: E501 :type: str """ @@ -1543,20 +1774,20 @@ def locked(self, locked): @property def locked_metadata(self): - """ - Gets the locked_metadata of this Zip. + """Gets the locked_metadata of this Zip. # noqa: E501 - :return: The locked_metadata of this Zip. + + :return: The locked_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._locked_metadata @locked_metadata.setter def locked_metadata(self, locked_metadata): - """ - Sets the locked_metadata of this Zip. + """Sets the locked_metadata of this Zip. - :param locked_metadata: The locked_metadata of this Zip. + + :param locked_metadata: The locked_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1564,22 +1795,22 @@ def locked_metadata(self, locked_metadata): @property def max_length(self): - """ - Gets the max_length of this Zip. - An optional value that describes the maximum length of the property when the property is a string. + """Gets the max_length of this Zip. # noqa: E501 - :return: The max_length of this Zip. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :return: The max_length of this Zip. # noqa: E501 :rtype: str """ return self._max_length @max_length.setter def max_length(self, max_length): - """ - Sets the max_length of this Zip. - An optional value that describes the maximum length of the property when the property is a string. + """Sets the max_length of this Zip. - :param max_length: The max_length of this Zip. + An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 + + :param max_length: The max_length of this Zip. # noqa: E501 :type: str """ @@ -1587,20 +1818,20 @@ def max_length(self, max_length): @property def max_length_metadata(self): - """ - Gets the max_length_metadata of this Zip. + """Gets the max_length_metadata of this Zip. # noqa: E501 - :return: The max_length_metadata of this Zip. + + :return: The max_length_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._max_length_metadata @max_length_metadata.setter def max_length_metadata(self, max_length_metadata): - """ - Sets the max_length_metadata of this Zip. + """Sets the max_length_metadata of this Zip. - :param max_length_metadata: The max_length_metadata of this Zip. + + :param max_length_metadata: The max_length_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1608,20 +1839,20 @@ def max_length_metadata(self, max_length_metadata): @property def merge_field(self): - """ - Gets the merge_field of this Zip. + """Gets the merge_field of this Zip. # noqa: E501 - :return: The merge_field of this Zip. + + :return: The merge_field of this Zip. # noqa: E501 :rtype: MergeField """ return self._merge_field @merge_field.setter def merge_field(self, merge_field): - """ - Sets the merge_field of this Zip. + """Sets the merge_field of this Zip. - :param merge_field: The merge_field of this Zip. + + :param merge_field: The merge_field of this Zip. # noqa: E501 :type: MergeField """ @@ -1629,22 +1860,22 @@ def merge_field(self, merge_field): @property def merge_field_xml(self): - """ - Gets the merge_field_xml of this Zip. - + """Gets the merge_field_xml of this Zip. # noqa: E501 - :return: The merge_field_xml of this Zip. + # noqa: E501 + + :return: The merge_field_xml of this Zip. # noqa: E501 :rtype: str """ return self._merge_field_xml @merge_field_xml.setter def merge_field_xml(self, merge_field_xml): - """ - Sets the merge_field_xml of this Zip. - + """Sets the merge_field_xml of this Zip. - :param merge_field_xml: The merge_field_xml of this Zip. + # noqa: E501 + + :param merge_field_xml: The merge_field_xml of this Zip. # noqa: E501 :type: str """ @@ -1652,22 +1883,22 @@ def merge_field_xml(self, merge_field_xml): @property def name(self): - """ - Gets the name of this Zip. - + """Gets the name of this Zip. # noqa: E501 - :return: The name of this Zip. + # noqa: E501 + + :return: The name of this Zip. # noqa: E501 :rtype: str """ return self._name @name.setter def name(self, name): - """ - Sets the name of this Zip. - + """Sets the name of this Zip. - :param name: The name of this Zip. + # noqa: E501 + + :param name: The name of this Zip. # noqa: E501 :type: str """ @@ -1675,20 +1906,20 @@ def name(self, name): @property def name_metadata(self): - """ - Gets the name_metadata of this Zip. + """Gets the name_metadata of this Zip. # noqa: E501 - :return: The name_metadata of this Zip. + + :return: The name_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._name_metadata @name_metadata.setter def name_metadata(self, name_metadata): - """ - Sets the name_metadata of this Zip. + """Sets the name_metadata of this Zip. - :param name_metadata: The name_metadata of this Zip. + + :param name_metadata: The name_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1696,22 +1927,22 @@ def name_metadata(self, name_metadata): @property def original_value(self): - """ - Gets the original_value of this Zip. - The initial value of the tab when it was sent to the recipient. + """Gets the original_value of this Zip. # noqa: E501 - :return: The original_value of this Zip. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :return: The original_value of this Zip. # noqa: E501 :rtype: str """ return self._original_value @original_value.setter def original_value(self, original_value): - """ - Sets the original_value of this Zip. - The initial value of the tab when it was sent to the recipient. + """Sets the original_value of this Zip. - :param original_value: The original_value of this Zip. + The initial value of the tab when it was sent to the recipient. # noqa: E501 + + :param original_value: The original_value of this Zip. # noqa: E501 :type: str """ @@ -1719,20 +1950,20 @@ def original_value(self, original_value): @property def original_value_metadata(self): - """ - Gets the original_value_metadata of this Zip. + """Gets the original_value_metadata of this Zip. # noqa: E501 - :return: The original_value_metadata of this Zip. + + :return: The original_value_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._original_value_metadata @original_value_metadata.setter def original_value_metadata(self, original_value_metadata): - """ - Sets the original_value_metadata of this Zip. + """Sets the original_value_metadata of this Zip. - :param original_value_metadata: The original_value_metadata of this Zip. + + :param original_value_metadata: The original_value_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1740,22 +1971,22 @@ def original_value_metadata(self, original_value_metadata): @property def page_number(self): - """ - Gets the page_number of this Zip. - Specifies the page number on which the tab is located. + """Gets the page_number of this Zip. # noqa: E501 - :return: The page_number of this Zip. + Specifies the page number on which the tab is located. # noqa: E501 + + :return: The page_number of this Zip. # noqa: E501 :rtype: str """ return self._page_number @page_number.setter def page_number(self, page_number): - """ - Sets the page_number of this Zip. - Specifies the page number on which the tab is located. + """Sets the page_number of this Zip. - :param page_number: The page_number of this Zip. + Specifies the page number on which the tab is located. # noqa: E501 + + :param page_number: The page_number of this Zip. # noqa: E501 :type: str """ @@ -1763,20 +1994,20 @@ def page_number(self, page_number): @property def page_number_metadata(self): - """ - Gets the page_number_metadata of this Zip. + """Gets the page_number_metadata of this Zip. # noqa: E501 - :return: The page_number_metadata of this Zip. + + :return: The page_number_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._page_number_metadata @page_number_metadata.setter def page_number_metadata(self, page_number_metadata): - """ - Sets the page_number_metadata of this Zip. + """Sets the page_number_metadata of this Zip. - :param page_number_metadata: The page_number_metadata of this Zip. + + :param page_number_metadata: The page_number_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1784,22 +2015,22 @@ def page_number_metadata(self, page_number_metadata): @property def recipient_id(self): - """ - Gets the recipient_id of this Zip. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Gets the recipient_id of this Zip. # noqa: E501 - :return: The recipient_id of this Zip. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Zip. # noqa: E501 :rtype: str """ return self._recipient_id @recipient_id.setter def recipient_id(self, recipient_id): - """ - Sets the recipient_id of this Zip. - Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. + """Sets the recipient_id of this Zip. - :param recipient_id: The recipient_id of this Zip. + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Zip. # noqa: E501 :type: str """ @@ -1807,22 +2038,22 @@ def recipient_id(self, recipient_id): @property def recipient_id_guid(self): - """ - Gets the recipient_id_guid of this Zip. - + """Gets the recipient_id_guid of this Zip. # noqa: E501 - :return: The recipient_id_guid of this Zip. + # noqa: E501 + + :return: The recipient_id_guid of this Zip. # noqa: E501 :rtype: str """ return self._recipient_id_guid @recipient_id_guid.setter def recipient_id_guid(self, recipient_id_guid): - """ - Sets the recipient_id_guid of this Zip. - + """Sets the recipient_id_guid of this Zip. - :param recipient_id_guid: The recipient_id_guid of this Zip. + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Zip. # noqa: E501 :type: str """ @@ -1830,20 +2061,20 @@ def recipient_id_guid(self, recipient_id_guid): @property def recipient_id_guid_metadata(self): - """ - Gets the recipient_id_guid_metadata of this Zip. + """Gets the recipient_id_guid_metadata of this Zip. # noqa: E501 - :return: The recipient_id_guid_metadata of this Zip. + + :return: The recipient_id_guid_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_guid_metadata @recipient_id_guid_metadata.setter def recipient_id_guid_metadata(self, recipient_id_guid_metadata): - """ - Sets the recipient_id_guid_metadata of this Zip. + """Sets the recipient_id_guid_metadata of this Zip. - :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Zip. + + :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1851,20 +2082,20 @@ def recipient_id_guid_metadata(self, recipient_id_guid_metadata): @property def recipient_id_metadata(self): - """ - Gets the recipient_id_metadata of this Zip. + """Gets the recipient_id_metadata of this Zip. # noqa: E501 - :return: The recipient_id_metadata of this Zip. + + :return: The recipient_id_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._recipient_id_metadata @recipient_id_metadata.setter def recipient_id_metadata(self, recipient_id_metadata): - """ - Sets the recipient_id_metadata of this Zip. + """Sets the recipient_id_metadata of this Zip. - :param recipient_id_metadata: The recipient_id_metadata of this Zip. + + :param recipient_id_metadata: The recipient_id_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1872,22 +2103,22 @@ def recipient_id_metadata(self, recipient_id_metadata): @property def require_all(self): - """ - Gets the require_all of this Zip. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Gets the require_all of this Zip. # noqa: E501 - :return: The require_all of this Zip. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :return: The require_all of this Zip. # noqa: E501 :rtype: str """ return self._require_all @require_all.setter def require_all(self, require_all): - """ - Sets the require_all of this Zip. - When set to **true** and shared is true, information must be entered in this field to complete the envelope. + """Sets the require_all of this Zip. - :param require_all: The require_all of this Zip. + When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 + + :param require_all: The require_all of this Zip. # noqa: E501 :type: str """ @@ -1895,20 +2126,20 @@ def require_all(self, require_all): @property def require_all_metadata(self): - """ - Gets the require_all_metadata of this Zip. + """Gets the require_all_metadata of this Zip. # noqa: E501 - :return: The require_all_metadata of this Zip. + + :return: The require_all_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._require_all_metadata @require_all_metadata.setter def require_all_metadata(self, require_all_metadata): - """ - Sets the require_all_metadata of this Zip. + """Sets the require_all_metadata of this Zip. - :param require_all_metadata: The require_all_metadata of this Zip. + + :param require_all_metadata: The require_all_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1916,22 +2147,22 @@ def require_all_metadata(self, require_all_metadata): @property def required(self): - """ - Gets the required of this Zip. - When set to **true**, the signer is required to fill out this tab + """Gets the required of this Zip. # noqa: E501 - :return: The required of this Zip. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this Zip. # noqa: E501 :rtype: str """ return self._required @required.setter def required(self, required): - """ - Sets the required of this Zip. - When set to **true**, the signer is required to fill out this tab + """Sets the required of this Zip. - :param required: The required of this Zip. + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this Zip. # noqa: E501 :type: str """ @@ -1939,20 +2170,20 @@ def required(self, required): @property def required_metadata(self): - """ - Gets the required_metadata of this Zip. + """Gets the required_metadata of this Zip. # noqa: E501 - :return: The required_metadata of this Zip. + + :return: The required_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._required_metadata @required_metadata.setter def required_metadata(self, required_metadata): - """ - Sets the required_metadata of this Zip. + """Sets the required_metadata of this Zip. - :param required_metadata: The required_metadata of this Zip. + + :param required_metadata: The required_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -1960,22 +2191,22 @@ def required_metadata(self, required_metadata): @property def require_initial_on_shared_change(self): - """ - Gets the require_initial_on_shared_change of this Zip. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Gets the require_initial_on_shared_change of this Zip. # noqa: E501 - :return: The require_initial_on_shared_change of this Zip. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :return: The require_initial_on_shared_change of this Zip. # noqa: E501 :rtype: str """ return self._require_initial_on_shared_change @require_initial_on_shared_change.setter def require_initial_on_shared_change(self, require_initial_on_shared_change): - """ - Sets the require_initial_on_shared_change of this Zip. - Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. + """Sets the require_initial_on_shared_change of this Zip. - :param require_initial_on_shared_change: The require_initial_on_shared_change of this Zip. + Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 + + :param require_initial_on_shared_change: The require_initial_on_shared_change of this Zip. # noqa: E501 :type: str """ @@ -1983,20 +2214,20 @@ def require_initial_on_shared_change(self, require_initial_on_shared_change): @property def require_initial_on_shared_change_metadata(self): - """ - Gets the require_initial_on_shared_change_metadata of this Zip. + """Gets the require_initial_on_shared_change_metadata of this Zip. # noqa: E501 - :return: The require_initial_on_shared_change_metadata of this Zip. + + :return: The require_initial_on_shared_change_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._require_initial_on_shared_change_metadata @require_initial_on_shared_change_metadata.setter def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): - """ - Sets the require_initial_on_shared_change_metadata of this Zip. + """Sets the require_initial_on_shared_change_metadata of this Zip. - :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Zip. + + :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2004,22 +2235,22 @@ def require_initial_on_shared_change_metadata(self, require_initial_on_shared_ch @property def sender_required(self): - """ - Gets the sender_required of this Zip. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Gets the sender_required of this Zip. # noqa: E501 - :return: The sender_required of this Zip. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :return: The sender_required of this Zip. # noqa: E501 :rtype: str """ return self._sender_required @sender_required.setter def sender_required(self, sender_required): - """ - Sets the sender_required of this Zip. - When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. + """Sets the sender_required of this Zip. - :param sender_required: The sender_required of this Zip. + When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 + + :param sender_required: The sender_required of this Zip. # noqa: E501 :type: str """ @@ -2027,20 +2258,20 @@ def sender_required(self, sender_required): @property def sender_required_metadata(self): - """ - Gets the sender_required_metadata of this Zip. + """Gets the sender_required_metadata of this Zip. # noqa: E501 - :return: The sender_required_metadata of this Zip. + + :return: The sender_required_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._sender_required_metadata @sender_required_metadata.setter def sender_required_metadata(self, sender_required_metadata): - """ - Sets the sender_required_metadata of this Zip. + """Sets the sender_required_metadata of this Zip. - :param sender_required_metadata: The sender_required_metadata of this Zip. + + :param sender_required_metadata: The sender_required_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2048,22 +2279,22 @@ def sender_required_metadata(self, sender_required_metadata): @property def shared(self): - """ - Gets the shared of this Zip. - When set to **true**, this custom tab is shared. + """Gets the shared of this Zip. # noqa: E501 - :return: The shared of this Zip. + When set to **true**, this custom tab is shared. # noqa: E501 + + :return: The shared of this Zip. # noqa: E501 :rtype: str """ return self._shared @shared.setter def shared(self, shared): - """ - Sets the shared of this Zip. - When set to **true**, this custom tab is shared. + """Sets the shared of this Zip. - :param shared: The shared of this Zip. + When set to **true**, this custom tab is shared. # noqa: E501 + + :param shared: The shared of this Zip. # noqa: E501 :type: str """ @@ -2071,20 +2302,20 @@ def shared(self, shared): @property def shared_metadata(self): - """ - Gets the shared_metadata of this Zip. + """Gets the shared_metadata of this Zip. # noqa: E501 - :return: The shared_metadata of this Zip. + + :return: The shared_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._shared_metadata @shared_metadata.setter def shared_metadata(self, shared_metadata): - """ - Sets the shared_metadata of this Zip. + """Sets the shared_metadata of this Zip. - :param shared_metadata: The shared_metadata of this Zip. + + :param shared_metadata: The shared_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2092,20 +2323,20 @@ def shared_metadata(self, shared_metadata): @property def smart_contract_information(self): - """ - Gets the smart_contract_information of this Zip. + """Gets the smart_contract_information of this Zip. # noqa: E501 - :return: The smart_contract_information of this Zip. + + :return: The smart_contract_information of this Zip. # noqa: E501 :rtype: SmartContractInformation """ return self._smart_contract_information @smart_contract_information.setter def smart_contract_information(self, smart_contract_information): - """ - Sets the smart_contract_information of this Zip. + """Sets the smart_contract_information of this Zip. - :param smart_contract_information: The smart_contract_information of this Zip. + + :param smart_contract_information: The smart_contract_information of this Zip. # noqa: E501 :type: SmartContractInformation """ @@ -2113,22 +2344,22 @@ def smart_contract_information(self, smart_contract_information): @property def status(self): - """ - Gets the status of this Zip. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Gets the status of this Zip. # noqa: E501 - :return: The status of this Zip. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Zip. # noqa: E501 :rtype: str """ return self._status @status.setter def status(self, status): - """ - Sets the status of this Zip. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. + """Sets the status of this Zip. - :param status: The status of this Zip. + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Zip. # noqa: E501 :type: str """ @@ -2136,20 +2367,20 @@ def status(self, status): @property def status_metadata(self): - """ - Gets the status_metadata of this Zip. + """Gets the status_metadata of this Zip. # noqa: E501 - :return: The status_metadata of this Zip. + + :return: The status_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._status_metadata @status_metadata.setter def status_metadata(self, status_metadata): - """ - Sets the status_metadata of this Zip. + """Sets the status_metadata of this Zip. - :param status_metadata: The status_metadata of this Zip. + + :param status_metadata: The status_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2157,22 +2388,22 @@ def status_metadata(self, status_metadata): @property def tab_group_labels(self): - """ - Gets the tab_group_labels of this Zip. - + """Gets the tab_group_labels of this Zip. # noqa: E501 - :return: The tab_group_labels of this Zip. + # noqa: E501 + + :return: The tab_group_labels of this Zip. # noqa: E501 :rtype: list[str] """ return self._tab_group_labels @tab_group_labels.setter def tab_group_labels(self, tab_group_labels): - """ - Sets the tab_group_labels of this Zip. - + """Sets the tab_group_labels of this Zip. - :param tab_group_labels: The tab_group_labels of this Zip. + # noqa: E501 + + :param tab_group_labels: The tab_group_labels of this Zip. # noqa: E501 :type: list[str] """ @@ -2180,20 +2411,20 @@ def tab_group_labels(self, tab_group_labels): @property def tab_group_labels_metadata(self): - """ - Gets the tab_group_labels_metadata of this Zip. + """Gets the tab_group_labels_metadata of this Zip. # noqa: E501 - :return: The tab_group_labels_metadata of this Zip. + + :return: The tab_group_labels_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_group_labels_metadata @tab_group_labels_metadata.setter def tab_group_labels_metadata(self, tab_group_labels_metadata): - """ - Sets the tab_group_labels_metadata of this Zip. + """Sets the tab_group_labels_metadata of this Zip. - :param tab_group_labels_metadata: The tab_group_labels_metadata of this Zip. + + :param tab_group_labels_metadata: The tab_group_labels_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2201,22 +2432,22 @@ def tab_group_labels_metadata(self, tab_group_labels_metadata): @property def tab_id(self): - """ - Gets the tab_id of this Zip. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Gets the tab_id of this Zip. # noqa: E501 - :return: The tab_id of this Zip. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :return: The tab_id of this Zip. # noqa: E501 :rtype: str """ return self._tab_id @tab_id.setter def tab_id(self, tab_id): - """ - Sets the tab_id of this Zip. - The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. + """Sets the tab_id of this Zip. - :param tab_id: The tab_id of this Zip. + The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 + + :param tab_id: The tab_id of this Zip. # noqa: E501 :type: str """ @@ -2224,20 +2455,20 @@ def tab_id(self, tab_id): @property def tab_id_metadata(self): - """ - Gets the tab_id_metadata of this Zip. + """Gets the tab_id_metadata of this Zip. # noqa: E501 - :return: The tab_id_metadata of this Zip. + + :return: The tab_id_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_id_metadata @tab_id_metadata.setter def tab_id_metadata(self, tab_id_metadata): - """ - Sets the tab_id_metadata of this Zip. + """Sets the tab_id_metadata of this Zip. - :param tab_id_metadata: The tab_id_metadata of this Zip. + + :param tab_id_metadata: The tab_id_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2245,22 +2476,22 @@ def tab_id_metadata(self, tab_id_metadata): @property def tab_label(self): - """ - Gets the tab_label of this Zip. - The label string associated with the tab. + """Gets the tab_label of this Zip. # noqa: E501 - :return: The tab_label of this Zip. + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this Zip. # noqa: E501 :rtype: str """ return self._tab_label @tab_label.setter def tab_label(self, tab_label): - """ - Sets the tab_label of this Zip. - The label string associated with the tab. + """Sets the tab_label of this Zip. - :param tab_label: The tab_label of this Zip. + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this Zip. # noqa: E501 :type: str """ @@ -2268,20 +2499,20 @@ def tab_label(self, tab_label): @property def tab_label_metadata(self): - """ - Gets the tab_label_metadata of this Zip. + """Gets the tab_label_metadata of this Zip. # noqa: E501 - :return: The tab_label_metadata of this Zip. + + :return: The tab_label_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_label_metadata @tab_label_metadata.setter def tab_label_metadata(self, tab_label_metadata): - """ - Sets the tab_label_metadata of this Zip. + """Sets the tab_label_metadata of this Zip. - :param tab_label_metadata: The tab_label_metadata of this Zip. + + :param tab_label_metadata: The tab_label_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2289,22 +2520,22 @@ def tab_label_metadata(self, tab_label_metadata): @property def tab_order(self): - """ - Gets the tab_order of this Zip. - + """Gets the tab_order of this Zip. # noqa: E501 - :return: The tab_order of this Zip. + # noqa: E501 + + :return: The tab_order of this Zip. # noqa: E501 :rtype: str """ return self._tab_order @tab_order.setter def tab_order(self, tab_order): - """ - Sets the tab_order of this Zip. - + """Sets the tab_order of this Zip. - :param tab_order: The tab_order of this Zip. + # noqa: E501 + + :param tab_order: The tab_order of this Zip. # noqa: E501 :type: str """ @@ -2312,20 +2543,20 @@ def tab_order(self, tab_order): @property def tab_order_metadata(self): - """ - Gets the tab_order_metadata of this Zip. + """Gets the tab_order_metadata of this Zip. # noqa: E501 - :return: The tab_order_metadata of this Zip. + + :return: The tab_order_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_order_metadata @tab_order_metadata.setter def tab_order_metadata(self, tab_order_metadata): - """ - Sets the tab_order_metadata of this Zip. + """Sets the tab_order_metadata of this Zip. - :param tab_order_metadata: The tab_order_metadata of this Zip. + + :param tab_order_metadata: The tab_order_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2333,22 +2564,22 @@ def tab_order_metadata(self, tab_order_metadata): @property def tab_type(self): - """ - Gets the tab_type of this Zip. - + """Gets the tab_type of this Zip. # noqa: E501 - :return: The tab_type of this Zip. + # noqa: E501 + + :return: The tab_type of this Zip. # noqa: E501 :rtype: str """ return self._tab_type @tab_type.setter def tab_type(self, tab_type): - """ - Sets the tab_type of this Zip. - + """Sets the tab_type of this Zip. - :param tab_type: The tab_type of this Zip. + # noqa: E501 + + :param tab_type: The tab_type of this Zip. # noqa: E501 :type: str """ @@ -2356,20 +2587,20 @@ def tab_type(self, tab_type): @property def tab_type_metadata(self): - """ - Gets the tab_type_metadata of this Zip. + """Gets the tab_type_metadata of this Zip. # noqa: E501 - :return: The tab_type_metadata of this Zip. + + :return: The tab_type_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tab_type_metadata @tab_type_metadata.setter def tab_type_metadata(self, tab_type_metadata): - """ - Sets the tab_type_metadata of this Zip. + """Sets the tab_type_metadata of this Zip. - :param tab_type_metadata: The tab_type_metadata of this Zip. + + :param tab_type_metadata: The tab_type_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2377,22 +2608,22 @@ def tab_type_metadata(self, tab_type_metadata): @property def template_locked(self): - """ - Gets the template_locked of this Zip. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Gets the template_locked of this Zip. # noqa: E501 - :return: The template_locked of this Zip. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Zip. # noqa: E501 :rtype: str """ return self._template_locked @template_locked.setter def template_locked(self, template_locked): - """ - Sets the template_locked of this Zip. - When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. + """Sets the template_locked of this Zip. - :param template_locked: The template_locked of this Zip. + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Zip. # noqa: E501 :type: str """ @@ -2400,20 +2631,20 @@ def template_locked(self, template_locked): @property def template_locked_metadata(self): - """ - Gets the template_locked_metadata of this Zip. + """Gets the template_locked_metadata of this Zip. # noqa: E501 - :return: The template_locked_metadata of this Zip. + + :return: The template_locked_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._template_locked_metadata @template_locked_metadata.setter def template_locked_metadata(self, template_locked_metadata): - """ - Sets the template_locked_metadata of this Zip. + """Sets the template_locked_metadata of this Zip. - :param template_locked_metadata: The template_locked_metadata of this Zip. + + :param template_locked_metadata: The template_locked_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2421,22 +2652,22 @@ def template_locked_metadata(self, template_locked_metadata): @property def template_required(self): - """ - Gets the template_required of this Zip. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Gets the template_required of this Zip. # noqa: E501 - :return: The template_required of this Zip. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Zip. # noqa: E501 :rtype: str """ return self._template_required @template_required.setter def template_required(self, template_required): - """ - Sets the template_required of this Zip. - When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. + """Sets the template_required of this Zip. - :param template_required: The template_required of this Zip. + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Zip. # noqa: E501 :type: str """ @@ -2444,20 +2675,20 @@ def template_required(self, template_required): @property def template_required_metadata(self): - """ - Gets the template_required_metadata of this Zip. + """Gets the template_required_metadata of this Zip. # noqa: E501 - :return: The template_required_metadata of this Zip. + + :return: The template_required_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._template_required_metadata @template_required_metadata.setter def template_required_metadata(self, template_required_metadata): - """ - Sets the template_required_metadata of this Zip. + """Sets the template_required_metadata of this Zip. - :param template_required_metadata: The template_required_metadata of this Zip. + + :param template_required_metadata: The template_required_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2465,22 +2696,22 @@ def template_required_metadata(self, template_required_metadata): @property def tooltip(self): - """ - Gets the tooltip of this Zip. - + """Gets the tooltip of this Zip. # noqa: E501 - :return: The tooltip of this Zip. + # noqa: E501 + + :return: The tooltip of this Zip. # noqa: E501 :rtype: str """ return self._tooltip @tooltip.setter def tooltip(self, tooltip): - """ - Sets the tooltip of this Zip. - + """Sets the tooltip of this Zip. - :param tooltip: The tooltip of this Zip. + # noqa: E501 + + :param tooltip: The tooltip of this Zip. # noqa: E501 :type: str """ @@ -2488,20 +2719,20 @@ def tooltip(self, tooltip): @property def tool_tip_metadata(self): - """ - Gets the tool_tip_metadata of this Zip. + """Gets the tool_tip_metadata of this Zip. # noqa: E501 - :return: The tool_tip_metadata of this Zip. + + :return: The tool_tip_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._tool_tip_metadata @tool_tip_metadata.setter def tool_tip_metadata(self, tool_tip_metadata): - """ - Sets the tool_tip_metadata of this Zip. + """Sets the tool_tip_metadata of this Zip. - :param tool_tip_metadata: The tool_tip_metadata of this Zip. + + :param tool_tip_metadata: The tool_tip_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2509,22 +2740,22 @@ def tool_tip_metadata(self, tool_tip_metadata): @property def underline(self): - """ - Gets the underline of this Zip. - When set to **true**, the information in the tab is underlined. + """Gets the underline of this Zip. # noqa: E501 - :return: The underline of this Zip. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :return: The underline of this Zip. # noqa: E501 :rtype: str """ return self._underline @underline.setter def underline(self, underline): - """ - Sets the underline of this Zip. - When set to **true**, the information in the tab is underlined. + """Sets the underline of this Zip. - :param underline: The underline of this Zip. + When set to **true**, the information in the tab is underlined. # noqa: E501 + + :param underline: The underline of this Zip. # noqa: E501 :type: str """ @@ -2532,20 +2763,20 @@ def underline(self, underline): @property def underline_metadata(self): - """ - Gets the underline_metadata of this Zip. + """Gets the underline_metadata of this Zip. # noqa: E501 - :return: The underline_metadata of this Zip. + + :return: The underline_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._underline_metadata @underline_metadata.setter def underline_metadata(self, underline_metadata): - """ - Sets the underline_metadata of this Zip. + """Sets the underline_metadata of this Zip. - :param underline_metadata: The underline_metadata of this Zip. + + :param underline_metadata: The underline_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2553,22 +2784,22 @@ def underline_metadata(self, underline_metadata): @property def use_dash4(self): - """ - Gets the use_dash4 of this Zip. - + """Gets the use_dash4 of this Zip. # noqa: E501 - :return: The use_dash4 of this Zip. + # noqa: E501 + + :return: The use_dash4 of this Zip. # noqa: E501 :rtype: str """ return self._use_dash4 @use_dash4.setter def use_dash4(self, use_dash4): - """ - Sets the use_dash4 of this Zip. - + """Sets the use_dash4 of this Zip. - :param use_dash4: The use_dash4 of this Zip. + # noqa: E501 + + :param use_dash4: The use_dash4 of this Zip. # noqa: E501 :type: str """ @@ -2576,20 +2807,20 @@ def use_dash4(self, use_dash4): @property def use_dash4_metadata(self): - """ - Gets the use_dash4_metadata of this Zip. + """Gets the use_dash4_metadata of this Zip. # noqa: E501 - :return: The use_dash4_metadata of this Zip. + + :return: The use_dash4_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._use_dash4_metadata @use_dash4_metadata.setter def use_dash4_metadata(self, use_dash4_metadata): - """ - Sets the use_dash4_metadata of this Zip. + """Sets the use_dash4_metadata of this Zip. - :param use_dash4_metadata: The use_dash4_metadata of this Zip. + + :param use_dash4_metadata: The use_dash4_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2597,22 +2828,22 @@ def use_dash4_metadata(self, use_dash4_metadata): @property def validation_message(self): - """ - Gets the validation_message of this Zip. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Gets the validation_message of this Zip. # noqa: E501 - :return: The validation_message of this Zip. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :return: The validation_message of this Zip. # noqa: E501 :rtype: str """ return self._validation_message @validation_message.setter def validation_message(self, validation_message): - """ - Sets the validation_message of this Zip. - The message displayed if the custom tab fails input validation (either custom of embedded). + """Sets the validation_message of this Zip. - :param validation_message: The validation_message of this Zip. + The message displayed if the custom tab fails input validation (either custom of embedded). # noqa: E501 + + :param validation_message: The validation_message of this Zip. # noqa: E501 :type: str """ @@ -2620,20 +2851,20 @@ def validation_message(self, validation_message): @property def validation_message_metadata(self): - """ - Gets the validation_message_metadata of this Zip. + """Gets the validation_message_metadata of this Zip. # noqa: E501 - :return: The validation_message_metadata of this Zip. + + :return: The validation_message_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_message_metadata @validation_message_metadata.setter def validation_message_metadata(self, validation_message_metadata): - """ - Sets the validation_message_metadata of this Zip. + """Sets the validation_message_metadata of this Zip. - :param validation_message_metadata: The validation_message_metadata of this Zip. + + :param validation_message_metadata: The validation_message_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2641,22 +2872,22 @@ def validation_message_metadata(self, validation_message_metadata): @property def validation_pattern(self): - """ - Gets the validation_pattern of this Zip. - A regular expression used to validate input for the tab. + """Gets the validation_pattern of this Zip. # noqa: E501 - :return: The validation_pattern of this Zip. + A regular expression used to validate input for the tab. # noqa: E501 + + :return: The validation_pattern of this Zip. # noqa: E501 :rtype: str """ return self._validation_pattern @validation_pattern.setter def validation_pattern(self, validation_pattern): - """ - Sets the validation_pattern of this Zip. - A regular expression used to validate input for the tab. + """Sets the validation_pattern of this Zip. - :param validation_pattern: The validation_pattern of this Zip. + A regular expression used to validate input for the tab. # noqa: E501 + + :param validation_pattern: The validation_pattern of this Zip. # noqa: E501 :type: str """ @@ -2664,20 +2895,20 @@ def validation_pattern(self, validation_pattern): @property def validation_pattern_metadata(self): - """ - Gets the validation_pattern_metadata of this Zip. + """Gets the validation_pattern_metadata of this Zip. # noqa: E501 - :return: The validation_pattern_metadata of this Zip. + + :return: The validation_pattern_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._validation_pattern_metadata @validation_pattern_metadata.setter def validation_pattern_metadata(self, validation_pattern_metadata): - """ - Sets the validation_pattern_metadata of this Zip. + """Sets the validation_pattern_metadata of this Zip. - :param validation_pattern_metadata: The validation_pattern_metadata of this Zip. + + :param validation_pattern_metadata: The validation_pattern_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2685,22 +2916,22 @@ def validation_pattern_metadata(self, validation_pattern_metadata): @property def value(self): - """ - Gets the value of this Zip. - Specifies the value of the tab. + """Gets the value of this Zip. # noqa: E501 - :return: The value of this Zip. + Specifies the value of the tab. # noqa: E501 + + :return: The value of this Zip. # noqa: E501 :rtype: str """ return self._value @value.setter def value(self, value): - """ - Sets the value of this Zip. - Specifies the value of the tab. + """Sets the value of this Zip. - :param value: The value of this Zip. + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this Zip. # noqa: E501 :type: str """ @@ -2708,20 +2939,20 @@ def value(self, value): @property def value_metadata(self): - """ - Gets the value_metadata of this Zip. + """Gets the value_metadata of this Zip. # noqa: E501 - :return: The value_metadata of this Zip. + + :return: The value_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._value_metadata @value_metadata.setter def value_metadata(self, value_metadata): - """ - Sets the value_metadata of this Zip. + """Sets the value_metadata of this Zip. - :param value_metadata: The value_metadata of this Zip. + + :param value_metadata: The value_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2729,22 +2960,22 @@ def value_metadata(self, value_metadata): @property def width(self): - """ - Gets the width of this Zip. - Width of the tab in pixels. + """Gets the width of this Zip. # noqa: E501 - :return: The width of this Zip. + Width of the tab in pixels. # noqa: E501 + + :return: The width of this Zip. # noqa: E501 :rtype: str """ return self._width @width.setter def width(self, width): - """ - Sets the width of this Zip. - Width of the tab in pixels. + """Sets the width of this Zip. - :param width: The width of this Zip. + Width of the tab in pixels. # noqa: E501 + + :param width: The width of this Zip. # noqa: E501 :type: str """ @@ -2752,20 +2983,20 @@ def width(self, width): @property def width_metadata(self): - """ - Gets the width_metadata of this Zip. + """Gets the width_metadata of this Zip. # noqa: E501 - :return: The width_metadata of this Zip. + + :return: The width_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._width_metadata @width_metadata.setter def width_metadata(self, width_metadata): - """ - Sets the width_metadata of this Zip. + """Sets the width_metadata of this Zip. - :param width_metadata: The width_metadata of this Zip. + + :param width_metadata: The width_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2773,22 +3004,22 @@ def width_metadata(self, width_metadata): @property def x_position(self): - """ - Gets the x_position of this Zip. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the x_position of this Zip. # noqa: E501 - :return: The x_position of this Zip. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The x_position of this Zip. # noqa: E501 :rtype: str """ return self._x_position @x_position.setter def x_position(self, x_position): - """ - Sets the x_position of this Zip. - This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the x_position of this Zip. - :param x_position: The x_position of this Zip. + This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param x_position: The x_position of this Zip. # noqa: E501 :type: str """ @@ -2796,20 +3027,20 @@ def x_position(self, x_position): @property def x_position_metadata(self): - """ - Gets the x_position_metadata of this Zip. + """Gets the x_position_metadata of this Zip. # noqa: E501 - :return: The x_position_metadata of this Zip. + + :return: The x_position_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._x_position_metadata @x_position_metadata.setter def x_position_metadata(self, x_position_metadata): - """ - Sets the x_position_metadata of this Zip. + """Sets the x_position_metadata of this Zip. - :param x_position_metadata: The x_position_metadata of this Zip. + + :param x_position_metadata: The x_position_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ @@ -2817,22 +3048,22 @@ def x_position_metadata(self, x_position_metadata): @property def y_position(self): - """ - Gets the y_position of this Zip. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Gets the y_position of this Zip. # noqa: E501 - :return: The y_position of this Zip. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :return: The y_position of this Zip. # noqa: E501 :rtype: str """ return self._y_position @y_position.setter def y_position(self, y_position): - """ - Sets the y_position of this Zip. - This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. + """Sets the y_position of this Zip. - :param y_position: The y_position of this Zip. + This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 + + :param y_position: The y_position of this Zip. # noqa: E501 :type: str """ @@ -2840,32 +3071,30 @@ def y_position(self, y_position): @property def y_position_metadata(self): - """ - Gets the y_position_metadata of this Zip. + """Gets the y_position_metadata of this Zip. # noqa: E501 - :return: The y_position_metadata of this Zip. + + :return: The y_position_metadata of this Zip. # noqa: E501 :rtype: PropertyMetadata """ return self._y_position_metadata @y_position_metadata.setter def y_position_metadata(self, y_position_metadata): - """ - Sets the y_position_metadata of this Zip. + """Sets the y_position_metadata of this Zip. - :param y_position_metadata: The y_position_metadata of this Zip. + + :param y_position_metadata: The y_position_metadata of this Zip. # noqa: E501 :type: PropertyMetadata """ self._y_position_metadata = y_position_metadata def to_dict(self): - """ - Returns the model properties as a dict - """ + """Returns the model properties as a dict""" result = {} - for attr, _ in iteritems(self.swagger_types): + for attr, _ in six.iteritems(self.swagger_types): value = getattr(self, attr) if isinstance(value, list): result[attr] = list(map( @@ -2882,29 +3111,27 @@ def to_dict(self): )) else: result[attr] = value + if issubclass(Zip, dict): + for key, value in self.items(): + result[key] = value return result def to_str(self): - """ - Returns the string representation of the model - """ - return pformat(self.to_dict()) + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) def __repr__(self): - """ - For `print` and `pprint` - """ + """For `print` and `pprint`""" return self.to_str() def __eq__(self, other): - """ - Returns true if both objects are equal - """ + """Returns true if both objects are equal""" + if not isinstance(other, Zip): + return False + return self.__dict__ == other.__dict__ def __ne__(self, other): - """ - Returns true if both objects are not equal - """ + """Returns true if both objects are not equal""" return not self == other diff --git a/setup.py b/setup.py index 1f8569c0..4746339b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages, Command NAME = "docusign_esign" -VERSION = "3.2.0" +VERSION = "3.3.0rc1" # To install the library, run the following # # python setup.py install